: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-event-callout{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.85rem;width:100%}.hero-kicker{color:var(--accent-strong);font-weight:600}.hero-subscribe-card{width:100%;max-width:56rem;display:grid;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;margin:0;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;color:var(--accent-strong)}.hero-follow-panel,.hero-waitlist-panel{display:grid;gap:.9rem;width:100%;justify-items:center;text-align:center}.hero-follow-panel{grid-template-columns:minmax(0,1.1fr) auto;align-items:end;padding:1.25rem 0;border-top:1px solid color-mix(in srgb,var(--divider) 78%,transparent);background:linear-gradient(90deg,transparent 0,color-mix(in srgb,var(--ambient-bottom-color) 16%,transparent) 18%,color-mix(in srgb,var(--ambient-top-color) 12%,transparent) 82%,transparent 100%)}.hero-follow-copy{display:grid;gap:.5rem;justify-items:start;text-align:left}.hero-follow-copy h2{margin:0;font-size:clamp(1.4rem,2.6vw,2rem);letter-spacing:-.03em;line-height:1.06}.hero-follow-copy p:last-child,.hero-waitlist-intro{margin:0;max-width:38rem;color:var(--muted);line-height:1.65}.hero-follow-actions{display:grid;justify-items:end;width:100%;max-width:20rem}.hero-follow-button{display:inline-flex;align-items:center;justify-content:space-between;gap:.9rem;width:100%;min-height:4.4rem;padding:.95rem 1.1rem;border:1px solid color-mix(in srgb,var(--surface-border) 92%,transparent);border-radius:1.45rem;background:radial-gradient(circle at top left,rgba(255,255,255,.22),transparent 34%),linear-gradient(135deg,#5a372a,#8a543c 38%,#c1785a);color:#fdf8f4;font-weight:600;letter-spacing:-.01em;text-align:left;box-shadow:0 20px 34px -24px rgba(90,55,42,.52),inset 0 1px 0 rgba(255,255,255,.18);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,opacity .18s ease}.hero-follow-button:hover{transform:translateY(-1px);box-shadow:0 24px 38px -22px rgba(90,55,42,.58),inset 0 1px 0 rgba(255,255,255,.18);filter:saturate(1.05)}.hero-follow-button-badge,.hero-follow-button-copy{display:grid;gap:.15rem}.hero-follow-button-badge{justify-items:start;color:rgba(255,248,242,.82);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.hero-follow-button-copy{flex:1 1;min-width:0}.hero-follow-button-copy>span:first-child{font-size:1rem;line-height:1.1}.hero-follow-button-icon{display:inline-flex;width:1.15rem;height:1.15rem}.hero-follow-button-icon svg{width:100%;height:100%}.hero-follow-button-handle{margin:0;color:rgba(255,248,242,.78);font-size:.86rem;font-weight:500}.hero-follow-button-arrow{display:inline-flex;width:1.2rem;height:1.2rem;color:rgba(255,248,242,.9);flex:none}.hero-follow-button-arrow svg{width:100%;height:100%}.hero-waitlist-panel{padding-top:1rem;border-top:1px solid color-mix(in srgb,var(--divider) 72%,transparent)}.hero-waitlist-intro{font-size:.94rem}.footer-privacy-link{font-size:.88rem}.hero-feedback-thanks{margin:0;max-width:32rem;color:var(--success);font-size:.98rem;line-height:1.6}.hero-availability{margin:0;padding-left:1rem;border-left:2px solid var(--divider);color:var(--accent-strong)}.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)}.event-panel{display:grid;gap:1rem;padding:1.35rem 1.4rem}.event-panel h2{margin:0;font-size:clamp(1.35rem,2vw,1.7rem);letter-spacing:-.03em}.event-panel p{margin:0;color:var(--muted);line-height:1.7}.event-status{display:flex;justify-content:flex-start}.event-status-badge{display:inline-flex;align-items:center;gap:.55rem;min-height:2.4rem;padding:0 .95rem;border-radius:999px;border:1px solid var(--pill-border);background:var(--pill-background);font-size:.8rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase}.event-status-icon{display:inline-flex;width:.95rem;height:.95rem}.event-status-icon svg{width:100%;height:100%}.event-status-badge-upcoming{color:var(--accent-strong)}.event-status-badge-live{color:var(--success);border-color:color-mix(in srgb,var(--success) 28%,transparent);background:color-mix(in srgb,var(--surface-strong) 78%,var(--accent-soft))}.event-status-badge-past{color:var(--clay,#9b705f);border-color:color-mix(in srgb,var(--divider) 70%,transparent)}.event-copy{display:grid;gap:.7rem}.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:46rem;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,.feedback-inline-button:focus-visible,.footer-social-link:focus-visible,.form-button:focus-visible,.form-input:focus-visible,.hero-follow-button: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}.feedback-inline-button{min-height:2.7rem;padding:0 1rem;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 14px 30px -24px var(--surface-shadow);transition:transform .18s ease,box-shadow .18s ease,background .22s ease,color .22s ease,border-color .22s ease}.feedback-inline-button:hover{transform:translateY(-1px);box-shadow:0 1px 0 var(--surface-sheen) inset,0 18px 34px -24px var(--surface-shadow)}.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:.5rem;min-height:2.6rem;padding:0 .95rem;border:1px solid color-mix(in srgb,var(--surface-border) 92%,transparent);border-radius:999px;background:linear-gradient(145deg,color-mix(in srgb,var(--surface-highlight) 94%,transparent),transparent 72%),color-mix(in srgb,var(--surface-strong) 92%,transparent);color:var(--accent-strong);box-shadow:0 1px 0 var(--surface-sheen) inset,0 14px 26px -24px var(--surface-shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .22s ease,color .22s ease,background .22s ease}.footer-social-link:hover{transform:translateY(-1px);box-shadow:0 1px 0 var(--surface-sheen) inset,0 18px 28px -22px var(--surface-shadow)}.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)}.feedback-modal-root{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:1rem}.feedback-modal-backdrop{position:absolute;inset:0;background:rgba(2,17,28,.42);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feedback-modal{position:relative;z-index:1;width:min(100%,44rem);max-height:calc(100vh - 2rem);overflow:auto;padding:1.35rem;border-radius:var(--radius-xl);scrollbar-gutter:stable}.feedback-modal-actions,.feedback-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.feedback-criteria,.feedback-criterion,.feedback-form,.feedback-modal-copy,.feedback-notes-field{display:grid}.feedback-modal-copy h2{margin:.2rem 0 0;font-size:clamp(1.5rem,3vw,2rem);letter-spacing:-.03em;line-height:1.02}.feedback-modal-support{margin:0;color:var(--muted);line-height:1.65}.feedback-form{gap:1rem;margin-top:1.2rem}.feedback-quick-step{justify-items:center;text-align:center}.feedback-quick-stars,.feedback-quick-step .feedback-modal-actions{justify-content:center}.feedback-quick-stars{display:flex;flex-wrap:wrap;gap:.7rem}.feedback-star-button-large{width:3.6rem;height:3.6rem}.feedback-star-button-large:focus-visible,.feedback-star-button-large:hover{color:var(--button-to);border-color:color-mix(in srgb,var(--button-to) 34%,transparent);background:color-mix(in srgb,var(--surface-strong) 76%,var(--accent-soft))}.feedback-star-button-large svg{width:1.4rem;height:1.4rem}.feedback-quick-hint{margin:0;color:var(--muted);line-height:1.65}.feedback-overall-pill{margin:0;justify-self:start;padding:.55rem .9rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--accent) 24%,transparent);background:color-mix(in srgb,var(--accent-soft) 86%,transparent);color:var(--accent-strong);font-size:.9rem;font-weight:600}.feedback-criteria{gap:.9rem}.feedback-criterion{gap:.45rem;margin:0;padding:.95rem 1rem;border:1px solid color-mix(in srgb,var(--surface-border) 96%,transparent);border-radius:var(--radius-lg);background:color-mix(in srgb,var(--surface-highlight) 88%,transparent)}.feedback-criterion legend{padding:0;font-size:1rem;font-weight:600}.feedback-criterion p{margin:0;color:var(--muted);line-height:1.6}.feedback-stars{display:flex;flex-wrap:wrap;gap:.45rem}.feedback-star-button{display:inline-flex;align-items:center;justify-content:center;width:2.7rem;height:2.7rem;border:1px solid var(--surface-border);border-radius:999px;background:color-mix(in srgb,var(--surface-strong) 88%,transparent);color:color-mix(in srgb,var(--muted) 80%,transparent);cursor:pointer;transition:transform .18s ease,color .18s ease,border-color .18s ease,background .18s ease}.feedback-star-button:hover{transform:translateY(-1px)}.feedback-star-button-active{color:var(--button-to);border-color:color-mix(in srgb,var(--button-to) 34%,transparent);background:color-mix(in srgb,var(--surface-strong) 76%,var(--accent-soft))}.feedback-star-button svg{width:1.15rem;height:1.15rem}.feedback-notes-field{gap:.55rem}.feedback-notes-field span{font-size:.95rem;font-weight:500}.feedback-notes-input{width:100%;min-height:7rem;padding:.95rem 1rem;border:1px solid var(--surface-border);border-radius:1.2rem;background:color-mix(in srgb,var(--input-background) 88%,transparent);color:var(--text);resize:vertical;outline:none;box-shadow:0 1px 0 var(--input-shadow) inset}.feedback-notes-input:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.feedback-secondary-button{min-height:3.6rem;padding:0 1.25rem;border:1px solid var(--surface-border);border-radius:999px;background:linear-gradient(145deg,var(--surface-highlight),transparent 72%),var(--surface-strong);color:var(--text);cursor:pointer}@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}.feedback-modal{padding:1.1rem}.feedback-modal-actions,.feedback-modal-header{flex-direction:column;align-items:stretch}.feedback-modal-header .icon-button{align-self:flex-end}.hero-copy h1{max-width:11ch}.form-note,.hero-description,.hero-highlight{max-width:none}.hero-follow-panel{grid-template-columns:1fr;justify-items:center;padding:1.05rem 0}.hero-follow-actions,.hero-follow-copy{justify-items:center;text-align:center}.hero-follow-actions,.hero-follow-button{max-width:none}.hero-event-callout{flex-direction:column}.hero-feedback-thanks{text-align:center}.feedback-inline-button{width:100%;max-width:18rem}.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}.feedback-modal-actions .form-button,.feedback-secondary-button{width:100%}}@media (max-width:680px){.page-shell,.privacy-shell{width:min(calc(100% - 1.2rem),var(--page-max));padding:1rem 0 2rem}.hero-panel,.privacy-panel,.story-panel{padding:1rem}.hero-copy{gap:.95rem}.hero-copy h1{font-size:clamp(2.45rem,13vw,4rem);max-width:10ch}.form-note,.hero-description,.hero-follow-copy p:last-child,.hero-highlight,.hero-waitlist-intro{font-size:.98rem;line-height:1.7}.hero-subscribe-card{padding:1rem}.hero-follow-panel{gap:.85rem}.hero-follow-button{min-height:4rem;padding:.9rem 1rem;border-radius:1.2rem}.hero-follow-button-copy>span:first-child{font-size:.96rem}.privacy-sections,.story-grid{gap:.85rem}.site-footer{gap:.8rem;padding-bottom:.4rem}}@media (max-width:520px){.topbar-branding{gap:.55rem}.eyebrow-pill{width:100%;max-width:15rem}.hero-follow-button{align-items:flex-start;flex-wrap:wrap;gap:.7rem}.hero-follow-button-badge{width:100%}.hero-follow-button-arrow{margin-left:auto}.feedback-inline-button,.feedback-modal-actions .form-button,.feedback-secondary-button,.form-button,.form-input{min-height:3.35rem}.feedback-star-button-large{width:3.15rem;height:3.15rem}.feedback-modal{padding:1rem}.footer-links{width:100%;justify-content:space-between;gap:.75rem}.footer-social-link{min-height:2.45rem;padding:0 .8rem}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}