/* =========================================================
   THE MLB OPEN — Content Strategy V2 · microsite
   Palette + type retained from the source deck:
   Anton / Inter · #0B1934 #132543 #1B2F51 #BD1D38 #CE2D49 #99162D #5B6472 #ECEEF2
   ========================================================= */

@property --bg     { syntax: '<color>'; inherits: true; initial-value: #0B1934; }
@property --fg     { syntax: '<color>'; inherits: true; initial-value: #FFFFFF; }
@property --muted  { syntax: '<color>'; inherits: true; initial-value: rgba(255,255,255,.64); }
@property --accent { syntax: '<color>'; inherits: true; initial-value: #CE2D49; }
@property --line   { syntax: '<color>'; inherits: true; initial-value: rgba(255,255,255,.14); }
@property --card   { syntax: '<color>'; inherits: true; initial-value: #132543; }

:root {
  --navy: #0B1934;
  --navy-2: #132543;
  --navy-3: #1B2F51;
  --red: #BD1D38;
  --red-hi: #CE2D49;
  --red-dk: #99162D;
  --slate: #5B6472;
  --paper: #ECEEF2;
  --white: #FFFFFF;

  --f-display: 'Anton', 'Impact', 'Haettenschweiler', sans-serif;
  --f-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --gutter: clamp(16px, 5vw, 96px);
  --max: 1520px;
  --ease: cubic-bezier(.2,.7,.1,1);
  --ease-io: cubic-bezier(.65,0,.35,1);
  --bar-h: 76px;
}

body[data-theme="navy"]  { --bg: #0B1934; --fg: #FFFFFF; --muted: rgba(255,255,255,.64); --accent: #CE2D49; --line: rgba(255,255,255,.14); --card: #132543; }
body[data-theme="paper"] { --bg: #ECEEF2; --fg: #0B1934; --muted: #5B6472;              --accent: #BD1D38; --line: rgba(11,25,52,.14);   --card: #FFFFFF; }
body[data-theme="red"]   { --bg: #BD1D38; --fg: #FFFFFF; --muted: rgba(255,255,255,.78); --accent: #0B1934; --line: rgba(255,255,255,.22); --card: #99162D; }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: var(--bar-h); }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: --bg .9s var(--ease-io), --fg .9s var(--ease-io), --muted .9s var(--ease-io),
              --accent .9s var(--ease-io), --line .9s var(--ease-io), --card .9s var(--ease-io);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p, figure, fieldset { margin: 0; }
::selection { background: var(--red-hi); color: #fff; }
:focus-visible { outline: 2px solid var(--red-hi); outline-offset: 3px; }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: fixed; left: 16px; top: -60px; z-index: 200; background: var(--red); color: #fff; padding: 10px 14px; font-weight: 700; }
.skip:focus { top: 12px; }

.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.pad { padding-block: clamp(96px, 14vw, 200px); }

/* Film grain over everything — ties every section together */
.grain {
  position: fixed; inset: -50%; z-index: 90; pointer-events: none; opacity: .07;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 .9 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  mix-blend-mode: overlay;
  animation: grain 1.2s steps(6) infinite;
}
@keyframes grain {
  0% { transform: translate(0,0); } 20% { transform: translate(-3%,2%); } 40% { transform: translate(2%,-4%); }
  60% { transform: translate(-4%,-1%); } 80% { transform: translate(3%,3%); } 100% { transform: translate(0,0); }
}

/* ---------- Type ---------- */
.display {
  font-family: var(--f-display); font-weight: 400; text-transform: uppercase;
  line-height: .92; letter-spacing: .004em; font-size: clamp(40px, 6vw, 92px);
}
.display--lg { font-size: clamp(40px, 6.2vw, 104px); }
.display--xl { font-size: clamp(48px, 8.4vw, 148px); }
.accent { color: var(--accent); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font: 700 12px/1 var(--f-body); letter-spacing: .2em; text-transform: uppercase; color: var(--accent);
  margin-bottom: 20px;
}
.eyebrow::before { content: ''; width: 8px; height: 8px; background: currentColor; flex: none; }
.eyebrow--plain { color: inherit; }
.eyebrow--plain::before { background: var(--accent); }
body[data-theme="red"] .eyebrow--plain::before { background: #fff; }
.lede { font-size: clamp(17px, 1.45vw, 21px); line-height: 1.5; color: var(--muted); max-width: 44ch; }
.h-sub {
  font: 400 clamp(20px, 1.7vw, 24px)/1 var(--f-display); letter-spacing: .02em;
  padding-bottom: 16px; margin-bottom: 20px; border-bottom: 1px solid var(--line);
}

/* Split-word helper (JS wraps words) */
.w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .04em; margin-bottom: -.04em; }
.w > span { display: inline-block; will-change: transform; }

/* Viewfinder corners — the deck's 14px corner squares, reinterpreted */
.corners { position: relative; }
.corners::after {
  content: ''; position: absolute; inset: -7px; pointer-events: none; z-index: 3;
  --c: currentColor; --s: 14px; --t: 2px;
  background:
    linear-gradient(var(--c),var(--c)) top left / var(--s) var(--t),
    linear-gradient(var(--c),var(--c)) top left / var(--t) var(--s),
    linear-gradient(var(--c),var(--c)) top right / var(--s) var(--t),
    linear-gradient(var(--c),var(--c)) top right / var(--t) var(--s),
    linear-gradient(var(--c),var(--c)) bottom left / var(--s) var(--t),
    linear-gradient(var(--c),var(--c)) bottom left / var(--t) var(--s),
    linear-gradient(var(--c),var(--c)) bottom right / var(--s) var(--t),
    linear-gradient(var(--c),var(--c)) bottom right / var(--t) var(--s);
  background-repeat: no-repeat;
  opacity: .85;
}

/* ---------- Reveal states (only when JS animation is on) ---------- */
html.anim [data-reveal],
html.anim [data-reveal-group] > * { opacity: 0; transform: translateY(28px); }

/* =========================================================
   CHROME
   ========================================================= */
.bar {
  position: fixed; inset: 0 0 auto 0; z-index: 80; height: var(--bar-h);
  padding-top: max(10px, env(safe-area-inset-top));
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding-inline: clamp(16px, 3vw, 40px);
  font: 700 12px/1 var(--f-body); letter-spacing: .16em; text-transform: uppercase;
  color: var(--fg);
  transition: background-color .4s, transform .5s var(--ease);
}
.bar.is-scrolled { background: color-mix(in srgb, var(--bg) 82%, transparent); backdrop-filter: blur(14px) saturate(1.2); -webkit-backdrop-filter: blur(14px) saturate(1.2); }
.bar.is-hidden { transform: translateY(-100%); }
.bar__mark { display: flex; align-items: center; gap: 14px; min-width: 0; }
.bar__logo { font-family: var(--f-display); font-weight: 400; font-size: 18px; letter-spacing: .06em; white-space: nowrap; }
.bar__sep { width: 18px; height: 1px; background: currentColor; opacity: .5; flex: none; }
.bar__label { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; opacity: .85; display: inline-block; }
.bar__label.swap { animation: labelSwap .5s var(--ease); }
@keyframes labelSwap { from { opacity: 0; transform: translateY(8px); } to { opacity: .85; transform: none; } }
.bar__right { display: flex; align-items: center; gap: 28px; }
.bar__credit { opacity: .7; white-space: nowrap; }
.bar__menu { display: flex; align-items: center; gap: 12px; font: inherit; letter-spacing: inherit; text-transform: inherit; padding: 10px 0; }
.bar__burger { width: 22px; height: 10px; position: relative; display: block; }
.bar__burger i { position: absolute; left: 0; right: 0; height: 2px; background: currentColor; transition: transform .4s var(--ease), top .4s var(--ease); }
.bar__burger i:first-child { top: 0; }
.bar__burger i:last-child { top: 8px; }
.bar__menu[aria-expanded="true"] .bar__burger i:first-child { top: 4px; transform: rotate(45deg); }
.bar__menu[aria-expanded="true"] .bar__burger i:last-child { top: 4px; transform: rotate(-45deg); }
.bar__progress { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; }
.bar__progress i { display: block; height: 100%; width: 100%; background: var(--red-hi); transform-origin: left; transform: scaleX(0); }
body[data-theme="red"] .bar__progress i { background: #fff; }

/* Scorebug — broadcast-style chapter tracker */
.scorebug {
  position: fixed; left: clamp(16px, 3vw, 40px); bottom: 28px; z-index: 80;
  opacity: 0; transform: translateY(12px); pointer-events: none;
  transition: opacity .5s, transform .5s var(--ease);
}
.scorebug.is-on { opacity: 1; transform: none; pointer-events: auto; }
.scorebug ol { display: flex; gap: 4px; padding: 8px; background: color-mix(in srgb, var(--navy) 88%, transparent); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.12); }
.scorebug a { position: relative; display: block; width: 34px; height: 6px; background: rgba(255,255,255,.18); }
.scorebug a::before { content: ''; position: absolute; inset: -10px -2px; }
.sb__fill { position: absolute; inset: 0; background: var(--red-hi); transform-origin: left; transform: scaleX(0); }
.sb__tip {
  position: absolute; left: 0; bottom: calc(100% + 18px); white-space: nowrap;
  font: 700 11px/1 var(--f-body); letter-spacing: .14em; text-transform: uppercase; color: #fff;
  background: var(--red); padding: 8px 10px; opacity: 0; transform: translateY(4px); transition: .25s var(--ease); pointer-events: none;
}
.scorebug a:hover .sb__tip, .scorebug a:focus-visible .sb__tip { opacity: 1; transform: none; }
.scorebug a.is-current { background: rgba(255,255,255,.34); }

/* Menu overlay */
.menu {
  position: fixed; inset: 0; z-index: 70; background: var(--red); color: #fff;
  display: flex; align-items: center;
  clip-path: inset(0 0 100% 0); transition: clip-path .7s var(--ease-io);
}
.menu[hidden] { display: flex; visibility: hidden; }
.menu.is-open { clip-path: inset(0 0 0 0); visibility: visible; }
.menu__inner { width: 100%; max-width: var(--max); margin-inline: auto; padding: calc(var(--bar-h) + 24px) var(--gutter) 40px; }
.menu .eyebrow { color: #fff; }
.menu .eyebrow::before { background: #fff; }
.menu__list li { border-top: 1px solid rgba(255,255,255,.25); overflow: hidden; }
.menu__list li:last-child { border-bottom: 1px solid rgba(255,255,255,.25); }
.menu__list a {
  display: block; padding: clamp(10px, 1.6vh, 18px) 0;
  font: 400 clamp(30px, 5.2vw, 72px)/1 var(--f-display); text-transform: uppercase;
  transform: translateY(100%); transition: transform .7s var(--ease), color .2s, padding-left .35s var(--ease);
}
.menu.is-open .menu__list a { transform: none; }
.menu.is-open .menu__list li:nth-child(2) a { transition-delay: .04s; }
.menu.is-open .menu__list li:nth-child(3) a { transition-delay: .08s; }
.menu.is-open .menu__list li:nth-child(4) a { transition-delay: .12s; }
.menu.is-open .menu__list li:nth-child(5) a { transition-delay: .16s; }
.menu.is-open .menu__list li:nth-child(6) a { transition-delay: .2s; }
.menu.is-open .menu__list li:nth-child(7) a { transition-delay: .24s; }
.menu__list a:hover, .menu__list a:focus-visible { color: var(--navy); padding-left: 16px; }
body.menu-open .bar { color: #fff; background: transparent; backdrop-filter: none; }
body.menu-open .bar__label, body.menu-open .bar__sep { opacity: 0; }

/* =========================================================
   HERO
   ========================================================= */
.hero { position: relative; padding-top: calc(var(--bar-h) + clamp(40px, 7vw, 96px)); padding-bottom: 32px; min-height: 100svh; display: flex; flex-direction: column; }
.hero__head { position: relative; z-index: 2; text-align: center; }
.hero__eyebrow { color: #fff; opacity: .8; }
.hero__eyebrow::before { background: var(--red-hi); }
.hero__title { font-family: var(--f-display); font-weight: 400; line-height: .84; letter-spacing: .002em; font-size: clamp(76px, 16.5vw, 300px); }
.hero__line { display: block; overflow: hidden; padding-bottom: .02em; }
.hero__line > span { display: inline-block; }
.hero__line:first-child { font-size: .42em; line-height: 1; letter-spacing: .3em; margin-right: -.3em; }
.hero__sub { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-top: clamp(16px, 2vw, 28px); }
.hero__v2 { font: 400 clamp(22px, 2.6vw, 44px)/1 var(--f-display); color: var(--red-hi); letter-spacing: .04em; }
.hero__lede { font-size: clamp(15px, 1.35vw, 19px); color: rgba(255,255,255,.78); max-width: 40ch; }
.hero__media {
  position: relative; z-index: 1; color: #fff;
  width: min(1180px, calc(100% - 2 * var(--gutter))); margin: clamp(-40px, -3vw, -16px) auto 0;
  margin-top: clamp(36px, 5vw, 64px);
  aspect-ratio: 16 / 8.2;
}
.hero__img { position: absolute; inset: 0; overflow: hidden; }
.hero__img img { width: 100%; height: 100%; object-fit: cover; transform-origin: 50% 40%; }
.hero__img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,25,52,0) 55%, rgba(11,25,52,.55)); }
html.anim .hero__img { clip-path: inset(12% 12% 12% 12%); }
.hero__meta {
  display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 28px;
  font: 700 12px/1 var(--f-body); letter-spacing: .16em; opacity: .75;
}
.hero__cue { width: 1px; height: 40px; background: rgba(255,255,255,.25); position: relative; overflow: hidden; }
.hero__cue i { position: absolute; left: 0; top: -40%; width: 1px; height: 40%; background: #fff; animation: cue 2s var(--ease-io) infinite; }
@keyframes cue { to { top: 100%; } }

/* =========================================================
   TABLE OF CONTENTS
   ========================================================= */
.toc { position: relative; padding-block: clamp(96px, 12vw, 180px); overflow: hidden; }
.toc__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; align-items: start; }
.toc__title { font-size: clamp(48px, 6vw, 96px); position: sticky; top: calc(var(--bar-h) + 40px); }
.toc__list li { border-top: 1px solid var(--line); }
.toc__list li:last-child { border-bottom: 1px solid var(--line); }
.toc__list a {
  position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: clamp(18px, 2.2vw, 30px) 0; font: 400 clamp(24px, 2.8vw, 44px)/1 var(--f-display); text-transform: uppercase;
  transition: padding .45s var(--ease), color .3s;
}
.toc__list a::before { content: ''; position: absolute; inset: 0; background: var(--navy); transform: scaleY(0); transform-origin: bottom; transition: transform .45s var(--ease); z-index: -1; }
.toc__list li { position: relative; z-index: 0; }
.toc__list a:hover, .toc__list a:focus-visible { padding-inline: 20px; }
.toc__list a:hover::before, .toc__list a:focus-visible::before { transform: scaleY(1); }
.toc__arrow { font-family: var(--f-body); font-size: .6em; transform: translateX(-10px); opacity: 0; transition: .4s var(--ease); }
.toc__list a:hover .toc__arrow, .toc__list a:focus-visible .toc__arrow { transform: none; opacity: 1; }
.toc__peek {
  position: fixed; left: 0; top: 0; z-index: 60; width: 260px; aspect-ratio: 4/3; pointer-events: none;
  opacity: 0; transform: translate(-50%, -50%) scale(.8) rotate(-3deg); transition: opacity .3s, transform .45s var(--ease);
  box-shadow: 0 30px 60px rgba(0,0,0,.35); overflow: hidden;
}
.toc__peek.is-on { opacity: 1; transform: translate(-50%, -50%) scale(1) rotate(-3deg); }
.toc__peek img { width: 100%; height: 100%; object-fit: cover; }

/* =========================================================
   WHERE WE'VE LANDED
   ========================================================= */
.landed__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: clamp(48px, 6vw, 88px); flex-wrap: wrap; }
.landed__tag { font-size: clamp(20px, 2vw, 30px); color: var(--muted); display: flex; flex-direction: column; align-items: flex-start; text-align: left; line-height: 1.25; }
.landed__tag span:last-child { color: var(--accent); font-weight: 600; }
.panels { display: flex; gap: 12px; height: clamp(440px, 46vw, 620px); }
.panel {
  position: relative; flex: 1 1 0; min-width: 0; overflow: hidden; background: var(--navy); color: #fff; cursor: default;
  transition: flex-grow .8s var(--ease);
}
.panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); transition: transform 1.2s var(--ease), filter .8s; filter: saturate(.85); }
.panel::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,25,52,.1) 20%, rgba(11,25,52,.92) 100%); transition: opacity .6s; }
.panel__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: clamp(20px, 2vw, 32px); }
.panel__num { display: block; font: 400 clamp(44px, 4.4vw, 72px)/1 var(--f-display); color: rgba(255,255,255,.9); margin-bottom: 14px; }
.panel__title { font: 400 clamp(20px, 1.8vw, 28px)/1 var(--f-display); letter-spacing: .02em; }
.panel__desc { font-size: 15px; line-height: 1.45; color: rgba(255,255,255,.82); max-width: 30ch; margin-top: 10px; }
.panel::before { content: ''; position: absolute; left: 0; top: 0; height: 4px; width: 100%; background: var(--red-hi); z-index: 3; transform: scaleX(0); transform-origin: left; transition: transform .7s var(--ease); }
@media (hover: hover) and (min-width: 901px) {
  .panels:hover .panel, .panels:focus-within .panel { flex-grow: .8; }
  .panels .panel:hover, .panels .panel:focus-within, .panels .panel:focus { flex-grow: 2.4; }
  .panel:hover img, .panel:focus img { transform: scale(1); filter: saturate(1.05); }
  .panel:hover::before, .panel:focus::before { transform: scaleX(1); }
}

/* =========================================================
   THE CONTENT SYSTEM
   ========================================================= */
.system__title { margin-bottom: clamp(56px, 7vw, 104px); }
.system__blocks { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 1.6vw, 24px); }
.sblock {
  position: relative; display: flex; flex-direction: column; background: var(--navy-2); padding: clamp(20px, 2vw, 30px);
  border-top: 3px solid var(--red-hi); transition: transform .5s var(--ease), background .4s;
}
.sblock:hover { transform: translateY(-6px); background: var(--navy-3); }
.sblock__label { font: 400 clamp(18px, 1.5vw, 22px)/1.1 var(--f-display); color: var(--red-hi); letter-spacing: .02em; }
.sblock__desc { margin-top: 10px; font-size: clamp(15px, 1.2vw, 18px); color: rgba(255,255,255,.86); min-height: 2.9em; }
.sblock__media { margin-top: 22px; aspect-ratio: 16/10; overflow: hidden; }
.sblock__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.sblock:hover .sblock__media img { transform: scale(1.05); }
.sblock__media--split { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.system__wires { display: block; width: 100%; height: clamp(70px, 9vw, 140px); overflow: visible; }
.system__wires path { fill: none; stroke: var(--red-hi); stroke-width: 2; vector-effect: non-scaling-stroke; }
.system__wires--m { display: none; }
.payoff-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
  background: var(--red); padding: clamp(24px, 3vw, 44px) clamp(24px, 3vw, 48px); position: relative; overflow: hidden;
}
.payoff-bar .eyebrow { margin-bottom: 12px; }
.payoff-bar .eyebrow--plain::before { background: #fff; }
.payoff-bar__title { font: 400 clamp(30px, 3.6vw, 56px)/1 var(--f-display); }
.payoff-bar__desc { font-size: clamp(15px, 1.25vw, 18px); max-width: 36ch; color: rgba(255,255,255,.9); }
.payoff-bar::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, transparent 30%, rgba(255,255,255,.14) 50%, transparent 70%); transform: translateX(-100%); transition: transform 1s var(--ease); }
.payoff-bar:hover::after { transform: translateX(100%); }

/* =========================================================
   DIVIDERS
   ========================================================= */
.divider { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; padding: calc(var(--bar-h) + 8px) clamp(12px, 3vw, 56px) clamp(12px, 3vw, 56px); color: #fff; }
.divider__frame { position: absolute; inset: calc(var(--bar-h) + 8px) clamp(12px, 3vw, 56px) clamp(12px, 3vw, 56px); color: #fff; }
.divider__img { position: absolute; inset: 0; overflow: hidden; background: var(--navy-2); }
.divider__img img { width: 100%; height: 100%; object-fit: cover; }
.divider__img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,25,52,.05) 30%, rgba(11,25,52,.35) 60%, rgba(11,25,52,.92) 100%); }
.divider__text { position: relative; z-index: 4; padding-bottom: clamp(24px, 4vw, 64px); }
.divider__kicker { font: 700 13px/1 var(--f-body); letter-spacing: .24em; color: var(--red-hi); margin-bottom: 12px; display: flex; align-items: center; gap: 14px; }
.divider__kicker::after { content: ''; width: 64px; height: 2px; background: currentColor; }
.divider__title { font: 400 clamp(64px, 13vw, 240px)/.86 var(--f-display); letter-spacing: -.004em; text-shadow: 0 8px 40px rgba(0,0,0,.3); }

.divider__frame--gradient { background: radial-gradient(120% 90% at 80% 10%, #99162D 0%, #3a1a3c 40%, #0B1934 78%); overflow: hidden; }
.reels { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2.4vw, 40px); padding: 6% 6% 22%; }
.reel { position: relative; flex: none; transition: transform .6s var(--ease), box-shadow .6s; box-shadow: 0 30px 60px rgba(0,0,0,.4); }
.reel--phone { width: clamp(120px, 13vw, 210px); aspect-ratio: 9/17; border-radius: 22px; overflow: hidden; border: 5px solid #0a0f1c; background: #000; }
.reel--phone img { width: 100%; height: 100%; object-fit: cover; }
.reel__src { position: absolute; left: 10px; top: 10px; font: 700 10px/1 var(--f-body); letter-spacing: .12em; text-transform: uppercase; background: rgba(0,0,0,.55); padding: 6px 8px; border-radius: 99px; }
.reel:hover { box-shadow: 0 40px 80px rgba(0,0,0,.55); }
.reel--phone:hover img { transform: scale(1.04); }
.reel--phone img { transition: transform .8s var(--ease); }
.reel.reel--yt { width: clamp(220px, 22vw, 340px); }

/* =========================================================
   TEAM 32
   ========================================================= */
.team32__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(40px, 6vw, 110px); align-items: center; }
.team32__paras { margin-top: clamp(32px, 4vw, 56px); display: grid; gap: 24px; counter-reset: p; }
.team32__paras p { font-size: clamp(18px, 1.6vw, 24px); line-height: 1.45; padding-left: 56px; position: relative; max-width: 40ch; }
.team32__paras p::before { counter-increment: p; content: counter(p, decimal-leading-zero); position: absolute; left: 0; top: .2em; font: 700 12px/1 var(--f-body); letter-spacing: .14em; color: var(--accent); }
.team32__paras p::after { content: ''; position: absolute; left: 0; top: 1.6em; width: 24px; height: 1px; background: var(--line); }
.team32__media { color: var(--navy); overflow: visible; }
.team32__media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; box-shadow: 0 40px 80px -30px rgba(11,25,52,.45); }
.versus {
  margin-top: clamp(80px, 10vw, 150px); background: var(--navy); color: #fff; padding: clamp(28px, 4vw, 60px);
  position: relative; overflow: hidden;
}
.versus::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(115deg, transparent 0 22px, rgba(255,255,255,.025) 22px 44px); }
.versus__label { position: relative; opacity: .75; }
.versus__label::before { background: var(--red-hi) !important; }
.versus__lockup { position: relative; display: flex; align-items: center; justify-content: space-between; gap: clamp(12px, 3vw, 48px); flex-wrap: wrap; }
.versus__side { font: 400 clamp(40px, 7vw, 128px)/.9 var(--f-display); }
.versus__side:last-child { color: var(--red-hi); }
.versus__vs {
  flex: none; width: clamp(64px, 7vw, 110px); aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center;
  background: var(--red); font: 700 clamp(18px, 2vw, 28px)/1 var(--f-body); font-style: italic;
  box-shadow: 0 0 0 8px rgba(189,29,56,.2), 0 0 0 16px rgba(189,29,56,.08);
}
.statement { margin-top: clamp(48px, 6vw, 88px); font: 400 clamp(30px, 4.4vw, 72px)/1.02 var(--f-display); text-transform: uppercase; max-width: 22ch; }

/* =========================================================
   BDS ROLE
   ========================================================= */
.role { position: relative; overflow: hidden; color: #fff; padding-block: clamp(120px, 14vw, 220px); }
.role__bg { position: absolute; inset: 0; }
.role__bg img { width: 100%; height: 100%; object-fit: cover; }
.role__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,25,52,.72) 0%, rgba(11,25,52,.82) 45%, rgba(11,25,52,.97) 100%); }
.role__inner { position: relative; z-index: 2; }
.role__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.14); margin-top: clamp(56px, 7vw, 104px); border: 1px solid rgba(255,255,255,.14); }
.role__list li { background: rgba(11,25,52,.72); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); padding: clamp(22px, 2.4vw, 36px); min-height: 280px; display: flex; flex-direction: column; justify-content: flex-start; transition: background .4s; }
.role__list li:hover { background: rgba(189,29,56,.85); }
.role__num { font: 400 clamp(56px, 5vw, 84px)/1 var(--f-display); color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.55); padding-bottom: clamp(28px, 3vw, 48px); }
.role__list h3 { font: 400 clamp(28px, 2.6vw, 40px)/1 var(--f-display); margin-bottom: 12px; }
.role__list p { color: rgba(255,255,255,.8); font-size: clamp(15px, 1.2vw, 18px); }
.role__statement { margin-top: clamp(48px, 6vw, 80px); margin-left: auto; max-width: 30ch; font-size: clamp(20px, 2vw, 30px); line-height: 1.35; padding-left: 28px; border-left: 3px solid var(--red-hi); }

/* =========================================================
   ROGER
   ========================================================= */
.roger__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(40px, 6vw, 120px); align-items: start; }
.roger__media { position: sticky; top: calc(var(--bar-h) + 40px); }
.roger__fig { color: var(--navy); }
.roger__fig img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 55% 50%; }
.roger__copy .lede { margin-top: 28px; }
.roger__callout { margin-top: 36px; font: 400 clamp(26px, 2.6vw, 40px)/1.05 var(--f-display); color: var(--accent); text-transform: none; max-width: 24ch; }
.walk { margin-top: 44px; position: relative; padding-left: 36px; }
.walk::before { content: ''; position: absolute; left: 7px; top: 12px; bottom: 12px; width: 2px; background: var(--line); }
.walk li { --py: clamp(14px, 1.6vw, 22px); position: relative; padding: var(--py) 0; font-size: clamp(20px, 2vw, 30px); line-height: 1.25; transition: opacity .5s, padding .5s var(--ease), color .4s; }
.walk li::before { content: ''; position: absolute; left: -36px; top: calc(var(--py) + .625em); width: 16px; height: 16px; margin-top: -8px; border-radius: 50%; background: var(--bg); border: 2px solid var(--line); transition: .4s var(--ease); }
html.anim .walk li { opacity: .28; }
html.anim .walk li.is-active { opacity: 1; padding-left: 6px; }
.walk li.is-active::before { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 0 6px color-mix(in srgb, var(--accent) 18%, transparent); }

/* =========================================================
   CREATIVE APPROACH
   ========================================================= */
.approach { padding-top: 0; }
.approach__head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 96px); align-items: end; margin-bottom: clamp(56px, 7vw, 100px); }
.approach__intro .lede { max-width: 48ch; }
.approach__strong { margin-top: 20px; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.45; font-weight: 600; max-width: 44ch; }
.approach__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 96px); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chips li { padding: 14px 20px; border: 1px solid var(--line); background: var(--card); font-size: clamp(15px, 1.25vw, 18px); font-weight: 500; transition: background .3s, color .3s, transform .4s var(--ease), border-color .3s; }
.chips li:hover { background: var(--navy); color: #fff; border-color: var(--navy); transform: translateY(-3px) rotate(-1deg); }
.plus li { position: relative; padding: 16px 0 16px 40px; border-bottom: 1px solid var(--line); font-size: clamp(16px, 1.3vw, 19px); }
.plus li::before, .plus li::after { content: ''; position: absolute; left: 6px; top: 50%; width: 14px; height: 2px; background: var(--accent); }
.plus li::after { transform: rotate(90deg); }
.approach__fig { margin-top: 36px; color: var(--navy); overflow: visible; }
.approach__fig img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }

.principle { padding-block: clamp(100px, 14vw, 220px); }
.principle__text { font: 400 clamp(40px, 6.6vw, 120px)/.98 var(--f-display); text-transform: uppercase; max-width: 18ch; }

/* word-by-word scrub */
html.anim [data-words] .wd { opacity: .18; transition: opacity .2s; }
[data-words] .wd.on { opacity: 1; }

/* =========================================================
   VLOG
   ========================================================= */
.vlog__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: clamp(48px, 6vw, 88px); }
.vlog__head .lede { max-width: 30ch; }
.shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.shot {
  position: relative; aspect-ratio: 16/8; background: var(--navy-2); display: flex; align-items: flex-end;
  padding: clamp(18px, 2vw, 28px); overflow: hidden; border: 1px solid rgba(255,255,255,.06);
  transition: background .4s, border-color .4s;
}
.shot::before {
  content: ''; position: absolute; inset: 14px; pointer-events: none; opacity: .5; transition: opacity .3s, inset .5s var(--ease);
  --c: rgba(255,255,255,.7); --s: 12px; --t: 1px;
  background:
    linear-gradient(var(--c),var(--c)) top left / var(--s) var(--t) no-repeat, linear-gradient(var(--c),var(--c)) top left / var(--t) var(--s) no-repeat,
    linear-gradient(var(--c),var(--c)) top right / var(--s) var(--t) no-repeat, linear-gradient(var(--c),var(--c)) top right / var(--t) var(--s) no-repeat,
    linear-gradient(var(--c),var(--c)) bottom left / var(--s) var(--t) no-repeat, linear-gradient(var(--c),var(--c)) bottom left / var(--t) var(--s) no-repeat,
    linear-gradient(var(--c),var(--c)) bottom right / var(--s) var(--t) no-repeat, linear-gradient(var(--c),var(--c)) bottom right / var(--t) var(--s) no-repeat;
}
.shot::after { content: ''; position: absolute; top: 24px; right: 24px; width: 8px; height: 8px; border-radius: 50%; background: var(--red-hi); opacity: .35; }
.shot span { position: relative; font: 400 clamp(20px, 1.9vw, 30px)/1.05 var(--f-display); text-transform: uppercase; max-width: 16ch; }
.shot:hover { background: var(--red); border-color: var(--red); }
.shot:hover::before { opacity: 1; inset: 10px; }
.shot:hover::after { opacity: 1; animation: rec 1s steps(2) infinite; background: #fff; }
@keyframes rec { 50% { opacity: 0; } }
.refs { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(12px, 2vw, 24px); margin-top: clamp(40px, 5vw, 72px); }
.result { margin-top: clamp(72px, 9vw, 140px); border-top: 1px solid var(--line); padding-top: clamp(28px, 3vw, 44px); }
.result__text { font: 400 clamp(36px, 5.4vw, 96px)/.98 var(--f-display); text-transform: uppercase; max-width: 20ch; }

/* YouTube cards */
.yt { display: block; width: 100%; text-align: left; background: var(--card); color: var(--fg); transition: transform .5s var(--ease), box-shadow .5s; }
.yt:hover { transform: translateY(-4px); box-shadow: 0 24px 48px -20px rgba(0,0,0,.5); }
.yt__thumb { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: #000; }
.yt__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease), opacity .4s; opacity: .92; }
.yt:hover .yt__thumb img { transform: scale(1.04); opacity: 1; }
.yt__play { position: absolute; left: 50%; top: 50%; width: 68px; height: 68px; margin: -34px 0 0 -34px; border-radius: 50%; background: rgba(255,255,255,.95); transition: transform .4s var(--ease), background .3s; }
.yt__play::after { content: ''; position: absolute; left: 27px; top: 22px; border-left: 18px solid var(--navy); border-top: 12px solid transparent; border-bottom: 12px solid transparent; }
.yt:hover .yt__play { transform: scale(1.1); background: var(--red-hi); }
.yt:hover .yt__play::after { border-left-color: #fff; }
.yt__meta { display: flex; justify-content: space-between; gap: 16px; padding: 16px 18px; font-size: 14px; }
.yt__title { font-weight: 600; line-height: 1.35; }
.yt__src { flex: none; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--red-hi); }
.yt--card { background: #fff; color: var(--navy); }
.yt--card .yt__src { color: var(--red); }

/* =========================================================
   STORY ARC
   ========================================================= */
.arc { padding-bottom: 0; }
.arc__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: clamp(56px, 7vw, 96px); }
.arc__head .lede { max-width: 34ch; }
.acts { position: relative; padding-top: 44px; }
.acts__aperture { position: absolute; left: 0; right: 0; top: 0; width: 100%; height: 100%; z-index: 0; }
.acts__aperture path { fill: var(--navy); opacity: .045; }
.acts__rail { position: absolute; left: 0; right: 0; top: 50px; height: 2px; background: var(--line); }
.acts__rail i { display: block; height: 100%; background: var(--accent); transform-origin: left; transform: scaleX(0); }
html:not(.anim) .acts__rail i { transform: none; }
.acts__list { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 32px); }
.act { position: relative; padding-top: 44px; }
.act__dot { position: absolute; top: -1px; left: 0; width: 14px; height: 14px; border-radius: 50%; background: var(--bg); border: 2px solid var(--line); transition: .4s var(--ease); }
.act.is-lit .act__dot { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 0 6px color-mix(in srgb, var(--accent) 16%, transparent); }
.act__num { font: 700 12px/1 var(--f-body); letter-spacing: .18em; color: var(--accent); }
.act__name { font: 400 clamp(28px, 2.8vw, 44px)/1 var(--f-display); margin: 10px 0 20px; }
.act ul li { position: relative; padding: 9px 0 9px 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 15px; line-height: 1.4; }
.act ul li::before { content: '–'; position: absolute; left: 0; color: var(--accent); }
/* Aperture narrows: acts lean progressively tighter */
.act:nth-child(2) { padding-inline: 0 2%; }
.act:nth-child(3) { padding-inline: 0 4%; }
.act:nth-child(4) { padding-inline: 0 6%; }

.depth { margin-top: clamp(96px, 12vw, 180px); background: var(--navy); color: #fff; padding-block: clamp(40px, 5vw, 64px); overflow: hidden; }
.depth .eyebrow { color: var(--red-hi); }
.marquee { overflow: hidden; margin-top: 8px; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; width: max-content; animation: marquee 48s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track span { font: 400 clamp(32px, 4.4vw, 68px)/1.1 var(--f-display); text-transform: uppercase; white-space: nowrap; padding-right: .6em; display: inline-flex; align-items: center; gap: .6em; }
.marquee__track span::after { content: '·'; color: var(--red-hi); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* =========================================================
   FEED
   ========================================================= */
.feed__head { margin-bottom: clamp(48px, 6vw, 88px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px 48px; align-items: end; }
.feed__head .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.feed__intro { justify-self: end; }
.feed__grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 96px); }
.talent-mini { display: grid; gap: 12px; }
.talent-mini li { display: flex; align-items: center; gap: 18px; background: var(--card); padding: 14px; transition: transform .4s var(--ease), box-shadow .4s; }
.talent-mini li:hover { transform: translateX(6px); box-shadow: -6px 0 0 var(--accent); }
.talent-mini img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; object-position: 50% 20%; flex: none; background: var(--paper); }
.talent-mini__name { font: 400 clamp(22px, 1.8vw, 28px)/1 var(--f-display); }
.talent-mini__handle { color: var(--muted); font-size: 14px; margin-top: 6px; }
.stream { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.stream__col { display: grid; gap: 12px; align-content: start; }
.stream__col li {
  background: var(--card); padding: 18px 20px; font-size: clamp(15px, 1.3vw, 18px); font-weight: 500;
  display: flex; align-items: center; gap: 14px; border-left: 3px solid transparent; transition: border-color .3s, transform .4s var(--ease);
}
.stream__col li::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex: none; }
.stream__col li:hover { border-left-color: var(--accent); transform: translateX(4px); }
/* Desktop: live-feed motion */
@media (min-width: 901px) {
  html.anim .stream { height: 440px; overflow: hidden; mask-image: linear-gradient(180deg, transparent, #000 14%, #000 86%, transparent); -webkit-mask-image: linear-gradient(180deg, transparent, #000 14%, #000 86%, transparent); }
  html.anim .stream__col { animation: feedUp 26s linear infinite; }
  html.anim .stream__col:last-child { animation-direction: reverse; animation-duration: 30s; }
  html.anim .stream:hover .stream__col { animation-play-state: paused; }
}
@keyframes feedUp { to { transform: translateY(calc(-50% - 6px)); } }

/* =========================================================
   SOCIAL
   ========================================================= */
.social__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(40px, 6vw, 110px); align-items: start; }
.social__beats { margin-top: clamp(40px, 5vw, 64px); }
.social__beat { font: 400 clamp(24px, 2.4vw, 36px)/1.15 var(--f-display); color: rgba(255,255,255,.66); }
.social__can { font: 400 clamp(64px, 9vw, 150px)/.9 var(--f-display); margin-top: 12px; }
.social__body { margin-top: 28px; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.5; max-width: 48ch; }
.social__kicker { margin-top: 48px; }
.ticker { display: flex; flex-wrap: wrap; gap: 8px; }
.ticker li { font: 700 12px/1 var(--f-body); letter-spacing: .12em; text-transform: uppercase; padding: 12px 16px; border-radius: 99px; background: var(--red-dk); transition: background .35s, color .35s, transform .35s var(--ease); }
.ticker li.is-live { background: #fff; color: var(--red); transform: translateY(-3px); }
.social__note { margin-top: 20px; font-size: 14px; color: rgba(255,255,255,.8); }
.social__media { position: sticky; top: calc(var(--bar-h) + 40px); }

/* =========================================================
   SHOOTOUT — golf scorecard
   ========================================================= */
.shootout__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: clamp(48px, 6vw, 88px); }
.shootout__head .lede { max-width: 38ch; }
.card-score { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 2px solid var(--navy); box-shadow: 12px 12px 0 var(--red); }
.card-score__cell { border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.card-score__cell:last-child { border-right: 0; }
.card-score__k { background: var(--navy); color: #fff; font: 700 12px/1 var(--f-body); letter-spacing: .2em; padding: 16px 22px; border-right: 1px solid rgba(255,255,255,.14); }
.card-score__cell:last-child .card-score__k { border-right: 0; }
.card-score__v { padding: clamp(22px, 2.4vw, 36px) 22px; font: 400 clamp(22px, 2vw, 32px)/1.08 var(--f-display); text-transform: uppercase; color: var(--navy); flex: 1; transition: background .3s, color .3s; }
.card-score__cell:hover .card-score__v { background: var(--red); color: #fff; }
.note { margin-top: clamp(48px, 5vw, 72px); font-size: clamp(16px, 1.3vw, 19px); color: var(--muted); max-width: 60ch; padding-left: 24px; border-left: 3px solid var(--accent); }

/* =========================================================
   ROLLOUT
   ========================================================= */
.rollout__head { margin-bottom: clamp(48px, 6vw, 88px); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 24px; }
.rollout__head .lede { max-width: 32ch; }
.phases { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; counter-reset: ph; }
.phase { background: var(--card); padding: clamp(22px, 2.2vw, 32px); position: relative; overflow: hidden; transition: transform .5s var(--ease); }
.phase::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: var(--accent); transform-origin: left; transform: scaleX(var(--p, 0)); }
html:not(.anim) .phase::before { transform: none; }
.phase:hover { transform: translateY(-6px); }
.phase__num { font: 700 12px/1 var(--f-body); letter-spacing: .18em; color: var(--accent); }
.phase__name { font: 400 clamp(24px, 2.2vw, 34px)/1 var(--f-display); margin: 12px 0 22px; min-height: 2em; }
.phase ul li { position: relative; padding: 9px 0 9px 20px; border-top: 1px solid var(--line); font-size: 15px; line-height: 1.4; color: var(--muted); }
.phase ul li::before { content: '–'; position: absolute; left: 0; color: var(--accent); }
.phase ul li:first-child { color: var(--fg); font-weight: 600; }
.deadline { margin-top: clamp(40px, 5vw, 64px); display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(28px, 4vw, 72px); background: var(--red); color: #fff; padding: clamp(28px, 4vw, 64px); align-items: center; }
.deadline__cal { width: clamp(150px, 16vw, 240px); background: #fff; color: var(--navy); display: flex; flex-direction: column; box-shadow: 0 30px 60px -20px rgba(0,0,0,.4); transform: rotate(-4deg); transition: transform .6s var(--ease); }
.deadline:hover .deadline__cal { transform: rotate(0); }
.deadline__month { background: var(--navy); color: #fff; font: 700 13px/1 var(--f-body); letter-spacing: .24em; text-align: center; padding: 14px 0; }
.deadline__day { font: 400 clamp(110px, 12vw, 180px)/1 var(--f-display); text-align: center; padding: 10px 0 18px; }
.deadline__title { font: 400 clamp(32px, 4vw, 64px)/.98 var(--f-display); margin-bottom: 24px; }
.deadline__qs { counter-reset: q; display: grid; gap: 0; }
.deadline__qs li { counter-increment: q; position: relative; padding: 14px 0 14px 48px; border-top: 1px solid rgba(255,255,255,.25); font-size: clamp(15px, 1.3vw, 18px); line-height: 1.45; }
.deadline__qs li::before { content: 'Q' counter(q); position: absolute; left: 0; top: 16px; font: 700 12px/1 var(--f-body); letter-spacing: .1em; background: rgba(255,255,255,.18); padding: 5px 7px; }

/* =========================================================
   TALENT
   ========================================================= */
.talent__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: clamp(48px, 6vw, 88px); }
.talent__head .lede { max-width: 30ch; }
.cast { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.cast__card { background: var(--red-dk); display: flex; flex-direction: column; overflow: hidden; transition: transform .5s var(--ease), background .4s; }
.cast__card:hover { transform: translateY(-8px); background: var(--navy); }
.cast__img { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--navy); }
.cast__img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; filter: grayscale(1) contrast(1.1); mix-blend-mode: luminosity; opacity: .9; transition: filter .7s, opacity .5s, transform 1.2s var(--ease); transform: scale(1.06); }
.cast__img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(153,22,45,.7)); transition: opacity .5s; }
.cast__card:hover .cast__img img { filter: none; mix-blend-mode: normal; opacity: 1; transform: scale(1); }
.cast__card:hover .cast__img::after { opacity: 0; }
.cast__body { padding: clamp(20px, 2vw, 28px); display: flex; flex-direction: column; flex: 1; }
.cast__role { font: 700 11px/1 var(--f-body); letter-spacing: .2em; color: rgba(255,255,255,.72); }
.cast__name { font: 400 clamp(24px, 2vw, 32px)/1.02 var(--f-display); margin: 10px 0 16px; }
.cast__desc { font-size: 15px; line-height: 1.55; color: rgba(255,255,255,.88); }
.cast__alt { margin-top: 18px; padding-top: 14px; border-top: 1px dashed rgba(255,255,255,.3); display: flex; flex-direction: column; gap: 2px; font-size: 14px; color: rgba(255,255,255,.85); }
.cast__alt-k { font: 700 11px/1 var(--f-body); letter-spacing: .2em; margin-bottom: 6px; color: #fff; }
.cast__tag { margin-top: auto; padding-top: 24px; align-self: flex-start; }
.cast__tag { font: 700 11px/1 var(--f-body); letter-spacing: .14em; }
.cast__tag::before { content: ''; display: inline-block; width: 8px; height: 8px; background: #fff; margin-right: 10px; vertical-align: 1px; }

/* =========================================================
   PRODUCTION
   ========================================================= */
.production__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: clamp(48px, 6vw, 88px); }
.production__head .lede { max-width: 32ch; }
.units { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2vw, 28px); }
.unit { background: var(--card); padding: clamp(24px, 2.6vw, 40px); min-height: 220px; color: var(--navy); display: flex; flex-direction: column; justify-content: space-between; gap: 24px; transition: background .4s, color .4s; }
.unit::after { opacity: 0; transition: opacity .4s, inset .5s var(--ease); inset: 0; }
.unit:hover { background: var(--navy); color: #fff; }
.unit:hover::after { opacity: 1; inset: -8px; }
.unit h3 { font: 400 clamp(26px, 2.4vw, 38px)/1 var(--f-display); }
.unit p { font-size: clamp(15px, 1.25vw, 18px); line-height: 1.45; color: var(--slate); transition: color .4s; max-width: 34ch; }
.unit:hover p { color: rgba(255,255,255,.8); }

/* =========================================================
   LOCK — interactive checklist
   ========================================================= */
.lock__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: clamp(48px, 6vw, 80px); }
.lock__head .lede { margin-top: 20px; }
.lock__meter { position: relative; width: 150px; display: grid; justify-items: center; gap: 10px; }
.lock__meter svg { width: 120px; height: 120px; transform: rotate(-90deg); }
.lock__meter circle { fill: none; stroke: rgba(255,255,255,.14); stroke-width: 6; }
.lock__meter .lock__meter-fill { stroke: var(--red-hi); stroke-linecap: butt; stroke-dasharray: 326.7; stroke-dashoffset: 326.7; transition: stroke-dashoffset .8s var(--ease); }
.lock__count { position: absolute; top: 0; left: 0; right: 0; height: 120px; display: grid; place-content: center; text-align: center; font: 400 40px/1 var(--f-display); }
.lock__of { display: block; font: 600 12px/1 var(--f-body); letter-spacing: .1em; opacity: .6; margin-top: 4px; }
.lock__reset { font: 700 11px/1 var(--f-body); letter-spacing: .16em; text-transform: uppercase; opacity: .6; padding: 6px; }
.lock__reset:hover { opacity: 1; }
.checklists { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.clist { border: 0; padding: 0; background: var(--navy-2); min-width: 0; }
.clist legend { float: left; width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background: var(--red); font: 400 22px/1 var(--f-display); letter-spacing: .02em; }
.clist legend .clist__n { font: 700 11px/1 var(--f-body); letter-spacing: .12em; opacity: .85; }
.clist.is-done legend { background: #fff; color: var(--red); }
.clist label { clear: both; display: flex; gap: 12px; align-items: flex-start; padding: 14px 20px; border-top: 1px solid rgba(255,255,255,.08); cursor: pointer; font-size: 14px; line-height: 1.45; color: rgba(255,255,255,.86); transition: background .25s; }
.clist label:first-of-type { border-top: 0; }
.clist label:hover { background: rgba(255,255,255,.04); }
.clist input { appearance: none; -webkit-appearance: none; flex: none; width: 18px; height: 18px; margin: 1px 0 0; border: 1.5px solid rgba(255,255,255,.45); display: grid; place-content: center; cursor: pointer; transition: .25s; }
.clist input::before { content: ''; width: 10px; height: 6px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg) scale(0); margin-top: -3px; transition: transform .3s var(--ease); }
.clist input:checked { background: var(--red-hi); border-color: var(--red-hi); }
.clist input:checked::before { transform: rotate(-45deg) scale(1); }
.clist input:checked + span { color: rgba(255,255,255,.5); text-decoration: line-through; text-decoration-color: var(--red-hi); text-decoration-thickness: 2px; }

/* =========================================================
   FOOTER
   ========================================================= */
.foot { background: var(--navy); color: #fff; padding: clamp(64px, 8vw, 120px) 0 28px; overflow: hidden; border-top: 1px solid rgba(255,255,255,.08); }
.foot__big { font: 400 clamp(64px, 17vw, 300px)/.84 var(--f-display); color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.28); white-space: nowrap; text-align: center; }
.foot__row { margin-top: 40px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; font: 700 12px/1 var(--f-body); letter-spacing: .16em; opacity: .75; }
.foot__top { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.3); display: grid; place-items: center; font-size: 18px; transition: background .3s, border-color .3s; }
.foot__top:hover { background: var(--red); border-color: var(--red); }

/* =========================================================
   VIDEO MODAL
   ========================================================= */
.modal { position: fixed; inset: 0; z-index: 150; background: rgba(6,12,26,.92); display: grid; place-items: center; padding: 16px; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.modal[hidden] { display: none; }
.modal__frame { width: min(1200px, 100%); aspect-ratio: 16/9; background: #000; box-shadow: 0 40px 100px rgba(0,0,0,.6); }
.modal__frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.modal__close { position: absolute; top: 16px; right: 20px; width: 48px; height: 48px; font-size: 32px; line-height: 1; color: #fff; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1100px) {
  .role__list { grid-template-columns: repeat(2, 1fr); }
  .checklists { grid-template-columns: repeat(3, 1fr); }
  .cast { grid-template-columns: repeat(2, 1fr); }
  .phases { grid-template-columns: repeat(2, 1fr); }
  .card-score { grid-template-columns: repeat(2, 1fr); }
  .card-score__cell:nth-child(2) { border-right: 0; }
  .card-score__cell:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .units { grid-template-columns: repeat(2, 1fr); }
  .bar__credit { display: none; }
}

@media (max-width: 900px) {
  :root { --bar-h: 64px; }
  .scorebug { display: none; }
  .toc__grid, .team32__grid, .roger__grid, .approach__head, .approach__grid, .feed__grid, .social__grid, .feed__head { grid-template-columns: 1fr; }
  .toc__title { position: static; }
  .toc__peek { display: none; }
  .feed__intro { justify-self: start; }
  .panels { flex-direction: column; height: auto; gap: 10px; }
  .panel { height: 300px; flex: none; }
  .panel img { transform: none; }
  .system__blocks { grid-template-columns: 1fr; }
  .system__wires { display: none; }
  .system__wires--m { display: block; width: 20px; height: 64px; margin: 0 auto; }
  .system__wires--m path { fill: none; stroke: var(--red-hi); stroke-width: 2; vector-effect: non-scaling-stroke; }
  .roger__media { position: relative; top: 0; }
  .roger__fig img { aspect-ratio: 4/3; }
  .shots { grid-template-columns: repeat(2, 1fr); }
  .refs { grid-template-columns: 1fr; }
  .acts__aperture, .acts__rail { display: none; }
  .acts { padding-top: 0; }
  .acts__list { grid-template-columns: 1fr; gap: 0; border-left: 2px solid var(--line); margin-left: 6px; }
  .act { padding: 0 0 40px 28px; }
  .act:nth-child(n) { padding-inline: 28px 0; }
  .act__dot { left: -8px; top: 0; }
  .social__media { position: static; }
  .deadline { grid-template-columns: 1fr; }
  .deadline__cal { width: 150px; }
  .reels { justify-content: flex-start; align-items: flex-start; overflow-x: auto; padding: 32px 20px 0; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .reels::-webkit-scrollbar { display: none; }
  .reel { scroll-snap-align: center; }
  .reel--phone { width: 150px; }
  .reel.reel--yt { width: 240px; }
  .reels .yt__title { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
  .divider { min-height: 88svh; }
}

@media (max-width: 640px) {
  .pad { padding-block: 88px; }
  .hero__media { aspect-ratio: 4/3.4; }
  .hero__meta span:first-child { display: none; }
  .bar__menu-txt { display: none; }
  .bar__label { max-width: 46vw; }
  .role__list, .cast, .phases, .units, .card-score, .checklists, .stream { grid-template-columns: 1fr; }
  .card-score__cell { border-right: 0; border-bottom: 1px solid var(--line); }
  .card-score__cell:last-child { border-bottom: 0; }
  .card-score { box-shadow: 8px 8px 0 var(--red); }
  .role__list li { min-height: 0; }
  .role__num { padding-bottom: 20px; }
  .shots { grid-template-columns: 1fr; }
  .shot { aspect-ratio: auto; min-height: 120px; }
  .team32__paras p { padding-left: 40px; }
  .versus__lockup { flex-direction: column; align-items: flex-start; }
  .cast__img { aspect-ratio: 4/3; }
  .toc__list a { font-size: 26px; }
  .foot__row { justify-content: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001s !important; animation-iteration-count: 1 !important; transition-duration: .001s !important; }
  .grain { animation: none; }
  .marquee__track { animation: none; flex-wrap: wrap; width: auto; }
  .marquee__track span:nth-child(n+7) { display: none; }
}
