:root{--canvas: #f3f0e8;--surface: #faf8f1;--surface-alt: #e9e4d8;--ink: #191813;--muted: #676258;--accent: #e85d2a;--accent-text: #bd4218;--accent-contrast: #fff8ef;--success: #2f7657;--line: #ccc7b9;--line-strong: #948e80;--shadow: #191813;--panel-bg: #191813;--panel-ink: #f3efe4;--panel-accent: #ff7043;--panel-success: #5aaa7c;--panel-muted: #9a9488;--font-display-stack: "Songti SC", "Noto Serif CJK SC", "Source Han Serif SC", SimSun, serif;--font-body-stack: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", sans-serif;--font-mono-stack: "JetBrains Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-in-out: cubic-bezier(.77, 0, .175, 1);--section-gap: clamp(6rem, 10vh, 9rem)}.dark{--canvas: #171611;--surface: #211f19;--surface-alt: #2b2821;--ink: #ede8dc;--muted: #aaa397;--accent: #ff7043;--accent-text: #ff7043;--accent-contrast: #171611;--success: #5aaa7c;--line: #37342b;--line-strong: #676052;--shadow: #000000;--panel-bg: #ede8dc;--panel-ink: #171611;--panel-accent: #a63a15;--panel-success: #1f513b;--panel-muted: #676258}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--canvas);color-scheme:light}html.dark{color-scheme:dark}body{min-width:320px;margin:0;overflow-x:hidden;background:var(--canvas);color:var(--ink);font-family:var(--font-body-stack);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.theme-ready body,html.theme-ready .site-shell{transition:background-color .2s ease,color .2s ease}html.theme-ready .site-header{transition:background-color .2s ease,border-color .2s ease}html.theme-ready .project-card,html.theme-ready .article-row,html.theme-ready .visual-window,html.theme-ready .tree-terminal{transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}button,a{-webkit-tap-highlight-color:transparent}::selection{background:color-mix(in srgb,var(--accent) 28%,transparent);color:var(--ink)}*:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.engineering-grid{background-image:linear-gradient(color-mix(in srgb,var(--line) 34%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--line) 34%,transparent) 1px,transparent 1px);background-size:28px 28px}.project-card{border:1px solid var(--line);background:var(--surface);transition:transform .2s var(--ease-out),border-color .2s ease,box-shadow .2s ease}@media(hover:hover)and (pointer:fine){.project-card:hover{transform:translate(-2px,-2px);border-color:var(--line-strong);box-shadow:4px 4px color-mix(in srgb,var(--shadow) 16%,transparent)}}.article-row{border-top:1px solid var(--line);transition:background-color .16s ease}.article-row:hover{background:var(--surface)}.reveal{opacity:0;transform:translateY(10px);animation:field-reveal .4s var(--ease-out) forwards;animation-delay:var(--delay, 0ms)}.reveal-delay-1{--delay: 30ms}.reveal-delay-2{--delay: 70ms}.reveal-delay-3{--delay: .12s}.reveal-delay-4{--delay: .17s}@keyframes field-reveal{to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--canvas)}::-webkit-scrollbar-thumb{border:3px solid var(--canvas);border-radius:999px;background:var(--line-strong)}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;animation:none}.project-card,.article-row{transition:none}.project-card:hover{transform:none}}@media print{:root,:root.dark{--canvas: #ffffff;--surface: #ffffff;--surface-alt: #f2f2f2;--ink: #000000;--muted: #444444;--accent: #7a2d11;--accent-text: #7a2d11;--accent-contrast: #ffffff;--success: #1f513b;--line: #bbbbbb;--line-strong: #777777;--shadow: transparent}html,body{background:#fff;color:#000}.site-shell{min-height:0;background:#fff;color:#000;transition:none}header,footer,[data-print-hidden=true]{display:none!important}.reveal{opacity:1;transform:none;animation:none}.project-card{box-shadow:none}}.site-shell{min-height:100vh;overflow:clip;background:var(--canvas);color:var(--ink)}.site-header{position:sticky;top:0;z-index:50;background:var(--canvas)}@supports (backdrop-filter: blur(4px)) or (-webkit-backdrop-filter: blur(4px)){.site-header{background:color-mix(in srgb,var(--canvas) 78%,transparent);-webkit-backdrop-filter:blur(16px) saturate(160%);backdrop-filter:blur(16px) saturate(160%)}}.site-header:after{content:"";position:absolute;right:0;bottom:0;left:0;height:1px;background:linear-gradient(to right,transparent,var(--line-strong) 22% 78%,transparent)}@media(prefers-reduced-transparency:reduce){.site-header{background:var(--canvas);-webkit-backdrop-filter:none;backdrop-filter:none}}.nav-shell{width:min(100% - 3rem,1180px);height:72px;margin-inline:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem}.brand{display:inline-flex;align-items:center;gap:.75rem;color:var(--ink);text-decoration:none}.brand-mark{position:relative;width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--ink);border-radius:6px;background:var(--ink);color:var(--canvas);font-family:var(--font-mono-stack);font-size:.68rem;font-weight:700;letter-spacing:-.04em}.brand-mark i{position:absolute;top:-4px;right:-4px;width:9px;height:9px;border:2px solid var(--canvas);border-radius:50%;background:var(--accent)}.brand-name{font-family:var(--font-display-stack);font-size:1.05rem;font-weight:700;letter-spacing:.04em}.primary-nav{justify-self:center;display:flex;align-items:center;gap:.25rem}.nav-link,.nav-external{padding:.55rem .7rem;color:var(--muted);font-size:.82rem;font-weight:700;text-decoration:none;transition:color .18s ease,background-color .18s ease}.nav-link:hover,.nav-external:hover{color:var(--accent-text)}.nav-actions{display:flex;align-items:center;gap:.45rem}.nav-icon-button{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:6px;background:transparent;color:var(--ink);cursor:pointer;transition:transform .14s var(--ease-out),border-color .16s ease,color .16s ease,background-color .16s ease}.nav-icon-button:active{transform:scale(.94)}.nav-icon-button:hover{border-color:var(--ink);background:var(--surface);color:var(--accent)}.nav-menu-toggle,.mobile-nav{display:none}.nav-icon,.button-icon,.inline-icon{width:1rem;height:1rem;flex:0 0 auto}.inline-icon{transition:transform .16s var(--ease-out)}@media(hover:hover)and (pointer:fine){a:hover>.inline-icon{transform:translate(3px)}}.section-kicker{display:flex;align-items:center;gap:.7rem;color:var(--accent-text);font-family:var(--font-mono-stack);font-size:.66rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.section-kicker i{width:32px;height:1px;background:currentColor}.section-heading{margin-bottom:2.2rem;display:flex;align-items:end;justify-content:space-between;gap:2rem}.section-heading h2{margin:.7rem 0 0;font-family:var(--font-display-stack);font-size:clamp(2.35rem,4vw,3.6rem);line-height:1;letter-spacing:-.045em}.section-heading p{max-width:680px;margin:.8rem 0 0;color:var(--muted);font-size:.96rem;line-height:1.8}.section-action{flex:0 0 auto;padding-bottom:.3rem}.text-link,.button-text{display:inline-flex;align-items:center;gap:.45rem;color:var(--ink);font-size:.82rem;font-weight:800;text-decoration:none;transition:transform .14s var(--ease-out),color .16s ease,border-color .16s ease}.text-link{padding-bottom:.25rem;border-bottom:1px solid var(--ink)}.text-link:hover,.button-text:hover{color:var(--accent-text);border-color:var(--accent-text)}.button-primary,.button-secondary{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.7rem 1rem;border-radius:6px;font-size:.86rem;font-weight:800;text-decoration:none;transition:transform .14s var(--ease-out),background-color .16s ease,color .16s ease,border-color .16s ease}.button-primary:active,.button-secondary:active,.nav-icon-button:active,.text-link:active,.button-text:active,.project-source-link:active,.project-secondary-link:active{transform:scale(.97)}.button-primary{border:1px solid var(--ink);background:var(--ink);color:var(--canvas)}.button-secondary{border:1px solid var(--line-strong);background:transparent;color:var(--ink)}@media(hover:hover)and (pointer:fine){.button-primary:hover,.button-secondary:hover{transform:translateY(-2px)}.button-primary:hover{border-color:var(--accent-text);background:var(--accent-text);color:var(--accent-contrast)}.button-secondary:hover{border-color:var(--ink);background:var(--surface)}}.hero-section{width:min(100% - 3rem,1180px);margin-inline:auto;padding-block:clamp(5.5rem,13vh,9rem) clamp(3rem,7vh,5rem);scroll-margin-top:88px;display:grid;align-content:center;min-height:calc(100vh - 88px);min-height:calc(100svh - 88px)}.hero-columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,370px);gap:clamp(1.8rem,3.5vw,5rem);align-items:center}.hero-title{margin:1.5rem 0 0;font-family:var(--font-display-stack);font-size:clamp(2.7rem,5.3vw,4.35rem);font-weight:900;line-height:1.16;letter-spacing:-.04em}.hero-title span{display:block}.hero-title .hero-accent{display:inline;color:var(--accent)}.hero-intro{margin:1.5rem 0 0;max-width:36em;color:var(--muted);font-size:clamp(.95rem,1.5vw,1.05rem);line-height:1.85}@media(max-width:1099px)and (min-width:720px){.hero-columns{grid-template-columns:minmax(0,1fr) minmax(240px,320px);gap:clamp(1.5rem,3vw,2.5rem)}.hero-title{font-size:clamp(2.35rem,5vw,3.4rem)}.hero-terminal{justify-self:stretch;width:100%}}@media(max-width:719px){.hero-columns{grid-template-columns:1fr;gap:2.75rem}.hero-terminal{width:min(100%,440px);justify-self:center;margin-inline:auto}}.hero-terminal{justify-self:end;width:min(100%,430px)}.terminal-intro{min-height:19.5em;padding-left:1.15rem;border-left:2px solid var(--line);color:var(--ink);font-family:var(--font-mono-stack);font-size:clamp(.92rem,1.4vw,1.04rem);line-height:2.15}.ti-row{margin:0;white-space:pre-wrap}.ti-prompt{color:var(--success);font-weight:700}.ti-out{color:var(--muted)}.ti-cursor{display:inline-block;width:.55em;height:1.05em;vertical-align:-.18em;background:var(--accent);animation:ti-blink 1.1s steps(2,start) infinite}.ti-cursor--idle{animation-duration:1.5s}@keyframes ti-blink{50%{opacity:.15}}@media(prefers-reduced-motion:reduce){.ti-cursor{animation:none;opacity:.6}.terminal-intro{border-left-color:var(--line-strong)}}.hero-actions{margin-top:1.9rem;display:flex;flex-wrap:wrap;align-items:center;gap:.7rem}.hero-actions .button-text{min-height:44px;padding-inline:.45rem}.smoke-strip{margin-top:clamp(3rem,7vh,4.5rem);padding-top:1.1rem;border-top:1px dashed var(--line-strong);display:flex;flex-wrap:wrap;align-items:center;gap:.6rem 1.6rem;font-family:var(--font-mono-stack);font-size:.66rem;letter-spacing:.08em}.smoke-strip-label{color:var(--muted);font-weight:700;letter-spacing:.16em}.smoke-step{display:inline-flex;align-items:center;gap:.45rem;color:var(--muted);transition:opacity .24s var(--ease-out),color .24s var(--ease-out)}.smoke-step:nth-child(2){transition-delay:60ms}.smoke-step:nth-child(3){transition-delay:.14s}.smoke-step:nth-child(4){transition-delay:.22s}.smoke-step b{font-weight:400}.smoke-step i{color:var(--muted);font-style:normal;font-size:.58rem;letter-spacing:.06em}.smoke-step--ok{color:var(--ink)}.smoke-step--ok b{color:var(--success)}.smoke-step--fail,.smoke-step--fail b{color:var(--accent-text)}.smoke-step--fail a{color:inherit;text-decoration:underline;text-underline-offset:3px}.content-shell{width:min(100% - 3rem,1180px);margin-inline:auto;padding-bottom:var(--section-gap)}.capabilities-section,.projects-section,.articles-section{padding-top:var(--section-gap);scroll-margin-top:88px}.capability-list{display:flex;flex-direction:column;border-block:1px solid var(--line-strong)}.capability-row{min-width:0;padding:1.35rem 0;display:grid;grid-template-areas:"symbol body skills";grid-template-columns:auto minmax(0,1fr) auto;column-gap:1.15rem;align-items:center}.capability-row+.capability-row{border-top:1px solid var(--line)}.capability-symbol{grid-area:symbol;width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--accent)}.capability-svg{width:16px;height:16px}.capability-body{grid-area:body;min-width:0}.capability-row h3{margin:0;font-family:var(--font-display-stack);font-size:1.25rem;letter-spacing:-.02em}.capability-desc{margin:.35rem 0 0;color:var(--muted);font-size:.85rem;line-height:1.7}.capability-skills{grid-area:skills;justify-self:end;text-align:right;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.35rem 0;color:var(--ink);font-family:var(--font-mono-stack);font-size:.66rem}.capability-skills span:not(:last-child):after{margin-inline:.7rem;color:var(--line-strong);content:"/"}.project-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.project-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border-radius:10px}.project-card--lead{grid-column:span 7}.project-card--support{grid-column:span 5}.project-card--compact{grid-column:span 4}.project-visual{position:relative;height:184px;margin:.75rem .75rem 0;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:var(--surface-alt)}.visual-window,.tree-terminal{position:absolute;top:50%;left:50%;width:86%;overflow:hidden;border:1px solid var(--line-strong);border-radius:5px;background:var(--surface);box-shadow:4px 4px color-mix(in srgb,var(--shadow) 18%,transparent);transform:translate(-50%,-50%)}.visual-window-bar{height:28px;padding-inline:.65rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);color:var(--muted);font-family:var(--font-mono-stack);font-size:.5rem;letter-spacing:.13em}.window-dots{display:flex;gap:4px}.window-dots i{width:6px;height:6px;border-radius:50%;background:var(--line-strong)}.window-dots i:first-child{background:var(--accent)}.window-dots i:last-child{background:var(--success)}.project-visual--meme{background:color-mix(in srgb,var(--success) 12%,var(--surface-alt))}.meme-preview{min-height:132px;padding:.85rem;display:flex;flex-direction:column;justify-content:center;background:var(--ink);color:var(--canvas)}.meme-preview>span{align-self:flex-start;padding:.2rem .4rem;border:1px solid color-mix(in srgb,var(--canvas) 22%,transparent);border-radius:999px;color:var(--panel-success);font-family:var(--font-mono-stack);font-size:.48rem}.meme-preview strong{margin-top:auto;font-family:var(--font-display-stack);font-size:1.05rem}.meme-preview>div{margin-top:.55rem;display:flex;gap:4px}.meme-preview>div i{width:25%;height:3px;background:color-mix(in srgb,var(--canvas) 20%,transparent)}.meme-preview>div i:nth-child(2){background:var(--accent)}.project-visual--ledger{background:color-mix(in srgb,var(--accent) 5%,var(--surface-alt))}.ledger-layout{padding:.85rem;display:flex;flex-direction:column}.ledger-layout small{color:var(--muted);font-size:.55rem}.ledger-layout strong{margin-top:.15rem;font-family:var(--font-mono-stack);font-size:1.05rem}.ledger-bars{height:56px;margin-top:.65rem;display:flex;align-items:end;gap:4px}.ledger-bars i{flex:1;min-width:3px;background:color-mix(in srgb,var(--accent) 34%,var(--surface-alt))}.ledger-bars i:last-child{background:var(--accent)}.dark .ledger-bars i{background:color-mix(in srgb,var(--accent) 46%,var(--surface-alt))}.dark .ledger-bars i:last-child{box-shadow:0 0 14px color-mix(in srgb,var(--accent) 40%,transparent)}.ledger-bars i:nth-child(1){height:42%}.ledger-bars i:nth-child(2){height:66%}.ledger-bars i:nth-child(3){height:48%}.ledger-bars i:nth-child(4){height:88%}.ledger-bars i:nth-child(5){height:58%}.ledger-bars i:nth-child(6){height:76%}.ledger-bars i:nth-child(7){height:96%}.tree-terminal{border-color:var(--ink);background:var(--ink);color:var(--canvas)}.tree-terminal .visual-window-bar{border-color:color-mix(in srgb,var(--panel-ink) 18%,transparent);color:var(--panel-muted)}.tree-lines{padding:.65rem .8rem;font-family:var(--font-mono-stack);font-size:.58rem;line-height:1.55}.tree-lines p{margin:0}.tree-lines span{color:var(--panel-muted)}.tree-lines b{color:var(--panel-accent)}.tree-lines em{color:var(--panel-success);font-style:normal}.project-visual--map svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.map-route-shadow{stroke:color-mix(in srgb,var(--accent) 16%,transparent);stroke-width:13;stroke-linecap:round}.map-route{stroke:var(--accent);stroke-width:3;stroke-linecap:round;stroke-dasharray:7 8}.map-point{fill:var(--surface);stroke:var(--accent);stroke-width:4}.map-point--end{stroke:var(--success)}.route-card{position:absolute;bottom:.75rem;left:.75rem;padding:.5rem .7rem;border:1px solid var(--line);border-radius:4px;background:var(--surface)}.route-card span{display:block;color:var(--accent-text);font-family:var(--font-mono-stack);font-size:.48rem;letter-spacing:.1em}.route-card strong{display:block;margin-top:.15rem;font-size:.72rem}.project-visual--trend{padding:.8rem;display:grid;grid-template-columns:.8fr 1.2fr;gap:.7rem}.trend-summary,.trend-chart{min-width:0;padding:.7rem;border:1px solid var(--line);border-radius:4px;background:var(--surface)}.trend-summary>span,.trend-chart>span{color:var(--accent-text);font-family:var(--font-mono-stack);font-size:.48rem;letter-spacing:.1em}.trend-summary>strong{display:block;margin-top:.3rem;font-size:.95rem}.trend-chart{position:relative;background:color-mix(in srgb,var(--accent) 7%,var(--surface))}.trend-chart>span{display:flex;justify-content:space-between}.trend-chart svg{position:absolute;inset:auto .6rem .6rem;width:calc(100% - 1.2rem);height:72%}.trend-area{fill:color-mix(in srgb,var(--accent) 12%,transparent)}.trend-line{stroke:var(--accent);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.project-content{flex:1;padding:1.1rem 1.25rem 1.2rem;display:flex;flex-direction:column}.project-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--muted);font-family:var(--font-mono-stack);font-size:.58rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.project-meta>span:first-child{min-width:0;display:flex;align-items:center;gap:.45rem;overflow:hidden;color:var(--accent-text);text-overflow:ellipsis;white-space:nowrap}.project-meta i{width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:var(--success)}.project-content h3{margin:.7rem 0 0;font-size:clamp(1.55rem,3vw,2rem);line-height:1.1;letter-spacing:-.04em}.project-description{margin:.65rem 0 0;display:-webkit-box;overflow:hidden;color:var(--muted);font-size:.82rem;line-height:1.75;-webkit-box-orient:vertical;-webkit-line-clamp:3}.project-stack{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.35rem}.project-stack span{padding:.3rem .5rem;border:1px solid var(--line);border-radius:3px;color:var(--muted);font-family:var(--font-mono-stack);font-size:.55rem}.project-actions{margin-top:auto;padding-top:1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.project-source-link,.project-secondary-link{min-height:38px;display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .75rem;border-radius:5px;font-size:.72rem;font-weight:800;text-decoration:none}.project-source-link{background:var(--ink);color:var(--canvas)}.project-source-link:hover{background:var(--accent-text);color:var(--accent-contrast)}.project-secondary-link{border:1px solid var(--line-strong);color:var(--ink);margin-left:auto}.project-secondary-link:hover{border-color:var(--ink);background:var(--surface-alt)}.article-list{border-bottom:1px solid var(--line)}.article-row{min-height:102px;display:grid;grid-template-columns:42px 110px minmax(0,1fr) auto 24px;align-items:center;gap:1.1rem;padding-block:1.15rem;color:var(--ink);text-decoration:none}.article-index,.article-row time,.article-read-time{font-family:var(--font-mono-stack);font-size:.62rem}.article-index{color:var(--accent-text);font-weight:800}.article-row time,.article-read-time{color:var(--muted)}.article-copy{min-width:0}.article-copy h3{margin:0;overflow:hidden;font-family:var(--font-display-stack);font-size:clamp(1.08rem,2vw,1.32rem);letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.article-copy p{margin:.38rem 0 0;overflow:hidden;color:var(--muted);font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}.article-arrow{width:18px;height:18px;color:var(--accent);transition:transform .16s var(--ease-out)}@media(hover:hover)and (pointer:fine){.article-row:hover .article-arrow{transform:translate(4px)}}.article-skeleton>span,.article-skeleton i{display:block;border-radius:3px;background:var(--surface-alt);animation:skeleton-pulse 1.4s ease-in-out infinite}.article-skeleton>span{width:24px;height:10px}.article-skeleton>i:nth-of-type(1){grid-column:3;width:min(65%,430px);height:18px}.article-skeleton>i:nth-of-type(2){grid-column:3;width:min(38%,260px);height:10px;margin-top:10px}@keyframes skeleton-pulse{50%{opacity:.45}}.article-empty{padding:2.5rem 0;border-top:1px solid var(--line)}.article-empty>span{color:var(--accent-text);font-family:var(--font-mono-stack);font-size:.65rem;letter-spacing:.12em}.article-empty p{margin:.75rem 0 1.2rem;color:var(--muted)}@media(min-width:1440px){.article-list{max-width:1080px;margin-inline:auto}}.site-footer{border-top:1px solid var(--line)}.footer-shell{width:min(100% - 3rem,1180px);min-height:190px;margin-inline:auto;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:3rem}.footer-brand{margin:0;font-family:var(--font-display-stack);font-size:1.35rem;font-weight:800}.footer-links{display:flex;flex-wrap:wrap;gap:1rem}.footer-links a{color:var(--muted);font-size:.72rem;font-weight:700;text-decoration:none}.footer-links a:hover{color:var(--accent-text)}.footer-copyright{margin:0;color:var(--muted);font-family:var(--font-mono-stack);font-size:.6rem;letter-spacing:.08em}@media(max-width:960px){.hero-section{padding-block:5rem}.project-card--lead,.project-card--support{grid-column:span 6}.project-card--compact{grid-column:span 12}.capability-row{grid-template-areas:"symbol body" "symbol skills";grid-template-columns:auto minmax(0,1fr);row-gap:.65rem;align-items:start}.capability-symbol{align-self:start;margin-top:.15rem}.capability-skills{justify-self:start;max-width:none;justify-content:flex-start}.footer-shell{grid-template-columns:1fr auto}.footer-copyright{grid-column:1 / -1;padding-bottom:1.5rem}}@media(max-width:720px){.nav-shell,.hero-section,.content-shell,.footer-shell{width:min(100% - 2rem,1180px)}.nav-shell{height:64px;grid-template-columns:auto 1fr auto;gap:.55rem}.brand-name,.nav-link--secondary,.nav-external{display:none}.nav-menu-toggle{display:grid}.mobile-nav[data-open=true]{display:grid;position:absolute;right:0;left:0;top:100%;z-index:60;padding:.55rem 1rem 1rem;border-top:1px solid var(--line);background:var(--canvas);box-shadow:0 22px 34px color-mix(in srgb,var(--shadow) 14%,transparent);animation:field-reveal .22s var(--ease-out)}.mobile-nav-link{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.4rem .35rem;border-bottom:1px solid var(--line);color:var(--ink);text-decoration:none;font-family:var(--font-display-stack);font-size:1.02rem;letter-spacing:.01em}.mobile-nav-link:last-child{border-bottom:0}.mobile-nav-link--secondary{color:var(--muted);font-size:.94rem}.mobile-nav-link i{color:var(--accent-text);font-family:var(--font-mono-stack);font-size:.6rem;font-style:normal}@media(hover:hover)and (pointer:fine){.mobile-nav-link:hover{background:var(--surface);color:var(--accent-text)}}.brand-mark{width:38px;height:38px}.primary-nav{justify-self:end}.nav-link{padding-inline:.45rem;font-size:.75rem}.nav-icon-button{width:36px;height:36px}.hero-section{padding-block:4.2rem 4rem;scroll-margin-top:72px}.hero-title{margin-top:1.1rem;font-size:clamp(2.4rem,10.5vw,2.9rem);line-height:1.14;letter-spacing:-.035em}.smoke-strip{margin-top:2.6rem;gap:.5rem 1.1rem}.hero-actions{margin-top:1.7rem}.capabilities-section,.projects-section,.articles-section{padding-top:4.8rem;scroll-margin-top:72px}.section-heading{margin-bottom:1.7rem;align-items:flex-start;flex-direction:column;gap:1rem}.section-heading h2{font-size:2.45rem}.section-heading p{font-size:.88rem}.section-action{padding-bottom:0}.project-grid{grid-template-columns:1fr}.project-card--lead,.project-card--support,.project-card--compact{grid-column:auto}.project-visual{height:132px;margin:.6rem .6rem 0}.visual-window-bar{height:22px}.meme-preview{min-height:104px;padding:.6rem}.meme-preview strong{font-size:.92rem}.ledger-layout{padding:.6rem}.ledger-bars{height:32px;margin-top:.3rem}.tree-lines{padding:.4rem .65rem;font-size:.5rem}.project-visual--trend,.trend-summary,.trend-chart{padding:.5rem}.project-content{padding:.9rem 1rem 1rem}.project-content h3{margin-top:.55rem;font-size:1.55rem}.project-description{margin-top:.45rem;font-size:.78rem;line-height:1.6}.project-stack{margin-top:.75rem}.project-actions{padding-top:.8rem}.article-row{min-height:108px;grid-template-columns:30px minmax(0,1fr) 20px;grid-template-rows:auto auto;gap:.4rem .7rem}.article-index{grid-row:1 / 3;align-self:start;padding-top:.15rem}.article-row time{grid-column:2;grid-row:1}.article-copy{grid-column:2;grid-row:2}.article-copy h3{display:-webkit-box;overflow:hidden;font-size:1rem;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:clip;white-space:normal}.article-copy p{display:-webkit-box;overflow:hidden;margin-top:.3rem;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:clip;white-space:normal}.article-read-time{display:none}.article-arrow{grid-column:3;grid-row:1 / 3}.article-skeleton>i:nth-of-type(1),.article-skeleton>i:nth-of-type(2){grid-column:2}.footer-shell{padding-block:2.8rem;display:flex;align-items:flex-start;flex-direction:column;gap:1.4rem}.footer-copyright{padding-bottom:0}}@media(max-width:379px){.primary-nav{display:none}}@media(prefers-reduced-motion:reduce){.inline-icon,.button-primary,.button-secondary,.nav-link,.nav-icon-button,.text-link,.button-text,.project-source-link,.project-secondary-link,.project-card,.article-row,.smoke-step,html.theme-ready body,html.theme-ready .site-shell,html.theme-ready .site-header{transition:none}.button-primary:hover,.button-secondary:hover,a:hover>.inline-icon,.article-row:hover .article-arrow{transform:none}.article-skeleton>span,.article-skeleton i{animation:none}}
