@font-face{font-family:"Instrument Serif";font-style:normal;font-weight:400;font-display:swap;src:url(./instrument-serif-latin-400-normal-DnYpCC2O.woff2) format("woff2")}@font-face{font-family:"Instrument Serif";font-style:italic;font-weight:400;font-display:swap;src:url(./instrument-serif-latin-400-italic-DKMiL14s.woff2) format("woff2")}@font-face{font-family:Inter Variable;font-style:normal;font-weight:100 900;font-display:swap;src:url(./inter-latin-wght-normal-Dx4kXJAl.woff2) format("woff2-variations")}:root{--bg: #0e0f13;--surface: #15171c;--card: #1a1c22;--raised: #20232b;--border: #2a2d35;--text: #e8eaed;--text-2: #9aa0aa;--text-3: #7c8089;--accent: #e8eaed;--accent-ink: #0e0f13;--shadow: 0 24px 60px -24px rgba(0, 0, 0, .55);--shadow-soft: 0 10px 30px -12px rgba(0, 0, 0, .45);--glass: rgba(21, 23, 28, .72);--font-serif: "Instrument Serif", Georgia, "Times New Roman", serif;--font-sans: "Inter Variable", system-ui, -apple-system, "Segoe UI", sans-serif;--ease-out: cubic-bezier(.2, .8, .2, 1);--ease-pop: cubic-bezier(.2, 1.3, .4, 1);--container: 1120px;--container-narrow: 760px;--radius-sm: 10px;--radius: 16px;--radius-lg: 24px;--radius-xl: 32px;color-scheme:dark}@media(prefers-color-scheme:light){:root:not([data-theme]){--bg: #f5f5f3;--surface: #efefec;--card: #fdfdfc;--raised: #e8e8e5;--border: #dcdcd7;--text: #17181c;--text-2: #5b5e66;--text-3: #63666d;--accent: #17181c;--accent-ink: #f5f5f3;--shadow: 0 24px 60px -24px rgba(23, 24, 28, .22);--shadow-soft: 0 10px 30px -12px rgba(23, 24, 28, .14);--glass: rgba(245, 245, 243, .75);color-scheme:light}}:root[data-theme=light]{--bg: #f5f5f3;--surface: #efefec;--card: #fdfdfc;--raised: #e8e8e5;--border: #dcdcd7;--text: #17181c;--text-2: #5b5e66;--text-3: #63666d;--accent: #17181c;--accent-ink: #f5f5f3;--shadow: 0 24px 60px -24px rgba(23, 24, 28, .22);--shadow-soft: 0 10px 30px -12px rgba(23, 24, 28, .14);--glass: rgba(245, 245, 243, .75);color-scheme:light}:root[data-theme=dark]{--bg: #0e0f13;--surface: #15171c;--card: #1a1c22;--raised: #20232b;--border: #2a2d35;--text: #e8eaed;--text-2: #9aa0aa;--text-3: #7c8089;--accent: #e8eaed;--accent-ink: #0e0f13;--shadow: 0 24px 60px -24px rgba(0, 0, 0, .55);--shadow-soft: 0 10px 30px -12px rgba(0, 0, 0, .45);--glass: rgba(21, 23, 28, .72);color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}img,svg{max-width:100%;height:auto}a{color:var(--text);text-decoration-color:var(--text-3);text-underline-offset:3px}a:hover{text-decoration-color:var(--text)}h1,h2,h3,h4{margin:0;font-weight:600;line-height:1.2}p{margin:0}code{font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.875em;background:var(--raised);border:1px solid var(--border);border-radius:5px;padding:.08em .35em}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;clip-path:inset(50%);overflow:hidden;white-space:nowrap}.skip-link{position:fixed;top:-48px;left:16px;z-index:100;background:var(--accent);color:var(--accent-ink);padding:10px 16px;border-radius:10px;font-weight:600;transition:top .2s var(--ease-out)}.skip-link:focus{top:12px}:focus-visible{outline:2px solid var(--text);outline-offset:3px;border-radius:4px}.container{max-width:var(--container);margin-inline:auto;padding-inline:24px}.container-narrow{max-width:var(--container-narrow)}.section{padding-block:clamp(88px,12vw,152px)}.eyebrow{color:var(--text-2);font-size:.8125rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;margin-bottom:20px}.section-title{font-family:var(--font-serif);font-weight:400;font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.04;letter-spacing:-.02em;max-width:22ch;text-wrap:balance}.section-title em,.hero-title em,.final-title em,.rotator-line em{font-style:italic}.section-sub{color:var(--text-2);font-size:1.0625rem;max-width:34rem;margin-top:20px}.section-sub.center{margin-inline:auto;text-align:center}.section-sub strong{color:var(--text);font-weight:600}.fine{color:var(--text-3);font-size:.8125rem}.btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-sans);font-weight:600;text-decoration:none;border-radius:999px;cursor:pointer;white-space:nowrap;transition:transform .25s var(--ease-pop),background-color .2s var(--ease-out),border-color .2s var(--ease-out),color .2s var(--ease-out),box-shadow .25s var(--ease-out)}.btn:active{transform:scale(.98)}.btn-solid{background:var(--accent);color:var(--accent-ink);border:1px solid var(--accent)}.btn-solid:hover{box-shadow:var(--shadow-soft);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--text-2);border:1px solid var(--border)}.btn-ghost:hover{color:var(--text);border-color:var(--text-3)}.btn-sm{font-size:.875rem;padding:8px 16px}.btn-lg{font-size:1rem;padding:13px 26px}.nav{position:fixed;inset-inline:0;top:14px;z-index:50;pointer-events:none}.nav-inner{pointer-events:auto;max-width:calc(var(--container) - 40px);margin-inline:auto;display:flex;align-items:center;gap:20px;padding:8px 10px 8px 18px;border-radius:999px;border:1px solid transparent;transition:background-color .3s var(--ease-out),border-color .3s var(--ease-out),box-shadow .3s var(--ease-out)}.nav.scrolled .nav-inner{background:var(--glass);border-color:var(--border);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:var(--shadow-soft)}@media(max-width:1160px){.nav-inner{margin-inline:16px}}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.brand-name{font-weight:700;font-size:1.0625rem;letter-spacing:-.01em}.brand-mark .mark-bg{fill:var(--raised);stroke:var(--border);stroke-width:1}.brand-mark .mark-bars rect{fill:var(--text)}.nav-links{display:flex;gap:4px;margin-inline:auto}.nav-links a{color:var(--text-2);text-decoration:none;font-size:.875rem;font-weight:500;padding:7px 12px;border-radius:999px;transition:color .2s var(--ease-out),background-color .2s var(--ease-out)}.nav-links a:hover{color:var(--text);background:color-mix(in srgb,var(--text) 7%,transparent)}.nav-actions{display:flex;align-items:center;gap:10px}.theme-toggle,.nav-gh{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:transparent;border:1px solid var(--border);color:var(--text-2);cursor:pointer;transition:color .2s var(--ease-out),border-color .2s var(--ease-out)}.theme-toggle:hover,.nav-gh:hover{color:var(--text);border-color:var(--text-3)}:root[data-theme=light] .icon-moon,.icon-sun{display:block}:root[data-theme=light] .icon-sun,.icon-moon{display:none}@media(prefers-color-scheme:light){:root:not([data-theme]) .icon-sun{display:none}:root:not([data-theme]) .icon-moon{display:block}}@media(max-width:900px){.nav-links{display:none}}@media(max-width:560px){.nav-inner{padding-left:14px}.nav-actions .btn-sm{display:none}}.hero{padding-top:clamp(120px,18vh,190px);padding-bottom:clamp(64px,8vw,110px)}.hero-copy{text-align:center}.hero-title{font-family:var(--font-serif);font-weight:400;font-size:clamp(3.1rem,9.5vw,6.25rem);line-height:.98;letter-spacing:-.02em;text-wrap:balance}.hero-title .dim{color:var(--text);opacity:.32}.hero-sub{color:var(--text-2);font-size:1.125rem;max-width:36rem;margin:26px auto 0}.hero-sub em{font-style:normal;font-weight:600;color:var(--text)}.hero-ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:34px}.hero .fine{margin-top:18px}.demo{max-width:780px;margin:clamp(48px,7vw,84px) auto 0;padding-inline:24px;display:grid;gap:0;position:relative}.demo-window{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.demo-titlebar{display:flex;align-items:center;gap:7px;padding:11px 14px;border-bottom:1px solid var(--border)}.demo-titlebar .dot{width:10px;height:10px;border-radius:50%;background:var(--raised);border:1px solid var(--border)}.demo-appname{margin-left:8px;color:var(--text-3);font-size:.8125rem}.demo-body{padding:18px 22px 26px;text-align:left}.demo-field{color:var(--text-2);font-size:.9375rem;padding:7px 0;border-bottom:1px solid var(--border)}.demo-label{color:var(--text-3);margin-right:8px}.demo-text{min-height:96px;padding-top:14px;font-size:1rem;color:var(--text);line-height:1.65}.caret{display:inline-block;width:1.5px;height:1.1em;background:var(--text);vertical-align:text-bottom;margin-left:1px;opacity:0}.caret.on{opacity:1;animation:caret-blink 1.06s steps(1) infinite}@keyframes caret-blink{50%{opacity:0}}.demo-stage{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:26px;min-height:48px;flex-wrap:wrap}.demo-keys{display:inline-flex;align-items:center;gap:8px;opacity:0;transition:opacity .45s var(--ease-out)}html:not(.js) .demo-keys,.demo-keys.show{opacity:1}.keycap{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:34px;padding-inline:10px;background:linear-gradient(180deg,var(--raised),var(--card));border:1px solid var(--border);border-bottom-width:3px;border-radius:8px;font-size:.8125rem;font-weight:600;color:var(--text-2);transition:transform .12s var(--ease-out),border-bottom-width .12s var(--ease-out),color .12s var(--ease-out),border-color .2s var(--ease-out)}.keycap.pressed{transform:translateY(2px);border-bottom-width:1px;color:var(--text);border-color:var(--text-3)}.keyplus{color:var(--text-3);font-size:.8125rem}.demo-hint{color:var(--text-3);font-size:.8125rem;margin-left:10px;min-width:160px;text-align:left}.pill{--pill-text: #d6d8de;--pill-icon: #c6c8d0;--pill-icon-dim: #9698a0;--pill-icon-hi: #f2f3f7;--pill-wave: #e2e3e9;position:relative;display:inline-flex;align-items:center;justify-content:center;height:40px;border-radius:999px;background:linear-gradient(180deg,#222226f2,#141417f7);border:1px solid rgba(255,255,255,.12);box-shadow:0 6px 24px -8px #0009;transition:width .45s var(--ease-pop)}.pill>span{display:none;align-items:center}.pill[data-state=idle]{width:98px}.pill[data-state=idle] .pill-idle{display:inline-flex;color:var(--pill-icon)}.pill[data-state=recording]{width:208px}.pill[data-state=recording] .pill-rec{display:inline-flex}.pill[data-state=processing]{width:98px}.pill[data-state=processing] .pill-proc{display:inline-flex}.pill-rec{gap:10px;padding-inline:8px;width:100%;justify-content:space-between}.pill-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;flex:none;background:#ffffff0e}.pill-cancel{color:var(--pill-icon-dim)}.pill-finish{color:var(--pill-icon)}.pill-wave{display:inline-flex;align-items:center;gap:3.1px;height:28px;flex:1;justify-content:center}.pill-wave i{width:3px;height:4px;border-radius:2px;background:var(--pill-wave);opacity:.85}[data-state=recording] .pill-wave i,.pill-wave-static i{animation:wave-talk 1s ease-in-out infinite alternate}.pill-wave i:nth-child(5n+1){animation-duration:.62s}.pill-wave i:nth-child(5n+2){animation-duration:.84s;animation-delay:-.2s}.pill-wave i:nth-child(5n+3){animation-duration:.71s;animation-delay:-.4s}.pill-wave i:nth-child(5n+4){animation-duration:.93s;animation-delay:-.1s}.pill-wave i:nth-child(5n){animation-duration:.77s;animation-delay:-.3s}.pill-wave i:nth-child(3n){--amp: 22px}.pill-wave i:nth-child(3n+1){--amp: 14px}.pill-wave i:nth-child(3n+2){--amp: 18px}@keyframes wave-talk{0%{height:4px}to{height:var(--amp, 18px)}}.pill-proc{gap:9px}.pill-proc i{width:6px;height:6px;border-radius:50%;background:var(--pill-icon);animation:proc-pulse 1.15s ease-in-out infinite}.pill-proc i:nth-child(2){animation-delay:.18s}.pill-proc i:nth-child(3){animation-delay:.36s}@keyframes proc-pulse{0%,to{opacity:.28}40%{opacity:1}}.pill-static{width:208px}.pill-static .pill-rec{display:inline-flex}@media(prefers-reduced-motion:reduce){.pill-wave i{animation:none!important;height:var(--amp, 14px)}.pill-proc i{animation:none!important}}.section-rotator{text-align:center;padding-block:clamp(64px,9vw,120px)}.rotator-line{font-family:var(--font-serif);font-weight:400;font-size:clamp(2.1rem,5.4vw,3.75rem);letter-spacing:-.02em;line-height:1.1}.rotator{position:relative;display:inline-flex;justify-content:flex-start;vertical-align:bottom;text-align:left;font-style:italic;border-bottom:2px solid var(--border);transition:width .45s var(--ease-pop);white-space:nowrap}.rotator-word{display:inline-block}.js .rotator .rotator-word{opacity:0;filter:blur(10px);transform:translateY(.35em) scale(.96);transition:opacity .5s var(--ease-out),filter .5s var(--ease-out),transform .55s var(--ease-pop);position:absolute;left:0;top:0}.js .rotator .rotator-word.is-active{opacity:1;filter:blur(0);transform:none;position:relative}@media(prefers-reduced-motion:reduce){.js .rotator .rotator-word{transition:opacity .3s ease;filter:none;transform:none}}.hero{position:relative}.hero-ambient,.rotator-ambient{position:absolute;inset:0;pointer-events:none}.section-rotator{position:relative}.ghost-pill{position:absolute;display:inline-flex;align-items:center;justify-content:center;gap:3px;width:128px;height:34px;border-radius:999px;border:1px solid var(--border);background:color-mix(in srgb,var(--card) 55%,transparent);opacity:.55;transform:rotate(var(--tilt, 0deg))}.ghost-pill i{width:2.5px;border-radius:2px;background:var(--text-3);opacity:.7}.ghost-pill i:nth-child(3n){height:15px}.ghost-pill i:nth-child(3n+1){height:7px}.ghost-pill i:nth-child(3n+2){height:11px}.gp-1{--tilt: -7deg;left:clamp(16px,6vw,120px);top:30%}.gp-2{--tilt: 5deg;right:clamp(12px,5vw,100px);top:56%}.ghost-keys{position:absolute;display:inline-flex;align-items:center;gap:5px;opacity:.5;transform:rotate(var(--tilt, 0deg))}.gk-1{--tilt: 6deg;right:clamp(24px,8vw,150px);top:26%}.ghost-key{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:26px;padding-inline:7px;background:linear-gradient(180deg,var(--raised),var(--card));border:1px solid var(--border);border-bottom-width:2px;border-radius:6px;font-size:.6875rem;font-weight:600;color:var(--text-3)}.ghost-plus{color:var(--text-3);font-size:.6875rem}.ghost-chip{position:absolute;padding:6px 14px;border-radius:999px;border:1px solid var(--border);color:var(--text-3);background:color-mix(in srgb,var(--card) 50%,transparent);font-size:.8125rem;font-weight:500;white-space:nowrap;opacity:.6;transform:rotate(var(--tilt, 0deg))}.gc-1{--tilt: -6deg;left:9%;top:20%}.gc-2{--tilt: 4deg;left:13%;bottom:18%}.gc-3{--tilt: 5deg;right:8%;top:24%}.gc-4{--tilt: -4deg;right:14%;bottom:22%}.demo-note{position:absolute;right:-158px;bottom:-4px;width:150px;font-family:var(--font-serif);font-style:italic;font-size:1.0625rem;line-height:1.35;color:var(--text-3);transform:rotate(-2deg);text-align:left;pointer-events:none}.demo-note-arrow{display:block;margin-top:8px;color:var(--text-3)}@media(prefers-reduced-motion:no-preference){.ghost-pill,.ghost-keys,.ghost-chip{animation:ambient-float 12s ease-in-out infinite alternate}.gp-2,.gc-2,.gc-3{animation-duration:15s;animation-delay:-5s}.gk-1,.gc-4{animation-duration:13s;animation-delay:-8s}}@keyframes ambient-float{0%{transform:translateY(-7px) rotate(var(--tilt, 0deg))}to{transform:translateY(9px) rotate(var(--tilt, 0deg))}}@media(max-width:1100px){.hero-ambient,.rotator-ambient,.demo-note{display:none}}.section-vibe{background:var(--surface)}.vibe-grid{display:grid;grid-template-columns:minmax(0,6fr) minmax(0,5fr);gap:clamp(36px,6vw,76px);align-items:center}.vibe-points{list-style:none;margin:clamp(26px,4vw,38px) 0 0;padding:0;display:grid;gap:16px}.vibe-points li{position:relative;padding-left:26px;color:var(--text-2);font-size:.9688rem}.vibe-points li:before{content:"";position:absolute;left:0;top:.58em;width:13px;height:3px;border-radius:2px;background:var(--text-3)}.vibe-points strong{color:var(--text)}.vibe-window{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden}.vibe-chat{padding:22px}.vibe-prompt{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--border);border-radius:12px;background:var(--bg);padding:14px 16px;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.8438rem;line-height:1.7;color:var(--text)}.vibe-cue{color:var(--text-3);font-weight:700}.vibe-pillrow{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:0 22px 22px}.vibe-hint{color:var(--text-3);font-size:.8125rem}@media(max-width:900px){.vibe-grid{grid-template-columns:1fr}.vibe-visual{max-width:540px}}.section-hiw .container>.section-title{margin-bottom:8px}.hiw-track{margin-top:clamp(36px,5vw,64px)}.hiw-stage{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:clamp(32px,6vw,80px);align-items:center}.hiw-steps{display:grid;gap:44px}.hiw-step{position:relative}.hiw-step .step-num{display:block;margin-bottom:14px;font-family:var(--font-serif);font-size:clamp(2.6rem,4vw,3.75rem);line-height:1;color:var(--text-3)}.hiw-step h3{font-size:clamp(1.5rem,2.4vw,1.9rem);font-weight:650;letter-spacing:-.015em}.hiw-step p{color:var(--text-2);margin-top:12px;max-width:30rem;font-size:1.0625rem}.kbd-inline{display:inline-block;padding:.05em .45em;border:1px solid var(--border);border-bottom-width:2px;border-radius:7px;background:var(--card);font-size:.85em;vertical-align:baseline}.hiw-visual{display:grid;justify-items:center}.hiw-screen{width:100%;max-width:540px;min-height:380px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);display:grid;grid-template-rows:auto 1fr;overflow:hidden}.hiw-screen-body{display:grid;grid-template-rows:1fr auto;padding:24px 26px 22px;background-image:radial-gradient(color-mix(in srgb,var(--border) 60%,transparent) 1px,transparent 1px);background-size:20px 20px}.hiw-typed{font-size:1.125rem;line-height:1.65;color:var(--text);align-self:start;min-height:120px}.hiw-screen .pill{justify-self:center}.hiw-meta,.hiw-scrollhint{display:none}.hiw-enhanced .hiw-meta{display:flex;align-items:center;gap:18px;position:absolute;top:clamp(64px,9vh,96px);left:24px;right:24px}.hiw-count{font-family:var(--font-serif);font-size:1.625rem;color:var(--text);font-variant-numeric:tabular-nums;line-height:1}.hiw-count-total{color:var(--text-3);font-size:1.0625rem}.hiw-bar{flex:1;max-width:240px;height:2px;border-radius:2px;background:var(--border);overflow:hidden}.hiw-bar-fill{display:block;height:100%;width:100%;background:var(--text);transform-origin:left;transform:scaleX(0)}.hiw-enhanced .hiw-scrollhint{display:inline-flex;align-items:center;gap:8px;position:absolute;bottom:clamp(18px,4vh,36px);left:50%;transform:translate(-50%);color:var(--text-2);font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;transition:opacity .4s var(--ease-out)}.hiw-scrollhint.is-hidden{opacity:0}@media(prefers-reduced-motion:no-preference){.hiw-scrollhint svg{animation:hint-bob 1.7s ease-in-out infinite}}@keyframes hint-bob{0%,to{transform:translateY(-2px)}50%{transform:translateY(3px)}}.pill-hiw[data-state=hint]{width:auto;padding-inline:16px}.pill-hiw[data-state=hint] .pill-hint{display:inline-flex;gap:8px;color:var(--pill-text);font-size:.8125rem;font-weight:500;white-space:nowrap}html:not(.js) .pill-hiw,.hiw:not(.hiw-enhanced) .pill-hiw{width:208px}html:not(.js) .pill-hiw>.pill-hint,.hiw:not(.hiw-enhanced) .pill-hiw>.pill-hint{display:none}html:not(.js) .pill-hiw .pill-rec,.hiw:not(.hiw-enhanced) .pill-hiw .pill-rec{display:inline-flex}html:not(.js) .hiw-typed .caret{display:none}.hiw-enhanced .hiw-track{height:300vh}.hiw-enhanced .hiw-stage{position:sticky;top:0;height:100svh;align-content:center}.hiw-enhanced .hiw-steps{position:relative;min-height:340px;align-items:start}.hiw-enhanced .hiw-step{position:absolute;inset-inline:0;top:50%;transform:translateY(-46%);opacity:0;visibility:hidden;transition:opacity .45s var(--ease-out),transform .5s var(--ease-out),visibility 0s linear .45s}.hiw-enhanced .hiw-step.is-active{opacity:1;visibility:visible;transform:translateY(-50%);transition:opacity .45s var(--ease-out),transform .5s var(--ease-pop),visibility 0s}.hiw-enhanced .pill-hiw{width:auto}.hiw-enhanced .pill-hiw[data-state=hint] .pill-hint{display:inline-flex}.hiw-enhanced .pill-hiw[data-state=recording]{width:208px}.hiw-enhanced .pill-hiw[data-state=recording]>.pill-hint{display:none}.hiw-enhanced .pill-hiw[data-state=processing]{width:98px}.hiw-enhanced .pill-hiw[data-state=processing]>.pill-hint{display:none}.how-extra{color:var(--text-2);margin-top:clamp(32px,5vw,56px);max-width:44rem}.how-extra strong{color:var(--text)}@media(max-width:820px){.hiw-stage{grid-template-columns:1fr}.hiw-enhanced .hiw-stage{align-content:center;gap:24px}.hiw-enhanced .hiw-steps{min-height:250px}.hiw-enhanced .hiw-meta{top:clamp(56px,8vh,80px)}.hiw-screen{min-height:260px}.hiw-screen-body{padding:18px 18px 16px}.hiw-typed{font-size:1rem;min-height:96px}}.section-privacy{background:var(--surface)}.privacy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:clamp(36px,5vw,56px)}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:26px;transition:border-color .3s var(--ease-out),transform .3s var(--ease-out),box-shadow .3s var(--ease-out)}.card:hover{border-color:var(--text-3)}.privacy-card h3,.feature h3{font-size:1.0625rem;font-weight:650}.privacy-card p,.feature p{color:var(--text-2);font-size:.9375rem;margin-top:10px}.net-card{margin-top:18px;padding:30px}.net-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;flex-wrap:wrap}.net-head h3{font-size:1.1875rem;font-weight:650}.net-badge{color:var(--text-3);font-size:.8125rem}.net-badge a{color:var(--text-2)}.net-list{margin:18px 0 0;padding-left:22px;color:var(--text-2);display:grid;gap:12px}.net-list strong{color:var(--text)}.net-zero{display:flex;align-items:baseline;gap:18px;flex-wrap:wrap;margin-top:26px;padding-top:22px;border-top:1px dashed var(--border)}.net-zero-label{color:var(--text-2);font-size:.9375rem}.zero{font-family:var(--font-serif);font-size:clamp(3rem,6vw,4.5rem);line-height:1;font-variant-numeric:tabular-nums}.privacy-site-note{color:var(--text-3);font-size:.875rem;margin-top:26px}@media(max-width:820px){.privacy-grid{grid-template-columns:1fr}}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:clamp(36px,5vw,56px)}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:var(--raised);border:1px solid var(--border);color:var(--text-2);margin-bottom:16px}.feature:hover .feature-icon{color:var(--text)}.feature p em{font-style:italic}@media(max-width:980px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.feature-grid{grid-template-columns:1fr}}.section-hub{background:var(--surface)}.hub{display:grid;grid-template-columns:190px 1fr;max-width:860px;margin:clamp(36px,5vw,56px) auto 0;background:#0e0f13;border:1px solid #2a2d35;border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden}.hub-side{background:#15171c;border-right:1px solid #2a2d35;padding:18px 12px;display:grid;gap:4px;align-content:start}.hub-brand{display:flex;align-items:center;gap:8px;color:#e8eaed;font-weight:700;font-size:.9375rem;padding:4px 10px 14px}.hub-brand .mark-bg{fill:#20232b;stroke:#2a2d35}.hub-brand .mark-bars rect{fill:#e8eaed}.hub-nav{color:#9aa0aa;font-size:.8125rem;padding:8px 12px;border-radius:8px}.hub-nav.active{background:#20232b;color:#e8eaed;font-weight:600}.hub-main{padding:22px 26px}.hub-title{color:#e8eaed;font-size:1.0625rem;font-weight:700;margin-bottom:18px}.hub-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hub-stat{background:#1a1c22;border:1px solid #2a2d35;border-radius:12px;padding:14px;display:grid;gap:2px}.hub-stat-n{color:#e8eaed;font-size:1.375rem;font-weight:700;font-variant-numeric:tabular-nums}.hub-stat-l{color:#666b74;font-size:.71875rem}.hub-chart{margin-top:14px;background:#1a1c22;border:1px solid #2a2d35;border-radius:12px;padding:14px}.hub-chart-label{color:#9aa0aa;font-size:.6875rem;font-weight:700;letter-spacing:.12em;margin-bottom:12px}.hub-bars{display:flex;align-items:flex-end;gap:5px;height:92px}.hub-bars i{flex:1;height:var(--h);background:#2a2d35;border-radius:3px 3px 0 0;min-height:4px}.hub-bars i.today{background:#e8eaed}.js .hub-bars i{transform:scaleY(0);transform-origin:bottom;transition:transform .7s var(--ease-pop)}.js .hub.revealed .hub-bars i{transform:scaleY(1)}.js .hub.revealed .hub-bars i:nth-child(2n){transition-delay:.08s}.js .hub.revealed .hub-bars i:nth-child(3n){transition-delay:.16s}.js .hub.revealed .hub-bars i.today{transition-delay:.3s}.hub-caption{color:var(--text-3);font-size:.8125rem;text-align:center;margin-top:18px}@media(max-width:640px){.hub{grid-template-columns:1fr}.hub-side{display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid #2a2d35;padding:10px}.hub-brand{padding:4px 10px}.hub-nav{white-space:nowrap}}.table-wrap{overflow-x:auto;margin-top:clamp(32px,5vw,52px);border:1px solid var(--border);border-radius:var(--radius-lg)}.compare-table{width:100%;min-width:640px;border-collapse:collapse;font-size:.9375rem}.compare-table th,.compare-table td{padding:14px 18px;text-align:left;border-bottom:1px solid var(--border)}.compare-table tbody tr:last-child th,.compare-table tbody tr:last-child td{border-bottom:0}.compare-table thead th{font-size:.8125rem;color:var(--text-2);font-weight:600;letter-spacing:.04em;background:var(--surface)}.compare-table tbody th{color:var(--text-2);font-weight:500}.compare-table td{color:var(--text-2)}.compare-table .col-us{color:var(--text);font-weight:600;background:color-mix(in srgb,var(--text) 4%,transparent)}.soon{color:var(--text-3);font-weight:400;font-size:.8125rem}.compare-note{color:var(--text-3);font-size:.8125rem;margin-top:16px}.install-steps{list-style:none;margin:clamp(36px,5vw,56px) 0 0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;counter-reset:step}.install-steps .step-num,.step-num{font-family:var(--font-serif);font-size:1.5rem;color:var(--text-3)}.install-steps h3{font-size:1.0625rem;font-weight:650;margin-top:10px}.install-steps p{color:var(--text-2);font-size:.9375rem;margin-top:8px}.install-cta{text-align:center;margin-top:clamp(36px,5vw,52px);display:grid;gap:14px;justify-items:center}@media(max-width:820px){.install-steps{grid-template-columns:1fr}}.faq-list{margin-top:clamp(28px,4vw,44px);display:grid;gap:0;border-top:1px solid var(--border)}.faq{border-bottom:1px solid var(--border)}.faq summary{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;list-style:none;padding:20px 4px;font-weight:600;font-size:1.0313rem;transition:color .2s var(--ease-out)}.faq summary::-webkit-details-marker{display:none}.faq summary:hover{color:var(--text)}.faq-chev{flex:none;width:10px;height:10px;border-right:1.8px solid var(--text-3);border-bottom:1.8px solid var(--text-3);transform:rotate(45deg);transition:transform .3s var(--ease-pop);margin-right:6px}.faq[open] .faq-chev{transform:rotate(225deg)}.faq p{color:var(--text-2);padding:0 4px 22px;max-width:60ch}.faq a{color:var(--text)}.final-card{background:#0e0f13;border:1px solid #2a2d35;border-radius:var(--radius-xl);padding:clamp(56px,8vw,96px) 24px;text-align:center;display:grid;justify-items:center;gap:20px;box-shadow:var(--shadow)}.final-title{font-family:var(--font-serif);font-weight:400;font-size:clamp(2.4rem,6vw,4rem);letter-spacing:-.02em;line-height:1.02;color:#e8eaed}.final-sub{color:#9aa0aa}.final-card .btn.on-dark.btn-solid{background:#e8eaed;color:#0e0f13;border-color:#e8eaed}.final-card .btn.on-dark.btn-ghost{color:#9aa0aa;border-color:#2a2d35}.final-card .btn.on-dark.btn-ghost:hover{color:#e8eaed;border-color:#666b74}.footer{border-top:1px solid var(--border);padding:clamp(48px,7vw,72px) 0 0}.footer-inner{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:40px}.footer-brand p{color:var(--text-2);font-size:.9375rem;margin-top:14px;max-width:30rem}.footer-privacy{color:var(--text-3)!important;font-size:.8125rem!important}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.footer-links h4{font-size:.8125rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:14px;font-weight:600}.footer-links a{display:block;color:var(--text-2);text-decoration:none;font-size:.9375rem;padding:5px 0}.footer-links a:hover{color:var(--text)}.footer-legal{padding:28px 24px 36px;margin-top:40px;border-top:1px solid var(--border)}.footer-legal p{color:var(--text-3);font-size:.75rem;max-width:none}@media(max-width:820px){.footer-inner{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(2,1fr)}}.legal-main{padding-top:clamp(130px,18vh,190px);padding-bottom:clamp(72px,10vw,140px)}.legal-main .container{max-width:var(--container-narrow)}.legal-title{font-family:var(--font-serif);font-weight:400;font-size:clamp(2.5rem,6vw,3.75rem);line-height:1.04;letter-spacing:-.02em}.legal-updated{color:var(--text-3);font-size:.8125rem;margin-top:14px}.legal-lede{color:var(--text-2);font-size:1.0625rem;margin-top:24px;max-width:38rem}.legal-body{margin-top:clamp(20px,3vw,32px)}.legal-body h2{font-size:1.1875rem;font-weight:650;letter-spacing:-.01em;margin-top:clamp(36px,5vw,48px)}.legal-body p{color:var(--text-2);font-size:.9688rem;margin-top:12px;max-width:62ch}.legal-body strong,.legal-body a{color:var(--text)}@media(prefers-reduced-motion:no-preference){.js .reveal{opacity:0;transform:translateY(22px);transition:opacity .65s var(--ease-out),transform .7s var(--ease-out)}.js .reveal.d1{transition-delay:.07s}.js .reveal.d2{transition-delay:.14s}.js .reveal.d3{transition-delay:.21s}.js .reveal.d4{transition-delay:.28s}.js .reveal.revealed{opacity:1;transform:none}}
