/* Akari Sports — single-page experience.
   Copy follows the Akari Sports content deck (sections 1-9); layout follows the
   supplied design mock. Motion is opt-out via prefers-reduced-motion. */

:root {
  --ink: #08060a;
  --panel: #0d0a0f;
  --panel-2: #120c14;
  --line: rgba(255, 255, 255, 0.1);
  --pink: #e2186e;
  --hot: #ff2b86;
  --text: #f6eef2;
  --muted: #a9979f;
  --display: "Anton", "Arial Narrow", Impact, sans-serif;
  --script: "Kaushan Script", "Brush Script MT", cursive;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: "Inter", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

section {
  position: relative;
  scroll-margin-top: 84px;
}

/* Type ------------------------------------------------------------------ */

.display {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.88;
  text-transform: uppercase;
}

.script {
  font-family: var(--script);
  font-weight: 400;
  color: var(--hot);
  line-height: 1;
}

.label {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
}

.label--pink {
  color: var(--hot);
}

.pink {
  color: var(--hot);
}

.lede {
  font-size: clamp(13px, 1.15vw, 15.5px);
  line-height: 1.85;
  color: rgba(246, 238, 242, 0.82);
}

.ph-text {
  color: rgba(246, 238, 242, 0.42);
  font-style: normal;
}

/* Section shells -------------------------------------------------------- */

.wrap {
  padding: clamp(52px, 7vw, 104px) clamp(16px, 3.4vw, 52px);
}

.sec-head {
  max-width: 780px;
  margin-bottom: clamp(30px, 4vw, 52px);
}

.sec-head .display {
  margin: 14px 0 0;
  font-size: clamp(32px, 4.4vw, 62px);
}

.sec-head .display em {
  display: block;
  font-style: normal;
  color: var(--hot);
}

.sec-head .lede {
  margin: 20px 0 0;
}

/* Buttons --------------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 22px;
  border: 1px solid var(--hot);
  color: var(--hot);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  transition: background 0.24s var(--ease), color 0.24s var(--ease),
    transform 0.24s var(--ease);
}

.btn::after {
  content: "\2192";
  font-size: 13px;
  letter-spacing: 0;
  transition: transform 0.24s var(--ease);
}

.btn:hover,
.btn:focus-visible {
  background: var(--hot);
  color: #14040c;
  transform: translateY(-2px);
}

.btn:hover::after {
  transform: translateX(4px);
}

.btn--solid {
  border-radius: 999px;
  background: var(--pink);
  border-color: var(--pink);
  color: #fff;
  padding: 11px 20px;
  letter-spacing: 0.12em;
}

.btn--solid:hover,
.btn--solid:focus-visible {
  background: var(--hot);
  border-color: var(--hot);
  color: #14040c;
}

.btn--ghost {
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--text);
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
  border-color: var(--hot);
  background: var(--hot);
  color: #14040c;
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--hot);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.link::after {
  content: "\2192";
  letter-spacing: 0;
  transition: transform 0.22s var(--ease);
}

.link:hover {
  color: #fff;
}

.link:hover::after {
  transform: translateX(4px);
}

/* Scroll progress ------------------------------------------------------- */

.progress {
  position: fixed;
  z-index: 40;
  inset: 0 0 auto;
  height: 2px;
  background: transparent;
}

.progress span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--pink), #fff);
  box-shadow: 0 0 10px var(--pink);
}

/* Header ---------------------------------------------------------------- */

.site-head {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 14px clamp(18px, 3vw, 46px);
  background: rgba(8, 6, 10, 0.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: padding 0.3s var(--ease), background 0.3s var(--ease);
}

.site-head.is-tight {
  padding-top: 9px;
  padding-bottom: 9px;
  background: rgba(8, 6, 10, 0.96);
}

.brand {
  flex: none;
  line-height: 1;
}

.brand b {
  display: block;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--hot);
}

.brand i {
  display: block;
  margin-top: 3px;
  font-style: normal;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: rgba(246, 238, 242, 0.7);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
  margin: 0 auto;
  font-size: 12px;
  font-weight: 500;
}

.site-nav a {
  position: relative;
  padding: 6px 0;
  color: rgba(246, 238, 242, 0.86);
  transition: color 0.2s ease;
}

.site-nav a:hover {
  color: #fff;
}

.site-nav a.is-on {
  color: var(--hot);
}

.site-nav a.is-on::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.5px;
  background: var(--hot);
}

.head-tools {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: none;
}

.icon-btn {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
}

.icon-btn svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 4px;
  width: 40px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}

.burger span {
  width: 17px;
  height: 1.5px;
  background: var(--text);
  transition: transform 0.24s var(--ease), opacity 0.2s ease;
}

body.nav-open .burger span:nth-child(1) {
  transform: translateY(5.5px) rotate(45deg);
}

body.nav-open .burger span:nth-child(2) {
  opacity: 0;
}

body.nav-open .burger span:nth-child(3) {
  transform: translateY(-5.5px) rotate(-45deg);
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 58px;
  left: 0;
  right: 0;
  z-index: 40;
  max-height: calc(100dvh - 58px);
  overflow-y: auto;
  padding: 18px clamp(18px, 5vw, 40px) 26px;
  background: var(--panel);
  border-bottom: 1px solid var(--line);
}

body.nav-open .mobile-nav {
  display: block;
  animation: sportsIn 0.35s var(--ease);
}

.mobile-nav a {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--display);
  font-size: 21px;
  text-transform: uppercase;
}

/* Photo placeholders ---------------------------------------------------- */

.ph {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 78% 18%, rgba(255, 43, 134, 0.42), transparent 62%),
    radial-gradient(90% 80% at 12% 92%, rgba(226, 24, 110, 0.32), transparent 60%),
    linear-gradient(160deg, #1a0d16, #0b070c 62%);
  background-size: 140% 140%;
  animation: phDrift 14s ease-in-out infinite alternate;
}

@keyframes phDrift {
  from {
    background-position: 12% 18%;
  }
  to {
    background-position: 84% 72%;
  }
}

.ph::after {
  content: attr(data-ph);
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  padding: 5px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(8, 6, 10, 0.55);
  color: rgba(246, 238, 242, 0.62);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

.ph--quiet::after,
.ph[data-ph=""]::after,
.ph:not([data-ph])::after {
  display: none;
}

.ph.has-photo {
  background-color: #120910;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  animation: none;
  --parallax-y: 0px;
  --media-scale: 1.08;
  transform: translate3d(0, var(--parallax-y), 0) scale(var(--media-scale));
  transition: filter 0.45s ease, box-shadow 0.45s var(--ease);
  will-change: transform, filter;
  cursor: pointer;
}

.ph.has-photo::after {
  display: none;
}

/* Global image hover — zoom + lift glow */
.ph.has-photo:hover,
a.ph.has-photo:hover {
  --media-scale: 1.14;
  filter: brightness(1.1) saturate(1.08);
  box-shadow: 0 0 0 1px rgba(255, 43, 134, 0.45), 0 18px 40px rgba(0, 0, 0, 0.35);
}

.rail button .thumb.has-photo,
.player-card__photo.has-photo,
.player-card.has-photo .player-card__photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  animation: none;
  --parallax-y: 0px;
  --media-scale: 1;
  transform: translate3d(0, var(--parallax-y), 0) scale(var(--media-scale));
  transition: transform 0.45s var(--ease), filter 0.45s ease;
}

.player-card:hover .player-card__photo.has-photo,
.rail button:hover .thumb.has-photo,
.rail button.is-on .thumb.has-photo {
  --media-scale: 1.08;
  filter: brightness(1.08);
}

/* Crest ----------------------------------------------------------------- */

.crest {
  display: grid;
  place-content: center;
  width: 104px;
  height: 104px;
  padding: 6px;
  flex: none;
  border-radius: 50% 50% 44% 44%;
  background: linear-gradient(170deg, #3b0a1d, #14060d);
  border: 1.5px solid rgba(255, 43, 134, 0.55);
  text-align: center;
  line-height: 1;
}

.crest b {
  display: block;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #fff;
  text-transform: uppercase;
}

.crest i {
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-family: var(--display);
  font-size: 14px;
  line-height: 1.05;
  letter-spacing: 0.03em;
  color: var(--hot);
  text-transform: uppercase;
}

.crest--away {
  background: linear-gradient(170deg, #0d2440, #060b14);
  border-color: rgba(120, 190, 255, 0.5);
}

.crest--away i {
  color: #7cc3ff;
}

/* Reveal animation ------------------------------------------------------ */

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  filter: blur(6px);
  transition:
    opacity 0.75s var(--ease),
    transform 0.75s var(--ease),
    filter 0.75s var(--ease);
  transition-delay: var(--d, 0ms);
  will-change: opacity, transform, filter;
}

[data-reveal="left"] {
  transform: translateX(-34px);
}

[data-reveal="right"] {
  transform: translateX(34px);
}

[data-reveal="scale"] {
  transform: scale(0.94);
}

[data-reveal="mask"] {
  opacity: 1;
  transform: none;
  filter: none;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.9s var(--ease);
}

[data-reveal].is-in {
  opacity: 1;
  transform: none;
  filter: none;
  clip-path: inset(0 0 0 0);
}

/* Section 1 — Opening --------------------------------------------------- */

.hero {
  min-height: min(94vh, 820px);
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-art {
  position: absolute;
  inset: -8% 0;
  will-change: transform;
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(8, 6, 10, 0.92) 18%, rgba(8, 6, 10, 0.42) 48%, rgba(20, 6, 28, 0.2) 72%, rgba(8, 6, 10, 0.55));
}

.hero--sparks .hero-art {
  background-position: center center;
  background-size: cover;
  animation: heroKen 22s ease-in-out infinite alternate;
}

.hero--sparks .hero-art.has-photo {
  animation: heroKen 22s ease-in-out infinite alternate;
}

/* User Chargers hero — full-bleed img, natural height */
.hero--chargers {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 0;
  max-height: none;
  overflow: visible;
}

.hero--chargers .hero-banner {
  margin: 0;
  width: 100%;
  line-height: 0;
  background: #0b070c;
  position: relative;
  overflow: hidden;
}

.hero--chargers .hero-banner img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: center center;
  --parallax-y: 0px;
  --media-scale: 1.04;
  transform: translate3d(0, var(--parallax-y), 0) scale(var(--media-scale));
  transition: filter 0.55s ease;
  will-change: transform, filter;
  animation: heroBannerIn 1.1s var(--ease) both;
}

.hero--chargers .hero-banner:hover img {
  --media-scale: 1.08;
  filter: brightness(1.08) saturate(1.06);
}

@keyframes heroBannerIn {
  from {
    opacity: 0;
    transform: scale(1.04);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.hero--chargers .hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 920px;
  padding: clamp(32px, 4.5vw, 56px) clamp(28px, 5vw, 74px) clamp(40px, 5vw, 64px);
  margin: 0;
}

.hero--chargers .hero-sparks {
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.hero--chargers .hero-mark,
.hero--chargers .hero-dots,
.hero--chargers .hero-art {
  display: none !important;
}

.hero--chargers .hero-kicker.is-in {
  animation: kickerFloat 4.5s ease-in-out 0.8s infinite;
}

@keyframes kickerFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

.hero--chargers .hero-ctas.is-in .watch {
  animation: ctaPop 0.7s var(--ease) both;
}

.hero--chargers .hero-ctas.is-in .watch:nth-child(2) {
  animation-delay: 0.1s;
}

@keyframes ctaPop {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 1280px) {
  .hero--chargers .hero-copy {
    max-width: 1080px;
    padding-left: clamp(40px, 6vw, 90px);
  }

  .hero--chargers .hero-lede {
    font-size: clamp(15px, 1.05vw, 17px);
    max-width: 62ch;
  }
}

@keyframes heroKen {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.12) translate3d(-2%, -1.5%, 0);
  }
}

.hero-sparks {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.hero-sparks span {
  position: absolute;
  width: var(--size, 3px);
  height: var(--size, 3px);
  border-radius: 50%;
  background: var(--spark, #ff4fad);
  box-shadow:
    0 0 8px var(--spark, #ff4fad),
    0 0 18px rgba(255, 43, 134, 0.45);
  opacity: 0;
  animation: sparkFly var(--dur, 3.4s) linear var(--delay, 0s) infinite;
}

.hero-sparks span.is-drift {
  animation-name: sparkDrift;
}

@keyframes sparkFly {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(0.4);
  }
  12% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--tx, 40px), -120px, 0) scale(1.2);
  }
}

@keyframes sparkDrift {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.5);
  }
  15% {
    opacity: 0.85;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--tx, 60px), var(--ty, -80px), 0) scale(1.15);
  }
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  margin-top: 8px;
}

.watch--ghost {
  opacity: 0.78;
}

.watch--ghost:hover {
  opacity: 1;
}

.label--glow {
  position: relative;
  display: inline-block;
}

.label--glow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--hot), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s var(--ease);
  transition-delay: var(--d, 0ms);
}

.label--glow.is-in::after,
[data-reveal].is-in .label--glow::after {
  transform: scaleX(1);
}

.split-word {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  margin-right: 0.28em;
}

.split-word > span {
  display: inline-block;
  transform: translateY(110%);
  opacity: 0;
  transition: transform 0.7s var(--ease), opacity 0.7s var(--ease);
  transition-delay: var(--wd, 0ms);
}

[data-reveal].is-in .split-word > span,
.split-ready.is-in .split-word > span {
  transform: translateY(0);
  opacity: 1;
}

.display--live em {
  display: inline-block;
  background: linear-gradient(110deg, #fff 20%, var(--hot) 45%, #fff 70%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shimmerText 4.5s ease-in-out infinite;
}

@keyframes shimmerText {
  0%,
  100% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: clamp(50px, 7vw, 96px) clamp(20px, 5vw, 74px);
  max-width: 940px;
}

.hero-copy .label {
  color: rgba(246, 238, 242, 0.82);
}

.hero-title {
  margin: 20px 0 26px;
}

.hero-title b,
.hero-title em {
  display: block;
  font-style: normal;
  font-weight: 400;
}

.hero-title b {
  overflow: hidden;
  font-family: var(--display);
  font-size: clamp(56px, 10.5vw, 148px);
  line-height: 0.84;
  text-transform: uppercase;
  transform: skewX(-9deg);
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}

.hero-title em {
  margin-top: -8px;
  font-family: var(--script);
  font-size: clamp(52px, 10vw, 148px);
  line-height: 0.92;
  color: var(--hot);
  text-shadow: 0 14px 42px rgba(255, 43, 134, 0.28);
}

.hero-title i {
  display: block;
  font-style: normal;
  animation: rise 1s var(--ease) backwards;
}

.hero-title em i {
  animation: sportsIn 0.9s var(--ease) 0.12s backwards;
}

@keyframes rise {
  from {
    transform: translateY(105%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes sportsIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.hero-kicker {
  position: relative;
  z-index: 1;
  margin: 10px 0 18px;
  font-size: clamp(20px, 2.4vw, 32px);
  color: #ff7ab3;
  text-shadow: 0 10px 28px rgba(255, 43, 134, 0.28);
}

.hero-lede {
  max-width: 560px;
  margin: 0 0 12px;
}

.hero-sub {
  margin: 0 0 26px;
  font-size: clamp(12.5px, 1.15vw, 14px);
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.9;
  text-transform: uppercase;
}

.hero-sub span {
  display: block;
  color: var(--hot);
}

.watch {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.watch i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--hot);
  border-radius: 50%;
  color: var(--hot);
  font-style: normal;
  font-size: 13px;
  transition: background 0.24s var(--ease), color 0.24s var(--ease);
}

.watch i::before {
  animation: nudge 2.4s ease-in-out infinite;
}

@keyframes nudge {
  0%, 72%, 100% {
    transform: translateY(0);
  }
  82% {
    transform: translateY(4px);
  }
}

.watch:hover i {
  background: var(--hot);
  color: #14040c;
}

.hero-mark {
  position: absolute;
  z-index: 2;
  right: clamp(20px, 4vw, 62px);
  bottom: clamp(28px, 5vw, 62px);
  text-align: right;
}

.hero-mark .script {
  font-size: clamp(36px, 4.6vw, 68px);
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.hero-mark .label {
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid rgba(255, 43, 134, 0.6);
  letter-spacing: 0.24em;
  color: rgba(246, 238, 242, 0.78);
}

.hero-dots {
  position: absolute;
  z-index: 2;
  right: clamp(14px, 2vw, 26px);
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(246, 238, 242, 0.42);
}

.hero-dots b {
  color: #fff;
}

/* Next match ------------------------------------------------------------ */

.next {
  margin: clamp(18px, 2.6vw, 34px) clamp(14px, 3vw, 44px);
  padding: clamp(24px, 3vw, 38px) clamp(20px, 3vw, 40px);
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    radial-gradient(90% 140% at 88% 10%, rgba(255, 43, 134, 0.22), transparent 60%),
    var(--panel);
}

.next-ghost {
  position: absolute;
  left: 16%;
  top: -12px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(70px, 11vw, 150px);
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.055);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  will-change: transform;
}

.next-tag {
  position: relative;
  display: inline-block;
  margin-bottom: 26px;
  padding-left: 12px;
  border-left: 2px solid var(--hot);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--hot);
}

.next-grid {
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto minmax(230px, 1fr) auto;
  align-items: center;
  gap: clamp(16px, 2.4vw, 38px);
}

.vs {
  font-family: var(--display);
  font-size: 26px;
  color: #fff;
}

.next-info h2 {
  margin: 10px 0 0;
  font-family: var(--display);
  font-size: clamp(19px, 1.9vw, 25px);
  font-weight: 400;
  text-transform: uppercase;
}

.next-info .mini-vs {
  display: block;
  margin: 3px 0;
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--hot);
}

.next-info p {
  margin: 12px 0 0;
  font-size: 12.5px;
  line-height: 1.7;
  color: rgba(246, 238, 242, 0.8);
}

.next-info .btn {
  margin-top: 18px;
}

.clock {
  display: flex;
  gap: clamp(14px, 2vw, 30px);
}

.clock div {
  text-align: center;
}

.clock b {
  display: block;
  overflow: hidden;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
  line-height: 1;
  color: var(--hot);
  font-variant-numeric: tabular-nums;
}

.clock b.is-flip {
  animation: digitPop 0.38s var(--ease);
}

@keyframes digitPop {
  from {
    transform: translateY(55%);
    opacity: 0.2;
  }
}

.clock span {
  display: block;
  margin-top: 8px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Section 2 — Akari Chargers ------------------------------------------- */

.chargers {
  min-height: clamp(360px, 40vw, 520px);
  margin: 0 clamp(14px, 3vw, 44px);
  display: grid;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  position: relative;
}

.chargers .ph {
  position: absolute;
  inset: 0;
}

.chargers .ph::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(8, 6, 10, 0.95) 26%, rgba(8, 6, 10, 0.45) 58%, transparent);
}

.chargers .ph::after {
  left: auto;
  right: 14px;
  transform: none;
}

.chargers-copy {
  position: relative;
  z-index: 2;
  padding: clamp(28px, 4vw, 54px);
  max-width: 620px;
}

.chargers-copy .display {
  margin: 12px 0 0;
  font-size: clamp(30px, 4vw, 56px);
}

.chargers-copy .display span {
  display: block;
  color: var(--hot);
}

.chargers-copy .lede {
  max-width: 440px;
  margin: 20px 0 0;
}

.chargers-mark {
  position: absolute;
  z-index: 2;
  right: clamp(20px, 4vw, 60px);
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}

.chargers-mark span {
  display: block;
  font-family: var(--script);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.24;
  color: #fff;
}

.chargers-mark span:last-child {
  color: var(--hot);
}

/* Three routes: the team / latest / matches */

.routes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 1.4vw, 18px);
  margin: clamp(14px, 1.8vw, 22px) clamp(14px, 3vw, 44px) 0;
}

.route {
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 2.4vw, 30px);
  border: 1px solid var(--line);
  background: var(--panel);
  transition: border-color 0.26s var(--ease), transform 0.26s var(--ease),
    background 0.26s var(--ease);
}

.route:hover {
  border-color: rgba(255, 43, 134, 0.65);
  transform: translateY(-4px);
  background: var(--panel-2);
}

.route h3 {
  margin: 12px 0 0;
  font-family: var(--display);
  font-size: clamp(19px, 2vw, 26px);
  font-weight: 400;
  text-transform: uppercase;
}

.route p {
  flex: 1;
  margin: 12px 0 20px;
  font-size: 12.5px;
  line-height: 1.7;
  color: rgba(246, 238, 242, 0.78);
}

.route .link {
  align-self: flex-start;
}

/* Section 3 — Meet the team (roster) ----------------------------------- */

.roster-sec {
  padding-top: clamp(56px, 7vw, 108px);
  overflow: hidden;
}

.roster-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 60% at 78% 22%, rgba(255, 43, 134, 0.16), transparent 62%),
    radial-gradient(60% 70% at 8% 92%, rgba(226, 24, 110, 0.14), transparent 60%);
  pointer-events: none;
}

.roster-top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 26px;
  padding: 0 clamp(16px, 3.4vw, 52px);
}

.roster-mark {
  text-align: right;
}

.roster-mark .script {
  font-size: clamp(26px, 3vw, 42px);
}

.roster-mark .label {
  margin-top: 6px;
  letter-spacing: 0.24em;
}

.roster-track {
  position: relative;
  display: flex;
  gap: clamp(8px, 0.9vw, 14px);
  margin-top: clamp(26px, 3.4vw, 44px);
  padding: 0 clamp(16px, 3.4vw, 52px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.roster-track::-webkit-scrollbar {
  display: none;
}

.player-card {
  position: relative;
  flex: 0 0 clamp(168px, 15vw, 212px);
  min-height: clamp(340px, 40vw, 460px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  border: 1px solid var(--line);
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  scroll-snap-align: start;
  overflow: hidden;
  opacity: 0;
  transform: translateY(36px) scale(0.96);
  transition: opacity 0.7s var(--ease), transform 0.5s var(--ease),
    border-color 0.26s var(--ease), box-shadow 0.3s var(--ease);
  transition-delay: var(--d, 0ms), var(--d, 0ms), 0ms, 0ms;
}

.player-card.is-in {
  opacity: 1;
  transform: none;
}

.player-card.is-in:hover {
  border-color: rgba(255, 43, 134, 0.6);
  transform: translateY(-8px);
}

.player-card.is-on {
  border-color: var(--hot);
  box-shadow: 0 0 0 1px var(--hot), 0 22px 60px rgba(255, 43, 134, 0.22);
}

.player-card__num {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--display);
  font-size: clamp(78px, 9vw, 128px);
  line-height: 1;
  color: rgba(255, 255, 255, 0.12);
  pointer-events: none;
  user-select: none;
  transition: color 0.3s var(--ease);
}

.player-card.is-on .player-card__num,
.player-card:hover .player-card__num {
  color: rgba(255, 43, 134, 0.24);
}

.player-card__photo {
  position: absolute;
  inset: 0;
  transition: filter 0.45s ease;
}

.player-card:hover .player-card__photo {
  --media-scale: 1.08;
  filter: brightness(1.08);
}

.player-card__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 34%, rgba(8, 6, 10, 0.94));
}

.player-card__meta {
  position: relative;
  z-index: 2;
}

.player-card__meta b {
  display: block;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 400;
  color: var(--hot);
}

.player-card__meta strong {
  display: block;
  margin: 8px 0 6px;
  font-family: var(--display);
  font-size: clamp(14px, 1.3vw, 17px);
  font-weight: 400;
  line-height: 1.12;
  text-transform: uppercase;
}

.player-card__meta span {
  display: block;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246, 238, 242, 0.66);
}

.player-card__go {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--hot);
  border-radius: 50%;
  color: var(--hot);
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.22s ease;
}

.player-card.is-on .player-card__go,
.player-card:hover .player-card__go {
  opacity: 1;
}

.roster-controls {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: clamp(16px, 2vw, 24px) clamp(16px, 3.4vw, 52px) 0;
}

.dashes {
  display: flex;
  gap: 7px;
  margin-right: auto;
}

.dashes i {
  width: 26px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  transition: background 0.24s ease;
}

.dashes i.is-on {
  background: var(--hot);
}

.round {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: transparent;
  color: var(--text);
  font-size: 13px;
  cursor: pointer;
  transition: border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.round:hover {
  border-color: var(--hot);
  color: var(--hot);
  transform: scale(1.08);
}

/* Section 4 — Inside the Chargers ------------------------------------- */

.inside-rail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(8px, 1vw, 14px);
}

.inside-card {
  position: relative;
  min-height: clamp(220px, 24vw, 320px);
  display: flex;
  align-items: flex-end;
  padding: 18px;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: border-color 0.26s var(--ease), transform 0.3s var(--ease);
}

.inside-card.has-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: none;
  color: inherit;
  text-decoration: none;
  --parallax-y: 0px;
  --media-scale: 1.08;
  transform: translate3d(0, var(--parallax-y), 0) scale(var(--media-scale));
  transition:
    border-color 0.26s var(--ease),
    filter 0.4s ease,
    box-shadow 0.4s ease;
}

.inside-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 34%, rgba(8, 6, 10, 0.92));
  transition: opacity 0.3s ease;
  z-index: 1;
}

.inside-card:hover {
  border-color: var(--hot);
  --media-scale: 1.14;
  filter: brightness(1.1);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

.inside-card b {
  position: relative;
  z-index: 2;
  font-family: var(--display);
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.inside-card i {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 18px;
  font-style: normal;
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--hot);
}

.inside-foot {
  margin-top: clamp(26px, 3vw, 38px);
}

/* By the numbers -------------------------------------------------------- */

.numbers {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.85fr);
  gap: clamp(20px, 3vw, 52px);
  align-items: center;
}

.numbers-head {
  margin: 0 0 20px;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.numbers-head span {
  color: var(--hot);
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat {
  padding: 0 clamp(12px, 1.6vw, 26px);
  border-left: 1px solid var(--line);
}

.stat:first-child {
  padding-left: 0;
  border-left: 0;
}

.stat b {
  display: block;
  font-family: var(--display);
  font-size: clamp(30px, 3.6vw, 50px);
  font-weight: 400;
  line-height: 1;
  color: var(--hot);
}

.stat span {
  display: block;
  margin-top: 10px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246, 238, 242, 0.72);
}

.quote {
  position: relative;
  padding-left: clamp(20px, 2.4vw, 34px);
  border-left: 1px solid rgba(255, 43, 134, 0.5);
}

.quote p {
  margin: 0;
  padding-top: 36px;
  font-size: 13.5px;
  line-height: 1.72;
  color: rgba(246, 238, 242, 0.9);
}

.quote p::before {
  content: "\201C";
  position: absolute;
  left: clamp(20px, 2.4vw, 34px);
  top: 4px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: var(--hot);
}

.quote cite {
  display: block;
  margin-top: 14px;
  font-style: normal;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Marquee --------------------------------------------------------------- */

/* NXLED × Sparks -------------------------------------------------------- */

.nxled {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #0a0610;
}

.nxled-bg {
  position: absolute;
  inset: -6% 0;
  background-size: cover;
  background-position: center 30%;
  filter: saturate(1.15) contrast(1.05);
  --parallax-y: 0px;
  --media-scale: 1.1;
  transform: translate3d(0, var(--parallax-y), 0) scale(var(--media-scale));
  will-change: transform;
  transition: filter 0.5s ease;
}

.nxled-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(8, 6, 10, 0.94) 12%, rgba(18, 4, 28, 0.72) 46%, rgba(8, 6, 10, 0.88) 100%),
    radial-gradient(60% 50% at 78% 40%, rgba(255, 43, 134, 0.28), transparent 70%);
}

.nxled-glow {
  position: absolute;
  inset: auto -10% -30% 40%;
  height: 55%;
  background: radial-gradient(circle, rgba(255, 43, 134, 0.35), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
  animation: nxledPulse 5.5s ease-in-out infinite alternate;
}

@keyframes nxledPulse {
  from {
    opacity: 0.45;
    transform: scale(0.92);
  }
  to {
    opacity: 0.9;
    transform: scale(1.08);
  }
}

.nxled-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  padding: clamp(56px, 8vw, 110px) clamp(20px, 5vw, 74px) clamp(40px, 5vw, 70px);
}

.nxled-copy .lede strong {
  color: #ff7ab3;
  font-weight: 700;
}

.nxled-beats {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.nxled-beats li {
  display: flex;
  gap: 14px;
  align-items: baseline;
  font-size: clamp(14px, 1.35vw, 17px);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.nxled-beats span {
  font-family: var(--display);
  color: var(--hot);
  font-size: 13px;
  letter-spacing: 0.14em;
}

.nxled-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.nxled-panel {
  position: relative;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(255, 43, 134, 0.45);
  background:
    linear-gradient(160deg, rgba(255, 43, 134, 0.16), rgba(8, 6, 10, 0.55) 55%),
    rgba(12, 6, 18, 0.72);
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.nxled-kicker {
  margin: 0 0 18px;
  font-size: clamp(28px, 3.4vw, 44px);
  color: #ff7ab3;
}

.nxled-line {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(28px, 3.8vw, 52px);
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.nxled-line--hot {
  color: var(--hot);
}

.nxled-badge {
  margin-top: 28px;
  display: inline-grid;
  place-items: center;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  border: 1px solid rgba(255, 43, 134, 0.55);
  background: radial-gradient(circle at 35% 30%, rgba(255, 43, 134, 0.35), #0a0610 70%);
  position: relative;
  animation: badgePulse 3.2s ease-in-out infinite;
}

.nxled-badge::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 43, 134, 0.45);
  animation: badgeSpin 14s linear infinite;
}

.nxled-badge b {
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nxled-badge i {
  font-style: normal;
  font-family: var(--script);
  font-size: 22px;
  color: var(--hot);
  margin-top: -2px;
}

@keyframes badgeSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes badgePulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 43, 134, 0.35);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(255, 43, 134, 0);
  }
}

.nxled-marquee {
  position: relative;
  z-index: 2;
  display: flex;
  overflow: hidden;
  border-top: 1px solid rgba(255, 43, 134, 0.28);
  background: rgba(8, 6, 10, 0.72);
  padding: 14px 0;
}

.nxled-marquee div {
  display: flex;
  flex-shrink: 0;
  gap: 28px;
  padding-right: 28px;
  white-space: nowrap;
  font-family: var(--display);
  font-size: clamp(18px, 2.2vw, 28px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: slide 18s linear infinite;
}

.nxled-marquee em {
  color: var(--hot);
  font-style: normal;
}

.roster-sec--nxled {
  position: relative;
  padding-top: 0;
}

.roster-sec--chargers {
  position: relative;
  padding-top: 0;
}

.nxled-roster-hero,
.chargers-roster-hero {
  margin: 0 0 clamp(28px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  position: relative;
  width: 100%;
  line-height: 0;
  background: #0b070c;
  overflow: hidden;
}

.nxled-roster-hero img,
.chargers-roster-hero img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: center center;
  --parallax-y: 0px;
  --media-scale: 1.04;
  transform: translate3d(0, var(--parallax-y), 0) scale(var(--media-scale));
  transition: filter 0.55s ease;
  will-change: transform, filter;
}

.nxled-roster-hero:hover img,
.chargers-roster-hero:hover img {
  --media-scale: 1.08;
  filter: brightness(1.08) saturate(1.05);
}

.nxled-roster-hero::after,
.chargers-roster-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 78%,
    rgba(8, 6, 10, 0.28) 100%
  );
  pointer-events: none;
}

.crest--nxled {
  background: linear-gradient(170deg, #0a2a2e, #060b14);
  border-color: rgba(0, 220, 230, 0.5);
}

.crest--nxled i {
  color: #5ce8f0;
}

.detail--nxled .pos-tag {
  border-color: rgba(0, 220, 230, 0.45);
}

@media (max-width: 900px) {
  .nxled-inner {
    grid-template-columns: 1fr;
  }
}

.marquee {
  display: flex;
  overflow: hidden;
  padding: clamp(16px, 2vw, 26px) 0;
  border-block: 1px solid var(--line);
  white-space: nowrap;
  user-select: none;
}

.marquee div {
  display: flex;
  flex: none;
  gap: 0.6em;
  padding-right: 0.6em;
  font-family: var(--display);
  font-size: clamp(34px, 5vw, 74px);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.09);
  animation: slide 26s linear infinite;
}

.marquee em {
  font-style: normal;
  color: rgba(255, 43, 134, 0.5);
}

@keyframes slide {
  to {
    transform: translateX(-100%);
  }
}

/* Section 5 — UAAP ------------------------------------------------------ */

.uaap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border: 1px solid var(--line);
  overflow: hidden;
}

.uaap .ph {
  min-height: clamp(300px, 32vw, 440px);
}

.uaap-copy {
  padding: clamp(26px, 3.4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--panel);
}

.uaap-seal {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 43, 134, 0.5);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--hot);
}

.uaap-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(24px, 2.9vw, 40px);
  font-weight: 400;
  line-height: 1.06;
  text-transform: uppercase;
}

.uaap-copy h2 em {
  display: block;
  font-style: italic;
  transform: skewX(-6deg);
  transform-origin: left;
  color: var(--hot);
}

.uaap-copy .lede {
  margin: 20px 0 24px;
}

.uaap-copy .btn {
  align-self: flex-start;
}

/* Section 6 — Behind the court ----------------------------------------- */

.behind {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: clamp(24px, 3.4vw, 60px);
  align-items: start;
}

.beats {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.beats li {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-size: clamp(14px, 1.5vw, 19px);
  line-height: 1.5;
  color: rgba(246, 238, 242, 0.88);
}

.beats li::before {
  content: "\2014";
  margin-right: 12px;
  color: var(--hot);
}

.community-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: clamp(24px, 3vw, 36px);
}

.community-grid .ph {
  min-height: clamp(120px, 13vw, 168px);
  border: 1px solid var(--line);
}

.community-grid .ph:hover {
  border-color: rgba(255, 43, 134, 0.55);
}

.news .ph {
  min-height: 132px;
  --media-scale: 1.06;
  overflow: hidden;
}

.news article:hover .ph.has-photo {
  --media-scale: 1.14;
  filter: brightness(1.1);
}

.social-grid .ph:hover {
  border-color: rgba(255, 43, 134, 0.55);
}

.chargers .ph.has-photo {
  --media-scale: 1.1;
}

.chargers:hover .ph.has-photo {
  --media-scale: 1.16;
  filter: brightness(1.08);
}

.uaap .ph.has-photo {
  --media-scale: 1.08;
}

.uaap:hover .ph.has-photo {
  --media-scale: 1.14;
  filter: brightness(1.08);
}

.nxled:hover .nxled-bg.has-photo {
  --media-scale: 1.16;
  filter: brightness(1.08) saturate(1.15) contrast(1.05);
}

.detail-hero .ph.has-photo,
.detail-shots .ph.has-photo {
  --media-scale: 1;
  cursor: default;
}

.detail-hero .ph.has-photo:hover,
.detail-shots .ph.has-photo:hover {
  --media-scale: 1.04;
  filter: brightness(1.06);
  box-shadow: none;
}

/* Section 7 — Latest ---------------------------------------------------- */

.news {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 1.3vw, 18px);
}

.news article {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: var(--panel);
  overflow: hidden;
  transition: border-color 0.26s var(--ease), transform 0.3s var(--ease);
}

.news article:hover {
  border-color: rgba(255, 43, 134, 0.6);
  transform: translateY(-5px);
}

.news-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(16px, 1.8vw, 24px);
}

.news-cat {
  margin: 0 0 12px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hot);
}

.news h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(16px, 1.6vw, 21px);
  font-weight: 400;
  line-height: 1.14;
  text-transform: uppercase;
}

.news time {
  display: block;
  margin: 10px 0 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.news p {
  flex: 1;
  margin: 0 0 18px;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(246, 238, 242, 0.76);
}

.news .link {
  align-self: flex-start;
}

.news-foot {
  margin-top: clamp(26px, 3vw, 40px);
}

/* Section 8 — Follow the action --------------------------------------- */

.follow {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 3.4vw, 56px);
  align-items: center;
}

.follow-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(22px, 2.6vw, 32px);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.social-grid .ph {
  aspect-ratio: 1;
  border: 1px solid var(--line);
}

.social-grid .ph:hover {
  border-color: rgba(255, 43, 134, 0.6);
}

.nxled-bg.has-photo {
  /* inherits parallax vars from .nxled-bg */
}

.detail-hero,
.detail-shots,
.chargers,
.uaap,
.inside-rail,
.community-grid,
.news article,
.social-grid {
  overflow: hidden;
}

/* Section 9 — Closing -------------------------------------------------- */

.closing {
  text-align: center;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(70% 90% at 50% 12%, rgba(255, 43, 134, 0.22), transparent 62%),
    var(--ink);
}

.closing .display {
  margin: 16px auto 0;
  max-width: 900px;
  font-size: clamp(34px, 5.4vw, 84px);
}

.closing-lines {
  margin: clamp(26px, 3vw, 38px) auto 0;
  max-width: 520px;
  display: grid;
  gap: 10px;
  font-size: clamp(13px, 1.2vw, 16px);
  line-height: 1.6;
  color: rgba(246, 238, 242, 0.84);
}

.closing-lines b {
  display: block;
  margin-top: 14px;
  font-family: var(--display);
  font-size: clamp(19px, 2.2vw, 30px);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--hot);
}

.closing-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: clamp(28px, 3.4vw, 44px);
}

/* Player detail overlay — maximized fullscreen profile ----------------- */

.detail {
  position: fixed;
  inset: 0;
  z-index: 80;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-width: 100vw;
  max-height: 100dvh;
  background:
    radial-gradient(70% 50% at 80% 0%, rgba(255, 43, 134, 0.16), transparent 60%),
    var(--ink);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.985);
  transition: opacity 0.45s var(--ease), transform 0.5s var(--ease),
    visibility 0s 0.5s;
}

.detail.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity 0.45s var(--ease), transform 0.5s var(--ease),
    visibility 0s 0s;
}

.detail.is-open .detail-grid > * {
  animation: detailIn 0.7s var(--ease) both;
}

.detail.is-open .detail-grid > *:nth-child(1) { animation-delay: 0.04s; }
.detail.is-open .detail-grid > *:nth-child(2) { animation-delay: 0.1s; }
.detail.is-open .detail-grid > *:nth-child(3) { animation-delay: 0.16s; }
.detail.is-open .detail-grid > *:nth-child(4) { animation-delay: 0.22s; }
.detail.is-open .detail-grid > *:nth-child(5) { animation-delay: 0.28s; }

@keyframes detailIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
}

body.detail-open {
  overflow: hidden;
}

.detail-bar {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px clamp(16px, 3vw, 36px);
  background: rgba(8, 6, 10, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.back {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
}

.back::before {
  content: "\2190";
  color: var(--hot);
  font-size: 15px;
  letter-spacing: 0;
  transition: transform 0.22s var(--ease);
}

.back:hover::before {
  transform: translateX(-4px);
}

.share {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-left: auto;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

.share a {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 10px;
  color: var(--text);
  transition: border-color 0.22s ease, color 0.22s ease;
}

.share a:hover {
  border-color: var(--hot);
  color: var(--hot);
}

.detail-grid {
  display: grid;
  grid-template-columns:
    92px minmax(0, 1.55fr) minmax(300px, 0.95fr)
    minmax(260px, 0.9fr) minmax(140px, 0.42fr);
  gap: clamp(16px, 2vw, 32px);
  padding: clamp(12px, 1.6vw, 22px) clamp(16px, 3vw, 36px) clamp(36px, 5vw, 64px);
  align-items: stretch;
  min-height: calc(100vh - 64px);
  min-height: calc(100dvh - 64px);
}

.rail {
  display: grid;
  gap: 12px;
  justify-items: center;
  max-height: calc(100vh - 120px);
  max-height: calc(100dvh - 120px);
  overflow-y: auto;
  scrollbar-width: none;
  position: sticky;
  top: 78px;
}

.rail::-webkit-scrollbar {
  display: none;
}

.rail button {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: center;
}

.rail .thumb {
  height: 62px;
  border: 1px solid var(--line);
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

.rail button.is-on .thumb {
  border-color: var(--hot);
  box-shadow: 0 0 0 1px var(--hot);
}

.rail b {
  display: block;
  margin-top: 7px;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 400;
}

.rail button.is-on b {
  color: var(--hot);
}

.rail span {
  display: block;
  margin-top: 2px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.rail-arrows {
  display: grid;
  gap: 6px;
  justify-items: center;
  margin-top: 6px;
  color: rgba(246, 238, 242, 0.55);
  font-size: 13px;
}

.detail-hero {
  position: relative;
  min-height: calc(100vh - 120px);
  min-height: calc(100dvh - 120px);
  border: 1px solid var(--line);
  overflow: hidden;
  border-radius: 2px;
}

.detail-hero .ph {
  position: absolute;
  inset: 0;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  animation: none;
  transform: none !important;
}

.detail-hero .ph.has-photo {
  filter: none;
}

.pull {
  position: relative;
  z-index: 2;
  padding: clamp(20px, 2.4vw, 34px);
  margin: 0;
  max-width: 210px;
  font-size: clamp(13px, 1.3vw, 17px);
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(246, 238, 242, 0.92);
}

.signature {
  position: absolute;
  z-index: 2;
  left: clamp(18px, 2.4vw, 34px);
  bottom: clamp(20px, 2.6vw, 34px);
}

.signature .script {
  display: block;
  font-size: clamp(38px, 4.6vw, 66px);
  line-height: 0.98;
  color: #fff;
}

.signature .script span {
  display: block;
  color: var(--hot);
}

.signature p {
  margin: 12px 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 43, 134, 0.6);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(246, 238, 242, 0.86);
}

.detail-facts .jersey {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.92;
  color: var(--hot);
}

.detail-facts h2 {
  margin: 10px 0 0;
  font-family: var(--display);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.pos-tag {
  display: inline-block;
  margin-top: 16px;
  padding: 7px 15px;
  background: var(--hot);
  color: #14040c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.facts {
  margin: 26px 0 0;
  border-top: 1px solid var(--line);
}

.facts div {
  display: grid;
  grid-template-columns: 22px minmax(90px, 0.8fr) minmax(0, 1.2fr);
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.facts i {
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 13px;
  color: var(--hot);
}

.facts dt,
.facts dd {
  margin: 0;
  font-size: clamp(12px, 1.05vw, 14px);
  line-height: 1.5;
}

.facts dt {
  color: rgba(246, 238, 242, 0.72);
}

.facts dd {
  color: #fff;
}

.detail-quote {
  margin-top: 28px;
}

.detail-quote .script {
  display: block;
  font-size: clamp(18px, 1.85vw, 27px);
}

.detail-quote p {
  margin: 10px 0 0;
  text-align: right;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(246, 238, 242, 0.8);
}

.qa {
  display: grid;
  gap: clamp(20px, 2.4vw, 30px);
  padding-left: clamp(14px, 1.6vw, 24px);
  border-left: 1px solid var(--line);
}

.qa article {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 14px;
}

.qa i {
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  color: var(--hot);
}

.qa h3 {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hot);
}

.qa p {
  margin: 0;
  font-size: clamp(13px, 1.15vw, 15px);
  line-height: 1.75;
  color: rgba(246, 238, 242, 0.86);
}

.detail-side {
  display: grid;
  gap: 14px;
}

.detail-shots {
  display: grid;
  gap: 8px;
}

.detail-shots .ph {
  min-height: clamp(110px, 12vw, 160px);
  border: 1px solid var(--line);
  background-size: cover !important;
  background-position: center center !important;
}

.detail-shots .ph.has-photo {
  cursor: pointer;
}

.detail-shots .ph.has-photo:hover {
  border-color: rgba(255, 43, 134, 0.7);
}

.detail-shots .ph.is-on {
  border-color: var(--hot);
  box-shadow: 0 0 0 1px var(--hot);
}

.detail-crest {
  justify-self: end;
}

/* Footer ---------------------------------------------------------------- */

.site-foot {
  padding: 46px clamp(18px, 4vw, 60px);
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 18px 40px;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-foot nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.site-foot a:hover {
  color: var(--hot);
}

/* Breakpoints ---------------------------------------------------------- */

@media (max-width: 1280px) {
  .detail-grid {
    grid-template-columns: 76px minmax(0, 1.1fr) minmax(240px, 0.9fr) minmax(210px, 0.85fr);
  }

  .detail-side {
    grid-column: 2 / -1;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .detail-shots {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1180px) {
  .next-grid {
    grid-template-columns: auto auto auto minmax(190px, 1fr);
  }

  .clock {
    grid-column: 1 / -1;
    justify-content: space-between;
    padding-top: 4px;
  }

  .news {
    grid-template-columns: repeat(2, 1fr);
  }

  .inside-rail {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1080px) {
  .site-nav {
    display: none;
  }

  .burger {
    display: flex;
  }

  .site-head {
    justify-content: space-between;
  }

  .routes,
  .numbers,
  .uaap,
  .behind,
  .follow {
    grid-template-columns: 1fr;
  }

  .chargers-mark {
    position: static;
    transform: none;
    padding: 0 clamp(28px, 4vw, 54px) 30px;
    text-align: left;
  }

  .detail-grid {
    grid-template-columns: 76px minmax(0, 1fr) minmax(240px, 0.92fr);
  }
}

@media (max-width: 960px) {
  .detail-bar {
    gap: 8px;
    padding: 10px 12px;
    padding-top: max(10px, env(safe-area-inset-top));
  }

  .detail-bar .share {
    gap: 6px;
  }

  .detail-bar .share a {
    width: 26px;
    height: 26px;
    font-size: 9px;
  }

  .detail-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "rail"
      "hero"
      "facts"
      "qa"
      "side";
    gap: 16px;
    padding: 10px 12px max(28px, env(safe-area-inset-bottom));
    min-height: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .rail-wrap {
    grid-area: rail;
    max-width: 100%;
    overflow: hidden;
  }

  .detail-hero {
    grid-area: hero;
    /* Landscape photos need a wide frame — portrait crop hid the player */
    min-height: 0;
    max-height: min(38vh, 280px);
    aspect-ratio: 16 / 10;
    width: 100%;
  }

  .detail-hero .ph {
    background-size: contain !important;
    background-position: center center !important;
    background-color: #0a080c;
  }

  .detail-facts {
    grid-area: facts;
    min-width: 0;
    max-width: 100%;
  }

  .qa {
    grid-area: qa;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 18px;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .qa article {
    grid-template-columns: 24px minmax(0, 1fr);
    min-width: 0;
  }

  .qa article > div,
  .qa h3,
  .qa p {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .detail-side {
    grid-area: side;
    grid-column: auto;
    grid-template-columns: minmax(0, 1fr);
    min-width: 0;
  }

  .rail {
    display: flex;
    flex-direction: row;
    gap: 10px;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    justify-items: stretch;
    align-items: stretch;
    padding: 2px 2px 10px;
    position: static;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .rail button {
    flex: 0 0 68px;
    scroll-snap-align: start;
  }

  .rail .thumb {
    height: 68px;
    background-size: cover;
    background-position: center 25%;
  }

  .rail b {
    font-size: 11px;
  }

  .rail span {
    font-size: 7px;
  }

  .rail-arrows {
    display: none;
  }

  .pull {
    display: none;
  }

  .signature {
    left: 12px;
    bottom: 12px;
  }

  .signature .script {
    font-size: clamp(22px, 6.5vw, 34px);
  }

  .signature p {
    font-size: 8px;
    margin-top: 8px;
    padding-top: 8px;
  }

  .detail-facts .jersey {
    font-size: clamp(34px, 9vw, 52px);
  }

  .detail-facts h2 {
    font-size: clamp(22px, 6.5vw, 32px);
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .detail-shots {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .detail-shots .ph {
    min-height: 0;
    aspect-ratio: 16 / 9;
    background-size: contain !important;
    background-position: center center !important;
    background-color: #0a080c;
  }

  .detail-crest {
    justify-self: start;
    margin-top: 4px;
  }
}

@media (max-width: 720px) {
  .hero-dots {
    display: none;
  }

  .hero-mark {
    position: static;
    padding: 0 clamp(20px, 5vw, 74px) 34px;
    text-align: left;
  }

  .next-grid {
    grid-template-columns: auto auto auto;
    justify-content: start;
  }

  .next-info {
    grid-column: 1 / -1;
  }

  .next-ghost {
    left: 4%;
    font-size: 62px;
  }

  .crest {
    width: 84px;
    height: 84px;
  }

  .crest b {
    font-size: 9px;
  }

  .crest i {
    font-size: 11px;
  }

  .clock {
    gap: 12px;
  }

  .roster-mark {
    text-align: left;
  }

  .inside-rail,
  .news {
    grid-template-columns: 1fr;
  }

  .stat-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }

  .stat:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .community-grid,
  .social-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .detail-bar .share a {
    width: 26px;
    height: 26px;
  }

  .qa article {
    gap: 10px;
  }

  .qa h3 {
    font-size: 10px;
  }

  .qa p {
    font-size: 13px;
    line-height: 1.65;
  }
}

@media (max-width: 620px) {
  .back {
    white-space: nowrap;
    font-size: 8.5px;
    letter-spacing: 0.14em;
  }

  .share > span {
    display: none;
  }

  /* Keep fewer share icons so the bar isn't cramped */
  .detail-bar .share a:nth-of-type(n + 3) {
    display: none;
  }

  .detail-shots {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .detail-shots .ph {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .facts div {
    grid-template-columns: 22px 1fr;
    gap: 8px 10px;
    padding: 12px 0;
  }

  .facts dd {
    grid-column: 2;
    font-size: 13px;
  }

  .facts dt {
    font-size: 11px;
  }

  .detail-quote .script {
    font-size: clamp(16px, 5vw, 22px);
  }

  .pos-tag {
    margin-top: 12px;
    padding: 6px 12px;
    font-size: 9px;
  }

  .pull {
    display: none;
  }
}

@media (max-width: 420px) {
  .detail-grid {
    gap: 12px;
    padding: 8px 10px max(24px, env(safe-area-inset-bottom));
  }

  .rail button {
    flex-basis: 60px;
  }

  .rail .thumb {
    height: 60px;
  }

  .detail-hero {
    max-height: min(34vh, 240px);
    aspect-ratio: 16 / 10;
  }

  .detail-crest {
    display: none;
  }

  .detail-bar .round {
    width: 34px;
    height: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal],
  .player-card {
    opacity: 1;
    transform: none;
    clip-path: none;
    filter: none;
  }

  .ph.has-photo,
  .hero--chargers .hero-banner img,
  .nxled-roster-hero img,
  .chargers-roster-hero img,
  .nxled-bg,
  .inside-card.has-photo {
    --parallax-y: 0px !important;
    --media-scale: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .hero-art,
  .hero-copy,
  .chargers-mark,
  .next-ghost {
    transform: none !important;
    opacity: 1 !important;
  }
}
