.hero{--ink:#faf7f2;--warm:#efe7da;--accent:#dfc08f;--muted:#cbbfaf;--stone:#faf7f266;--out:cubic-bezier(.23,1,.32,1);min-height:100dvh;color:var(--ink);font-family:var(--sans);background:#1e1610;grid-template-rows:minmax(0,1fr);display:grid;position:relative;overflow:hidden}.hero-film,.hero-poster,.hero-video,.hero-scrim{width:100%;height:100%;position:absolute;inset:0}.hero-film{z-index:0;pointer-events:none;overflow:hidden}.hero-poster,.hero-video{object-fit:cover;filter:saturate(var(--film-saturate))brightness(var(--film-brightness));-webkit-user-select:none;user-select:none;transform:scale(1.02)}.hero-scrim{background:rgba(0,0,0,var(--film-scrim-alpha))}.hero-copy{z-index:1;text-align:center;pointer-events:none;place-items:center;width:min(560px,100% - 48px);height:100%;margin:auto;display:grid;position:relative}.hero-content{flex-direction:column;align-items:center;gap:28px;width:100%;display:flex}.hero-copy h1{font-family:var(--serif);font-size:var(--type-display);text-shadow:0 2px 28px #0006;margin:0;font-weight:400;line-height:1.06}.hero-copy h1 em{color:var(--accent);font-style:italic}.hero-manifesto{gap:14px;display:grid}.hero-manifesto p{color:var(--warm);font-size:var(--type-body);text-shadow:0 1px 16px #00000073;margin:0;line-height:1.6}.hero-sentence-line{display:block}.hero-cta{background:var(--accent);color:#1e1610;cursor:pointer;font-family:var(--sans);font-size:var(--type-button);pointer-events:auto;border:0;border-radius:999px;padding:14px 28px;font-weight:600;display:inline-block}.hero-cta:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.hero-waitlist{overscroll-behavior:contain;pointer-events:auto;scrollbar-width:thin;gap:8px;width:100%;max-height:calc(100dvh - 150px);display:grid;overflow-y:auto}.waitlist-shell{box-sizing:border-box;background:var(--ink);width:100%;color:var(--espresso);font-family:var(--sans);text-align:left;border-radius:24px;padding:30px;position:relative}.waitlist-close{z-index:1;border:1px solid var(--stone);width:36px;height:36px;color:var(--espresso);cursor:pointer;font-family:var(--sans);font-size:var(--type-icon);background:0 0;border-radius:50%;place-items:center;padding:0;font-weight:400;line-height:1;display:grid;position:absolute;top:14px;right:14px}.waitlist-close:hover{border-color:var(--caramel);color:var(--caramel-deep)}.waitlist-close:focus-visible{outline:2px solid var(--caramel);outline-offset:2px}.waitlist-title-row{text-align:center;margin-bottom:8px;position:relative}.waitlist-title-row h2,.waitlist-thank-you h2{font-family:var(--serif);font-size:var(--type-section-display);margin:0;font-weight:400;line-height:1.14}.waitlist-lead,.waitlist-thank-you>p{color:var(--dark-muted);font-size:var(--type-body);margin:0;line-height:1.6}.waitlist-lead{text-align:center;margin-bottom:4px}.waitlist-shell form,.waitlist-fields-scroll,.waitlist-actions{gap:20px;display:grid}.waitlist-field{gap:7px;display:grid}.waitlist-field>label{color:var(--espresso);font-size:var(--type-label);font-weight:600}.waitlist-field input:not([type=checkbox]),.waitlist-region{box-sizing:border-box;border:1px solid var(--stone);background:var(--background);min-width:0;color:var(--espresso);font-family:var(--sans);font-size:var(--type-body);border-radius:14px;outline:none;font-weight:500;line-height:1.2}.waitlist-field input:not([type=checkbox]){width:100%;padding:13px 14px}.waitlist-field input::placeholder{color:var(--muted);opacity:1}.waitlist-field input:focus,.waitlist-region:focus,.waitlist-opt-in input:focus-visible,.waitlist-submit:focus-visible{outline:2px solid var(--caramel);outline-offset:2px}.waitlist-field input[aria-invalid=true]{border-color:var(--espresso)}.waitlist-phone-row{grid-template-columns:auto minmax(0,1fr);gap:8px;display:grid}.waitlist-region{cursor:pointer;width:91px;font-size:var(--type-body-small);padding:0 10px}.waitlist-helper,.waitlist-error,.waitlist-privacy{font-size:var(--type-meta);margin:0;line-height:1.55}.waitlist-helper,.waitlist-privacy{color:var(--muted)}.waitlist-email-suggestion{cursor:pointer;text-underline-offset:2px;background:0 0;border:0;width:fit-content;padding:0;font-family:inherit;text-decoration:underline}.waitlist-error{color:var(--danger);font-weight:600}.waitlist-opt-in{align-items:center;gap:10px;min-height:44px;display:flex}.waitlist-checkbox-control{flex:0 0 22px;width:22px;height:22px;position:relative}.waitlist-checkbox-control input{border:1.5px solid var(--espresso);appearance:none;background:var(--site-linen);width:22px;height:22px;box-shadow:inset 0 0 0 .5px var(--espresso);cursor:pointer;border-radius:6px;margin:0;padding:0;position:absolute;inset:0}.waitlist-checkbox-control svg{opacity:0;pointer-events:none;width:14px;height:14px;position:absolute;inset:4px}.waitlist-checkbox-control path{fill:none;stroke:var(--site-linen);stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.waitlist-checkbox-control input:checked{background:var(--espresso)}.waitlist-checkbox-control input:checked+svg{opacity:1}.waitlist-opt-in label{min-height:44px;color:var(--muted);cursor:pointer;font-size:var(--type-meta);flex:auto;align-items:center;margin:0;line-height:1.55;display:flex}.waitlist-opt-in:has(input:disabled){opacity:.55}.waitlist-opt-in input:disabled{cursor:default}.waitlist-opt-in:has(input:disabled) label{cursor:default}.waitlist-submit{background:var(--caramel);width:100%;color:var(--background);cursor:pointer;font-family:var(--sans);font-size:var(--type-button);border:0;border-radius:999px;padding:14px 22px;font-weight:600;line-height:1.2;transition:background-color .14s,opacity .14s}.waitlist-submit:hover{background:var(--caramel-deep)}.waitlist-submit:disabled{cursor:default;opacity:.65}.waitlist-privacy{text-align:center}.waitlist-thank-you{text-align:center;gap:12px;padding-top:40px;padding-bottom:40px;display:grid}.hero-tuner{z-index:3;width:196px;color:var(--warm);font-family:var(--sans);font-size:var(--type-label);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1610c7;border:1px solid #faf7f229;border-radius:10px;gap:9px;padding:12px;display:grid;position:absolute;bottom:16px;left:16px;box-shadow:0 6px 24px #0000002e}.hero-tuner label{grid-template-columns:1fr auto;gap:4px 10px;display:grid}.hero-tuner output{color:var(--accent);font-variant-numeric:tabular-nums}.hero-tuner input{width:100%;accent-color:var(--accent);grid-column:1/-1}.hero-tuner button{color:var(--warm);cursor:pointer;font:inherit;background:0 0;border:1px solid #faf7f238;border-radius:6px;justify-self:end;padding:4px 8px}.hero-tuner button:hover,.hero-tuner button:focus-visible{border-color:var(--accent);color:var(--accent)}.hero-copy:has(.waitlist-question){width:min(720px,100% - 36px)}@media (max-width:640px){.hero-copy{width:min(560px,100% - 36px)}.hero-content{gap:22px}.hero-manifesto{gap:13px}.hero-manifesto p{line-height:1.6}.hero-cta{padding:13px 24px}.hero-copy:has(.waitlist-question){z-index:60;width:100%;height:100dvh;min-height:0;position:fixed;inset:0;overflow:hidden}.hero-waitlist{width:100%;height:100dvh;min-height:0;max-height:none;overflow:hidden}.waitlist-shell{border-radius:0;grid-template-rows:auto minmax(0,1fr);height:100%;min-height:0;padding:0;display:grid;overflow:hidden}.waitlist-title-row{min-height:44px;margin:0;padding:10px 62px}.waitlist-title-row h2{align-self:center}.waitlist-title-row .waitlist-close{top:10px;right:18px}.waitlist-shell form{grid-template-rows:minmax(0,1fr) auto;gap:0;min-height:0;overflow:hidden}.waitlist-fields-scroll{overscroll-behavior:contain;scrollbar-width:thin;align-content:start;gap:12px;min-height:0;padding:4px 18px 12px;overflow-y:auto}.waitlist-lead{margin-bottom:0}.waitlist-field{gap:4px}.waitlist-field input:not([type=checkbox]){padding:11px 14px}.waitlist-actions{padding:10px 18px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--stone);background:var(--ink);gap:6px}}@media (prefers-reduced-motion:reduce){.hero-video{display:none}.hero *{transition:none!important;animation:none!important}.waitlist-submit{transition:none}}
