/* ---------- Fonts ---------- */
@font-face { font-family: DanaFa; src: url(assets/fonts/dana-fanum-light.woff2) format('woff2'); font-weight: 300; font-display: swap; }
@font-face { font-family: DanaFa; src: url(assets/fonts/dana-fanum-regular.woff2) format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: DanaFa; src: url(assets/fonts/dana-fanum-medium.woff2) format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: DanaFa; src: url(assets/fonts/dana-fanum-bold.woff2) format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: DanaFa; src: url(assets/fonts/dana-fanum-black.woff2) format('woff2'); font-weight: 900; font-display: swap; }
@font-face { font-family: Dana; src: url(assets/fonts/dana-light.woff2) format('woff2'); font-weight: 300; font-display: swap; }
@font-face { font-family: Dana; src: url(assets/fonts/dana-regular.woff2) format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: Dana; src: url(assets/fonts/dana-medium.woff2) format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: Dana; src: url(assets/fonts/dana-bold.woff2) format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: Dana; src: url(assets/fonts/dana-black.woff2) format('woff2'); font-weight: 900; font-display: swap; }

/* ---------- Tokens ---------- */
:root {
  --night: #06080c;
  --night-2: #0d1219;
  --ink: #eef0ea;
  --muted: #8b95a3;
  --line: rgba(255,255,255,.1);
  --teal: #1fd1a5;
  --teal-deep: #0f8f7e;
  --gold: #f5c542;
  --sodium: #ffcf7a;
  --paper: #f2ede1;
  --paper-ink: #10201e;
  --bg: var(--night);
  --font: DanaFa, Tahoma, sans-serif;
  --display: DanaFa, Tahoma, sans-serif;
}
html[lang="en"] { --font: Dana, system-ui, sans-serif; --display: Syne, Dana, sans-serif; }

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  line-height: 1.7;
  overflow-x: hidden;
  transition: background-color .6s ease;
  -webkit-font-smoothing: antialiased;
}
body.blackout { --bg: #000; }
img { display: block; max-width: 100%; }
h1, h2, h3 { margin: 0; line-height: 1.15; font-family: var(--display); }
a { color: inherit; }
button { font: inherit; color: inherit; }

.grain {
  position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.eyebrow { display: flex; align-items: center; gap: .6em; margin: 0 0 .8rem; font-size: .8rem; letter-spacing: .12em; color: var(--teal); text-transform: uppercase; }
.eyebrow span { font-family: Syne, Dana, sans-serif; color: var(--muted); }
.eyebrow b { font-weight: 500; }
section h2 { font-size: clamp(2.2rem, 6vw, 5rem); font-weight: 900; }
html[lang="en"] section h2 { font-weight: 800; letter-spacing: -.02em; }

/* ---------- HUD ---------- */
.hud {
  position: fixed; inset: 0 0 auto 0; z-index: 80;
  display: flex; align-items: center; gap: 1rem;
  padding: 14px clamp(16px, 3vw, 32px);
  mix-blend-mode: normal;
}
.hud-logo { font-family: Syne, sans-serif; font-weight: 800; text-decoration: none; font-size: 1.15rem; letter-spacing: .02em; direction: ltr; }
.hud-logo span { color: var(--teal); }
.hud-progress { flex: 1; height: 2px; background: var(--line); border-radius: 2px; overflow: hidden; }
.hud-progress span { display: block; height: 100%; width: 100%; background: var(--teal); transform: scaleX(0); transform-origin: left; }
html[dir="rtl"] .hud-progress span { transform-origin: right; }
.hud-nav { display: flex; gap: .5rem; }
.hud-btn {
  cursor: pointer; border: 1px solid var(--line); background: rgba(6,8,12,.55); backdrop-filter: blur(8px);
  padding: .35rem .9rem; border-radius: 999px; font-size: .85rem; transition: border-color .2s, background .2s;
}
.hud-btn:hover { border-color: var(--teal); }
.hud-lang { font-family: Syne, DanaFa, sans-serif; font-weight: 700; min-width: 3rem; }

/* ---------- 01 HERO ---------- */
.hero { position: relative; height: 100vh; min-height: 560px; overflow: hidden; background: radial-gradient(120% 80% at 50% 0%, #121a2a 0%, #080b12 55%, var(--night) 100%); }
.sky { position: absolute; inset: 0; }
.stars span { position: absolute; width: 2px; height: 2px; border-radius: 50%; background: #fff; opacity: .5; animation: twinkle 3s infinite alternate; }
@keyframes twinkle { to { opacity: .1; } }
.moon { position: absolute; top: 12vh; inset-inline-end: 12vw; width: 64px; height: 64px; border-radius: 50%; background: #e9e4d4; box-shadow: 0 0 60px 10px rgba(233,228,212,.15); opacity: .85; }

.city { position: absolute; inset-inline: 0; bottom: 15vh; display: flex; align-items: flex-end; justify-content: center; pointer-events: none; }
.city-far { opacity: .45; filter: blur(.5px); bottom: 17vh; }
.bld { position: relative; flex: none; background: #0c1017; border-top: 1px solid #161c26; display: grid; align-content: start; gap: 6px; padding: 10px 6px; margin-inline: 1px; }
.city-far .bld { background: #0a0d13; }
.bld i { display: block; width: 8px; height: 10px; background: #141a24; transition: background-color .25s, box-shadow .25s; }
.bld i.on { background: var(--sodium); box-shadow: 0 0 8px rgba(255,207,122,.55); }
.bld i.on.cool { background: #9fe8ff; box-shadow: 0 0 8px rgba(159,232,255,.45); }

.billboard { position: absolute; left: 50%; bottom: 14vh; transform: translateX(-50%); width: min(720px, 88vw, calc((58vh - 110px) * 2.35)); z-index: 3; transform-origin: 50% 100%; }
.bb-lamps { display: flex; justify-content: space-around; padding: 0 6%; height: 34px; position: relative; z-index: 2; }
.lamp { position: relative; width: 38px; height: 34px; }
.lamp::before { content: ""; position: absolute; left: 50%; bottom: 0; width: 3px; height: 26px; background: #2a313c; transform: translateX(-50%); }
.lamp::after { content: ""; position: absolute; left: 50%; top: 0; width: 38px; height: 9px; background: #3a414c; border-radius: 4px 4px 10px 10px; transform: translateX(-50%); }
.cone {
  position: absolute; left: 50%; top: 8px; width: 240px; height: 360px; transform: translateX(-50%);
  background: radial-gradient(60% 55% at 50% 0%, rgba(255,236,190,.55), rgba(255,236,190,0) 70%);
  clip-path: polygon(46% 0, 54% 0, 100% 100%, 0 100%);
  opacity: 0; mix-blend-mode: screen; pointer-events: none;
}
.bb-board { position: relative; padding: 10px; background: #1b2028; border-radius: 4px; box-shadow: 0 30px 80px rgba(0,0,0,.6); --lit: 0; }
.bb-inner {
  position: relative; aspect-ratio: 2.35 / 1; overflow: hidden; background: #0b0e13;
  filter: brightness(calc(.28 + .72 * var(--lit))) saturate(calc(.4 + .6 * var(--lit)));
}
.bb-vacant { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; background: repeating-linear-gradient(45deg, #1a1f27 0 18px, #151a21 18px 36px); color: #6c7684; }
.bb-vacant span { font-size: clamp(1rem, 2.6vw, 1.8rem); font-weight: 700; }
.bb-vacant small { font-family: Syne, sans-serif; letter-spacing: .2em; font-size: .75rem; }
.bb-poster {
  position: absolute; inset: 0; display: grid; grid-template-columns: 1.6fr 1fr; align-items: center;
  background: linear-gradient(180deg, #f6f1e5, #ebe4d3); color: var(--paper-ink);
  clip-path: inset(0 0 100% 0);
}
.bb-poster::after { /* paper seams */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, transparent 32.9%, rgba(0,0,0,.06) 33%, transparent 33.3%, transparent 65.9%, rgba(0,0,0,.06) 66%, transparent 66.3%);
}
.poster-text { padding: 0 clamp(16px, 5%, 56px); }
.poster-kicker { margin: 0 0 .3em; font-family: Syne, sans-serif; font-weight: 700; font-size: clamp(.5rem, 1.1vw, .8rem); letter-spacing: .28em; color: var(--teal-deep); direction: ltr; text-align: start; }
.bb-inner { container-type: inline-size; }
.poster-name { font-size: 8.4cqw; font-weight: 900; letter-spacing: -.01em; color: var(--paper-ink); white-space: nowrap; }
html[lang="en"] .poster-name { font-size: 6.4cqw; letter-spacing: -.03em; }
.poster-role { margin: .2em 0 .8em; font-size: 2.3cqw; font-weight: 500; }
.poster-kicker { font-size: 1.3cqw !important; }
.bb-chip { font-size: 1.6cqw !important; }
.poster-chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.bb-chip { border: 1.5px solid var(--teal-deep); color: var(--teal-deep); border-radius: 999px; padding: .05em .8em; font-size: clamp(.6rem, 1.2vw, .85rem); font-weight: 700; }
.poster-photo { height: 100%; position: relative; overflow: hidden; }
.poster-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 72% 22%; }
.poster-photo::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #efe9dc 0%, rgba(239,233,220,0) 30%); }
html[dir="ltr"] .poster-photo::before { background: linear-gradient(90deg, #efe9dc 0%, rgba(239,233,220,0) 30%); }
html[dir="rtl"] .poster-photo::before { background: linear-gradient(270deg, #efe9dc 0%, rgba(239,233,220,0) 30%); }
.bb-roller { position: absolute; inset-inline: -2%; top: 0; height: 14px; background: linear-gradient(#ccc, #777); border-radius: 8px; box-shadow: 0 6px 12px rgba(0,0,0,.4); opacity: 0; }
.bb-legs { display: flex; justify-content: space-between; padding: 0 22%; height: 14vh; }
.bb-legs i { width: 14px; background: linear-gradient(90deg, #1c222b, #2b323d, #1c222b); }

.road { position: absolute; inset: auto 0 0 0; height: 15vh; background: linear-gradient(#15181e, #0a0c10); border-top: 3px solid #1f242c; z-index: 4; }
.lane { position: absolute; inset-inline: 0; top: 50%; height: 4px; background: repeating-linear-gradient(90deg, #d8c27a 0 60px, transparent 60px 120px); opacity: .55; background-position-x: var(--drive, 0px); }

.scroll-hint { position: absolute; left: 50%; bottom: 3.5vh; transform: translateX(-50%); z-index: 5; margin: 0; display: flex; align-items: center; gap: .7rem; font-size: .9rem; color: var(--muted); white-space: nowrap; }
.mouse { width: 20px; height: 32px; border: 1.5px solid var(--muted); border-radius: 12px; position: relative; }
.mouse i { position: absolute; left: 50%; top: 6px; width: 3px; height: 6px; margin-left: -1.5px; background: var(--teal); border-radius: 2px; animation: wheel 1.6s infinite; }
@keyframes wheel { to { transform: translateY(10px); opacity: 0; } }

/* ---------- 02 BRIEF ---------- */
.brief { min-height: 120vh; display: grid; align-content: center; padding: 20vh clamp(16px, 8vw, 140px); }
.brief-text { margin: 0; font-size: clamp(1.6rem, 4.2vw, 3.6rem); line-height: 1.55; font-weight: 700; max-width: 22em; }
html[lang="en"] .brief-text { font-family: Syne, Dana, sans-serif; font-weight: 700; line-height: 1.25; letter-spacing: -.01em; }
.brief-text .w { opacity: .12; }

/* ---------- 03 METRO ---------- */
.metro { position: relative; height: 100vh; overflow: hidden; background: linear-gradient(var(--night), #0a0f16 50%, var(--night)); }
.metro-head { position: absolute; top: 12vh; inset-inline-start: clamp(16px, 8vw, 140px); z-index: 2; }
.metro-head h2 { font-size: clamp(1.8rem, 4vw, 3.2rem); }
.track { position: absolute; top: 0; inset-inline-start: 0; width: max-content; height: 100%; display: flex; align-items: center; padding-inline: 12vw; will-change: transform; }
.rail, .rail-fill { position: absolute; inset-inline-start: 0; top: 58%; height: 8px; border-radius: 8px; transform: translateY(-50%); }
.rail { width: 100%; background: #1a212b; }
.rail-fill { width: 0; background: linear-gradient(90deg, #e0312f, #2b58a6, #5ab4e5, #f6c20f, #2e9e5b, #ef80b1, #7b4ea0); box-shadow: 0 0 24px rgba(31,209,165,.25); }
html[dir="rtl"] .rail-fill { background: linear-gradient(270deg, #e0312f, #2b58a6, #5ab4e5, #f6c20f, #2e9e5b, #ef80b1, #7b4ea0); }
.train { position: absolute; top: 58%; inset-inline-start: 0; width: 64px; height: 26px; transform: translateY(-50%); background: #eef0ea; border-radius: 13px; display: flex; gap: 5px; align-items: center; justify-content: center; box-shadow: 0 0 30px rgba(255,255,255,.35); z-index: 3; }
.train i { width: 10px; height: 9px; background: #10151c; border-radius: 2px; }
.station { position: relative; flex: none; width: clamp(280px, 30vw, 400px); height: 100%; }
.station .dot { position: absolute; left: 50%; top: 58%; width: 26px; height: 26px; margin: -13px 0 0 -13px; border-radius: 50%; background: var(--night); border: 5px solid #2a323d; transition: border-color .3s, transform .3s; z-index: 2; }
.station.arrived .dot { border-color: var(--c); transform: scale(1.25); box-shadow: 0 0 0 8px color-mix(in srgb, var(--c) 25%, transparent); }
.station .card {
  position: absolute; inset-inline: 8%; padding: 1.1rem 1.2rem; border-radius: 14px;
  background: rgba(255,255,255,.03); border: 1px solid var(--line); opacity: .28; transform: translateY(16px);
  transition: opacity .5s, transform .5s, border-color .5s, background .5s;
}
.station.up .card { bottom: calc(42% + 36px); }
.station.down .card { top: calc(58% + 36px); }
.station.arrived .card { opacity: 1; transform: none; border-color: color-mix(in srgb, var(--c) 55%, transparent); background: color-mix(in srgb, var(--c) 8%, transparent); }
.card .date { font-size: .8rem; color: var(--muted); }
.card h3 { font-size: clamp(1.15rem, 1.8vw, 1.5rem); margin: .15rem 0; font-weight: 900; font-family: var(--font); }
.card .role { display: inline-block; font-size: .85rem; font-weight: 700; color: var(--c); margin-bottom: .35rem; }
.card p { margin: 0; font-size: .92rem; color: #c6ccd4; line-height: 1.6; }
.card .num { position: absolute; inset-inline-end: 1rem; top: .8rem; width: 26px; height: 26px; border-radius: 50%; background: var(--c); color: #0a0d12; font: 700 .8rem/26px Syne, sans-serif; text-align: center; }

/* ---------- 04 PINFINITY ---------- */
.pinfinity { position: relative; height: 100vh; overflow: hidden; display: grid; place-items: center; }
.pf-glow { position: absolute; inset: 0; background: radial-gradient(40% 40% at 50% 50%, rgba(31,209,165,.25), transparent 70%); opacity: 0; }
.pf-copy { position: absolute; top: 12vh; inset-inline-start: clamp(16px, 8vw, 140px); }
.pf-svg { width: min(900px, 94vw); overflow: visible; }
.pf-ghost { fill: none; stroke: #18202a; stroke-width: 14; stroke-linecap: round; }
.pf-path { fill: none; stroke: url(#pfGrad); stroke-width: 14; stroke-linecap: round; }
.pf-path-blur { opacity: .7; }
.pf-pin path { fill: var(--gold); }
.pf-pin circle { fill: var(--night); }
.pf-counter { position: absolute; bottom: 14vh; left: 50%; transform: translateX(-50%); text-align: center; }
.pf-num { display: block; font-family: Syne, DanaFa, sans-serif; font-size: clamp(2.6rem, 8vw, 6.5rem); font-weight: 800; line-height: 1; font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
html[lang="fa"] .pf-num { font-family: DanaFa, sans-serif; font-weight: 900; }
.pf-counter span { color: var(--teal); font-weight: 500; }
.pf-tags { position: absolute; bottom: 5vh; inset-inline: 0; display: flex; justify-content: center; flex-wrap: wrap; gap: .5rem; padding: 0 16px; margin: 0; list-style: none; }
.pf-tags li { border: 1px solid var(--line); border-radius: 999px; padding: .2rem .9rem; font-size: .85rem; color: #c6ccd4; opacity: 0; transform: translateY(10px); }

/* ---------- 05 BLACK FRIDAY ---------- */
.blackfriday { position: relative; min-height: 130vh; padding: 22vh clamp(16px, 8vw, 140px) 16vh; display: grid; justify-items: center; text-align: center; align-content: center; }
.blackfriday .eyebrow { justify-content: center; }
.neon { font-size: clamp(3rem, 12vw, 10rem) !important; color: #2a2a2a; transition: color .2s, text-shadow .2s; }
body.blackout .neon { animation: neonOn 1.4s steps(1) forwards; }
@keyframes neonOn {
  0% { color: #2a2a2a; text-shadow: none; }
  10% { color: #fff; text-shadow: 0 0 10px #fff, 0 0 40px var(--gold), 0 0 80px var(--gold); }
  15% { color: #2a2a2a; text-shadow: none; }
  30% { color: #fff; text-shadow: 0 0 10px #fff, 0 0 40px var(--gold); }
  34% { color: #2a2a2a; text-shadow: none; }
  50%, 100% { color: #fff8e1; text-shadow: 0 0 8px #fff, 0 0 30px var(--gold), 0 0 90px rgba(245,197,66,.6); }
}
.bf-sub { color: var(--muted); margin: .5rem 0 2.5rem; }
.coupon {
  display: grid; grid-template-columns: 30% 1fr; width: min(640px, 100%); min-height: 240px; border-radius: 18px; overflow: hidden;
  background: linear-gradient(135deg, #f8dc7c, #d9a52b 45%, #f7d97a 60%, #b98518);
  color: #2b1d00; box-shadow: 0 30px 80px rgba(245,197,66,.18);
  -webkit-mask: radial-gradient(circle 16px at 30% 0, transparent 98%, #000) top / 100% 51% no-repeat, radial-gradient(circle 16px at 30% 100%, transparent 98%, #000) bottom / 100% 51% no-repeat;
          mask: radial-gradient(circle 16px at 30% 0, transparent 98%, #000) top / 100% 51% no-repeat, radial-gradient(circle 16px at 30% 100%, transparent 98%, #000) bottom / 100% 51% no-repeat;
}
html[dir="rtl"] .coupon {
  -webkit-mask: radial-gradient(circle 16px at 70% 0, transparent 98%, #000) top / 100% 51% no-repeat, radial-gradient(circle 16px at 70% 100%, transparent 98%, #000) bottom / 100% 51% no-repeat;
          mask: radial-gradient(circle 16px at 70% 0, transparent 98%, #000) top / 100% 51% no-repeat, radial-gradient(circle 16px at 70% 100%, transparent 98%, #000) bottom / 100% 51% no-repeat;
}
.coupon-side { display: grid; place-content: center; gap: .3rem; padding: 1rem; border-inline-end: 2px dashed rgba(43,29,0,.35); }
.coupon-side span { font-weight: 900; font-size: 1.3rem; line-height: 1.2; }
.coupon-side small { font-family: Syne, sans-serif; letter-spacing: .2em; font-size: .65rem; }
.coupon-body { position: relative; margin: 18px; border-radius: 12px; background: #fff7df; }
.coupon-reveal { position: absolute; inset: 0; display: grid; place-content: center; gap: .1rem; padding: 1rem; }
.coupon-num { font-size: clamp(3rem, 9vw, 4.8rem); line-height: 1; font-weight: 900; font-family: DanaFa, sans-serif; }
html[lang="en"] .coupon-num { font-family: Syne, sans-serif; font-weight: 800; }
.coupon-reveal span { font-weight: 700; }
.coupon-reveal small { font-size: .78rem; opacity: .75; }
.scratch { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 12px; cursor: grab; touch-action: none; transition: opacity .6s; }
.scratch.done { opacity: 0; pointer-events: none; }
.bf-facts { list-style: none; padding: 0; margin: 3rem 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; width: min(900px, 100%); }
.bf-facts li { border-top: 1px solid var(--line); padding-top: 1rem; display: grid; gap: .2rem; }
.bf-facts b { font-size: 2rem; color: var(--gold); font-weight: 900; line-height: 1; }
.bf-facts span { font-size: .9rem; color: #c6ccd4; }
.confetti { position: fixed; width: 8px; height: 12px; z-index: 70; pointer-events: none; border-radius: 2px; }

/* ---------- 06 DIGICARD ---------- */
.digicard { position: relative; height: 100vh; overflow: hidden; display: grid; place-items: center; perspective: 1400px; }
.dc-glow { position: absolute; inset: 0; background: radial-gradient(45% 50% at 50% 55%, rgba(255,212,0,.22), transparent 70%); }
.dc-copy { position: absolute; top: 12vh; inset-inline-start: clamp(16px, 8vw, 140px); z-index: 2; }
.dc-stage { perspective: 1400px; }
.card3d { position: relative; width: min(440px, 78vw); aspect-ratio: 1.586; transform-style: preserve-3d; }
.card-face { position: absolute; inset: 0; border-radius: 22px; overflow: hidden; backface-visibility: hidden; -webkit-backface-visibility: hidden; box-shadow: 0 40px 80px rgba(0,0,0,.55); }
.card-front { background: radial-gradient(120% 120% at 0% 0%, #3a3f47, #121418 60%); color: #fff; direction: ltr; font-family: Dana, sans-serif; padding: 7%; }
.card-front::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.18) 45%, transparent 60%); transform: translateX(var(--shine, -60%)); }
.card-chip { position: absolute; top: 30%; left: 7%; width: 14%; aspect-ratio: 1.3; border-radius: 6px; background: linear-gradient(135deg, #e8cf8a, #a88a3c); }
.card-word { position: absolute; top: 8%; left: 7%; font-weight: 700; font-size: clamp(1.4rem, 5vw, 2.1rem); letter-spacing: -.02em; }
.card-word sup { font-size: .4em; }
.card-tag { position: absolute; left: 7%; bottom: 26%; font-size: clamp(.9rem, 3vw, 1.3rem); }
.card-no { position: absolute; left: 7%; bottom: 9%; font-family: Syne, sans-serif; letter-spacing: .12em; color: #aab; font-size: clamp(.7rem, 2.4vw, .95rem); }
.card-back { transform: rotateY(180deg); background: #111; }
.card-back img { width: 100%; height: 100%; object-fit: cover; object-position: 85% 28%; }
.card-cap { position: absolute; inset: auto 0 0 0; padding: 2.4rem 1rem .8rem; background: linear-gradient(transparent, rgba(0,0,0,.92) 55%); font-size: .85rem; font-weight: 700; }
.dc-stats { position: absolute; bottom: 7vh; inset-inline: 0; list-style: none; margin: 0; padding: 0 16px; display: flex; justify-content: center; gap: clamp(1rem, 5vw, 4rem); }
.dc-stats li { display: grid; text-align: center; opacity: 0; transform: translateY(14px); }
.dc-stats b { font-size: clamp(1.8rem, 4.5vw, 3rem); font-weight: 900; line-height: 1.1; color: #ffd400; font-variant-numeric: tabular-nums; }
html[lang="en"] .dc-stats b { font-family: Syne, sans-serif; font-weight: 800; }
.dc-stats span { font-size: .85rem; color: #c6ccd4; }

/* ---------- 07 BRANDS ---------- */
.brands { position: relative; min-height: 100vh; padding: 16vh clamp(16px, 8vw, 140px) 6vh; display: grid; grid-template-rows: auto 1fr; }
.brands-hint, .mixer-hint { color: var(--muted); margin: .4rem 0 0; }
.brands-box { position: relative; margin-top: 2rem; min-height: 56vh; border-bottom: 1px solid var(--line); overflow: hidden; user-select: none; -webkit-user-select: none; }
.brand {
  position: absolute; top: 0; left: 0; padding: .7rem 1.4rem; border-radius: 999px; white-space: nowrap;
  font-weight: 900; font-size: clamp(1rem, 2.2vw, 1.6rem); background: #151b24; border: 1px solid #253040; color: var(--ink);
  cursor: grab; will-change: transform; visibility: hidden;
}
.brand.t { background: var(--teal); color: #03201a; border-color: transparent; }
.brand.g { background: var(--gold); color: #2b1d00; border-color: transparent; }
.brand.p { background: var(--paper); color: var(--paper-ink); border-color: transparent; }
.brand.latin { font-family: Syne, sans-serif; font-weight: 800; letter-spacing: .02em; }

/* ---------- 08 MIXER ---------- */
.mixer { padding: 16vh clamp(16px, 8vw, 140px) 12vh; }
.console {
  margin-top: 2.5rem; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: clamp(6px, 1.4vw, 18px);
  padding: clamp(14px, 2.5vw, 32px); border-radius: 22px; background: linear-gradient(#141920, #0d1117); border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 40px 80px rgba(0,0,0,.4);
}
.ch { display: grid; justify-items: center; gap: .8rem; }
.ch-body { display: flex; gap: clamp(4px, .8vw, 10px); height: 280px; }
.meter { display: flex; flex-direction: column-reverse; gap: 3px; width: 8px; }
.meter i { flex: 1; border-radius: 2px; background: #1c232d; }
.meter i.on { background: var(--teal); box-shadow: 0 0 6px var(--teal); }
.meter i.on.hot { background: var(--gold); box-shadow: 0 0 6px var(--gold); }
.meter i.on.peak { background: #ff5a4f; box-shadow: 0 0 6px #ff5a4f; }
.slot { position: relative; width: 36px; cursor: ns-resize; touch-action: none; }
.slot::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 4px; margin-left: -2px; background: #05070a; border-radius: 3px; }
.slot .cap { position: absolute; left: 0; bottom: 0; width: 36px; height: 44px; border-radius: 6px; background: linear-gradient(#d9dde2, #8e959e); box-shadow: 0 6px 12px rgba(0,0,0,.5); }
.slot .cap::after { content: ""; position: absolute; left: 6px; right: 6px; top: 50%; height: 2px; background: #10151c; }
.ch label { text-align: center; font-size: clamp(.68rem, 1.1vw, .9rem); line-height: 1.35; color: #c6ccd4; min-height: 2.7em; }
.ch .val { font-family: Syne, sans-serif; font-size: .75rem; color: var(--teal); }
.edu { margin-top: 2rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.edu-card { border: 1px solid var(--line); border-radius: 14px; padding: 1rem 1.2rem; display: grid; }
.edu-card small { color: var(--teal); }
.edu-card b { font-weight: 700; }

/* ---------- 09 FINALE ---------- */
.finale { min-height: 100vh; padding: 16vh clamp(16px, 8vw, 140px) 5vh; display: grid; align-content: center; justify-items: center; gap: 2rem; }
.finale-board { position: relative; width: min(1000px, 100%); padding: clamp(28px, 6vw, 72px); border-radius: 8px; background: var(--paper); color: var(--paper-ink); box-shadow: 0 0 0 10px #1b2028, 0 40px 120px rgba(255,236,190,.12); }
.finale-board .eyebrow { color: var(--teal-deep); }
.finale-board h2 { font-size: clamp(2rem, 5.4vw, 4.4rem); max-width: 14em; }
.finale-bulbs { position: absolute; inset: -22px 0 auto; display: flex; justify-content: space-between; padding: 0 12px; }
.finale-bulbs i { width: 8px; height: 8px; border-radius: 50%; background: #3a3320; transition: background .2s, box-shadow .2s; }
.finale-bulbs i.on { background: #ffe39a; box-shadow: 0 0 10px #ffd36a, 0 0 22px rgba(255,211,106,.6); }
.avail { display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; margin: 1.6rem 0; }
.avail span { display: inline-flex; align-items: center; gap: .5rem; }
.avail i { width: 10px; height: 10px; border-radius: 50%; }
.avail-main b { font-weight: 900; font-size: 1.1rem; }
.avail-main i { background: #13b37f; box-shadow: 0 0 0 0 rgba(19,179,127,.6); animation: pulse 1.8s infinite; }
.avail-sub { opacity: .75; }
.avail-sub i { border: 2px solid currentColor; }
@keyframes pulse { to { box-shadow: 0 0 0 12px rgba(19,179,127,0); } }
.cta { display: flex; flex-wrap: wrap; gap: .6rem; }
.btn { display: inline-flex; align-items: center; padding: .65rem 1.3rem; border-radius: 999px; border: 1.5px solid currentColor; text-decoration: none; font-weight: 700; font-size: .95rem; transition: transform .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--paper-ink); color: var(--paper); border-color: var(--paper-ink); }
.quote { margin: 0; font-family: Syne, sans-serif; font-size: clamp(1rem, 2.2vw, 1.5rem); color: #c6ccd4; direction: ltr; text-align: center; }
.quote cite { display: block; font-style: normal; color: var(--muted); font-size: .8em; }
.foot { color: var(--muted); font-size: .8rem; margin: 0; }

/* ---------- Quick dialog ---------- */
.quick { width: min(640px, calc(100vw - 32px)); max-height: calc(100vh - 48px); border: 0; border-radius: 22px; padding: clamp(22px, 4vw, 40px); background: var(--paper); color: var(--paper-ink); font-family: var(--font); }
.quick::backdrop { background: rgba(0,0,0,.6); backdrop-filter: blur(6px); }
.quick .eyebrow { color: var(--teal-deep); }
.quick h3 { font-size: 2rem; font-weight: 900; font-family: var(--font); }
.quick-role { margin: 0; font-weight: 500; }
.quick-avail { margin: .6rem 0 1.2rem; font-size: .9rem; color: #13805d; font-weight: 700; }
.quick-close { position: absolute; top: 12px; inset-inline-end: 14px; border: 0; background: none; font-size: 1.8rem; cursor: pointer; color: inherit; }
.quick-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; margin-bottom: 1.2rem; }
.quick-kpis div { background: #e6dfcd; border-radius: 12px; padding: .7rem; display: grid; }
.quick-kpis b { font-size: 1.5rem; font-weight: 900; line-height: 1.2; }
.quick-kpis span { font-size: .78rem; }
.quick-list { list-style: none; margin: 0 0 1.4rem; padding: 0; display: grid; gap: .45rem; }
.quick-list li { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(16,32,30,.12); padding-bottom: .45rem; font-size: .9rem; }
.quick-list li span { color: #56625f; font-size: .8rem; white-space: nowrap; }

/* ---------- Responsive ---------- */
@media (max-width: 760px) {
  .bb-inner { aspect-ratio: 1.15 / 1; }
  .bb-poster { grid-template-columns: 1fr; grid-template-rows: 1fr 1.1fr; }
  .poster-photo { grid-row: 1; }
  .poster-photo::before { background: linear-gradient(0deg, #efe9dc 0%, rgba(239,233,220,0) 40%) !important; }
  .poster-text { padding: 0 16px 12px; }
  .cone { width: 140px; height: 300px; }
  .billboard { bottom: 15vh; }
  .bb-legs { height: 8vh; }
  .hud-btn#quickBtn { font-size: .78rem; padding: .3rem .7rem; }
  .bf-facts, .edu { grid-template-columns: 1fr; }
  .coupon { grid-template-columns: 1fr; }
  .coupon, html[dir="rtl"] .coupon { -webkit-mask: none; mask: none; }
  .coupon-side { border-inline-end: 0; border-bottom: 2px dashed rgba(43,29,0,.35); padding: .8rem; }
  .coupon-body { min-height: 190px; }
  .console { grid-template-columns: repeat(4, minmax(0, 1fr)); row-gap: 1.6rem; }
  .ch-body { height: 190px; }
  .slot, .slot .cap { width: 30px; }
  .dc-stats { flex-wrap: wrap; row-gap: .6rem; }
  .dc-stats li { width: 40%; }
  .station .card { inset-inline: 2%; }
}

@media (prefers-reduced-motion: reduce) {
  .stars span, .mouse i, .avail-main i { animation: none; }
}
