:root{color-scheme:dark;--bg: #090a0c;--bg-elevated: #0d0f12;--surface-1: #111318;--surface-2: #171a20;--surface-3: #1d2128;--text-primary: #f3f5f7;--text-secondary: #a7aeb9;--text-tertiary: #79818e;--accent: #78a6ff;--accent-strong: #98bbff;--accent-surface: #13203a;--success: #70d6a0;--line: #252930;--line-strong: #363b45;--backdrop: rgba(2, 3, 5, .78);--surface-translucent: rgba(13, 15, 18, .9);--selection: rgba(120, 166, 255, .28);--shadow-lg: 0 24px 80px rgba(0, 0, 0, .36);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--container: 1240px;--nav-height: 72px;--ease: cubic-bezier(.22, 1, .36, 1);--font-sans: "Bahnschrift", "Avenir Next", "Segoe UI Variable Display", "PingFang SC", "Microsoft YaHei", sans-serif;--font-mono: "JetBrains Mono", "SFMono-Regular", "Cascadia Code", Consolas, "Liberation Mono", monospace}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--nav-height) + 24px);background:var(--bg)}body{margin:0;min-width:320px;overflow-x:hidden;background:var(--bg);color:var(--text-primary);font-family:var(--font-sans);font-size:16px;line-height:1.65;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body.menu-open,body.dialog-open{overflow:hidden}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button,a{color:inherit}img{display:block;max-width:100%}::selection{background:var(--selection);color:var(--text-primary)}:focus-visible{outline:2px solid var(--accent-strong);outline-offset:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:10px;left:12px;z-index:200;padding:10px 14px;transform:translateY(-160%);border-radius:var(--radius-sm);background:var(--text-primary);color:var(--bg);font-weight:700;text-decoration:none}.skip-link:focus{transform:translateY(0)}.site-shell{position:relative;min-height:100vh;isolation:isolate}.site-grid{position:absolute;inset:0 0 auto;z-index:-1;height:980px;pointer-events:none;background-image:linear-gradient(to right,transparent calc(100% - 1px),var(--line) 1px),linear-gradient(to bottom,transparent calc(100% - 1px),var(--line) 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(to bottom,black 0%,transparent 84%);mask-image:linear-gradient(to bottom,black 0%,transparent 84%);opacity:.28}.scroll-progress{position:fixed;inset:0 0 auto;z-index:110;height:2px;transform-origin:left;background:var(--accent)}.section-shell{width:min(var(--container),calc(100% - 64px));margin-inline:auto;padding-block:136px;scroll-margin-top:calc(var(--nav-height) + 24px)}.section-intro{margin-bottom:56px}.split-intro{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:end;gap:72px}.section-intro h2,.profile-heading h2,.contact-copy h2{max-width:760px;margin:0;font-size:clamp(2.25rem,4.5vw,4.5rem);font-weight:600;letter-spacing:-.055em;line-height:1.05}.section-intro>p,.profile-heading>p:last-child,.contact-copy>p:last-child{margin:0;color:var(--text-secondary);font-size:1rem}.section-kicker{margin:0 0 18px;color:var(--accent-strong);font-family:var(--font-mono);font-size:.76rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 16px;border:1px solid transparent;border-radius:var(--radius-md);font-size:.88rem;font-weight:650;line-height:1;text-decoration:none;cursor:pointer;transition:transform .18s var(--ease),border-color .18s ease,background-color .18s ease,color .18s ease}.button-primary{border-color:var(--text-primary);background:var(--text-primary);color:var(--bg)}.button-secondary{border-color:var(--line-strong);background:var(--surface-1);color:var(--text-primary)}.button-quiet{background:transparent;color:var(--text-secondary)}@media(hover:hover){.button:hover,.contact-link:hover,.project-row-links a:hover{transform:translateY(-2px)}.button-secondary:hover,.command-trigger:hover,.nav-icon-link:hover,.menu-button:hover{border-color:var(--text-tertiary);background:var(--surface-2)}.button-quiet:hover{color:var(--text-primary)}}.button:active,.contact-link:active{transform:scale(.98)}.navbar{position:fixed;inset:0 0 auto;z-index:100;height:var(--nav-height);border-bottom:1px solid transparent;transition:background-color .18s ease,border-color .18s ease}.navbar.is-scrolled{border-color:var(--line);background:var(--surface-translucent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav-inner{width:min(var(--container),calc(100% - 64px));height:100%;display:flex;align-items:center;gap:28px;margin-inline:auto}.brand{display:inline-flex;align-items:center;gap:12px;min-width:max-content;text-decoration:none}.brand-monogram{font-family:var(--font-mono);font-size:.82rem;font-weight:600;letter-spacing:.04em}.brand-divider{width:1px;height:18px;background:var(--line-strong)}.brand-role{color:var(--text-tertiary);font-family:var(--font-mono);font-size:.72rem}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:4px;margin-inline:auto}.nav-link{min-height:40px;padding:0 12px;border:0;background:transparent;color:var(--text-tertiary);font-size:.84rem;cursor:pointer;transition:color .16s ease}.nav-link.active,.nav-link:hover{color:var(--text-primary)}.nav-link.active:before{display:inline-block;width:4px;height:4px;margin:0 7px 2px 0;border-radius:50%;background:var(--accent);content:""}.nav-actions{display:flex;align-items:center;gap:8px}.command-trigger,.nav-icon-link,.menu-button{min-height:40px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--bg-elevated);color:var(--text-secondary);cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.command-trigger{display:inline-flex;align-items:center;gap:8px;padding:0 8px 0 11px;font-size:.75rem}.command-trigger kbd{padding:3px 6px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text-secondary);font-family:var(--font-mono);font-size:.65rem}.nav-icon-link,.menu-button{width:40px;display:inline-grid;place-items:center;text-decoration:none}.menu-button,.mobile-panel{display:none}.hero-section{min-height:920px;display:flex;flex-direction:column;justify-content:center;padding-top:calc(var(--nav-height) + 92px);padding-bottom:64px}.hero-status{display:flex;align-items:center;gap:10px;width:100%;margin-bottom:68px;padding-bottom:18px;border-bottom:1px solid var(--line);color:var(--text-tertiary);font-family:var(--font-mono);font-size:.72rem}.status-dot,.online-dot,.system-indicator{display:inline-block;flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:var(--success)}.status-location{margin-left:auto}.hero-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(430px,.88fr);align-items:end;gap:80px}.hero-role{margin:0 0 22px;color:var(--accent-strong);font-family:var(--font-mono);font-size:clamp(.72rem,1.1vw,.84rem);letter-spacing:.02em}.hero-copy h1{margin:0;font-size:clamp(3.6rem,6.6vw,6.4rem);font-weight:600;letter-spacing:-.065em;line-height:.98}.hero-copy h1 span{color:var(--text-secondary)}.hero-description{max-width:690px;margin:28px 0 0;color:var(--text-secondary);font-size:clamp(1rem,1.35vw,1.15rem);line-height:1.8}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}.hero-system{overflow:hidden;border:1px solid var(--line-strong);border-radius:var(--radius-lg);background:var(--bg-elevated);box-shadow:var(--shadow-lg)}.system-bar,.system-title,.system-meta{display:flex;align-items:center;justify-content:space-between}.system-bar{min-height:44px;padding:0 15px;border-bottom:1px solid var(--line);color:var(--text-tertiary);font-family:var(--font-mono);font-size:.62rem;letter-spacing:.06em}.system-bar div{display:flex;align-items:center;gap:8px}.system-indicator{width:6px;height:6px;background:var(--accent)}.system-title{padding:24px;border-bottom:1px solid var(--line)}.system-title span{display:block;color:var(--text-tertiary);font-family:var(--font-mono);font-size:.68rem}.system-title strong{display:block;margin-top:4px;font-size:1.35rem;font-weight:600}.system-title .system-version{color:var(--text-secondary)}.system-pipeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr) auto) minmax(0,1fr);align-items:center;gap:7px;padding:28px 20px;border-bottom:1px solid var(--line)}.system-pipeline>div{min-width:0}.system-pipeline span,.system-pipeline strong,.system-pipeline small{display:block}.system-pipeline span{color:var(--text-tertiary);font-family:var(--font-mono);font-size:.58rem}.system-pipeline strong{margin-top:9px;font-family:var(--font-mono);font-size:.76rem;font-weight:600}.system-pipeline small{overflow:hidden;margin-top:2px;color:var(--text-tertiary);font-family:var(--font-mono);font-size:.6rem;text-overflow:ellipsis;white-space:nowrap}.system-pipeline svg{color:var(--text-tertiary)}.system-meta{padding:18px 20px}.system-meta div{min-width:0}.system-meta dt,.system-meta dd{margin:0;font-family:var(--font-mono);font-size:.62rem}.system-meta dt{color:var(--text-tertiary)}.system-meta dd{margin-top:4px;color:var(--text-secondary)}.system-meta dd .online-dot{width:6px;height:6px;margin-right:5px}.hero-footnote{display:flex;align-items:center;gap:16px;margin-top:64px;color:var(--text-tertiary);font-family:var(--font-mono);font-size:.64rem;text-transform:uppercase}.hero-rule{width:54px;height:1px;background:var(--line-strong)}.hero-enter{animation:heroIn .7s var(--ease) both}.hero-enter-1{animation-delay:50ms}.hero-enter-2{animation-delay:.13s}.hero-enter-3{animation-delay:.21s}.hero-enter-4{animation-delay:.3s}@keyframes heroIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.featured-section,.project-index,.stack-band,.journey-section,.profile-band,.contact-section,.site-footer{content-visibility:auto}.featured-section{contain-intrinsic-size:auto 1800px}.project-index{contain-intrinsic-size:auto 900px}.stack-band{contain-intrinsic-size:auto 1200px}.journey-section,.profile-band{contain-intrinsic-size:auto 900px}.contact-section{contain-intrinsic-size:auto 650px}.site-footer{contain-intrinsic-size:auto 100px}.command-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;display:grid;place-items:start center;padding:min(18vh,160px) 20px 40px;background:var(--backdrop);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:backdropIn .14s ease both}.command-dialog{width:min(600px,100%);overflow:hidden;border:1px solid var(--line-strong);border-radius:var(--radius-lg);background:var(--surface-1);box-shadow:var(--shadow-lg);animation:dialogIn .18s var(--ease) both}@keyframes backdropIn{0%{opacity:0}to{opacity:1}}@keyframes dialogIn{0%{opacity:0;transform:translateY(-8px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.command-search{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line);color:var(--text-tertiary)}.command-search input{min-width:0;border:0;outline:0;background:transparent;color:var(--text-primary)}.command-search input::placeholder{color:var(--text-tertiary)}.command-search button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--text-tertiary);cursor:pointer}.command-search button:hover{background:var(--surface-2);color:var(--text-primary)}.command-results{max-height:min(430px,55vh);overflow-y:auto;padding:10px}.command-label{margin:4px 8px 8px;color:var(--text-tertiary);font-family:var(--font-mono);font-size:.64rem;letter-spacing:.08em;text-transform:uppercase}.command-item{width:100%;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;padding:10px;border:0;border-radius:var(--radius-md);background:transparent;text-align:left;cursor:pointer}.command-item:hover,.command-item:focus-visible{background:var(--surface-2)}.command-item-icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--text-secondary)}.command-item strong,.command-item small{display:block}.command-item strong{font-size:.86rem;font-weight:600}.command-item small{margin-top:2px;color:var(--text-tertiary);font-family:var(--font-mono);font-size:.64rem}.command-empty{margin:0;padding:42px 20px;color:var(--text-tertiary);text-align:center}.command-footer{display:flex;gap:16px;padding:10px 16px;border-top:1px solid var(--line);color:var(--text-tertiary);font-size:.68rem}.command-footer kbd{color:var(--text-secondary);font-family:var(--font-mono)}.featured-section{padding-top:160px}.case-study{border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong)}.case-header{display:flex;justify-content:space-between;gap:40px;padding:36px 0 44px;border-bottom:1px solid var(--line)}.case-heading{display:grid;grid-template-columns:64px 1fr;gap:20px}.case-index{padding-top:3px;color:var(--accent-strong);font-family:var(--font-mono);font-size:.74rem}.case-heading p{margin:0;color:var(--text-tertiary);font-family:var(--font-mono);font-size:.7rem}.case-heading h3{margin:8px 0 0;font-size:clamp(2.2rem,4vw,4rem);font-weight:600;letter-spacing:-.05em;line-height:1}.case-heading .case-subtitle{max-width:720px;margin-top:16px;color:var(--text-secondary);font-family:var(--font-sans);font-size:1rem;line-height:1.7}.case-actions{display:flex;align-items:flex-start;gap:10px}.status-badge{min-height:44px;display:inline-flex;align-items:center;gap:8px;padding:0 13px;border:1px solid var(--line);border-radius:var(--radius-md);color:var(--text-secondary);font-family:var(--font-mono);font-size:.7rem;white-space:nowrap}.status-badge .online-dot{width:6px;height:6px}.case-overview{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:72px;padding:56px 0;border-bottom:1px solid var(--line)}.case-narrative{display:grid;gap:40px}.case-narrative span,.architecture-heading span{color:var(--accent-strong);font-family:var(--font-mono);font-size:.7rem;letter-spacing:.06em;text-transform:uppercase}.case-narrative p{max-width:720px;margin:10px 0 0;color:var(--text-secondary);font-size:clamp(1.05rem,1.6vw,1.35rem);line-height:1.65}.shipping-manifest{align-self:start;overflow:hidden;border:1px solid var(--line-strong);border-radius:var(--radius-md);background:var(--bg-elevated)}.manifest-head{display:flex;justify-content:space-between;padding:11px 14px;border-bottom:1px solid var(--line);color:var(--text-tertiary);font-family:var(--font-mono);font-size:.62rem;text-transform:uppercase}.shipping-manifest dl{margin:0;padding:6px 14px}.shipping-manifest dl>div{display:grid;grid-template-columns:105px 1fr;gap:14px;padding:10px 0;border-bottom:1px solid var(--line)}.shipping-manifest dl>div:last-child{border-bottom:0}.shipping-manifest dt,.shipping-manifest dd{margin:0;font-family:var(--font-mono);font-size:.68rem}.shipping-manifest dt{color:var(--text-tertiary)}.shipping-manifest dd{color:var(--text-secondary);overflow-wrap:anywhere}.shipping-manifest>p{display:flex;align-items:center;gap:8px;margin:0;padding:13px 14px;border-top:1px solid var(--line);background:var(--accent-surface);color:var(--accent-strong);font-size:.74rem}.architecture-block{padding:48px 0 52px;border-bottom:1px solid var(--line)}.architecture-heading{display:flex;align-items:baseline;gap:16px;margin-bottom:24px}.architecture-heading p{margin:0;color:var(--text-tertiary);font-size:.78rem}.architecture-flow{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));margin:0;padding:0;border:1px solid var(--line);border-radius:var(--radius-md);list-style:none}.architecture-flow li{position:relative;min-width:0;min-height:132px;padding:16px 14px;border-right:1px solid var(--line)}.architecture-flow li:last-child{border-right:0}.architecture-flow li:not(:last-child):after{position:absolute;top:50%;right:-5px;z-index:1;width:9px;height:9px;transform:translateY(-50%) rotate(45deg);border-top:1px solid var(--line-strong);border-right:1px solid var(--line-strong);background:var(--bg);content:""}.architecture-flow span,.architecture-flow strong,.architecture-flow small{display:block;font-family:var(--font-mono)}.architecture-flow span{color:var(--text-tertiary);font-size:.58rem}.architecture-flow strong{margin-top:22px;font-size:.72rem;font-weight:600}.architecture-flow small{margin-top:5px;color:var(--text-tertiary);font-size:.58rem;line-height:1.45;overflow-wrap:anywhere}.engineering-highlights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.engineering-highlights article{min-height:260px;padding:32px 26px 36px;border-right:1px solid var(--line)}.engineering-highlights article:last-child{border-right:0}.engineering-highlights article>span{color:var(--text-tertiary);font-family:var(--font-mono);font-size:.66rem}.engineering-highlights h4{margin:56px 0 0;font-size:1rem;font-weight:600}.engineering-highlights p{margin:10px 0 0;color:var(--text-secondary);font-size:.86rem}.engineering-details{border-top:1px solid var(--line)}.engineering-details summary{padding:20px 0;color:var(--text-secondary);font-size:.82rem;cursor:pointer}.engineering-details ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 36px;margin:0 0 28px;padding:0;list-style:none}.engineering-details li{position:relative;padding-left:16px;color:var(--text-secondary);font-size:.86rem}.engineering-details li:before{position:absolute;top:.75em;left:0;width:4px;height:4px;border-radius:50%;background:var(--accent);content:""}.project-index{padding-top:120px}.project-list{border-top:1px solid var(--line-strong)}.project-row{display:grid;grid-template-columns:44px minmax(220px,.55fr) minmax(0,1fr) minmax(110px,auto);align-items:center;gap:32px;padding:32px 0;border-bottom:1px solid var(--line)}.project-row-index{align-self:start;padding-top:4px;color:var(--text-tertiary);font-family:var(--font-mono);font-size:.66rem}.project-preview{position:relative;overflow:hidden;aspect-ratio:1.85;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-1)}.project-preview:after{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid var(--selection);border-radius:inherit;opacity:0;content:"";transition:opacity .18s ease}.project-preview img{width:100%;height:100%;object-fit:cover;filter:saturate(.7) contrast(1.04);transition:transform .32s var(--ease),filter .32s ease}.project-row:hover .project-preview:after{opacity:1}.project-row:hover .project-preview img{transform:scale(1.025);filter:saturate(.95) contrast(1.04)}.project-row-copy>p:first-child{margin:0 0 6px;color:var(--accent-strong);font-family:var(--font-mono);font-size:.66rem;text-transform:uppercase}.project-row-copy h3{margin:0;font-size:1.4rem;font-weight:600;letter-spacing:-.025em}.project-description{max-width:630px;margin:10px 0 0;color:var(--text-secondary);font-size:.88rem}.inline-tech-list{display:flex;flex-wrap:wrap;gap:6px 15px;margin:16px 0 0;padding:0;color:var(--text-tertiary);font-family:var(--font-mono);font-size:.64rem;list-style:none}.inline-tech-list li:not(:last-child):after{margin-left:15px;color:var(--line-strong);content:"/"}.project-row-links{display:grid;gap:8px;justify-items:end}.project-row-links a{min-height:44px;display:inline-flex;align-items:center;gap:7px;color:var(--text-secondary);font-size:.78rem;text-decoration:none;transition:color .16s ease,transform .16s var(--ease)}.project-row-links a:hover{color:var(--text-primary)}.stack-band,.profile-band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg-elevated)}.stack-flow{margin:0;padding:0;border-top:1px solid var(--line-strong);list-style:none}.stack-stage{display:grid;grid-template-columns:72px minmax(220px,.75fr) minmax(260px,.85fr) minmax(320px,1.2fr);align-items:center;gap:32px;padding:32px 0;border-bottom:1px solid var(--line)}.stack-index{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;color:var(--text-tertiary);font-family:var(--font-mono);font-size:.66rem}.stack-index svg{color:var(--line-strong)}.stack-layer>span{color:var(--accent-strong);font-family:var(--font-mono);font-size:.66rem;text-transform:uppercase}.stack-layer h3{margin:6px 0 0;font-size:1.08rem;font-weight:600}.stack-stage>p{margin:0;color:var(--text-secondary);font-size:.86rem}.stack-stage>ul{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end;margin:0;padding:0;list-style:none}.stack-stage>ul li{padding:5px 8px;border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--text-tertiary);font-family:var(--font-mono);font-size:.62rem}.timeline{border-top:1px solid var(--line-strong)}.timeline-item{display:grid;grid-template-columns:160px 110px 1fr;gap:28px;padding:31px 0;border-bottom:1px solid var(--line)}.timeline-item time,.timeline-kind{color:var(--text-tertiary);font-family:var(--font-mono);font-size:.66rem}.timeline-kind{color:var(--accent-strong)}.timeline-item h3{margin:0;font-size:1.05rem;font-weight:600}.timeline-item p{max-width:720px;margin:8px 0 0;color:var(--text-secondary);font-size:.86rem}.profile-section{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:100px}.profile-heading h2{margin-top:0}.profile-heading>p:last-child{max-width:520px;margin-top:24px}.profile-grid{margin:0;border-top:1px solid var(--line-strong)}.profile-grid>div{display:grid;grid-template-columns:110px 1fr;gap:24px;padding:24px 0;border-bottom:1px solid var(--line)}.profile-grid dt{color:var(--accent-strong);font-family:var(--font-mono);font-size:.66rem}.profile-grid dd{margin:0}.profile-grid strong,.profile-grid span{display:block}.profile-grid strong{font-size:.96rem;font-weight:600}.profile-grid span{margin-top:6px;color:var(--text-secondary);font-size:.82rem}.contact-section{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(420px,1.2fr);gap:110px;align-items:end}.contact-copy>p:last-child{max-width:520px;margin-top:24px}.contact-actions{border-top:1px solid var(--line-strong)}.contact-link{min-height:92px;display:grid;grid-template-columns:110px 1fr auto;align-items:center;gap:24px;padding:0 4px;border-bottom:1px solid var(--line);text-decoration:none;transition:color .16s ease,transform .18s var(--ease)}.contact-link>span{display:flex;align-items:center;gap:8px;color:var(--text-tertiary);font-family:var(--font-mono);font-size:.66rem;text-transform:uppercase}.contact-link strong{min-width:0;overflow:hidden;color:var(--text-secondary);font-size:.94rem;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.contact-link-primary strong{color:var(--text-primary)}.contact-link>svg{color:var(--text-tertiary)}.copy-link{min-height:44px;display:inline-flex;align-items:center;gap:8px;margin-top:14px;padding:0;border:0;background:transparent;color:var(--text-tertiary);font-size:.76rem;cursor:pointer}.copy-link:hover{color:var(--text-primary)}.site-footer{display:flex;justify-content:space-between;gap:30px;padding-top:34px;padding-bottom:34px;border-top:1px solid var(--line);color:var(--text-tertiary);font-family:var(--font-mono);font-size:.65rem}.site-footer p{margin:0}.back-to-top{position:fixed;right:22px;bottom:22px;z-index:80;width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:var(--radius-md);background:var(--surface-1);color:var(--text-secondary);box-shadow:var(--shadow-lg);cursor:pointer}.back-top-enter-active,.back-top-leave-active{transition:opacity .16s ease,transform .16s var(--ease)}.back-top-enter-from,.back-top-leave-to{opacity:0;transform:translateY(8px)}@media(max-width:1120px){.section-shell,.nav-inner{width:min(var(--container),calc(100% - 48px))}.hero-layout{grid-template-columns:minmax(0,1fr) minmax(390px,.8fr);gap:44px}.system-pipeline{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.system-pipeline svg{display:none}.case-overview{gap:44px}.architecture-flow{grid-template-columns:repeat(4,minmax(0,1fr))}.architecture-flow li:nth-child(4){border-right:0}.architecture-flow li:nth-child(n+5){border-top:1px solid var(--line)}.architecture-flow li:nth-child(4):after{display:none}.stack-stage{grid-template-columns:52px minmax(200px,.7fr) minmax(250px,1fr)}.stack-stage>ul{grid-column:2 / -1;justify-content:flex-start}.profile-section,.contact-section{gap:64px}}@media(max-width:900px){:root{--nav-height: 68px}.section-shell{padding-block:104px}.desktop-nav,.command-trigger,.nav-icon-link{display:none}.nav-actions{margin-left:auto}.menu-button{display:inline-grid;width:44px;height:44px;min-height:44px}.mobile-panel{position:fixed;inset:var(--nav-height) 0 0;display:grid;grid-template-rows:1fr auto;padding:28px 24px 34px;transform:translate(100%);visibility:hidden;background:var(--bg-elevated);transition:transform .24s var(--ease),visibility .24s}.mobile-panel.open{transform:translate(0);visibility:visible}.mobile-panel nav{display:grid;align-content:start}.mobile-link{min-height:64px;display:flex;align-items:center;gap:20px;padding:0;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--text-secondary);font-size:1.15rem;text-align:left}.mobile-link span{color:var(--text-tertiary);font-family:var(--font-mono);font-size:.64rem}.mobile-link.active{color:var(--text-primary)}.mobile-link.active span{color:var(--accent-strong)}.mobile-github-link{min-height:52px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line-strong);color:var(--text-secondary);font-family:var(--font-mono);font-size:.72rem;text-decoration:none}.split-intro{grid-template-columns:1fr;gap:22px}.split-intro>p{max-width:640px}.hero-section{min-height:auto;padding-top:calc(var(--nav-height) + 70px);padding-bottom:84px}.hero-status{margin-bottom:54px}.hero-layout{grid-template-columns:1fr;gap:64px}.hero-copy h1{font-size:clamp(3.15rem,10vw,5.7rem)}.hero-system{max-width:660px}.hero-footnote{display:none}.case-header{display:grid}.case-actions{padding-left:84px}.case-overview{grid-template-columns:1fr}.shipping-manifest{width:100%;max-width:620px}.engineering-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}.engineering-highlights article:nth-child(2){border-right:0}.engineering-highlights article:nth-child(n+3){border-top:1px solid var(--line)}.project-row{grid-template-columns:40px 220px 1fr;gap:24px}.project-row-links{grid-column:3;grid-row:2;display:flex;justify-items:start}.stack-stage{grid-template-columns:44px minmax(180px,.65fr) 1fr;gap:20px}.profile-section,.contact-section{grid-template-columns:1fr}.profile-heading>p:last-child,.contact-copy>p:last-child{max-width:640px}}@media(max-width:680px){.section-shell,.nav-inner{width:calc(100% - 32px)}.section-shell{padding-block:84px}.brand-role,.status-location{display:none}.hero-section{width:calc(100% - 32px);padding-top:calc(var(--nav-height) + 50px);padding-bottom:72px}.hero-status{margin-bottom:42px;font-size:.63rem}.hero-role{max-width:300px;line-height:1.6}.hero-copy h1{font-size:clamp(2.75rem,13.2vw,4.3rem);line-height:1.02}.hero-description{margin-top:22px;font-size:.94rem}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions .button-primary{grid-column:1 / -1}.hero-system{border-radius:var(--radius-md)}.system-title{padding:20px}.system-pipeline{grid-template-columns:repeat(2,minmax(0,1fr));padding:20px}.system-pipeline>div{padding:10px 0}.system-pipeline>div:last-of-type{grid-column:1 / -1}.system-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.system-meta div:last-child{grid-column:1 / -1}.section-intro{margin-bottom:40px}.section-intro h2,.profile-heading h2,.contact-copy h2{font-size:clamp(2.1rem,11vw,3.25rem);letter-spacing:-.05em}.featured-section{padding-top:104px}.case-header{padding-block:28px 34px}.case-heading{grid-template-columns:1fr;gap:12px}.case-heading h3{font-size:2.5rem}.case-actions{flex-wrap:wrap;padding-left:0}.case-overview{gap:38px;padding-block:40px}.case-narrative{gap:28px}.case-narrative p{font-size:1rem}.shipping-manifest dl>div{grid-template-columns:90px 1fr}.architecture-heading{display:grid;gap:6px}.architecture-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.architecture-flow li{min-height:116px;border-top:1px solid var(--line)}.architecture-flow li:nth-child(-n+2){border-top:0}.architecture-flow li:nth-child(2n){border-right:0}.architecture-flow li:nth-child(odd):not(:last-child){border-right:1px solid var(--line)}.architecture-flow li:after{display:none}.engineering-highlights{grid-template-columns:1fr}.engineering-highlights article{min-height:auto;padding:26px 0 30px;border-top:1px solid var(--line);border-right:0}.engineering-highlights article:first-child{border-top:0}.engineering-highlights h4{margin-top:22px}.engineering-details ul{grid-template-columns:1fr}.project-row{grid-template-columns:32px 1fr;gap:18px;padding-block:28px}.project-row-index{grid-row:1 / span 3}.project-preview,.project-row-copy,.project-row-links{grid-column:2}.project-row-links{grid-row:auto;flex-wrap:wrap;justify-content:flex-start}.inline-tech-list li:not(:last-child):after{margin-left:10px}.inline-tech-list{gap:6px 10px}.stack-stage{grid-template-columns:34px 1fr;gap:12px 14px;padding-block:26px}.stack-index{grid-row:1 / span 3}.stack-index svg{display:none}.stack-stage>p,.stack-stage>ul{grid-column:2}.stack-stage>ul{gap:6px}.timeline-item{grid-template-columns:1fr auto;gap:8px 16px;padding-block:26px}.timeline-kind{justify-self:end}.timeline-item>div{grid-column:1 / -1}.profile-section,.contact-section{gap:48px}.profile-grid>div{grid-template-columns:1fr;gap:8px}.contact-link{min-height:82px;grid-template-columns:1fr auto;gap:8px}.contact-link>span{grid-column:1}.contact-link strong{grid-column:1;font-size:.86rem}.contact-link>svg{grid-column:2;grid-row:1 / span 2}.site-footer{display:grid;gap:8px}.footer-meta{color:var(--text-tertiary)}.back-to-top{right:14px;bottom:14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.nav-link,.mobile-link{text-decoration:none}.nav-link{display:inline-flex;align-items:center;white-space:nowrap}.project-index{padding-top:32px}.events-preview,.photography-preview{scroll-margin-top:calc(var(--nav-height) + 24px)}.text-link{min-height:44px;display:inline-flex;align-items:center;gap:10px;color:var(--text-secondary);font-size:.82rem;font-weight:600;text-decoration:none;transition:color .18s ease}.text-link svg{transition:transform .24s var(--ease)}.text-link:hover,.text-link-strong{color:var(--text-primary)}.text-link:hover svg{transform:translate(4px)}.section-more{display:flex;justify-content:flex-end;margin-top:48px;padding-top:20px;border-top:1px solid var(--line)}.event-preview-list{border-top:1px solid var(--line-strong)}.event-entry{display:grid;grid-template-columns:44px minmax(0,.78fr) minmax(0,1.22fr);align-items:center;gap:36px;padding:40px 0;border-bottom:1px solid var(--line)}.event-entry-index,.event-entry-copy>p:first-child{color:var(--accent-strong);font-family:var(--font-mono);font-size:.68rem;letter-spacing:.04em}.event-entry-index{align-self:start;padding-top:4px;color:var(--text-tertiary)}.event-entry-copy>p:first-child{margin:0 0 18px;text-transform:uppercase}.event-entry-copy h3{max-width:450px;margin:0;font-size:clamp(1.45rem,2.45vw,2.55rem);font-weight:600;letter-spacing:-.04em;line-height:1.16}.event-entry-copy>p:nth-of-type(2){max-width:480px;margin:18px 0 16px;color:var(--text-secondary);font-size:.9rem}.event-entry-media{display:block;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-1)}.event-entry-media img{width:100%;height:auto;transition:transform .6s var(--ease)}.event-entry-media:hover img,.event-entry-media:focus-visible img{transform:scale(1.015)}.event-entry-alternate .event-entry-copy{grid-column:3;grid-row:1}.event-entry-alternate .event-entry-media{grid-column:2;grid-row:1}.profile-section{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);grid-template-areas:"intro portrait" "facts portrait";column-gap:clamp(48px,7vw,112px);row-gap:44px;align-items:start}.profile-heading{grid-area:intro}.profile-heading>p:last-child{margin-top:24px}.profile-grid{grid-area:facts}.profile-grid>div{grid-template-columns:100px 1fr;gap:20px;padding:19px 0}.profile-portrait{grid-area:portrait;min-width:0;margin:0}.profile-portrait img{width:100%;height:auto;border-radius:var(--radius-sm)}.profile-portrait figcaption{display:flex;justify-content:space-between;gap:16px;padding-top:13px;color:var(--text-tertiary);font-family:var(--font-mono);font-size:.61rem;letter-spacing:.02em}.photography-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;gap:32px 20px}.photography-item{min-width:0;margin:0;scroll-margin-top:calc(var(--nav-height) + 24px)}.photography-grid-preview .photography-item:nth-child(1){grid-column:span 8}.photography-grid-preview .photography-item:nth-child(2){grid-column:span 4}.photography-grid-preview .photography-item:nth-child(3){grid-column:span 4}.photography-grid-preview .photography-item:nth-child(4){grid-column:span 3}.photography-grid-preview .photography-item:nth-child(5){grid-column:span 5}.photography-link{width:100%;display:block;padding:0;border:0;background:transparent;color:inherit;text-align:left;text-decoration:none;cursor:pointer}.photography-image{position:relative;display:block;overflow:hidden;border-radius:var(--radius-sm);background:var(--surface-1)}.photography-image>img{width:100%;height:auto;transition:transform .65s var(--ease)}.photography-link:hover .photography-image>img,.photography-link:focus-visible .photography-image>img{transform:scale(1.015)}.photography-link figcaption{display:flex;align-items:baseline;gap:16px;padding-top:12px;color:var(--text-secondary);font-size:.82rem}.photography-link figcaption span{color:var(--text-tertiary);font-family:var(--font-mono);font-size:.66rem}.archive-intro{padding-top:calc(var(--nav-height) + 82px);padding-bottom:48px}.archive-back{min-height:44px;display:inline-flex;align-items:center;gap:10px;margin-bottom:70px;color:var(--text-tertiary);font-size:.78rem;text-decoration:none;transition:color .18s ease}.archive-back:hover{color:var(--text-primary)}.archive-intro h1{max-width:1040px;margin:0;font-size:clamp(2.65rem,5.3vw,5.4rem);font-weight:600;letter-spacing:-.055em;line-height:1.08}.archive-intro>p:not(.section-kicker){max-width:640px;margin:26px 0 0;color:var(--text-secondary);font-size:1rem}.archive-index-line{display:flex;justify-content:space-between;gap:20px;margin-top:80px;padding:16px 0;border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line);color:var(--text-tertiary);font-family:var(--font-mono);font-size:.67rem;letter-spacing:.04em}.photography-archive,.events-archive{padding-top:24px}.photo-feature{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(230px,.4fr);align-items:end;gap:40px;scroll-margin-top:calc(var(--nav-height) + 24px)}.photo-feature-image,.event-record-photo{position:relative;display:block;width:100%;padding:0;overflow:hidden;border:0;border-radius:var(--radius-sm);background:var(--surface-1);cursor:zoom-in}.photo-feature-image img,.event-record-photo img{width:100%;height:auto;transition:transform .65s var(--ease)}.photo-feature-image:hover img,.photo-feature-image:focus-visible img,.event-record-photo:hover img,.event-record-photo:focus-visible img{transform:scale(1.015)}.image-open-indicator{position:absolute;right:14px;bottom:14px;width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--bg-elevated);color:var(--text-primary);opacity:0;transition:opacity .2s ease}.photography-link:hover .image-open-indicator,.photography-link:focus-visible .image-open-indicator,.photo-feature-image:hover .image-open-indicator,.photo-feature-image:focus-visible .image-open-indicator,.event-record-photo:hover .image-open-indicator,.event-record-photo:focus-visible .image-open-indicator{opacity:1}.photo-feature-copy{padding-bottom:10px}.photo-feature-copy>span,.archive-grid-heading>span,.events-year-heading>span,.event-record-heading>span{color:var(--text-tertiary);font-family:var(--font-mono);font-size:.66rem;letter-spacing:.04em}.photo-feature-copy h2{margin:15px 0;font-size:clamp(1.8rem,2.7vw,2.8rem);font-weight:600;letter-spacing:-.045em;line-height:1.12}.photo-feature-copy p{margin:0;color:var(--text-secondary);font-size:.86rem}.archive-grid-heading{display:flex;justify-content:space-between;align-items:baseline;gap:24px;margin:120px 0 32px;padding-top:22px;border-top:1px solid var(--line-strong)}.archive-grid-heading h2{margin:0;font-size:1.6rem;font-weight:600;letter-spacing:-.03em}.photography-grid-archive .photography-item:nth-child(1){grid-column:span 4}.photography-grid-archive .photography-item:nth-child(2){grid-column:span 8}.photography-grid-archive .photography-item:nth-child(3){grid-column:span 4}.photography-grid-archive .photography-item:nth-child(4){grid-column:span 8}.photography-grid-archive .photography-item:nth-child(5){grid-column:span 6}.photography-grid-archive .photography-item:nth-child(6){grid-column:span 6}.photography-grid-archive .photography-item:nth-child(7){grid-column:span 5}.photography-grid-archive .photography-item:nth-child(8){grid-column:span 7}.photography-grid-archive .photo-layout-wide{grid-column:span 8}.photography-grid-archive .photo-layout-narrow{grid-column:span 4}.photography-grid-archive .photo-layout-full{grid-column:span 12}.photography-grid-archive .photo-layout-half{grid-column:span 6}.events-year-heading{display:flex;justify-content:space-between;align-items:baseline;gap:30px;margin-bottom:26px}.events-year-heading h2{margin:0;font-family:var(--font-mono);font-size:clamp(3rem,7vw,7rem);font-weight:500;letter-spacing:-.085em;line-height:1}.event-record{padding:50px 0 92px;border-top:1px solid var(--line-strong);scroll-margin-top:calc(var(--nav-height) + 24px)}.event-record-heading{display:grid;grid-template-columns:140px minmax(0,1fr) 84px;align-items:start;gap:32px;margin-bottom:36px}.event-record-heading>span:last-child{text-align:right}.event-record-heading h3{margin:0;font-size:clamp(1.75rem,3.1vw,3.15rem);font-weight:600;letter-spacing:-.045em;line-height:1.12}.event-record-heading p{max-width:660px;margin:17px 0 0;color:var(--text-secondary);font-size:.9rem}.event-record-gallery{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);align-items:start;gap:20px}.event-record-gallery figure{min-width:0;margin:0}.event-record-secondary{min-width:0;display:grid;align-content:start;gap:20px}.event-record-secondary.single-photo{align-self:end}.event-record-secondary img{max-height:340px;object-fit:contain}.event-record-secondary figure.portrait-photo img{width:auto;max-width:100%;margin-inline:auto}.event-record-gallery figcaption{margin-top:10px;color:var(--text-tertiary);font-size:.74rem}.lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:grid;place-items:center;padding:24px;background:var(--backdrop)}.lightbox-dialog{width:min(1320px,100%);height:min(920px,calc(100dvh - 48px));display:grid;grid-template-rows:auto minmax(0,1fr) auto;border:1px solid var(--line-strong);border-radius:var(--radius-md);background:var(--bg-elevated);box-shadow:var(--shadow-lg)}.lightbox-toolbar{display:flex;align-items:center;justify-content:space-between;min-height:62px;padding:8px 16px 8px 24px;border-bottom:1px solid var(--line);color:var(--text-tertiary);font-family:var(--font-mono);font-size:.68rem}.lightbox-toolbar button,.lightbox-controls button{width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-1);color:var(--text-primary);cursor:pointer}.lightbox-toolbar button:hover,.lightbox-controls button:hover{border-color:var(--line-strong);background:var(--surface-2)}.lightbox-figure{min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto;place-items:center;gap:10px;margin:0;padding:16px}.lightbox-figure img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.lightbox-figure figcaption{color:var(--text-secondary);font-size:.8rem}.lightbox-controls{display:flex;justify-content:center;gap:10px;padding:12px;border-top:1px solid var(--line)}@media(max-width:1120px){.event-entry{grid-template-columns:36px minmax(0,.95fr) minmax(0,1.05fr);gap:24px}.profile-section{column-gap:48px}}@media(max-width:900px){.event-entry{grid-template-columns:40px 1fr;gap:18px 24px;align-items:start}.event-entry-index{grid-row:1 / span 2}.event-entry-copy,.event-entry-alternate .event-entry-copy{grid-column:2;grid-row:1}.event-entry-media,.event-entry-alternate .event-entry-media{grid-column:2;grid-row:2}.event-entry-media{max-width:620px}.profile-section{grid-template-columns:minmax(0,1fr);grid-template-areas:"intro" "portrait" "facts";gap:34px}.profile-portrait{max-width:520px}.profile-grid{max-width:700px}.photography-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.photography-grid-preview .photography-item:first-child{grid-column:span 2}.photography-grid-preview .photography-item:not(:first-child),.photography-grid-archive .photography-item{grid-column:span 1!important}.archive-intro{padding-top:calc(var(--nav-height) + 70px)}.photo-feature{grid-template-columns:1fr;gap:28px}.photo-feature-copy{max-width:500px}.event-record-heading{grid-template-columns:110px minmax(0,1fr)}.event-record-heading>span:last-child{grid-column:2;text-align:left}.event-record-gallery{grid-template-columns:1fr}.event-record-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.event-record-secondary.single-photo{max-width:480px;grid-template-columns:1fr;align-self:start}}@media(max-width:680px){.project-index{padding-top:18px}.section-more{margin-top:30px}.event-entry{grid-template-columns:1fr;gap:12px;padding:32px 0}.event-entry-index,.event-entry-copy,.event-entry-alternate .event-entry-copy,.event-entry-media,.event-entry-alternate .event-entry-media{grid-column:1;grid-row:auto}.event-entry-copy h3{font-size:1.75rem}.event-entry-copy>p:nth-of-type(2){margin:12px 0 6px}.profile-grid>div{grid-template-columns:1fr;gap:7px}.profile-heading h2{font-size:clamp(2rem,8.7vw,2.5rem)}.profile-portrait figcaption{display:block}.profile-portrait figcaption span:last-child{display:none}.photography-grid{grid-template-columns:1fr;gap:34px}.photography-grid-preview .photography-item,.photography-grid-archive .photography-item{grid-column:1!important}.archive-intro{padding-top:calc(var(--nav-height) + 46px);padding-bottom:32px}.archive-back{margin-bottom:48px}.archive-intro h1{font-size:clamp(2.7rem,11vw,4rem)}.archive-index-line{margin-top:56px}.archive-grid-heading{margin-top:88px}.events-year-heading{display:block}.events-year-heading>span{display:block;margin-top:10px}.event-record{padding:32px 0 68px}.event-record-heading{grid-template-columns:1fr;gap:12px;margin-bottom:28px}.event-record-heading>span:last-child{grid-column:1}.event-record-gallery,.event-record-secondary{grid-template-columns:1fr;gap:30px}.event-record-secondary img{max-height:520px}.image-open-indicator{opacity:1}.lightbox-backdrop{padding:0}.lightbox-dialog{width:100%;height:100dvh;border:0;border-radius:0}}
