:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light;--bg-primary: #f6f5f2;--bg-secondary: #efeeea;--bg-card: #fbfaf8;--bg-card-hover: #f1f0ec;--bg-glass: rgba(251, 250, 248, .6);--border: rgba(10, 10, 10, .08);--border-hover: rgba(10, 10, 10, .16);--text-primary: #141311;--text-secondary: #6b6963;--text-muted: #a29e96;--red-accent: #c8453f;--red-glow: rgba(200, 69, 63, .1);color:var(--text-primary);background-color:var(--bg-primary);transition:background-color .2s ease,color .2s ease}:root[data-theme=dark]{color-scheme:dark;--bg-primary: #0a0a0a;--bg-secondary: #101010;--bg-card: #141414;--bg-card-hover: #191919;--bg-glass: rgba(20, 20, 20, .6);--border: rgba(242, 241, 238, .08);--border-hover: rgba(242, 241, 238, .16);--text-primary: #f2f1ee;--text-secondary: #a8a6a0;--text-muted: #5c5a55;--red-accent: #e05c5c;--red-glow: rgba(224, 92, 92, .1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh;background-color:var(--bg-primary);color:var(--text-primary);overflow-x:clip}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:500;letter-spacing:-.02em;line-height:1.2}a{color:var(--text-primary);text-decoration:none;transition:opacity .15s ease}a:hover{opacity:.72}button{font-family:inherit;cursor:pointer}code,pre{font-family:JetBrains Mono,Fira Code,Consolas,monospace}.navbar{position:fixed;top:1.25rem;left:50%;transform:translate(-50%);z-index:100;max-width:calc(100% - 2rem);display:flex;align-items:center;gap:.25rem;padding:.5rem .5rem .5rem 1.4rem;border-radius:999px;background:var(--bg-glass);backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);border:1px solid var(--border);box-shadow:0 8px 32px #0000003d}.nav-brand{font-family:Cormorant Garamond,Georgia,serif;font-size:1.05rem;font-weight:500;letter-spacing:.01em;color:var(--text-primary);margin-right:.5rem}.nav-links{display:flex;align-items:center;gap:.25rem}.nav-link{padding:.5rem .85rem;border-radius:999px;font-size:.85rem;font-weight:400;color:var(--text-secondary);transition:color .15s ease,background .15s ease}.nav-link:hover,.nav-link.active{color:var(--text-primary);background:var(--bg-card-hover)}.theme-toggle{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:1px solid transparent;background:transparent;color:var(--text-secondary);transition:color .15s ease,background .15s ease,border-color .15s ease}.theme-toggle:hover{color:var(--text-primary);background:var(--bg-card-hover);border-color:var(--border)}.burger-wrapper{position:relative}.burger-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:1px solid transparent;background:transparent;color:var(--text-secondary);font-size:1rem;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.burger-btn:hover,.burger-btn.open{color:var(--text-primary);background:var(--bg-card-hover);border-color:var(--border)}.burger-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99}.burger-dropdown{position:absolute;top:calc(100% + .75rem);right:0;z-index:101;min-width:160px;background:var(--bg-glass);backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);border:1px solid var(--border);border-radius:16px;padding:.5rem;display:flex;flex-direction:column;gap:.25rem;box-shadow:0 8px 32px #0000003d}.burger-link{padding:.5rem .75rem;border-radius:999px;font-size:.875rem;font-weight:400;color:var(--text-secondary);transition:color .15s ease,background .15s ease;white-space:nowrap}.burger-link:hover,.burger-link.active{color:var(--text-primary);background:var(--bg-card-hover)}@media (max-width: 768px){.nav-links .nav-link{display:none}}@media (min-width: 769px){.burger-link.mobile-only,.burger-wrapper{display:none}}.page{flex:1;max-width:1300px;width:100%;margin:0 auto;padding:7rem clamp(1rem,4vw,3rem) 3rem}.page-header{margin-bottom:2rem}.page-title{font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;font-weight:400;color:var(--text-primary);margin-bottom:.25rem}.page-subtitle{color:var(--text-secondary);font-size:.875rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.4rem;border-radius:8px;border:1px solid var(--border);font-size:.875rem;font-weight:500;background:var(--bg-card);color:var(--text-primary);transition:border-color .2s ease,background .2s ease,color .2s ease,transform .15s ease,box-shadow .2s ease;cursor:pointer;box-shadow:0 1px 3px #00000040}.btn:hover{opacity:1;border-color:var(--border-hover);background:var(--bg-card-hover);transform:translateY(-1px);box-shadow:0 4px 14px #00000059}.btn-primary{background:var(--text-primary);border-color:var(--text-primary);color:var(--bg-primary)}.btn-primary:hover{background:var(--text-secondary);border-color:var(--text-secondary);color:var(--bg-primary);box-shadow:0 4px 18px #0003}.portfolio-page{display:flex;flex-direction:column;gap:6rem}.section{display:flex;flex-direction:column;gap:1.75rem}.section-title{font-size:.9rem;text-transform:uppercase;letter-spacing:.14em;color:var(--text-primary);font-weight:600;padding-bottom:.9rem;border-bottom:1px solid var(--border)}.eyebrow-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;font-weight:500;color:var(--text-secondary)}.line-mask{overflow:hidden}.line-mask>*{margin:0}.hero-section{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding-top:6rem;padding-bottom:4rem;overflow:hidden}.hero-parallax-layer{position:absolute;top:0;left:0;right:0;width:100%;height:140vh;z-index:0;will-change:transform;overflow:hidden}.hero-fade{position:absolute;bottom:0;left:0;right:0;height:40vh;background:linear-gradient(to bottom,transparent,var(--bg-primary));pointer-events:none;z-index:0}.hero-content{position:relative;z-index:1;max-width:1300px;width:100%;margin:0 auto;padding:0 clamp(1rem,4vw,3rem)}.hero-mark{position:absolute;top:3.5rem;right:.5rem;width:32px;height:32px;pointer-events:none;-webkit-user-select:none;user-select:none}.hero-mark:before,.hero-mark:after{content:"";position:absolute;background:var(--border-hover)}.hero-mark:before{left:50%;top:0;width:1px;height:100%;transform:translate(-50%)}.hero-mark:after{top:50%;left:0;width:100%;height:1px;transform:translateY(-50%)}.hero-label{font-size:.875rem;line-height:1;color:var(--text-secondary);letter-spacing:.1em;text-transform:uppercase;font-weight:400;margin-bottom:1.25rem}.hero-name{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(3.5rem,9vw,7rem);line-height:.95;margin-bottom:1.5rem;letter-spacing:-.01em;font-weight:300;text-wrap:balance;color:var(--text-primary)}.hero-tagline{font-size:clamp(1.05rem,1.875vw,1.5rem);font-weight:300;color:var(--text-secondary);max-width:1000px;line-height:1.7;margin-bottom:2.5rem;letter-spacing:-.01em}.hero-proof{display:flex;gap:3rem;margin-bottom:2.5rem;flex-wrap:wrap}.hero-proof-item{display:flex;flex-direction:column;gap:.35rem;border-top:1px solid var(--border-hover);padding-top:.85rem;min-width:110px}.hero-proof-number{font-size:2.5rem;font-weight:600;color:var(--text-primary);letter-spacing:-.02em;line-height:1}.hero-proof-label{font-size:.82rem;color:var(--text-secondary);font-weight:400;letter-spacing:.01em}.hero-links{display:flex;gap:.75rem;flex-wrap:wrap}.section-band{background:var(--bg-secondary);margin-left:-9999px;margin-right:-9999px;padding-left:9999px;padding-right:9999px;padding-top:1rem;padding-bottom:1rem}.about-text-group{display:flex;flex-direction:column;gap:1.75rem;max-width:760px}.about-block{display:flex;flex-direction:column;gap:.6rem}.about-text{font-size:1.05rem;font-weight:300;color:var(--text-secondary);line-height:1.8}.about-metric{font-weight:600;color:var(--text-primary)}.experience-timeline{display:flex;flex-direction:column;gap:2.5rem}.timeline-item:not(:first-child){border-top:1px solid var(--border);padding-top:2.5rem}.timeline-content{display:flex;flex-direction:column;gap:1rem}.project-card-title{color:var(--text-primary);text-decoration:none;font-size:1.05rem;font-weight:500}.project-card-desc{color:var(--text-secondary);font-size:.875rem;margin-top:.25rem}.experience-company{font-size:1.1rem;font-weight:500;color:var(--text-primary)}.experience-role{font-size:.9rem;color:var(--text-secondary);margin-top:.25rem;font-weight:400}.experience-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.row-nowrap{flex-wrap:nowrap;align-items:center}.min-w-0{min-width:0}.no-shrink{white-space:nowrap;flex-shrink:0}.mobile-show{display:none}.tag-row{display:flex;flex-wrap:wrap;gap:.4rem}.experience-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.experience-period{font-size:.775rem;color:var(--text-muted);font-weight:500;white-space:nowrap}.experience-location{font-size:.75rem;color:var(--text-muted);white-space:nowrap}.experience-highlights{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding-left:0}.experience-highlights li{position:relative;padding-left:1.1rem;font-size:.975rem;color:var(--text-secondary);line-height:1.65}.experience-highlights li:before{content:"";position:absolute;left:0;top:.68em;width:5px;height:5px;border-radius:50%;background:var(--border-hover)}.skills-groups{display:flex;flex-direction:column;gap:1.75rem}.skills-group{display:flex;flex-direction:column;gap:.5rem}.skills-group-items{font-size:1.05rem;font-weight:300;color:var(--text-primary);line-height:1.6}.skill-badge{padding:.25rem .75rem;border-radius:20px;background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);font-size:.8rem;font-weight:400;letter-spacing:.02em}.projects-page .page-header{margin-bottom:3rem}.projects-page .experience-timeline{gap:3rem}.projects-page .timeline-item:not(:first-child){padding-top:3rem}.projects-page .timeline-content{gap:1.25rem}.projects-page .project-card-desc{margin-top:.4rem;max-width:640px;line-height:1.6}.projects-page .experience-highlights{gap:.65rem}.projects-page .tag-row{margin-top:.25rem;gap:.5rem}.contact-card{display:flex;flex-direction:column;gap:1.25rem}.contact-email{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.4rem,3vw,2rem);font-weight:500;color:var(--text-primary);letter-spacing:-.01em;text-decoration:none;transition:opacity .15s ease;width:fit-content}.contact-email:hover{opacity:.72}.contact-links{display:flex;gap:.75rem;flex-wrap:wrap}@media (max-width: 600px){.navbar{max-width:calc(100% - 1.2rem)}.nav-brand{white-space:nowrap}.hero-label{line-height:1.5}.mobile-show{display:revert}.mobile-hide{display:none}.hero-section{padding-top:5rem;padding-bottom:2.5rem}.hero-name{font-size:clamp(2.5rem,12vw,3.5rem);margin-bottom:1rem}.hero-tagline{font-size:1rem;line-height:1.6;margin-bottom:2rem;max-width:40ch}.hero-proof{gap:1rem;margin-bottom:2rem}.hero-proof-item{min-width:0;flex:1 1 0;padding-top:.65rem}.hero-proof-number{font-size:1.65rem}.hero-proof-label{font-size:.7rem}.hero-links,.contact-links{flex-direction:column;align-items:stretch}.btn{justify-content:center;width:100%}.portfolio-page{gap:4rem}.experience-header{flex-direction:column;align-items:flex-start;gap:.5rem}.experience-meta{align-items:flex-start}.about-text{font-size:.95rem;font-weight:400;line-height:1.65}.skills-group-items{font-size:.95rem;font-weight:400;line-height:1.6}.experience-highlights li{font-size:.9rem}}
