:root{--bg:#f7f7f5;--surface:#fff;--text:#20211f;--muted:#62655f;--faint:#8c8f88;--border:#dedfda;--accent:#4f5fbf;--accent-hover:#3f4fa8;--accent-soft:#eceefb;--header:#f7f7f5e6;--shadow:0 10px 30px #1f221c0f;--max-width:1120px}:root[data-theme=dark]{--bg:#171817;--surface:#202220;--text:#edeee9;--muted:#b2b5ae;--faint:#868a82;--border:#343733;--accent:#aeb8ff;--accent-hover:#c2c9ff;--accent-soft:#292e4a;--header:#171817e6;--shadow:0 12px 35px #00000029}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--bg)}body{color:var(--text);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-family:Avenir Next,Avenir,Segoe UI Variable,Segoe UI,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.65;overflow-x:hidden}a{color:inherit}a,button{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--accent);outline-offset:4px;border-radius:3px}.container{width:min(calc(100% - 48px),var(--max-width));margin-inline:auto}.skip-link{z-index:100;background:var(--text);color:var(--bg);border-radius:6px;padding:10px 16px;font-weight:650;text-decoration:none;position:fixed;top:12px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:20;background:var(--header);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid #0000;position:sticky;top:0}.header-inner{width:min(calc(100% - 48px),var(--max-width));grid-template-columns:1fr auto 1fr;min-height:68px;margin-inline:auto;display:grid}.header-inner,nav{align-items:center}nav{grid-column:2;gap:30px;display:flex}nav a{color:var(--muted);font-size:14px;font-weight:540;text-decoration:none;transition:color .2s}nav a:hover{color:var(--text)}.short-label{display:none}.theme-toggle{border:1px solid var(--border);width:42px;height:42px;color:var(--text);cursor:pointer;background:0 0;border-radius:50%;grid-column:3;justify-self:end;place-items:center;padding:0;transition:background-color .2s,border-color .2s;display:grid}.theme-toggle:hover{border-color:var(--faint);background:var(--surface)}.theme-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:19px}.hero{border-bottom:1px solid var(--border);align-items:center;min-height:min(680px,100vh - 68px);padding:92px 0 108px;display:flex}.hero-inner{max-width:950px}.eyebrow,.section-number{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 14px;font-size:13px;font-weight:700}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.065em;margin-bottom:28px;font-size:clamp(3.25rem,7.5vw,6rem);font-weight:680;line-height:.94}.hero-statement{letter-spacing:-.035em;max-width:850px;margin-bottom:22px;font-size:clamp(1.65rem,3.3vw,2.65rem);font-weight:560;line-height:1.22}.hero-supporting{max-width:720px;color:var(--muted);margin-bottom:36px;font-size:18px}.social-links{flex-wrap:wrap;gap:11px;display:flex}.button{border:1px solid var(--border);background:var(--surface);border-radius:7px;justify-content:center;align-items:center;min-height:46px;padding:10px 18px;font-size:15px;font-weight:650;line-height:1;text-decoration:none;transition:transform .2s,border-color .2s,background-color .2s;display:inline-flex;box-shadow:0 1px 1px #00000008}.button:hover{border-color:var(--faint);transform:translateY(-1px)}.button-icon{flex:none;width:17px;height:17px;margin-right:8px}.button.primary{border-color:var(--accent);background:var(--accent);color:var(--bg)}:root[data-theme=dark] .button.primary{color:#171817}.button.primary:hover{border-color:var(--accent-hover);background:var(--accent-hover)}.external{color:var(--faint);margin-left:7px;font-size:13px}.section{border-bottom:1px solid var(--border);padding:clamp(86px,11vw,142px) 0;scroll-margin-top:68px}.js .reveal-section>.container{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(42px)}.js .reveal-section.is-visible>.container{opacity:1;transform:translateY(0)}.section-grid{grid-template-columns:minmax(190px,1fr) minmax(0,2fr);gap:clamp(48px,9vw,130px);display:grid}h2{letter-spacing:-.045em;max-width:320px;margin-bottom:0;font-size:clamp(2rem,4vw,3rem);font-weight:640;line-height:1.05}.lead-copy,.prose{max-width:700px;color:var(--muted);font-size:clamp(1.08rem,1.7vw,1.24rem);line-height:1.72}.prose p{margin-bottom:24px}.prose p:last-child{margin-bottom:0}.skill-groups{gap:0;display:grid}.skill-group{border-top:1px solid var(--border);grid-template-columns:170px 1fr;gap:24px;padding:26px 0;display:grid}.skill-group:first-child{border-top:0;padding-top:0}.skill-group h3{margin:5px 0 0;font-size:15px;font-weight:680}.skill-group ul{flex-wrap:wrap;gap:9px;margin:0;padding:0;list-style:none;display:flex}.skill-group li{border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:5px;padding:6px 11px;font-size:14px;line-height:1.4}.lead-copy{margin-bottom:55px}.theme-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.theme-grid article{border:1px solid var(--border);background:var(--surface);min-height:230px;box-shadow:var(--shadow);border-radius:8px;padding:25px}.js .reveal-section .theme-grid article{opacity:0;transition:opacity .55s,transform .55s cubic-bezier(.22,1,.36,1);transform:translateY(18px)}.js .reveal-section.is-visible .theme-grid article{opacity:1;transform:translateY(0)}.js .reveal-section.is-visible .theme-grid article:first-child{transition-delay:.18s}.js .reveal-section.is-visible .theme-grid article:nth-child(2){transition-delay:.28s}.js .reveal-section.is-visible .theme-grid article:nth-child(3){transition-delay:.38s}.theme-grid h3{margin-bottom:12px;font-size:17px;line-height:1.35}.theme-grid p{color:var(--muted);margin-bottom:0;font-size:14px;line-height:1.55}.contact-section{text-align:center}.contact-inner{flex-direction:column;align-items:center;display:flex}.contact-inner h2{max-width:none;margin-bottom:24px;font-size:clamp(2.8rem,7vw,5.5rem)}.contact-inner>p:not(.section-number){max-width:630px;color:var(--muted);margin-bottom:33px;font-size:19px}footer{padding:27px 0}.footer-inner{justify-content:space-between;gap:20px;display:flex}.footer-inner p{color:var(--faint);margin:0;font-size:13px}.error-page{place-items:center;min-height:100vh;padding:24px;display:grid}.error-card{border:1px solid var(--border);background:var(--surface);width:min(100%,600px);box-shadow:var(--shadow);border-radius:10px;padding:clamp(35px,7vw,70px)}.error-card h1{margin-bottom:22px;font-size:clamp(2.4rem,7vw,4.5rem);line-height:1}.error-card>p:not(.section-number){color:var(--muted);margin-bottom:30px}@media (width<=820px){nav{gap:20px}.wide-label{display:none}.short-label{display:inline}.social-links{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid}.social-links .button{min-width:0}.section-grid{grid-template-columns:1fr;gap:40px}h2{max-width:500px}.theme-grid{grid-template-columns:1fr}.theme-grid article{min-height:auto}}@media (width<=600px){.container,.header-inner{width:min(calc(100% - 32px),var(--max-width))}.header-inner{grid-template-columns:1fr auto;min-height:62px}.site-header nav{scrollbar-width:none;grid-column:1;justify-content:flex-start;gap:0;min-width:0;overflow-x:auto}.site-header nav a{white-space:nowrap;min-height:38px;padding:8px 13px}.theme-toggle{grid-column:2}.hero{min-height:auto;padding:74px 0 82px}h1{font-size:clamp(3.15rem,17vw,4.75rem)}.hero-statement{font-size:1.65rem}.section{padding:78px 0;scroll-margin-top:104px}.skill-group{grid-template-columns:1fr;gap:14px}.skill-group h3{margin-top:0}.social-links{grid-template-columns:1fr}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:4px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.js .reveal-section .theme-grid article,.js .reveal-section>.container{opacity:1;transform:none}}
