@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;600;700&family=Inter+Tight:wght@400;500;600;700;800;900&family=Sacramento&display=swap";:root{--font-heading:"Inter Tight", ui-sans-serif, system-ui, sans-serif;--font-body:"Inter Tight", ui-sans-serif, system-ui, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--font-script:"Sacramento", cursive;--background:#f8f5f2;--background-strong:#eee9e3;--foreground:#385144;--body-foreground:#385144c7;--muted-foreground:#38514494;--surface:#f8f5f2c7;--surface-muted:#38514414;--surface-strong:#f8f5f2;--ink-surface:#385144;--accent:#385144;--accent-strong:#2b3f35;--accent-soft:#38514429;--accent-warm:#385144;--accent-cool:#385144;--border:#38514429;--border-strong:#38514447;--shadow-soft:0 18px 60px #3851441f;--shadow-lift:0 34px 100px #3851442e;--radius-sm:10px;--radius-md:8px;--radius-xl:44px;--page-max:1240px;--page-gutter:32px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:32px;--space-8:40px;--space-9:48px;--space-10:56px;--space-11:72px;--space-12:96px;--duration-fast:.18s;--duration-med:.32s;--duration-slow:.64s;--ease-out:cubic-bezier(.16, 1, .3, 1);color:var(--foreground);background:var(--background);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--font-body);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--background)}body{background:var(--background);min-width:320px;min-height:100svh;margin:0;padding-bottom:108px}body,button,input,textarea,select{font-family:var(--font-body)}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img,svg{display:block}a,button{outline:none}a:focus-visible,button:focus-visible{box-shadow:0 0 0 3px var(--background), 0 0 0 5px var(--accent)}::selection{background:var(--accent);color:var(--foreground)}#root{min-height:100svh}@media (width<=760px){:root{--page-gutter:20px;--space-12:72px}}.site-shell{isolation:isolate;min-height:100svh;position:relative;overflow:clip}.site-shell:before{z-index:-1;pointer-events:none;content:"";background:linear-gradient(#38514414 0%,#f8f5f200 42%);position:fixed;inset:0}.skip-link{left:var(--space-4);top:var(--space-4);z-index:30;border-radius:var(--radius-sm);background:var(--foreground);color:var(--surface-strong);transition:transform var(--duration-fast) var(--ease-out);padding:.7rem .9rem;font-weight:800;text-decoration:none;position:fixed;transform:translateY(-140%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:20;align-items:center;gap:var(--space-3);-webkit-backdrop-filter:blur(28px)saturate(150%);backdrop-filter:blur(28px)saturate(150%);pointer-events:auto;background:#f8f5f2f0;border:1px solid #3851441a;border-radius:0 0 28px 28px;grid-template-columns:auto auto 1fr;width:min(100% - 24px,1240px);min-height:68px;padding:10px 12px;display:grid;position:fixed;top:18px;left:50%;transform:translate(-50%);box-shadow:0 18px 70px #38514429}.site-header:before{display:none}.brand-mark,.header-mail,.language-toggle button{min-width:44px;min-height:44px}.brand-mark{justify-content:center;justify-self:start;align-items:center;gap:var(--space-3);width:auto;height:48px;color:var(--foreground);padding:0 var(--space-3) 0 0;font-family:var(--font-heading);transition:background var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);box-shadow:none;background:0 0;border:0;border-radius:18px;font-size:1.08rem;font-weight:700;text-decoration:none;display:inline-flex;position:relative}.brand-mark:hover{color:var(--foreground);background:#3851440f;transform:translateY(-1px)}.brand-initials{background:var(--foreground);width:46px;height:44px;color:var(--surface-strong);font-family:var(--font-mono);border-radius:15px;justify-content:center;align-items:center;font-size:.68rem;font-weight:800;display:inline-flex}.brand-name{color:var(--foreground);white-space:nowrap;line-height:1}.brand-mark:after{content:"";background:#38514429;width:1px;height:34px;position:absolute;right:-16px}.site-nav{justify-content:center;justify-self:start;gap:var(--space-1);margin-left:var(--space-5);background:#3851440f;border:0;border-radius:18px;padding:5px;display:flex;box-shadow:inset 0 0 0 1px #3851440a}.site-nav a{min-height:40px;color:var(--muted-foreground);padding:0 var(--space-3);font-size:.76rem;font-family:var(--font-mono);text-transform:uppercase;transition:background var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out);border-radius:13px;align-items:center;font-weight:700;text-decoration:none;display:inline-flex}.site-nav a:hover{background:var(--surface-strong);color:var(--foreground)}.header-actions{justify-content:end;align-items:center;gap:var(--space-2);display:flex;position:relative}.header-actions:before{width:1px;height:34px;margin-right:var(--space-2);content:"";background:#38514429}.header-mail{width:44px;height:44px;color:var(--foreground);transition:background var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);background:#38514414;border:0;border-radius:15px;justify-content:center;align-items:center;display:inline-flex}.header-mail svg,.button svg,.project-launch svg{width:18px;height:18px}.header-mail:hover{background:var(--foreground);color:var(--surface-strong);transform:translateY(-1px)}.language-toggle{gap:var(--space-1);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#38514414;border:0;border-radius:16px;padding:3px;display:flex}.language-toggle button{color:var(--muted-foreground);font-size:.74rem;font-family:var(--font-mono);transition:background var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out);background:0 0;border:0;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:0 .62rem;font-weight:800;display:inline-flex}.language-toggle button:hover,.language-toggle button.is-active{background:var(--foreground);color:var(--surface-strong)}.viewport-dock{z-index:18;align-items:center;gap:var(--space-4);pointer-events:none;grid-template-columns:1fr auto 1fr;width:min(100% - 80px,1180px);display:grid;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.viewport-dock a,.viewport-dock span{pointer-events:auto;color:var(--foreground);font-size:.82rem;font-family:var(--font-heading);font-weight:700;text-decoration:none}.viewport-dock a:first-child{color:var(--muted-foreground);justify-self:start}.viewport-dock span{color:var(--muted-foreground);justify-self:end}.dock-cta{background:var(--foreground);min-width:132px;min-height:44px;transition:background var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);border:1px solid #f8f5f229;border-radius:14px;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 18px 60px #38514438;color:var(--surface-strong)!important}.dock-cta:hover{background:var(--accent);transform:translateY(-2px);color:var(--foreground)!important}.language-toggle img{object-fit:cover;border-radius:2px;width:24px;height:16px;box-shadow:0 0 0 1px #1118271f}.hero-section{justify-items:center;row-gap:var(--space-5);border-radius:0 0 var(--radius-xl) var(--radius-xl);width:min(100% - 24px,1600px);min-height:calc(100dvh - 24px);padding:144px max(var(--page-gutter), 32px) var(--space-9);grid-template-columns:minmax(0,1fr);grid-template-areas:"copy""side""visual""metrics";margin:0 auto;display:grid;position:relative;overflow:clip}.hero-copy{isolation:isolate;text-align:center;grid-area:copy;align-self:end;max-width:980px;margin:0;position:relative}.hero-side{align-self:start;justify-items:center;gap:var(--space-4);text-align:center;grid-area:side;width:min(100%,720px);margin:0;display:grid}.eyebrow{align-items:center;gap:var(--space-2);margin:0 0 var(--space-3);color:var(--muted-foreground);font-size:.78rem;font-family:var(--font-mono);letter-spacing:0;text-transform:uppercase;font-weight:700;display:inline-flex}.hero-copy .eyebrow,.work-section .section-heading .eyebrow{justify-content:center}.eyebrow:before{background:var(--accent);content:"";width:42px;height:2px}.hero-section h1,.section-heading h2,.about-copy h2,.contact-section h2{color:var(--foreground);font-family:var(--font-heading);letter-spacing:0;margin:0;font-weight:800}.hero-section h1{z-index:1;text-wrap:balance;overflow-wrap:normal;max-width:960px;margin:0;font-size:7.4rem;line-height:.82;position:relative}@media (width>=1320px){.hero-section h1{font-size:8.65rem}}.hero-signature{z-index:0;color:#38514433;font-family:var(--font-script);pointer-events:none;white-space:nowrap;font-size:16rem;font-weight:400;line-height:.8;animation:8s ease-in-out infinite signature-float;position:absolute;top:53%;left:50%;transform:translate(-50%,-50%)rotate(-5deg)}.hero-intro{max-width:660px;color:var(--body-foreground);margin:0;font-size:1.24rem;line-height:1.42}.hero-actions,.contact-actions{justify-content:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.button{justify-content:center;align-items:center;gap:var(--space-2);border:1px solid var(--border-strong);min-height:48px;color:var(--foreground);transition:background var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);background:#f8f5f2c7;border-radius:14px;padding:.78rem 1.05rem;font-weight:800;text-decoration:none;display:inline-flex}.button:hover{transform:translateY(-3px)}.button-primary,.button-secondary:hover,.button-ghost:hover{border-color:var(--foreground);background:var(--foreground);color:var(--surface-strong)}.hero-visual{gap:var(--space-3);width:100%;margin-top:var(--space-7);grid-area:visual;grid-template-columns:minmax(0,1fr) minmax(260px,.34fr);align-items:stretch;display:grid}.hero-showcase,.showcase-strip a,.project-preview{border-radius:var(--radius-md);background:var(--surface-strong);color:inherit;text-decoration:none;position:relative;overflow:hidden}.hero-showcase{border:1px solid #38514438;min-height:520px;transform:translateZ(0);box-shadow:0 28px 90px #38514424}.hero-showcase:after{z-index:1;pointer-events:none;content:"";background:linear-gradient(#38514400 50%,#3851446b 100%),linear-gradient(90deg,#3851442e,#0000 34%,#38514424);position:absolute;inset:0}.hero-showcase img,.showcase-strip img,.project-preview img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:filter var(--duration-med) var(--ease-out), transform var(--duration-med) var(--ease-out)}.hero-showcase img{animation:18s ease-in-out infinite alternate hero-drift}.hero-showcase:hover img,.showcase-strip a:hover img,.project-card:hover .project-preview img{filter:saturate(1.08)contrast(1.05);transform:scale(1.035)}.showcase-label,.project-launch{z-index:2;left:var(--space-4);bottom:var(--space-4);gap:var(--space-1);max-width:min(420px, calc(100% - var(--space-8)));border:1px solid var(--foreground);border-radius:var(--radius-sm);color:var(--foreground);padding:var(--space-3) var(--space-4);-webkit-backdrop-filter:blur(16px)saturate(140%);backdrop-filter:blur(16px)saturate(140%);background:#f8f5f2e6;display:inline-grid;position:absolute}.showcase-label span,.project-launch{color:var(--muted-foreground);font-size:.78rem;font-family:var(--font-mono);text-transform:uppercase;font-weight:800}.showcase-label strong{font-family:var(--font-heading);font-size:1.62rem;font-weight:800;line-height:1}.showcase-label{animation:5.5s ease-in-out infinite label-breathe}.showcase-strip{gap:var(--space-3);grid-template-columns:1fr;display:grid}.showcase-strip a{border:1px solid var(--border-strong);min-height:254px;box-shadow:none}.showcase-strip span{z-index:2;left:var(--space-3);bottom:var(--space-3);border:1px solid var(--foreground);border-radius:var(--radius-sm);background:var(--accent);color:var(--surface-strong);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.42rem .65rem;font-size:.78rem;font-weight:800;position:absolute}.metric-strip{gap:var(--space-4);width:min(100%,1120px);margin:var(--space-2) 0 0;border-top:1px solid var(--border-strong);border-bottom:1px solid var(--border-strong);padding:var(--space-4) 0;box-shadow:none;background:0 0;border-radius:0;grid-area:metrics;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.metric-item{gap:var(--space-1);text-align:center;display:grid}.metric-item strong{color:var(--foreground);font-family:var(--font-mono);font-size:1.72rem;line-height:1}.metric-item span{color:var(--muted-foreground);font-size:.9rem;font-family:var(--font-mono);text-transform:uppercase;font-weight:600}.section{width:min(100% - var(--page-gutter) * 2, var(--page-max));padding:var(--space-12) 0;margin:0 auto}.process-section,.stack-section,.about-section,.contact-section{border-radius:var(--radius-xl);width:min(100% - 24px,1600px);padding:var(--space-12) max(var(--page-gutter), 32px);background:#f8f5f2b8;margin-top:12px}.work-section{border-radius:var(--radius-xl);background:var(--ink-surface);width:min(100% - 24px,1600px);padding:var(--space-12) max(var(--page-gutter), 32px);color:var(--surface-strong);margin-top:12px;position:relative;overflow:clip}.section-heading{justify-items:start;gap:var(--space-3);max-width:980px;margin:0 0 var(--space-8);text-align:left;display:grid;position:relative}.work-section .section-heading{max-width:none;min-height:430px;margin:0 0 var(--space-8);text-align:center;align-content:center;justify-items:center}.section-heading.split{grid-template-columns:minmax(0,.92fr) minmax(300px,.56fr);align-items:center;max-width:none}.section-heading h2,.about-copy h2,.contact-section h2{font-size:5.4rem;font-weight:800;line-height:.88}.work-section .section-heading h2{z-index:1;max-width:920px;color:var(--surface-strong);text-wrap:balance;font-size:7.5rem;line-height:.84;position:relative}.section-script{display:none}.work-section .section-script{z-index:0;color:var(--accent);font-family:var(--font-script);opacity:.92;pointer-events:none;white-space:nowrap;font-size:17rem;line-height:.8;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-42%)rotate(-4deg)}.section-heading p:not(.eyebrow),.about-copy p,.contact-copy p{color:var(--body-foreground);margin:0;font-size:1.05rem;line-height:1.62}.work-section .section-heading p:not(.eyebrow),.work-section .eyebrow,.work-section .project-count{z-index:1;color:#f8f5f2bd;position:relative}.work-section .section-heading p:not(.eyebrow){max-width:680px}.work-section .eyebrow:before{background:var(--accent)}.work-toolbar{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-6);display:flex}.filter-bar{gap:var(--space-2);flex-wrap:wrap;display:flex}.filter-bar button{border:1px solid var(--border-strong);border-radius:var(--radius-sm);min-height:44px;color:var(--muted-foreground);transition:background var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);background:#f8f5f214;padding:.62rem .9rem;font-weight:800}.filter-bar button:hover,.filter-bar button.is-active{border-color:var(--accent);background:var(--surface-strong);color:var(--foreground)}.work-section .filter-bar button{color:#f8f5f2b8;border-color:#f8f5f22e}.work-section .filter-bar button:hover,.work-section .filter-bar button.is-active{color:var(--foreground)}.filter-bar button:hover{transform:translateY(-1px)}.project-count{color:var(--muted-foreground);white-space:nowrap;margin:0;font-size:.9rem;font-weight:800}.project-grid{gap:var(--space-4);grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.project-card{border:1px solid var(--foreground);border-radius:var(--radius-md);box-shadow:none;transition:border-color var(--duration-med) var(--ease-out), box-shadow var(--duration-med) var(--ease-out), transform var(--duration-med) var(--ease-out);background:#f8f5f2f5;grid-column:span 2;display:grid;overflow:hidden}.project-card:first-child{grid-column:span 4}.project-card:nth-child(2){grid-column:span 2}.project-card:nth-child(3),.project-card:nth-child(4){grid-column:span 3}.project-card:hover{border-color:var(--foreground);box-shadow:8px 8px 0 var(--accent);transform:translate(-4px,-4px)}.project-preview{aspect-ratio:16/10;border-radius:0;display:block}.project-card:first-child .project-preview{aspect-ratio:16/8.8}.project-launch{left:auto;right:var(--space-3);bottom:var(--space-3);align-items:center;gap:var(--space-2);max-width:none;padding:.55rem .72rem;display:inline-flex}.project-body{gap:var(--space-4);padding:var(--space-4);display:grid}.project-meta,.project-footer{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.project-meta span,.project-footer span{color:var(--muted-foreground);font-size:.8rem;font-family:var(--font-mono);text-transform:uppercase;font-weight:600}.project-card h3{color:var(--foreground);font-family:var(--font-heading);overflow-wrap:anywhere;margin:0;font-size:1.92rem;line-height:.98}.project-card p{color:var(--body-foreground);margin:0;line-height:1.62}.tag-list{gap:var(--space-2);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.tag-list li{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--body-foreground);font-size:.78rem;font-family:var(--font-mono);background:#fffff7b8;padding:.38rem .6rem;font-weight:800}.project-footer{border-top:1px solid var(--border-strong);padding-top:var(--space-4);align-items:start}.project-footer strong{max-width:58%;color:var(--foreground);text-align:right;font-size:.86rem;line-height:1.35}.process-grid{gap:var(--space-4);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.process-step,.stack-item{border:1px solid var(--foreground);border-radius:var(--radius-md);min-height:260px;padding:var(--space-4);box-shadow:none;transition:border-color var(--duration-med) var(--ease-out), background var(--duration-med) var(--ease-out), box-shadow var(--duration-med) var(--ease-out), transform var(--duration-med) var(--ease-out);background:#f8f5f29e}.process-step:first-child{background:var(--ink-surface);color:var(--surface-strong)}.process-step:hover,.stack-item:hover{border-color:var(--foreground);background:var(--surface-strong);box-shadow:6px 6px 0 var(--foreground);transform:translate(-3px,-3px)}.process-step:first-child:hover{background:var(--ink-surface)}.process-step>span{color:var(--accent-strong);font-size:.82rem;font-family:var(--font-mono);font-weight:800}.process-step svg,.stack-item svg{width:24px;height:24px;margin:var(--space-8) 0 var(--space-4);color:var(--accent-cool)}.process-step:first-child>span,.process-step:first-child svg,.process-step:first-child h3,.process-step:first-child p{color:var(--surface-strong)}.process-step h3,.stack-item strong{margin:0 0 var(--space-3);color:var(--foreground);font-family:var(--font-heading);font-size:1.62rem;line-height:1;display:block}.process-step p,.stack-item span{color:var(--body-foreground);margin:0;line-height:1.6}.stack-grid{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.stack-item{min-height:220px}.about-section{gap:var(--space-7);border-top:1px solid var(--foreground);grid-template-columns:.18fr minmax(0,.92fr) minmax(280px,.5fr);align-items:start;display:grid}.about-marker{align-items:center;gap:var(--space-3);color:var(--foreground);font-family:var(--font-mono);font-weight:800;display:flex}.about-marker svg{width:22px;height:22px}.about-copy{gap:var(--space-5);display:grid}.principles-list{gap:var(--space-3);display:grid}.principle-item{gap:var(--space-3);border-bottom:1px solid var(--border-strong);padding-bottom:var(--space-3);grid-template-columns:auto 1fr;align-items:start;display:grid}.principle-item span{background:var(--accent);width:8px;height:8px;box-shadow:0 0 0 1px var(--foreground);border-radius:2px;margin-top:.55rem}.principle-item p{color:var(--body-foreground);margin:0;line-height:1.58}.contact-section{width:min(100% - var(--page-gutter) * 2, var(--page-max));padding:var(--space-12) 0 var(--space-6);margin:0 auto}.contact-copy{text-align:left;max-width:1040px;margin:0}.contact-copy h2{margin-bottom:var(--space-5)}.contact-panel{align-items:center;gap:var(--space-5);margin-top:var(--space-7);border:1px solid var(--foreground);border-radius:var(--radius-md);background:linear-gradient(90deg, #c7ff2e33 0%, #c7ff2e33 16%, transparent 16%, transparent 100%), var(--ink-surface);padding:var(--space-4);box-shadow:10px 10px 0 var(--accent);grid-template-columns:minmax(0,.88fr) auto;display:grid}.contact-email{align-items:center;gap:var(--space-3);min-width:0;color:var(--surface-strong);font-family:var(--font-heading);font-size:2rem;font-weight:720;line-height:1.05;text-decoration:none;display:inline-flex}.contact-email span{overflow-wrap:anywhere;min-width:0}.contact-email svg{width:24px;height:24px;color:var(--accent);flex:none}.contact-panel .button{color:var(--surface-strong);background:#fffff714;border-color:#fffff747}.contact-panel .button-primary,.contact-panel .button:hover{border-color:var(--accent);background:var(--accent);color:var(--foreground)}.contact-actions{justify-content:end}.footer-line{justify-content:space-between;gap:var(--space-4);margin-top:var(--space-9);color:var(--muted-foreground);font-size:.88rem;font-family:var(--font-mono);font-weight:800;display:flex}[data-reveal]{opacity:0;transition:opacity var(--duration-slow) var(--ease-out), transform var(--duration-slow) var(--ease-out);transform:translateY(28px)scale(.985)}[data-reveal].is-visible{opacity:1;transform:translateY(0)scale(1)}@keyframes hero-drift{0%{transform:scale(1.01)translate(0,0)}to{transform:scale(1.055)translateY(-12px)}}@keyframes label-breathe{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes signature-float{0%,to{transform:translate(-50%,-50%)rotate(-5deg)}50%{transform:translate(-50%,-55%)rotate(-3deg)}}@media (width<=1080px){.hero-section{gap:var(--space-6);grid-template-columns:1fr;grid-template-areas:"copy""side""visual""metrics"}.hero-section h1{font-size:5.3rem}.hero-signature{font-size:12rem}.section-heading h2,.about-copy h2,.contact-section h2{font-size:4.35rem;line-height:.9}.work-section .section-heading{min-height:360px}.work-section .section-heading h2{font-size:5.25rem}.work-section .section-script{font-size:12rem}.hero-side{max-width:720px}.hero-visual,.section-heading,.section-heading.split,.about-section,.contact-panel{grid-template-columns:1fr}.showcase-strip{grid-template-rows:none;grid-template-columns:repeat(2,minmax(0,1fr))}.showcase-strip a{min-height:220px}.project-card,.project-card:first-child,.project-card:nth-child(2),.project-card:nth-child(3),.project-card:nth-child(4){grid-column:span 3}.project-card h3{font-size:1.72rem}.process-grid,.stack-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-actions{justify-content:start}}@media (width<=760px){.site-header{grid-template-columns:auto auto;align-items:start}.site-nav{padding-bottom:var(--space-1);grid-area:2/1/auto/-1;justify-content:flex-start;overflow-x:auto}.header-actions{justify-self:end}.header-mail{display:none}.hero-section{gap:var(--space-3);padding-top:172px}.hero-section h1{font-size:3.28rem;line-height:.94}.hero-signature{font-size:7.4rem;top:48%}.hero-side{gap:var(--space-4)}.hero-showcase{border-radius:var(--radius-md);min-height:330px}.hero-visual{margin-top:0}.showcase-strip{grid-template-columns:1fr}.showcase-strip a{min-height:190px}.metric-strip,.project-grid,.process-grid,.stack-grid{grid-template-columns:1fr}.section,.contact-section{padding:var(--space-10) 0}.process-section,.stack-section,.about-section,.contact-section,.work-section{width:min(100% - 16px,1600px);padding:var(--space-10) var(--space-4);border-radius:30px}.section-heading h2,.about-copy h2,.contact-section h2{font-size:2.72rem;line-height:.96}.work-section .section-heading{min-height:280px}.work-section .section-heading h2{font-size:3.2rem;line-height:.9}.work-section .section-script{font-size:7.2rem}.work-toolbar{flex-direction:column;align-items:stretch}.project-card,.project-card:first-child,.project-card:nth-child(2),.project-card:nth-child(3),.project-card:nth-child(4){grid-column:auto}.project-card h3{font-size:1.62rem}.project-footer{display:grid}.project-footer strong{text-align:left;max-width:none}.contact-email{font-size:1.32rem}.contact-actions,.contact-actions .button{width:100%}.footer-line{flex-direction:column}.viewport-dock{grid-template-columns:1fr;width:min(100% - 32px,420px);bottom:12px}.viewport-dock a:first-child,.viewport-dock span{display:none}}@media (width<=420px){.language-toggle span{display:none}.hero-section h1{font-size:2.74rem}.hero-signature{font-size:6.2rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}[data-reveal]{opacity:1;transform:none}.hero-showcase img,.showcase-label{animation:none!important}}
