:root{color-scheme:light dark;--bg:light-dark(#fcfcfd,#0a0a0c);--bg-blur:light-dark(rgba(252,252,253,.78),rgba(10,10,12,.76));--surface:light-dark(#f6f6f8,#131316);--surface-hover:light-dark(#f0f0f3,#191920);--surface-high:light-dark(#e9e9ee,#1f1f27);--text:light-dark(#09090b,#fafafa);--text-muted:light-dark(#52525b,#a1a1aa);--text-subtle:light-dark(#6c6c75,#8b8b94);--line:light-dark(#e5e5ea,hsla(0,0%,100%,.1));--line-strong:light-dark(#d0d0d7,hsla(0,0%,100%,.18));--accent:light-dark(#2246d3,#7c9aff);--accent-hover:light-dark(#1b37ab,#9db4ff);--accent-soft:light-dark(rgba(34,70,211,.07),rgba(124,154,255,.13));--accent-line:light-dark(rgba(34,70,211,.28),rgba(124,154,255,.34));--on-accent:light-dark(#fcfcfd,#080a12);--icon-plate:light-dark(#eeeef1,hsla(0,0%,100%,.07));--radius-sm:8px;--radius:12px;--radius-lg:16px;--space-section:clamp(72px,9vw,120px);--shell:min(1120px, calc(100vw - 48px) );--font-display:"Space Grotesk",system-ui,-apple-system,"Segoe UI",sans-serif;--font-body:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,"SFMono-Regular",monospace;--ease:cubic-bezier(.4,0,.2,1)}:root[data-theme=light]{color-scheme:light}:root[data-theme=dark]{color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--surface-high) var(--bg)}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}img{max-width:100%}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;margin:0}.site-frame{min-height:100dvh;display:flex;flex-direction:column}.page-shell{width:var(--shell);margin:0 auto}.section-block{padding:var(--space-section) 0}.section-block--landing{padding:clamp(56px,7vw,88px) 0;border-top:1px solid var(--line)}.section-block--tight{padding-top:24px}.site-header{position:sticky;top:0;z-index:20;width:var(--shell);margin:0 auto;min-height:68px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;background:var(--bg-blur);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.theme-toggle{width:40px;height:40px;margin-left:4px;display:inline-grid;place-items:center;padding:0;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;color:var(--text-subtle);cursor:pointer;transition:color .16s var(--ease),background .16s var(--ease),border-color .16s var(--ease)}.theme-toggle:hover{border-color:var(--line);background:var(--surface-hover);color:var(--text)}.brand-lockup{min-height:44px;display:inline-flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:600;font-size:15px;letter-spacing:-.01em;white-space:nowrap}.personal-name{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:0 .28em}.brand-mark{width:30px;height:30px;flex:0 0 auto;display:grid;place-items:center;border-radius:999px;overflow:hidden}.brand-mark img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.site-header nav{display:flex;align-items:center;justify-content:flex-end;gap:4px}.site-header nav a{min-height:40px;display:inline-flex;align-items:center;padding:0 12px;border-radius:var(--radius-sm);color:var(--text-muted);font-size:15px;font-weight:500;transition:color .16s var(--ease)}.site-header nav a:hover{color:var(--text)}.hero-section{padding:clamp(56px,8vw,96px) 0 clamp(64px,9vw,104px)}.hero-grid{display:block}.hero-copy{max-width:760px}.hero-copy h1{font-size:clamp(40px,6.2vw,74px);line-height:1.04;letter-spacing:-.035em;font-weight:600}.role-line{margin:20px 0 0;max-width:620px;font-family:var(--font-display);font-size:clamp(19px,2.4vw,25px);font-weight:500;line-height:1.32;letter-spacing:-.02em;color:var(--text)}.intro-text{margin:22px 0 0;max-width:620px;color:var(--text-muted);font-size:17px;line-height:1.68}.contact-actions,.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:36px}.card-kicker,.eyebrow{display:flex;align-items:center;gap:7px;margin:0 0 16px;color:var(--text-subtle);font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.card-kicker{margin-bottom:12px}.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 20px;border-radius:var(--radius-sm);border:1px solid transparent;font-family:var(--font-body);font-size:15px;font-weight:500;cursor:pointer;transition:background .16s var(--ease),border-color .16s var(--ease),color .16s var(--ease),transform 80ms var(--ease)}.button--primary{background:var(--accent);color:var(--on-accent);font-weight:600}.button--primary:hover{background:var(--accent-hover)}.button:active{transform:scale(.98)}.button--ghost{border-color:var(--line-strong);color:var(--text)}.button--ghost:hover{background:var(--surface-hover);border-color:var(--text-subtle)}.text-link{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-size:14px;font-weight:500;transition:color .16s var(--ease)}.text-link:hover{color:var(--accent-hover)}.text-link svg{transition:transform .2s var(--ease)}.section-heading{max-width:640px;margin-bottom:40px}.contact-panel h2,.section-heading h2{font-size:clamp(26px,3.4vw,38px);line-height:1.14;letter-spacing:-.03em}.section-heading p{margin:14px 0 0;color:var(--text-muted);font-size:16px;line-height:1.66}.section-heading--compact{margin-bottom:20px}.featured-work{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:40px;padding:clamp(28px,4vw,40px);border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);transition:border-color .2s var(--ease)}.featured-work:hover{border-color:var(--line-strong)}.featured-work__brand{display:flex;align-items:center;gap:12px;margin-bottom:20px}.featured-work__brand .eyebrow{margin:0}.featured-work h3{font-size:clamp(26px,3vw,34px);line-height:1.15;letter-spacing:-.03em}.blog-card p,.featured-work p,.work-card p,.writing-card p{color:var(--text-muted);line-height:1.65}.featured-work>.featured-work__content>p{margin:10px 0 0}.work-role{color:var(--text-subtle)!important;font-family:var(--font-mono);font-size:12px;letter-spacing:.04em}.featured-work__aside{display:flex;flex-direction:column;justify-content:space-between;gap:24px}.highlight-list{display:grid;gap:10px;padding:0;margin:24px 0 0;list-style:none}.highlight-list li{position:relative;padding-left:20px;color:var(--text-muted);font-size:15px;line-height:1.6}.highlight-list li:before{content:"";position:absolute;left:0;top:11px;width:8px;height:1px;background:var(--text-subtle)}.work-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px}.work-card{display:flex;flex-direction:column;gap:12px;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:transparent;transition:border-color .2s var(--ease),background .2s var(--ease)}.work-card:hover{border-color:var(--line-strong);background:var(--surface)}.work-card__top{display:flex;align-items:center;justify-content:space-between}.work-card h3{font-size:19px;line-height:1.3;letter-spacing:-.02em}.work-card p{font-size:15px}.work-card .text-link{margin-top:auto;padding-top:4px}.work-card:hover .text-link svg{transform:translate(2px,-2px)}.project-icon{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;border-radius:var(--radius-sm);overflow:hidden;background:var(--icon-plate);color:var(--text-muted);font-family:var(--font-mono);font-size:12px;font-weight:500}.project-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:7px;background:#fff}.chip,.chip--quiet{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border:1px solid var(--line);border-radius:var(--radius-sm);background:transparent;color:var(--text-subtle);font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.04em}.chip-row{display:flex;flex-wrap:wrap;gap:6px}.blog-grid,.writing-grid{display:grid;grid-template-columns:1fr;gap:0;margin-top:8px;border-top:1px solid var(--line)}.writing-card{display:grid;grid-template-columns:132px minmax(0,1fr);gap:0 32px;padding:26px 0;border-bottom:1px solid var(--line);transition:opacity .2s var(--ease)}.writing-card .card-kicker{grid-column:1;grid-row:1/span 3;margin:4px 0 0}.writing-card h3{grid-column:2;font-size:20px;line-height:1.32;letter-spacing:-.02em;transition:color .16s var(--ease)}.writing-card p{grid-column:2;margin:8px 0 0;font-size:15px}.writing-card .text-link{grid-column:2;margin-top:12px}.blog-card:hover .text-link svg,.writing-card:hover .text-link svg{transform:translate(2px,-2px)}.blog-card{display:grid;grid-template-columns:minmax(0,1fr) 200px;gap:32px;align-items:start;padding:32px 0;border-bottom:1px solid var(--line)}.blog-card__body{display:flex;flex-direction:column;align-items:flex-start}.blog-card h2{font-size:clamp(21px,2.4vw,26px);line-height:1.25;letter-spacing:-.025em;transition:color .16s var(--ease)}.blog-card p{margin:10px 0 0;font-size:15px}.blog-card .chip-row,.blog-card .text-link{margin-top:16px}.blog-card:hover h2,.writing-card:hover h3{color:var(--accent)}.blog-card__image{width:100%;aspect-ratio:16/10;display:block;border:1px solid var(--line);border-radius:var(--radius);-o-object-fit:cover;object-fit:cover;background:var(--surface)}.blog-empty{max-width:560px;display:grid;gap:12px;padding:clamp(28px,4vw,40px);border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface)}.blog-empty h2{font-size:22px;letter-spacing:-.02em}.blog-empty p{margin:0;color:var(--text-muted)}.card-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:var(--radius-sm);background:var(--accent-soft);color:var(--accent)}.contact-section{padding:clamp(64px,8vw,96px) 0 clamp(72px,9vw,112px);border-top:1px solid var(--line)}.contact-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:end}.contact-panel p{margin:14px 0 0;max-width:520px;color:var(--text-muted);line-height:1.66}.contact-actions{margin-top:0}.site-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;padding:32px 0 40px;border-top:1px solid var(--line);margin-top:auto}.site-footer__brand{display:grid;gap:10px}.site-footer__brand p{margin:0;color:var(--text-subtle);font-size:14px}.site-footer nav{display:flex;flex-wrap:wrap;gap:4px;justify-content:flex-end}.site-footer nav a{min-height:40px;display:inline-flex;align-items:center;padding:0 10px;border-radius:var(--radius-sm);color:var(--text-subtle);font-size:14px;transition:color .16s var(--ease)}.site-footer nav a:hover{color:var(--text)}.article-page,.cv-page,.subpage-main{padding:clamp(48px,6vw,72px) 0 clamp(72px,9vw,112px)}.subpage-hero{max-width:680px;display:grid;justify-items:start;gap:0;padding-bottom:40px}.subpage-hero .text-link:first-child{margin-bottom:28px}.subpage-hero .eyebrow{margin-bottom:14px}.cv-hero h1,.subpage-hero h1{font-size:clamp(34px,5vw,56px);line-height:1.08;letter-spacing:-.035em}.subpage-hero p{margin:16px 0 0;color:var(--text-muted);font-size:17px;line-height:1.68}.subpage-hero .text-link:last-child{margin-top:24px}.article-page{display:grid;justify-items:center}.article-shell{width:min(720px,100%);display:grid;gap:28px}.article-header{display:grid;justify-items:start;gap:14px}.article-header h1{font-size:clamp(32px,4.6vw,50px);line-height:1.1;letter-spacing:-.035em}.article-header p{margin:0;color:var(--text-muted);font-size:17px;line-height:1.68}.article-cover{width:100%;display:block;max-height:460px;border:1px solid var(--line);border-radius:var(--radius-lg);-o-object-fit:cover;object-fit:cover}.article-body{font-size:17.5px;line-height:1.75}.article-body,.article-body li,.article-body p{color:var(--text-muted)}.article-body h2{margin:44px 0 12px;font-size:clamp(24px,3vw,30px);line-height:1.2;letter-spacing:-.025em;color:var(--text)}.article-body h3{margin:32px 0 10px;font-size:20px;line-height:1.3;letter-spacing:-.02em;color:var(--text)}.article-body h2 a,.article-body h3 a,.article-body h4 a{color:inherit;text-decoration:none}.article-body a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.article-body strong{color:var(--text);font-weight:600}.article-body blockquote{margin:28px 0;padding:2px 0 2px 20px;border-left:2px solid var(--line-strong);color:var(--text)}.article-body pre{padding:18px;border:1px solid var(--line);border-radius:var(--radius);overflow-x:auto;font-size:14px;background:var(--surface)}.article-body code{font-family:var(--font-mono);font-size:.92em}.article-body :not(pre)>code{padding:2px 5px;border-radius:4px;background:var(--surface-high);color:var(--text)}.article-image{width:100%;display:block;border:1px solid var(--line);border-radius:var(--radius)}.cv-hero{display:grid;gap:16px}.cv-hero__compact{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:center;padding-bottom:32px;border-bottom:1px solid var(--line)}.cv-hero__compact h1{font-size:clamp(30px,4vw,42px);line-height:1.08;letter-spacing:-.03em}.cv-hero__compact p{max-width:640px;margin:12px 0 0;color:var(--text-muted);line-height:1.6}.cv-role-line{margin:10px 0 0!important;color:var(--text)!important;font-family:var(--font-display);font-size:clamp(17px,2.2vw,21px);font-weight:500;letter-spacing:-.02em;line-height:1.35}.cv-hero__aside{display:grid;gap:12px}.cv-layout{max-width:820px;display:grid;gap:32px;align-items:start;margin-top:48px}.cv-timeline{gap:8px}.cv-timeline,.timeline-item{position:relative;display:grid}.timeline-item{grid-template-columns:20px minmax(0,1fr);gap:20px}.timeline-item:not(:last-child):before{content:"";position:absolute;top:28px;bottom:-8px;left:9px;width:1px;background:var(--line)}.timeline-marker{position:relative;z-index:1;width:9px;height:9px;margin:20px auto 0 5px;border-radius:50%;background:var(--text-subtle)}.timeline-content{padding:12px 0 24px}.timeline-content h3{font-size:20px;line-height:1.3;letter-spacing:-.02em}.timeline-content p{color:var(--text-muted);line-height:1.65}.timeline-content .highlight-list+.chip-row{margin-top:18px}.availability{margin-top:20px;color:var(--text-subtle);font-size:14px}.availability svg{margin-right:8px;vertical-align:-2px}.legal-page{max-width:var(--shell)}.legal-panel{width:min(720px,100%);display:grid;gap:12px;margin-bottom:24px}.legal-block{display:grid;gap:10px;padding:clamp(20px,3vw,28px);border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.legal-block h2{display:flex;align-items:center;gap:8px;font-size:19px;letter-spacing:-.02em}.legal-block p{margin:0;color:var(--text-muted);line-height:1.65}.legal-block strong{color:var(--text)}.legal-block a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.legal-block--note{border-color:var(--accent-line);background:var(--accent-soft)}.reading-progress{position:fixed;top:0;left:0;right:0;height:2px;z-index:50;pointer-events:none;background:transparent}.reading-progress__bar{height:100%;transform:scaleX(0);transform-origin:0 50%;background:var(--accent);will-change:transform}@supports (animation-timeline:scroll()){.reading-progress__bar--css{animation:reading-progress-grow linear both;animation-timeline:scroll()}}@keyframes reading-progress-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}::-moz-selection{background:var(--accent);color:var(--on-accent)}::selection{background:var(--accent);color:var(--on-accent)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{border:3px solid var(--bg);border-radius:999px;background:var(--surface-high)}::-webkit-scrollbar-thumb:hover{background:var(--text-subtle)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}.article-header h1,.contact-panel h2,.cv-hero h1,.featured-work h3,.hero-copy h1,.section-heading h2,.subpage-hero h1{text-wrap:balance}.blog-card p,.contact-panel p,.intro-text,.section-heading p,.work-card p,.writing-card p{text-wrap:pretty}@media(max-width:900px){.contact-panel,.cv-hero__compact,.featured-work,.site-footer{grid-template-columns:1fr}.featured-work{gap:28px}.contact-panel{align-items:start;gap:24px}.site-footer nav{justify-content:flex-start}.work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-card{grid-template-columns:minmax(0,1fr) 160px;gap:24px}}@media(max-width:640px){:root{--shell:min(100vw - 32px,1120px)}.site-header{min-height:60px}.site-header nav a{min-height:44px;padding:0 9px;font-size:14px}.theme-toggle{width:44px;height:44px}.work-grid,.writing-card{grid-template-columns:1fr}.writing-card{gap:0;padding:24px 0}.writing-card .card-kicker{grid-column:1;grid-row:auto;margin:0 0 8px}.writing-card .text-link,.writing-card h3,.writing-card p{grid-column:1}.blog-card{grid-template-columns:1fr;gap:20px}.blog-card__image{grid-row:1;max-height:220px}}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;animation-delay:0s!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
