*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #000000;--fg: #ffffff;--fg-muted: #888888;--rule: #333333;--accent: #ffffff;--page-pad: 4rem}html{font-size:18px;background:var(--bg);color:var(--fg)}body{font-family:EB Garamond,Georgia,serif;font-size:1rem;line-height:1.7;min-height:100vh;display:flex;flex-direction:column}img,svg,video{max-width:100%}nav{display:flex;align-items:center;justify-content:space-between;padding:2rem var(--page-pad);border-bottom:1px solid var(--rule)}.nav-wordmark{font-family:DM Mono,monospace;font-size:.65rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-muted);text-decoration:none}.nav-links{display:flex;gap:2.4rem;list-style:none}.nav-links a,.nav-links button{font-family:DM Mono,monospace;font-size:.72rem;letter-spacing:.08em;color:var(--fg-muted);text-decoration:none;text-transform:lowercase;transition:color .18s ease;background:none;border:none;padding:0;cursor:pointer}.nav-links a:hover,.nav-links button:hover{color:var(--fg)}.nav-copy{display:inline-flex;align-items:center;gap:.5rem}.nav-copy-text{display:inline-block;min-width:5.4rem;text-align:left}.nav-copy svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:1.4;flex-shrink:0}.modal-backdrop{position:fixed;inset:0;background:#000000d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:100;display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.modal-backdrop.is-open{display:flex;opacity:1}.modal{background:var(--bg);border:1px solid var(--rule);max-width:34rem;width:calc(100% - 3.2rem);max-height:calc(100vh - 4rem);overflow-y:auto;position:relative}.modal-image{display:block;width:100%;height:14rem;object-fit:cover;object-position:center;border-bottom:1px solid var(--rule);filter:grayscale(.15) contrast(1.05)}.modal-content{padding:2.4rem 3rem 3rem}.modal-row{display:grid;grid-template-columns:6rem 1fr;gap:0 1.6rem;padding:1rem 0;border-top:1px solid var(--rule);align-items:baseline}.modal-row:last-child{border-bottom:1px solid var(--rule)}.modal-row-label{font-family:DM Mono,monospace;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-muted)}.modal-row-value{font-family:EB Garamond,Georgia,serif;font-size:1rem;line-height:1.7;color:var(--fg)}.modal-row-value a{color:var(--fg);text-decoration:none;border-bottom:1px solid var(--rule);transition:border-color .18s ease}.modal-row-value a:hover{border-color:var(--fg)}.modal-row-sub{display:block;font-family:DM Mono,monospace;font-size:.55rem;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-muted);margin-top:.6rem;margin-bottom:.2rem}.modal-row-sub:first-child{margin-top:0}.modal-close{position:absolute;top:.8rem;right:1rem;background:#000000b3;border:1px solid var(--rule);color:var(--fg);font-family:DM Mono,monospace;font-size:1rem;cursor:pointer;line-height:1;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:border-color .18s ease,background .18s ease;z-index:2}.modal-close:hover{border-color:var(--fg);background:#000000e6}.modal-label{font-family:DM Mono,monospace;font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:1.4rem}.modal-title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:300;line-height:1.1;margin-bottom:1.6rem;color:var(--fg)}.modal-body{font-family:EB Garamond,Georgia,serif;font-size:1rem;line-height:1.75;color:var(--fg-muted)}.modal-body a{color:var(--fg);border-bottom:1px solid var(--rule);text-decoration:none;transition:border-color .18s ease}.modal-body a:hover{border-color:var(--fg)}.nav-shapes{display:flex;align-items:center;gap:7px;margin-left:1.4rem;opacity:.5}.nav-shapes svg{display:block;flex-shrink:0}.logo-hero{display:grid;grid-template-columns:1fr auto;align-items:center;gap:4rem;padding:6rem var(--page-pad);border-bottom:1px solid var(--rule);max-width:100%}.logo-stage-wrap{padding-right:4rem}.logo-hero-text .hero-headline{padding:0}.logo-hero-text .hero-sub{margin-top:2.4rem}.logo-stage{position:relative;width:260px;height:260px;display:flex;align-items:center;justify-content:center;justify-self:center;align-self:center;flex-shrink:0}.logo-diamond-outer{position:absolute;inset:0;animation:logoSpin 8s linear infinite}.logo-diamond-outer svg{width:100%;height:100%}@keyframes logoSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logo-diamond-inner{position:absolute;inset:16px;animation:logoSpinR 8s linear infinite}.logo-diamond-inner svg{width:100%;height:100%}@keyframes logoSpinR{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.logo-letter-stage{position:relative;width:100px;height:100px;perspective:500px;z-index:10}.logo-letter-face{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,Georgia,serif;font-size:86px;font-weight:300;color:#fff;letter-spacing:-.02em;line-height:1;backface-visibility:hidden;transform-style:preserve-3d;transform:rotateY(0)}.logo-letter-face.flip-out{animation:logoFlipOut .14s ease-in forwards}.logo-letter-face.flip-in{animation:logoFlipIn .14s ease-out forwards}@keyframes logoFlipOut{0%{transform:rotateY(0);opacity:1}to{transform:rotateY(90deg);opacity:.2}}@keyframes logoFlipIn{0%{transform:rotateY(-90deg);opacity:.2}to{transform:rotateY(0);opacity:1}}.logo-scan{position:absolute;inset:0;overflow:hidden;z-index:5;pointer-events:none}.logo-scan:after{content:"";position:absolute;left:0;right:0;height:1px;background:#ffffff0f;animation:logoScanMove 3s linear infinite}@keyframes logoScanMove{0%{top:-1px}to{top:100%}}.logo-eyebrow{font-family:DM Mono,monospace;font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:var(--fg-muted)}.stack{border-bottom:1px solid var(--rule);padding:5rem var(--page-pad) 5.5rem}.stack-header{max-width:56rem;margin-bottom:3rem}.stack-headline{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:400;line-height:1.2;color:var(--fg);margin-top:1rem}.stack-headline em{font-style:italic;font-weight:400}.stack-intro{font-family:EB Garamond,Georgia,serif;font-size:clamp(1rem,1.5vw,1.12rem);line-height:1.7;color:var(--fg-muted);margin-top:1.4rem;max-width:46rem}.stack code,.stack-intro code,.stack-foot code{font-family:DM Mono,monospace;font-size:.78em;color:var(--fg);background:#ffffff0a;padding:.05em .4em;border:1px solid var(--rule);border-radius:2px}.stack-legend{display:flex;flex-wrap:wrap;gap:1.4rem 1.8rem;margin-top:2rem}.legend-item{display:inline-flex;align-items:center;gap:.55rem;font-family:DM Mono,monospace;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-muted)}.legend-item .glyph{width:9px;height:9px;flex-shrink:0}.stack-categories{border-top:1px solid var(--rule)}.stack-cat{display:grid;grid-template-columns:11rem 1fr;gap:0 2.4rem;padding:1.7rem 0;border-bottom:1px solid var(--rule);align-items:baseline}.stack-cat:last-child{border-bottom:none}.stack-cat-label{font-family:DM Mono,monospace;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-muted);padding-top:.18rem}.stack-cat-items{display:flex;flex-wrap:wrap;gap:.55rem 1.4rem}.chip{display:inline-flex;align-items:center;gap:.42rem;font-family:EB Garamond,Georgia,serif;font-size:1.02rem;line-height:1.3;color:var(--fg);white-space:nowrap}.chip .glyph{width:7px;height:7px;flex-shrink:0;transform:translateY(-1px)}.glyph{stroke:var(--fg-muted);fill:none;stroke-width:1.3}.glyph.glyph-auto{stroke:var(--fg);fill:var(--fg)}.glyph.glyph-extend{stroke:var(--fg);fill:none;stroke-width:1.1}.glyph.glyph-byo{stroke:var(--fg-muted);fill:none}.glyph.glyph-mcp{stroke:var(--fg);fill:none}.stack-foot{margin-top:2.4rem;max-width:46rem;font-family:EB Garamond,Georgia,serif;font-size:.95rem;line-height:1.7;color:var(--fg-muted)}.stack-foot a{color:var(--fg);text-decoration:none;border-bottom:1px solid var(--rule);transition:border-color .18s ease}.stack-foot a:hover{border-color:var(--fg)}.status-live{display:inline-flex;align-items:center;gap:.55rem}.status-live:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--fg);animation:livePulse 2.6s ease-in-out infinite;flex-shrink:0}@keyframes livePulse{0%,to{opacity:.4;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}a:focus-visible,button:focus-visible{outline:1px solid var(--fg);outline-offset:3px}.meta-items li,.footer-copy{font-variant-numeric:tabular-nums}main{flex:1;padding:0 var(--page-pad)}.hero-headline{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.4rem,5.5vw,5.2rem);font-weight:300;line-height:1.05;letter-spacing:-.01em;color:var(--fg);max-width:18ch}.hero-headline em{font-style:italic;font-weight:300}.hero-sub{font-family:EB Garamond,Georgia,serif;font-size:clamp(1rem,1.6vw,1.2rem);font-weight:400;line-height:1.75;color:var(--fg-muted);max-width:48ch}.manifesto{max-width:56rem;padding-top:5rem;padding-bottom:6rem}.manifesto-label{font-family:DM Mono,monospace;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:1.6rem}.manifesto-body p{font-family:EB Garamond,Georgia,serif;font-size:clamp(1rem,1.6vw,1.22rem);line-height:1.8;color:var(--fg);margin-bottom:1.6rem}.manifesto-body p:last-child{margin-bottom:0}.manifesto-body strong{font-weight:600}.manifesto-body em{font-style:italic}.tenets{max-width:56rem;padding-bottom:6rem}.tenets-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.tenets-headline{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:400;font-style:italic;line-height:1.25;color:var(--fg)}.tenets-list{display:grid;grid-template-columns:8rem 1fr;gap:0 2rem}.tenet{display:contents}.tenet-number{font-family:Cormorant Garamond,Georgia,serif;font-size:.85rem;font-weight:500;letter-spacing:.06em;color:var(--fg-muted);padding-top:.2rem;padding-bottom:2.4rem}.tenet-status{font-family:DM Mono,monospace;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-muted);padding-top:1.2rem;padding-bottom:2.4rem;white-space:nowrap}.tenet-status.status-live{color:var(--fg)}.tenet-content{padding-bottom:2.4rem;border-top:1px solid var(--rule);padding-top:1rem}.tenet-title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.1rem,1.8vw,1.4rem);font-weight:600;letter-spacing:.01em;margin-bottom:.6rem;color:var(--fg)}.tenet-desc{font-family:EB Garamond,Georgia,serif;font-size:1rem;line-height:1.75;color:var(--fg-muted)}.portfolio{max-width:72rem;padding-bottom:6rem}.portfolio-list{display:grid;grid-template-columns:1fr 1fr;gap:0}.portfolio-item{display:grid;grid-template-columns:auto 1fr;gap:0 2rem;padding:2.4rem 3rem 2.4rem 0;border-top:1px solid var(--rule)}.portfolio-item:nth-child(2n){padding-left:3rem;padding-right:0;border-left:1px solid var(--rule)}.portfolio-tag{font-family:DM Mono,monospace;font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-muted);padding-top:.2rem;white-space:nowrap}.portfolio-title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1rem,1.6vw,1.25rem);font-weight:600;color:var(--fg);margin-bottom:.6rem;line-height:1.3}.portfolio-desc{font-family:EB Garamond,Georgia,serif;font-size:.95rem;line-height:1.75;color:var(--fg-muted)}.meta-grid{max-width:72rem;display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--rule);padding:4rem 0}.meta-col{padding-right:3rem}.meta-col+.meta-col{border-left:1px solid var(--rule);padding-left:3rem;padding-right:3rem}.meta-col:last-child{padding-right:0}.meta-label{font-family:DM Mono,monospace;font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:1.2rem}.meta-items{list-style:none}.meta-items li{font-family:EB Garamond,Georgia,serif;font-size:.98rem;line-height:2;color:var(--fg)}.meta-items a{color:var(--fg);text-decoration:none;border-bottom:1px solid var(--rule);transition:border-color .18s ease}.meta-items a:hover{border-color:var(--fg)}footer{border-top:1px solid var(--rule);padding:2rem var(--page-pad);display:flex;align-items:baseline;justify-content:space-between}.footer-copy{font-family:DM Mono,monospace;font-size:.65rem;letter-spacing:.08em;color:var(--fg-muted)}.footer-tagline{font-family:Cormorant Garamond,Georgia,serif;font-size:.85rem;font-style:italic;color:var(--fg-muted)}@media(max-width:760px){nav{padding:1.6rem;flex-direction:column;gap:1.2rem}main{padding:0 1.6rem}:root{--page-pad: 1.6rem}.logo-hero{grid-template-columns:1fr;padding:3.5rem 1.6rem;gap:3rem;justify-items:center;text-align:center}.logo-hero-text{display:flex;flex-direction:column;align-items:center}.logo-stage-wrap{margin-left:0;padding-right:0;display:flex;justify-content:center}.logo-stage{width:180px;height:180px}.stack{padding:3rem 1.6rem 4rem}.stack-cat{grid-template-columns:1fr;gap:.8rem;padding:1.4rem 0}.stack-cat-label{padding-top:0}.tenets-list{grid-template-columns:1fr;gap:.4rem 0}.portfolio-list{grid-template-columns:1fr}.portfolio-item{padding:2rem 0;grid-template-columns:1fr;gap:.4rem}.portfolio-item:nth-child(2n){padding-left:0;border-left:none}.meta-grid{grid-template-columns:1fr;gap:2.4rem 0}.meta-col+.meta-col{border-left:none;border-top:1px solid var(--rule);padding-left:0;padding-top:2rem}footer{padding:1.6rem;flex-direction:column;gap:.6rem}}.btn{display:inline-flex;align-items:center;gap:.55rem;font-family:DM Mono,monospace;font-size:.72rem;letter-spacing:.08em;text-transform:lowercase;text-decoration:none;padding:.7rem 1.2rem;border:1px solid var(--rule);color:var(--fg);background:none;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease;white-space:nowrap}.btn:hover{border-color:var(--fg)}.btn-primary{background:var(--fg);color:var(--bg);border-color:var(--fg)}.btn-primary:hover{background:var(--fg-muted);border-color:var(--fg-muted)}.btn svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:1.4;flex-shrink:0}.nav-v3{position:sticky;top:0;z-index:50;background:#000000b8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.nav-v3 .nav-right{display:flex;align-items:center;gap:1.6rem}.nav-stars{display:inline-flex;align-items:center;gap:.4rem;font-family:DM Mono,monospace;font-size:.7rem;letter-spacing:.06em;color:var(--fg-muted);text-decoration:none;transition:color .18s ease}.nav-stars:hover{color:var(--fg)}.nav-stars svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:1.3}.install-pill{display:inline-flex;align-items:center;gap:.8rem;font-family:DM Mono,monospace;font-size:.82rem;letter-spacing:.04em;color:var(--fg);background:#ffffff08;border:1px solid var(--rule);border-radius:3px;padding:.6rem .9rem;cursor:pointer;transition:border-color .18s ease}.install-pill:hover{border-color:var(--fg)}.install-pill .prompt{color:var(--fg-muted)}.install-pill .copy-state{min-width:4.6rem;text-align:left}.install-pill svg{width:12px;height:12px;stroke:var(--fg-muted);fill:none;stroke-width:1.4}.hero-v3{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:4rem;padding:6rem var(--page-pad) 5rem;border-bottom:1px solid var(--rule)}.hero-v3 .hero-eyebrow{font-family:DM Mono,monospace;font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:1.6rem}.hero-cta-row{display:flex;align-items:center;gap:1rem;margin-top:2.4rem;flex-wrap:wrap}.hero-install-row{margin-top:1.6rem}.hero-graph-frame{position:relative;border:1px solid var(--rule);background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.04),transparent 70%),#050505;aspect-ratio:1 / 1;overflow:hidden}.section{padding:5.5rem var(--page-pad);border-bottom:1px solid var(--rule)}.section-head{max-width:56rem;margin-bottom:3.5rem}.section-head .manifesto-label{margin-bottom:1rem}.section-head h2{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.8rem,3.4vw,2.8rem);font-weight:400;line-height:1.15;color:var(--fg)}.section-head h2 em{font-style:italic}.section-head p{font-family:EB Garamond,Georgia,serif;font-size:clamp(1rem,1.5vw,1.14rem);line-height:1.7;color:var(--fg-muted);margin-top:1.2rem;max-width:46rem}.prod{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:5rem var(--page-pad);border-bottom:1px solid var(--rule)}.prod.reverse .prod-text{order:2}.prod.reverse .prod-demo{order:1}.prod-tag{font-family:DM Mono,monospace;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:1.2rem}.prod-title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.5rem,2.6vw,2.1rem);font-weight:400;line-height:1.2;color:var(--fg);margin-bottom:1.2rem}.prod-title em{font-style:italic}.prod-desc{font-family:EB Garamond,Georgia,serif;font-size:1.05rem;line-height:1.75;color:var(--fg-muted);margin-bottom:1.4rem}.prod-code{font-family:DM Mono,monospace;font-size:.74rem;line-height:1.7;color:var(--fg);background:#ffffff08;border:1px solid var(--rule);border-radius:3px;padding:.9rem 1.1rem;white-space:pre;overflow-x:auto}.prod-code .tok-fn{color:#fff}.prod-code .tok-dim{color:var(--fg-muted)}.prod-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.4rem;font-family:DM Mono,monospace;font-size:.68rem;letter-spacing:.08em;color:var(--fg);text-decoration:none;border-bottom:1px solid var(--rule);padding-bottom:2px;transition:border-color .18s ease}.prod-link:hover{border-color:var(--fg)}.demo-slot{position:relative;border:1px solid var(--rule);background:radial-gradient(circle at 50% 35%,rgba(255,255,255,.035),transparent 70%),#050505;aspect-ratio:16 / 11;overflow:hidden;display:flex;align-items:center;justify-content:center}.demo-slot-caption{position:absolute;left:.9rem;bottom:.8rem;display:flex;align-items:center;gap:.5rem;font-family:DM Mono,monospace;font-size:.55rem;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-muted)}.demo-slot-play{position:absolute;top:.8rem;right:.9rem;width:1.9rem;height:1.9rem;border:1px solid var(--rule);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--fg-muted);background:#0006;transition:border-color .18s ease,color .18s ease}.demo-slot:hover .demo-slot-play{border-color:var(--fg);color:var(--fg)}.demo-slot-play svg{width:9px;height:9px;fill:currentColor}.howit-steps{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--rule)}.howit-step{padding:2.4rem 2rem 2.4rem 0;border-bottom:1px solid var(--rule)}.howit-step+.howit-step{border-left:1px solid var(--rule);padding-left:2rem}.howit-num{font-family:Cormorant Garamond,Georgia,serif;font-size:2.2rem;font-weight:300;font-style:italic;color:var(--fg-muted);line-height:1;margin-bottom:1.2rem}.howit-step h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.3rem;font-weight:600;color:var(--fg);margin-bottom:.6rem}.howit-step p{font-family:EB Garamond,Georgia,serif;font-size:.98rem;line-height:1.7;color:var(--fg-muted)}.howit-step .prov{display:inline-block;margin-top:1rem;font-family:DM Mono,monospace;font-size:.55rem;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-muted)}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--rule)}.stat{padding:2.4rem 1.5rem 2.4rem 0;border-bottom:1px solid var(--rule)}.stat+.stat{border-left:1px solid var(--rule);padding-left:1.5rem}.stat-num{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1;color:var(--fg);font-variant-numeric:tabular-nums}.stat-label{font-family:DM Mono,monospace;font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-muted);margin-top:.9rem}.quote-block{max-width:56rem}.quote-block blockquote{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.5rem,3vw,2.3rem);font-weight:300;font-style:italic;line-height:1.35;color:var(--fg)}.quote-cite{display:flex;align-items:center;gap:.7rem;margin-top:1.8rem;font-family:DM Mono,monospace;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-muted)}.quote-cite .dash{width:1.6rem;height:1px;background:var(--rule)}.lead{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:5.5rem var(--page-pad);border-bottom:1px solid var(--rule);background:radial-gradient(circle at 15% 0%,rgba(255,255,255,.04),transparent 55%),var(--bg)}.lead-copy h2{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.8rem,3.4vw,2.6rem);font-weight:400;line-height:1.15;color:var(--fg)}.lead-copy h2 em{font-style:italic}.lead-copy p{font-family:EB Garamond,Georgia,serif;font-size:1.05rem;line-height:1.7;color:var(--fg-muted);margin-top:1.2rem;max-width:38rem}.lead-form{display:flex;flex-direction:column;gap:1.4rem}.field{display:flex;flex-direction:column;gap:.5rem}.field label{font-family:DM Mono,monospace;font-size:.55rem;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-muted)}.field input,.field select{font-family:EB Garamond,Georgia,serif;font-size:1rem;color:var(--fg);background:none;border:none;border-bottom:1px solid var(--rule);padding:.5rem 0;transition:border-color .18s ease}.field input::placeholder{color:#555}.field input:focus,.field select:focus{outline:none;border-color:var(--fg)}.field select option{background:#0a0a0a}.lead-form .btn-primary{align-self:flex-start;margin-top:.6rem}.lead-form .form-note{font-family:DM Mono,monospace;font-size:.56rem;letter-spacing:.06em;color:#555}.lead-form.is-sent .lead-fields{display:none}.lead-success{display:none;font-family:Cormorant Garamond,Georgia,serif;font-style:italic;font-size:1.4rem;color:var(--fg)}.lead-form.is-sent .lead-success{display:block}.final{text-align:center;padding:6.5rem var(--page-pad);border-bottom:1px solid var(--rule)}.final h2{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.2rem,5vw,4rem);font-weight:300;line-height:1.05;color:var(--fg)}.final h2 em{font-style:italic}.final .hero-cta-row{justify-content:center;margin-top:2.6rem}.footer-v3{display:block;border-top:1px solid var(--rule);padding:4rem var(--page-pad) 2rem}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid var(--rule)}.footer-brand .footer-mark{font-family:Cormorant Garamond,Georgia,serif;font-size:1.4rem;font-style:italic;color:var(--fg)}.footer-brand p{font-family:EB Garamond,Georgia,serif;font-size:.92rem;line-height:1.65;color:var(--fg-muted);margin-top:.8rem;max-width:22rem}.footer-news{margin-top:1.4rem;display:flex;gap:.6rem;max-width:22rem}.footer-news input{flex:1;font-family:EB Garamond,Georgia,serif;font-size:.92rem;color:var(--fg);background:none;border:none;border-bottom:1px solid var(--rule);padding:.4rem 0}.footer-news input:focus{outline:none;border-color:var(--fg)}.footer-news input::placeholder{color:#555}.footer-news.is-sent input{display:none}.footer-news .sent-msg{display:none;font-family:DM Mono,monospace;font-size:.62rem;color:var(--fg-muted);align-self:center}.footer-news.is-sent .sent-msg{display:inline}.footer-news.is-sent .btn{display:none}.footer-col h4{font-family:DM Mono,monospace;font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:1rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.6rem}.footer-col a{font-family:EB Garamond,Georgia,serif;font-size:.95rem;color:var(--fg);text-decoration:none;opacity:.8;transition:opacity .18s ease}.footer-col a:hover{opacity:1}.footer-bottom{display:flex;justify-content:space-between;align-items:baseline;padding-top:1.6rem}.footer-bottom .footer-copy{font-variant-numeric:tabular-nums}.nav-toggle{display:none}@media(max-width:900px){.hero-v3,.prod,.lead{grid-template-columns:1fr;gap:2.6rem}.prod.reverse .prod-text{order:1}.prod.reverse .prod-demo{order:2}.howit-steps,.stats-row{grid-template-columns:1fr}.howit-step+.howit-step,.stat+.stat{border-left:none;padding-left:0}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}}@media(max-width:760px){.hero-v3,.prod,.lead,.section,.final,.footer-v3{padding-left:1.6rem;padding-right:1.6rem}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:.6rem}.nav-v3{align-items:center}.nav-v3 .nav-wordmark{text-align:center}.nav-v3 .nav-right{flex-wrap:wrap;justify-content:center;gap:.8rem 1rem}.hero-v3{padding-top:3.5rem;padding-bottom:3rem}.section{padding-top:3.5rem;padding-bottom:3.5rem}.final{padding-top:4rem;padding-bottom:4rem}}
