/* Self-hosted type. size-adjust on the fallbacks keeps the 130 px headline
   from shifting when the real face arrives. */
@font-face { font-family: "Bricolage Grotesque"; font-style: normal; font-weight: 700; font-display: swap; src: url("/fonts/bricolage-700.woff2") format("woff2"); }
@font-face { font-family: "Instrument Serif"; font-style: italic; font-weight: 400; font-display: swap; src: url("/fonts/instrument-serif-italic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400 600; font-display: swap; src: url("/fonts/inter.woff2") format("woff2"); }
@font-face { font-family: "Bricolage Fallback"; src: local("Helvetica Neue"), local("Arial"); size-adjust: 104%; ascent-override: 92%; descent-override: 22%; }
@font-face { font-family: "Instrument Fallback"; src: local("Georgia"), local("Times New Roman"); size-adjust: 96%; }

:root {
  color-scheme: dark;
  --ink: #0b0a0a;
  --coal: #161413;
  --ash: #6f6862;
  --fog: #b5ada4;
  --cream: #f3ede4;
  --ember: #ff6a2a;
  --ember-deep: #c8390f;
  --blush: #ffb27a;
  --display: "Bricolage Grotesque", "Bricolage Fallback", "Helvetica Neue", Arial, sans-serif;
  --serif: "Instrument Serif", "Instrument Fallback", Georgia, "Times New Roman", serif;
  --body: "Inter", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --pad: clamp(20px, 5vw, 72px);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --safe-b: env(safe-area-inset-bottom, 0px);
  --safe-t: env(safe-area-inset-top, 0px);
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--ink);
  color: var(--cream);
  font: 400 17px/1.55 var(--body);
}
img, video { max-width: 100%; display: block; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--blush); outline-offset: 4px; border-radius: 8px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip:focus { position: fixed; left: var(--pad); top: 12px; z-index: 70; width: auto; height: auto; clip: auto; padding: 12px 18px; background: var(--cream); color: var(--ink); border-radius: 999px; font: 600 14px/1 var(--body); text-decoration: none; }

/* Grain over everything, 4 percent */
body::after {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 40; opacity: .04;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='160' height='160' filter='url(%23n)' opacity='.9'/></svg>");
}

/* Type tracks */
.eyebrow { margin: 0 0 14px; font: 500 11px/1 var(--mono); letter-spacing: .24em; text-transform: uppercase; color: var(--blush); animation: ember 5s ease-in-out infinite; }
@keyframes ember { 0%, 100% { color: #ffb27a; } 50% { color: #ff8a4a; } }
.eyebrow-center { text-align: center; }
h1, h2 { font-family: var(--display); font-weight: 700; letter-spacing: -.03em; margin: 0; font-variation-settings: "opsz" 96; }
h1 em, h2 em, .line em { font: italic 400 1.04em/1 var(--serif); color: var(--blush); letter-spacing: 0; }
h2 { font-size: clamp(38px, 5.6vw, 76px); line-height: .98; }
.lede { font-size: clamp(17px, 1.5vw, 21px); color: var(--cream); opacity: .9; max-width: 36ch; margin: 0 0 22px; text-shadow: 0 1px 18px rgba(0,0,0,.5); }
.quiet { margin: 14px 0 0; font: 500 12px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--fog); }
.texture {
  position: absolute; z-index: 0; pointer-events: none; user-select: none;
  font: italic 400 clamp(220px, 40vw, 640px)/1 var(--serif); color: var(--cream); opacity: .05;
  left: -.04em; bottom: -.18em; white-space: nowrap;
}

/* Loader: the wordmark for 600 ms, out by 900 ms, and the film is held
   dark until it is gone so the mark never floats over faces. Skipped for a
   repeat visitor (script adds .seen to html). */
.loader {
  position: fixed; inset: 0; z-index: 60; background: var(--ink);
  display: grid; place-items: center; pointer-events: none;
  animation: loader-out .3s var(--ease) .6s forwards;
}
.loader-mark { display: inline-flex; align-items: center; gap: 16px; font: 600 clamp(22px, 3vw, 34px)/1 var(--body); letter-spacing: .06em; text-transform: uppercase; opacity: 0; animation: mark-in .45s var(--ease) forwards; }
.film-wrap { opacity: 0; transition: opacity .8s var(--ease); }
.film-wrap.in, html.seen .film-wrap { opacity: 1; }
html.seen .loader { display: none; }

/* The mark is the app icon itself, melting on a six second loop. The
   poster is the still for reduced motion and for anything that cannot play. */
.mark { display: block; flex: none; }
.mark-sm, .mark-sm .mark-v { width: 40px; height: 40px; }
.mark-lg, .mark-lg .mark-v { width: 96px; height: 96px; }
.mark-v { display: block; object-fit: cover; border-radius: 27.5%; background: var(--ink); box-shadow: 0 0 0 1px rgba(255,178,122,.12); }
.mark-v img { width: 100%; height: 100%; object-fit: cover; }
.brand .mark { filter: drop-shadow(0 0 10px rgba(255,106,42,.45)); animation: glow 4s ease-in-out infinite; }
.loader .mark { filter: drop-shadow(0 0 26px rgba(255,106,42,.55)); }
@keyframes glow { 0%, 100% { filter: drop-shadow(0 0 8px rgba(255,106,42,.35)); } 50% { filter: drop-shadow(0 0 16px rgba(255,140,60,.6)); } }
@keyframes mark-in { from { opacity: 0; transform: translateY(10px); letter-spacing: .2em; } to { opacity: 1; transform: none; letter-spacing: .06em; } }
@keyframes loader-out { to { opacity: 0; visibility: hidden; } }
.loader.done { display: none; }

/* Cursor dot, pointer devices only. Hidden over the primary button so the
   difference blend never covers the label. */
.cursor { display: none; }
@media (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .cursor {
    display: block; position: fixed; left: 0; top: 0; z-index: 50; pointer-events: none;
    width: 10px; height: 10px; border-radius: 50%; background: var(--cream);
    mix-blend-mode: difference; transform: translate(-50%, -50%);
    transition: width .25s var(--ease), height .25s var(--ease), opacity .3s;
    opacity: 0;
  }
  .cursor.on { opacity: 1; }
  .cursor.big { width: 44px; height: 44px; }
  .cursor.hide { opacity: 0; width: 6px; height: 6px; }
}

/* Header: wordmark left, chapters centre, sound and download right */
.top {
  position: fixed; inset: 0 0 auto 0; z-index: 30;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px;
  padding: calc(16px + var(--safe-t)) var(--pad) 16px;
  background: linear-gradient(to bottom, rgba(11,10,10,.55), rgba(11,10,10,0));
}
.top-actions { display: flex; align-items: center; justify-content: end; gap: 14px; }
.btn-small { min-height: 44px; padding: 0 18px; font-size: 14px; background: var(--cream); color: var(--ink); }
.chapters { display: flex; gap: clamp(14px, 2.4vw, 34px); justify-content: center; }
.chapters a {
  display: inline-flex; align-items: center; gap: 8px; min-height: 44px;
  text-decoration: none; font: 500 11px/1 var(--mono); letter-spacing: .18em; text-transform: uppercase;
  color: var(--fog); transition: color .3s var(--ease); white-space: nowrap;
}
.chapters a .n { color: var(--blush); opacity: .75; }
.chapters a .t { position: relative; }
.chapters a .t::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 1px; background: var(--cream); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.chapters a.active { color: var(--cream); }
.chapters a.active .t::after { transform: scaleX(1); }
.chapters a:hover { color: var(--cream); }
.stage-eyebrow { position: absolute; left: var(--pad); top: calc(84px + var(--safe-t)); z-index: 1; margin: 0; opacity: 0; animation: rise .9s var(--ease) 1.1s forwards; }
.brand {
  display: inline-flex; align-items: center; gap: 10px; min-height: 44px;
  text-decoration: none; font: 600 15px/1 var(--body); letter-spacing: .06em; text-transform: uppercase;
  text-shadow: 0 1px 14px rgba(0,0,0,.6);
}
.brand span { display: inline-block; }
.sound {
  display: inline-flex; align-items: center; gap: 12px; min-height: 44px;
  padding: 0; border: 0; background: transparent; color: var(--cream); cursor: pointer;
  font: 500 12px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase;
}
.sound .label { text-shadow: 0 1px 14px rgba(0,0,0,.7); white-space: nowrap; }
.sound .ring {
  flex: none; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(11,10,10,.5); border: 1px solid rgba(243,237,228,.3);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  transition: background .25s var(--ease), transform .18s var(--ease);
}
.sound:hover .ring { transform: scale(1.05); }
.sound.nudge .ring { animation: nudge 1.4s var(--ease) 1; }
@keyframes nudge { 0% { box-shadow: 0 0 0 0 rgba(255,178,122,.7); } 60% { box-shadow: 0 0 0 18px rgba(255,178,122,0); } 100% { box-shadow: 0 0 0 0 rgba(255,178,122,0); } }
.sound svg { width: 20px; height: 20px; }
.sound .ic-on { display: none; }
.sound[aria-pressed="true"] .ring { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.sound[aria-pressed="true"] .ic-on { display: block; }
.sound[aria-pressed="true"] .ic-off { display: none; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 60px; padding: 0 30px; border-radius: 999px; border: 0;
  font: 600 16px/1 var(--body); text-decoration: none; cursor: pointer;
  max-width: 100%; text-align: center;
  transition: transform .5s var(--ease), box-shadow .25s var(--ease);
  will-change: transform;
}
.btn:active { transform: scale(.985); }
.btn-primary { background: var(--cream); color: var(--ink); box-shadow: 0 12px 40px rgba(255,106,42,.26); animation: pulse 3.6s ease-in-out 1.6s 3; }
.btn-primary:hover { box-shadow: 0 18px 56px rgba(255,106,42,.5); }
@keyframes pulse { 0%, 100% { box-shadow: 0 12px 40px rgba(255,106,42,.26); } 50% { box-shadow: 0 18px 60px rgba(255,120,50,.5); } }
.btn-primary svg { width: 22px; height: 22px; flex: none; }

/* Story: pinned film, three statements */
.story { position: relative; height: 340svh; }
.stage {
  position: sticky; top: 0; height: 100svh; min-height: 560px; overflow: hidden; isolation: isolate;
  display: grid; align-items: end;
}
.film-wrap { position: absolute; inset: 0; z-index: -2; background: var(--ink); }
.film-poster, .film {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 40%;
}
.film { background: transparent; transform: scale(var(--film-scale, 1)); transform-origin: 50% 45%; transition: opacity .4s var(--ease); }
.film.out { opacity: 0; }
.film::cue { opacity: 0; font-size: 1px; }
.film::-webkit-media-text-track-display { display: none; }
.shade {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    linear-gradient(to top, rgba(11,10,10,.92) 0%, rgba(11,10,10,.6) 28%, rgba(11,10,10,.16) 50%, rgba(11,10,10,0) 64%),
    linear-gradient(to bottom, rgba(11,10,10,.45), rgba(11,10,10,0) 24%);
}
.tags { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.tag {
  position: absolute; top: 52%; font: 500 11px/1 var(--mono); letter-spacing: .22em; text-transform: uppercase; color: var(--cream);
  padding: 8px 12px; border: 1px solid rgba(243,237,228,.28); border-radius: 999px; background: rgba(11,10,10,.42);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  opacity: 0; animation: rise .8s var(--ease) 1.6s forwards;
}
.tag-maya { left: 38%; transform: translateX(-50%); }
.tag-kai { left: 63%; transform: translateX(-50%); animation-delay: 1.75s; }
.lines { position: absolute; left: var(--pad); right: var(--pad); bottom: clamp(230px, 34svh, 330px); z-index: 1; }
.caption {
  position: absolute; left: var(--pad); top: clamp(96px, 14svh, 132px); z-index: 2; margin: 0; max-width: 42ch;
  font: 500 12px/1.5 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--blush);
  text-shadow: 0 1px 12px rgba(0,0,0,.7); opacity: 0; transform: translateY(6px);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.caption.on { opacity: 1; transform: none; }
.caption b { color: var(--cream); font-weight: 500; }
.line {
  position: absolute; left: 0; bottom: 0; margin: 0; max-width: 12ch;
  font: 700 clamp(52px, 9vw, 132px)/.92 var(--display); letter-spacing: -.035em;
  font-variation-settings: "opsz" 96;
  text-shadow: 0 2px 30px rgba(0,0,0,.35);
  opacity: 0; transform: translateY(28px); filter: blur(6px);
  transition: opacity .7s var(--ease), transform .9s cubic-bezier(.34, 1.4, .5, 1), filter .7s var(--ease);
  pointer-events: none;
}
.line .nb { white-space: nowrap; }
.line em { display: inline-block; transform-origin: 50% 0; transition: transform .8s var(--ease), filter .8s var(--ease); }
.line.active { opacity: 1; transform: none; filter: none; pointer-events: auto; }
.line.melt em { transform: translateY(.32em) scaleY(1.4) scaleX(.94); filter: blur(4px); }
.cta {
  position: relative; z-index: 1; padding: 0 var(--pad) calc(clamp(36px, 6vh, 72px) + var(--safe-b));
  display: grid; justify-items: start; max-width: 720px;
}
.cta > * { opacity: 0; transform: translateY(14px); animation: rise .9s var(--ease) 1.2s forwards; }
.cta > :nth-child(2) { animation-delay: 1.32s; }
.cta > :nth-child(3) { animation-delay: 1.44s; }
@keyframes rise { to { opacity: 1; transform: none; } }
.progress { position: absolute; right: var(--pad); bottom: calc(clamp(36px, 6vh, 72px) + var(--safe-b)); z-index: 1; display: grid; gap: 8px; }
.progress i { width: 28px; height: 2px; background: rgba(243,237,228,.28); transition: background .4s var(--ease), width .4s var(--ease); }
.progress i.active { background: var(--cream); width: 44px; }

/* Reel: pinned, moves sideways with vertical scroll */
.reel { position: relative; margin-top: -6svh; z-index: 1; }
.reel-stage::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 40%; background: linear-gradient(to bottom, rgba(11,10,10,0), var(--ink) 55%); z-index: -1; pointer-events: none; }
.reel-stage { position: sticky; top: 0; height: 100svh; min-height: 560px; overflow: hidden; display: grid; align-content: center; gap: clamp(22px, 4vh, 44px); padding-top: 8svh; background: transparent; }
.reel-head { position: relative; z-index: 1; padding: 0 var(--pad); }
.track { display: flex; gap: clamp(14px, 2vw, 28px); width: max-content; padding: 0 var(--pad); will-change: transform; }
.clip {
  position: relative; margin: 0; flex: none;
  height: 62svh; min-height: 360px; aspect-ratio: 9 / 16; border-radius: 22px; overflow: hidden;
  background: var(--coal); box-shadow: inset 0 0 0 1px rgba(243,237,228,.07);
  transition: transform .6s var(--ease), filter .6s var(--ease), opacity .6s var(--ease);
}
.clip video { width: 100%; height: 100%; object-fit: cover; }
.clip::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,10,10,.85), rgba(11,10,10,0) 50%); pointer-events: none; }
.clip figcaption {
  position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 1; display: grid; gap: 4px;
  color: var(--cream); text-shadow: 0 2px 12px rgba(0,0,0,.75);
  opacity: 0; transform: translateY(10px); transition: opacity .6s var(--ease) .1s, transform .6s var(--ease) .1s;
}
.clip.active figcaption { opacity: 1; transform: none; }
.clip small { font: 500 11px/1 var(--mono); letter-spacing: .2em; text-transform: uppercase; color: var(--blush); }
.clip b { font: 700 clamp(22px, 2.2vw, 30px)/1.05 var(--display); letter-spacing: -.02em; }
.clip span { font-size: 14px; color: var(--fog); }
.track:hover .clip:not(:hover) { filter: saturate(.35) brightness(.7); }
.track .clip:hover { transform: translateY(-8px); }
.clip.active { box-shadow: inset 0 0 0 1px rgba(243,237,228,.18), 0 30px 80px rgba(0,0,0,.5); }
.clip:nth-child(odd) video { animation: float 7s ease-in-out infinite; }
.clip:nth-child(even) video { animation: float 9s ease-in-out -3s infinite; }
@keyframes float { 0%, 100% { transform: scale(1.02) translateY(0); } 50% { transform: scale(1.06) translateY(-1.5%); } }

/* Promise: copy on the left, the product on the right, one enormous word behind */
.proof { position: relative; overflow: hidden; padding: clamp(80px, 11vw, 160px) var(--pad); margin-top: -10svh; background: linear-gradient(to bottom, rgba(11,10,10,0), var(--ink) 18%); }
.proof > :not(.texture) { position: relative; z-index: 1; }
.proof .texture { position: absolute; z-index: 0; }
.proof-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.proof h2 { max-width: 14ch; margin: 0 0 clamp(36px, 5vw, 64px); }
.proof-row { list-style: none; margin: 0; padding: 0; display: grid; gap: clamp(18px, 2.4vw, 28px); }
.proof-row li { display: grid; gap: 8px; padding-top: 20px; border-top: 1px solid rgba(243,237,228,.16); }
.proof-row b { font: 700 clamp(22px, 2vw, 30px)/1.08 var(--display); letter-spacing: -.02em; }
.proof-row span { color: var(--fog); font-size: 16px; }
.phones { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: end; }
.phone {
  position: relative; margin: 0; aspect-ratio: 9 / 19.5; border-radius: 40px; overflow: hidden;
  background: var(--coal); box-shadow: inset 0 0 0 2px rgba(243,237,228,.14), 0 40px 90px rgba(0,0,0,.55);
  transform: translateY(-6%);
}
.phone-2 { transform: translateY(6%); }
.phone img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.phone::before { content: ""; position: absolute; left: 50%; top: 12px; transform: translateX(-50%); width: 34%; height: 22px; border-radius: 999px; background: var(--ink); z-index: 2; }
.phone .ui { position: absolute; inset: 0; z-index: 1; display: grid; grid-template-rows: auto 1fr auto; padding: 48px 18px 22px; background: linear-gradient(to bottom, rgba(11,10,10,.35), rgba(11,10,10,0) 30%, rgba(11,10,10,0) 55%, rgba(11,10,10,.9)); }
.ui-eyebrow { font: 500 9px/1 var(--mono); letter-spacing: .2em; text-transform: uppercase; color: var(--cream); }
.ui-ring { align-self: center; justify-self: center; width: 42%; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--ember) 0 68%, rgba(243,237,228,.15) 68% 100%); }
.ui-ring::before { content: ""; position: absolute; width: 86%; aspect-ratio: 1; border-radius: 50%; background: rgba(11,10,10,.55); backdrop-filter: blur(6px); }
.ui-ring b { position: relative; font: 700 clamp(18px, 2vw, 26px)/1 var(--display); letter-spacing: -.02em; color: var(--cream); font-variant-numeric: tabular-nums; }
.ui-cue { font: 700 clamp(13px, 1.2vw, 16px)/1.2 var(--display); letter-spacing: -.01em; color: var(--cream); }

/* Final: its own frame, full bleed, centred, clear of the header */
.final { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; display: grid; align-items: center; justify-items: center; text-align: center; }
.final > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; z-index: -2; transform: scale(1.04); }
.final-shade { position: absolute; inset: 0; z-index: -1; background: radial-gradient(70% 70% at 50% 62%, rgba(11,10,10,.5), rgba(11,10,10,.88)), linear-gradient(to bottom, var(--ink), rgba(11,10,10,0) 22%); }
.final-copy { padding: calc(110px + var(--safe-t)) var(--pad) clamp(64px, 10vh, 120px); display: grid; justify-items: center; max-width: 760px; }
.final h2 { margin-bottom: 16px; }
.final .lede { text-align: center; margin-bottom: 28px; }

/* Persistent store action on phones once the hero has scrolled away */
.store-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 35; padding: 12px var(--pad) calc(12px + var(--safe-b)); display: none; background: linear-gradient(to top, rgba(11,10,10,.92), rgba(11,10,10,.7) 70%, rgba(11,10,10,0)); transform: translateY(110%); transition: transform .45s var(--ease); }
.store-bar .btn { width: 100%; min-height: 56px; animation: none; }
.store-bar.on { transform: none; }

/* Footer */
footer { padding: 40px var(--pad) calc(64px + var(--safe-b)); color: var(--ash); font-size: 14px; display: grid; gap: 14px; border-top: 1px solid rgba(243,237,228,.08); }
footer p { margin: 0; max-width: 70ch; }
footer nav { display: flex; flex-wrap: wrap; gap: 4px 26px; }
footer nav a { text-decoration: none; color: var(--fog); min-height: 44px; display: inline-flex; align-items: center; }
footer nav a:hover { color: var(--cream); }

/* Legal pages */
.doc { max-width: 720px; margin: 0 auto; padding: 130px var(--pad) 96px; }
.doc h1 { font-size: clamp(36px, 5vw, 56px); margin-bottom: 6px; }
.doc .meta { color: var(--ash); margin: 0 0 40px; }
.doc h2 { font-size: 22px; margin: 34px 0 8px; line-height: 1.2; }
.doc p { color: #d9d2c8; margin: 0 0 12px; }
.doc a { color: var(--blush); text-decoration: none; }
.doc a:hover { text-decoration: underline; }
.doc .btn { margin-top: 24px; }
.doc ~ footer { margin-top: 0; }

/* Wide desktops: give the copy its own dark ground, shift the coaches right */
@media (min-width: 1200px) {
  .film-poster, .film { object-position: 40% 40%; }
  .tag-maya { left: 45%; }
  .tag-kai { left: 71%; }
  .line { max-width: 10ch; }
  .lines, .cta { max-width: 44vw; }
}
@media (min-width: 1700px) {
  .film-poster, .film { object-position: 36% 40%; }
  .tag-maya { left: 47%; }
  .tag-kai { left: 74%; }
}

/* Laptops: labels off the sound control before they can wrap */
@media (max-width: 1180px) {
  .sound .label { display: none; }
  .chapters { gap: 14px; }
}
@media (max-width: 860px) {
  .shade { background:
    linear-gradient(to top, rgba(11,10,10,.94) 0%, rgba(11,10,10,.7) 32%, rgba(11,10,10,.24) 54%, rgba(11,10,10,0) 68%),
    linear-gradient(to bottom, rgba(11,10,10,.45), rgba(11,10,10,0) 24%); }
  .top { grid-template-columns: auto 1fr auto; gap: 10px; }
  .chapters { gap: 12px; }
  .chapters a { min-height: 40px; font-size: 10px; letter-spacing: .12em; gap: 0; }
  .chapters a .n { display: none; }
  .btn-small { display: none; }
  .stage-eyebrow { display: none; }
  .tags { display: none; }
  .story { height: 260svh; }
  .lines { bottom: clamp(250px, 36svh, 340px); }
  .caption { max-width: 100%; }
  .line { font-size: clamp(46px, 13vw, 84px); max-width: 9ch; }
  .progress { display: none; }
  .clip { height: 58svh; }
  .reel { margin-top: 0; }
  .proof { margin-top: 0; padding-top: 128px; }
  .proof-grid { grid-template-columns: 1fr; gap: 48px; }
  .phones { max-width: 420px; margin: 0 auto; }
  .track:hover .clip:not(:hover) { filter: none; }
  .track .clip:hover { transform: none; }
  .store-bar { display: block; }
}
/* Portrait phones get the portrait cut, top anchored and fitted to the width,
   so both faces stay whole and the copy sits on the ink beneath the frame. */
@media (max-aspect-ratio: 3/4) {
  .film-poster, .film { object-fit: contain; object-position: 50% 34%; }
  .film-wrap.portrait .film-poster, .film-wrap.portrait .film { object-fit: contain; object-position: 50% 0%; transform-origin: 50% 22%; }
}
@media (max-width: 480px) {
  .btn { width: 100%; }
  .cta { max-width: none; width: 100%; }
}
@media (hover: none) {
  .track:hover .clip:not(:hover) { filter: none; }
  .track .clip:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .loader { animation: none; display: none; }
  .film-wrap { opacity: 1; transition: none; }
  .story { height: 100svh; }
  .stage { position: relative; }
  .film { transform: none; }
  .line, .line em { transition: none; }
  .caption { transition: none; }
  .cta > *, .tag, .stage-eyebrow { opacity: 1; transform: none; animation: none; }
  .tag-maya, .tag-kai { transform: translateX(-50%); }
  .reel-stage { position: relative; height: auto; min-height: 0; padding: clamp(56px, 8vw, 100px) 0; }
  .track { transform: none !important; overflow-x: auto; width: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
  .clip { scroll-snap-align: start; transition: none; }
  .clip figcaption { opacity: 1; transform: none; transition: none; }
  .btn, .sound .ring, .store-bar { transition: none; }
  .brand .mark, .btn-primary, .eyebrow, .clip video, .sound.nudge .ring { animation: none; }
}
