/* OCHESTRA — landing page. Dark, glossy, premium darts aesthetic.
   Display: Clash Display · Body: Outfit (the apps' own fonts). */

:root {
  --bg:        #050c1a;
  --bg-2:      #081324;
  --panel:     rgba(255, 255, 255, 0.028);
  --panel-2:   rgba(255, 255, 255, 0.05);
  --border:    rgba(255, 255, 255, 0.09);
  --text:      #eaf0fb;
  --text-dim:  #93a1bb;
  --text-mut:  #63708a;
  --gold:      #ffd23b;
  --gold-deep: #f2b202;
  --blue:      #74b6ff;
  --blue-deep: #3f8fe0;
  --maxw:      1120px;
  --ease:      cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

/* Atmosphere: radial glows + faint concentric bullseye + grain */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(60rem 40rem at 82% -8%, rgba(255, 210, 59, 0.10), transparent 60%),
    radial-gradient(55rem 45rem at 8% 108%, rgba(63, 143, 224, 0.12), transparent 62%),
    radial-gradient(40rem 40rem at 50% 40%, rgba(255, 210, 59, 0.03), transparent 70%),
    var(--bg);
}
body::after {
  content: "";
  position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(5, 12, 26, 0.82), rgba(5, 12, 26, 0.35));
  border-bottom: 1px solid var(--border);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: "Clash Display", sans-serif; font-weight: 600; letter-spacing: 0.14em; font-size: 15px; }
.brand .dot {
  width: 26px; height: 26px; border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, var(--gold), var(--gold-deep) 62%, #7a5a00);
  box-shadow: 0 0 0 3px rgba(255, 210, 59, 0.12), inset 0 -2px 4px rgba(0,0,0,0.4);
  position: relative; flex-shrink: 0;
}
.brand .dot::after { content:""; position:absolute; inset:8px; border-radius:50%; background:#050c1a; box-shadow: inset 0 0 0 2px var(--gold-deep); }
.nav-links { display: flex; gap: 30px; font-size: 14px; color: var(--text-dim); font-weight: 500; }
.nav-links a { transition: color 0.2s; }
.nav-links a:hover { color: var(--text); }
@media (max-width: 680px) { .nav-links { display: none; } }

/* ---------- Hero ---------- */
.hero { position: relative; text-align: center; padding: 120px 0 90px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold); font-weight: 600;
  padding: 7px 15px; border: 1px solid rgba(255, 210, 59, 0.28);
  border-radius: 100px; background: rgba(255, 210, 59, 0.06);
}
.hero h1 {
  font-family: "Clash Display", sans-serif; font-weight: 600;
  font-size: clamp(3.4rem, 12vw, 8.5rem); line-height: 0.94; letter-spacing: -0.02em;
  margin: 26px 0 0;
  background: linear-gradient(180deg, #fff 12%, #cdd8ec 55%, #7f8ba6 108%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero .lead { font-size: clamp(1.1rem, 2.4vw, 1.5rem); color: var(--text); font-weight: 400; margin: 22px auto 0; max-width: 30ch; }
.hero .sub { font-size: 1rem; color: var(--text-dim); margin: 14px auto 0; max-width: 46ch; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 38px; }

/* Hero storm-cloud — soft blurred blob, mouse-reactive, oscillates gold <-> blue */
.hero { overflow: hidden; }
.hero .wrap { position: relative; z-index: 2; }
.hero-cloud { position: absolute; left: 50%; top: 56%; width: min(1240px, 150vw); height: 760px; transform: translate(-50%, -50%); z-index: 0; pointer-events: none; will-change: transform; }
.cloud-l { position: absolute; inset: 0; border-radius: 50%; filter: blur(115px); mix-blend-mode: screen; will-change: opacity; }
.cloud-gold { background: radial-gradient(ellipse 44% 48% at 47% 47%, rgba(255,210,59,0.4), transparent 72%); opacity: 0.5; }
.cloud-blue { background: radial-gradient(ellipse 48% 44% at 55% 57%, rgba(116,182,255,0.44), transparent 72%); opacity: 0.5; }

/* ---------- Buttons / badges ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 24px; border-radius: 12px; font-weight: 600; font-size: 16px;
  font-family: "Clash Display", sans-serif; letter-spacing: 0.005em;
  transition: transform 0.2s var(--ease), box-shadow 0.25s;
}
.btn-blue {
  color: #04213f;
  background: linear-gradient(170deg, #a6d1ff, var(--blue) 45%, var(--blue-deep));
  box-shadow: 0 10px 30px -10px rgba(116, 182, 255, 0.55), inset 0 1px 0 rgba(255,255,255,0.45);
}
.btn-blue:hover { transform: translateY(-2px); box-shadow: 0 16px 40px -12px rgba(116, 182, 255, 0.75); }
.btn-sm { padding: 10px 18px; font-size: 14px; border-radius: 10px; }
.btn-ico { width: 22px; height: 22px; border-radius: 6px; flex-shrink: 0; }
/* Hero app buttons — dark glass so the app icons sit on dark (like the CTA) */
.btn-app { color: var(--text); background: #0a0f16; box-shadow: 0 10px 28px -18px rgba(0,0,0,0.8), inset 0 1px 0 rgba(255,255,255,0.04); }
.btn-app:hover { transform: translateY(-2px); }
.btn-app .btn-ico { width: 26px; height: 26px; border-radius: 7px; }
.btn-app.gold:hover { box-shadow: 0 16px 42px -12px rgba(255,210,59,0.5); }
.btn-app.blue:hover { box-shadow: 0 16px 42px -12px rgba(116,182,255,0.5); }
.btn-gold {
  color: #23180a;
  background: linear-gradient(170deg, #ffe27a, var(--gold) 45%, var(--gold-deep));
  box-shadow: 0 10px 30px -10px rgba(255, 210, 59, 0.6), inset 0 1px 0 rgba(255,255,255,0.5);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 40px -12px rgba(255, 210, 59, 0.75); }
.btn-ghost { color: var(--text); border: 1px solid var(--border); background: var(--panel); }
.btn-ghost:hover { border-color: rgba(255,255,255,0.24); transform: translateY(-2px); }

.badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.02em;
  padding: 10px 18px; border-radius: 100px;
}
.badge .pulse { width: 8px; height: 8px; border-radius: 50%; }
.badge-gold { color: var(--gold); border: 1px solid rgba(255,210,59,0.3); background: rgba(255,210,59,0.06); }
.badge-gold .pulse { background: var(--gold); box-shadow: 0 0 0 0 rgba(255,210,59,0.6); animation: pulse 2.2s infinite; }
.badge-blue { color: var(--blue); border: 1px solid rgba(116,182,255,0.3); background: rgba(116,182,255,0.07); }
.badge-blue .pulse { background: var(--blue); box-shadow: 0 0 0 0 rgba(116,182,255,0.6); animation: pulse 2.2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }

/* ---------- Sections ---------- */
section { padding: 90px 0; position: relative; }
.sec-eyebrow { font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 600; }
.gold-txt { color: var(--gold); }
.blue-txt { color: var(--blue); }
h2 { font-family: "Clash Display", sans-serif; font-weight: 600; font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.04; letter-spacing: -0.02em; }
.muted { color: var(--text-dim); }

.app-row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 900px) { .app-row { grid-template-columns: 1fr; gap: 42px; } }

.app-icon {
  width: 92px; height: 92px; border-radius: 22px; margin-bottom: 26px;
  box-shadow: 0 20px 50px -18px rgba(0,0,0,0.8), 0 0 0 1px var(--border);
}
.app-copy p.desc { font-size: 1.08rem; color: var(--text-dim); margin: 18px 0 26px; max-width: 42ch; }

.chips { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.chip {
  font-size: 13px; font-weight: 500; color: var(--text);
  padding: 8px 14px; border-radius: 9px;
  border: 1px solid var(--border); background: var(--panel);
}
.chip.g { border-color: rgba(255,210,59,0.22); }
.chip.b { border-color: rgba(116,182,255,0.22); }

/* Phone screenshots */
.shots { display: flex; gap: 18px; justify-content: center; perspective: 1400px; }
.phone {
  position: relative; width: 210px; flex-shrink: 0; border-radius: 34px;
  padding: 8px; background: linear-gradient(160deg, #2a3346, #10192b);
  box-shadow: 0 34px 70px -26px rgba(0,0,0,0.85), inset 0 0 0 1px rgba(255,255,255,0.06);
  transition: transform 0.4s var(--ease);
}
.phone img { border-radius: 27px; width: 100%; }
.phone.tilt-l { transform: rotate(-4deg) translateY(14px); }
.phone.tilt-r { transform: rotate(4deg) translateY(14px); }
.shots:hover .phone { transform: rotate(0) translateY(0); }
@media (max-width: 640px) { .phone { width: 168px; } .phone.tilt-l, .phone.tilt-r { transform: none; } }

/* Video */
.video-card {
  margin-top: 60px; border-radius: 20px; overflow: hidden; border: 1px solid var(--border);
  background: #000; box-shadow: 0 30px 70px -30px rgba(0,0,0,0.9); max-width: 320px; margin-left: auto; margin-right: auto;
}
.video-card video { width: 100%; display: block; }

/* Tournament panel */
.tourn { border-top: 1px solid var(--border); }
.panel-blue {
  border-radius: 24px; padding: 48px; position: relative; overflow: hidden;
  background: linear-gradient(150deg, rgba(63,143,224,0.10), rgba(116,182,255,0.02));
  border: 1px solid rgba(116,182,255,0.18);
}
.panel-blue::before {
  content: ""; position: absolute; right: -60px; top: -60px; width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(116,182,255,0.2), transparent 70%);
}

/* Support */
.support-card {
  text-align: center; border: 1px solid var(--border); border-radius: 24px;
  padding: 60px 32px; background: var(--panel);
}
.mail {
  font-family: "Clash Display", sans-serif; font-size: clamp(1.4rem, 4vw, 2.2rem); font-weight: 500;
  color: var(--gold); display: inline-block; margin-top: 14px; letter-spacing: -0.01em;
  border-bottom: 2px solid transparent; transition: border-color 0.2s;
}
.mail:hover { border-color: var(--gold); }

/* Footer */
footer { border-top: 1px solid var(--border); padding: 44px 0; color: var(--text-mut); font-size: 14px; }
footer .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
footer a:hover { color: var(--text); }
.foot-links { display: flex; gap: 22px; }

/* ---------- Smooth scroll (Lenis) ---------- */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-smooth iframe { pointer-events: none; }

/* ---------- Reveal animation (progressive enhancement) ---------- */
/* Content is visible by default (safe if JS/CDN fails); hidden only once JS adds html.js-anim,
   then revealed by GSAP ScrollTrigger — or by the .in fallback if GSAP is unavailable. */
html.js-anim .reveal { opacity: 0; transform: translateY(24px); will-change: opacity, transform; }
html.js-anim .reveal.in { opacity: 1; transform: none; transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
@media (prefers-reduced-motion: reduce) {
  html.js-anim .reveal { opacity: 1; transform: none; }
  .badge .pulse { animation: none; }
}

/* ==================================================================
   SCROLLYTELLING — lab elements integrated, each used ≤ 2×
   Pinned Headline ×2 (hero, close) · Scrubbed Mockup ×2 (counter, tournament)
   · Sticky Stacking ×1 (why) · Scrubbed Video ×1 (throw)
   ================================================================== */

/* Hero → pinned/scrubbed headline stage */
.hero { min-height: 100vh; display: flex; align-items: center; padding: 0; }
.hero .wrap { width: 100%; }
.hero h1 { margin-top: 22px; }

/* Scrubbed mockup — media + copy glide in on scroll */
html.js-anim .mk-media, html.js-anim .mk-copy { will-change: transform, opacity; }
@media (max-width: 900px) { .app-row.reverse .mk-media { order: 2; } }

/* Sticky stacking cards — "Why ochestra" */
.center { text-align: center; }
.stack { max-width: 880px; margin: 46px auto 0; padding-bottom: 24vh; }
.scard {
  position: sticky; top: 15vh; min-height: 48vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(28px, 5vw, 54px); margin-bottom: 22px;
  border-radius: 24px; border: 1px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(158deg, #17243c, #0d1728);
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.88), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.scard .scard-k { font-family: "Clash Display", sans-serif; font-size: 14px; letter-spacing: 0.22em; color: var(--text-mut); }
.scard h3 { font-family: "Clash Display", sans-serif; font-weight: 600; font-size: clamp(1.9rem, 4.6vw, 3rem); line-height: 1.04; letter-spacing: -0.02em; margin: 14px 0 14px; color: #fff; }
.scard p { color: var(--text-dim); font-size: clamp(1.02rem, 2.2vw, 1.24rem); max-width: 46ch; }
.scard.s1 { border-color: rgba(255, 210, 59, 0.20); }
.scard.s3 { border-color: rgba(116, 182, 255, 0.20); }

/* Full-bleed scrubbed video divider — "The throw" */
.throw { padding: 0; }
.throw .stage { height: 100vh; position: relative; overflow: hidden; background: #000; }
.throw video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.throw .vstage { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.throw .vtxt {
  position: absolute; left: 0; right: 0; text-align: center; padding: 0 6vw; opacity: 0;
  color: #fff; font-family: "Clash Display", "Outfit", sans-serif; font-weight: 600;
  letter-spacing: -0.02em; font-size: clamp(2.1rem, 6.2vw, 5.2rem); line-height: 1.02;
}
.throw .vtxt.top { top: 19%; }
.throw .vtxt.bottom { bottom: 19%; }

/* Tournament — bracket/QR device mock (same phone frame, brand blue) */
.tourn-media { display: flex; justify-content: center; }
.phone-blue { background: linear-gradient(160deg, #24466b, #0b1a2e); }
.tscreen { border-radius: 27px; background: linear-gradient(180deg, #0a1728, #0c1e36); padding: 22px 18px 20px; min-height: 430px; display: flex; flex-direction: column; gap: 16px; }
.tscreen-top { display: flex; align-items: center; justify-content: space-between; font-family: "Clash Display", sans-serif; font-weight: 600; font-size: 15px; letter-spacing: 0.02em; color: var(--blue); }
.tscreen-top .live { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-dim); }
.tscreen-top .live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 0 rgba(116, 182, 255, 0.6); animation: pulse 2.2s infinite; }
.tbracket { width: 100%; height: auto; display: block; }
.tqr { margin-top: auto; display: flex; align-items: center; gap: 14px; padding: 13px; border-radius: 16px; background: rgba(116, 182, 255, 0.07); border: 1px solid rgba(116, 182, 255, 0.16); }
.tqr .qr { width: 76px; height: 76px; flex-shrink: 0; background: #fff; border-radius: 9px; padding: 7px; }
.tqr b { display: block; font-size: 14px; color: var(--text); font-weight: 600; }
.tqr span { font-size: 12.5px; color: var(--text-dim); }

/* Close — pinned headline reprise */
.close { min-height: 100vh; display: flex; align-items: center; text-align: center; padding: 0; }
.close .wrap { width: 100%; }
.close-head { font-family: "Clash Display", sans-serif; font-weight: 600; font-size: clamp(2.8rem, 9vw, 6.6rem); line-height: 0.98; letter-spacing: -0.02em;
  background: linear-gradient(180deg, #fff 20%, #9fb0cc 105%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.close .sub { font-size: 1.05rem; color: var(--text-dim); margin: 22px auto 0; }
.close .hero-cta { margin-top: 34px; }

/* Counter screenshots — real iPhone frames, fanned */
#counter .shots { display: flex; justify-content: center; align-items: center; perspective: none; }
.iphone { width: 212px; flex: 0 0 auto; filter: drop-shadow(0 34px 58px rgba(0, 0, 0, 0.72)); }
.iphone img { width: 100%; display: block; }
.iphone.tilt-l { transform: rotate(-8deg); margin-right: -74px; z-index: 1; }
.iphone.tilt-r { transform: rotate(8deg); margin-left: -74px; z-index: 1; }
#counter .shots .iphone:not(.tilt-l):not(.tilt-r) { z-index: 3; }
@media (max-width: 640px) {
  .iphone { width: 150px; }
  .iphone.tilt-l { margin-right: -52px; } .iphone.tilt-r { margin-left: -52px; }
}

/* Floating header — ochestra left, Download App right (comes along) */
.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 60; display: flex; align-items: center; justify-content: space-between; padding: 15px clamp(16px, 4vw, 34px); pointer-events: none; }
.topbar > * { pointer-events: auto; }
.brand2 { display: inline-flex; align-items: center; padding: 9px 18px; border-radius: 100px; font-family: "Clash Display", sans-serif; font-weight: 600; letter-spacing: 0.03em; font-size: 16px; color: var(--text); background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); transition: border-color 0.2s, transform 0.2s var(--ease); }
.brand2:hover { border-color: rgba(255,255,255,0.24); transform: translateY(-1px); }
.dl-pill { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 100px; font-family: "Clash Display", sans-serif; font-weight: 600; font-size: 14px; color: #23180a; background: linear-gradient(170deg, #ffe27a, var(--gold) 45%, var(--gold-deep)); box-shadow: 0 10px 30px -12px rgba(255,210,59,0.55), inset 0 1px 0 rgba(255,255,255,0.5); transition: transform 0.2s var(--ease), box-shadow 0.25s; }
.dl-pill:hover { transform: translateY(-2px); box-shadow: 0 16px 40px -14px rgba(255,210,59,0.8); }
.dl-pill .apple { width: 15px; height: 15px; }
@media (max-width: 680px) { .topbar { padding: 12px 14px; } .brand2 { font-size: 16px; } .dl-pill { padding: 9px 15px; font-size: 13px; } }

/* Tournament — single iPhone mockup (analog counter, mirrored) */
#tournament .shots { display: flex; justify-content: center; }
#tournament .iphone { width: 252px; }
@media (max-width: 640px) { #tournament .iphone { width: 200px; } }

/* Buy line (per-app price + CTA) */
.buyline { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 6px; }
.price-tag { font-family: "Clash Display", sans-serif; font-weight: 600; font-size: 1.7rem; letter-spacing: -0.01em; }
.price-sub { font-size: 13px; color: var(--text-mut); }
.buyline .btn { margin-left: auto; }
@media (max-width: 520px) { .buyline .btn { margin-left: 0; } }

/* Stacking card icon + glow */
.scard-ico { display: inline-flex; align-items: center; justify-content: center; width: 62px; height: 62px; border-radius: 17px; margin-bottom: 22px; }
.scard-ico svg { width: 30px; height: 30px; }
.scard-ico.g { color: var(--gold); background: rgba(255,210,59,0.10); box-shadow: 0 0 44px -6px rgba(255,210,59,0.4), inset 0 0 0 1px rgba(255,210,59,0.28); }
.scard-ico.b { color: var(--blue); background: rgba(116,182,255,0.10); box-shadow: 0 0 44px -6px rgba(116,182,255,0.45), inset 0 0 0 1px rgba(116,182,255,0.28); }
.scard-ico.p { color: #c3b0ff; background: rgba(150,120,255,0.10); box-shadow: 0 0 44px -6px rgba(150,120,255,0.45), inset 0 0 0 1px rgba(150,120,255,0.28); }
.scard.s2 { border-color: rgba(150,120,255,0.20); }
.chips.mini { margin: 22px 0 0; }
.chips.mini .chip { font-size: 12px; padding: 6px 12px; }

/* Bundle CTA extras */
.cta-icons { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 22px; }
.cta-icons img { width: 66px; height: 66px; border-radius: 16px; box-shadow: 0 16px 40px -16px rgba(0,0,0,0.8); }
.cta-icons .plus { color: var(--text-mut); font-size: 26px; font-weight: 300; }
.prices { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 12px; margin: 22px auto 0; font-size: 14px; color: var(--text-mut); }
.prices b { font-family: "Clash Display", sans-serif; font-weight: 600; color: var(--text-dim); margin-left: 5px; }
.prices .bundle b { color: var(--gold); }
.prices .sep { opacity: 0.45; }

/* Video → CTA soft transitions (top + bottom fade into page bg) */
.throw .vfade-top { position: absolute; left: 0; right: 0; top: 0; height: 22vh; z-index: 2; pointer-events: none; background: linear-gradient(to top, transparent, var(--bg)); }
.throw .vfade-bottom { position: absolute; left: 0; right: 0; bottom: 0; height: 30vh; z-index: 2; pointer-events: none; background: linear-gradient(to bottom, transparent, var(--bg)); }

/* App Store CTA (PLAYO-analog), App Store only */
.cta { padding: 100px 0 96px; }
.cta-card {
  max-width: 720px; margin: 0 auto; text-align: center;
  padding: clamp(40px, 6vw, 72px) clamp(24px, 5vw, 56px);
  border-radius: 28px; border: 1px solid var(--border);
  background: linear-gradient(160deg, var(--panel-2), rgba(255, 255, 255, 0.012));
  box-shadow: 0 50px 100px -50px rgba(0, 0, 0, 0.85);
}
.cta-logo {
  font-family: "Clash Display", sans-serif; font-weight: 600; line-height: 1;
  font-size: clamp(2.6rem, 8vw, 4.6rem); letter-spacing: -0.02em;
  background: linear-gradient(180deg, #fff 20%, #9fb0cc 108%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.cta-tag { margin-top: 16px; font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-dim); font-weight: 600; }
.cta-body { margin: 22px auto 0; max-width: 52ch; color: var(--text-dim); font-size: 1.05rem; }
.appstore {
  display: inline-flex; align-items: center; gap: 12px; margin-top: 34px;
  padding: 12px 22px; border-radius: 14px; background: #000;
  border: 1px solid rgba(255, 255, 255, 0.16); color: #fff;
  transition: transform 0.2s var(--ease), border-color 0.2s;
}
.appstore:hover { transform: translateY(-2px); border-color: rgba(255, 255, 255, 0.32); }
.appstore .apple { width: 27px; height: 27px; }
.appstore span { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.12; }
.appstore small { font-size: 11px; color: var(--text-dim); letter-spacing: 0.02em; }
.appstore b { font-family: "Clash Display", sans-serif; font-size: 19px; font-weight: 600; }
.cta-fine { margin-top: 26px; font-size: 13px; color: var(--text-mut); }
.cta-fine a { color: var(--text-dim); border-bottom: 1px solid transparent; }
.cta-fine a:hover { color: var(--text); }

/* Reduced motion: video becomes a static still, beats show stacked below it */
@media (prefers-reduced-motion: reduce) {
  .throw .stage { height: 66vh; }
  .throw .vtxt { display: none; }
}

/* ---------- Privacy / legal page ---------- */
.legal { max-width: 760px; margin: 0 auto; padding: 60px 24px 40px; }
.legal h1 { font-family: "Clash Display", sans-serif; font-weight: 600; font-size: clamp(2rem, 6vw, 3rem); letter-spacing: -0.02em; }
.legal .updated { color: var(--text-mut); margin-top: 6px; font-size: 14px; }
.legal h2 { font-size: 1.15rem; margin: 34px 0 8px; color: var(--gold); font-family: "Outfit", sans-serif; font-weight: 600; letter-spacing: 0; }
.legal p, .legal li { color: var(--text-dim); font-size: 1rem; }
.legal ul { padding-left: 22px; margin-top: 6px; }
.legal li { margin: 4px 0; }
.legal a { color: var(--gold); }
.legal .back { display: inline-flex; align-items: center; gap: 7px; color: var(--text-dim); font-size: 14px; margin-bottom: 30px; }
.legal .back:hover { color: var(--text); }
.legal .note { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--border); font-size: 13px; color: var(--text-mut); }
