/* =========================================
   ADESEWA.ORG — Main Stylesheet
   Dark luxury gold aesthetic
   ========================================= */

/* ---- Reset & Base ---- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --gold: #f5b731;
  --gold-light: #fde68a;
  --gold-dark: #c5a559;
  --gold-glow: rgba(245, 183, 49, 0.35);
  --bg-dark: #07080e;
  --bg-dark2: #0a0a14;
  --white: #ffffff;
  --text-muted: rgba(255,255,255,0.5);
  --text-dim: rgba(255,255,255,0.3);
  --card-bg: rgba(255,255,255,0.03);
  --card-border: rgba(255,255,255,0.06);
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Inter', system-ui, sans-serif;
  --radius-card: 40px;
  --radius-inner: 28px;
  --max-w: 1400px;
  --px: 1.5rem;
  --px-md: 2.5rem;
  --px-lg: 3.5rem;

  /* Theme-aware tokens (defaults = dark) */
  --theme-bg:        #07080e;
  --theme-bg2:       #0a0a14;
  --theme-surface:   rgba(255,255,255,0.03);
  --theme-border:    rgba(255,255,255,0.07);
  --theme-text:      #ffffff;
  --theme-muted:     rgba(255,255,255,0.5);
  --theme-dim:       rgba(255,255,255,0.25);
  --theme-accent:    #f5b731;
  --theme-accent2:   #fde68a;
  --theme-glow:      rgba(245,183,49,0.18);
  --theme-nav-bg:    rgba(7,8,14,0.85);
  --theme-scrollbar: #07080e;
}

/* ---- DARK THEME (default) ---- */
[data-theme="dark"] {
  --theme-bg:        #07080e;
  --theme-bg2:       #0a0a14;
  --theme-surface:   rgba(255,255,255,0.03);
  --theme-border:    rgba(255,255,255,0.07);
  --theme-text:      #ffffff;
  --theme-muted:     rgba(255,255,255,0.5);
  --theme-dim:       rgba(255,255,255,0.25);
  --theme-accent:    #f5b731;
  --theme-accent2:   #fde68a;
  --theme-glow:      rgba(245,183,49,0.18);
  --theme-nav-bg:    rgba(7,8,14,0.88);
  --theme-scrollbar: #07080e;
}

/* ---- LIGHT THEME ---- */
[data-theme="light"] {
  --theme-bg:        #f8f5ef;
  --theme-bg2:       #ffffff;
  --theme-surface:   rgba(0,0,0,0.04);
  --theme-border:    rgba(0,0,0,0.09);
  --theme-text:      #0f0d0a;
  --theme-muted:     rgba(0,0,0,0.5);
  --theme-dim:       rgba(0,0,0,0.3);
  --theme-accent:    #b8860b;
  --theme-accent2:   #8b6914;
  --theme-glow:      rgba(184,134,11,0.15);
  --theme-nav-bg:    rgba(248,245,239,0.92);
  --theme-scrollbar: #e8e3d8;
  --gold: #b8860b;
  --gold-light: #c9a227;
  --gold-glow: rgba(184,134,11,0.2);
  --bg-dark: #f8f5ef;
  --bg-dark2: #ffffff;
  --white: #0f0d0a;
  --text-muted: rgba(0,0,0,0.5);
  --card-bg: rgba(0,0,0,0.03);
  --card-border: rgba(0,0,0,0.08);
}

/* ---- NEON THEME ---- */
[data-theme="neon"] {
  --theme-bg:        #05020f;
  --theme-bg2:       #08041a;
  --theme-surface:   rgba(150,0,255,0.05);
  --theme-border:    rgba(0,255,200,0.12);
  --theme-text:      #e8f0ff;
  --theme-muted:     rgba(200,220,255,0.55);
  --theme-dim:       rgba(200,220,255,0.25);
  --theme-accent:    #00ffe0;
  --theme-accent2:   #bf00ff;
  --theme-glow:      rgba(0,255,224,0.2);
  --theme-nav-bg:    rgba(5,2,15,0.9);
  --theme-scrollbar: #05020f;
  --gold: #00ffe0;
  --gold-light: #7fffef;
  --gold-dark: #00ccb4;
  --gold-glow: rgba(0,255,224,0.3);
  --bg-dark: #05020f;
  --bg-dark2: #08041a;
  --white: #e8f0ff;
  --text-muted: rgba(200,220,255,0.55);
  --card-bg: rgba(0,255,200,0.04);
  --card-border: rgba(0,255,200,0.1);
}

/* Apply theme tokens to base elements */
html { background: var(--theme-bg); transition: background 0.4s; }

body {
  font-family: var(--font-sans);
  background: var(--theme-bg);
  color: var(--theme-text);
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background 0.4s, color 0.4s;
}

/* ---- DARK THEME — wallpaper background ---- */
[data-theme="dark"] html,
[data-theme="dark"] body {
  background-color: #07080e;
}

[data-theme="dark"] body {
  background-image:
    /* warm amber vignette over the wallpaper */
    radial-gradient(ellipse 80% 60% at 50% 0%,   rgba(40,20,5,0.55)   0%, transparent 70%),
    radial-gradient(ellipse 60% 50% at 15% 50%,  rgba(60,30,8,0.3)    0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 85% 80%,  rgba(30,15,3,0.25)   0%, transparent 60%),
    /* the wallpaper itself */
    url('../assets/dark-wallpaper.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Neon glow text for neon theme */
[data-theme="neon"] .text-gold-glow {
  text-shadow: 0 0 20px rgba(0,255,224,0.6), 0 0 40px rgba(0,255,224,0.3);
}
[data-theme="neon"] .hero-title-gold {
  text-shadow: 0 0 30px rgba(0,255,224,0.4), 0 0 60px rgba(191,0,255,0.2);
}
[data-theme="neon"] .btn-gold {
  background: linear-gradient(135deg, #00ffe0, #bf00ff);
  box-shadow: 0 0 20px rgba(0,255,224,0.3), 0 0 40px rgba(191,0,255,0.2);
}
[data-theme="neon"] .btn-gold:hover {
  box-shadow: 0 0 30px rgba(0,255,224,0.5), 0 0 60px rgba(191,0,255,0.35);
}
[data-theme="neon"] .eyebrow-line {
  background: linear-gradient(to right, transparent, #00ffe0);
}
[data-theme="neon"] .section-bg-glow,
[data-theme="neon"] .arena-bg-glow,
[data-theme="neon"] .join-bg-glow,
[data-theme="neon"] .reviews-bg-glow {
  background: radial-gradient(ellipse 60% 50% at 30% 50%, rgba(0,255,224,0.07) 0%, transparent 65%),
              radial-gradient(ellipse 50% 40% at 70% 50%, rgba(191,0,255,0.06) 0%, transparent 65%);
}
[data-theme="neon"] .schedule-card.featured {
  border-color: rgba(0,255,224,0.3);
  box-shadow: 0 0 30px rgba(0,255,224,0.1), 0 0 0 1px rgba(0,255,224,0.08);
}
[data-theme="neon"] .sched-status-pill.upcoming {
  background: rgba(0,255,224,0.1);
  color: #00ffe0;
  border-color: rgba(0,255,224,0.25);
}

/* ==========================================
   DARK THEME — FULL TEXT COLOR OVERRIDES
   Force every element to white/light text
   in dark mode (mirror of light overrides).
========================================== */

/* Nav */
[data-theme="dark"] .nav-link { color: rgba(255,255,255,0.5); }
[data-theme="dark"] .nav-link:hover { color: #ffffff; }
[data-theme="dark"] .mobile-nav-link { color: rgba(255,255,255,0.8); }
[data-theme="dark"] .ham-line { background: #ffffff; }
[data-theme="dark"] .mobile-menu { background: rgba(7,8,14,0.97); }

/* Eyebrow */
[data-theme="dark"] .eyebrow-text { color: rgba(255,255,255,0.45); }

/* Headings */
[data-theme="dark"] .section-title { color: #ffffff; }
[data-theme="dark"] .hero-title-gold { color: #ffffff; }

/* Body / description text */
[data-theme="dark"] .section-desc { color: rgba(255,255,255,0.55); }
[data-theme="dark"] .hero-desc { color: rgba(255,255,255,0.65); }
[data-theme="dark"] .supporters-subtext { color: rgba(255,255,255,0.4); }
[data-theme="dark"] .social-cta-desc { color: rgba(255,255,255,0.55); }
[data-theme="dark"] .join-cta-text { color: rgba(255,255,255,0.6); }

/* Stats bar */
[data-theme="dark"] .stat-number { color: #ffffff; }
[data-theme="dark"] .stat-label { color: rgba(255,255,255,0.45); }

/* MVP Cards */
[data-theme="dark"] .card-name { color: #ffffff; }
[data-theme="dark"] .card-handle { color: rgba(255,255,255,0.5); }
[data-theme="dark"] .card-eyebrow span { color: rgba(255,255,255,0.4); }

/* How to Join steps */
[data-theme="dark"] .join-step-title { color: #ffffff; }
[data-theme="dark"] .join-step-desc { color: rgba(255,255,255,0.55); }
[data-theme="dark"] .join-step-number { color: #ffffff; }

/* Schedule / Arena */
[data-theme="dark"] .sched-name { color: rgba(255,255,255,0.7); }
[data-theme="dark"] .sched-vs { color: #ffffff; }
[data-theme="dark"] .sched-date,
[data-theme="dark"] .sched-time,
[data-theme="dark"] .sched-platform { color: rgba(255,255,255,0.6); }
[data-theme="dark"] .arena-record-number { color: #ffffff; }

/* Reviews */
[data-theme="dark"] .review-text { color: rgba(255,255,255,0.65); }
[data-theme="dark"] .review-name { color: #ffffff; }
[data-theme="dark"] .review-handle { color: rgba(255,255,255,0.45); }

/* Footer */
[data-theme="dark"] .footer-tagline { color: rgba(255,255,255,0.4); }
[data-theme="dark"] .footer-copy { color: rgba(255,255,255,0.3); }
[data-theme="dark"] .footer-nav-heading { color: rgba(255,255,255,0.35); }
[data-theme="dark"] .footer-link { color: rgba(255,255,255,0.5); }
[data-theme="dark"] .footer-link:hover { color: rgba(255,255,255,0.9); }

/* Mobile theme row */
[data-theme="dark"] .mobile-theme-label { color: rgba(255,255,255,0.45); }

/* Hero upcoming */
[data-theme="dark"] .hero-upcoming-title { color: #ffffff; }
[data-theme="dark"] .hero-upcoming-meta { color: rgba(255,255,255,0.5); }

/* Light theme — section background adjustments */

[data-theme="light"] .supporters-section,
[data-theme="light"] .battles-section,
[data-theme="light"] .arena-section,
[data-theme="light"] .join-section,
[data-theme="light"] .reviews-section { filter: none; }

[data-theme="light"] .section-bg-img { opacity: 0.12; }
[data-theme="light"] .battles-overlay { background: linear-gradient(to bottom, rgba(248,245,239,0.7), rgba(248,245,239,0.9)); }
[data-theme="light"] .social-cta-overlay { background: linear-gradient(to bottom, rgba(248,245,239,0.75), rgba(248,245,239,0.92)); }
[data-theme="light"] .hero-overlay-desktop,
[data-theme="light"] .hero-overlay-mobile { opacity: 0.45; }

/* ==========================================
   LIGHT THEME — FULL TEXT COLOR OVERRIDES
   Convert every white / rgba-white text
   to dark, readable equivalents.
========================================== */

/* Nav */
[data-theme="light"] .nav-link { color: rgba(0,0,0,0.55); }
[data-theme="light"] .nav-link:hover { color: rgba(0,0,0,1); }

/* Header nav always stays white — it sits on a dark translucent bar */
[data-theme="light"] .site-header .nav-link       { color: rgba(255,255,255,0.6); }
[data-theme="light"] .site-header .nav-link:hover  { color: #ffffff; }
[data-theme="light"] .mobile-nav-link { color: rgba(0,0,0,0.75); }
[data-theme="light"] .ham-line { background: #0f0d0a; }
[data-theme="light"] .mobile-menu { background: rgba(248,245,239,0.98); }
[data-theme="light"] .mobile-menu-inner { border-color: rgba(0,0,0,0.07); }

/* Eyebrow */
[data-theme="light"] .eyebrow-text { color: rgba(0,0,0,0.5); }
[data-theme="light"] .section-eyebrow.light .eyebrow-text { color: rgba(0,0,0,0.55); }

/* Headings */
[data-theme="light"] .section-title { color: #0f0d0a; }
[data-theme="light"] .hero-title-gold { color: #0f0d0a; }
[data-theme="light"] .section-title span,
[data-theme="light"] .hero-title-gold span { color: var(--gold); }

/* Body / description text */
[data-theme="light"] .section-desc { color: rgba(0,0,0,0.6); }
[data-theme="light"] .hero-desc { color: rgba(0,0,0,0.65); }
[data-theme="light"] .supporters-subtext { color: rgba(0,0,0,0.5); }
[data-theme="light"] .social-cta-desc { color: rgba(0,0,0,0.6); }
[data-theme="light"] .join-cta-text { color: rgba(0,0,0,0.6); }

/* Stats bar */
[data-theme="light"] .stat-number { color: #0f0d0a; }
[data-theme="light"] .stat-label { color: rgba(0,0,0,0.45); }
[data-theme="light"] .stat-divider { background: rgba(0,0,0,0.1); }
[data-theme="light"] .hero-stats-bar { border-color: rgba(0,0,0,0.08); }

/* Supporters / MVP cards */
[data-theme="light"] .card-name { color: #0f0d0a; }
[data-theme="light"] .card-handle { color: rgba(0,0,0,0.5); }
[data-theme="light"] .supporter-card { background: rgba(0,0,0,0.03); border-color: rgba(0,0,0,0.08); }
[data-theme="light"] .card-eyebrow span { color: rgba(0,0,0,0.45); }

/* How to Join steps */
[data-theme="light"] .join-step-title { color: #0f0d0a; }
[data-theme="light"] .join-step-desc { color: rgba(0,0,0,0.55); }
[data-theme="light"] .join-step-number { color: #0f0d0a; background: rgba(0,0,0,0.04); border-color: rgba(0,0,0,0.15); }
[data-theme="light"] .join-step-icon { color: var(--gold); background: rgba(0,0,0,0.03); border-color: rgba(0,0,0,0.08); }
[data-theme="light"] .join-step-body { border-color: rgba(0,0,0,0.06); }
[data-theme="light"] .join-step-connector { background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.03)); }
[data-theme="light"] .join-cta-strip { background: rgba(0,0,0,0.03); border-color: rgba(0,0,0,0.1); }

/* Schedule / Arena */
[data-theme="light"] .schedule-card { background: rgba(0,0,0,0.03); border-color: rgba(0,0,0,0.07); }
[data-theme="light"] .schedule-card:hover { background: rgba(0,0,0,0.06); border-color: rgba(0,0,0,0.15); }
[data-theme="light"] .sched-name { color: rgba(0,0,0,0.65); }
[data-theme="light"] .sched-fighter.me .sched-name { color: var(--gold); }
[data-theme="light"] .sched-vs { color: #0f0d0a; }
[data-theme="light"] .sched-num { color: rgba(0,0,0,0.15); }
[data-theme="light"] .sched-detail-item { color: rgba(0,0,0,0.45); }
[data-theme="light"] .sched-date, [data-theme="light"] .sched-time, [data-theme="light"] .sched-platform { color: rgba(0,0,0,0.65); }
[data-theme="light"] .sched-details { border-color: rgba(0,0,0,0.07); }
[data-theme="light"] .sched-card-footer { border-color: rgba(0,0,0,0.05); }
[data-theme="light"] .arena-record-number { color: #0f0d0a; }
[data-theme="light"] .arena-record-bar { background: rgba(0,0,0,0.02); border-color: rgba(0,0,0,0.07); }
[data-theme="light"] .arena-record-divider { background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.1), transparent); }

/* Reviews */
[data-theme="light"] .review-card { background: rgba(0,0,0,0.03); border-color: rgba(0,0,0,0.07); }
[data-theme="light"] .review-text { color: rgba(0,0,0,0.65); }
[data-theme="light"] .review-name { color: #0f0d0a; }
[data-theme="light"] .review-handle { color: rgba(0,0,0,0.45); }
[data-theme="light"] .review-stars { color: #b8860b; }

/* Services cards */
[data-theme="light"] .service-card-desc { color: rgba(255,255,255,0.8); }

/* Footer */
[data-theme="light"] .site-footer { background: #ede8df; border-color: rgba(0,0,0,0.08); }
[data-theme="light"] .footer-tagline { color: rgba(0,0,0,0.5); }
[data-theme="light"] .footer-copy { color: rgba(0,0,0,0.35); }
[data-theme="light"] .footer-nav-heading { color: rgba(0,0,0,0.4); }
[data-theme="light"] .footer-link { color: rgba(0,0,0,0.55); }
[data-theme="light"] .footer-link:hover { color: rgba(0,0,0,0.9); }
[data-theme="light"] .footer-social-btn { border-color: rgba(0,0,0,0.12); color: rgba(0,0,0,0.55); }
[data-theme="light"] .footer-social-btn:hover { background: rgba(0,0,0,0.06); color: #0f0d0a; }
[data-theme="light"] .footer-divider { background: rgba(0,0,0,0.08); }

/* Battle cards */
[data-theme="light"] .battle-badge { background: rgba(0,0,0,0.5); color: #fff; }
[data-theme="light"] .battle-desc { color: rgba(255,255,255,0.9); }

/* Mobile theme row */
[data-theme="light"] .mobile-theme-label { color: rgba(0,0,0,0.5); }
[data-theme="light"] .mobile-theme-row { border-color: rgba(0,0,0,0.08); }

/* Upcoming hero card */
[data-theme="light"] .hero-upcoming-card { background: rgba(248,245,239,0.92); border-color: rgba(0,0,0,0.15); }
[data-theme="light"] .hero-upcoming-title { color: #0f0d0a; }
[data-theme="light"] .hero-upcoming-meta { color: rgba(0,0,0,0.45); }

/* Btn outline */
[data-theme="light"] .btn-outline { color: #fff; }

/* ==========================================
   HERO / BANNER — always white text
   The slideshow sits on a dark photo overlay
   so text must stay white in every theme.
========================================== */
.hero-wrapper *,
.hero-section *,
.hero-section .hero-title-gold,
.hero-section .hero-desc,
.hero-section .section-title,
.hero-section .section-desc,
.hero-section .eyebrow-text,
.hero-section .stat-number,
.hero-section .stat-label,
.hero-section .hero-upcoming-title,
.hero-section .hero-upcoming-meta {
  /* Default (dark / neon) — already white, this is a safety net */
  color: inherit;
}

/* Light mode override — force white inside the hero regardless */
[data-theme="light"] .hero-wrapper .hero-title-gold  { color: #ffffff; }
[data-theme="light"] .hero-wrapper .section-title    { color: #ffffff; }
[data-theme="light"] .hero-wrapper .section-desc     { color: rgba(255,255,255,0.75); }
[data-theme="light"] .hero-wrapper .hero-desc        { color: rgba(255,255,255,0.75); }
[data-theme="light"] .hero-wrapper .eyebrow-text     { color: rgba(255,255,255,0.6); }
[data-theme="light"] .hero-wrapper .stat-number      { color: #ffffff; }
[data-theme="light"] .hero-wrapper .stat-label       { color: rgba(255,255,255,0.55); }
[data-theme="light"] .hero-wrapper .hero-upcoming-title { color: #ffffff; }
[data-theme="light"] .hero-wrapper .hero-upcoming-meta  { color: rgba(255,255,255,0.55); }
[data-theme="light"] .hero-wrapper .nav-link         { color: rgba(255,255,255,0.55); }
[data-theme="light"] .hero-stats-bar                 { border-color: rgba(255,255,255,0.12); }
[data-theme="light"] .hero-wrapper .stat-divider     { background: rgba(255,255,255,0.15); }
[data-theme="light"] .hero-wrapper .hero-overlay-desktop,
[data-theme="light"] .hero-wrapper .hero-overlay-mobile { opacity: 0.55; }

/* ==========================================
   ALL-PAGES THEME OVERRIDES
   Covers about / contact / gallery /
   archives / outreach class names.
========================================== */

/* --- Page Hero (shared across inner pages) --- */
[data-theme="light"] .page-title       { color: #0f0d0a; }
[data-theme="light"] .page-hero-content .section-desc { color: rgba(0,0,0,0.6); }

[data-theme="dark"]  .page-title       { color: #ffffff; }
[data-theme="dark"]  .page-hero-content .section-desc { color: rgba(255,255,255,0.6); }

/* --- Content sections & blocks --- */
[data-theme="light"] .content-section  { background: transparent; }
[data-theme="light"] .content-block p,
[data-theme="light"] .content-block li { color: rgba(0,0,0,0.65); }
[data-theme="light"] .content-block h2,
[data-theme="light"] .content-block h3 { color: #0f0d0a; }

[data-theme="dark"]  .content-block p,
[data-theme="dark"]  .content-block li { color: rgba(255,255,255,0.6); }
[data-theme="dark"]  .content-block h2,
[data-theme="dark"]  .content-block h3 { color: #ffffff; }

/* --- About page --- */
[data-theme="light"] .about-stat-number        { color: #0f0d0a; }
[data-theme="light"] .about-grid p             { color: rgba(0,0,0,0.6); }
[data-theme="light"] .values-grid p            { color: rgba(0,0,0,0.6); }
[data-theme="light"] .values-grid h3           { color: #0f0d0a; }
[data-theme="light"] .impact-grid p            { color: rgba(0,0,0,0.6); }
[data-theme="light"] .impact-grid h3           { color: #0f0d0a; }
[data-theme="light"] .text-gold-glow           { color: var(--gold); }

[data-theme="dark"]  .about-stat-number        { color: #ffffff; }
[data-theme="dark"]  .about-grid p             { color: rgba(255,255,255,0.6); }
[data-theme="dark"]  .values-grid p            { color: rgba(255,255,255,0.6); }
[data-theme="dark"]  .values-grid h3           { color: #ffffff; }
[data-theme="dark"]  .impact-grid p            { color: rgba(255,255,255,0.6); }
[data-theme="dark"]  .impact-grid h3           { color: #ffffff; }

/* --- Archives page --- */
[data-theme="light"] .archive-card             { background: rgba(0,0,0,0.03); border-color: rgba(0,0,0,0.08); }
[data-theme="light"] .archive-title            { color: #0f0d0a; }
[data-theme="light"] .archive-desc             { color: rgba(0,0,0,0.55); }
[data-theme="light"] .archive-date             { color: rgba(0,0,0,0.4); }
[data-theme="light"] .archive-meta             { color: rgba(0,0,0,0.4); }
[data-theme="light"] .tab-btn                  { color: rgba(0,0,0,0.5); border-color: rgba(0,0,0,0.12); }
[data-theme="light"] .tab-btn.active           { color: #0f0d0a; border-color: var(--gold); }

[data-theme="dark"]  .archive-card             { background: rgba(255,255,255,0.03); border-color: rgba(255,255,255,0.07); }
[data-theme="dark"]  .archive-title            { color: #ffffff; }
[data-theme="dark"]  .archive-desc             { color: rgba(255,255,255,0.55); }
[data-theme="dark"]  .archive-date             { color: rgba(255,255,255,0.4); }
[data-theme="dark"]  .archive-meta             { color: rgba(255,255,255,0.4); }
[data-theme="dark"]  .tab-btn                  { color: rgba(255,255,255,0.5); border-color: rgba(255,255,255,0.1); }
[data-theme="dark"]  .tab-btn.active           { color: #ffffff; border-color: var(--gold); }

/* --- Contact page --- */
[data-theme="light"] .contact-detail-text      { color: rgba(0,0,0,0.65); }
[data-theme="light"] .contact-info h3          { color: #0f0d0a; }
[data-theme="light"] .contact-info p           { color: rgba(0,0,0,0.6); }
[data-theme="light"] .form-label               { color: rgba(0,0,0,0.6); }
[data-theme="light"] .form-input,
[data-theme="light"] .form-textarea            { color: #0f0d0a; background: rgba(0,0,0,0.04); border-color: rgba(0,0,0,0.15); }
[data-theme="light"] .form-input::placeholder,
[data-theme="light"] .form-textarea::placeholder { color: rgba(0,0,0,0.3); }
[data-theme="light"] .contact-form-section     { background: transparent; }

[data-theme="dark"]  .contact-detail-text      { color: rgba(255,255,255,0.65); }
[data-theme="dark"]  .contact-info h3          { color: #ffffff; }
[data-theme="dark"]  .contact-info p           { color: rgba(255,255,255,0.6); }
[data-theme="dark"]  .form-label               { color: rgba(255,255,255,0.6); }
[data-theme="dark"]  .form-input,
[data-theme="dark"]  .form-textarea            { color: #ffffff; background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.12); }
[data-theme="dark"]  .form-input::placeholder,
[data-theme="dark"]  .form-textarea::placeholder { color: rgba(255,255,255,0.3); }

/* --- Gallery page --- */
[data-theme="light"] .gallery-filter-row .tab-btn { color: rgba(0,0,0,0.5); }
[data-theme="light"] .gallery-filter-row .tab-btn.active { color: #0f0d0a; }
[data-theme="light"] .gallery-item-overlay     { background: rgba(248,245,239,0.85); }
[data-theme="light"] .gallery-zoom-icon        { color: #0f0d0a; }

[data-theme="dark"]  .gallery-filter-row .tab-btn { color: rgba(255,255,255,0.5); }
[data-theme="dark"]  .gallery-filter-row .tab-btn.active { color: #ffffff; }
[data-theme="dark"]  .gallery-item-overlay     { background: rgba(7,8,14,0.8); }
[data-theme="dark"]  .gallery-zoom-icon        { color: #ffffff; }

/* --- Outreach page --- */
[data-theme="light"] .outreach-card            { background: rgba(0,0,0,0.03); border-color: rgba(0,0,0,0.08); }
[data-theme="light"] .outreach-card-title      { color: #0f0d0a; }
[data-theme="light"] .outreach-card-desc       { color: rgba(0,0,0,0.55); }
[data-theme="light"] .outreach-tag             { color: rgba(0,0,0,0.5); border-color: rgba(0,0,0,0.12); background: rgba(0,0,0,0.04); }

[data-theme="dark"]  .outreach-card            { background: rgba(255,255,255,0.03); border-color: rgba(255,255,255,0.07); }
[data-theme="dark"]  .outreach-card-title      { color: #ffffff; }
[data-theme="dark"]  .outreach-card-desc       { color: rgba(255,255,255,0.55); }
[data-theme="dark"]  .outreach-tag             { color: rgba(255,255,255,0.5); border-color: rgba(255,255,255,0.1); background: rgba(255,255,255,0.04); }

/* --- Shared footer column title (inner pages use .footer-col-title not .footer-nav-heading) --- */
[data-theme="light"] .footer-col-title         { color: rgba(0,0,0,0.4); }
[data-theme="light"] .footer-contact-item      { color: rgba(0,0,0,0.55); }
[data-theme="light"] .footer-logo-text-fallback { color: var(--gold); }
[data-theme="light"] .social-icon-btn          { color: rgba(0,0,0,0.55); border-color: rgba(0,0,0,0.12); }
[data-theme="light"] .social-icon-btn:hover    { color: #0f0d0a; background: rgba(0,0,0,0.06); }

[data-theme="dark"]  .footer-col-title         { color: rgba(255,255,255,0.35); }
[data-theme="dark"]  .footer-contact-item      { color: rgba(255,255,255,0.5); }
[data-theme="dark"]  .footer-logo-text-fallback { color: var(--gold); }
[data-theme="dark"]  .social-icon-btn          { color: rgba(255,255,255,0.55); border-color: rgba(255,255,255,0.1); }
[data-theme="dark"]  .social-icon-btn:hover    { color: #ffffff; background: rgba(255,255,255,0.06); }

/* --- Generic fallback for any plain heading / paragraph not caught above --- */
[data-theme="light"] h1:not([class]),
[data-theme="light"] h2:not([class]),
[data-theme="light"] h3:not([class]),
[data-theme="light"] h4:not([class]) { color: #0f0d0a; }
[data-theme="light"] p:not([class])  { color: rgba(0,0,0,0.65); }

[data-theme="dark"]  h1:not([class]),
[data-theme="dark"]  h2:not([class]),
[data-theme="dark"]  h3:not([class]),
[data-theme="dark"]  h4:not([class]) { color: #ffffff; }
[data-theme="dark"]  p:not([class])  { color: rgba(255,255,255,0.6); }

/* ============================================================
   LIGHT THEME — GLOBAL CATCH-ALL
   Section-scoped selectors with specificity (0,2,2) beat any
   single-class white rule (0,1,0) but lose to our hero
   overrides (.hero-wrapper .class = 0,3,0). This means:
     • All non-hero sections → dark text automatically
     • Hero/banner → stays white via dedicated overrides above
   Covers every page without needing class-by-class targeting.
============================================================ */

/* Headings */
[data-theme="light"] section:not(.hero-section) h1,
[data-theme="light"] section:not(.hero-section) h2,
[data-theme="light"] section:not(.hero-section) h3,
[data-theme="light"] section:not(.hero-section) h4,
[data-theme="light"] section:not(.hero-section) h5,
[data-theme="light"] section:not(.hero-section) h6,
[data-theme="light"] .site-footer h1,
[data-theme="light"] .site-footer h2,
[data-theme="light"] .site-footer h3,
[data-theme="light"] .site-footer h4,
[data-theme="light"] main > div:not(.hero-wrapper) h1,
[data-theme="light"] main > div:not(.hero-wrapper) h2,
[data-theme="light"] main > div:not(.hero-wrapper) h3,
[data-theme="light"] main > div:not(.hero-wrapper) h4 {
  color: #0f0d0a;
}

/* Body / paragraph text */
[data-theme="light"] section:not(.hero-section) p,
[data-theme="light"] section:not(.hero-section) li,
[data-theme="light"] section:not(.hero-section) small,
[data-theme="light"] section:not(.hero-section) label,
[data-theme="light"] section:not(.hero-section) dt,
[data-theme="light"] section:not(.hero-section) dd,
[data-theme="light"] .site-footer p,
[data-theme="light"] .site-footer li,
[data-theme="light"] .site-footer small,
[data-theme="light"] main > div:not(.hero-wrapper) p,
[data-theme="light"] main > div:not(.hero-wrapper) li {
  color: rgba(0,0,0,0.65);
}

/* Inline text / spans */
[data-theme="light"] section:not(.hero-section) span:not([class*="gold"]):not([class*="dot"]),
[data-theme="light"] .site-footer span:not([class*="gold"]) {
  color: rgba(0,0,0,0.7);
}

/* Links (non-button) */
[data-theme="light"] section:not(.hero-section) a:not([class*="btn"]),
[data-theme="light"] .site-footer a:not([class*="btn"]) {
  color: rgba(0,0,0,0.65);
}
[data-theme="light"] section:not(.hero-section) a:not([class*="btn"]):hover,
[data-theme="light"] .site-footer a:not([class*="btn"]):hover {
  color: #0f0d0a;
}

/* Scrollbar theming */
::-webkit-scrollbar-track { background: var(--theme-scrollbar); }

/* ============================
   THEME TOGGLE COMPONENT
============================ */
.theme-toggle {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 99px;
  padding: 3px;
  gap: 2px;
  backdrop-filter: blur(12px);
  transition: background 0.3s, border-color 0.3s;
  flex-shrink: 0;
}

/* Fixed floating pill — top-right corner */
.theme-toggle-fixed {
  position: fixed;
  top: 12px;
  right: 14px;
  z-index: 200;
  box-shadow: 0 4px 20px rgba(0,0,0,0.35);
}

@media (min-width: 768px) {
  .theme-toggle-fixed {
    top: 14px;
    right: 18px;
  }
}


[data-theme="light"] .theme-toggle {
  background: rgba(0,0,0,0.06);
  border-color: rgba(0,0,0,0.12);
}

[data-theme="neon"] .theme-toggle {
  background: rgba(0,255,224,0.06);
  border-color: rgba(0,255,224,0.15);
}

.theme-slider {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--gold);
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), background 0.4s;
  pointer-events: none;
  z-index: 0;
}

[data-theme="light"] .theme-slider { background: #b8860b; }
[data-theme="neon"]  .theme-slider { background: linear-gradient(135deg,#00ffe0,#bf00ff); box-shadow: 0 0 12px rgba(0,255,224,0.4); }

/* Slider positions — each step = 30px button + 2px gap */
.theme-toggle[data-active="dark"]  .theme-slider { transform: translateX(0); }
.theme-toggle[data-active="light"] .theme-slider { transform: translateX(32px); }
.theme-toggle[data-active="neon"]  .theme-slider { transform: translateX(64px); }

.theme-btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  color: rgba(255,255,255,0.4);
  transition: color 0.3s;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

[data-theme="light"] .theme-btn { color: rgba(0,0,0,0.35); }
[data-theme="neon"]  .theme-btn { color: rgba(200,220,255,0.4); }

.theme-btn.active { color: #07080e; }
[data-theme="neon"] .theme-btn.active { color: #05020f; }
[data-theme="light"] .theme-btn.active { color: #5a3e00; }

/* Mobile/in-menu theme toggle — same icon-only style */
.theme-toggle.mobile {
  background: rgba(255,255,255,0.08);
  padding: 3px;
}
.theme-toggle.mobile .theme-btn { width: 32px; height: 32px; font-size: 15px; }
.theme-toggle.mobile .theme-slider { width: 32px; height: 32px; }
.theme-toggle.mobile[data-active="light"] .theme-slider { transform: translateX(34px); }
.theme-toggle.mobile[data-active="neon"]  .theme-slider { transform: translateX(68px); }

.mobile-theme-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.07);
  margin-top: 1rem;
}
[data-theme="light"] .mobile-theme-row { border-color: rgba(0,0,0,0.08); }

.mobile-theme-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--theme-muted);
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }

/* ---- Scrollbar ---- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--theme-bg); }
::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 3px; }




/* ==================================
   HEADER
================================== */
.site-header {
  position: fixed;
  inset-x: 0;
  top: 0;
  z-index: 100;
}

.header-bg {
  position: absolute;
  inset: 0;
  transition: all 0.5s ease;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid transparent;
}

.site-header.scrolled .header-bg {
  background: var(--theme-nav-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom-color: rgba(197, 165, 89, 0.15);
  box-shadow: 0 4px 40px rgba(0,0,0,0.4);
}

.header-line-top {
  position: absolute;
  inset-x: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(197,165,89,0.5) 30%, rgba(234,221,154,0.8) 50%, rgba(197,165,89,0.5) 70%, transparent);
  opacity: 0;
  transition: opacity 0.5s;
}

.site-header.scrolled .header-line-top { opacity: 1; }

.header-inner {
  position: relative;
  width: 100%;
  padding: 0 0.5rem;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

@media (min-width: 768px) {
  .header-inner { padding: 0 1rem; height: 68px; }
}

@media (min-width: 1024px) {
  .header-inner { padding: 0 1.5rem; height: 72px; }
}

/* Nav links */
.desktop-nav {
  display: none;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
}

/* Left nav — spread items from logo outward to left edge */
.nav-left.desktop-nav {
  justify-content: space-between;
}

@media (min-width: 768px) {
  .desktop-nav { display: flex; gap: 2rem; }
  .nav-right {
    justify-content: space-between;
    flex-direction: row-reverse; /* rightmost link stays at far right */
  }
}

@media (min-width: 1024px) {
  .desktop-nav { gap: 3rem; }
}

@media (min-width: 1280px) {
  .desktop-nav { gap: 4rem; }
}

.nav-link {
  position: relative;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  transition: color 0.2s;
}

.nav-link span { transition: color 0.2s; }
.nav-link:hover { color: rgba(255,255,255,1); }

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 0;
  background: var(--gold-dark);
  transition: width 0.3s ease-out;
}

.nav-link:hover::after { width: 100%; }

/* Logo */
.logo-link { flex: none; display: flex; align-items: center; }

.logo-wrap {
  position: relative;
  height: 80px;
  width: 112px;
  transition: transform 0.3s;
}

.logo-wrap:hover { transform: scale(1.05); }
.logo-wrap:active { transform: scale(0.95); }

.logo-img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.logo-text-fallback {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.04em;
}

.logo-glow {
  position: absolute;
  inset: 0;
  background: rgba(197,165,89,0.1);
  filter: blur(12px);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s;
}

.logo-wrap:hover .logo-glow { opacity: 1; }

/* Hide hamburger on tablet+ */
@media (min-width: 768px) {
  .hamburger { display: none; }
}

/* Hamburger */
.hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  margin-left: auto;
}

@media (min-width: 1024px) { .hamburger { display: none; } }

.ham-line {
  height: 1.5px;
  background: rgba(255,255,255,0.8);
  border-radius: 2px;
  display: block;
  transition: all 0.3s;
  transform-origin: center;
}

.hamburger.open .ham-line:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
  width: 28px !important;
}
.hamburger.open .ham-line:nth-child(2) { opacity: 0; }
.hamburger.open .ham-line:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
  width: 28px !important;
}


/* ==================================
   MOBILE MENU
================================== */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(7, 8, 14, 0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.mobile-menu.open {
  opacity: 1;
  pointer-events: all;
}

.mobile-menu-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.mobile-nav-link {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.04em;
  transition: color 0.2s;
}

.mobile-nav-link:hover { color: var(--gold); }


/* ==================================
   BUTTONS
================================== */
.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 15px 36px;
  border-radius: 99px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000;
  background: linear-gradient(135deg, var(--gold-light), var(--gold) 40%, #e8a820);
  box-shadow: 0 0 28px var(--gold-glow), 0 4px 16px rgba(0,0,0,0.3);
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
  cursor: pointer;
  border: none;
}

.btn-gold:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 40px rgba(245, 183, 49, 0.5), 0 8px 24px rgba(0,0,0,0.3);
  filter: brightness(1.05);
}

.btn-gold:active { transform: scale(0.97); }

.btn-gold.large { padding: 18px 48px; font-size: 12px; }

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 14px 32px;
  border-radius: 99px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  transition: all 0.25s;
}

.btn-outline:hover {
  background: rgba(255,255,255,0.15);
  border-color: var(--gold-dark);
  color: var(--gold-light);
  transform: translateY(-1px);
}


/* ==================================
   SECTION UTILITIES
================================== */
.section-container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--px);
}

@media (min-width: 768px) { .section-container { padding: 0 var(--px-md); } }
@media (min-width: 1024px) { .section-container { padding: 0 var(--px-lg); } }

.section-spacer { height: 144px; }

.section-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.section-eyebrow.centered { justify-content: center; }
.section-eyebrow.light .eyebrow-line { background: rgba(255,255,255,0.4); }
.section-eyebrow.light .eyebrow-text { color: rgba(255,255,255,0.7); }

.eyebrow-line {
  height: 1px;
  width: 40px;
  background: linear-gradient(to right, transparent, var(--gold));
}

.section-eyebrow.centered .eyebrow-line:last-child {
  background: linear-gradient(to left, transparent, var(--gold));
}

.eyebrow-text {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: rgba(249, 214, 122, 0.8);
}

.section-title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 2rem;
}

.section-title.centered { text-align: center; }
.section-title.large { font-size: clamp(3rem, 8vw, 6.5rem); }

.section-desc {
  font-size: clamp(14px, 1.4vw, 16px);
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 44ch;
  margin-bottom: 2.5rem;
}

.text-orange { color: #f97316; }
.text-gold { color: var(--gold); }

.text-gold-glow {
  color: var(--gold);
  text-shadow: 0 0 40px rgba(245, 183, 49, 0.4);
}

.desktop-only { display: none; }
@media (min-width: 1024px) { .desktop-only { display: flex; } }


/* ==================================
   HERO SECTION
================================== */
.hero-wrapper {
  position: relative;
  width: 100%;
  height: 100svh;
  background: #000;
  overflow: hidden;
}

.hero-section {
  position: relative;
  width: 100%;
  min-height: 100svh;
  background: #8a8a9e;
  contain: paint;
}

/* Background images */
.hero-bg { position: absolute; inset: 0; z-index: 0; }

.hero-bg-mobile {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: top center;
  display: block;
}

.hero-bg-desktop {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: top right;
  display: none;
}

@media (min-width: 768px) {
  .hero-bg-mobile { display: none; }
  .hero-bg-desktop { display: block; }
}

/* Overlays */
.hero-overlay-mobile {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(7,8,15,1) 0%, rgba(7,8,15,0.97) 18%, rgba(7,8,15,0.82) 36%, rgba(7,8,15,0.45) 56%, rgba(7,8,15,0.08) 75%, transparent 88%);
  display: block;
}

.hero-overlay-desktop {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(108deg, rgba(10,10,20,0.92) 0%, rgba(10,10,20,0.78) 28%, rgba(10,10,20,0.38) 52%, rgba(10,10,20,0.08) 70%, transparent 82%);
  display: none;
}

@media (min-width: 768px) {
  .hero-overlay-mobile { display: none; }
  .hero-overlay-desktop { display: block; }
}

.hero-overlay-bottom {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(to top, rgba(7,8,15,0.75) 0%, rgba(7,8,15,0.2) 12%, transparent 22%);
}

.hero-overlay-top {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(to bottom, rgba(7,8,15,0.55) 0%, transparent 18%);
}

/* Noise texture */
.hero-noise {
  position: absolute; inset: 0; z-index: 3;
  pointer-events: none;
  mix-blend-mode: soft-light;
  opacity: 0.4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Gold glow left */
.hero-glow-left {
  position: absolute; inset: 0; z-index: 2;
  display: none;
  pointer-events: none;
  background: radial-gradient(ellipse 55% 70% at 10% 80%, rgba(245,183,49,0.13) 0%, transparent 65%);
}

@media (min-width: 768px) { .hero-glow-left { display: block; } }

/* Watermark text */
.hero-watermark {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(10rem, 30vw, 28rem);
  line-height: 0.82;
  letter-spacing: -0.03em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.045);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  position: absolute;
  left: -1vw;
  bottom: 12%;
  z-index: 3;
  display: none;
  opacity: 1;
}

@media (min-width: 768px) { .hero-watermark { display: block; } }

/* Vertical gold line */
.hero-vert-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  width: 3px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 10%, #f5b731 45%, #fde68a 50%, #f5b731 55%, transparent 90%);
  display: none;
}

@media (min-width: 768px) { .hero-vert-line { display: block; } }

/* Hero content */
.hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100svh;
  padding: 2.5rem 2rem;
}

@media (min-width: 768px) { .hero-content { padding: 3.5rem 4rem 3rem; } }
@media (min-width: 1024px) { .hero-content { padding: 4rem 5rem 3.5rem; } }

.hero-content-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 2px;
  padding-bottom: 0;
  max-width: 900px;
  position: relative;
}

@media (min-width: 768px) { .hero-content-inner { padding-top: 4rem; } }

/* Eyebrow */
.hero-eyebrow-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  align-self: flex-start;
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeSlideUp 0.8s 0.3s forwards;
}

.hero-eyebrow-line {
  height: 1px;
  width: 32px;
}
.left-line { background: linear-gradient(to right, transparent, #f5b731); }
.right-line { background: linear-gradient(to left, transparent, #f5b731); }

.hero-eyebrow-text {
  color: #f9d67a;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
}

/* Title */
.hero-title-wrap {
  opacity: 0;
  animation: fadeSlideUp 0.9s 0.5s forwards;
}

.hero-title {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(1.5rem, 9vw, 8rem);
  color: var(--white);
  letter-spacing: -0.025em;
  line-height: 0.88;
  text-shadow: 0 4px 32px rgba(0,0,0,0.5);
}

.hero-title-gold {
  font-family: var(--font-serif);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 0.88;
  color: var(--gold);
  -webkit-text-stroke: 1px rgba(255,255,255,0.35);
  padding-bottom: 0.18em;
  text-shadow: 0 0 60px rgba(245, 183, 49, 0.4);
}

.hero-title-emoji {
  font-size: clamp(1.2rem, 4vw, 4rem);
}

/* Divider */
.hero-divider {
  height: 1px;
  margin: 1.25rem 0;
  max-width: min(440px, 62vw);
  background: linear-gradient(to right, #fde68a, #f5b731 38%, rgba(245,183,49,0.3) 70%, transparent);
  transform-origin: left;
  box-shadow: 0 0 14px rgba(245, 183, 49, 0.6);
  opacity: 0;
  animation: fadeSlideUp 0.8s 0.7s forwards;
}

@media (min-width: 768px) { .hero-divider { margin: 2.25rem 0; } }

/* Description */
.hero-desc {
  font-size: clamp(13px, 1.4vw, 16px);
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  max-width: 44ch;
  text-shadow: 0 2px 12px rgba(0,0,0,0.6);
  margin-bottom: 1rem;
  opacity: 0;
  animation: fadeSlideUp 0.8s 0.8s forwards;
}

/* CTA */
.hero-cta-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2.5rem;
  opacity: 0;
  animation: fadeSlideUp 0.8s 1s forwards;
}

/* Stats */
.hero-stats-bar {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 1.5rem;
  opacity: 0;
  animation: fadeSlideUp 0.8s 1.2s forwards;
}

@media (min-width: 768px) { .hero-stats-bar { padding-top: 2.5rem; margin-top: 3rem; } }

.hero-stats {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.stat-item { display: flex; flex-direction: column; }

.stat-number {
  font-family: var(--font-serif);
  font-weight: 600;
  color: var(--white);
  line-height: 1;
  font-size: clamp(1.6rem, 3.4vw, 2.7rem);
  text-shadow: 0 2px 16px rgba(0,0,0,0.4);
}

.stat-label {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold);
  margin-top: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .stat-label { font-size: 9px; letter-spacing: 0.26em; }
}

.stat-divider {
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.12), transparent);
  margin: 0 1rem;
  height: 32px;
  align-self: center;
  opacity: 0.7;
}

@media (min-width: 1024px) { .stat-divider { margin: 0 2.25rem; height: 40px; } }

/* Floating badge */
.hero-badge {
  position: absolute;
  z-index: 20;
  right: 7vw;
  bottom: 13vh;
  display: none;
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  background: rgba(18, 16, 12, 0.76);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(245, 183, 49, 0.22);
  min-width: 140px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.45);
  animation: bob 4s ease-in-out infinite;
  opacity: 0;
  animation: bob 4s 1.5s ease-in-out infinite, fadeIn 0.6s 1.5s forwards;
}

@media (min-width: 1024px) { .hero-badge { display: block; } }

.hero-badge-dot {
  position: absolute;
  top: -6px;
  left: 20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(245,183,49,0.8);
}

.hero-badge-top-line {
  position: absolute;
  inset-x: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(245,183,49,0.4), transparent);
  border-radius: 1rem 1rem 0 0;
}

.hero-badge-number {
  font-family: var(--font-serif);
  font-weight: 600;
  color: var(--white);
  font-size: 2.1rem;
  line-height: 1;
}

.hero-badge-label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: rgba(245, 183, 49, 0.65);
  margin-top: 0.5rem;
}

/* Slide dots */
.slide-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  display: flex;
  gap: 0.75rem;
}

.slide-dot {
  position: relative;
  width: 48px;
  height: 4px;
  overflow: hidden;
  border-radius: 99px;
}

.dot-bg {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.2);
  border-radius: 99px;
}

.dot-fill {
  position: absolute;
  inset: 0;
  background: var(--gold);
  border-radius: 99px;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.5s;
}

.slide-dot.active .dot-fill { transform: scaleX(1); }


/* ==================================
   SUPPORTERS SECTION
================================== */
.supporters-section {
  position: relative;
  width: 100%;
  padding: 6rem 0 8rem;
  overflow: hidden;
  background: var(--bg-dark);
}

.section-bg-glow {
  position: absolute;
  top: 0; left: 25%; width: 50%; height: 100%;
  border-radius: 50%;
  filter: blur(160px);
  background: radial-gradient(circle, rgba(245,183,49,0.08) 0%, transparent 70%);
  z-index: 0; pointer-events: none; opacity: 0.4;
}

.section-bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

.supporters-section .section-container { position: relative; z-index: 1; }

.supporters-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.supporters-header.centered { align-items: center; text-align: center; }

.supporters-tabs {
  display: flex;
  gap: 1rem;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  border-radius: 99px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: all 0.3s;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.5);
}

.tab-btn.active {
  background: rgba(249,115,22,0.1);
  border-color: #f97316;
  color: #f97316;
  box-shadow: 0 0 20px rgba(249,115,22,0.15);
}

.tab-btn:hover:not(.active) {
  background: rgba(255,255,255,0.1);
  color: var(--white);
}

.nav-arrows {
  display: flex;
  gap: 1rem;
}

.arrow-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.25s;
  background: transparent;
}

.arrow-btn:hover:not(:disabled) {
  border-color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.05);
}

.arrow-btn:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.supporters-subtext {
  color: rgba(255,255,255,0.4);
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.6;
  max-width: 56ch;
  margin-bottom: 3rem;
  margin-top: 0;
}

.supporters-subtext.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* MVP 3-card centred grid */
.mvp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  justify-items: center;
}

@media (min-width: 640px) {
  .mvp-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .mvp-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Supporter Card */
.supporter-card {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  transition: all 0.5s;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.supporter-card:hover { background: rgba(255,255,255,0.1); }

@media (min-width: 768px) {
  .supporter-card { width: 340px; }
  .supporter-card.large { width: 420px; }
}

.card-image-wrap {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-inner);
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.card-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 1s;
  background-color: rgba(255,255,255,0.05);
}

.supporter-card:hover .card-image { transform: scale(1.1); }

.card-image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
  opacity: 0.6;
}

.card-info { padding: 0 0.5rem 0.5rem; }

.card-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.card-eyebrow-line { height: 1px; width: 24px; background: var(--gold); }

.card-eyebrow span {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: var(--gold);
}

.card-name {
  font-family: var(--font-serif);
  font-weight: 900;
  color: var(--white);
  font-size: clamp(1.6rem, 2.5vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
  transition: color 0.3s;
}

.supporter-card:hover .card-name { color: var(--gold); }

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-handle {
  font-size: 11px;
  color: var(--white);
  transition: color 0.2s;
}

.card-handle:hover { color: var(--gold); text-decoration: underline; }

.card-crown-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  transition: all 0.3s;
}

.supporter-card:hover .card-crown-btn {
  border-color: rgba(245,183,49,0.3);
}

/* Mobile carousel nav */
.mobile-carousel-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-top: 2.5rem;
}

@media (min-width: 1024px) { .mobile-carousel-nav { display: none; } }

.mobile-dots {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.mobile-dot {
  height: 6px;
  border-radius: 99px;
  background: rgba(255,255,255,0.2);
  transition: all 0.5s;
  width: 6px;
}

.mobile-dot.active {
  width: 24px;
  background: var(--gold);
  box-shadow: 0 0 10px rgba(245,183,49,0.4);
}


/* ==================================
   BOX BATTLES SECTION
================================== */
.battles-section {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
  background: var(--bg-dark2);
}

.battles-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.12;
}

.battles-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(7,8,15,0.9) 0%, rgba(10,10,20,0.7) 50%, rgba(7,8,15,0.9) 100%);
}

.battles-section .section-container { position: relative; z-index: 1; }

.battles-header {
  max-width: 600px;
  margin-bottom: 4rem;
}

.battles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 768px) {
  .battles-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.battle-card {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
}

.battle-card-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s;
  background-color: rgba(255,255,255,0.05);
}

.battle-card:hover .battle-card-img { transform: scale(1.08); }

.battle-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 50%, transparent 100%);
}

.battle-card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem;
}

.battle-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 99px;
  background: rgba(245,183,49,0.15);
  border: 1px solid rgba(245,183,49,0.3);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.battle-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
}


/* ==================================
   SERVICES SECTION
================================== */
.services-section {
  padding: 6rem 0;
  background: var(--bg-dark);
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}

.service-card {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.service-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s;
  background-color: rgba(255,255,255,0.06);
}

.service-card:hover .service-card-bg { transform: scale(1.05); }

.service-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7,8,15,0.95) 0%, rgba(7,8,15,0.7) 40%, rgba(7,8,15,0.2) 70%, transparent 100%);
}

.service-card-content {
  position: relative;
  z-index: 1;
  padding: 2.5rem;
}

.service-card-title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: var(--white);
  line-height: 0.9;
  letter-spacing: -0.02em;
  margin: 0.75rem 0 1.25rem;
}

.service-card-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin-bottom: 1.75rem;
  max-width: 36ch;
}


/* ==================================
   REVIEWS SECTION
================================== */
.reviews-section {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
  background: var(--bg-dark2);
}

.reviews-bg-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 600px;
  background: radial-gradient(ellipse, rgba(245,183,49,0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.reviews-section .section-container { position: relative; z-index: 1; }

.reviews-section .section-eyebrow,
.reviews-section .section-title {
  margin-bottom: 3rem;
}

.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1200px) {
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }
}

.review-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 1.5rem;
  padding: 2rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.review-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(245,183,49,0.2), transparent);
}

.review-card:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(245,183,49,0.15);
  transform: translateY(-4px);
}

.review-stars {
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.review-text {
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: rgba(245,183,49,0.15);
  border: 2px solid rgba(245,183,49,0.2);
  flex-shrink: 0;
}

.review-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
}

.review-handle {
  font-size: 12px;
  color: rgba(245,183,49,0.6);
}


/* ==================================
   SOCIAL CTA SECTION
================================== */
.social-cta-section {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
  background: var(--bg-dark);
}

.social-cta-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
}

.social-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(7,8,15,0.95), rgba(10,10,20,0.85));
}

.social-cta-section .section-container { position: relative; z-index: 1; }

.social-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.social-cta-desc {
  font-size: clamp(14px, 1.5vw, 17px);
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  max-width: 48ch;
  margin: 0 auto 3rem;
}

.social-icons-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.social-icon-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  transition: all 0.25s;
}

.social-icon-btn:hover {
  border-color: var(--gold-dark);
  background: rgba(245,183,49,0.1);
  color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(245,183,49,0.15);
}


/* ==================================
   FOOTER
================================== */
.site-footer {
  background: #05060a;
  padding: 4rem 0 2.5rem;
  position: relative;
}

.footer-top-line {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(197,165,89,0.3) 30%, rgba(234,221,154,0.5) 50%, rgba(197,165,89,0.3) 70%, transparent);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; }
}

.footer-brand {}

.footer-logo-link { display: inline-flex; margin-bottom: 1rem; }

.footer-logo {
  height: 60px;
  width: auto;
  object-fit: contain;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.footer-logo:hover { opacity: 1; }

.footer-logo-text-fallback {
  display: none;
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold);
}

.footer-tagline {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  max-width: 28ch;
}

.footer-copy {
  font-size: 11px;
  color: rgba(255,255,255,0.2);
}

.footer-col-title {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(245,183,49,0.7);
  margin-bottom: 1.25rem;
}

.footer-links-col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-link {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  transition: color 0.2s;
  line-height: 1;
}

.footer-link:hover { color: rgba(255,255,255,0.8); }

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 13px;
  color: rgba(255,255,255,0.4);
}

.footer-contact-item a { color: inherit; transition: color 0.2s; }
.footer-contact-item a:hover { color: var(--gold); }


/* ==================================
   PAGE-SPECIFIC STYLES
================================== */

/* Inner page hero */
.page-hero {
  position: relative;
  height: 60vh;
  min-height: 400px;
  background: var(--bg-dark);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.4;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7,8,15,1) 0%, rgba(7,8,15,0.7) 50%, rgba(7,8,15,0.4) 100%);
}

.page-hero-content {
  position: relative;
  z-index: 1;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--px) 4rem;
  width: 100%;
}

@media (min-width: 768px) { .page-hero-content { padding: 0 var(--px-md) 4rem; } }
@media (min-width: 1024px) { .page-hero-content { padding: 0 var(--px-lg) 4rem; } }

.page-title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.025em;
  color: var(--white);
  margin-top: 1rem;
}

/* Content sections */
.content-section {
  padding: 5rem 0;
  background: var(--bg-dark);
}

.content-section.alt { background: var(--bg-dark2); }

.content-block {
  max-width: 800px;
}

.content-block p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.55);
  margin-bottom: 1.5rem;
}

/* Gallery grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 768px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1024px) {
  .gallery-grid { grid-template-columns: repeat(4, 1fr); }
}

.gallery-item {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 1;
  cursor: pointer;
  background: rgba(255,255,255,0.04);
}

.gallery-item-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s;
}

.gallery-item:hover .gallery-item-img { transform: scale(1.08); }

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(7,8,15,0.5);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item:hover .gallery-item-overlay { opacity: 1; }

.gallery-zoom-icon { color: var(--white); opacity: 0.8; }

/* Contact form */
.contact-form-section {
  padding: 5rem 0;
  background: var(--bg-dark2);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}

@media (min-width: 1024px) {
  .contact-grid { grid-template-columns: 1fr 1.4fr; }
}

.contact-info h3 {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--white);
  margin-bottom: 1rem;
}

.contact-info p {
  font-size: 15px;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  margin-bottom: 2rem;
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 0.75rem;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  margin-bottom: 0.75rem;
}

.contact-detail svg { color: var(--gold); flex-shrink: 0; }

.contact-detail-text {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
}

.contact-form { display: flex; flex-direction: column; gap: 1.25rem; }

.form-group { display: flex; flex-direction: column; gap: 0.5rem; }

.form-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

.form-input,
.form-textarea {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 0.75rem;
  padding: 0.875rem 1rem;
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--white);
  transition: border-color 0.2s, background 0.2s;
  outline: none;
  width: 100%;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: rgba(255,255,255,0.2);
}

.form-input:focus,
.form-textarea:focus {
  border-color: rgba(245,183,49,0.4);
  background: rgba(255,255,255,0.07);
  box-shadow: 0 0 0 3px rgba(245,183,49,0.1);
}

.form-textarea { resize: vertical; min-height: 140px; }

/* Archive / Livestream section */
.archives-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .archives-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .archives-grid { grid-template-columns: repeat(3, 1fr); }
}

.archive-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 1.5rem;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
}

.archive-card:hover {
  background: rgba(255,255,255,0.08);
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.4);
}

.archive-thumb {
  position: relative;
  aspect-ratio: 16/9;
  background: rgba(255,255,255,0.05);
  overflow: hidden;
}

.archive-thumb-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s;
}

.archive-card:hover .archive-thumb-img { transform: scale(1.05); }

.archive-play-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.archive-card:hover .archive-play-overlay { opacity: 1; }

.archive-play-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(245,183,49,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.archive-meta {
  padding: 1.25rem;
}

.archive-date {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.archive-title {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.archive-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.4);
}

/* Outreach section */
.outreach-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .outreach-grid { grid-template-columns: repeat(2, 1fr); }
}

.outreach-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 1.5rem;
  overflow: hidden;
  transition: all 0.3s;
}

.outreach-card:hover {
  background: rgba(255,255,255,0.07);
  transform: translateY(-3px);
}

.outreach-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background: rgba(255,255,255,0.04);
}

.outreach-card-body { padding: 1.75rem; }

.outreach-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 99px;
  background: rgba(245,183,49,0.12);
  border: 1px solid rgba(245,183,49,0.25);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.outreach-card-title {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.outreach-card-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
}


/* ==================================
   ANIMATIONS
================================== */
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* Intersection Observer animations */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }


/* ==================================
   RESPONSIVE TWEAKS
================================== */
@media (max-width: 767px) {
  .hero-content {
    justify-content: flex-start;
    padding-top: 52svh;
    padding-bottom: 2.5rem;
    min-height: 0;
  }

  .hero-content-inner {
    padding-top: 0;
    margin: 0;
  }

  .hero-eyebrow-wrap { margin-bottom: 0.75rem; }
  .hero-desc { display: none; }
  .hero-cta-wrap { margin-top: 1.5rem; }
  .hero-stats-bar { margin-top: 1.25rem; padding-top: 1.25rem; }
  .hero-badge { display: none !important; }
}

@media (min-width: 768px) {
  .logo-wrap { height: 96px; width: 128px; }
}


/* ==================================
   HERO UPCOMING BATTLE NOTIFICATION
================================== */
.hero-upcoming-card {
  position: absolute;
  z-index: 20;
  left: 7vw;
  bottom: 13vh;
  display: none;
  border-radius: 1rem;
  padding: 1.1rem 1.4rem 1.1rem 1.25rem;
  background: rgba(10, 8, 4, 0.82);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(245, 183, 49, 0.28);
  min-width: 200px;
  max-width: 280px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 0 0 1px rgba(245,183,49,0.08);
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  animation: bob 4.5s 2s ease-in-out infinite, fadeIn 0.6s 2s both;
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .hero-upcoming-card { display: flex; }
}

.hero-upcoming-card:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 32px 72px rgba(0,0,0,0.6), 0 0 24px rgba(245,183,49,0.18);
}

/* Animated pulse dot */
.hero-upcoming-pulse {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 0 0 rgba(239,68,68,0.7);
  animation: pulseRing 2s ease-out infinite;
}

@keyframes pulseRing {
  0%   { box-shadow: 0 0 0 0 rgba(239,68,68,0.7); }
  70%  { box-shadow: 0 0 0 10px rgba(239,68,68,0); }
  100% { box-shadow: 0 0 0 0 rgba(239,68,68,0); }
}

.hero-upcoming-inner {
  flex: 1;
  min-width: 0;
}

.hero-upcoming-tag {
  display: block;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.3rem;
}

.hero-upcoming-title {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-upcoming-meta {
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  margin-top: 0.25rem;
  letter-spacing: 0.05em;
}

.hero-upcoming-platform {
  font-size: 9px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 0.2rem;
}

.hero-upcoming-arrow {
  font-size: 1.1rem;
  color: var(--gold);
  opacity: 0.7;
  transition: transform 0.2s, opacity 0.2s;
  flex-shrink: 0;
}

.hero-upcoming-card:hover .hero-upcoming-arrow {
  transform: translateX(4px);
  opacity: 1;
}



/* ==================================
   HOW TO JOIN SECTION
================================== */
.join-section {
  position: relative;
  background: var(--bg-dark2);
  padding: 6rem 0 7rem;
  overflow: hidden;
}

.join-bg-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 100% 40%, rgba(245,183,49,0.05) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 0% 80%, rgba(245,183,49,0.04) 0%, transparent 65%);
}

/* Header */
.join-header {
  max-width: 680px;
  margin-bottom: 4rem;
}

/* Steps container */
.join-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 820px;
}

/* Individual step row */
.join-step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0 2rem;
  align-items: start;
}

/* Left column: number + vertical connector */
.join-step-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4px;
}

.join-step-number {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  background: rgba(245,183,49,0.1);
  border: 1px solid rgba(245,183,49,0.25);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 0 20px rgba(245,183,49,0.08);
}

.join-step:hover .join-step-number {
  background: rgba(245,183,49,0.18);
  border-color: rgba(245,183,49,0.5);
  box-shadow: 0 0 28px rgba(245,183,49,0.2);
}

.join-step-connector {
  width: 1px;
  flex: 1;
  min-height: 3rem;
  margin: 0.5rem 0;
  background: linear-gradient(to bottom, rgba(245,183,49,0.25), rgba(245,183,49,0.04));
}

/* Right column: icon + text */
.join-step-body {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  margin-bottom: 0;
  transition: border-color 0.3s;
}

.join-step.last .join-step-body {
  border-bottom: none;
  padding-bottom: 0;
}

.join-step:hover .join-step-body {
  border-color: rgba(245,183,49,0.1);
}

.join-step-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
  transition: background 0.3s, border-color 0.3s, transform 0.25s;
}

.join-step:hover .join-step-icon {
  background: rgba(245,183,49,0.08);
  border-color: rgba(245,183,49,0.22);
  transform: scale(1.07);
}

.join-step-text {
  flex: 1;
  padding-top: 0.15rem;
}

.join-step-title {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 0.65rem;
  letter-spacing: -0.01em;
  transition: color 0.25s;
}

.join-step:hover .join-step-title { color: var(--gold-light); }

.join-step-desc {
  font-size: clamp(13px, 1.3vw, 15px);
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  max-width: 52ch;
}

/* CTA strip */
.join-cta-strip {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  margin-top: 3.5rem;
  padding: 2rem 2.25rem;
  background: rgba(245,183,49,0.04);
  border: 1px solid rgba(245,183,49,0.15);
  border-radius: 1.25rem;
}

@media (min-width: 640px) {
  .join-cta-strip {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.join-cta-text {
  font-size: clamp(13px, 1.3vw, 15px);
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 480px) {
  .join-step {
    grid-template-columns: 56px 1fr;
    gap: 0 1rem;
  }
  .join-step-number { width: 40px; height: 40px; font-size: 0.85rem; }
  .join-step-body { gap: 0.9rem; padding-bottom: 2rem; }
  .join-step-icon { width: 44px; height: 44px; border-radius: 10px; }
}

/* ==================================
   THE ARENA SCHEDULE SECTION
================================== */
.arena-section {
  position: relative;
  background: var(--bg-dark);
  padding: 6rem 0 7rem;
  overflow: hidden;
}

.arena-bg-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 50% at 20% 60%, rgba(245,183,49,0.07) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 80% 30%, rgba(245,183,49,0.05) 0%, transparent 65%);
}

.arena-header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3.5rem;
}

@media (min-width: 1024px) {
  .arena-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
  }
}

/* Schedule grid */
.schedule-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 640px) {
  .schedule-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .schedule-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

/* Schedule card */
.schedule-card {
  position: relative;
  border-radius: 1.5rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  transition: background 0.4s, border-color 0.4s, transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
}

.schedule-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(245,183,49,0.25);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 30px rgba(245,183,49,0.08);
}

/* Featured card (first / next battle) */
.schedule-card.featured {
  background: rgba(245,183,49,0.05);
  border-color: rgba(245,183,49,0.22);
  box-shadow: 0 16px 48px rgba(0,0,0,0.3), 0 0 0 1px rgba(245,183,49,0.1);
}

.schedule-card.featured:hover {
  box-shadow: 0 24px 72px rgba(0,0,0,0.5), 0 0 40px rgba(245,183,49,0.15);
}

.sched-card-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(245,183,49,0.06) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s;
}

.schedule-card:hover .sched-card-glow { opacity: 1; }

.sched-card-inner {
  padding: 1.5rem;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* Status row */
.sched-status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sched-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 4px 12px;
  border-radius: 99px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sched-status-pill.upcoming {
  background: rgba(245,183,49,0.12);
  color: var(--gold);
  border: 1px solid rgba(245,183,49,0.25);
}

.sched-status-pill.live {
  background: rgba(239,68,68,0.15);
  color: #ef4444;
  border: 1px solid rgba(239,68,68,0.3);
  animation: livePulse 2s ease-in-out infinite;
}

@keyframes livePulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.sched-status-pill.confirmed {
  background: rgba(34,197,94,0.12);
  color: #22c55e;
  border: 1px solid rgba(34,197,94,0.25);
}

.sched-status-pill.completed {
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.35);
  border: 1px solid rgba(255,255,255,0.1);
}

.sched-num {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(255,255,255,0.15);
  letter-spacing: -0.02em;
}

/* VS layout */
.sched-vs-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.sched-fighter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  flex: 1;
}

.sched-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: rgba(255,255,255,0.06);
  border: 2px solid rgba(245,183,49,0.3);
  box-shadow: 0 0 20px rgba(245,183,49,0.12);
  transition: border-color 0.3s, box-shadow 0.3s;
}

.schedule-card:hover .sched-avatar {
  border-color: rgba(245,183,49,0.5);
  box-shadow: 0 0 28px rgba(245,183,49,0.2);
}

.sched-avatar.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: rgba(255,255,255,0.25);
  border-style: dashed;
  border-color: rgba(255,255,255,0.15);
}

.sched-name {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  text-align: center;
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sched-fighter.me .sched-name { color: var(--gold); }

.sched-vs {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.02em;
  flex-shrink: 0;
  text-shadow: 0 0 30px rgba(245,183,49,0.3);
}

/* Details */
.sched-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 1rem;
}

.sched-detail-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255,255,255,0.45);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.sched-detail-item svg {
  flex-shrink: 0;
  color: var(--gold-dark);
  opacity: 0.7;
}

.sched-date, .sched-time, .sched-platform { color: rgba(255,255,255,0.6); }

/* Card footer */
.sched-card-footer {
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.sched-watch-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  transition: gap 0.2s, opacity 0.2s;
  opacity: 0.8;
}

.sched-watch-btn:hover {
  opacity: 1;
  gap: 0.6rem;
}

/* Record bar */
.arena-record-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 3.5rem;
  padding: 2rem 2.5rem;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 1.5rem;
  flex-wrap: wrap;
  row-gap: 1.5rem;
}

.arena-record-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  flex: 1;
  min-width: 120px;
}

.arena-record-number {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}

.arena-record-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.7;
}

.arena-record-divider {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.1), transparent);
  margin: 0 1rem;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .arena-record-bar { padding: 1.5rem 1rem; }
  .arena-record-divider { display: none; }
  .arena-record-item { min-width: 100px; }
}

