/* ============================================================
   REILLY TALENT — Polish pass
   Loaded LAST so it overrides any prior rule. No structural
   changes — pure type, spacing, motion + accent refinement.
   ============================================================ */

:root {
  /* Slightly warmer ink + a softer purple for hairlines, deeper for marks */
  --color-accent-soft:   rgba(155, 31, 168, 0.16);
  --color-accent-line:   rgba(194, 69, 208, 0.35);
}

/* ─── Type rhythm: tighten display headings, breathe body ─── */
.hero__heading,
.card-fan__heading,
.contact__heading,
.roster__card-name,
.profile__name,
.stats__number {
  font-feature-settings: "liga" 1, "dlig" 1, "kern" 1, "calt" 1;
  font-optical-sizing: auto;
  letter-spacing: -0.028em;
}

/* Refine all italic display moments: a touch lighter, true italics with subtle glow */
.hero__heading--italic,
.card-fan__heading em,
em.italic {
  font-style: italic;
  font-weight: 500;
  text-shadow: 0 0 60px var(--color-accent-soft);
}

/* ─── Mono utility marks: tighter tracking, warmer color ─── */
.label,
.hero__label,
.card-fan__label,
.roster__label,
.stats__label,
.marquee__item,
.hero__bottom,
.roster__counter,
.card-fan__scroll-cta {
  font-family: var(--font-sans);
  letter-spacing: 0.22em;
  font-weight: 400;
}

/* ─── Roster cards: tighten layout, stop content being cut off ─── */
.roster__card { width: 92vw !important; }                  /* less peek, more card */
.roster__track { gap: 3vw !important; }                     /* tighter spacing */

.roster__card-image { width: 50% !important; }
.roster__card-content {
  width: 50% !important;
  /* anchor content below the fixed nav — predictable name position regardless of card length */
  padding: clamp(7rem, 11vh, 9rem) clamp(1.75rem, 3vw, 3.5rem) clamp(2rem, 4vh, 3rem) !important;
  justify-content: flex-start !important;
  overflow: visible !important;
  gap: 0.8rem;
}

/* Push the "08 / 10" counter clear of the fixed nav too */
.roster__header { top: clamp(5.5rem, 8vh, 7rem) !important; }

/* ─── Per-creator face positioning (desktop) ─── */
.roster__card:nth-child(1) .roster__card-image img { object-position: center 30%; }  /* Tom */
.roster__card:nth-child(2) .roster__card-image img { object-position: center 25%; }  /* Jadee */
.roster__card:nth-child(3) .roster__card-image img { object-position: center 22%; }  /* Hunter */
.roster__card:nth-child(4) .roster__card-image img { object-position: center 18%; }  /* Adam */
.roster__card:nth-child(5) .roster__card-image img { object-position: center 22%; }  /* Zaira */
.roster__card:nth-child(6) .roster__card-image img { object-position: center 22%; }  /* Lucas */
.roster__card:nth-child(7) .roster__card-image img { object-position: center 25%; }  /* Pierre */
.roster__card:nth-child(8) .roster__card-image img { object-position: center 15%; }  /* Harrison */
.roster__card:nth-child(9) .roster__card-image img { object-position: center 25%; }  /* Aaron */
.roster__card:nth-child(10) .roster__card-image img { object-position: center 25%; } /* Be The One */

/* Image: don't black-out the right edge of the portrait */
.roster__card-image::after {
  background: linear-gradient(to right, transparent 78%, rgba(8,8,8,0.85) 100%) !important;
}
.roster__card-image img { transform: scale(1.02) !important; }

/* Tighten the typographic stack */
.roster__card-index { font-size: clamp(2rem, 3.2vw, 3.5rem) !important; margin-bottom: 0.25rem; }
.roster__card-name  { font-size: clamp(2.6rem, 4.4vw, 5rem) !important; line-height: 0.92 !important; }
.roster__card-category { margin-top: 0.75rem !important; }
.roster__card-socials { margin-top: 1rem !important; }
.roster__card-divider { margin: 1rem 0 !important; }
.roster__card-bio { font-size: 0.88rem !important; line-height: 1.65 !important; }
.roster__card-brands-label { margin-top: 0.9rem !important; margin-bottom: 0.45rem !important; }
.roster__card-brands { gap: 0.3rem !important; }
.roster__card-brands span { padding: 0.22rem 0.55rem !important; font-size: 0.58rem !important; }
.roster__card-reels { margin-top: 1rem; gap: 0.5rem !important; }
.roster__card-reel { aspect-ratio: 9 / 12 !important; }
.roster__card-cta { padding-top: 1rem !important; margin-top: 1rem !important; }

/* Mobile: revert overrides that don't make sense on stacked layout */
@media (max-width: 767px) {
  .roster__card { width: 100vw !important; }
  .roster__card-image, .roster__card-content { width: 100% !important; }
  .roster__card-content { padding: 1.75rem var(--page-gutter) !important; }
}

/* ═══════════════════════════════════════════════════════════════
   STATS v3 — cinematic auto-cycling reveal
   ═══════════════════════════════════════════════════════════════ */
.stats--v3 { padding: 0 !important; }
.stats--v3 .stats__grid { display: none !important; }

.stats-v3 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: #050505;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: clamp(1rem, 3vh, 2rem);
  padding: clamp(5rem, 10vh, 8rem) clamp(2rem, 6vw, 6rem) clamp(2rem, 4vh, 3rem);
  color: #F0EBE8;
  isolation: isolate;
}

/* Aurora glow layers */
.stats-v3__aura {
  position: absolute;
  inset: -20%;
  z-index: 0;
  pointer-events: none;
  filter: blur(80px);
  opacity: 0.55;
  transition: opacity 1.6s ease, transform 6s ease;
}
.stats-v3__aura--a {
  background: radial-gradient(40% 50% at 30% 40%, rgba(155, 31, 168, 0.55) 0%, transparent 70%);
  animation: aura-drift-a 18s ease-in-out infinite alternate;
}
.stats-v3__aura--b {
  background: radial-gradient(45% 55% at 70% 65%, rgba(201, 169, 120, 0.32) 0%, transparent 70%);
  animation: aura-drift-b 22s ease-in-out infinite alternate;
}
@keyframes aura-drift-a {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(8%, -6%) scale(1.15); }
}
@keyframes aura-drift-b {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-10%, 8%) scale(1.2); }
}

.stats-v3__grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.07;
  mix-blend-mode: overlay;
  background-image:
    repeating-radial-gradient(circle at 20% 30%, rgba(255,255,255,0.6) 0px, transparent 1px, transparent 2px),
    repeating-radial-gradient(circle at 70% 80%, rgba(255,255,255,0.5) 0px, transparent 1px, transparent 3px);
  background-size: 3px 3px, 4px 4px;
}

/* Top eyebrow */
.stats-v3__eyebrow {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #88847F;
}
.stats-v3__dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #9B1FA8;
  box-shadow: 0 0 16px rgba(155,31,168,0.8);
  animation: stats-pulse 1.8s ease-in-out infinite;
}
.stats-v3__eyebrow-meta {
  margin-left: auto;
  color: #3F3D3A;
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.2em;
}
@keyframes stats-pulse {
  0%, 100% { transform: scale(1); opacity: 0.55; }
  50%      { transform: scale(1.4); opacity: 1; }
}

/* Stage: three slots stacked, only one visible at a time */
.stats-v3__stage {
  position: relative;
  z-index: 5;
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: clamp(20rem, 60vh, 38rem);
}
.stats-v3__slot {
  grid-column: 1; grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 4vh, 3rem);
  opacity: 0;
  pointer-events: none;
  transform: translateY(40px) scale(0.97);
  transition: opacity 700ms cubic-bezier(0.4, 0, 0.2, 1), transform 1000ms cubic-bezier(0.16, 1, 0.3, 1);
}
.stats-v3__slot.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* The gigantic number */
.stats-v3__num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(8rem, 28vw, 28rem);
  line-height: 0.85;
  letter-spacing: -0.05em;
  color: #F0EBE8;
  text-align: center;
  position: relative;
  text-shadow:
    0 0 60px rgba(155, 31, 168, 0.35),
    0 0 140px rgba(155, 31, 168, 0.2);
  animation: num-breathe 4s ease-in-out infinite;
}
@keyframes num-breathe {
  0%, 100% { text-shadow: 0 0 60px rgba(155, 31, 168, 0.35), 0 0 140px rgba(155, 31, 168, 0.2); }
  50%      { text-shadow: 0 0 90px rgba(155, 31, 168, 0.55), 0 0 200px rgba(155, 31, 168, 0.3); }
}

/* Per-slot active animation: number sweeps in from blur+down */
.stats-v3__slot.is-active .stats-v3__num {
  animation: num-enter 750ms cubic-bezier(0.16, 1, 0.3, 1) both, num-breathe 3s ease-in-out 0.75s infinite;
}
@keyframes num-enter {
  0%   { opacity: 0; transform: translateY(60px) scale(0.92); filter: blur(20px); letter-spacing: 0.1em; }
  60%  { opacity: 1; filter: blur(0); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); letter-spacing: -0.05em; }
}

/* Readout below number */
.stats-v3__readout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}
.stats-v3__readout-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(0.85rem, 1.1vw, 1.1rem);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #F0EBE8;
  position: relative;
  padding: 0 0.2em 0 0.4em;
}
.stats-v3__readout-detail {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1rem, 1.3vw, 1.4rem);
  color: #88847F;
  letter-spacing: 0.02em;
}
.stats-v3__slot.is-active .stats-v3__readout-label {
  animation: readout-enter 800ms 350ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
.stats-v3__slot.is-active .stats-v3__readout-detail {
  animation: readout-enter 800ms 500ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes readout-enter {
  0%   { opacity: 0; transform: translateY(12px); letter-spacing: 0.6em; }
  100% { opacity: 1; transform: translateY(0); letter-spacing: 0.4em; }
}
.stats-v3__slot.is-active .stats-v3__readout-detail {
  animation: readout-enter-detail 800ms 500ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes readout-enter-detail {
  0%   { opacity: 0; transform: translateY(12px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Pagination dots */
.stats-v3__dots {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  align-items: center;
}
.stats-v3__dotbtn {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0.6rem;
  cursor: pointer;
}
.stats-v3__dotbtn span {
  display: block;
  width: 30px;
  height: 2px;
  background: rgba(240, 235, 232, 0.18);
  position: relative;
  overflow: hidden;
  transition: width 400ms ease, background 400ms ease;
}
.stats-v3__dotbtn.is-active span {
  width: 60px;
  background: rgba(240, 235, 232, 0.25);
}
.stats-v3__dotbtn.is-active span::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #9B1FA8, #F0EBE8);
  transform-origin: left center;
  animation: dot-fill 2.4s linear forwards;
}
@keyframes dot-fill {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

/* Brand ticker */
.stats-v3__ticker {
  position: relative;
  z-index: 5;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  padding: 1rem 0;
  border-top: 1px solid rgba(240,235,232,0.06);
}
.stats-v3__ticker-track {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  white-space: nowrap;
  width: max-content;
  animation: ticker-scroll 50s linear infinite;
}
.stats-v3__ticker-track span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #88847F;
}
.stats-v3__ticker-track i {
  display: inline-block;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: #3F3D3A;
}
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@media (max-width: 767px) {
  .stats-v3 { padding: 5rem var(--page-gutter) 2rem; }
  .stats-v3__num { font-size: clamp(5rem, 26vw, 9rem); }
  .stats-v3__readout-label { letter-spacing: 0.3em; }
  .stats-v3__eyebrow-meta { display: none; }
}

/* ═══════════════════════════════════════════════════════════════
   STATS v2 — LEGACY (kept for safety) — hidden when v3 present
   ═══════════════════════════════════════════════════════════════ */
.stats--v3 .stats-v2 { display: none !important; }

/* ─── Hero image: make the scatter-bg visible again ─── */
.hero::after {
  opacity: 0.28 !important;
  filter: grayscale(0.4) contrast(1.05) !important;
}
.hero {
  background: radial-gradient(ellipse at 65% 35%, rgba(155, 31, 168, 0.10) 0%, rgba(8,8,8,0.6) 55%, #080808 85%) !important;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,8,8,0.2) 0%, rgba(8,8,8,0.5) 60%, rgba(8,8,8,0.85) 100%);
  z-index: 0;
  pointer-events: none;
}
.hero > *:not(.hero__bottom) { position: relative; z-index: 1; }
.hero__bottom { z-index: 2; }

/* ─── Hero polish: a hairline rule under the eyebrow, a touch more air ─── */
.hero__label {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.hero__label::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 28px;
  height: 1px;
  background: var(--color-accent-line);
}

/* Heading scale: a fraction less aggressive to feel less shouty */
.hero__heading {
  font-size: clamp(8.5vw, 13.5vw, 19vw);
  line-height: 0.9;
}

/* Tagline: align to the rhythm + add an italic accent fragment */
.hero__tagline {
  position: relative;
  padding-right: calc(var(--page-gutter) + 4px);
}
.hero__tagline::before {
  content: '— ';
  color: var(--color-accent-light);
  font-style: italic;
}

/* ─── Marquee: more luxurious cadence, no jitter on hover speed-change ─── */
.marquee {
  --marquee-duration: 70s;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: #0A0A0A;
}
.marquee:hover {
  --marquee-duration: 280s;
}
.marquee__item {
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  color: var(--color-text-secondary);
  padding: 0 1.4rem;
  transition: color 0.6s;
}
.marquee__track:hover .marquee__item { color: var(--color-text-primary); }
.marquee__separator { color: var(--color-accent); opacity: 0.7; }

/* ─── Card-fan heading: more editorial breathing ─── */
.card-fan__heading {
  letter-spacing: -0.03em;
}

/* ─── Stats: down-tune saturation, lift type quality ─── */
.stats {
  background: radial-gradient(ellipse at 50% 50%, rgba(155, 31, 168, 0.05) 0%, transparent 70%), #080808;
}
.stats__number {
  background: linear-gradient(180deg, #C245D0 0%, #9B1FA8 50%, #5e1366 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 40px rgba(155, 31, 168, 0.18));
}
.stats__label {
  letter-spacing: 0.28em;
  color: var(--color-text-secondary);
  margin-top: 2rem;
}

/* ─── Roster cards: warmer hairlines, lifted hover, smoother arrow ─── */
.roster__card {
  border-color: var(--color-border) !important;
}
.roster__card-name {
  letter-spacing: -0.025em;
}
.roster__card-category {
  letter-spacing: 0.26em;
  color: var(--color-text-secondary);
}
.roster__card-brands span {
  letter-spacing: 0.04em;
  transition: color 0.4s;
}
.roster__card-brands span:hover { color: var(--color-text-primary); }

.roster__card-cta {
  letter-spacing: 0.24em;
  font-size: 0.78rem;
  transition: gap 0.4s;
}
.roster__card-cta:hover .roster__card-cta-arrow {
  transform: translateX(8px);
}
.roster__card-cta-arrow {
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

/* Reel thumbs: subtle ring on hover, smoother play button */
.roster__card-reel {
  overflow: hidden;
  position: relative;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.roster__card-reel:hover { transform: translateY(-3px); }
.roster__card-reel img {
  transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1), filter 0.6s;
  filter: grayscale(0.15);
}
.roster__card-reel:hover img { transform: scale(1.05); filter: grayscale(0); }
.roster__card-reel__play {
  transition: opacity 0.4s, transform 0.4s;
}

/* ─── Contact: refine inputs, smoother focus ─── */
.contact__heading {
  letter-spacing: -0.03em;
}
.contact__input {
  transition: border-color 0.4s, background 0.4s, padding-left 0.4s !important;
}
.contact__input:focus {
  border-color: var(--color-accent-light) !important;
  outline: none;
  padding-left: 8px;
}
.contact__panel-label {
  letter-spacing: 0.24em;
}
.contact__btn {
  letter-spacing: 0.24em;
  transition: gap 0.4s, color 0.4s, background 0.4s !important;
}

/* ─── Footer: warmer hairline, tighter columns ─── */
.footer__nav-title {
  letter-spacing: 0.22em;
  color: var(--color-text-muted);
}
.footer__nav a {
  transition: color 0.4s, padding-left 0.4s;
}
.footer__nav a:hover {
  color: var(--color-text-primary);
  padding-left: 6px;
}
.footer__legal, .footer__social a {
  letter-spacing: 0.16em;
}

/* ─── Nav: warmer brand mark, smoother CTA ─── */
.nav__cta {
  letter-spacing: 0.24em;
  position: relative;
  overflow: hidden;
}
.nav__cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.08) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.7s cubic-bezier(0.76, 0, 0.24, 1);
}
.nav__cta:hover::before { transform: translateX(100%); }

/* ─── Section dividers: replace harsh borders with hairline + small accent tick ─── */
.marquee + section,
.stats,
.roster,
.contact,
.footer {
  position: relative;
}

/* ─── Universal selection ─── */
::selection {
  background: var(--color-accent);
  color: var(--color-text-primary);
}

/* ─── Smoother global cursor transitions ─── */
.cursor-outer, .cursor-inner {
  transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1),
              width 0.3s cubic-bezier(0.76, 0, 0.24, 1),
              height 0.3s cubic-bezier(0.76, 0, 0.24, 1),
              opacity 0.3s;
}

/* ─── Loader: tighten wordmark tracking ─── */
.loader__wordmark {
  letter-spacing: 0.32em;
  font-weight: 400;
}

/* ─── Subtle, premium scrollbar on dark mode ─── */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #080808; }
::-webkit-scrollbar-thumb { background: #242424; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--color-accent); }


/* ═══════════════════════════════════════════════════════════════
   MOBILE OPTIMISATION — ≤767px
   Tightens every section for phones: type scale, spacing,
   touch targets, perf-heavy filters off.
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {

  /* ── Global: silence custom cursor on touch ── */
  .cursor-outer, .cursor-inner { display: none !important; }
  * { cursor: auto !important; }

  /* ── Hero ── */
  .hero {
    min-height: 100svh;
    padding-top: 6rem;
  }
  .hero__heading {
    font-size: clamp(15vw, 18vw, 22vw) !important;
    line-height: 0.92 !important;
    letter-spacing: -0.025em;
  }
  .hero__tagline {
    text-align: center !important;
    align-self: center !important;
    padding: 0 var(--page-gutter) !important;
    margin-top: 2rem !important;
    font-size: 1.1rem !important;
  }
  .hero__tagline::before { content: ''; }
  .hero__label { font-size: 0.62rem; letter-spacing: 0.3em; }
  .hero__label::after { width: 22px; }
  .hero__bottom {
    bottom: 1.25rem;
    padding: 0 1.25rem;
    font-size: 0.6rem;
    letter-spacing: 0.2em;
  }
  /* Lift hero image a touch so faces aren't cut off behind the heading */
  .hero::after { background-position: center 30% !important; opacity: 0.22 !important; }

  /* ── Marquee ── */
  .marquee { height: 52px !important; }
  .marquee__item {
    font-size: 0.6rem !important;
    letter-spacing: 0.25em !important;
    padding: 0 0.7rem !important;
  }
  .marquee { --marquee-duration: 45s; }

  /* ── Stats v3 (cinematic carousel) ── */
  .stats-v3 {
    padding: 4rem var(--page-gutter) 1.5rem !important;
    gap: 2rem !important;
  }
  .stats-v3__stage { min-height: 50vh !important; }
  .stats-v3__num {
    font-size: clamp(5.5rem, 28vw, 9rem) !important;
    text-shadow:
      0 0 30px rgba(155, 31, 168, 0.3),
      0 0 70px rgba(155, 31, 168, 0.15) !important;  /* lighter shadow = better perf */
  }
  .stats-v3__readout-label {
    font-size: 0.72rem !important;
    letter-spacing: 0.28em !important;
  }
  .stats-v3__readout-detail { font-size: 0.95rem !important; }
  .stats-v3__eyebrow {
    font-size: 0.6rem !important;
    letter-spacing: 0.24em !important;
    gap: 0.6rem !important;
  }
  /* Aurora background: simplify to keep paint cheap */
  .stats-v3__aurora { filter: blur(40px) !important; opacity: 0.55 !important; }
  /* Touch-safe dot hit areas (44px) */
  .stats-v3__dotbtn {
    padding: 0.9rem 0.5rem !important;
    min-height: 44px;
    min-width: 44px;
    display: grid;
    place-items: center;
  }
  .stats-v3__dotbtn span { width: 26px; }
  .stats-v3__dotbtn.is-active span { width: 44px; }
  .stats-v3__ticker-track { animation-duration: 30s !important; gap: 1.2rem !important; }
  .stats-v3__ticker-track span { font-size: 0.62rem !important; letter-spacing: 0.18em !important; }

  /* ── Roster cards ── */
  .roster__card-image { height: 56vh !important; }    /* taller portrait, less squished */
  .roster__card-image::after {
    background: linear-gradient(to bottom, transparent 60%, rgba(8,8,8,0.95) 100%) !important;
  }
  .roster__card-content { padding: 1.5rem var(--page-gutter) 3rem !important; gap: 0.5rem !important; }
  .roster__card-index { font-size: 1.6rem !important; margin-bottom: 0.1rem; }
  .roster__card-name { font-size: clamp(2.4rem, 13vw, 3.6rem) !important; line-height: 0.95 !important; }
  .roster__card-category { font-size: 0.62rem !important; letter-spacing: 0.22em !important; margin-top: 0.5rem !important; }
  .roster__card-social { padding: 0.35rem 0.7rem !important; }
  .roster__card-social-platform { font-size: 0.55rem !important; }
  .roster__card-social-count { font-size: 0.78rem !important; }
  .roster__card-bio { font-size: 0.82rem !important; line-height: 1.6 !important; }
  .roster__card-brands { gap: 0.25rem !important; }
  .roster__card-brands span { padding: 0.2rem 0.45rem !important; font-size: 0.52rem !important; }
  .roster__card-cta { padding-top: 0.75rem !important; margin-top: 0.75rem !important; font-size: 0.7rem !important; }
  .roster__counter { font-size: 1.3rem !important; }
  .roster__label { font-size: 0.6rem !important; }
  .roster__header { top: 1rem !important; }

  /* ── Contact form ── */
  .contact__heading { font-size: clamp(2.6rem, 11vw, 4rem) !important; }
  .contact__input {
    font-size: 16px !important;                       /* prevents iOS auto-zoom */
    padding: 0.8rem 0 !important;
  }
  .contact__btn { min-height: 48px; }
  .contact__panel-label { font-size: 0.6rem !important; letter-spacing: 0.22em !important; }

  /* ── Nav ── */
  .nav__cta {
    font-size: 0.62rem !important;
    letter-spacing: 0.2em !important;
    padding: 0.55rem 0.9rem !important;
    min-height: 40px;
  }
  .nav__brand { font-size: 0.7rem !important; }

  /* ── Footer ── */
  .footer__nav a:hover { padding-left: 0 !important; } /* no hover-shift on touch */

  /* ── Disable heavy hover effects on touch ── */
  .roster__card-cta:hover .roster__card-cta-arrow,
  .roster__card-reel:hover { transform: none !important; }
  .roster__card-reel:hover img { transform: none !important; filter: none !important; }

  /* ── Lighter text-shadows on italic display moments (perf) ── */
  .hero__heading--italic,
  .card-fan__heading em,
  em.italic { text-shadow: none !important; }
}

/* ── Even smaller phones ── */
@media (max-width: 380px) {
  .hero__heading { font-size: 19vw !important; }
  .stats-v3__num { font-size: 30vw !important; }
  .roster__card-name { font-size: clamp(2.1rem, 12vw, 3rem) !important; }
}

/* ── Tablet polish (768–1024) ── */
@media (min-width: 768px) and (max-width: 1024px) {
  .roster__card { width: 96vw !important; }
  .roster__card-name { font-size: clamp(2.4rem, 5vw, 4rem) !important; }
  .stats-v3__num { font-size: clamp(7rem, 22vw, 16rem) !important; }
}

/* ── Reduced motion preference ── */
@media (prefers-reduced-motion: reduce) {
  .stats-v3__num,
  .stats-v3__slot.is-active .stats-v3__num,
  .stats-v3__aurora,
  .marquee__track,
  .stats-v3__ticker-track {
    animation: none !important;
  }
  .stats-v3__slot { transition: opacity 0.3s ease !important; transform: none !important; }
}
