/* ==========================================================================
   ROAR-E studio & game site — site.css
   Pure CSS, no build step. Painterly "tropical-industrial" system.
   Palette follows the ROAR-E Production Bible: warm mane/gold heroes, red tee
   brand anchor, W1 turquoise sea + white sand + rust containers, Helix Corp
   cold white-blue, and the hazard canon (magenta-red = danger/never,
   amber = timing, teal = safe/interactive).
   ========================================================================== */

/* ---------- Fonts (self-hosted, SIL OFL; see fonts/LICENSE-OFL.txt) ---------- */
@font-face { font-family: "Lilita One"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/lilita-one-400.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/barlow-400.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/barlow-500.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/barlow-700.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/barlow-condensed-600.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/barlow-condensed-700.woff2") format("woff2"); }

/* ---------- Tokens ---------- */
:root {
  --ink: #1d120c;
  --ink-2: #3a1f14;
  --ink-3: #5b3a2a;
  --cream: #fff4dc;
  --paper: #fbead0;
  --sand: #f2dcb0;
  --sand-2: #e3c48a;
  --mane: #ff8f1f;
  --mane-2: #f05a17;
  --gold: #ffc733;
  --red: #d4262a;
  --red-2: #a81a1f;
  --rust: #b0452a;
  --teal: #16a79f;
  --teal-2: #0c7a75;
  --teal-3: #075552;
  --sea: #21b8cc;
  --sea-deep: #0b5f70;
  --storm: #2b2745;
  --storm-2: #171529;
  --storm-3: #0f0e1c;
  --helix: #9fdcff;
  --helix-2: #d9f1ff;
  --magenta: #ff2f6d;
  --amber: #ffb020;

  --font-display: "Lilita One", "Arial Black", Impact, sans-serif;
  --font-body: "Barlow", "Segoe UI", Helvetica, Arial, sans-serif;
  --font-label: "Barlow Condensed", "Arial Narrow", "Barlow", sans-serif;

  --wrap: 1180px;
  --wrap-wide: 1440px;
  --gutter: clamp(16px, 4vw, 40px);
  --sec-pad: clamp(56px, 9vw, 120px);
  --radius: 18px;
  --radius-sm: 10px;
  --shadow-pop: 0 18px 40px -18px rgba(29, 18, 12, .55);
  --ease-bounce: cubic-bezier(.34, 1.56, .64, 1);
  --ease-out: cubic-bezier(.22, 1, .36, 1);
}

/* ---------- Reset-ish ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(1rem, .95rem + .25vw, 1.125rem);
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  overflow-x: clip;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.02; margin: 0 0 .45em; letter-spacing: .01em; }
h2 { font-size: clamp(2.2rem, 1.6rem + 3vw, 4.2rem); }
h3 { font-size: clamp(1.35rem, 1.2rem + .8vw, 1.9rem); }
p { margin: 0 0 1em; }
a { color: var(--rust); text-decoration-thickness: .08em; text-underline-offset: .14em; }
a:hover { color: var(--red); }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--mane); color: var(--ink); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--gold); color: var(--ink); padding: 10px 16px; font-family: var(--font-label); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; border-radius: 8px; text-decoration: none; }
.skip:focus { top: 12px; }

.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.wrap--wide { width: min(100% - 2 * var(--gutter), var(--wrap-wide)); margin-inline: auto; }

/* Paper grain — one fixed layer, SVG noise, tiny. */
body::before {
  content: ""; position: fixed; inset: 0; z-index: 9; pointer-events: none; opacity: .09;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 .9 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* ---------- Labels, eyebrows, claw motif ---------- */
.label { font-family: var(--font-label); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: .86rem; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .6em;
  font-family: var(--font-label); font-weight: 700; text-transform: uppercase; letter-spacing: .16em; font-size: .9rem;
  color: var(--rust); margin-bottom: .9em;
}
.eyebrow::before {
  content: ""; width: 1.4em; height: 1.1em; flex: none;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 22'><path d='M3 2l6 18M12 2l6 18M21 2l6 18' stroke='black' stroke-width='3.6' stroke-linecap='round' fill='none'/></svg>") center / contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 22'><path d='M3 2l6 18M12 2l6 18M21 2l6 18' stroke='black' stroke-width='3.6' stroke-linecap='round' fill='none'/></svg>") center / contain no-repeat;
}
.sec--dark .eyebrow { color: var(--gold); }
.lead { font-size: clamp(1.1rem, 1rem + .5vw, 1.35rem); line-height: 1.5; max-width: 40ch; }
.sec--dark .lead { color: #f3e7d3; }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--mane); --btn-fg: var(--ink); --btn-shadow: var(--ink-2);
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--font-display); font-size: 1.12rem; letter-spacing: .03em; text-decoration: none;
  color: var(--btn-fg); background: var(--btn-bg);
  padding: .8em 1.5em; border-radius: 14px; border: 3px solid var(--ink-2);
  box-shadow: 0 6px 0 var(--btn-shadow);
  transform: translateY(0);
  transition: transform .15s var(--ease-out), box-shadow .15s var(--ease-out), background .2s;
  cursor: pointer; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 0 var(--btn-shadow); color: var(--btn-fg); background: var(--gold); }
.btn:active { transform: translateY(4px); box-shadow: 0 2px 0 var(--btn-shadow); }
.btn--primary { background: linear-gradient(180deg, var(--gold) 0%, var(--mane) 55%, var(--mane-2) 100%); }
.btn--primary:hover { background: linear-gradient(180deg, #ffe07a 0%, var(--gold) 60%, var(--mane) 100%); }
.btn--ghost { --btn-bg: transparent; --btn-fg: var(--cream); --btn-shadow: rgba(0, 0, 0, .55); border-color: var(--cream); }
.btn--ghost:hover { background: rgba(255, 244, 220, .12); color: var(--cream); }
.btn--ink { --btn-bg: var(--ink-2); --btn-fg: var(--cream); --btn-shadow: #000; }
.btn--ink:hover { background: var(--ink); color: var(--cream); }
.btn svg { width: 1.1em; height: 1.1em; flex: none; }

/* ---------- Header ---------- */
.top {
  position: absolute; inset: 0 0 auto 0; z-index: 20;
  padding: 14px 0;
}
.top__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: none; }
.brand svg { height: 40px; width: 157px; }
.top nav { min-width: 0; }
.nav { display: flex; gap: clamp(8px, 2vw, 22px); list-style: none; margin: 0; padding: 0; overflow-x: auto; scrollbar-width: none; -webkit-mask-image: linear-gradient(90deg, #000 88%, transparent); mask-image: linear-gradient(90deg, #000 88%, transparent); padding-right: 24px; }
@media (min-width: 1100px) { .nav { -webkit-mask-image: none; mask-image: none; padding-right: 0; } }
.nav::-webkit-scrollbar { display: none; }
.nav a {
  font-family: var(--font-label); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .92rem;
  color: var(--cream); text-decoration: none; padding: 8px 4px; white-space: nowrap;
  border-bottom: 3px solid transparent; transition: border-color .2s;
}
.nav a:hover, .nav a[aria-current="page"] { border-bottom-color: var(--gold); color: #fff; }
.top--solid { position: relative; background: var(--storm-2); }

/* ---------- Hero ---------- */
.hero {
  position: relative; isolation: isolate; overflow: clip;
  color: var(--cream);
  padding-top: clamp(96px, 14vw, 150px);
  padding-bottom: clamp(120px, 14vw, 190px);
  background:
    radial-gradient(60% 50% at 78% 24%, rgba(255, 201, 92, .32) 0%, rgba(255, 143, 31, .10) 38%, transparent 70%),
    radial-gradient(70% 60% at 10% 90%, rgba(33, 184, 204, .28) 0%, transparent 60%),
    radial-gradient(45% 35% at 40% 10%, rgba(120, 100, 170, .35) 0%, transparent 70%),
    linear-gradient(180deg, #1c1830 0%, #302b52 34%, #5a3c5c 62%, #a9583a 84%, #d97a32 100%);
}
.hero__clouds {
  position: absolute; inset: 0; z-index: -1; opacity: .45; pointer-events: none;
  background:
    radial-gradient(38% 22% at 18% 26%, rgba(255, 255, 255, .10), transparent 70%),
    radial-gradient(30% 18% at 70% 14%, rgba(255, 255, 255, .12), transparent 70%),
    radial-gradient(44% 24% at 86% 44%, rgba(255, 200, 150, .12), transparent 70%);
}
.hero__sun {
  position: absolute; z-index: -1; right: 8%; top: 12%; width: clamp(180px, 26vw, 360px); aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #fff2b8 0%, #ffc94d 28%, rgba(255, 160, 40, .55) 48%, transparent 72%);
  filter: blur(2px); opacity: .9;
}
.hero__sea {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 0; height: clamp(90px, 12vw, 160px); pointer-events: none;
}
.hero__sea svg { width: 100%; height: 100%; }
.hero__grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr; gap: clamp(36px, 5vw, 64px); align-items: center;
}
@media (min-width: 900px) { .hero__grid { grid-template-columns: 1.05fr .95fr; } }

.sign {
  display: inline-flex; align-items: center; gap: .6em;
  background: var(--paper); color: var(--rust);
  font-family: var(--font-label); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: .8rem;
  padding: .45em .9em; border: 3px solid var(--rust); border-radius: 6px;
  box-shadow: 3px 3px 0 var(--ink-2);
  transform: rotate(-2.5deg); margin-bottom: 1.4rem;
}
.sign__dot { width: .9em; height: .9em; border-radius: 50%; background: var(--red); border: 2px solid var(--paper); box-shadow: 0 0 0 2px var(--red); flex: none; }

.wordmark { width: min(100%, 640px); height: auto; overflow: visible; filter: drop-shadow(0 16px 24px rgba(0, 0, 0, .35)); }
.wordmark--sm { width: auto; filter: none; }

.ribbon {
  position: relative; display: inline-block; margin: .6rem 0 1.2rem 1.2rem;
  background: var(--paper); color: var(--rust);
  font-family: var(--font-label); font-weight: 700; text-transform: uppercase; letter-spacing: .28em; font-size: clamp(.95rem, .8rem + .6vw, 1.25rem);
  padding: .42em 1.3em .38em; border-top: 2px solid var(--sand-2); border-bottom: 2px solid var(--sand-2);
  transform: rotate(-2deg);
  box-shadow: 0 6px 14px -6px rgba(0, 0, 0, .5);
}
.ribbon::before, .ribbon::after {
  content: ""; position: absolute; top: 6px; bottom: -6px; width: 1.1em; background: var(--sand-2); z-index: -1;
}
.ribbon::before { left: -.75em; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 35% 50%); }
.ribbon::after { right: -.75em; clip-path: polygon(0 0, 100% 0, 65% 50%, 100% 100%, 0 100%); }

.hero__tag { font-family: var(--font-display); font-size: clamp(1.4rem, 1.1rem + 1.6vw, 2.3rem); color: var(--gold); text-shadow: 3px 3px 0 var(--ink-2); margin: 0 0 .6rem; line-height: 1.1; }
.hero__lead { font-size: clamp(1.05rem, .95rem + .5vw, 1.3rem); max-width: 46ch; color: #fbeedb; text-wrap: pretty; }
.hero__lead strong { color: var(--gold); font-weight: 700; }

.launch { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; margin: 1.4rem 0 1.6rem; }
.stamp {
  font-family: var(--font-display); font-size: 1.05rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--red); border: 3px solid var(--red); border-radius: 8px; padding: .28em .7em;
  box-shadow: inset 0 0 0 2px var(--cream), 0 0 0 2px var(--cream);
  background: var(--cream);
  transform: rotate(-4deg);
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='60'><filter id='r'><feTurbulence baseFrequency='.8' numOctaves='2'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .42 .6'/></filter><rect width='100%' height='100%' fill='white'/><rect width='100%' height='100%' filter='url(%23r)' opacity='.85'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='60'><filter id='r'><feTurbulence baseFrequency='.8' numOctaves='2'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .42 .6'/></filter><rect width='100%' height='100%' fill='white'/><rect width='100%' height='100%' filter='url(%23r)' opacity='.85'/></svg>");
}
.platforms { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; font-family: var(--font-label); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .95rem; color: var(--cream); }
.platforms span { display: inline-flex; align-items: center; gap: .45em; }
.platforms svg { width: 1.25em; height: 1.25em; fill: currentColor; }
.platforms i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); display: inline-block; }
.cta { display: flex; flex-wrap: wrap; gap: 14px; }

/* Stage: Rory bursting out of a painted sunburst, Kip judging from the corner */
.hero__stage { position: relative; aspect-ratio: 1; width: min(100%, 78vw, 560px); margin: 8px auto 0; }
@media (min-width: 900px) { .hero__stage { width: 100%; max-width: 680px; margin: 0 0 0 auto; } }
.burst {
  position: absolute; inset: 2%; border-radius: 50%;
  background: repeating-conic-gradient(from 0deg, rgba(255, 224, 120, .30) 0 7deg, rgba(255, 224, 120, 0) 7deg 15deg);
  -webkit-mask: radial-gradient(circle, #000 18%, rgba(0, 0, 0, .5) 45%, transparent 71%);
  mask: radial-gradient(circle, #000 18%, rgba(0, 0, 0, .5) 45%, transparent 71%);
  animation: spin 80s linear infinite;
}
.burst::after { content: ""; position: absolute; inset: 24%; border-radius: 50%; background: radial-gradient(circle, rgba(255, 244, 200, .9) 0%, rgba(255, 190, 70, .45) 50%, transparent 74%); filter: blur(8px); }
@keyframes spin { to { rotate: 360deg; } }
.hero__stage .cutout--rory { left: 4%; top: 0; bottom: auto; width: 84%; max-width: none; }
.hero__stage .cutout--kip { right: 3%; bottom: 2%; width: 28%; max-width: none; transform: scaleX(-1); }
.hero__stage .cutout--rory img { animation: bob 4.5s ease-in-out 1.8s infinite; }
.hero__sticker {
  position: absolute; z-index: 7; left: -2%; bottom: 8%; margin: 0;
  font-family: var(--font-display); font-size: clamp(1rem, .8rem + 1vw, 1.35rem); color: var(--ink);
  background: var(--gold); border: 3px solid var(--ink-2); border-radius: 12px; padding: .35em .8em;
  box-shadow: 4px 5px 0 var(--ink-2); transform: rotate(-8deg);
}

/* The dev window: gameplay clip in a painted crate frame (lives in "How it plays") */
.devwin { max-width: 780px; margin: 0 auto clamp(28px, 4vw, 44px); }
.devwin .tv { transform: rotate(-1.2deg); }
.devwin .tv__caption { color: var(--ink-3); opacity: 1; text-align: center; margin-left: 0; }
.tv {
  position: relative; border-radius: 22px; padding: 12px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .06) 0 3px, transparent 3px 11px),
    linear-gradient(160deg, #c95a30 0%, #9d3f22 45%, #6e2a16 100%);
  border: 4px solid var(--ink-2);
  box-shadow: 0 30px 60px -22px rgba(0, 0, 0, .75), inset 0 0 0 2px rgba(255, 210, 150, .25);
  transform: rotate(-1.8deg);
  transition: transform .4s var(--ease-out);
}
.tv::before, .tv::after, .tv__screen::before, .tv__screen::after {
  content: ""; position: absolute; width: 14px; height: 14px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffe0b0, #7a4a2a 70%); border: 2px solid var(--ink-2); z-index: 3;
}
.tv::before { left: 10px; top: 10px; } .tv::after { right: 10px; top: 10px; }
.tv__screen::before { left: -2px; bottom: -2px; } .tv__screen::after { right: -2px; bottom: -2px; }
.tv__screen { position: relative; aspect-ratio: 16 / 9; border-radius: 12px; overflow: hidden; background: var(--storm-3); border: 3px solid var(--ink-2); }
.tv__screen::before, .tv__screen::after { z-index: 3; }
.tv__video, .tv__fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tv__fallback { display: none; }
.tv.is-fallback .tv__video { display: none; }
.tv.is-fallback .tv__fallback { display: block; }
.tv__tag {
  position: absolute; z-index: 4; left: -10px; top: -14px;
  background: var(--teal); color: #fff; font-family: var(--font-label); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem;
  padding: .4em .8em; border-radius: 6px; border: 2px solid var(--ink-2); box-shadow: 2px 3px 0 var(--ink-2);
  transform: rotate(-3deg);
}
.tv__tag i { display: inline-block; width: .55em; height: .55em; border-radius: 50%; background: var(--magenta); margin-right: .45em; box-shadow: 0 0 0 2px rgba(255, 255, 255, .5); }
.tv__caption { margin: 22px 0 0 8px; font-family: var(--font-label); font-weight: 600; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; color: #f3d9b0; opacity: .85; }
.tv__mute {
  position: absolute; z-index: 5; right: 12px; bottom: 12px;
  width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--cream);
  background: rgba(23, 21, 41, .7); color: var(--cream); display: grid; place-items: center; cursor: pointer;
  backdrop-filter: blur(4px);
}
.tv__mute svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.tv__mute[aria-pressed="true"] .ico-on { display: none; }
.tv__mute[aria-pressed="false"] .ico-off { display: none; }
.tv.is-fallback .tv__mute { display: none; }

.cutout { position: absolute; z-index: 6; pointer-events: none; filter: drop-shadow(0 18px 18px rgba(0, 0, 0, .45)); }
.cutout img { width: 100%; height: auto; }
.cutout--rory { left: -6%; bottom: -8%; width: 46%; max-width: 300px; }
.cutout--kip { right: -4%; bottom: -6%; width: 22%; max-width: 150px; transform: scaleX(-1); }
@media (min-width: 900px) {
  .cutout--rory { left: -14%; bottom: -10%; width: 52%; max-width: 360px; }
  .cutout--kip { right: -8%; bottom: -8%; width: 24%; max-width: 165px; }
}

/* ---------- Helix PA ticker ---------- */
.ticker {
  position: relative; z-index: 2; overflow: hidden;
  background: var(--storm-3); color: var(--helix);
  border-top: 3px solid var(--helix); border-bottom: 3px solid var(--helix);
  font-family: var(--font-label); font-weight: 700; text-transform: uppercase; letter-spacing: .18em; font-size: .9rem;
  padding: 12px 0;
}
.ticker__track { display: flex; width: max-content; gap: 0; animation: ticker 60s linear infinite; }
.ticker__track:hover { animation-play-state: paused; }
.ticker__item { display: inline-flex; align-items: center; gap: 1.6em; padding-right: 1.6em; white-space: nowrap; }
.ticker__item b { color: #fff; font-weight: 700; }
.ticker__item i { width: 8px; height: 8px; background: var(--helix); transform: rotate(45deg); display: inline-block; flex: none; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
.sec { position: relative; padding-block: var(--sec-pad); }
.sec--cream { background: var(--cream); }
.sec--sand {
  background:
    radial-gradient(60% 40% at 90% 0%, rgba(255, 199, 51, .25), transparent 70%),
    linear-gradient(180deg, var(--paper), var(--sand));
}
.sec--dark { background: linear-gradient(180deg, var(--storm-2) 0%, var(--storm) 60%, #23203a 100%); color: #f7ecd9; }
.sec--dark h2, .sec--dark h3 { color: #fff; }
.sec--dark a { color: var(--gold); }
.sec--dark a:hover { color: #fff; }
.sec--sea { background: linear-gradient(180deg, var(--sea-deep) 0%, #0d4a58 55%, var(--teal-3) 100%); color: #eafbff; }
.sec--sea h2, .sec--sea h3 { color: #fff; }
.sec--sea .eyebrow { color: var(--gold); }
.sec--sea a { color: #ffe08a; }
.sec--lab {
  background:
    linear-gradient(rgba(29, 18, 12, .045) 1px, transparent 1px) 0 0 / 100% 28px,
    linear-gradient(90deg, rgba(29, 18, 12, .045) 1px, transparent 1px) 0 0 / 28px 100%,
    var(--cream);
}
/* Torn / clawed top edge */
.sec--torn { margin-top: -26px; padding-top: calc(var(--sec-pad) + 26px); clip-path: polygon(0 26px, 4% 8px, 9% 22px, 14% 4px, 21% 20px, 27% 6px, 33% 24px, 41% 2px, 47% 18px, 54% 8px, 60% 22px, 67% 4px, 73% 18px, 80% 6px, 87% 24px, 93% 2px, 100% 16px, 100% 100%, 0 100%); }
.sec__head { max-width: 62ch; margin-bottom: clamp(28px, 4vw, 48px); }
.sec__head--center { margin-inline: auto; text-align: center; }
.sec__head--center .eyebrow { justify-content: center; }
.sec__head p { max-width: 58ch; }
.sec__head--center p { margin-inline: auto; }
.h-pop { text-shadow: 4px 4px 0 var(--ink-2); color: var(--gold); }
.sec--cream .h-pop, .sec--sand .h-pop, .sec--lab .h-pop { color: var(--mane-2); text-shadow: 3px 3px 0 var(--ink-2); }

/* ---------- Story strip ---------- */
.strip { display: grid; gap: 22px; grid-template-columns: 1fr; counter-reset: panel; }
@media (min-width: 720px) { .strip { grid-template-columns: repeat(3, 1fr); } }
.panel {
  position: relative; background: var(--paper); border: 4px solid var(--ink-2); border-radius: 14px; padding: 10px 10px 16px;
  box-shadow: 6px 8px 0 var(--ink-2); transform: rotate(-1.2deg);
}
.panel:nth-child(2) { transform: rotate(1.4deg) translateY(12px); }
.panel:nth-child(3) { transform: rotate(-.8deg); }
.panel__img { border-radius: 8px; overflow: hidden; border: 3px solid var(--ink-2); aspect-ratio: 16 / 10; background: var(--storm-2); }
.panel__img img { width: 100%; height: 100%; object-fit: cover; }
.panel__cap { margin: 14px 6px 0; font-family: var(--font-display); font-size: 1.25rem; line-height: 1.15; color: var(--ink); }
.panel__cap::before { counter-increment: panel; content: counter(panel); display: inline-grid; place-items: center; width: 1.7em; height: 1.7em; margin-right: .5em; background: var(--red); color: #fff; border-radius: 50%; border: 2px solid var(--ink-2); font-size: .85em; }
.panel__sub { margin: 6px 6px 0; font-size: .98rem; color: var(--ink-3); }

/* ---------- Worlds ---------- */
.worlds { display: grid; gap: 18px; grid-template-columns: repeat(5, minmax(220px, 1fr)); overflow-x: auto; scroll-snap-type: x mandatory; padding: 12px 4px 26px; scrollbar-width: thin; scrollbar-color: var(--gold) transparent; }
.worlds > * { scroll-snap-align: start; }
@media (min-width: 1200px) { .worlds { overflow: visible; grid-template-columns: repeat(5, 1fr); } }
.world {
  --wc-a: var(--sea); --wc-b: var(--sand);
  position: relative; min-height: 440px; border-radius: 18px; overflow: hidden; border: 4px solid var(--ink-2);
  background: linear-gradient(160deg, var(--wc-a), var(--wc-b)); color: #fff; display: flex; flex-direction: column; justify-content: flex-end;
  box-shadow: var(--shadow-pop); transform: rotate(var(--tilt, 0deg)); transition: transform .35s var(--ease-out), box-shadow .35s;
}
.world:hover { transform: rotate(0deg) translateY(-6px) scale(1.02); box-shadow: 0 30px 50px -22px rgba(29, 18, 12, .65); z-index: 2; }
.world:nth-child(odd) { --tilt: -1.2deg; } .world:nth-child(even) { --tilt: 1.1deg; }
.world__img { position: absolute; inset: 0; }
.world__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out); }
.world:hover .world__img img { transform: scale(1.06); }
.world__body { position: relative; padding: 18px 16px 18px; background: linear-gradient(180deg, transparent 0%, rgba(20, 12, 24, .78) 32%, rgba(20, 12, 24, .92) 100%); padding-top: 80px; }
.world__num { position: absolute; top: 14px; left: 14px; z-index: 2; font-family: var(--font-display); font-size: 1.15rem; background: var(--gold); color: var(--ink); padding: .15em .6em; border-radius: 8px; border: 2px solid var(--ink-2); box-shadow: 2px 2px 0 var(--ink-2); transform: rotate(-4deg); }
.world__name { font-family: var(--font-display); font-size: 1.7rem; line-height: 1; margin: 0 0 .25em; text-shadow: 2px 2px 0 var(--ink-2); }
.world__set { font-family: var(--font-label); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; color: var(--gold); margin: 0 0 .6em; }
.world__sig { font-size: .95rem; color: #f3e8d8; margin: 0 0 .6em; line-height: 1.4; }
.world__boss { font-family: var(--font-label); font-weight: 600; font-size: .9rem; letter-spacing: .06em; color: #ffd9c4; margin: 0; }
.world__boss b { color: var(--magenta); font-weight: 700; letter-spacing: .1em; }
.world--redacted { --wc-a: #0a3e4c; --wc-b: #062a33; }
.world--redacted .world__img {
  background:
    radial-gradient(40% 30% at 30% 30%, rgba(33, 184, 204, .45), transparent 70%),
    radial-gradient(35% 25% at 70% 60%, rgba(255, 176, 32, .35), transparent 70%),
    radial-gradient(60% 40% at 50% 100%, rgba(255, 120, 20, .25), transparent 70%),
    repeating-radial-gradient(circle at 60% 20%, rgba(255, 255, 255, .05) 0 6px, transparent 6px 22px),
    linear-gradient(180deg, #0b4c5c, #052228);
}
.redact {
  position: absolute; z-index: 3; left: 50%; top: 34%; transform: translate(-50%, -50%) rotate(-12deg);
  font-family: var(--font-display); font-size: 1.5rem; letter-spacing: .12em; color: var(--magenta); border: 4px solid var(--magenta); padding: .2em .6em; border-radius: 8px; text-transform: uppercase; white-space: nowrap;
  opacity: .9; mix-blend-mode: screen;
}
.redact small { display: block; font-family: var(--font-label); font-size: .62rem; letter-spacing: .2em; text-align: center; }

/* ---------- Moves + modes ---------- */
.moves { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 clamp(28px, 4vw, 44px); padding: 0; list-style: none; }
.moves li { font-family: var(--font-display); font-size: 1.05rem; color: var(--cream); background: var(--ink-2); padding: .4em .9em; border-radius: 999px; border: 2px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); }
.moves li b { color: var(--gold); font-weight: 400; }
.moves li.is-roar { background: var(--red); border-color: var(--ink-2); }
.modes { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 760px) { .modes { grid-template-columns: repeat(4, 1fr); } }
.mode {
  position: relative; border-radius: 16px; border: 3px solid var(--ink-2); background: var(--paper); padding: 18px 16px 18px; min-height: 190px;
  box-shadow: 5px 6px 0 var(--ink-2); display: flex; flex-direction: column; gap: 8px; transition: transform .3s var(--ease-out);
}
.mode:hover { transform: translateY(-4px) rotate(-.6deg); }
.mode--img { color: #fff; overflow: hidden; justify-content: flex-end; min-height: 250px; grid-row: span 1; }
.mode--img > picture { position: absolute; inset: 0; z-index: 0; }
.mode--img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out); }
.mode--img:hover img { transform: scale(1.05); }
.mode--img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 12, 24, 0) 30%, rgba(20, 12, 24, .88) 100%); z-index: 1; }
.mode--img > :not(picture) { position: relative; z-index: 2; }
.mode--img h3 { text-shadow: 2px 2px 0 var(--ink-2); }
.mode--img p { color: #f3e8d8; }
.mode__icon { width: 44px; height: 44px; color: var(--mane-2); }
.mode__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.mode h3 { font-size: 1.35rem; margin: 0; }
.mode p { margin: 0; font-size: .96rem; line-height: 1.45; color: var(--ink-3); }
.mode__tag { position: absolute; top: -12px; right: 12px; font-family: var(--font-label); font-weight: 700; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; background: var(--teal); color: #fff; padding: .3em .7em; border-radius: 6px; border: 2px solid var(--ink-2); z-index: 3; }
.mode__tag--paid { background: var(--amber); color: var(--ink); }

/* ---------- Cast: specimen files ---------- */
.cast { display: grid; gap: 22px; grid-template-columns: 1fr; }
@media (min-width: 560px) { .cast { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .cast { grid-template-columns: repeat(4, 1fr); } }
.file {
  --fc: var(--mane);
  position: relative; background: var(--paper); border: 3px solid var(--ink-2); border-radius: 16px; padding: 46px 18px 22px;
  box-shadow: 6px 7px 0 var(--ink-2); transform: rotate(var(--tilt, 0deg)); transition: transform .35s var(--ease-out);
}
.file:hover { transform: rotate(0) translateY(-6px); }
.file:nth-child(1) { --tilt: -1.4deg; } .file:nth-child(2) { --tilt: 1.2deg; } .file:nth-child(3) { --tilt: -1deg; } .file:nth-child(4) { --tilt: 1.5deg; }
.file__tab {
  position: absolute; top: -16px; left: 18px;
  font-family: var(--font-label); font-weight: 700; text-transform: uppercase; letter-spacing: .18em; font-size: .78rem;
  background: var(--ink-2); color: var(--gold); padding: .45em .9em; border-radius: 8px 8px 0 0; border: 2px solid var(--ink-2);
}
.file__art { position: relative; aspect-ratio: 1; margin: 0 auto 14px; width: min(100%, 260px); }
.file__art::before { content: ""; position: absolute; inset: 8% 4% 4% 4%; border-radius: 46% 54% 52% 48% / 50% 44% 56% 50%; background: radial-gradient(circle at 40% 30%, color-mix(in srgb, var(--fc) 80%, white) 0%, var(--fc) 60%, color-mix(in srgb, var(--fc) 70%, black) 100%); border: 3px solid var(--ink-2); }
.file__art img { position: relative; z-index: 1; height: 100%; width: auto; margin: 0 auto; object-fit: contain; filter: drop-shadow(0 10px 10px rgba(0, 0, 0, .35)); transition: transform .4s var(--ease-bounce); }
.file:hover .file__art img { transform: scale(1.05) rotate(-2deg); }
.file__name { font-size: 1.6rem; margin: 0 0 .1em; }
.file__role { font-family: var(--font-label); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; color: var(--teal-2); margin: 0 0 .7em; }
.file__bio { margin: 0; font-size: .97rem; line-height: 1.5; color: var(--ink-3); }
.file__quote { margin: .8em 0 0; font-family: var(--font-display); font-size: 1rem; color: var(--rust); }
.file--rory { --fc: #ff9a2e; } .file--kip { --fc: #43c3b8; } .file--nyra { --fc: #f0b23a; } .file--rook { --fc: #7fb4e8; }
.file--rook .file__art::before { background: radial-gradient(circle at 40% 30%, #dff3ff 0%, #9fd0ff 45%, #3f5f8f 100%); }

.pride { margin-top: clamp(32px, 5vw, 56px); display: grid; gap: 18px; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 900px) { .pride { grid-template-columns: 1fr 1.4fr; } }
.chips { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; }
.chips li { background: var(--cream); border: 2px solid var(--ink-2); border-radius: 12px; padding: .5em .8em; font-size: .95rem; box-shadow: 3px 3px 0 var(--ink-2); }
.chips b { font-family: var(--font-display); font-weight: 400; color: var(--rust); margin-right: .35em; }

/* ---------- Promise ---------- */
.vows { display: grid; gap: 12px; grid-template-columns: 1fr; margin: 0; padding: 0; list-style: none; }
@media (min-width: 700px) { .vows { grid-template-columns: repeat(2, 1fr); } }
.vow {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-display); font-size: clamp(1.1rem, 1rem + .5vw, 1.4rem); line-height: 1.15;
  background: rgba(255, 255, 255, .05); border: 2px solid rgba(255, 255, 255, .14); border-radius: 14px; padding: 14px 18px;
}
.vow i { flex: none; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; border: 2px solid currentColor; }
.vow i svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.vow--no i { color: var(--magenta); }
.vow--yes { grid-column: 1 / -1; background: rgba(22, 167, 159, .16); border-color: var(--teal); }
.vow--yes i { color: #6ff2e8; }
.deal { margin-top: clamp(32px, 5vw, 56px); display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .deal { grid-template-columns: 1fr auto 1fr; align-items: stretch; } }
.deal__step { background: var(--paper); color: var(--ink); border: 3px solid var(--ink-2); border-radius: 16px; padding: 22px 22px 20px; box-shadow: 6px 7px 0 #000; position: relative; }
.deal__step h3 { margin: 0 0 .3em; color: var(--rust); }
.deal__step .label { color: var(--teal-2); display: block; margin-bottom: .5em; }
.deal__step p { margin: 0; font-size: .98rem; color: var(--ink-3); }
.deal__step ul { margin: .6em 0 0; padding-left: 1.1em; font-size: .95rem; color: var(--ink-3); }
.deal__arrow { display: grid; place-items: center; font-family: var(--font-display); font-size: 1.1rem; color: var(--gold); text-align: center; padding: 6px 14px; }
.deal__arrow svg { width: 44px; height: 44px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 759px) { .deal__arrow svg { transform: rotate(90deg); } }
.deal__note { grid-column: 1 / -1; font-size: .95rem; color: #d9cfbf; margin: 4px 0 0; }

/* ---------- Teaser ---------- */
.teaser { position: relative; border-radius: 22px; overflow: hidden; border: 4px solid var(--ink-2); box-shadow: var(--shadow-pop); background: var(--storm-3); aspect-ratio: 16 / 9; }
.teaser video { width: 100%; height: 100%; object-fit: cover; display: block; }
.teaser__play {
  position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .35)); border: 0; cursor: pointer; color: var(--cream); padding: 0;
}
.teaser__play span { display: inline-grid; place-items: center; width: clamp(72px, 10vw, 110px); aspect-ratio: 1; border-radius: 50%; background: var(--mane); border: 4px solid var(--ink-2); box-shadow: 0 10px 0 var(--ink-2); transition: transform .2s var(--ease-bounce); }
.teaser__play:hover span { transform: scale(1.08); }
.teaser__play svg { width: 42%; height: 42%; fill: var(--ink); margin-left: 6%; }
.teaser.is-playing .teaser__play { display: none; }
.teaser__note { margin-top: 14px; font-family: var(--font-label); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-size: .8rem; color: #cfe9ee; }

/* ---------- Studio ---------- */
.studio { display: grid; gap: clamp(28px, 5vw, 64px); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) { .studio { grid-template-columns: .8fr 1.2fr; } }
.poster { width: min(100%, 380px); margin-inline: auto; border: 6px solid var(--paper); box-shadow: 0 0 0 3px var(--ink-2), 14px 16px 0 var(--ink-2); transform: rotate(-3deg); border-radius: 6px; overflow: hidden; background: var(--storm-2); }
.poster img { width: 100%; height: auto; }
.facts { display: grid; gap: 10px; grid-template-columns: 1fr; margin: 1.4rem 0 0; padding: 0; list-style: none; }
@media (min-width: 560px) { .facts { grid-template-columns: 1fr 1fr; } }
.facts li { background: var(--paper); border: 2px solid var(--ink-2); border-radius: 12px; padding: 12px 14px; box-shadow: 3px 3px 0 var(--ink-2); }
.facts .label { color: var(--teal-2); display: block; margin-bottom: .2em; font-size: .75rem; }
.facts strong { font-family: var(--font-display); font-weight: 400; font-size: 1.1rem; color: var(--ink); word-break: break-word; }
.contact { margin-top: 1.6rem; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ---------- Footer ---------- */
.foot { background: var(--storm-3); color: #cfc6b9; padding: clamp(40px, 6vw, 72px) 0 32px; border-top: 4px solid var(--ink-2); }
.foot a { color: #f1e6d2; }
.foot a:hover { color: var(--gold); }
.foot__grid { display: grid; gap: 28px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .foot__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.foot h4 { color: var(--gold); font-size: 1.1rem; letter-spacing: .06em; margin-bottom: .6em; }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.foot__legal { margin-top: 32px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .88rem; line-height: 1.6; color: #a99f92; }
.foot__legal p { margin: 0 0 .5em; }
.foot .brand svg { height: 34px; }
.foot__blurb { max-width: 36ch; font-size: .95rem; }
.social:empty { display: none; }

/* ---------- Sub-pages (privacy / support / 404) ---------- */
.page-hero { background: linear-gradient(180deg, var(--storm-2), var(--storm)); color: var(--cream); padding: clamp(40px, 6vw, 72px) 0 clamp(36px, 5vw, 60px); border-bottom: 4px solid var(--ink-2); }
.page-hero h1 { font-size: clamp(2.4rem, 1.8rem + 3vw, 4.4rem); color: var(--gold); text-shadow: 4px 4px 0 var(--ink-2); margin: .1em 0 .2em; }
.page-hero p { max-width: 60ch; color: #eadfcc; font-size: 1.08rem; }
.doc { display: grid; gap: clamp(28px, 5vw, 64px); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 900px) { .doc { grid-template-columns: 250px 1fr; } }
.doc__toc { position: sticky; top: 20px; background: var(--paper); border: 3px solid var(--ink-2); border-radius: 14px; padding: 16px 18px; box-shadow: 5px 6px 0 var(--ink-2); }
.doc__toc h2 { font-size: 1.1rem; letter-spacing: .06em; margin-bottom: .5em; }
.doc__toc ol { margin: 0; padding-left: 1.2em; font-size: .95rem; display: grid; gap: 6px; }
.doc__body { max-width: 72ch; }
.doc__body h2 { font-size: clamp(1.6rem, 1.3rem + 1.2vw, 2.3rem); margin-top: 1.6em; scroll-margin-top: 24px; }
.doc__body h2:first-child { margin-top: 0; }
.doc__body h3 { font-size: 1.25rem; margin-top: 1.4em; }
.doc__body ul { padding-left: 1.2em; }
.doc__body li { margin-bottom: .35em; }
.doc__body table { border-collapse: collapse; width: 100%; font-size: .95rem; margin: 1em 0; }
.doc__body th, .doc__body td { text-align: left; border: 2px solid var(--sand-2); padding: 8px 10px; vertical-align: top; }
.doc__body th { background: var(--paper); font-family: var(--font-label); text-transform: uppercase; letter-spacing: .1em; font-size: .8rem; }
.notice { background: #fff1c2; border: 3px dashed var(--amber); border-radius: 12px; padding: 14px 18px; margin: 0 0 1.4em; font-size: .98rem; }
.notice b { font-family: var(--font-display); font-weight: 400; color: var(--rust); letter-spacing: .04em; }
.meta { font-family: var(--font-label); font-weight: 600; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; color: var(--teal-2); }
.faq { display: grid; gap: 12px; }
.faq details { background: var(--paper); border: 3px solid var(--ink-2); border-radius: 14px; box-shadow: 5px 6px 0 var(--ink-2); }
.faq summary { cursor: pointer; list-style: none; padding: 16px 52px 16px 18px; font-family: var(--font-display); font-size: 1.15rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--mane); border: 2px solid var(--ink-2); font-family: var(--font-display); color: var(--ink); }
.faq details[open] summary::after { content: "–"; }
.faq details > div { padding: 0 18px 16px; color: var(--ink-3); }
.faq details > div p:last-child { margin-bottom: 0; }
.oops { text-align: center; padding: clamp(48px, 8vw, 100px) 0; }
.oops__art { width: min(60vw, 300px); margin: 0 auto 10px; border-radius: 50%; overflow: hidden; border: 5px solid var(--ink-2); box-shadow: 8px 10px 0 var(--ink-2); transform: rotate(-4deg); background: #d9d6d6; }
.oops h1 { font-size: clamp(3rem, 2rem + 6vw, 7rem); color: var(--mane-2); text-shadow: 5px 5px 0 var(--ink-2); margin: .2em 0 .1em; }
.oops p { max-width: 44ch; margin-inline: auto; }

/* ---------- Motion ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.js [data-reveal].in { opacity: 1; transform: none; }
.js [data-reveal="pop"] { transform: scale(.92) rotate(-2deg); }
.js [data-reveal].in[data-reveal="pop"] { transform: none; transition-timing-function: var(--ease-bounce); }
[data-delay="1"] { transition-delay: .1s !important; } [data-delay="2"] { transition-delay: .2s !important; } [data-delay="3"] { transition-delay: .3s !important; } [data-delay="4"] { transition-delay: .4s !important; } [data-delay="5"] { transition-delay: .5s !important; }

@keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes slam { 0% { opacity: 0; transform: scale(1.25) rotate(-6deg); } 60% { opacity: 1; transform: scale(.96) rotate(1deg); } 100% { transform: scale(1) rotate(0); } }
@keyframes pop { 0% { opacity: 0; transform: scale(.6) translateY(30px); } 70% { transform: scale(1.06) translateY(-4px); } 100% { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes bob { 0%, 100% { translate: 0 0; rotate: 0deg; } 50% { translate: 0 -8px; rotate: -1.5deg; } }
@keyframes tvin { from { opacity: 0; transform: rotate(-6deg) translateY(40px) scale(.94); } to { opacity: 1; transform: rotate(-1.8deg) translateY(0) scale(1); } }
.hero .sign { animation: rise .7s var(--ease-out) both; }
.hero .wordmark { animation: slam .8s var(--ease-bounce) .1s both; }
.hero .ribbon { animation: rise .7s var(--ease-out) .35s both; }
.hero .hero__tag { animation: rise .7s var(--ease-out) .45s both; }
.hero .hero__lead { animation: rise .7s var(--ease-out) .55s both; }
.hero .launch { animation: rise .7s var(--ease-out) .65s both; }
.hero .cta { animation: rise .7s var(--ease-out) .75s both; }
.hero .tv { animation: tvin .9s var(--ease-out) .3s both; }
.hero .cutout--rory { animation: pop .8s var(--ease-bounce) .8s both; }
.hero .cutout--rory img { animation: bob 4.5s ease-in-out 1.8s infinite; }
.hero .cutout--kip { animation: pop .7s var(--ease-bounce) 1.05s both; }
.hero .tv__caption { animation: rise .7s var(--ease-out) 1s both; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .ticker__track { animation: none; flex-wrap: wrap; width: auto; }
  .ticker__track .ticker__item:nth-child(2) { display: none; }
  .world:hover, .file:hover, .mode:hover, .btn:hover { transform: none; }
}

/* ---------- Print ---------- */
@media print {
  body::before, .ticker, .top, .cutout, .tv__mute { display: none !important; }
  .sec--dark, .sec--sea, .page-hero, .foot { background: #fff !important; color: #000 !important; }
}
