/* Fovea — site styles. Black stage, one white mark, one restrained blue. */

:root {
  --bg: #000;
  --bg2: #0d0d0f;
  --card: #151517;
  --card2: #1c1c1f;
  --text: #f5f5f7;
  --text2: rgba(245, 245, 247, .64);
  --text3: rgba(245, 245, 247, .40);
  --hair: rgba(255, 255, 255, .14);
  --surface: rgba(255, 255, 255, .055);
  --surface2: rgba(255, 255, 255, .11);
  --accent: #0A84FF;
  --live: #4dd97a;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Inter, Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --nav-h: 48px;
  --lens-w: min(56vw, 560px, 62vh);
  --lens-cy: 34vh;
  --r: calc(var(--lens-w) * .1125);
}
@media (max-width: 720px) {
  :root { --lens-w: min(64vw, 62vh); --lens-cy: 40vh; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: -.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: var(--accent); text-decoration: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; letter-spacing: -.025em; }
p { margin: 0; }
ul { list-style: none; margin: 0; padding: 0; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* ---------------------------------------------------------------- nav */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  height: var(--nav-h);
  background: rgba(0, 0, 0, 0);
  transition: background .4s var(--ease), backdrop-filter .4s;
}
.nav.is-solid {
  background: rgba(0, 0, 0, .72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .08);
}
.nav-inner {
  max-width: 1024px; margin: 0 auto; height: 100%;
  padding: 0 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav-brand { display: flex; align-items: center; gap: 9px; color: var(--text); }
.nav-mark { width: 30px; height: 15px; color: #fff; }
.nav-word { font-size: 17px; font-weight: 600; letter-spacing: -.02em; }
.nav-links { display: flex; gap: 30px; }
.nav-links a { color: rgba(245, 245, 247, .8); font-size: 13px; font-weight: 400; letter-spacing: -.01em; transition: color .2s; }
.nav-links a:hover { color: #fff; }
.nav-cta {
  font-size: 13px; font-weight: 500; color: #fff;
  background: var(--accent); padding: 5px 13px; border-radius: 999px;
  transition: transform .2s var(--ease), background .2s;
}
.nav-cta:hover { background: #2b95ff; }
@media (max-width: 820px) { .nav-links { display: none; } }

/* --------------------------------------------------------------- hero */
.hero { position: relative; height: 240vh; background: #000; }
.hero-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.hero-back { position: absolute; inset: 0; transform: scale(1.1); transform-origin: 50% 50%; will-change: transform; }
.hero-dim { position: absolute; inset: 0; background: #000; opacity: .22; pointer-events: none; }
.hero-back .canvas { overflow: hidden; }
.hero-veil {
  position: absolute; inset: 0; background: #000;
  -webkit-mask-image: radial-gradient(circle at 50% var(--lens-cy), transparent var(--r), #000 calc(var(--r) + 1px));
  mask-image: radial-gradient(circle at 50% var(--lens-cy), transparent var(--r), #000 calc(var(--r) + 1px));
}
.hero-lens {
  position: absolute; left: 50%; top: var(--lens-cy);
  width: var(--lens-w); height: calc(var(--lens-w) / 2);
  transform: translate(-50%, -50%);
  color: #fff; stroke: none;
  will-change: transform, opacity;
}
.hero-fovea {
  position: absolute; left: 50%; top: var(--lens-cy);
  width: calc(var(--lens-w) * .11025); height: calc(var(--lens-w) * .11025);
  border-radius: 50%; background: #fff;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.hero-copy {
  position: absolute; left: 0; right: 0;
  top: calc(var(--lens-cy) + var(--lens-w) / 4 + 34px);
  text-align: center; padding: 0 24px;
  will-change: transform, opacity;
}
.wordmark { font-size: clamp(32px, 4.4vw, 48px); font-weight: 600; letter-spacing: -.03em; line-height: 1; color: #fff; }
.hero-copy h1 {
  margin-top: 14px;
  font-size: clamp(26px, 3.6vw, 46px); line-height: 1.06; letter-spacing: -.03em;
  color: rgba(245, 245, 247, .92);
}
.hero-copy p { margin-top: 12px; font-size: clamp(16px, 1.5vw, 20px); color: var(--text2); }
.hero-copy .link { margin-top: 14px; display: inline-flex; }
.link { display: inline-flex; align-items: center; gap: 4px; font-size: 19px; color: var(--accent); font-weight: 400; }
.link svg { width: 16px; height: 16px; stroke-width: 2.2; transition: transform .2s var(--ease); }
.link:hover svg { transform: translateX(3px); }
.hero-cue {
  position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%);
  width: 22px; height: 36px; border: 1.5px solid rgba(255, 255, 255, .3); border-radius: 12px;
}
.hero-cue span {
  position: absolute; left: 50%; top: 7px; width: 3px; height: 7px; margin-left: -1.5px;
  border-radius: 2px; background: rgba(255, 255, 255, .7);
  animation: cue 1.8s var(--ease) infinite;
}
@keyframes cue { 0% { transform: translateY(0); opacity: 1 } 70% { transform: translateY(12px); opacity: 0 } 100% { opacity: 0 } }
.hero-caption {
  position: absolute; left: 0; right: 0; bottom: 5vh; text-align: center;
  font-size: clamp(18px, 2.2vw, 30px); font-weight: 600; letter-spacing: -.02em;
  color: #fff; text-shadow: 0 2px 24px rgba(0, 0, 0, .8);
  opacity: 0; padding: 0 24px; text-wrap: balance;
}
/* portrait: the letterboxed screen is short, so the caption sits right under it */
@media (max-aspect-ratio: 5/4) {
  .hero-caption { bottom: auto; top: calc(30vh + 25.9vw + 26px); }
}

/* the non-animated fallback (reduced motion, or no mask support): lockup on top,
   then the Home screen as a framed picture; nothing scroll-driven. */
.hero.is-static { height: auto; padding-bottom: 40px; }
.hero.is-static .hero-sticky { position: relative; height: auto; overflow: visible; display: flex; flex-direction: column-reverse; }
.hero.is-static .hero-veil {
  position: relative; height: calc(var(--lens-cy) + var(--lens-w) / 4 + 300px);
  background: transparent; -webkit-mask-image: none; mask-image: none;
}
.hero.is-static .hero-back {
  position: relative; inset: auto; transform: none;
  width: min(1120px, 100% - 48px); aspect-ratio: 16 / 9; margin: 0 auto;
}
.hero.is-static .hero-dim, .hero.is-static .hero-cue, .hero.is-static .hero-caption { display: none; }

/* ------------------------------------------------------------ sections */
.sec { position: relative; padding: clamp(88px, 12vw, 160px) 0; }
.sec-black { background: var(--bg); }
.sec-grey { background: var(--bg2); }
.wrap { width: min(1120px, 100% - 48px); margin: 0 auto; }
.wrap.narrow { width: min(820px, 100% - 48px); }
.center { text-align: center; }
.eyebrow { font-size: 17px; font-weight: 600; color: var(--text2); letter-spacing: -.01em; margin-bottom: 14px; }
.sec h2 { font-size: clamp(34px, 5.2vw, 64px); line-height: 1.05; letter-spacing: -.03em; }
.lead { margin-top: 22px; font-size: clamp(18px, 1.9vw, 24px); line-height: 1.4; color: var(--text2); letter-spacing: -.015em; }
.wrap.narrow + .wrap { margin-top: clamp(48px, 6vw, 88px); }

/* stats */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: clamp(56px, 7vw, 96px); }
.stat { text-align: center; padding: 0 12px; }
.stat b { display: block; font-size: clamp(44px, 6vw, 76px); font-weight: 700; letter-spacing: -.04em; line-height: 1.12; background: linear-gradient(180deg, #fff, rgba(255, 255, 255, .6)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat span { display: block; margin-top: 12px; font-size: 16px; color: var(--text2); max-width: 260px; margin-inline: auto; }
@media (max-width: 720px) { .stats { grid-template-columns: 1fr; gap: 40px; } }

/* bento cards */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 18px; }
.bento.four { grid-template-columns: repeat(2, 1fr); }
.card {
  background: var(--card); border-radius: 26px; padding: 34px 32px 36px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
  transition: transform .5s var(--ease), background .3s;
}
.sec-black .card { background: var(--card); }
.card:hover { background: var(--card2); }
.card-icon { width: 30px; height: 30px; color: var(--accent); stroke-width: 1.7; margin-bottom: 22px; }
.card h3 { font-size: 24px; line-height: 1.15; letter-spacing: -.02em; }
.card p { margin-top: 10px; font-size: 16px; color: var(--text2); }
@media (max-width: 860px) { .bento, .bento.four { grid-template-columns: 1fr; } }
@media (min-width: 861px) and (max-width: 1024px) { .bento { grid-template-columns: 1fr 1fr; } }

/* features row */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: clamp(48px, 6vw, 80px); }
.feature h4 { font-size: 19px; letter-spacing: -.02em; }
.feature p { margin-top: 6px; font-size: 15px; color: var(--text2); }
@media (max-width: 860px) { .features { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .features { grid-template-columns: 1fr; } }

/* split layouts */
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.split.flip .split-copy { order: 2; }
.split .lead { font-size: clamp(17px, 1.5vw, 21px); }
.ticks { margin-top: 28px; display: grid; gap: 10px; }
.ticks li { position: relative; padding-left: 26px; color: var(--text2); font-size: 16px; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 7px; width: 12px; height: 7px; border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(-45deg); }
.minis { margin-top: 32px; display: grid; gap: 22px; }
.mini { display: grid; grid-template-columns: 30px 1fr; column-gap: 14px; align-items: start; }
.mini svg { width: 26px; height: 26px; color: var(--accent); grid-row: span 2; margin-top: 2px; }
.mini b { font-size: 17px; font-weight: 600; letter-spacing: -.01em; }
.mini span { font-size: 15px; color: var(--text2); }
@media (max-width: 860px) { .split { grid-template-columns: minmax(0, 1fr); } .split.flip .split-copy { order: 0; } }

/* reveal on scroll */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
.js .reveal:nth-child(2) { transition-delay: .08s; }
.js .reveal:nth-child(3) { transition-delay: .16s; }

/* ------------------------------------------------------------- devices */
.tv {
  position: relative; border-radius: 20px; background: #000; overflow: hidden;
  aspect-ratio: 16 / 9;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .13), 0 40px 100px rgba(0, 0, 0, .7), 0 10px 30px rgba(0, 0, 0, .5);
}
.tv::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: linear-gradient(165deg, rgba(255, 255, 255, .07), transparent 38%);
}
.screen { position: absolute; inset: 0; overflow: hidden; }
.canvas { position: absolute; left: 50%; top: 50%; transform-origin: 50% 50%; transform: translate(-50%, -50%) scale(.5); }
.canvas[data-w="1920"] { width: 1920px; height: 1080px; }
.canvas[data-w="390"] { width: 390px; height: 844px; }

.phone {
  position: relative; width: min(360px, 78vw); aspect-ratio: 390 / 844; margin: 0 auto;
  border-radius: 54px; background: #000; padding: 12px;
  box-shadow: 0 0 0 2px #2a2a2e, 0 0 0 4px #0c0c0e, 0 40px 100px rgba(0, 0, 0, .7);
}
.phone::before {
  content: ""; position: absolute; left: 50%; top: 22px; width: 96px; height: 28px; margin-left: -48px;
  border-radius: 20px; background: #000; z-index: 3; box-shadow: 0 0 0 1px rgba(255,255,255,.04);
}
.phone-screen { position: absolute; inset: 12px; border-radius: 44px; overflow: hidden; background: #000; }

/* ------------------------------------------------------------- tvOS UI */
.tvui { background: #000; color: #fff; overflow: hidden; font-family: var(--font); letter-spacing: -.01em; user-select: none; }
.tvui svg { stroke-width: 2; }
.tvui-side {
  position: absolute; left: 0; top: 0; bottom: 0; width: 118px; z-index: 3;
  display: flex; flex-direction: column; align-items: center; padding-top: 44px;
  background: linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, 0));
}
.tvui-side-mark { width: 52px; height: 26px; color: #fff; stroke: none; margin-bottom: 44px; }
.tvui-side ul { display: grid; gap: 14px; }
.tvui-side li { width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; color: rgba(255, 255, 255, .55); }
.tvui-side li svg { width: 30px; height: 30px; }
.tvui-side li.is-active { background: rgba(255, 255, 255, .16); color: #fff; }
.tvui-main { position: absolute; inset: 0; }

.tvui-hero { position: absolute; left: 0; top: 0; right: 0; height: 620px; }
.tvui-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tvui-hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .5) 38%, rgba(0, 0, 0, 0) 68%),
              linear-gradient(0deg, #000 0%, rgba(0, 0, 0, .55) 22%, rgba(0, 0, 0, 0) 50%);
}
.tvui-hero-copy { position: absolute; left: 168px; bottom: 56px; width: 760px; }
.tvui-eyebrow { font-size: 19px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: rgba(255, 255, 255, .6); }
.tvui-title { margin-top: 10px; font-size: 76px; font-weight: 700; letter-spacing: -.03em; line-height: 1; }
.tvui-meta { margin-top: 16px; display: flex; align-items: center; gap: 12px; font-size: 23px; font-weight: 500; color: rgba(255, 255, 255, .78); }
.tvui-meta .dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(255, 255, 255, .45); }
.tvui-meta .star { display: inline-flex; align-items: center; gap: 6px; }
.tvui-meta .star svg { width: 20px; height: 20px; color: #ffcc4d; stroke: none; }
.tvui-hero-copy p { margin-top: 14px; font-size: 24px; line-height: 1.35; color: rgba(255, 255, 255, .8); max-width: 700px; }
.tvui-actions { margin-top: 26px; display: flex; gap: 14px; }
.tvui-btn {
  display: inline-flex; align-items: center; gap: 10px; height: 64px; padding: 0 30px; border-radius: 16px;
  background: rgba(255, 255, 255, .16); font-size: 25px; font-weight: 600;
}
.tvui-btn svg { width: 24px; height: 24px; }
.tvui-btn.is-primary { background: #fff; color: #000; box-shadow: 0 12px 32px rgba(0, 0, 0, .45); }

.tvui-rail { position: absolute; left: 168px; right: 0; }
.tvui-home .tvui-rail:nth-of-type(2) { top: 642px; }
.tvui-rail-title { font-size: 30px; font-weight: 600; letter-spacing: -.02em; margin-bottom: 20px; }
.tvui-cards { display: flex; gap: 34px; align-items: flex-end; }
.tvui-poster, .tvui-wide, .tvui-chan { position: relative; border-radius: 14px; overflow: hidden; background: #1a1a1c; flex: none; }
.tvui-poster { width: 230px; height: 345px; }
.tvui-wide { width: 480px; height: 270px; }
.tvui-poster img, .tvui-wide img { width: 100%; height: 100%; object-fit: cover; }
.tvui-wide span { position: absolute; left: 18px; bottom: 18px; font-size: 23px; font-weight: 600; text-shadow: 0 2px 12px rgba(0, 0, 0, .8); }
.tvui-poster i, .tvui-wide i, .phui-big i { position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: rgba(255, 255, 255, .25); }
.tvui-poster i::after, .tvui-wide i::after, .phui-big i::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: var(--p); background: var(--accent); }
.tvui-wide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, .7), transparent 45%); }
.tvui-poster.is-focused, .tvui-wide.is-focused {
  transform: scale(1.08); z-index: 2;
  box-shadow: 0 0 0 5px #fff, 0 26px 60px rgba(0, 0, 0, .7);
}
.tvui-chan { width: 384px; height: 216px; padding: 22px 24px; }
.tvui-chan img { width: 92px; height: 92px; border-radius: 14px; object-fit: cover; }
.tvui-chan b { position: absolute; left: 24px; bottom: 58px; font-size: 26px; font-weight: 600; }
.tvui-chan span { position: absolute; left: 24px; bottom: 22px; font-size: 20px; color: rgba(255, 255, 255, .7); display: flex; align-items: center; gap: 10px; }
.tvui-chan em { font-style: normal; font-size: 13px; font-weight: 800; letter-spacing: .08em; color: #fff; background: #e0342c; padding: 2px 7px; border-radius: 6px; }

/* guide */
.tvui-guide-head { position: absolute; left: 168px; right: 60px; top: 60px; display: flex; align-items: center; gap: 42px; }
.tvui-h { font-size: 46px; font-weight: 700; letter-spacing: -.03em; }
.tvui-seg { display: flex; background: rgba(255, 255, 255, .1); border-radius: 999px; padding: 6px; }
.tvui-seg span { padding: 10px 26px; border-radius: 999px; font-size: 24px; font-weight: 500; color: rgba(255, 255, 255, .7); }
.tvui-seg span.on { background: #fff; color: #000; font-weight: 600; }
.tvui-clock { margin-left: auto; font-size: 24px; color: rgba(255, 255, 255, .6); font-weight: 500; }
.tvui-timebar { position: absolute; left: 168px; right: 60px; top: 176px; display: grid; grid-template-columns: 314px repeat(4, 1fr); font-size: 21px; font-weight: 600; color: rgba(255, 255, 255, .55); }
.tvui-timebar span { position: relative; padding-left: 12px; }
.tvui-timebar span::before { content: ""; position: absolute; left: 0; top: 2px; width: 2px; height: 22px; background: rgba(255, 255, 255, .25); border-radius: 1px; }
.tvui-grid { position: absolute; left: 168px; right: 60px; top: 224px; display: grid; gap: 14px; }
.tvui-row { display: grid; grid-template-columns: 300px 1fr; gap: 14px; height: 108px; }
.tvui-ch { display: flex; align-items: center; gap: 18px; padding-left: 8px; }
.tvui-ch img { width: 72px; height: 72px; border-radius: 12px; object-fit: cover; }
.tvui-ch b { font-size: 26px; font-weight: 600; }
.tvui-row > .tvui-prog { grid-column: auto; }
.tvui-row { grid-template-columns: 300px 1fr; }
.tvui-row .tvui-prog { display: none; }
/* programme blocks live in a flex strip so their widths are percentages of the 2-hour window */
.tvui-row { display: flex; }
.tvui-row .tvui-ch { flex: none; width: 300px; }
.tvui-row .tvui-prog {
  display: block; flex: none; width: calc((100% - 314px) * var(--w) - 12px); margin-left: 12px;
  border-radius: 14px; background: rgba(255, 255, 255, .08); padding: 20px 22px; overflow: hidden; white-space: nowrap;
}
.tvui-prog b { display: block; font-size: 25px; font-weight: 600; text-overflow: ellipsis; overflow: hidden; }
.tvui-prog span { display: block; margin-top: 4px; font-size: 20px; color: rgba(255, 255, 255, .55); }
.tvui-prog.is-focused { background: #fff; color: #000; transform: scale(1.03); box-shadow: 0 20px 50px rgba(0, 0, 0, .6); }
.tvui-prog.is-focused span { color: rgba(0, 0, 0, .55); }
.tvui-now { position: absolute; left: calc(300px + 14px + (100% - 314px) * .35); top: -36px; bottom: 0; width: 3px; background: var(--accent); border-radius: 2px; z-index: 2; }
.tvui-now::before { content: ""; position: absolute; left: -6px; top: -6px; width: 15px; height: 15px; border-radius: 50%; background: var(--accent); }

/* player */
.tvui-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tvui-player-scrim { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .35) 30%, rgba(0, 0, 0, 0) 55%); }
.tvui-player-chrome { position: absolute; left: 90px; right: 90px; bottom: 70px; }
.tvui-player-head { display: flex; align-items: flex-end; justify-content: space-between; }
.tvui-player-head b { display: block; font-size: 44px; font-weight: 700; letter-spacing: -.03em; }
.tvui-player-head span { display: block; margin-top: 4px; font-size: 22px; color: rgba(255, 255, 255, .65); }
.tvui-player-live { display: flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 600; color: rgba(255, 255, 255, .7); }
.tvui-player-live i { width: 10px; height: 10px; border-radius: 50%; background: var(--live); box-shadow: 0 0 12px var(--live); }
.tvui-scrub { margin-top: 26px; height: 8px; border-radius: 4px; background: rgba(255, 255, 255, .25); }
.tvui-scrub .fill { position: relative; height: 100%; width: var(--p); background: #fff; border-radius: 4px; }
.tvui-scrub .fill i { position: absolute; right: -2px; top: 50%; width: 18px; height: 18px; margin-top: -9px; border-radius: 50%; background: #fff; box-shadow: 0 2px 10px rgba(0, 0, 0, .6); }
.tvui-times { display: flex; justify-content: space-between; margin-top: 12px; font-size: 22px; font-weight: 500; color: rgba(255, 255, 255, .75); font-variant-numeric: tabular-nums; }
.tvui-transport { margin-top: 30px; display: flex; gap: 14px; }
.tvui-chip { display: inline-flex; align-items: center; gap: 10px; height: 58px; padding: 0 24px; border-radius: 999px; background: rgba(255, 255, 255, .14); font-size: 23px; font-weight: 500; -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
.tvui-chip svg { width: 24px; height: 24px; }
.tvui-chip.is-focused { background: #fff; color: #000; box-shadow: 0 12px 30px rgba(0, 0, 0, .5); }

/* --------------------------------------------------------- poster wall */
.wall { position: relative; margin-top: clamp(48px, 6vw, 88px); display: grid; gap: 18px; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.wall-row { overflow: hidden; }
.wall-track { display: flex; gap: 18px; width: max-content; animation: wall 70s linear infinite; }
.wall-row.reverse .wall-track { animation-direction: reverse; animation-duration: 80s; }
.wall-row.is-paused .wall-track { animation-play-state: paused; }
@keyframes wall { to { transform: translateX(-50%); } }
.wall-item { margin: 0; width: 150px; flex: none; }
.wall-item.wide { width: 300px; }
.wall-item img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; border-radius: 12px; background: #151517; box-shadow: 0 10px 30px rgba(0, 0, 0, .5); }
.wall-item.wide img { aspect-ratio: 16 / 9; }
.wall-item figcaption { margin-top: 10px; font-size: 14px; font-weight: 600; letter-spacing: -.01em; }
.wall-item figcaption span { display: block; font-weight: 400; color: var(--text3); font-size: 13px; }
@media (max-width: 720px) { .wall-item { width: 110px; } .wall-item.wide { width: 220px; } }

/* ---------------------------------------------------------- focus demo */
.fdemo { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(28px, 5vw, 64px); align-items: center; padding: 20px 10px; }
.fdemo-col { display: grid; gap: 16px; padding: 12px 8px 16px; }
.fdemo-tile { position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 16 / 9; background: #151517; transform: scale(1); animation: tileFocus 5.4s var(--ease) infinite; }
.fdemo-tile img { width: 100%; height: 100%; object-fit: cover; }
.fdemo-tile span { position: absolute; left: 14px; bottom: 12px; font-size: 15px; font-weight: 600; text-shadow: 0 1px 10px rgba(0, 0, 0, .9); z-index: 1; }
.fdemo-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, .65), transparent 50%); }
.fdemo-tile.t2 { animation-delay: 1.8s; }
.fdemo-tile.t3 { animation-delay: 3.6s; }
@keyframes tileFocus {
  0%, 30% { transform: scale(1.06); box-shadow: 0 0 0 3px #fff, 0 20px 40px rgba(0, 0, 0, .6); z-index: 2; }
  36%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0); }
}
.remote { display: block; width: clamp(88px, 9vw, 112px); stroke: none; filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .7)); }
.remote-press { animation: press 1.8s var(--ease) infinite; }
@keyframes press { 0%, 78% { opacity: 0 } 84% { opacity: .85 } 92%, 100% { opacity: 0 } }
@media (max-width: 520px) { .fdemo { grid-template-columns: 1fr; justify-items: center; } .fdemo-col { width: 100%; } }

/* --------------------------------------------------------------- vault */
.vault { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 6vw, 80px); align-items: center;
  background: #000; border-radius: 32px; padding: clamp(36px, 6vw, 80px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), 0 40px 100px rgba(0, 0, 0, .5); }
.vault-list { display: grid; gap: 22px; }
.vault-list li { display: grid; grid-template-columns: 34px 1fr; gap: 16px; align-items: start; }
.vault-list svg { width: 28px; height: 28px; color: var(--accent); stroke-width: 1.7; margin-top: 1px; }
.vault-list b { display: block; font-size: 18px; font-weight: 600; letter-spacing: -.015em; }
.vault-list span { display: block; margin-top: 3px; font-size: 15px; color: var(--text2); }
@media (max-width: 860px) { .vault { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------ phone UI */
.phui { background: #000; color: #fff; overflow: hidden; }
.phui svg { stroke-width: 1.8; }
.phui-status { display: flex; justify-content: space-between; padding: 16px 30px 0; font-size: 15px; font-weight: 600; }
.phui-sig { display: flex; gap: 3px; align-items: flex-end; }
.phui-sig i { width: 4px; background: #fff; border-radius: 1px; }
.phui-sig i:nth-child(1) { height: 6px } .phui-sig i:nth-child(2) { height: 9px } .phui-sig i:nth-child(3) { height: 12px }
.phui-head { display: flex; align-items: center; gap: 10px; padding: 30px 20px 14px; font-size: 32px; font-weight: 700; letter-spacing: -.03em; }
.phui-mark { width: 40px; height: 20px; color: #fff; stroke: none; }
.phui-cw { padding: 0 20px; }
.phui-big { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 16 / 10; background: #151517; }
.phui-big img { width: 100%; height: 100%; object-fit: cover; }
.phui-big::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, .85), transparent 55%); }
.phui-big-copy { position: absolute; left: 16px; right: 16px; bottom: 18px; z-index: 2; }
.phui-big-copy em { display: block; font-style: normal; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, .65); }
.phui-big-copy b { display: block; font-size: 22px; font-weight: 700; letter-spacing: -.02em; margin-top: 2px; }
.phui-big-copy span { display: block; font-size: 13px; color: rgba(255, 255, 255, .7); margin-top: 2px; }
.phui-big i { height: 4px; z-index: 2; }
.phui-rail-title { padding: 22px 20px 10px; font-size: 20px; font-weight: 700; letter-spacing: -.02em; }
.phui-rail { display: flex; gap: 10px; padding: 0 20px; overflow: hidden; }
.phui-chan { position: relative; flex: none; width: 150px; height: 84px; border-radius: 12px; background: #151517; padding: 10px; }
.phui-chan img { width: 30px; height: 30px; border-radius: 8px; object-fit: cover; }
.phui-chan b { position: absolute; left: 10px; bottom: 24px; font-size: 14px; font-weight: 600; }
.phui-chan span { position: absolute; left: 10px; bottom: 9px; font-size: 11px; color: rgba(255, 255, 255, .6); }
.phui-poster { flex: none; width: 96px; aspect-ratio: 2 / 3; object-fit: cover; border-radius: 10px; background: #151517; }
.phui-tabs { position: absolute; left: 0; right: 0; bottom: 0; height: 84px; padding: 10px 6px 0; display: flex; justify-content: space-around; align-items: flex-start;
  background: rgba(20, 20, 22, .9); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); box-shadow: 0 -1px 0 rgba(255, 255, 255, .08); }
.phui-tabs::after { content: ""; position: absolute; left: 50%; bottom: 8px; width: 134px; height: 5px; margin-left: -67px; border-radius: 3px; background: rgba(255, 255, 255, .85); }
.phui-tabs span { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 10px; font-weight: 500; color: rgba(255, 255, 255, .5); }
.phui-tabs span svg { width: 24px; height: 24px; }
.phui-tabs span.on { color: var(--accent); }

/* ----------------------------------------------------------------- get */
.get-mark { width: 120px; height: 60px; color: #fff; stroke: none; margin: 0 auto 26px; display: block; }
.cta-row { margin-top: 30px; display: flex; gap: 26px; align-items: center; justify-content: center; flex-wrap: wrap; }
.btn-primary { display: inline-flex; align-items: center; height: 48px; padding: 0 26px; border-radius: 999px; background: var(--accent); color: #fff; font-size: 17px; font-weight: 500; transition: background .2s, transform .2s var(--ease); }
.btn-primary:hover { background: #2b95ff; transform: translateY(-1px); }
.fine { margin-top: 26px; font-size: 13px; color: var(--text3); }
@media (max-width: 520px) { .cta-row { flex-direction: column; gap: 18px; } }

/* -------------------------------------------------------------- footer */
.foot { background: #000; padding: 40px 0 48px; box-shadow: 0 -1px 0 var(--hair); }
.foot p { font-size: 13px; line-height: 1.5; color: rgba(245, 245, 247, .5); max-width: 900px; }
.foot p + p { margin-top: 10px; }
.foot-row { margin-top: 26px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 13px; color: rgba(245, 245, 247, .5); }
.foot-row nav { display: flex; gap: 18px; }
.foot-row a { color: var(--text2); }

/* ------------------------------------------------------ reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .wall-track, .fdemo-tile, .remote-press, .hero-cue span { animation: none !important; }
  .fdemo-tile.t1 { transform: scale(1.08); box-shadow: 0 0 0 3px #fff, 0 20px 40px rgba(0, 0, 0, .6); }
  .js .reveal { opacity: 1; transform: none; transition: none; }
}
