:root{--font-brand-sans:"Gotham SSm A","Gotham SSm B","Gotham A","Gotham B","Gotham","Avenir Next","Segoe UI","Helvetica Neue",Arial,sans-serif;--font-brand-accent:"birch-std","Birch Std","Birch","Iowan Old Style","Palatino Linotype","Book Antiqua",serif;--background:#f1f7f8;--background-top:#fbfdfe;--background-strong:#dbeaf1;--surface:rgba(255,255,255,0.68);--surface-strong:rgba(248,252,253,0.9);--surface-highlight:rgba(255,255,255,0.78);--surface-sheen:rgba(255,255,255,0.72);--surface-border:rgba(6,80,132,0.12);--surface-shadow:rgba(6,80,132,0.16);--text:#0b3555;--muted:#4c6d7f;--accent:#0f828c;--accent-strong:#065084;--accent-soft:rgba(15,130,140,0.12);--pill-background:rgba(255,255,255,0.68);--pill-border:rgba(6,80,132,0.1);--focus-ring:rgba(15,130,140,0.5);--divider:rgba(6,80,132,0.18);--input-background:rgba(255,255,255,0.84);--input-shadow:rgba(255,255,255,0.74);--button-from:#065084;--button-to:#0f828c;--button-shadow:rgba(6,80,132,0.34);--button-text:#f6fbfd;--ambient-top-color:rgba(15,130,140,0.24);--ambient-bottom-color:rgba(193,120,90,0.28);--success:#177b6f;--error:#b75e4f;--radius-xl:2rem;--radius-lg:1.35rem;--radius-md:1rem;--page-max:76rem}@media (prefers-color-scheme:dark){:root{--background:#02111c;--background-top:#010a13;--background-strong:#031a2b;--surface:rgba(2,18,30,0.84);--surface-strong:rgba(4,22,36,0.94);--surface-highlight:rgba(255,255,255,0.05);--surface-sheen:rgba(255,255,255,0.12);--surface-border:rgba(75,137,158,0.18);--surface-shadow:rgba(0,0,0,0.5);--text:#edf7fb;--muted:#9fbcc9;--accent:#55c0c6;--accent-strong:#b8e4f4;--accent-soft:rgba(85,192,198,0.18);--pill-background:rgba(255,255,255,0.05);--pill-border:rgba(110,182,194,0.14);--focus-ring:rgba(85,192,198,0.6);--divider:rgba(85,192,198,0.26);--input-background:rgba(1,14,24,0.86);--input-shadow:rgba(255,255,255,0.05);--button-from:#0c6b74;--button-to:#c1785a;--button-shadow:rgba(0,0,0,0.56);--button-text:#f6fbfd;--ambient-top-color:rgba(15,130,140,0.22);--ambient-bottom-color:rgba(193,120,90,0.18);--success:#63d2ba;--error:#ff9d86}html{color-scheme:dark}}html[data-theme=light]{--background:#f1f7f8;--background-top:#fbfdfe;--background-strong:#dbeaf1;--surface:rgba(255,255,255,0.68);--surface-strong:rgba(248,252,253,0.9);--surface-highlight:rgba(255,255,255,0.78);--surface-sheen:rgba(255,255,255,0.72);--surface-border:rgba(6,80,132,0.12);--surface-shadow:rgba(6,80,132,0.16);--text:#0b3555;--muted:#4c6d7f;--accent:#0f828c;--accent-strong:#065084;--accent-soft:rgba(15,130,140,0.12);--pill-background:rgba(255,255,255,0.68);--pill-border:rgba(6,80,132,0.1);--focus-ring:rgba(15,130,140,0.5);--divider:rgba(6,80,132,0.18);--input-background:rgba(255,255,255,0.84);--input-shadow:rgba(255,255,255,0.74);--button-from:#065084;--button-to:#0f828c;--button-shadow:rgba(6,80,132,0.34);--button-text:#f6fbfd;--ambient-top-color:rgba(15,130,140,0.24);--ambient-bottom-color:rgba(193,120,90,0.28);--success:#177b6f;--error:#b75e4f;color-scheme:light}html[data-theme=dark]{--background:#02111c;--background-top:#010a13;--background-strong:#031a2b;--surface:rgba(2,18,30,0.84);--surface-strong:rgba(4,22,36,0.94);--surface-highlight:rgba(255,255,255,0.05);--surface-sheen:rgba(255,255,255,0.12);--surface-border:rgba(75,137,158,0.18);--surface-shadow:rgba(0,0,0,0.5);--text:#edf7fb;--muted:#9fbcc9;--accent:#55c0c6;--accent-strong:#b8e4f4;--accent-soft:rgba(85,192,198,0.18);--pill-background:rgba(255,255,255,0.05);--pill-border:rgba(110,182,194,0.14);--focus-ring:rgba(85,192,198,0.6);--divider:rgba(85,192,198,0.26);--input-background:rgba(1,14,24,0.86);--input-shadow:rgba(255,255,255,0.05);--button-from:#0c6b74;--button-to:#c1785a;--button-shadow:rgba(0,0,0,0.56);--button-text:#f6fbfd;--ambient-top-color:rgba(15,130,140,0.22);--ambient-bottom-color:rgba(193,120,90,0.18);--success:#63d2ba;--error:#ff9d86;color-scheme:dark}*{box-sizing:border-box}html{color-scheme:light}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,color-mix(in srgb,var(--ambient-top-color) 62%,transparent),transparent 28%),radial-gradient(circle at 80% 10%,color-mix(in srgb,var(--ambient-bottom-color) 72%,transparent),transparent 24%),linear-gradient(180deg,var(--background-top) 0,var(--background) 48%,var(--background-strong) 100%);color:var(--text);font-family:var(--font-brand-sans);text-rendering:optimizeLegibility;transition:background .22s ease,color .22s ease}a{color:inherit;text-decoration:none}button,input{font:inherit}.page-shell,.privacy-shell{position:relative;width:min(calc(100% - 2rem),var(--page-max));margin:0 auto;padding:2rem 0 3rem}.page-shell{display:grid;gap:1.5rem}.ambient-layer{position:fixed;inset:auto;pointer-events:none;border-radius:999px;filter:blur(18px);opacity:.65}.ambient-top{top:1rem;right:8%;width:min(38vw,24rem);height:min(38vw,24rem);background:radial-gradient(circle,var(--ambient-top-color),transparent 70%);animation:drift 14s ease-in-out infinite}.ambient-bottom{bottom:8%;left:6%;width:min(42vw,28rem);height:min(42vw,28rem);background:radial-gradient(circle,var(--ambient-bottom-color),transparent 68%);animation:drift 18s ease-in-out infinite reverse}.glass-panel,.liquid-card{position:relative;overflow:hidden;border:1px solid var(--surface-border);background:linear-gradient(145deg,var(--surface-highlight),transparent 72%),var(--surface);box-shadow:0 1px 0 var(--surface-sheen) inset,0 24px 60px -38px var(--surface-shadow);-webkit-backdrop-filter:blur(22px) saturate(140%);backdrop-filter:blur(22px) saturate(140%);transition:background .22s ease,border-color .22s ease,box-shadow .22s ease}.hero-panel{isolation:isolate;padding:1.4rem;border-radius:var(--radius-xl)}.hero-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,color-mix(in srgb,var(--background-top) 94%,transparent) 0,color-mix(in srgb,var(--background-top) 84%,transparent) 22%,color-mix(in srgb,var(--background-top) 58%,transparent) 44%,color-mix(in srgb,var(--background-top) 78%,transparent) 100%),linear-gradient(180deg,color-mix(in srgb,var(--background-top) 86%,transparent),color-mix(in srgb,var(--background) 62%,transparent)),url(/images/hero-order-online.svg),linear-gradient(135deg,rgba(48,22,11,.16) 0,rgba(214,169,119,.14) 52%,rgba(255,247,238,.22) 100%);background-position:50%,50%,right 28% center,50%;background-repeat:no-repeat;background-size:cover,cover,cover,cover;opacity:.55;pointer-events:none;transform:scale(1.01);transform-origin:center}.hero-panel>*{position:relative;z-index:1}.footer-links,.form-row,.hero-grid,.privacy-toolbar,.privacy-toolbar-actions,.roadmap-grid,.site-footer,.topbar{display:flex}.site-footer,.topbar{align-items:center;justify-content:space-between;gap:1rem}.privacy-toolbar,.privacy-toolbar-actions,.privacy-toolbar-brand,.topbar-branding{align-items:center;gap:.75rem}.privacy-toolbar-brand,.topbar-branding{display:flex}.privacy-toolbar{justify-content:space-between;margin-bottom:1.25rem}.privacy-toolbar-brand{align-items:center;display:flex;gap:.9rem}.brand-mark{display:inline-flex;align-items:center;line-height:0;padding:.2rem .1rem .15rem 0}.brand-logo{display:block;width:clamp(6.4rem,13vw,8.25rem);height:auto;transition:filter .22s ease}.privacy-brand-logo{width:clamp(5.6rem,10vw,6.9rem)}html[data-theme=dark] .brand-logo{filter:drop-shadow(0 1px 0 rgba(241,247,248,.08)) drop-shadow(0 10px 18px rgba(0,0,0,.16))}.eyebrow-pill,.hero-kicker,.roadmap-step,.section-label{letter-spacing:.11em;text-transform:uppercase;font-size:.74rem;color:var(--muted)}.eyebrow-pill{padding:.6rem .95rem;border-radius:999px;background:var(--pill-background);border:1px solid var(--pill-border)}.hero-grid{grid-template-columns:minmax(0,1fr);gap:1.5rem;margin-top:clamp(2rem,5vw,3rem);justify-items:center}.hero-copy,.hero-grid,.privacy-sections,.story-copy,.story-points{display:grid}.hero-copy{gap:1.15rem;width:100%;max-width:none;justify-items:center;text-align:center}.hero-copy h1,.privacy-panel h1{margin:0;font-family:var(--font-brand-accent);font-weight:600;font-size:clamp(3rem,7vw,5.5rem);line-height:.94;letter-spacing:-.04em;max-width:14ch;text-wrap:balance}.hero-description,.privacy-intro{max-width:46rem;font-size:1.08rem;line-height:1.75;color:var(--muted)}.hero-kicker{color:var(--accent-strong);font-weight:600}.hero-subscribe-card{width:100%;max-width:56rem;gap:1rem;margin-top:.2rem;padding:1.35rem;border:1px solid color-mix(in srgb,var(--surface-border) 94%,transparent);border-radius:calc(var(--radius-lg) - .05rem);background:linear-gradient(145deg,color-mix(in srgb,var(--surface-highlight) 92%,transparent),transparent 72%),color-mix(in srgb,var(--surface-strong) 90%,transparent);box-shadow:0 1px 0 var(--surface-sheen) inset,0 24px 48px -38px var(--surface-shadow);justify-items:center;text-align:center}.hero-highlight{max-width:46rem;font-family:var(--font-brand-sans);font-weight:500;font-size:clamp(1.05rem,1.6vw,1.32rem);line-height:1.55;letter-spacing:-.02em}.hero-availability,.hero-highlight{margin:0;color:var(--accent-strong)}.hero-availability{padding-left:1rem;border-left:2px solid var(--divider)}.liquid-card{padding:1.2rem;border-radius:var(--radius-lg)}.privacy-section{display:grid;gap:.3rem}.privacy-section h2,.roadmap-card h2{font-size:1rem}.form-note,.form-status,.privacy-section p,.roadmap-card p{color:var(--muted);line-height:1.65}.story-panel{padding:1.4rem;border-radius:var(--radius-xl)}.story-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(18rem,.9fr);gap:1rem;margin-top:1rem}.story-copy{gap:1rem}.story-copy h2{margin:0;font-family:var(--font-brand-accent);font-weight:600;font-size:clamp(2rem,4.4vw,3.25rem);line-height:1.02;letter-spacing:-.04em}.story-card p,.story-copy p{margin:0;color:var(--muted);line-height:1.75}.story-points{gap:1rem}.story-card{padding:1.2rem;border-radius:var(--radius-lg)}.story-card h3{margin:0 0 .45rem;font-size:1rem}.footer-copyright{margin:0;color:var(--muted);line-height:1.65}.waitlist-form{display:grid;gap:.75rem;width:100%;max-width:none;justify-items:center}.form-label{font-size:.9rem;color:var(--accent-strong)}.form-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.7rem;align-items:center;width:min(100%,48rem)}.form-input{width:100%;min-height:3.6rem;padding:0 1rem;border:1px solid var(--surface-border);border-radius:999px;background:color-mix(in srgb,var(--input-background) 88%,transparent);color:var(--text);outline:none;box-shadow:0 1px 0 var(--input-shadow) inset;transition:background .22s ease,border-color .22s ease,color .22s ease}.brand-mark:focus-visible,.form-button:focus-visible,.form-input:focus-visible,.icon-button:focus-visible,.inline-link:focus-visible,.theme-toggle:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.form-button{min-width:9.8rem;min-height:3.6rem;padding:0 1.3rem;border:0;border-radius:999px;background:linear-gradient(140deg,var(--button-from),var(--button-to));color:var(--button-text);cursor:pointer;box-shadow:0 18px 40px -24px var(--button-shadow),0 1px 0 rgba(255,255,255,.2) inset;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.form-button:hover{transform:translateY(-1px);box-shadow:0 24px 44px -24px var(--button-shadow),0 1px 0 rgba(255,255,255,.2) inset}.form-button:disabled{cursor:wait;opacity:.78;transform:none}.honeypot-field{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.form-note{font-size:.92rem;max-width:44rem}.form-note,.form-status{margin:0;text-align:center}.form-status{min-height:1.5rem;font-size:.95rem}.form-status-success{color:var(--success)}.form-status-error{color:var(--error)}.inline-link{color:var(--accent);text-decoration:underline;text-underline-offset:.18rem}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border:1px solid var(--pill-border);border-radius:999px;background:linear-gradient(145deg,var(--surface-highlight),transparent 72%),var(--surface-strong);color:var(--accent-strong);cursor:pointer;box-shadow:0 1px 0 var(--surface-sheen) inset,0 16px 30px -24px var(--surface-shadow);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease,background .22s ease,color .22s ease,border-color .22s ease}.theme-toggle:hover{transform:translateY(-1px);box-shadow:0 1px 0 var(--surface-sheen) inset,0 20px 36px -26px var(--surface-shadow)}.theme-toggle-icon{display:inline-flex;width:1.1rem;height:1.1rem}.theme-toggle svg{width:100%;height:100%}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border:1px solid var(--pill-border);border-radius:999px;background:linear-gradient(145deg,var(--surface-highlight),transparent 72%),var(--surface-strong);color:var(--accent-strong);box-shadow:0 1px 0 var(--surface-sheen) inset,0 16px 30px -24px var(--surface-shadow);transition:transform .18s ease,box-shadow .18s ease,background .22s ease,color .22s ease,border-color .22s ease}.icon-button:hover{transform:translateY(-1px);box-shadow:0 1px 0 var(--surface-sheen) inset,0 20px 36px -26px var(--surface-shadow)}.icon-button svg{width:1.1rem;height:1.1rem}.roadmap-grid{gap:1rem;flex-wrap:wrap}.roadmap-card{flex:1 1 15rem;min-width:0}.roadmap-card h2{margin:.4rem 0 .6rem}.roadmap-card p{margin:0}.site-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:1rem;margin-top:.4rem;padding:1rem .2rem;border-top:1px solid color-mix(in srgb,var(--divider) 84%,transparent);font-size:.94rem;color:var(--muted)}.footer-copy{display:grid;gap:0}.footer-copyright{font-size:.84rem;letter-spacing:.02em}.footer-links{display:flex;gap:1rem;align-items:center;justify-content:flex-end;align-self:center;font-size:.88rem}.footer-social-link{display:inline-flex;align-items:center;gap:.45rem}.footer-social-icon{display:inline-flex;width:1rem;height:1rem}.footer-social-icon svg{width:100%;height:100%}.privacy-shell{display:grid;gap:1.5rem;min-height:100vh}.privacy-panel{width:100%;padding:1.4rem;border-radius:var(--radius-xl)}.privacy-hero{grid-template-columns:minmax(0,1.2fr) minmax(18rem,.8fr);align-items:start}.privacy-copy,.privacy-hero{display:grid;gap:1rem}.privacy-support{margin:0;max-width:40rem;color:var(--muted);line-height:1.75}.privacy-summary{padding:1.2rem;border-radius:var(--radius-lg)}.privacy-list{display:grid;gap:.75rem;margin:1rem 0 0;padding-left:1.1rem;color:var(--muted);line-height:1.65}.privacy-sections{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin-top:1.75rem}.privacy-section{padding:1.2rem;border-radius:var(--radius-lg)}@keyframes drift{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,-.7rem,0) scale(1.03)}}@media (max-width:900px){.form-row,.topbar{flex-direction:column}.topbar{align-items:stretch}.topbar-branding{width:100%;justify-content:space-between}.eyebrow-pill{align-self:center;text-align:center}.privacy-toolbar{align-items:center}.privacy-toolbar-brand{flex:1 1;justify-content:space-between}.brand-logo{width:clamp(5.8rem,24vw,7.2rem)}.privacy-brand-logo{width:clamp(5rem,22vw,6.2rem)}.hero-grid,.privacy-hero,.privacy-sections,.story-grid{grid-template-columns:1fr}.hero-copy h1{max-width:11ch}.form-note,.hero-description,.hero-highlight{max-width:none}.hero-subscribe-card{max-width:none;padding:1.1rem}.site-footer{grid-template-columns:1fr;align-items:start}.footer-links{justify-content:flex-start;flex-wrap:wrap}.form-button{width:100%}.form-row{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}