@import url('./design-tokens-5.0.css');
@import url('./typography-5.0.css');

:root {
  --ink: var(--mhk-ink);
  --ivory: var(--mhk-ivory);
  --fog: var(--mhk-fog-on-dark);
  --gold: var(--mhk-gold);
  --gold-on-light: var(--mhk-gold-on-light);
  --line: rgba(243, 239, 229, .32);
  --scene08-surface: #dfeaf2;
  --scene08-ink: #0c2132;
  --gutter: clamp(1.25rem, 4vw, 5rem);
  color-scheme: dark;
  font-family: var(--mhk-support-font);
}

* { box-sizing: border-box; }
html, body { width: 100%; min-height: 100%; margin: 0; background: var(--ink); overscroll-behavior-y: none; }
html { scroll-behavior: auto; }
body { color: var(--ivory); overflow-x: hidden; overflow-y: auto; }
a { color: inherit; }
button, input { font: inherit; }

.skip-link { position: fixed; z-index: 20; top: -4rem; left: 1rem; padding: .75rem 1rem; background: var(--ivory); color: var(--ink); }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed; z-index: 10; inset: 0 0 auto; height: 5.2rem;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 var(--gutter); border-bottom: 1px solid var(--line);
  background: linear-gradient(to bottom, rgba(17,17,15,.74), transparent);
}
.brand { display: inline-flex; align-items: center; gap: .8rem; width: max-content; text-decoration: none; font-size: .8rem; letter-spacing: .08em; }
.brand img { width: 2.15rem; height: 2.15rem; filter: brightness(0) invert(1); }
nav { display: flex; gap: 2rem; }
nav a, .header-cta { text-decoration: none; font-size: .69rem; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
nav a { color: rgba(243,239,229,.78); }
.header-cta { justify-self: end; padding-bottom: .35rem; border-bottom: 1px solid var(--gold); }
.menu-toggle { display: none; }

.story { position: fixed; z-index: 1; inset: 0; overflow: hidden; background: var(--ink); }
.story-corridor { position: relative; z-index: 0; width: 100%; pointer-events: none; }
.story-beat { position: relative; height: var(--beat-height, 155svh); scroll-margin-top: 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.media-stage, .media-layers, .media-stage video, .scene-poster, .media-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.media-stage { background: #171713; }
.media-layers { overflow: hidden; }
.is-media-empty .media-stage { background: #171713; }
.is-landing .media-stage {
  background-color: #081522;
  background-image: url('./landing-hero.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.is-media-empty .media-shade { background: linear-gradient(115deg, #11110f 0%, #24221d 100%); }
.is-landing .media-shade { background: linear-gradient(90deg, rgba(5,10,15,.5) 0%, rgba(5,10,15,.12) 56%, rgba(5,10,15,.28) 100%); }
.media-stage video, .scene-poster { object-fit: cover; opacity: 0; visibility: hidden; transform: scale(1.015); will-change: opacity, transform; }
.scene-poster { z-index: 0; }
.scene-poster.is-video-decoded { visibility: hidden !important; }
.scene-video { z-index: 1; }
.scene-video:not(.is-decoded) { opacity: 0 !important; visibility: hidden !important; }
.media-shade { z-index: 2; background: linear-gradient(90deg, rgba(10,10,8,.76) 0%, rgba(10,10,8,.22) 52%, rgba(10,10,8,.34) 100%); pointer-events: none; }
.scene-07-veil,
body[data-scene='scene-07'] .media-shade::before {
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
}
.media-shade::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(8, 24, 38, .22) 0%, rgba(8, 24, 38, .06) 38%, rgba(8, 24, 38, 0) 68%);
  transition: opacity .28s cubic-bezier(.2,.65,.2,1);
}
body:is([data-scene='scene-08'], .is-closing-transition) .media-shade::after { opacity: 0; }

.landing-page { position:absolute; z-index:3; left:50%; top:50%; width:min(66rem,calc(100vw - var(--gutter) * 2)); text-align:center; transform:translate(-50%,-45%); }
.landing-page p { margin:0 0 1.5rem; font-size:.66rem; font-weight:750; letter-spacing:.24em; color:var(--gold); }
.landing-page h1 { margin:0 auto; max-width:12ch; font:400 clamp(3.7rem,7.7vw,8.7rem)/.88 var(--mhk-display-serif); letter-spacing:-.06em; text-wrap:balance; }
.landing-page span { display:block; margin:1.4rem auto 0; font-family:var(--mhk-support-font); font-size:clamp(1rem,calc(.78rem + .25vw),1.125rem); font-style:normal; font-weight:400; font-synthesis:none; line-height:1.52; letter-spacing:.005em; color:rgba(243,239,229,.76); }
.story-emphasis { color:var(--gold); background:transparent; font:inherit; text-shadow:0 0 1.35rem rgba(201,154,74,.2); }
.is-landing .record,.is-landing .waitlist { display:none; }
.is-landing .scene-rail { display:none; }
body:not(.is-landing) .landing-page { pointer-events:none; }

.scene-copy-stack { position: absolute; z-index: 2; inset: 0; pointer-events: none; }
.scene-copy { position: absolute; z-index: 2; left: var(--gutter); top: 50%; width: min(44rem, 65vw); opacity: 0; visibility: hidden; transform: translateY(-44%); will-change: opacity, transform; }
.scene-copy[aria-hidden='true'] { visibility: hidden !important; }
.scene-copy.is-transitioning-out { opacity: 0; translate: 0 -1rem; transition-duration: .26s; }
.scene-copy.is-transitioning-in { opacity: 0; translate: 0 1rem; }
.scene-copy .label { display: flex; align-items: center; gap: 1rem; margin: 0 0 1.3rem; font-family: var(--mhk-support-font); font-size: .66rem; font-weight: 700; letter-spacing: .18em; color: var(--gold); }
.scene-copy .label::before { content: ''; width: 2.5rem; height: 1px; background: var(--gold); }
.scene-copy h1 { margin: 0; max-width: 12ch; font-family: var(--mhk-display-serif); font-size: clamp(2.7rem, 5.5vw, 6rem); font-weight: 400; line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.scene-copy > p:last-child { max-width: 34rem; margin: 1.35rem 0 0; font-family: var(--mhk-support-font); font-size: clamp(1rem, calc(.78rem + .25vw), 1.125rem); font-style: normal; font-weight: 400; font-synthesis: none; line-height: 1.52; letter-spacing: .005em; color: rgba(243,239,229,.84); }

.record { position: absolute; z-index: 3; right: calc(var(--gutter) + 3.5rem); bottom: 9vh; width: min(31rem, 38vw); padding: 1.6rem 1.8rem; color: var(--ink); background: rgba(243,239,229,.94); border-top: 3px solid var(--gold); box-shadow: 0 1.5rem 4rem rgba(0,0,0,.28); }
.record h2 { margin: 0 0 1rem; font-size: .67rem; letter-spacing: .18em; }
.record dl { margin: 0; }
.record dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-top: 1px solid rgba(17,17,15,.16); }
.record dt, .record dd { margin: 0; font-size: .85rem; }
.record dd { font-family: var(--mhk-display-serif); font-style: italic; }
.record p { margin: 1rem 0 0; font-family: var(--mhk-subparagraph-serif); font-size: .9rem; line-height: 1.45; }

body[data-scene='scene-09'] .scene-copy { width: min(41rem, 54vw); transform: translateY(-50%); }
body[data-scene='scene-09'] .scene-copy h1 { max-width: 10.5ch; font-size: clamp(3.25rem, 5.35vw, 6rem); line-height: .94; }
body[data-scene='scene-09'] .scene-copy > p:last-child { max-width: 31rem; }
body[data-scene='scene-09'] .record {
  right: calc(var(--gutter) + 3.5rem); bottom: 7vh; width: min(34rem, 39vw); padding: 0;
  color: var(--ivory); background: linear-gradient(145deg, rgba(10,15,17,.9), rgba(14,18,18,.68));
  border: 1px solid rgba(243,239,229,.24); border-top-color: rgba(243,239,229,.42);
  box-shadow: 0 2rem 5rem rgba(0,0,0,.4); backdrop-filter: blur(18px) saturate(.8);
}
.comparison-record { position: relative; padding: 1.45rem 1.6rem 1.3rem; overflow: hidden; }
.comparison-record::before { content: ''; position: absolute; top: 0; left: 1.6rem; width: 2.5rem; height: 1px; background: var(--gold); }
.comparison-record h2 { margin: 0 0 1.35rem; color: rgba(243,239,229,.76); font-size: .62rem; font-weight: 700; letter-spacing: .19em; }
.comparison-metric + .comparison-metric { margin-top: 1.2rem; padding-top: 1.15rem; border-top: 1px solid rgba(243,239,229,.14); }
.comparison-metric header { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.comparison-metric h3 { margin: 0; font-size: .66rem; font-weight: 700; letter-spacing: .14em; color: rgba(243,239,229,.72); }
.comparison-metric strong { font: italic 400 1rem/1 var(--mhk-display-serif); color: var(--ivory); }
.comparison-metric strong.is-shift { color: #d69a68; }
.comparison-track { position: relative; height: 1rem; margin-top: .75rem; border-bottom: 1px solid rgba(243,239,229,.28); }
.comparison-track::before, .comparison-track::after { content: ''; position: absolute; bottom: -.18rem; width: 1px; height: .38rem; background: rgba(243,239,229,.3); }
.comparison-track::before { left: 0; }
.comparison-track::after { right: 0; }
.comparison-range { position: absolute; left: var(--range-start); bottom: -.22rem; width: var(--range-width); height: .48rem; background: rgba(243,239,229,.26); border-inline: 1px solid rgba(243,239,229,.56); }
.comparison-marker { position: absolute; left: var(--marker); bottom: -.4rem; width: .82rem; height: .82rem; border: 2px solid #111514; border-radius: 50%; background: var(--ivory); box-shadow: 0 0 0 1px rgba(243,239,229,.7); transform: translateX(-50%); }
.comparison-marker.is-shift { background: var(--gold); box-shadow: 0 0 0 1px var(--gold), 0 0 1.4rem var(--mhk-gold-glow); }
.comparison-scale { display: grid; grid-template-columns: 1fr auto 1fr; margin-top: .55rem; color: rgba(243,239,229,.42); font-size: .48rem; font-weight: 650; letter-spacing: .13em; }
.comparison-scale span:nth-child(2) { color: rgba(243,239,229,.64); }
.comparison-scale span:last-child { text-align: right; }
.comparison-record > p { margin: 1.25rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(243,239,229,.14); color: rgba(243,239,229,.76); font: 400 .92rem/1.45 var(--mhk-subparagraph-serif); }

.product-showcase { position: absolute; z-index: 3; right: calc(var(--gutter) + 3.2rem); top: 49%; width: min(38vw, 34rem); margin: 0; overflow: visible; transform: translateY(-45%); pointer-events: none; }
.product-showcase::before { content: ''; position: absolute; z-index: 0; inset: 18% 8% 8%; border-radius: 50%; background: radial-gradient(ellipse, rgba(244,249,252,.76) 0%, rgba(194,221,239,.34) 43%, rgba(194,221,239,0) 74%); filter: blur(1.25rem); pointer-events: none; }
.product-showcase h2 { position: absolute; z-index: 2; top: -1.65rem; left: 0; width: 100%; margin: 0; color: var(--gold-on-light); font: 750 .68rem/1 Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: .2em; text-align: center; text-transform: uppercase; }
.product-showcase img { position: relative; z-index: 1; display: block; width: 100%; height: auto; opacity: 0; transform: translateY(1.2rem) scale(.965); filter: drop-shadow(0 2.2rem 1.8rem rgba(8,25,39,.3)); transition: opacity .72s ease, transform 1.15s cubic-bezier(.2,.65,.2,1); }
.product-showcase img.is-ready { opacity: 1; transform: translateY(0) scale(1); }

body.is-closing-transition .product-showcase,
body.is-closing-transition .waitlist { transition: opacity .42s ease; }
body.is-closing-transition:not(.is-closing-transition-ready) .product-showcase,
body.is-closing-transition:not(.is-closing-transition-ready) .waitlist { opacity: 0; }

body:is([data-scene='scene-08'], .is-closing-transition-ready) { color: var(--scene08-ink); }
body:is([data-scene='scene-08'], .is-closing-transition-ready) .site-header { color: var(--scene08-ink); border-bottom-color: rgba(12,33,50,.22); background: none; }
body:is([data-scene='scene-08'], .is-closing-transition-ready) .brand img { filter: none; }
body:is([data-scene='scene-08'], .is-closing-transition-ready) nav a { color: rgba(12,33,50,.72); }
body:is([data-scene='scene-08'], .is-closing-transition) .scene-copy { top: 43%; width: min(39rem, 43vw); transform: translateY(-50%); }
body:is([data-scene='scene-08'], .is-closing-transition-ready) .scene-copy .label { color: var(--gold-on-light); }
body:is([data-scene='scene-08'], .is-closing-transition-ready) .scene-copy h1 { max-width: 10.5ch; color: var(--scene08-ink); font-size: clamp(3.25rem, 5.15vw, 5.7rem); line-height: .95; }
body:is([data-scene='scene-08'], .is-closing-transition-ready) .scene-copy > p:last-child { max-width: 32rem; color: rgba(12,33,50,.88); }
body:is([data-scene='scene-08'], .is-closing-transition-ready) .story-emphasis { color:var(--gold-on-light); text-shadow:none; }
body:is([data-scene='scene-08'], .is-closing-transition) .product-showcase h2 { top: -1rem; font-size: clamp(.76rem, .62rem + .22vw, .94rem); letter-spacing: .16em; }
body:is([data-scene='scene-08'], .is-closing-transition) .waitlist { bottom: 8vh; width: min(38rem, 42vw); border-top: none; color: #0c2132; }
body:is([data-scene='scene-08'], .is-closing-transition) .waitlist input { color: #0c2132; background: rgba(239,247,252,.46); border-color: rgba(12,33,50,.48); }
body:is([data-scene='scene-08'], .is-closing-transition) .waitlist input::placeholder { color: rgba(12,33,50,.48); }
body:is([data-scene='scene-08'], .is-closing-transition) .waitlist input:focus { border-color: #8c572e; }
body:is([data-scene='scene-08'], .is-closing-transition) .waitlist p { color: rgba(12,33,50,.62); }
body:is([data-scene='scene-08'], .is-closing-transition-ready) .scene-rail button { color: rgba(12,33,50,.4); }
body:is([data-scene='scene-08'], .is-closing-transition-ready) .scene-rail button[aria-current='step'] { color: var(--scene08-ink); }
body:is([data-scene='scene-08'], .is-closing-transition-ready) .scroll-cue { color: rgba(12,33,50,.62); }
body:is([data-scene='scene-08'], .is-closing-transition) .scroll-cue { display: none; }
body:not(.is-landing) .site-privacy-links { display: none; }

.waitlist { position: absolute; z-index: 4; left: var(--gutter); bottom: 9vh; width: min(39rem, 60vw); padding-top: 1.2rem; border-top: none; background: transparent; }
.waitlist label { display: block; margin-bottom: .65rem; font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }
.waitlist-row { display: flex; }
.waitlist input { flex: 1; min-width: 0; padding: 1rem; border: 1px solid rgba(243,239,229,.54); border-right: 0; border-radius: 0; color: var(--ivory); background: rgba(17,17,15,.54); outline: none; }
.waitlist .waitlist-honeypot { position: absolute; width: 1px; height: 1px; padding: 0; border: 0; opacity: 0; pointer-events: none; }
.waitlist input:focus { border-color: var(--gold); }
.waitlist button { padding: 0 1.5rem; border: 1px solid var(--gold); color: var(--ink); background: var(--gold); font-size: .7rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; }
.waitlist button:disabled { cursor: wait; opacity: .72; }
.waitlist[data-state='success'] > :not([data-waitlist-status]) { display: none; }
.waitlist[data-state='success'] [data-waitlist-status] {
  margin: 0;
  color: currentColor;
  font-size: clamp(1rem, .9rem + .32vw, 1.25rem);
  font-weight: 650;
  line-height: 1.35;
  outline: none;
}
.waitlist p { margin: .6rem 0 0; font-size: .72rem; color: var(--fog); }

.scene-rail { position: fixed; z-index: 8; right: var(--gutter); top: 50%; transform: translateY(-50%); }
.scene-rail ol { display: flex; flex-direction: column; gap: .32rem; margin: 0; padding: 0; list-style: none; }
.scene-rail button { display: flex; align-items: center; gap: .65rem; width: 3rem; padding: .18rem 0; border: 0; color: rgba(243,239,229,.45); background: none; font-size: .58rem; cursor: pointer; }
.scene-rail button::after { content: ''; width: 2.25rem; height: 1px; background: currentColor; transform: scaleX(.49); transform-origin: right center; transition: transform .25s ease, color .25s ease; }
.scene-rail button[aria-current='step'] { color: var(--ivory); }
.scene-rail button[aria-current='step']::after { color: var(--gold); transform: scaleX(1); }
.scroll-cue { position: fixed; z-index: 8; right: var(--gutter); bottom: 2rem; display: flex; align-items: center; gap: .75rem; font-size: .56rem; letter-spacing: .17em; color: var(--fog); }
.scroll-cue i { display: block; width: 2.5rem; height: 1px; background: var(--gold); }
.scroll-cue button {
  padding: .45rem .6rem;
  border: 1px solid currentColor;
  color: inherit;
  background: rgba(12, 18, 22, .38);
  font-size: .55rem;
  letter-spacing: .14em;
  cursor: pointer;
}
.scroll-cue button:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
body.is-story-playing { overscroll-behavior: none; }
body.is-story-paused { overscroll-behavior: none; }
body.is-story-waiting .scroll-cue { color: var(--ivory); }
body.is-story-playing .scroll-cue { color: var(--ivory); }
body.is-story-playing .scroll-cue i {
  transform-origin: left center;
  animation: story-playing-pulse 1.8s cubic-bezier(.16, 1, .3, 1) infinite;
}
body.is-story-complete .scroll-cue { color: var(--scene08-ink); }
@keyframes story-playing-pulse {
  0%, 100% { transform: scaleX(.35); opacity: .45; }
  50% { transform: scaleX(1); opacity: 1; }
}

@media (max-width: 800px) {
  .site-header { height: 4.4rem; grid-template-columns: 1fr auto; }
  .brand span { display: none; }
  .menu-toggle {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-toggle span {
    position: absolute;
    right: .65rem;
    left: .65rem;
    display: block;
    height: 1px;
    background: currentColor;
    transform-origin: center;
    transition: transform .24s ease, opacity .18s ease;
  }
  .menu-toggle span:nth-child(1) { top: calc(50% - 7px); }
  .menu-toggle span:nth-child(2) { top: 50%; }
  .menu-toggle span:nth-child(3) { top: calc(50% + 7px); }
  body.is-menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.is-menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  body.is-menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-header nav {
    position: fixed;
    z-index: 9;
    top: 4.4rem;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.15rem;
    padding: 4.2rem var(--gutter) 1.6rem;
    border-bottom: 1px solid rgba(243,239,229,.2);
    background: rgba(5,10,15,.96);
  }
  body.is-menu-open .site-header nav { display: flex; }
  .site-header nav a { color: var(--ivory); font-size: .72rem; }
  .header-cta {
    position: absolute;
    z-index: 11;
    top: calc(100% + .75rem);
    right: var(--gutter);
    padding-bottom: .3rem;
  }
  .scene-copy { left: var(--gutter); top: auto; bottom: 17vh; width: calc(100vw - var(--gutter) * 2 - 1.2rem); transform: none; }
  .scene-copy h1 { max-width: 13ch; font-size: clamp(2.55rem, 12vw, 4.5rem); }
  .scene-copy > p:last-child { margin-top: 1rem; font-size: .9375rem; line-height: 1.48; letter-spacing: 0; }
  .media-shade { background: linear-gradient(to bottom, rgba(10,10,8,.08), rgba(10,10,8,.12) 28%, rgba(10,10,8,.85) 80%, rgba(10,10,8,.96)); }
  body:is([data-scene='scene-03'], [data-scene='scene-05']) .media-stage video { object-position: 60% center; }
  body:is([data-scene='scene-03'], [data-scene='scene-05']) .media-stage .scene-poster { object-position: 60% center; }
  body[data-scene='scene-04'] .media-stage video { object-position: right center; }
  body[data-scene='scene-04'] .media-stage .scene-poster { object-position: right center; }
  body:is([data-scene='scene-05'], [data-scene='scene-06'], [data-scene='scene-07'], [data-scene='scene-09'], [data-scene='scene-10']) .media-stage video { object-fit: cover; object-position: center; }
  body:is([data-scene='scene-05'], [data-scene='scene-06'], [data-scene='scene-07'], [data-scene='scene-09'], [data-scene='scene-10']) .media-stage .scene-poster { object-fit: cover; object-position: center; }
  .is-landing .media-stage { background-position: 77% center; }
  .is-landing .media-shade { background: linear-gradient(to bottom, rgba(4,9,14,.2), rgba(4,9,14,.15) 34%, rgba(4,9,14,.68) 74%, rgba(4,9,14,.9)); }
  .landing-page { width:calc(100vw - var(--gutter) * 2); text-align:left; transform:translate(-50%,-48%); }
  .landing-page h1 { margin-left:0; font-size:clamp(3.2rem,15vw,5.2rem); }
  .landing-page span { margin-left:0; }
  .scene-rail { right: .65rem; }
  .scene-rail button { width: 1.2rem; font-size: 0; gap: 0; }
  .scene-rail button::after { width: 1.1rem; transform: scaleX(.59); }
  .scene-rail button[aria-current='step']::after { transform: scaleX(1); }
  .scroll-cue { left: var(--gutter); right: auto; bottom: 1.4rem; }
  .record { right: var(--gutter); bottom: 3.7rem; width: calc(100vw - var(--gutter) * 2); }
  .scene-copy:has(+ .record:not([hidden])) { bottom: 55vh; }
  body[data-scene='scene-07'] .scene-copy { top: 5.8rem; bottom: auto; width: calc(100vw - var(--gutter) * 2 - 1.2rem); transform: none; }
  body[data-scene='scene-07'] .scene-copy h1 { max-width: 13ch; }
  body[data-scene='scene-07'] .media-shade {
    background: linear-gradient(to bottom, rgba(10,10,8,.58) 0%, rgba(10,10,8,.16) 20%, rgba(10,10,8,.06) 46%, rgba(10,10,8,.16) 76%, rgba(10,10,8,.5));
  }
  body[data-scene='scene-07'] .media-stage video,
  body[data-scene='scene-07'] .media-stage .scene-poster {
    object-fit: cover;
    /* landscape Scene09 film on portrait viewport — bias to in-hand phone (right) */
    object-position: 78% 42%;
  }

  body[data-scene='scene-07'] .scene-phone-bezel {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 430px;
  border-radius: 0.55rem;
  overflow: hidden;
  background: #f2f2f0;
  color: #111;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
  opacity: 0;
  box-shadow: none;
  transform-origin: 0 0;
  transform: none;
  transition: none;
  border: 0;
  pointer-events: none;
}
  body[data-scene='scene-07'] .scene-phone-bezel .sms-thread {
  flex: 1 1 0;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 800px) and (max-height: 720px) {
  .scene-copy > p:last-child {
    margin-top: .75rem;
    font-size: .875rem;
    line-height: 1.42;
  }
  body:is([data-scene='scene-08'], .is-closing-transition-ready) .site-header {
    border-bottom-color: rgba(12,33,50,.12);
    background: none;
  }
  body:is([data-scene='scene-08'], .is-closing-transition) .product-showcase {
    top: 4.5rem;
    right: auto;
    left: 50%;
    width: 7.75rem;
    transform: translateX(-50%);
  }
  body:is([data-scene='scene-08'], .is-closing-transition) .product-showcase h2 {
    top: -.85rem;
    font-size: .52rem;
  }
  body:is([data-scene='scene-08'], .is-closing-transition) .scene-copy {
    top: 13.3rem;
    left: var(--gutter);
    width: calc(100vw - var(--gutter) * 2 - 1.2rem);
  }
  body:is([data-scene='scene-08'], .is-closing-transition) .scene-copy .label { margin-bottom: .55rem; }
  body:is([data-scene='scene-08'], .is-closing-transition) .scene-copy h1 {
    max-width: 13ch;
    font-size: clamp(2.25rem, 10vw, 2.4rem);
    line-height: .93;
  }
  body:is([data-scene='scene-08'], .is-closing-transition) .scene-copy > p:last-child {
    margin-top: .65rem;
    font-size: .875rem;
    line-height: 1.42;
  }
  body:is([data-scene='scene-08'], .is-closing-transition) .waitlist {
    bottom: 1.1rem;
    padding-top: .7rem;
  }
  body:is([data-scene='scene-08'], .is-closing-transition) .waitlist label { margin-bottom: .4rem; }
  body:is([data-scene='scene-08'], .is-closing-transition) .waitlist p { margin-top: .45rem; }
}
} /* end max-width:800px — was left open and swallowed desktop glass/SMS rules */

@media (max-width: 900px) and (max-height: 500px) and (orientation: landscape) {
  body:is([data-scene='scene-08'], .is-closing-transition-ready) .site-header { height: 3.5rem; background: none; }
  body:is([data-scene='scene-08'], .is-closing-transition) .header-cta { display: none; }
  body:is([data-scene='scene-08'], .is-closing-transition) .product-showcase {
    top: 4.65rem;
    right: 3.5rem;
    left: auto;
    width: 10.5rem;
    transform: none;
  }
  body:is([data-scene='scene-08'], .is-closing-transition) .product-showcase h2 { top: -.9rem; font-size: .54rem; }
  body:is([data-scene='scene-08'], .is-closing-transition) .scene-copy {
    top: 4.5rem;
    left: 2.5rem;
    width: 44vw;
    transform: none;
  }
  body:is([data-scene='scene-08'], .is-closing-transition) .scene-copy .label { margin-bottom: .45rem; }
  body:is([data-scene='scene-08'], .is-closing-transition) .scene-copy h1 { max-width: 13ch; font-size: 2.15rem; line-height: .92; }
  body:is([data-scene='scene-08'], .is-closing-transition) .scene-copy > p:last-child { max-width: 31rem; margin-top: .55rem; font-size: .78rem; line-height: 1.36; }
  body:is([data-scene='scene-08'], .is-closing-transition) .waitlist {
    left: 2.5rem;
    bottom: .75rem;
    width: 44vw;
    padding-top: .45rem;
  }
  body:is([data-scene='scene-08'], .is-closing-transition) .waitlist label { margin-bottom: .3rem; font-size: .55rem; }
  body:is([data-scene='scene-08'], .is-closing-transition) .waitlist-row { flex-direction: row; }
  body:is([data-scene='scene-08'], .is-closing-transition) .waitlist input { padding: .7rem; border-right: 0; }
  body:is([data-scene='scene-08'], .is-closing-transition) .waitlist button { min-height: 0; padding-inline: 1rem; }
  body:is([data-scene='scene-08'], .is-closing-transition) .waitlist p { margin-top: .28rem; font-size: .58rem; line-height: 1.3; }
}


.scene-phone {
  display: none;
  position: absolute;
  z-index: 6;
  inset: 0;
  margin: 0;
  pointer-events: none;
}
body[data-scene='scene-07'] .scene-phone { display: block; }
.scene-phone-bezel {
  --sms-left: 66.4%;
  --sms-top: 36.8%;
  --sms-width: 10.4vw;
  --sms-rot: 14deg;
  display: grid;
  grid-template-rows: auto 1fr auto;
  position: absolute;
  left: var(--sms-left);
  top: var(--sms-top);
  width: var(--sms-width);
  aspect-ratio: 390 / 844;
  border-radius: 2.35rem;
  overflow: hidden;
  background: #f7f7f5;
  color: #111;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
  opacity: 0;
  box-shadow: none;
  transform-origin: 50% 50%;
  transform: rotate(var(--sms-rot, 0deg));
  transition: none;
}
.sms-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .55rem .8rem .45rem;
  background: #f7f7f5;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.sms-clock { align-self: flex-start; font-size: .68rem; font-weight: 600; letter-spacing: .02em; }
.sms-avatar {
  width: 2.15rem; height: 2.15rem; margin: .15rem 0 .2rem;
  border-radius: 50%; background: #c8c8c8; color: #fff;
  display: grid; place-items: center; font-size: .72rem; font-weight: 700;
}
.sms-header h2 { margin: 0; font-size: 1.05rem; font-weight: 700; letter-spacing: -.02em; }
.sms-header p { margin: .05rem 0 0; font-size: .62rem; color: #6b6b6b; }
.sms-thread {
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: .55rem .72rem .7rem;
  display: flex;
  flex-direction: column;
  gap: .38rem;
  scrollbar-width: none;
}
.sms-thread::-webkit-scrollbar { display: none; }
.sms-thread > * { flex: 0 0 auto; }
.sms-time { align-self: center; margin: .15rem 0 .2rem; font-size: .58rem; color: #8a8a8a; }
.sms-bubble {
  max-width: 78%;
  padding: .45rem .62rem;
  border-radius: 1.05rem;
  font-size: .78rem;
  line-height: 1.28;
  opacity: 0;
  transform: translateY(8px);
  animation: sms-in .32s ease forwards;
}
.sms-in { align-self: flex-start; background: #e8e8ed; color: #111; }
.sms-out { align-self: flex-end; background: #0a84ff; color: #fff; }
.sms-status { align-self: flex-end; margin: -.15rem .15rem 0; font-size: .52rem; color: #8a8a8a; }
.sms-card {
  align-self: flex-start;
  width: min(78%, 13.5rem);
  overflow: hidden;
  border-radius: 1rem;
  background: #e8e8ed;
  animation: sms-in .32s ease forwards;
  opacity: 0;
  transform: translateY(8px);
}
.sms-card img { display: block; width: 100%; height: 5.4rem; object-fit: cover; }
.sms-card-copy { padding: .4rem .55rem .5rem; }
.sms-card-copy small { display: block; font-size: .52rem; color: #6b6b6b; }
.sms-card-copy strong { display: block; margin-top: .08rem; font-size: .72rem; }
.sms-url { align-self: flex-start; margin: -.15rem 0 0 .2rem; font-size: .52rem; color: #8a8a8a; }
.sms-graph {
  display: flex; align-items: flex-end; gap: 3px; height: 1.5rem; margin-top: .35rem;
}
.sms-graph i { width: 5px; background: #0a84ff; border-radius: 1px 1px 0 0; display: block; }
.sms-typing { display: flex; align-items: center; gap: .18rem; padding: .5rem .7rem; }
.sms-typing span { margin-right: .12rem; }
.sms-dots { display: inline-flex; gap: 3px; align-items: center; }
.sms-typing i {
  width: .32rem; height: .32rem; border-radius: 50%; background: #8a8a8a;
  animation: sms-dot 1s ease infinite;
}
.sms-typing i:nth-child(2) { animation-delay: .16s; }
.sms-typing i:nth-child(3) { animation-delay: .32s; }
.sms-composer {
  display: flex; align-items: center; justify-content: space-between;
  margin: .45rem .7rem .7rem; padding: .45rem .7rem;
  border: 1px solid rgba(0,0,0,.12); border-radius: 1.4rem;
  background: #fff; font-size: .72rem; color: #8a8a8a;
}
.sms-composer i {
  width: 1.35rem; height: 1.35rem; border-radius: 50%; background: #3a3a3a;
  position: relative;
}
.sms-composer i::before {
  content: ""; position: absolute; inset: .38rem .4rem .32rem;
  background: #fff;
  clip-path: polygon(50% 0, 100% 70%, 62% 70%, 62% 100%, 38% 100%, 38% 70%, 0 70%);
}
@keyframes sms-in { to { opacity: 1; transform: none; } }
@keyframes sms-dot { 0%, 80%, 100% { opacity: .25; } 40% { opacity: 1; } }
.sms-instant { animation: none; opacity: 1; transform: none; }
body.is-story-paused .sms-typing i { animation-play-state: paused; }
.scene-phone-bezel[data-sms-state='paused'] .sms-typing i { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) {
  .sms-bubble, .sms-card { animation: none; opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* dir: sky waitlist — morning sky, not opaque #dfeaf2 card */
body:is([data-scene='scene-08'], .is-closing-transition) .media-shade::after {
  opacity: 0 !important;
  background: none !important;
}
body:is([data-scene='scene-08'], .is-closing-transition) .media-shade {
  background: linear-gradient(90deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.04) 42%, rgba(255,255,255,0) 70%) !important;
}
body:is([data-scene='scene-08'], .is-closing-transition) .waitlist {
  background: transparent;
  border-top: none;
}
body:is([data-scene='scene-08'], .is-closing-transition) .product-showcase::before {
  background: radial-gradient(ellipse, rgba(244,249,252,.28) 0%, rgba(194,221,239,.12) 43%, rgba(194,221,239,0) 74%);
}

/* dir: 07 in-hand glass — film stays; screen inset; no black plate; no second phone */
body[data-scene='scene-07'] .media-shade::before,
body[data-scene='scene-07'] .scene-07-veil {
  display: none !important;
  opacity: 0 !important;
}
/* 07 copy: only the active 07 block — never all copies */
body[data-scene='scene-07'] .scene-copy[data-scene-copy='scene-07']:not([aria-hidden='true']) {
  visibility: visible;
  opacity: 1;
}
.scene-phone-bezel {
  border-radius: 1.55rem;
  box-shadow: none;
  background: #f2f2f0;
}
.scene-phone-bezel.is-on-glass {
  box-shadow: none;
  border: 0;
  background: #f2f2f0;
}


/* dir: glass chrome quiet — film already has phone bezel */
body[data-scene='scene-07'] .sms-clock,
body[data-scene='scene-07'] .sms-avatar { display: none; }
body[data-scene='scene-07'] .scene-phone-bezel {
  border-radius: 1.1rem;
  background: #f7f7f5;
  border: none;
  box-shadow: none;
}

body[data-scene='scene-07'] .sms-header[hidden],
body[data-scene='scene-07'] .sms-composer[hidden] { display: none !important; }
body[data-scene='scene-07'] .scene-phone-bezel.is-on-glass {
  display: flex !important;
  flex-direction: column;
  overflow: hidden !important;
  background: #f7f7f5 !important; /* opaque — hide baked SMS underlay */
  border-radius: 2px; /* screen glass, not floating card */
  isolation: isolate;
}
body[data-scene='scene-07'] .scene-phone-bezel.is-on-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #f7f7f5;
  pointer-events: none;
}
body[data-scene='scene-07'] .scene-phone-bezel.is-on-glass .sms-thread {
  position: relative;
  z-index: 1;
  flex: 1 1 0 !important;
  min-height: 0 !important;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  background: #f7f7f5;
}
body[data-scene='scene-07'] .scene-phone-bezel.is-on-glass .sms-header,
body[data-scene='scene-07'] .scene-phone-bezel.is-on-glass .sms-composer {
  position: relative;
  z-index: 1;
  background: #f7f7f5;
}

/* Scene 07: one full-height handset, with the story title pinned to the foot
   of the scene. Device size follows the usable viewport, never the transcript. */
body[data-scene='scene-07'] .scene-copy {
  top: auto;
  bottom: max(4.5rem, env(safe-area-inset-bottom));
  left: var(--gutter);
  width: min(47vw, 46rem);
  transform: none;
}
body[data-scene='scene-07'] .scene-copy h1 {
  font-size: clamp(2.6rem, 4.7vw, 5.6rem);
  max-width: 14ch;
}
body[data-scene='scene-07'] .scene-copy > p:last-child { margin-top: 1.2rem; }
body[data-scene='scene-07'] .scroll-cue { left: var(--gutter); right: auto; }
body[data-scene='scene-07']:has(.is-sms-phone) .media-layers {
  filter: blur(16px) brightness(.48);
  transition: filter .65s ease;
}
body[data-scene='scene-07'] .scene-phone-bezel.is-sms-phone {
  --phone-height: calc(100dvh - 7.5rem);
  display: block !important;
  container-type: inline-size;
  left: auto;
  right: 12vw;
  top: 6rem;
  bottom: auto;
  height: var(--phone-height);
  width: calc(var(--phone-height) * .475);
  max-width: calc(100vw - 3rem);
  aspect-ratio: auto;
  padding: 8px;
  border: 3px solid #777978;
  border-radius: clamp(28px, 5.6vh, 58px);
  background: #111313;
  box-shadow: 0 24px 60px rgba(0,0,0,.42), inset 0 0 0 2px #262a2b;
  opacity: 1 !important;
  transform: none !important;
  overflow: visible;
  pointer-events: none;
}
.is-sms-phone::before, .is-sms-phone::after {
  content: '';
  position: absolute;
  width: 4px;
  background: #686b6b;
  border-radius: 2px;
}
.is-sms-phone::before { left: -6px; top: 21%; height: 13%; }
.is-sms-phone::after { right: -6px; top: 28%; height: 9%; }
.sms-screen {
  display: grid;
  grid-template-rows: 28px auto minmax(0, 1fr) auto 20px;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  background: #fff;
}
.sms-device-status {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 600;
  background: #f5f5f7;
}
.sms-device-status svg { width: 46px; height: 12px; }
.sms-island {
  position: absolute;
  top: 7px;
  left: 50%;
  translate: -50% 0;
  width: 30%;
  height: 3px;
  border-radius: 1px;
  background: #08090a;
}
.sms-island::after {
  display: none;
}
.sms-home-indicator { align-self: center; justify-self: center; width: 34%; height: 4px; border-radius: 3px; background: #111; }
body[data-scene='scene-07'] .is-sms-phone .sms-header {
  display: flex;
  position: relative;
  padding: 2px 12px 5px;
  background: #f5f5f7;
  border-bottom: 1px solid #dedee1;
}
body[data-scene='scene-07'] .is-sms-phone .sms-header h2 { font-size: 16px; line-height: 1.1; }
body[data-scene='scene-07'] .is-sms-phone .sms-header p { margin-top: 1px; font-size: 10px; color: #626267; }
body[data-scene='scene-07'] .is-sms-phone .sms-thread {
  display: flex;
  position: relative;
  min-height: 0;
  padding: 14px 12px 18px;
  gap: 8px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-anchor: none;
  overscroll-behavior: contain;
  pointer-events: auto;
  touch-action: pan-y;
}
body[data-scene='scene-07'] .is-sms-phone .sms-thread:focus-visible { outline: 2px solid #156b38; outline-offset: -3px; }
body[data-scene='scene-07'] .is-sms-phone .sms-bubble {
  max-width: 84%;
  padding: 8px 11px;
  border-radius: 18px;
  font-size: clamp(14px, 4.5cqw, 20px);
  line-height: 1.3;
  letter-spacing: -.015em;
  overflow-wrap: break-word;
  animation-duration: .24s;
  animation-timing-function: cubic-bezier(.2,.7,.3,1);
}
body[data-scene='scene-07'] .is-sms-phone .sms-in { background: #e9e9eb; color: #171719; border-bottom-left-radius: 5px; }
body[data-scene='scene-07'] .is-sms-phone .sms-out { background: #24843d; color: #fff; border-bottom-right-radius: 5px; }
body[data-scene='scene-07'] .is-sms-phone .sms-typing { color: #626267; min-height: 38px; font-size: clamp(14px, 4cqw, 17px); }
body[data-scene='scene-07'] .is-sms-phone .sms-time,
body[data-scene='scene-07'] .is-sms-phone .sms-url { font-size: 11px; line-height: 1.3; color: #626267; }
body[data-scene='scene-07'] .is-sms-phone .sms-card { width: 80%; border-radius: 14px; background: #e9e9eb; }
body[data-scene='scene-07'] .is-sms-phone .sms-card img { height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
body[data-scene='scene-07'] .is-sms-phone .sms-card-copy { padding: 9px 11px 11px; }
body[data-scene='scene-07'] .is-sms-phone .sms-card-copy small { font-size: 11px; color: #626267; }
body[data-scene='scene-07'] .is-sms-phone .sms-card-copy strong { font-size: clamp(13px, 4cqw, 17px); }
body[data-scene='scene-07'] .is-sms-phone .sms-composer {
  display: flex;
  min-height: 36px;
  margin: 8px 12px 0;
  padding: 5px 10px;
  font-size: 12px;
  color: #626267;
}
body[data-scene='scene-07'] .is-sms-phone .sms-composer span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body[data-scene='scene-07'] .is-sms-phone .sms-composer.is-typing { color: #232326; }
body[data-scene='scene-07'] .is-sms-phone .sms-composer.is-typing i { background: #248b45; }
body[data-scene='scene-07'] .is-sms-phone .sms-composer.is-sending i {
  background: #248b45;
  animation: sms-send-press .18s ease-out both;
}
body[data-scene='scene-07'] .is-sms-phone .sms-composer.is-sending i::before {
  clip-path: none;
  inset: 0;
  display: grid;
  place-items: center;
  content: "✓";
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
@keyframes sms-send-press { 50% { transform: scale(.78); } 100% { transform: scale(1); } }
@media (max-width: 800px) and (max-aspect-ratio: 4/5) {
  body[data-scene='scene-07'] .scene-phone-bezel.is-sms-phone {
    --phone-height: calc(100dvh - 10.5rem - var(--sms-caption-height, 10rem));
    top: 6rem;
    right: max(1.5rem, calc((100vw - var(--phone-height) * .475) / 2));
    padding: 6px;
  }
  body[data-scene='scene-07'] .scene-copy-stack { z-index: 7; }
  body[data-scene='scene-07'] .scene-copy {
    bottom: 3.5rem;
    left: var(--gutter);
    width: calc(100vw - 3.5rem);
    padding-top: 0;
  }
  body[data-scene='scene-07'] .scene-copy::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: -.75rem -3.5rem -4rem;
    background: linear-gradient(rgba(8,12,13,0), rgba(8,12,13,.94) 18%, #080c0d 78%);
    pointer-events: none;
  }
  body[data-scene='scene-07'] .scene-copy .label { margin-bottom: .7rem; }
  body[data-scene='scene-07'] .scene-copy h1 { font-size: clamp(1.9rem, 8vw, 2.65rem); max-width: 18ch; }
  body[data-scene='scene-07'] .scene-copy > p:last-child { margin-top: .65rem; font-size: .875rem; line-height: 1.4; max-width: 35ch; }
}
@media (max-width: 1100px) and (min-aspect-ratio: 4/5) and (min-height: 501px) {
  body[data-scene='scene-07'] .scene-phone-bezel.is-sms-phone {
    right: calc(var(--gutter) + 2rem);
    padding: 6px;
  }
  body[data-scene='scene-07'] .scene-copy {
    width: calc(100vw - var(--gutter) * 2 - (100dvh - 7.5rem) * .475 - 4rem);
  }
  body[data-scene='scene-07'] .scene-copy h1 { font-size: clamp(1.55rem, 4.3vw, 2.8rem); }
  body[data-scene='scene-07'] .scene-copy > p:last-child { font-size: .875rem; line-height: 1.4; }
}
@media (max-height: 500px) and (orientation: landscape) {
  body[data-scene='scene-07'] .scene-copy { bottom: 3rem; width: 34vw; }
  body[data-scene='scene-07'] .scene-copy .label { margin-bottom: .55rem; }
  body[data-scene='scene-07'] .scene-copy h1 { font-size: clamp(1.4rem, 3.4vw, 2rem); }
  body[data-scene='scene-07'] .scene-copy > p:last-child { font-size: 12px; margin-top: .65rem; }
  body[data-scene='scene-07'] .scene-phone-bezel.is-sms-phone {
    --phone-height: calc(100dvh - 6.5rem);
    top: 5rem;
    right: calc(var(--gutter) + 3rem);
    width: 49vw;
    padding: 6px;
    border-radius: 28px;
  }
  body[data-scene='scene-07'] .is-sms-phone .sms-screen { grid-template-rows: 25px auto minmax(0, 1fr) auto 10px; padding-inline: 18px; }
  body[data-scene='scene-07'] .sms-device-status { position: static; font-size: 11px; padding-inline: 12px; }
  body[data-scene='scene-07'] .sms-island { width: 30%; height: 3px; top: 7px; left: 50%; translate: -50% 0; }
  body[data-scene='scene-07'] .is-sms-phone .sms-header { padding: 2px 12px 5px; }
  body[data-scene='scene-07'] .is-sms-phone .sms-header h2 { font-size: 15px; }
  body[data-scene='scene-07'] .is-sms-phone .sms-header p { display: none; }
  body[data-scene='scene-07'] .is-sms-phone .sms-bubble { font-size: 14px; }
  body[data-scene='scene-07'] .is-sms-phone .sms-composer { min-height: 28px; margin-top: 4px; }
}

/* cut07: mobile waitlist — no form/copy overlap */
@media (max-width: 800px) {
  body:is([data-scene='scene-08'], .is-closing-transition) .scene-copy {
    top: 11.2rem;
    bottom: auto;
    left: var(--gutter);
    width: calc(100vw - var(--gutter) * 2 - 1.2rem);
    transform: none;
  }
  body:is([data-scene='scene-08'], .is-closing-transition) .scene-copy h1 {
    max-width: 14ch;
    font-size: clamp(2.1rem, 9.5vw, 2.35rem);
    line-height: .94;
  }
  /* Lede was colliding with the form — form is the ask on mobile */
  body:is([data-scene='scene-08'], .is-closing-transition) .scene-copy > p:last-child {
    display: none;
  }
  body:is([data-scene='scene-08'], .is-closing-transition) .product-showcase {
    top: 4.35rem;
    width: 6.8rem;
  }
  body:is([data-scene='scene-08'], .is-closing-transition) .waitlist {
    left: var(--gutter);
    right: calc(var(--gutter) + 1.4rem);
    width: auto;
    bottom: 1.35rem;
    top: auto;
    padding-top: 0.85rem;
    z-index: 5;
  }
  body:is([data-scene='scene-08'], .is-closing-transition) .waitlist-row {
    flex-direction: column;
    gap: 0.55rem;
  }
  body:is([data-scene='scene-08'], .is-closing-transition) .waitlist input {
    border-right: 1px solid rgba(12,33,50,.48);
    padding: 0.9rem 1rem;
  }
  body:is([data-scene='scene-08'], .is-closing-transition) .waitlist button {
    width: 100%;
    min-height: 2.85rem;
    padding: 0.85rem 1rem;
  }
  body:is([data-scene='scene-08'], .is-closing-transition) .waitlist p {
    margin-top: 0.5rem;
    font-size: 0.68rem;
    line-height: 1.35;
  }
}

/* cut07b: mobile waitlist — clear header CTA vs product */
@media (max-width: 800px) {
  body:is([data-scene='scene-08'], .is-closing-transition) .header-cta {
    display: none;
  }
  body:is([data-scene='scene-08'], .is-closing-transition) .product-showcase {
    top: 5.6rem;
    width: 6.2rem;
  }
}
