/* Wow Factor Nation GA — premium pink + cyan neon editorial system */
:root {
  --bg: #08080a;
  --bg-card: #111114;
  --bg-elevated: #18181c;
  --bg-subtle: #202026;
  --border: rgba(255,255,255,.12);
  --border-bright: rgba(255,255,255,.24);
  --text: #ffffff;
  --text-muted: #aaa9a6;
  --text-dim: #747279;
  --red: #f7259c;
  --red-soft: #ff64b9;
  --navy: #08080a;
  --navy-soft: #18181c;
  --pink: #f7259c;
  --pink-soft: #ff64b9;
  --blue: #19b9f2;
  --blue-soft: #6ed7ff;
  --chalk: #f7f7f5;
  --paper: #f5f5f3;
  --ink: #111114;
  --grad: linear-gradient(112deg, #f7259c 0%, #9f5adf 48%, #19b9f2 100%);
  --grad-rev: linear-gradient(112deg, #19b9f2 0%, #9f5adf 48%, #f7259c 100%);
  --grad-soft: linear-gradient(112deg, rgba(247,37,156,.13), rgba(25,185,242,.13));
  --glow-red: none;
  --glow-pink: 0 18px 44px rgba(247,37,156,.22);
  --glow-blue: 0 18px 44px rgba(25,185,242,.18);
  --maxw: 1320px;
  --nav-h: 84px;
  --radius: 18px;
  --radius-sm: 10px;
}

body {
  background:
    radial-gradient(circle at 10% 0, rgba(247,37,156,.075), transparent 28rem),
    radial-gradient(circle at 92% 8%, rgba(25,185,242,.08), transparent 32rem),
    linear-gradient(180deg, #08080a, var(--bg));
  color: var(--text);
  letter-spacing: 0;
}
body::before, body::after { display: none; }
::selection { background: var(--pink); color: #fff; }
.grad-text {
  background: var(--grad);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: none;
}
.noise::after { opacity: .025; }

/* Navigation */
.nav {
  height: var(--nav-h);
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(8,8,10,.9);
  backdrop-filter: blur(18px) saturate(140%);
}
.nav::before { height: 2px; background: var(--grad); opacity: .9; }
.nav.scrolled { background: rgba(8,8,10,.97); border-bottom-color: rgba(255,255,255,.13); box-shadow: 0 12px 40px rgba(0,0,0,.38); }
.nav-inner { max-width: var(--maxw); justify-content: space-between; gap: 28px; }
.nav-inner::before {
  width: 54px;
  height: 54px;
  margin: 0 auto 0 0;
  background: var(--grad);
  -webkit-mask: url('../assets/logo-bw.png') center / contain no-repeat;
  mask: url('../assets/logo-bw.png') center / contain no-repeat;
  filter: drop-shadow(-4px 0 8px rgba(247,37,156,.38)) drop-shadow(4px 0 8px rgba(25,185,242,.34));
  opacity: 1;
}
.nav-menu { gap: 2px; }
.nav-link {
  padding: .7rem .8rem;
  border-radius: 0;
  color: rgba(255,255,255,.6);
  font-size: .88rem;
  letter-spacing: .09em;
}
.nav-link:hover { background: transparent; color: #fff; }
.nav-link::after { right: .8rem; bottom: .35rem; left: .8rem; height: 2px; background: var(--grad) !important; }
.nav-drop { top: calc(100% + .8rem); border-color: rgba(255,255,255,.12); border-radius: 14px; background: rgba(15,15,18,.98); box-shadow: 0 26px 70px rgba(0,0,0,.5); }
.nav-drop a { color: rgba(255,255,255,.64); }
.nav-drop a:hover { background: rgba(247,37,156,.12); color: #fff; }
.nav-toggle { border-color: rgba(255,255,255,.24); border-radius: 50%; background: rgba(255,255,255,.04); }

/* Type and shared components */
.eyebrow { color: var(--pink); font-size: .74rem; letter-spacing: .27em; }
.eyebrow::before { background: var(--pink); }
.lead { color: var(--text-muted); line-height: 1.7; }
.section { padding-block: clamp(5.5rem,9vw,8.5rem); }
.section-head { max-width: 760px; }
.section-head h2 { margin-top: .85rem; font-size: clamp(3.1rem,6vw,5.8rem); letter-spacing: .005em; }
.btn {
  min-height: 52px;
  padding: .9em 1.65em;
  border-radius: 5px;
  font-size: .9rem;
  letter-spacing: .11em;
  transition: transform .22s var(--ease), background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.btn::after { content: '↗'; font-family: var(--font-body); font-size: .9em; transition: transform .2s ease; }
.btn:hover::after { transform: translate(2px,-2px); }
.btn-primary { background: var(--grad); box-shadow: var(--glow-pink), var(--glow-blue); }
.btn-primary:hover { background: var(--grad-rev); box-shadow: 0 20px 52px rgba(247,37,156,.25), 0 20px 52px rgba(25,185,242,.2); }
.btn-ghost { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.035); }
.btn-ghost:hover { border-color: #fff; background: #fff; color: var(--ink); }
.btn-sm { min-height: 42px; font-size: .76rem; }
.badge { border-radius: 4px; font-size: .68rem; letter-spacing: .13em; }
.badge-outline { border-color: rgba(255,255,255,.22); }
.card { border-color: var(--border); border-radius: var(--radius); background: var(--bg-card); box-shadow: none; }
.card::before { background: var(--grad); }
.card:hover { border-color: rgba(25,185,242,.38); box-shadow: 0 24px 60px rgba(0,0,0,.34), 0 0 34px rgba(247,37,156,.07); }
.fx-glow { display: none; }
.fx-progress { background: var(--grad); }
.fx-top { border-radius: 50%; background: var(--grad); border-color: rgba(255,255,255,.18); box-shadow: var(--glow-pink), var(--glow-blue); }

/* Editorial home hero */
.hero-v5 {
  min-height: max(760px,100svh);
  padding-top: var(--nav-h);
  background:
    radial-gradient(circle at 8% 22%, rgba(247,37,156,.11), transparent 28%),
    radial-gradient(circle at 38% 50%, rgba(247,37,156,.07), transparent 30%),
    radial-gradient(circle at 87% 64%, rgba(25,185,242,.09), transparent 30%),
    linear-gradient(115deg, #08080a 0%, #0a0a0d 56%, #111116 100%);
}
.hero-v5::before { background: linear-gradient(90deg, rgba(247,37,156,.045), rgba(247,37,156,.025) 35%, transparent 55%, rgba(25,185,242,.035)); opacity: 1; }
.hero-v5 .hero-bg { z-index: 0; }
.hero-v5 .hero-stripes {
  opacity: .7;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg,#000,rgba(0,0,0,.4),transparent 82%);
}
.hero-v5 .hero-bg::after {
  right: -240px;
  bottom: -310px;
  left: auto;
  width: 720px;
  border-color: rgba(255,255,255,.08);
  border-radius: 50%;
  transform: none;
  box-shadow: 0 0 0 82px rgba(255,255,255,.018),0 0 0 164px rgba(255,255,255,.012);
}
.hero-v5 .hero-inner {
  max-width: var(--maxw);
  grid-template-columns: minmax(0,.87fr) minmax(500px,.78fr);
  gap: clamp(56px,7vw,110px);
  padding-block: clamp(4rem,8vh,6rem);
}
.hero-v5 .hero-content { max-width: 680px; text-shadow: none; }
.hero-v5 .hero-content::before { display: none; }
.hero-v5 .hero-kicker { margin-bottom: 1.35rem; color: var(--pink) !important; font-size: .72rem; letter-spacing: .28em; }
.hero-v5 .hero-kicker::before { width: 36px; height: 2px; background: var(--pink); }
.hero-v5 .h-display { margin-bottom: 1.45rem; font-size: clamp(5rem,9vw,9rem); line-height: .78; letter-spacing: -.02em; }
.hero-v5 .lead { max-width: 570px; margin-bottom: 2rem; color: rgba(255,255,255,.67); font-size: clamp(1rem,1.45vw,1.18rem); }
.hero-proof { display: flex; gap: 0; margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-proof > div { flex: 1; padding-right: 20px; }
.hero-proof > div + div { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.13); }
.hero-proof strong { display: block; color: #fff; font-family: var(--font-sport); font-size: 1rem; letter-spacing: .04em; }
.hero-proof span { display: block; margin-top: 2px; color: rgba(255,255,255,.42); font-size: .72rem; }
.hero-player { position: relative; min-height: 610px; z-index: 2; }
.hero-player-frame { position: absolute; inset: 0 18px 48px 58px; overflow: hidden; border-radius: 160px 10px 160px 10px; background: #151518; box-shadow: 0 40px 90px rgba(0,0,0,.45); }
.hero-player-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(155deg,transparent 40%,rgba(8,8,10,.4)); }
.hero-player-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 51% center; filter: saturate(.82) contrast(1.04); }
.hero-player-mark { position: absolute; top: 36px; left: 0; z-index: 3; display: grid; place-items: center; width: 125px; height: 125px; border-radius: 10px; background: var(--grad); box-shadow: var(--glow-pink), var(--glow-blue); }
.hero-player-mark img { width: 76px; filter: invert(1); }
.hero-player-caption { position: absolute; right: 0; bottom: 0; z-index: 3; width: min(320px,72%); padding: 22px 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(15,15,18,.88); backdrop-filter: blur(16px); box-shadow: 0 18px 50px rgba(0,0,0,.32); }
.hero-player-caption span { color: var(--pink-soft); font-family: var(--font-sport); font-size: .66rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero-player-caption strong { display: block; margin-top: 6px; font-family: var(--font-sport); font-size: 1.1rem; letter-spacing: .02em; }
.hero-v5 .scroll-cue { left: auto; right: 3rem; bottom: 2.2rem; transform: none; }
.hero-v5 .scroll-cue .dot { width: 1px; height: 40px; border: 0; border-radius: 0; background: rgba(255,255,255,.28); }
.hero-v5 .scroll-cue .dot::after { left: 0; width: 1px; height: 12px; background: var(--pink); }

/* Original hero composition, recolored for the v5 system */
.hero-classic {
  background: var(--bg);
}
.hero-classic .hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,rgba(8,8,10,.98) 0%,rgba(8,8,10,.88) 48%,rgba(8,8,10,.72) 100%),
    radial-gradient(ellipse at 84% 35%,rgba(25,185,242,.09),transparent 38%),
    radial-gradient(ellipse at 20% 78%,rgba(247,37,156,.08),transparent 36%),
    url('../assets/images/brand-bg-3.jpg') center / cover no-repeat;
  filter: grayscale(1) contrast(1.08);
  opacity: .94;
}
.hero-classic .hero-content::before {
  background: radial-gradient(ellipse at 32% 50%,rgba(8,8,10,.86),rgba(8,8,10,.46) 46%,transparent 74%);
}
.hero-classic .hero-kicker { color: var(--pink); }
.hero-classic .hero-kicker::before { height: 2px; background: var(--pink); }
.hero-classic .grad-text { color: transparent; -webkit-text-fill-color: transparent; }
.hero-classic .hero-bg::after {
  border-color: rgba(244,239,229,.17);
  box-shadow: inset 0 0 0 1px rgba(244,239,229,.06), -20px 0 80px rgba(247,37,156,.07), 20px 0 80px rgba(25,185,242,.08);
}
.hero-classic .hero-diamond svg { filter: drop-shadow(0 26px 46px rgba(0,0,0,.62)); }
.hero-classic .scroll-cue .dot::after { background: var(--pink); }
@keyframes baseFlashBlue {
  0% { stroke: var(--chalk); fill: rgba(244,239,229,.34); filter: drop-shadow(0 0 9px rgba(244,239,229,.7)); }
  9%,100% { stroke: #fff; fill: rgba(255,255,255,.07); filter: none; }
}
@keyframes baseFlashPink {
  0% { stroke: var(--pink); fill: rgba(247,37,156,.48); filter: drop-shadow(0 0 9px rgba(247,37,156,.8)); }
  9%,100% { stroke: #fff; fill: rgba(255,255,255,.07); filter: none; }
}

/* National proof — official imagery from the Wow Factor organization */
.national-proof-section {
  padding-block: clamp(5.5rem,9vw,8.5rem);
  border-block: 1px solid rgba(255,255,255,.1);
  background:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),
    var(--bg);
  background-size: 76px 76px,76px 76px,auto;
}
.national-proof-heading {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(320px,.55fr);
  align-items: end;
  gap: clamp(36px,8vw,120px);
  margin-bottom: clamp(2.5rem,5vw,4.5rem);
}
.national-proof-heading h2 {
  margin-top: .85rem;
  font-size: clamp(3.7rem,7vw,7.2rem);
  line-height: .84;
}
.national-proof-heading .lead { margin-bottom: .25rem; }
.national-proof-banner {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: #030304;
  box-shadow: 0 36px 90px rgba(0,0,0,.35);
}
.national-proof-banner img {
  display: block;
  width: 100%;
  filter: grayscale(1) contrast(1.08);
}
.national-proof-banner figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.48);
  font-size: .72rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.national-proof-banner figcaption a { color: #fff; }
.national-proof-banner figcaption a:hover { color: var(--pink); }
.pathway-board {
  position: relative;
  overflow: hidden;
  margin-top: 14px;
  padding: clamp(32px,4.5vw,62px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0 100%,rgba(247,37,156,.1),transparent 26%),
    radial-gradient(circle at 100% 0,rgba(25,185,242,.11),transparent 28%),
    linear-gradient(135deg,#18181c,#0c0c0f 68%);
  box-shadow: 0 36px 90px rgba(0,0,0,.3);
}
.pathway-board::after {
  content: '05';
  position: absolute;
  top: -76px;
  right: 16px;
  color: rgba(255,255,255,.025);
  font-family: var(--font-display);
  font-size: clamp(15rem,28vw,28rem);
  line-height: 1;
  pointer-events: none;
}
.pathway-board-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr .62fr;
  align-items: end;
  gap: clamp(36px,7vw,100px);
  margin-bottom: clamp(38px,5vw,64px);
}
.pathway-board-head h3 {
  margin: 11px 0 0;
  color: #fff;
  font-size: clamp(3.6rem,7vw,7.3rem);
  line-height: .78;
  letter-spacing: .01em;
}
.pathway-board-head h3 span { background: var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent; -webkit-text-fill-color:transparent; }
.pathway-board-head > p {
  margin: 0 0 4px;
  color: rgba(255,255,255,.58);
  font-size: .98rem;
  line-height: 1.7;
}
.pathway-steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  border-block: 1px solid rgba(255,255,255,.13);
}
.pathway-steps::before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--grad);
}
.pathway-step {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 34px clamp(15px,1.7vw,25px) 30px;
}
.pathway-step + .pathway-step { border-left: 1px solid rgba(255,255,255,.11); }
.pathway-number {
  display: block;
  margin-bottom: 25px;
  color: var(--pink);
  font-family: var(--font-display);
  font-size: 2.45rem;
  line-height: 1;
}
.pathway-age {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: 14px;
  padding: 4px 8px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 3px;
  color: rgba(255,255,255,.72);
  font-family: var(--font-sport);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pathway-step h4 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.45rem,2.1vw,2.05rem);
  line-height: .96;
}
.pathway-step > strong {
  display: block;
  color: var(--pink);
  font-family: var(--font-sport);
  font-size: .63rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pathway-step ul {
  display: grid;
  gap: 7px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}
.pathway-step li {
  position: relative;
  padding-left: 12px;
  color: rgba(255,255,255,.58);
  font-size: .75rem;
  line-height: 1.42;
}
.pathway-step li::before { content: ''; position: absolute; top: .62em; left: 0; width: 4px; height: 4px; background: var(--pink); }
.pathway-step > p {
  margin: auto 0 0;
  padding-top: 17px;
  border-top: 1px solid rgba(255,255,255,.09);
  color: rgba(255,255,255,.46);
  font-size: .72rem;
  line-height: 1.5;
}
.pathway-step > p b { color: #fff; font-weight: 700; }
.pathway-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.pathway-stats > div { padding-inline: clamp(10px,2vw,26px); text-align: center; }
.pathway-stats > div + div { border-left: 1px solid rgba(255,255,255,.1); }
.pathway-stats strong {
  display: block;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.8rem,3vw,3.2rem);
  line-height: 1;
}
.pathway-stats span {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.46);
  font-size: .64rem;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.national-photo-stack { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 14px; }
.national-photo-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: #111114;
}
.national-photo-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease),filter .65s ease; }
.national-photo-card > img { filter: grayscale(.92) contrast(1.08); }
.national-photo-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 40%,rgba(8,8,10,.9));
}
.national-photo-card figcaption {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  z-index: 1;
}
.national-photo-card figcaption small {
  display: block;
  margin-bottom: 8px;
  color: var(--pink);
  font-family: var(--font-sport);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.national-photo-card figcaption strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.8rem,3vw,3rem);
  line-height: .95;
}
.national-photo-card:hover > img { transform: scale(1.035); filter: grayscale(.15) contrast(1.04); }

/* Events — light editorial contrast */
#events { background: var(--paper); color: var(--ink); }
#events .section-head .lead, #events .muted { color: #66626a !important; }
#events .grad-text { color: var(--pink); }
#events .event-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; border: 0; }
#events .event-row {
  min-height: 330px;
  padding: 28px;
  border: 1px solid rgba(17,17,20,.12);
  border-radius: var(--radius);
  background: rgba(255,255,255,.55);
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  align-items: start;
  gap: 24px;
  transition: transform .3s var(--ease),box-shadow .3s ease,border-color .3s ease;
}
#events .event-row:hover { padding-left: 28px; transform: translateY(-6px); border-color: rgba(25,185,242,.36); background: #fff; box-shadow: 0 25px 60px rgba(17,17,20,.1), 0 0 30px rgba(247,37,156,.06); }
#events .event-date { width: max-content; text-align: left; }
#events .event-month { color: var(--pink); font-size: .7rem; }
#events .event-day { color: var(--ink); font-size: 5rem; }
#events .event-title { color: var(--ink); font-size: 2.25rem; }
#events .badge { background: rgba(17,17,20,.05); border-color: rgba(17,17,20,.13); color: #4f4c53; }
#events .event-action { width: 100%; flex-direction: row; align-items: center; justify-content: space-between; }
#events .event-price { color: var(--ink); font-size: 1.8rem; }
#events .btn-ghost { border-color: rgba(17,17,20,.18); background: transparent; color: var(--ink); }
#events .btn-ghost:hover { background: var(--ink); color: #fff; }

/* Brand strip */
.marquee { padding-block: 1.2rem; border-block: 1px solid rgba(255,255,255,.12); background: var(--bg); mask-image: none; -webkit-mask-image: none; }
.marquee-item { color: rgba(255,255,255,.7); font-size: 1.7rem; }
.marquee-item::after { width: 7px; height: 7px; background: var(--grad); box-shadow: 0 0 14px rgba(25,185,242,.3); }

/* Team cards */
#teams.section { background: #0a0a0d !important; }
#teams .section-head { margin-bottom: 4rem; }
#teams .grid-2 { grid-template-columns: repeat(4,1fr); gap: 12px; }
.team-panel {
  min-height: 355px;
  grid-template-columns: 1fr;
  grid-template-rows: 150px 1fr;
  border-radius: var(--radius);
  background: #121216;
  border-color: rgba(255,255,255,.1);
}
.team-panel::before { right: auto; width: 52px; height: 3px; left: 24px; }
.team-panel.tp-nation::before { background: var(--pink); }
.team-panel.tp-american::before { background: var(--blue); }
.team-panel.tp-scout::before { background: var(--grad); }
.team-panel.tp-select::before { background: rgba(255,255,255,.55); }
.tier-select {
  border-color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.75);
}
.tier-nation { border-color: rgba(247,37,156,.38); background: rgba(247,37,156,.1); color: var(--pink-soft); }
.tier-american { border-color: rgba(25,185,242,.3); background: rgba(25,185,242,.09); color: var(--blue-soft); }
.tier-scout { border-color: rgba(159,90,223,.34); background: rgba(159,90,223,.1); color: #d8a8ff; }
.team-panel.tp-american:hover .tp-logo,
.team-panel.tp-select:hover .tp-logo { background: rgba(255,255,255,.055); }
.team-panel.tp-american:hover .tp-logo { background: rgba(25,185,242,.06); }
.team-panel.tp-scout:hover .tp-logo { background: rgba(159,90,223,.07); }
.team-panel.tp-american:hover .tp-logo img,
.team-panel.tp-select:hover .tp-logo img {
  filter: invert(1) drop-shadow(0 0 10px rgba(255,255,255,.3));
  opacity: 1;
}
.team-panel.tp-american:hover .tp-logo img { filter: invert(1) drop-shadow(0 0 12px rgba(25,185,242,.52)); }
.team-panel.tp-scout:hover .tp-logo img { filter: invert(1) drop-shadow(0 0 12px rgba(159,90,223,.55)); }
.team-panel.tp-american:hover .tp-logo-label,
.team-panel.tp-select:hover .tp-logo-label { color: rgba(255,255,255,.78); }
.team-panel.tp-american:hover .tp-logo-label { color: var(--blue-soft); }
.team-panel.tp-scout:hover .tp-logo-label { color: #d8a8ff; }
.team-panel:hover { border-color: rgba(255,255,255,.22); box-shadow: 0 26px 70px rgba(0,0,0,.45); }
.tp-logo { padding: 26px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); background: radial-gradient(circle,rgba(255,255,255,.05),transparent 58%),#0d0d10; }
.tp-logo img { width: 66px; }
.tp-info { padding: 26px; justify-content: flex-start; }
.tp-age { font-size: 5rem; }
.tp-arrow { right: 24px; bottom: 24px; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }

/* Store feature */
#shop.section { padding-top: 110px !important; background: #0a0a0d; }
.shop-band { min-height: 580px; align-items: end; border: 0; border-radius: 28px; padding: clamp(3rem,6vw,5.5rem); background-image: linear-gradient(90deg,rgba(8,8,10,.96),rgba(8,8,10,.6) 60%,rgba(8,8,10,.15)),url('../assets/images/check-4.jpg'); background-position: center; box-shadow: 0 35px 90px rgba(0,0,0,.35); }
.shop-band-content { max-width: 650px; }
.shop-band h2 { font-size: clamp(4rem,7vw,7rem); }
.shop-band-logo img { width: 170px; opacity: .75; }

/* Commits — image-led light grid */
#commits.section { background: var(--paper) !important; color: var(--ink); }
#commits .lead { color: #66626a; }
#commits .commit-grid { gap: 10px; grid-template-columns: repeat(5,1fr); }
#commits .commit-img-card { border-radius: 12px; box-shadow: none; }
#commits .commit-img-card:nth-child(n+11) { display: none; }
#commits .commit-img-card::after { border-color: rgba(17,17,20,.1); border-radius: 12px; }
#commits .commit-img-card:hover { box-shadow: 0 20px 45px rgba(17,17,20,.15); }
#commits .btn-ghost { border-color: rgba(17,17,20,.2); color: var(--ink); background: transparent; }
#commits .btn-ghost:hover { background: var(--ink); color: #fff; }

/* Closing CTA */
.cta-big { padding-block: clamp(6rem,11vw,10rem); border: 0; background: var(--paper); color: var(--ink); }
.cta-big::before { background: linear-gradient(90deg,rgba(17,17,20,.06) 1px,transparent 1px); background-size: 76px 100%; }
.cta-big .wrap { grid-template-columns: 1.25fr .75fr; }
.cta-big-text { color: var(--ink); font-size: clamp(4rem,8vw,8rem); }
.cta-big .grad-text { color: var(--pink); }
.cta-big .lead { color: #66666b; }
.cta-big .btn-primary { background: var(--grad); color: #fff; box-shadow: var(--glow-pink), var(--glow-blue); }
.cta-big .btn-primary:hover { background: var(--ink); color: #fff; }
.cta-big .btn-ghost { border-color: rgba(17,17,20,.28); background: transparent; color: var(--ink); }
.cta-big .btn-ghost:hover { background: var(--ink); color: #fff; }

/* Footer */
.footer { padding-top: 76px; border-top: 0; background: #08080a; }
.footer-grid { grid-template-columns: 1.5fr repeat(3,1fr); gap: 54px; }
.footer-brand img { height: 76px; filter: invert(1) drop-shadow(-4px 0 9px rgba(247,37,156,.24)) drop-shadow(4px 0 9px rgba(25,185,242,.22)); }
.footer h4 { color: #fff; font-size: .77rem; letter-spacing: .2em; }
.footer a.f-link { color: rgba(255,255,255,.5); }
.footer a.f-link:hover { color: #fff; }
.footer-bottom { border-color: rgba(255,255,255,.1); }
.socials a { border-color: rgba(255,255,255,.17); }
.socials a:hover { background: var(--grad); box-shadow: var(--glow-pink), var(--glow-blue); }

/* Interior pages */
.page-hero {
  min-height: 550px;
  display: flex;
  align-items: center;
  padding-top: calc(var(--nav-h) + 80px);
  text-align: left;
  background:
    radial-gradient(circle at 18% 62%,rgba(247,37,156,.1),transparent 28%),
    radial-gradient(circle at 82% 30%,rgba(25,185,242,.1),transparent 30%),
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),
    #0a0a0d;
  background-size: auto,auto,76px 76px,76px 76px,auto;
}
.page-hero .wrap { width: 100%; }
.page-hero::after { right: -180px; bottom: -300px; left: auto; width: 640px; height: 640px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; transform: none; background: transparent; box-shadow: 0 0 0 74px rgba(255,255,255,.016),0 0 0 148px rgba(255,255,255,.01); }
.page-hero h1 { max-width: 960px; margin: 1rem 0; font-size: clamp(4.5rem,9vw,8.5rem); }
.page-hero .lead { margin-inline: 0; }
.page-hero + .section { background: #0d0d10; }
.grid-auto { grid-template-columns: repeat(auto-fill,minmax(280px,1fr)); }
.filter-bar { border-radius: 14px !important; }
.chip { border-radius: 5px !important; }
.chip.active { background: var(--pink) !important; }
.field input,.field textarea,.field select { border-color: rgba(255,255,255,.14) !important; background: #0d0d10 !important; border-radius: 8px !important; }
.staff-photo { filter: saturate(.85); }

/* Reveal enhancements never become a content failure */
[data-reveal] { opacity: 1 !important; transform: none !important; filter: none !important; will-change: auto; }

/* Modern interactive card system */
.card:not(.filter-row),
.team-panel,
.commit-text-card,
.commit-img-card,
.national-photo-card,
.pathway-board,
.shop-band,
.fact-pill,
.pillar-band {
  isolation: isolate;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  box-shadow: 0 18px 48px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.035);
  transition: transform .38s var(--ease), border-color .38s ease,
              box-shadow .38s ease, background-color .38s ease;
}
.card:not(.filter-row) {
  background-image: linear-gradient(145deg, rgba(255,255,255,.045), transparent 46%);
}
.fx-card { position: relative; overflow: hidden; will-change: transform; }
.fx-card > :not(.fx-glow) { position: relative; z-index: 1; }
.fx-card > .fx-glow {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(420px circle at var(--mx,50%) var(--my,50%),
      rgba(255,255,255,.09), rgba(25,185,242,.075) 31%,
      rgba(247,37,156,.055) 50%, transparent 72%);
  transition: opacity .35s ease;
}
.fx-card > .fx-glow::before {
  content: '';
  position: absolute;
  top: -70%;
  left: -80%;
  width: 48%;
  height: 240%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.11), transparent);
  transition: left .75s var(--ease);
}
.fx-card > .fx-glow::after {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: radial-gradient(380px circle at var(--mx,50%) var(--my,50%),
    rgba(255,255,255,.85), rgba(25,185,242,.7) 30%,
    rgba(247,37,156,.55) 58%, transparent 82%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.fx-card:hover > .fx-glow { opacity: 1; }
.fx-card:hover > .fx-glow::before { left: 140%; }
.fx-card:hover {
  border-color: rgba(110,215,255,.36);
  box-shadow: 0 28px 70px rgba(0,0,0,.42),
              0 0 34px rgba(247,37,156,.085),
              0 0 46px rgba(25,185,242,.065),
              inset 0 1px 0 rgba(255,255,255,.08);
}
.fx-card:focus-within {
  border-color: rgba(110,215,255,.42);
  box-shadow: 0 24px 62px rgba(0,0,0,.38),
              0 0 0 1px rgba(247,37,156,.16),
              0 0 34px rgba(25,185,242,.07);
}
.fx-card:hover .staff-photo img,
.fx-card:hover .shop-tile img,
.fx-card:hover .uni-tile img { transform: scale(1.055); }
.staff-photo img,
.shop-tile img,
.uni-tile img { transition: transform .65s var(--ease), filter .45s ease; }
.team-card .btn,
.event-row .btn { transition: transform .25s var(--ease), background .25s ease, border-color .25s ease; }
.team-card:hover .btn,
.event-row:hover .btn { transform: translateY(-2px); border-color: rgba(110,215,255,.5); }
.team-card:hover h3,
.card:hover h3 { color: #fff; }

/* Light editorial cards retain their light surface while gaining the same interaction. */
#events .fx-card > .fx-glow {
  background: radial-gradient(420px circle at var(--mx,50%) var(--my,50%),
    rgba(25,185,242,.09), rgba(247,37,156,.055) 40%, transparent 72%);
}
#events .fx-card:hover {
  box-shadow: 0 28px 64px rgba(17,17,20,.14),
              0 0 30px rgba(25,185,242,.07),
              0 0 24px rgba(247,37,156,.055);
}

@media (hover: none), (pointer: coarse) {
  .card:not(.filter-row), .team-panel, .commit-text-card, .commit-img-card,
  .national-photo-card, .pathway-board, .shop-band, .fact-pill, .pillar-band {
    transform: none !important;
  }
}

@media (max-width: 1120px) {
  .hero-v5 .hero-inner { grid-template-columns: minmax(0,1fr) minmax(420px,.7fr); gap: 46px; }
  .hero-v5 .h-display { font-size: clamp(5rem,10vw,8rem); }
  .pathway-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pathway-step { border-bottom: 1px solid rgba(255,255,255,.11); }
  .pathway-step + .pathway-step { border-left: 0; }
  .pathway-step:nth-child(even) { border-left: 1px solid rgba(255,255,255,.11); }
  .pathway-step:last-child { grid-column: 1/-1; border-bottom: 0; }
  .pathway-stats { grid-template-columns: repeat(3,1fr); row-gap: 26px; }
  .pathway-stats > div:nth-child(4) { border-left: 0; }
  #teams .grid-2 { grid-template-columns: repeat(2,1fr); }
  #commits .commit-grid { grid-template-columns: repeat(4,1fr); }
  #commits .commit-img-card:nth-child(n+9) { display: none; }
}

@media (max-width: 920px) {
  .nav-inner::before { width: 48px; height: 48px; }
  .nav-menu { top: var(--nav-h); inset: var(--nav-h) 0 0 0; background: rgba(8,8,10,.99); }
  .nav-link { font-size: 1.35rem; }
  .hero-v5 { min-height: auto; }
  .hero-v5 .hero-inner { display: block; padding-top: 84px; padding-bottom: 90px; }
  .hero-v5 .hero-content { max-width: 720px; }
  .hero-player { min-height: 610px; max-width: 690px; margin: 70px auto 0; }
  .hero-v5 .scroll-cue { display: none; }
  .national-proof-heading { grid-template-columns: 1fr; }
  .pathway-board-head { grid-template-columns: 1fr; gap: 22px; }
  .national-photo-card { min-height: 420px; }
  #events .event-list { grid-template-columns: 1fr; }
  #events .event-row { min-height: 250px; grid-template-columns: 110px 1fr; grid-template-rows: 1fr auto; }
  #events .event-action { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  :root { --nav-h: 72px; }
  .nav-inner { padding-inline: 18px; }
  .nav-inner::before { width: 43px; height: 43px; }
  .hero-v5 .hero-inner { padding: 64px 20px 78px; }
  .hero-v5 .hero-kicker { letter-spacing: .19em; }
  .hero-v5 .h-display { font-size: clamp(4.7rem,25vw,7rem); }
  .hero-v5 .lead { font-size: 1rem; }
  .hero-proof { flex-wrap: wrap; gap: 18px 0; }
  .hero-proof > div { flex: 1 0 50%; }
  .hero-proof > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .hero-player { min-height: 430px; margin-top: 52px; }
  .hero-player-frame { inset: 0 0 42px 24px; border-radius: 100px 8px 100px 8px; }
  .hero-player-mark { top: 20px; width: 90px; height: 90px; }
  .hero-player-mark img { width: 54px; }
  .hero-player-caption { right: -4px; padding: 17px 18px; }
  .national-proof-section { padding-block: 76px; }
  .national-proof-heading h2 { font-size: clamp(3.8rem,17vw,5.2rem); }
  .national-proof-banner { border-radius: 12px; }
  .national-proof-banner figcaption { align-items: flex-start; flex-direction: column; gap: 10px; }
  .pathway-board { padding: 30px 20px; border-radius: 12px; }
  .pathway-board::after { display: none; }
  .pathway-board-head { margin-bottom: 34px; }
  .pathway-board-head h3 { font-size: clamp(3.15rem,15vw,4.5rem); }
  .pathway-steps { grid-template-columns: 1fr; }
  .pathway-step,
  .pathway-step:nth-child(even),
  .pathway-step:last-child { grid-column: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.11); border-left: 0; }
  .pathway-step:last-child { border-bottom: 0; }
  .pathway-number { margin-bottom: 18px; }
  .pathway-stats { grid-template-columns: repeat(2,1fr); gap: 0; }
  .pathway-stats > div { padding: 18px 10px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .pathway-stats > div + div { border-left: 0; }
  .pathway-stats > div:nth-child(even) { border-left: 1px solid rgba(255,255,255,.1); }
  .pathway-stats > div:last-child { grid-column: 1/-1; border-bottom: 0; }
  .national-photo-stack { grid-template-columns: 1fr; }
  .national-photo-card { min-height: 420px; border-radius: 12px; }
  .section { padding-block: 78px; }
  .section-head h2 { font-size: clamp(3.1rem,16vw,4.7rem); }
  #events .event-list { gap: 10px; }
  #events .event-row { min-height: auto; padding: 24px; grid-template-columns: 78px 1fr; gap: 18px; }
  #events .event-row:hover { padding-left: 24px; }
  #events .event-day { font-size: 4rem; }
  #events .event-action { grid-column: 1/-1; }
  #teams .grid-2 { grid-template-columns: 1fr; }
  .team-panel { min-height: 290px; grid-template-columns: 110px 1fr !important; grid-template-rows: 1fr; }
  .tp-logo { border-right: 1px solid rgba(255,255,255,.08); border-bottom: 0; }
  .tp-age { font-size: 4.2rem; }
  #shop.section { padding-top: 78px !important; }
  .shop-band { min-height: 520px; padding: 34px 24px; border-radius: 20px; }
  .shop-band h2 { font-size: 4.4rem; }
  #commits .commit-grid { grid-template-columns: repeat(2,1fr); }
  #commits .commit-img-card:nth-child(n+7) { display: none; }
  .cta-big .wrap { grid-template-columns: 1fr; }
  .cta-sub { align-items: flex-start; text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand { grid-column: 1/-1; }
  .page-hero { min-height: 490px; padding-top: calc(var(--nav-h) + 55px); }
  .page-hero h1 { font-size: clamp(4.3rem,21vw,6.5rem); }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .fx-glow { display: none !important; }
}
