:root{--bg-body: #f5f0eb;--bg-surface: #ffffff;--bg-sidebar: #ffffff;--text-primary: #1a1a1a;--text-secondary: #4a4a4a;--text-muted: #8a8a8a;--accent: #b8860b;--accent-light: #f5f0eb;--primary-btn: #1a1a1a;--primary-btn-hover: #333333;--border-light: #e5e0da;--spacing-sm: .5rem;--spacing-md: 1.5rem;--spacing-lg: 3rem;--spacing-xl: 5rem;--sidebar-width: 240px;--max-content-width: 860px;--shadow-sm: 0 1px 3px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.06);--shadow-hover: 0 8px 24px rgba(0,0,0,.08)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-body);color:var(--text-primary);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit;transition:color .2s ease}img{max-width:100%;height:auto}.layout-wrapper{display:flex;min-height:100vh}.sidebar{position:fixed;top:0;left:0;width:var(--sidebar-width);height:100vh;background:var(--bg-sidebar);border-right:1px solid var(--border-light);display:flex;flex-direction:column;padding:2.5rem 2rem;z-index:100;overflow-y:auto}.sidebar-logo{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:400;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1.5rem;line-height:1;font-style:italic}.sidebar-name{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;line-height:1.2;margin-bottom:.4rem;color:var(--text-primary)}.sidebar-subtitle{font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:500;margin-bottom:2rem;line-height:1.5}.sidebar-nav{display:flex;flex-direction:column;gap:.15rem;margin-bottom:auto}.sidebar-nav a{font-size:.95rem;color:var(--text-secondary);padding:.45rem 0;font-weight:400;transition:color .2s ease}.sidebar-nav a:hover{color:var(--text-primary)}.sidebar-nav a.active{color:var(--text-primary);font-weight:600}.sidebar-social{display:flex;gap:1rem;padding-top:2rem;margin-top:auto;align-items:center}.sidebar-social a{color:var(--text-muted);transition:color .2s ease;display:flex;align-items:center}.sidebar-social a:hover{color:var(--text-primary)}.sidebar-social svg{width:18px;height:18px;fill:currentColor}.main-content{margin-left:var(--sidebar-width);flex:1;min-height:100vh;display:flex;flex-direction:column}main{flex:1;width:100%}.content-container,.resume-container{max-width:var(--max-content-width);padding:var(--spacing-lg) 3rem}h1,h2,h3{font-family:Playfair Display,serif;color:var(--text-primary);line-height:1.3}h1{font-size:2.5rem;font-weight:400;margin-bottom:1.5rem}h2{font-size:1.75rem;font-weight:400;margin-bottom:1.5rem}h3{font-size:1.15rem;font-family:Inter,sans-serif;font-weight:600;margin-bottom:.5rem}p{color:var(--text-secondary);margin-bottom:1rem}.hero-section{padding:var(--spacing-xl) 3rem var(--spacing-lg);max-width:var(--max-content-width)}.hero-content{max-width:850px;display:flex;gap:3rem;align-items:center}.hero-profile-pic{width:150px;height:150px;border-radius:50%;object-fit:cover;flex-shrink:0;border:4px solid var(--bg-surface);box-shadow:var(--shadow-sm)}.hero-bio{font-size:1.05rem;line-height:1.8;margin-bottom:2rem}.hero-bio p{color:var(--text-secondary)}.hero-bio a{color:var(--text-primary);text-decoration:underline;text-underline-offset:3px}.hero-bio a:hover{color:var(--accent)}.hero-actions{display:flex;gap:1rem;margin-bottom:0}.btn{display:inline-block;padding:.75rem 1.75rem;border-radius:3px;font-weight:500;transition:all .2s ease;font-size:.9rem;cursor:pointer;border:none;font-family:inherit}.btn-primary{background-color:var(--primary-btn);color:#fff}.btn-primary:hover{background-color:var(--primary-btn-hover);transform:translateY(-1px)}.btn-outline{background-color:transparent;border:1px solid var(--text-primary);color:var(--text-primary)}.btn-outline:hover{background-color:var(--text-primary);color:#fff}.featured-section{max-width:var(--max-content-width);padding:0 3rem var(--spacing-xl)}.section-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2rem}.section-header h2{margin-bottom:0}.view-all{font-size:.9rem;font-weight:500;color:var(--text-muted)}.view-all:hover{color:var(--text-primary)}.grid-layout{display:grid;grid-template-columns:1fr;gap:2.5rem}.card{background:var(--bg-surface);border-radius:10px;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease;display:flex;flex-direction:column;box-shadow:var(--shadow-sm)}.card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.card-image{width:100%;height:280px;object-fit:cover;display:block;background-color:var(--bg-body)}.card-body{padding:1.75rem 2rem}.card-tag{display:inline-block;font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:var(--bg-surface);background:var(--text-primary);padding:4px 10px;border-radius:2px;margin-bottom:.75rem;font-weight:600}.card h3{font-family:Playfair Display,serif;font-size:1.35rem;font-weight:600;margin-bottom:.5rem}.card-excerpt{font-size:.92rem;color:var(--text-secondary);margin-bottom:1rem;line-height:1.6}.card-link{font-size:.9rem;font-weight:600;color:var(--text-primary);display:inline-flex;align-items:center;gap:.3rem}.card-link:hover{color:var(--accent)}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.projects-grid .card h3{font-size:1.15rem}.projects-grid .card-image{height:220px}.projects-grid .card-body{padding:1.25rem 1.5rem}.resume-container{padding-top:var(--spacing-xl)}.resume-header{margin-bottom:3rem}.resume-header h1{font-size:2.5rem;margin-bottom:1rem}.resume-intro{font-size:1.05rem;line-height:1.8;max-width:700px}.resume-section{margin-bottom:3.5rem}.resume-section h2{margin-bottom:2rem;font-size:1.5rem}.timeline{position:relative;padding-left:3.5rem}.timeline:before{content:"";position:absolute;left:1.1rem;top:.5rem;bottom:0;width:1px;background:var(--border-light)}.timeline-item{position:relative;margin-bottom:2.5rem}.timeline-item:last-child{margin-bottom:0}.timeline-icon{position:absolute;left:-3.5rem;top:0;width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;z-index:1}.timeline-icon svg{width:22px;height:22px;color:var(--text-muted);stroke:var(--text-muted);fill:none}.timeline-dot{position:absolute;left:-2.65rem;top:.35rem;width:8px;height:8px;border-radius:50%;border:1.5px solid var(--text-muted);background:var(--bg-body);z-index:1}.timeline-date{font-size:.85rem;color:var(--accent);font-weight:500;margin-bottom:.2rem}.timeline-title{font-size:1rem;font-weight:600;margin-bottom:.25rem}.timeline-title .company{font-weight:400;color:var(--text-secondary)}.timeline-desc{font-size:.92rem;color:var(--text-secondary);line-height:1.6}.timeline-desc ul{list-style-position:outside;margin-left:1.2rem;margin-top:.5rem}.timeline-desc li{font-size:.92rem;margin-bottom:.4rem;color:var(--text-secondary)}.skills-pills{display:flex;flex-wrap:wrap;gap:.6rem}.skill-pill{font-size:.85rem;padding:.4rem 1rem;border:1px solid var(--border-light);border-radius:20px;color:var(--text-secondary);background:transparent;font-weight:400;white-space:nowrap}.resume-item{margin-bottom:2.5rem}.item-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.25rem}.item-header h3{margin-bottom:0;font-size:1.15rem}.date{font-family:Inter,sans-serif;font-size:.85rem;color:var(--text-muted)}.company{font-size:.95rem;color:var(--text-secondary);font-style:italic;margin-bottom:.75rem}.resume-item ul{list-style-position:outside;margin-left:1.2rem}.resume-item li{font-size:.95rem;margin-bottom:.5rem;color:var(--text-secondary)}.header-meta{color:var(--text-muted);font-size:.9rem;margin-top:.5rem}.section-subtitle{font-size:1.05rem;color:var(--text-secondary);margin-bottom:2.5rem;max-width:600px}.contact-section{max-width:600px}.contact-intro{font-size:1.1rem;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid var(--border-light);border-radius:4px;font-family:inherit;font-size:1rem;transition:border-color .2s;background:var(--bg-surface)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--text-primary)}.field-note{font-size:.85rem;color:var(--text-muted);margin-top:.4rem}.social-links-container{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border-light)}.social-links{margin-top:1rem;display:flex;gap:1.5rem}.social-link{text-decoration:underline;text-underline-offset:4px;color:var(--text-secondary)}.social-link:hover{color:var(--text-primary)}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:1rem}.tag{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);background:var(--bg-body);border:1px solid var(--border-light);padding:2px 8px;border-radius:12px;font-weight:500}time{display:block;font-size:.85rem;color:var(--text-muted);margin-bottom:.5rem;font-family:Inter,sans-serif}#post-content{max-width:700px;font-size:1.05rem}#post-content h1{font-size:2.5rem;margin-top:2rem;margin-bottom:1rem}#post-content h2{font-size:1.75rem;margin-top:3rem;border-bottom:none}#post-content h3{font-size:1.4rem;margin-top:2rem}#post-content p{margin-bottom:1.5rem;color:var(--text-secondary)}#post-content ul,#post-content ol{margin-bottom:1.5rem;padding-left:1.5rem;color:var(--text-secondary)}#post-content li{margin-bottom:.5rem}#post-content blockquote{border-left:4px solid var(--accent);padding-left:1rem;margin:1.5rem 0;font-style:italic;color:var(--text-primary)}#post-content code{background:var(--bg-surface);padding:.2rem .4rem;border-radius:4px;font-size:.9em;font-family:monospace;border:1px solid var(--border-light)}#post-content pre{background:#1e293b;padding:1.5rem;border-radius:8px;overflow-x:auto;margin-bottom:2rem}#post-content pre code{background:transparent;color:#f1f5f9;border:none;padding:0}#post-content img{max-width:100%;border-radius:8px;margin:2rem 0}.main-footer{padding:2rem 3rem;font-size:.85rem;color:var(--text-muted);border-top:1px solid var(--border-light);margin-top:auto}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:var(--max-content-width)}.footer-social{display:flex;gap:1rem;align-items:center}.footer-social a{color:var(--text-muted);transition:color .2s;display:flex;align-items:center}.footer-social a:hover{color:var(--text-primary)}.footer-social svg{width:16px;height:16px;fill:currentColor}.footer-social span{font-size:.8rem;margin-left:.35rem}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--primary-btn);color:#fff;padding:.5rem 1rem;border-radius:0 0 4px 4px;z-index:200;font-size:.9rem;text-decoration:none;transition:top .2s ease}.skip-link:focus{top:0}*:focus-visible{outline:2px solid var(--accent);outline-offset:2px}*:focus:not(:focus-visible){outline:none}.form-group input:focus-visible,.form-group textarea:focus-visible{outline:2px solid var(--text-primary);outline-offset:0}.sidebar-toggle{display:none;position:fixed;top:1.25rem;left:1.25rem;z-index:200;background:var(--bg-surface);border:1px solid var(--border-light);border-radius:6px;padding:.6rem;cursor:pointer;box-shadow:var(--shadow-sm);flex-direction:column;gap:4px}.sidebar-toggle span{display:block;width:20px;height:2px;background:var(--text-primary);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.sidebar-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.sidebar-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.sidebar-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:90}@media(max-width:768px){.sidebar-toggle{display:flex}.sidebar{transform:translate(-100%);transition:transform .3s ease;box-shadow:none}.sidebar.open{transform:translate(0);box-shadow:var(--shadow-hover)}.sidebar-overlay.open{display:block}.main-content{margin-left:0}.hero-section,.featured-section,.content-container,.resume-container{padding-left:1.5rem;padding-right:1.5rem}.hero-content{flex-direction:column;gap:1.5rem;align-items:flex-start}.hero-profile-pic{width:120px;height:120px}.main-footer{padding-left:1.5rem;padding-right:1.5rem}.hero-section,.content-container,.resume-container{padding-top:4.5rem}h1{font-size:2rem}.item-header{flex-direction:column}.date{margin-top:.25rem}.projects-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:1rem;text-align:center}.timeline{padding-left:2.5rem}.timeline-icon{left:-2.5rem;width:1.8rem;height:1.8rem}.timeline-icon svg{width:18px;height:18px}}@media print{.sidebar,.sidebar-toggle,.sidebar-overlay,.main-footer,.skip-link{display:none!important}body{font-size:11pt;line-height:1.4;color:#000;background:#fff}.main-content{margin-left:0}.layout-wrapper{min-height:auto}.resume-container{padding:0;max-width:100%}.resume-section{margin-bottom:1.5rem;break-inside:avoid}a{color:#000;text-decoration:underline}}
