/* ============================================================
   ABC FC Foundation — Premium Mobile-First Stylesheet
   Brand: Amber Gold #F5A800 · Black #111 · White #FFF
   Inspired by: Orlando Pirates, Kaizer Chiefs, Mamelodi Sundowns
   ============================================================ */

/* ── Tokens ─────────────────────────────────────────────── */
:root {
  --gold:        #F5A800;
  --gold-dark:   #c98700;
  --gold-light:  #FFD04D;
  --gold-faint:  rgba(245,168,0,0.08);
  --black:       #0d0d0d;
  --black-2:     #141414;
  --black-3:     #1a1a1a;
  --black-4:     #222222;
  --white:       #ffffff;
  --white-muted: rgba(255,255,255,0.65);
  --white-faint: rgba(255,255,255,0.15);

  /* Light mode overrides */
  --bg:          var(--black);
  --surface:     var(--black-2);
  --surface-2:   var(--black-3);
  --text:        #f0f0f0;
  --text-muted:  #999;
  --text-faint:  #555;
  --border:      #2a2a2a;

  --font-display: 'Bebas Neue', 'Arial Narrow', Arial, sans-serif;
  --font-sub:     'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  --font-body:    'Inter', 'Helvetica Neue', Arial, sans-serif;

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  --transition: 200ms cubic-bezier(0.16,1,0.3,1);
  --transition-slow: 400ms cubic-bezier(0.16,1,0.3,1);

  --shadow-gold: 0 0 40px rgba(245,168,0,0.2);
  --shadow-card: 0 4px 20px rgba(0,0,0,0.5);

  --header-h: 64px;
  --ticker-h: 34px;
  --bottom-nav-h: 62px;

  --content-max: 1200px;
  --content-text: 720px;
}

[data-theme="light"] {
  --bg:          #f4f4f0;
  --surface:     #ffffff;
  --surface-2:   #f9f9f6;
  --text:        #111111;
  --text-muted:  #555;
  --text-faint:  #999;
  --border:      #e0e0d8;
  /* Remap dark palette tokens to light equivalents */
  --black:       #f4f4f0;
  --black-2:     #ffffff;
  --black-3:     #f0f0ec;
  --black-4:     #e8e8e4;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.08);
}

/* ── Reset ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--ticker-h) + var(--header-h) + 8px);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body {
  min-height: 100dvh;
  font-family: var(--font-body);
  font-size: clamp(14px, 3.8vw, 17px);
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  /* bottom padding for mobile quick-nav */
  padding-bottom: var(--bottom-nav-h);
  overflow-x: hidden;
  max-width: 100vw;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: var(--gold); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold-light); }
ul[role="list"] { list-style: none; }
input, button, textarea, select { font: inherit; color: inherit; }
h1,h2,h3,h4 { line-height: 1.1; text-wrap: balance; }
p, li { text-wrap: pretty; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: var(--radius-sm); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* ── Layout ─────────────────────────────────────────────── */
.container { width: 100%; max-width: var(--content-max); margin: 0 auto; padding: 0 clamp(12px, 4vw, 48px); }
.section { padding-block: clamp(44px, 7vw, 112px); overflow-x: hidden; }

/* ── Shared type ─────────────────────────────────────────── */
.eyebrow {
  font-family: var(--font-sub);
  font-size: clamp(11px, 0.75rem + 0.15vw, 13px);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.gold-text { color: var(--gold); }
.white-text { color: #ffffff; }

.section-h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw + 1rem, 3.5rem);
  letter-spacing: 0.02em;
  color: var(--text);
  margin-bottom: 12px;
}
.section-h2.white-text { color: #ffffff; }
.section-h2.centered { text-align: center; }

.section-header-row { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 32px; flex-wrap: wrap; gap: 12px; }
.see-all-link { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-sub); font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); white-space: nowrap; }

.section-lead { font-size: clamp(15px, 1rem + 0.3vw, 18px); color: var(--white-muted); max-width: 60ch; margin: 0 auto 48px; text-align: center; line-height: 1.7; }
.section-sublead { color: var(--text-muted); max-width: 56ch; margin-bottom: 40px; }

/* ── Buttons ─────────────────────────────────────────────── */
.btn-primary-lg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--black);
  font-family: var(--font-sub);
  font-size: clamp(13px, 0.875rem + 0.2vw, 15px);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
}
.btn-primary-lg:hover { background: var(--gold-light); color: var(--black); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,168,0,0.35); }
.btn-outline-lg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--gold);
  border: 2px solid var(--gold);
  font-family: var(--font-sub);
  font-size: clamp(13px, 0.875rem + 0.2vw, 15px);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 28px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
}
.btn-outline-lg:hover { background: var(--gold); color: var(--black); transform: translateY(-2px); }
.btn-full { width: 100%; justify-content: center; }
.btn-join {
  display: inline-flex;
  align-items: center;
  background: var(--gold);
  color: var(--black);
  font-family: var(--font-sub);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
}
.btn-join:hover { background: var(--gold-light); }

/* ── TICKER BAR ─────────────────────────────────────────── */
.ticker-bar {
  position: sticky;
  top: 0;
  z-index: 200;
  height: var(--ticker-h);
  background: var(--gold);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ticker-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--black);
  color: var(--gold);
  font-family: var(--font-sub);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  padding: 0 14px;
  height: 100%;
  text-transform: uppercase;
}
.ticker-track { flex: 1; overflow: hidden; padding-left: 12px; }
.ticker-content {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: ticker-scroll 40s linear infinite;
  will-change: transform;
}
.ticker-content span {
  font-family: var(--font-sub);
  font-size: 12px;
  font-weight: 700;
  color: var(--black);
  padding: 0 40px;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ticker-bar:hover .ticker-content { animation-play-state: paused; }

/* ── HEADER ─────────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: var(--ticker-h);
  z-index: 100;
  height: var(--header-h);
  background: rgba(13,13,13,0.96);
  border-bottom: 1px solid rgba(245,168,0,0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: box-shadow var(--transition);
}
.site-header.scrolled { box-shadow: 0 4px 32px rgba(0,0,0,0.6); }
[data-theme="light"] .site-header { background: rgba(17,17,17,0.97); }
[data-theme="light"] .ticker-bar { background: var(--gold); color: #111; }
[data-theme="light"] .ticker-label { background: #111; color: var(--gold); }
[data-theme="light"] .site-footer { background: #111111; border-top: 1px solid rgba(245,168,0,0.2); }
[data-theme="light"] .form-group input,
[data-theme="light"] .form-group select,
[data-theme="light"] .form-group textarea { background: #fff; border-color: #ccc; color: #111; }
[data-theme="light"] .form-group input::placeholder,
[data-theme="light"] .form-group textarea::placeholder { color: #999; }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 16px;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 48px);
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(245,168,0,0.5);
}
.logo-words { display: flex; flex-direction: column; line-height: 1.2; }
.lw-name {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: 0.06em;
  color: var(--gold);
}
.lw-tag {
  font-family: var(--font-sub);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

.main-nav ul { display: flex; gap: 4px; }
.main-nav a {
  font-family: var(--font-sub);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  transition: all var(--transition);
  position: relative;
}
.main-nav a:hover { color: var(--gold); background: rgba(245,168,0,0.08); }
.main-nav a[aria-current] { color: var(--gold); }

.header-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.header-socials { display: flex; gap: 6px; }
.social-icon-btn {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(245,168,0,0.25);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: all var(--transition);
}
.social-icon-btn:hover { background: rgba(245,168,0,0.12); border-color: var(--gold); color: var(--gold); }
.theme-btn {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(245,168,0,0.2);
  background: transparent;
  color: rgba(255,255,255,0.6);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: all var(--transition);
}
.theme-btn:hover { border-color: var(--gold); color: var(--gold); }
.hamburger {
  display: none;
  flex-direction: column; justify-content: center; gap: 5px;
  width: 38px; height: 38px;
  background: transparent; border: none; cursor: pointer; padding: 8px;
}
.hamburger span { display: block; width: 22px; height: 2px; background: var(--gold); border-radius: 2px; transition: all 0.28s ease; }

/* Mobile nav */
.mobile-nav {
  display: none;
  background: #0d0d0d;
  border-bottom: 2px solid #F5A800;
  padding: 20px clamp(16px, 5vw, 48px) 12px;
}
.mobile-nav.open { display: block; }
.mobile-nav ul { display: flex; flex-direction: column; gap: 4px; margin-bottom: 16px; }
.mobile-nav a {
  display: block;
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.85);
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mobile-nav a:hover { color: #F5A800; }
.btn-join-mobile {
  display: inline-block;
  background: var(--gold);
  color: var(--black);
  font-family: var(--font-sub);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
}

/* ══════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════ */
.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, #080808 0%, #0d0d00 40%, #1a0d00 100%);
  padding-block: 80px 60px;
}

/* diagonal gold stripe accents */
.hero-bg-pattern { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hbg-stripe {
  position: absolute;
  width: 3px;
  height: 200%;
  background: linear-gradient(to bottom, transparent, rgba(245,168,0,0.15), transparent);
  transform-origin: top center;
}
.hbg-stripe.s1 { left: 20%; transform: rotate(-30deg) scaleY(1.5); }
.hbg-stripe.s2 { left: 50%; transform: rotate(-30deg) scaleY(1.5); opacity: 0.6; }
.hbg-stripe.s3 { left: 80%; transform: rotate(-30deg) scaleY(1.5); opacity: 0.3; }
.hbg-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(245,168,0,0.06);
}
.hbg-circle.c1 { width: 600px; height: 600px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.hbg-circle.c2 { width: 900px; height: 900px; top: 50%; left: 50%; transform: translate(-50%,-50%); }

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 clamp(16px, 5vw, 48px);
  max-width: 860px;
  width: 100%;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sub);
  font-size: clamp(10px, 0.7rem + 0.2vw, 12px);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(245,168,0,0.1);
  border: 1px solid rgba(245,168,0,0.25);
  padding: 6px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 28px;
}
.pill-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(0.7)} }

.hero-crest-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 28px;
}
.hero-crest {
  width: clamp(120px, 22vw, 200px);
  height: clamp(120px, 22vw, 200px);
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(245,168,0,0.5);
  box-shadow: 0 0 0 8px rgba(245,168,0,0.06), 0 0 60px rgba(245,168,0,0.2);
}
.hero-crest-glow {
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,168,0,0.15) 0%, transparent 70%);
  animation: glow-pulse 3s ease-in-out infinite;
  pointer-events: none;
}
@keyframes glow-pulse { 0%,100%{opacity:0.6;transform:scale(1)} 50%{opacity:1;transform:scale(1.05)} }

.hero-h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 10vw + 0.5rem, 8rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 0.95;
  margin-bottom: 20px;
}
.h1-line1 { display: block; color: var(--white); }
.h1-line2 { display: block; color: var(--gold); text-shadow: 0 0 80px rgba(245,168,0,0.3); }

.hero-sub {
  font-size: clamp(14px, 1rem + 0.3vw, 18px);
  color: var(--white-muted);
  max-width: 48ch;
  margin: 0 auto 32px;
  line-height: 1.6;
  font-weight: 300;
}

.hero-ctas {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px,4vw,40px);
  padding-top: 36px;
  border-top: 1px solid rgba(245,168,0,0.12);
  flex-wrap: wrap;
}
.hs-item { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.hs-num { font-family: var(--font-display); font-size: clamp(1.4rem, 3vw, 2rem); color: var(--gold); letter-spacing: 0.04em; }
.hs-lbl { font-family: var(--font-sub); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.35); }
.hs-sep { width: 1px; height: 32px; background: rgba(245,168,0,0.15); }

.hero-scroll-hint {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  font-family: var(--font-sub); font-size: 9px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.2);
}
.scroll-line { width: 1px; height: 32px; background: linear-gradient(to bottom, rgba(245,168,0,0.5), transparent); }

/* ══════════════════════════════════════════════════════════
   MATCH BANNER
══════════════════════════════════════════════════════════ */
.match-banner {
  background: var(--black-2);
  border-top: 3px solid var(--gold);
  border-bottom: 1px solid rgba(245,168,0,0.12);
  padding: 24px 0;
}
.mb-inner { display: flex; flex-direction: column; gap: 20px; }
.mb-label {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--font-sub); font-size: 11px; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold);
}
.mb-fixtures { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fixture-card {
  background: var(--black-3);
  border: 1px solid rgba(245,168,0,0.12);
  border-radius: var(--radius-md);
  padding: 20px;
  transition: all var(--transition);
}
.fixture-card:hover { border-color: rgba(245,168,0,0.4); box-shadow: var(--shadow-gold); }
.home-card { border-left: 3px solid var(--gold); }
.away-card { border-left: 3px solid #888; }
.fc-type {
  font-family: var(--font-sub); font-size: 10px; font-weight: 800;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 3px 8px; border-radius: var(--radius-full);
  display: inline-block; margin-bottom: 14px;
}
.fc-type.home { background: rgba(245,168,0,0.15); color: var(--gold); }
.fc-type.away { background: rgba(255,255,255,0.08); color: #aaa; }
.fc-teams { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.fc-team { display: flex; flex-direction: column; align-items: center; gap: 6px; flex: 1; text-align: center; }
.fc-team span { font-family: var(--font-sub); font-size: 12px; font-weight: 700; color: var(--text); line-height: 1.3; }
.fc-badge { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(245,168,0,0.3); }
.fc-badge-placeholder {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--black-4); border: 1px solid #333;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-sub); font-size: 10px; font-weight: 800; color: #666;
}
.fc-vs { display: flex; flex-direction: column; align-items: center; gap: 2px; flex-shrink: 0; }
.vs-text { font-family: var(--font-display); font-size: 20px; color: var(--gold); letter-spacing: 0.08em; }
.fc-date { font-family: var(--font-sub); font-size: 10px; font-weight: 700; color: var(--text-muted); letter-spacing: 0.08em; }
.fc-time { font-family: var(--font-sub); font-size: 12px; font-weight: 800; color: var(--gold); }
.fc-venue {
  display: flex; align-items: center; gap: 5px;
  font-size: 11px; color: var(--text-muted); font-family: var(--font-sub);
  font-weight: 600; letter-spacing: 0.06em;
}
.mb-league { display: flex; justify-content: center; }
.league-badge {
  font-family: var(--font-sub); font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold);
  background: rgba(245,168,0,0.08); border: 1px solid rgba(245,168,0,0.2);
  padding: 5px 14px; border-radius: var(--radius-full);
}

/* ══════════════════════════════════════════════════════════
   NEWS / FACEBOOK FEED
══════════════════════════════════════════════════════════ */
.news-section { background: var(--bg); }

/* Facebook live feed */
.fb-feed-section {
  background: var(--surface);
  border: 1px solid rgba(245,168,0,0.1);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.fb-feed-header {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-sub); font-size: 13px; font-weight: 700;
  color: var(--text); letter-spacing: 0.06em; text-transform: uppercase;
  width: 100%;
}
.fb-live-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #1877F2;
  animation: pulse-dot 2s infinite;
  margin-left: auto;
}
.fb-follower-count { font-size: 11px; font-weight: 600; color: var(--text-muted); letter-spacing: 0.04em; }
.fb-embed-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: var(--radius-md);
  overflow: hidden;
  min-height: 300px;
  background: #f0f2f5;
}
.fb-follow-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #1877F2; color: white;
  font-family: var(--font-sub); font-size: 13px; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 12px 24px; border-radius: var(--radius-sm);
  transition: all var(--transition); text-decoration: none;
}
.fb-follow-btn:hover { background: #1557c0; color: white; transform: translateY(-1px); }

/* News cards */
.news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
.news-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px;
  display: flex; flex-direction: column; gap: 10px;
  transition: all var(--transition);
}
.news-card:hover { border-color: rgba(245,168,0,0.4); transform: translateY(-2px); box-shadow: var(--shadow-card); }
.featured-news { border-left: 3px solid var(--gold); grid-column: span 2; background: linear-gradient(135deg, rgba(245,168,0,0.06), transparent); }
.nc-badge {
  font-family: var(--font-sub); font-size: 10px; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); background: rgba(245,168,0,0.1);
  border: 1px solid rgba(245,168,0,0.2);
  padding: 3px 8px; border-radius: var(--radius-full);
  display: inline-block; align-self: flex-start;
}
.nc-title { font-family: var(--font-sub); font-size: clamp(15px, 1.1rem, 20px); font-weight: 800; color: var(--text); letter-spacing: 0.02em; }
.nc-body { font-size: 13px; color: var(--text-muted); line-height: 1.6; flex: 1; }
.nc-meta { display: flex; flex-direction: column; gap: 3px; }
.nc-meta span { font-size: 11px; color: var(--gold); font-family: var(--font-sub); font-weight: 600; }
.nc-cta { font-family: var(--font-sub); font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold); align-self: flex-start; }
.nc-cta:hover { color: var(--gold-light); }

/* Hashtag strip */
.hashtag-strip { display: flex; flex-wrap: wrap; gap: 8px; }
.hashtag-strip span {
  font-family: var(--font-sub); font-size: 12px; font-weight: 600;
  color: var(--text-muted); background: var(--surface);
  border: 1px solid var(--border); padding: 4px 10px; border-radius: var(--radius-full);
  letter-spacing: 0.04em; transition: all var(--transition); cursor: default;
}
.hashtag-strip span:hover { border-color: var(--gold); color: var(--gold); }

/* ══════════════════════════════════════════════════════════
   FOUNDATION
══════════════════════════════════════════════════════════ */
.foundation-section {
  background: linear-gradient(170deg, #0d0700 0%, #1a0d00 50%, #0d0d0d 100%);
  overflow: hidden; position: relative;
}
.foundation-bg {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 80% 60% at 50% 20%, rgba(245,168,0,0.06) 0%, transparent 60%);
}
.foundation-section .eyebrow, .foundation-section .section-h2 { color: var(--gold); }

.pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 48px; }
.pillar-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(245,168,0,0.12);
  border-radius: var(--radius-md);
  padding: 28px 20px;
  transition: all var(--transition-slow);
}
.pillar-card:hover { background: rgba(245,168,0,0.06); border-color: rgba(245,168,0,0.35); transform: translateY(-4px); }
.pillar-feature { border-color: rgba(245,168,0,0.3); background: rgba(245,168,0,0.06); }
.pillar-icon { width: 52px; height: 52px; border-radius: var(--radius-md); background: rgba(245,168,0,0.1); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--gold); }
.pillar-card h3 { font-family: var(--font-sub); font-size: 16px; font-weight: 800; color: var(--white); margin-bottom: 8px; letter-spacing: 0.06em; text-transform: uppercase; }
.pillar-feature h3 { color: var(--gold); }
.pillar-card p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.65; }

.outreach-timeline { background: rgba(255,255,255,0.03); border: 1px solid rgba(245,168,0,0.1); border-radius: var(--radius-lg); padding: 28px; }
.ot-heading { font-family: var(--font-display); font-size: 22px; color: var(--gold); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 24px; }
.ot-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.ot-item { display: flex; gap: 14px; }
.ot-year { font-family: var(--font-display); font-size: 28px; color: var(--gold); flex-shrink: 0; line-height: 1; padding-top: 2px; }
.ot-info strong { display: block; font-family: var(--font-sub); font-size: 13px; font-weight: 800; color: var(--white); margin-bottom: 4px; }
.ot-info p { font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.5; max-width: none; }

/* ══════════════════════════════════════════════════════════
   PROGRAMS
══════════════════════════════════════════════════════════ */
.programs-section { background: var(--surface); }
.prog-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.prog-card {
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--radius-md); padding: 24px;
  transition: all var(--transition);
}
.prog-card:hover { border-color: rgba(245,168,0,0.4); box-shadow: var(--shadow-card); transform: translateY(-2px); }
.prog-featured {
  grid-column: span 2;
  background: linear-gradient(135deg, #1a0d00, var(--black-3));
  border-color: rgba(245,168,0,0.2);
}
.prog-tag { font-family: var(--font-sub); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); background: rgba(245,168,0,0.1); border: 1px solid rgba(245,168,0,0.2); padding: 3px 10px; border-radius: var(--radius-full); display: inline-block; margin-bottom: 12px; }
.prog-card h3 { font-family: var(--font-sub); font-size: 18px; font-weight: 800; color: var(--text); margin-bottom: 10px; letter-spacing: 0.04em; }
.prog-featured h3 { color: var(--gold); }
.prog-card p { font-size: 13px; color: var(--text-muted); line-height: 1.65; margin-bottom: 14px; }
.prog-list { display: flex; flex-direction: column; gap: 6px; }
.prog-list li { font-size: 13px; color: var(--text-muted); padding-left: 14px; position: relative; }
.prog-list li::before { content:''; position: absolute; left: 0; top: 9px; width: 6px; height: 2px; background: var(--gold); border-radius: 2px; }

/* ══════════════════════════════════════════════════════════
   TOURNAMENT CTA
══════════════════════════════════════════════════════════ */
.tournament-cta {
  background: linear-gradient(135deg, #1a0d00 0%, #0d0700 100%);
  border-top: 2px solid rgba(245,168,0,0.2);
  border-bottom: 2px solid rgba(245,168,0,0.2);
  padding: clamp(32px, 5vw, 56px) 0;
}
.tc-content { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.tc-left { flex: 1; }
.tc-left h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw + 0.5rem, 3rem); color: var(--white); margin-bottom: 10px; }
.tc-left p { font-size: 14px; color: rgba(255,255,255,0.55); max-width: 48ch; }
.tc-right { flex-shrink: 0; }

/* ══════════════════════════════════════════════════════════
   CLUB SECTION
══════════════════════════════════════════════════════════ */
.club-section { background: var(--bg); }
.club-layout { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: start; margin-bottom: 40px; }
.club-info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.ci-card {
  display: flex; align-items: flex-start; gap: 12px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-md); padding: 16px;
  transition: all var(--transition);
}
.ci-card:hover { border-color: rgba(245,168,0,0.35); }
.ci-icon { width: 38px; height: 38px; border-radius: var(--radius-sm); background: linear-gradient(135deg, #1a0d00, var(--black-4)); display: flex; align-items: center; justify-content: center; color: var(--gold); flex-shrink: 0; }
.ci-card > div:last-child { display: flex; flex-direction: column; gap: 3px; }
.ci-card strong { font-family: var(--font-sub); font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-faint); }
.ci-card span { font-size: 13px; color: var(--text); line-height: 1.45; }
.club-crest-panel { display: flex; flex-direction: column; align-items: center; gap: 16px; position: sticky; top: calc(var(--ticker-h) + var(--header-h) + 16px); }
.club-crest-img { width: 160px; height: 160px; border-radius: 50%; object-fit: cover; border: 3px solid rgba(245,168,0,0.4); box-shadow: var(--shadow-gold); }
.club-colours { display: flex; align-items: center; gap: 8px; }
.colour-dot { width: 20px; height: 20px; border-radius: 50%; }
.colours-label { font-family: var(--font-sub); font-size: 11px; font-weight: 600; color: var(--text-muted); letter-spacing: 0.06em; }

/* Sponsors strip */
.sponsors-strip { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 20px 24px; margin-bottom: 32px; }
.ss-label { font-family: var(--font-sub); font-size: 10px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-faint); margin-bottom: 16px; }
.ss-logos { display: flex; gap: 20px; flex-wrap: wrap; }
.ss-logo { font-family: var(--font-sub); font-size: 11px; color: var(--text-muted); line-height: 1.3; padding: 8px 16px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-sm); text-align: center; }
.ss-logo strong { display: block; color: var(--text); font-size: 13px; }

/* Founder */
.founder-card { display: flex; align-items: flex-start; gap: 24px; background: linear-gradient(135deg, #1a0d00, var(--black-3)); border: 1px solid rgba(245,168,0,0.18); border-radius: var(--radius-lg); padding: clamp(20px, 4vw, 36px); }
.founder-avatar { flex-shrink: 0; width: 72px; height: 72px; border-radius: 50%; overflow: hidden; border: 3px solid var(--gold); }
.founder-crest-bg { width: 100%; height: 100%; object-fit: cover; }
.founder-body .eyebrow { margin-bottom: 4px; }
.founder-body h3 { font-family: var(--font-display); font-size: clamp(1.4rem, 2vw + 0.5rem, 2rem); color: var(--white); margin-bottom: 10px; letter-spacing: 0.04em; }
.founder-body p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 16px; max-width: 60ch; }
.founder-body p strong { color: var(--white); }
.founder-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { font-family: var(--font-sub); font-size: 11px; font-weight: 600; color: var(--gold); background: rgba(245,168,0,0.1); border: 1px solid rgba(245,168,0,0.2); padding: 3px 10px; border-radius: var(--radius-full); letter-spacing: 0.04em; }

/* ══════════════════════════════════════════════════════════
   SPONSOR
══════════════════════════════════════════════════════════ */
.sponsor-section { background: linear-gradient(170deg, #0d0700, var(--black-2)); }
.sponsor-layout { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; }
.sponsor-text h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw + 0.5rem, 3rem); color: var(--white); margin-bottom: 14px; }
.sponsor-text p { font-size: 14px; color: rgba(255,255,255,0.55); max-width: 48ch; line-height: 1.7; margin-bottom: 24px; }
.sponsor-benefits { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.sponsor-benefits li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,0.7); }
.sponsor-crest { flex-shrink: 0; }
.sponsor-crest-img { width: 180px; height: 180px; border-radius: 50%; object-fit: cover; border: 3px solid rgba(245,168,0,0.3); box-shadow: var(--shadow-gold); opacity: 0.9; }

/* ══════════════════════════════════════════════════════════
   CONTACT
══════════════════════════════════════════════════════════ */
.contact-section { background: var(--surface); }
.contact-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px; align-items: start; }
.contact-details { display: flex; flex-direction: column; gap: 10px; }
.contact-card {
  display: flex; align-items: center; gap: 14px;
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--radius-md); padding: 14px 16px;
  transition: all var(--transition); text-decoration: none; color: inherit;
}
.contact-card:hover { border-color: rgba(245,168,0,0.4); }
.cc-social { border-left: 3px solid #1877F2; }
.cc-fb { background: rgba(24,119,242,0.1); }
.cc-radio { background: rgba(245,168,0,0.1); }
.cc-icon { width: 40px; height: 40px; border-radius: var(--radius-sm); background: linear-gradient(135deg, #1a0d00, var(--black-4)); display: flex; align-items: center; justify-content: center; color: var(--gold); flex-shrink: 0; }
.contact-card > div { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.contact-card strong { font-family: var(--font-sub); font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-faint); }
.contact-card span { font-size: 13px; color: var(--text); }
.contact-card a { color: var(--text); font-size: 13px; }
.contact-card a:hover { color: var(--gold); }
.cc-arrow { color: var(--text-faint); flex-shrink: 0; }

/* Form */
.contact-form { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: clamp(20px, 4vw, 32px); display: flex; flex-direction: column; gap: 16px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-family: var(--font-sub); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); }
.form-group input, .form-group select, .form-group textarea { background: var(--surface); border: 1.5px solid var(--border); border-radius: var(--radius-sm); padding: 12px 14px; font-size: 14px; color: var(--text); transition: border-color var(--transition); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(245,168,0,0.1); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-note { font-size: 12px; color: var(--text-muted); text-align: center; max-width: none; }

/* ══════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════ */
.site-footer { background: var(--black); border-top: 1px solid rgba(245,168,0,0.1); padding-block: clamp(40px, 6vw, 72px) 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(245,168,0,0.08); }
.footer-brand { display: flex; align-items: flex-start; gap: 14px; }
.footer-crest { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(245,168,0,0.4); flex-shrink: 0; }
.fb-words { display: flex; flex-direction: column; gap: 2px; }
.fb-words strong { font-family: var(--font-sub); font-size: 12px; font-weight: 800; color: var(--gold); letter-spacing: 0.06em; text-transform: uppercase; }
.fb-words span { font-size: 11px; color: rgba(255,255,255,0.35); }
.footer-col strong { display: block; font-family: var(--font-sub); font-size: 10px; font-weight: 800; color: var(--gold); letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 14px; padding-bottom: 6px; border-bottom: 1px solid rgba(245,168,0,0.15); }
.footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.footer-col a { font-size: 13px; color: rgba(255,255,255,0.4); transition: color var(--transition); }
.footer-col a:hover { color: var(--gold); }
.footer-social { margin-bottom: 12px; }
.fsoc-btn { display: inline-flex; align-items: center; gap: 8px; background: rgba(24,119,242,0.12); color: #6699ff; border: 1px solid rgba(24,119,242,0.2); font-family: var(--font-sub); font-size: 12px; font-weight: 700; padding: 8px 14px; border-radius: var(--radius-sm); letter-spacing: 0.06em; transition: all var(--transition); }
.fsoc-btn:hover { background: rgba(24,119,242,0.25); color: #88bbff; }
.footer-contact-mini { display: flex; flex-direction: column; gap: 4px; }
.footer-contact-mini a { font-size: 12px; color: rgba(255,255,255,0.35); }
.footer-contact-mini a:hover { color: var(--gold); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 11px; color: rgba(255,255,255,0.2); }
.footer-motto { font-family: var(--font-sub); font-weight: 700; letter-spacing: 0.06em; }

/* ══════════════════════════════════════════════════════════
   BOTTOM QUICK-NAV (Mobile like Sundowns)
══════════════════════════════════════════════════════════ */
.bottom-quicknav {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  height: var(--bottom-nav-h);
  background: rgba(13,13,13,0.97);
  border-top: 1px solid rgba(245,168,0,0.2);
  backdrop-filter: blur(16px);
  display: flex; align-items: center; justify-content: space-around;
  padding: 0 8px;
}
.bqn-item {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  font-family: var(--font-sub); font-size: 9px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  text-decoration: none; padding: 8px 12px;
  transition: all var(--transition); border-radius: var(--radius-sm);
}
.bqn-item:hover, .bqn-item:active { color: var(--gold); }
.bqn-center {
  width: 48px; height: 48px; border-radius: 50%; padding: 0;
  background: var(--gold); border: 3px solid var(--black);
  margin-top: -16px;
  box-shadow: 0 -4px 20px rgba(245,168,0,0.4);
}
.bqn-crest { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

/* ══════════════════════════════════════════════════════════
   MOBILE-FIRST RESPONSIVE
══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  /* Show hamburger, hide desktop nav */
  .main-nav { display: none; }
  .hamburger { display: flex; }
  .header-socials { display: none; }
  .btn-join { display: none; }
  .logo-words .lw-tag { display: none; }

  /* Hero */
  .hero { padding-block: 60px 80px; min-height: 95svh; }
  .hero-ctas { flex-direction: column; align-items: center; }
  .hero-ctas .btn-primary-lg, .hero-ctas .btn-outline-lg { width: 100%; max-width: 280px; justify-content: center; }
  .hs-sep { width: 20px; height: 1px; }

  /* Match banner */
  .mb-fixtures { grid-template-columns: 1fr; }

  /* News grid */
  .news-grid { grid-template-columns: 1fr; }
  .featured-news { grid-column: span 1; }

  /* Foundation */
  .pillars { grid-template-columns: 1fr; }
  .ot-grid { grid-template-columns: 1fr; }
  .outreach-timeline { padding: 20px; }

  /* Programs */
  .prog-grid { grid-template-columns: 1fr; }
  .prog-featured { grid-column: span 1; }

  /* Tournament CTA */
  .tc-content { flex-direction: column; text-align: center; }

  /* Club */
  .club-layout { grid-template-columns: 1fr; }
  .club-crest-panel { position: static; flex-direction: row; justify-content: flex-start; }
  .club-info-grid { grid-template-columns: 1fr; }

  /* Sponsor */
  .sponsor-layout { grid-template-columns: 1fr; }
  .sponsor-crest { display: none; }

  /* Contact */
  .contact-layout { grid-template-columns: 1fr; }
  .form-row-2 { grid-template-columns: 1fr; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }

  /* Bottom quick-nav visible */
  .bqn-item { font-size: 8px; padding: 6px 8px; }
}

@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 12px; }
  .sponsor-section .eyebrow { text-align: left; }
  .founder-card { flex-direction: column; }
}

/* Hide bottom quick-nav on desktop */
@media (min-width: 769px) {
  .bottom-quicknav { display: none; }
  body { padding-bottom: 0; }
}

/* ============================================================
   NEW SECTIONS — v2: Fixtures, Results, Table, Tournament,
   People, Tournament Partners
   ============================================================ */

/* ── Data source note ─────────────────────────────────────── */
.data-source-note {
  font-size: 0.75rem;
  color: var(--text-faint);
  margin-top: 1.25rem;
  text-align: center;
}
.data-source-note a { color: var(--gold); }

/* ── Fixtures list ────────────────────────────────────────── */
.fixtures-section { background: var(--surface); }

.fixtures-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.fx-row {
  display: grid;
  grid-template-columns: 56px 60px 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: background var(--transition);
}
.fx-row:last-child { border-bottom: none; }
.fx-row:hover { background: var(--gold-faint); }

.fx-row.fx-home { border-left: 3px solid var(--gold); }
.fx-row.fx-away { border-left: 3px solid var(--text-faint); }
.fx-row.fx-next { background: rgba(245,168,0,0.06); }

.fx-date-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.fx-day { font-size: 0.6rem; font-family: var(--font-sub); color: var(--text-muted); letter-spacing: 0.08em; text-transform: uppercase; }
.fx-dd  { font-family: var(--font-display); font-size: 1.6rem; color: var(--gold); line-height: 1; }
.fx-mon { font-size: 0.6rem; font-family: var(--font-sub); color: var(--text-muted); letter-spacing: 0.06em; text-transform: uppercase; }

.fx-badge-col { display: flex; align-items: center; }
.fx-type {
  font-family: var(--font-sub);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 3px 7px;
  border-radius: var(--radius-sm);
  text-transform: uppercase;
}
.fx-type.home { background: var(--gold); color: var(--black); }
.fx-type.away { background: var(--black-4); color: var(--text-muted); border: 1px solid var(--border); }
.fx-type.tbc  { background: transparent; color: var(--text-faint); border: 1px solid var(--border); }

.fx-teams-col {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-width: 0;
}
.fx-team {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 0;
}
.fx-team-right { text-align: right; flex-direction: row-reverse; }
.fx-crest { width: 26px; height: 26px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.fx-crest-abbr {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--black-4);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.5rem;
  font-family: var(--font-sub);
  font-weight: 700;
  color: var(--text-muted);
  flex-shrink: 0;
}
.fx-tname {
  font-family: var(--font-sub);
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: clamp(80px, 22vw, 140px);
}
.fx-vs {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--text-faint);
  flex-shrink: 0;
  padding: 0 0.2rem;
}

.fx-meta-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  flex-shrink: 0;
  text-align: right;
}
.fx-time {
  font-family: var(--font-sub);
  font-weight: 800;
  font-size: 0.82rem;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 4px;
}
/* Custom shield-clock icon for kickoff time */
.fx-ko {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--gold);
}
.fx-ko svg { width: 100%; height: 100%; }

/* Custom shield-pitch icon for venue */
.fx-venue {
  font-size: 0.68rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 4px;
}
.fx-ground-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: var(--gold);
  opacity: 0.85;
}
.fx-ground-dot svg { width: 100%; height: 100%; }
.fx-comp  { font-size: 0.6rem; color: var(--text-faint); display: none; }

@media (max-width: 600px) {
  .fx-row { grid-template-columns: 44px 46px 1fr auto; gap: 0.4rem; padding: 0.7rem 0.75rem; }
  .fx-meta-col { display: flex; }
  .fx-tname { max-width: clamp(72px, 20vw, 110px); font-size: 0.72rem; }
  .fx-dd { font-size: 1.25rem; }
  .fx-ko { width: 16px; height: 16px; }
  .fx-ground-dot { width: 12px; height: 12px; }
  .fx-time { font-size: 0.74rem; }
  .fx-venue { font-size: 0.6rem; }
}

/* ── 360px / very small phones ── */
@media (max-width: 380px) {
  :root {
    --header-h: 58px;
    --ticker-h: 30px;
    --bottom-nav-h: 58px;
  }
  .fx-row { grid-template-columns: 38px 40px 1fr auto; gap: 0.3rem; padding: 0.6rem 0.6rem; }
  .fx-tname { max-width: 68px; font-size: 0.68rem; }
  .fx-dd { font-size: 1.1rem; }
  .fx-ko { width: 14px; height: 14px; }
  .fx-ground-dot { width: 11px; height: 11px; }
  .fx-time { font-size: 0.68rem; gap: 3px; }
  .fx-venue { font-size: 0.56rem; }
  .fx-type { font-size: 0.52rem; padding: 2px 5px; }
  .bqn-item { font-size: 7px; padding: 5px 6px; }
  .bqn-center { width: 42px; height: 42px; }
  .logo-img { width: 32px !important; height: 32px !important; }
  .lw-name { font-size: 14px !important; }
  .ticker-bar { font-size: 10px; }
  .container { padding: 0 10px; }
  .section { padding-block: clamp(36px, 6vw, 80px); }
  .hero-h1 { font-size: clamp(2.8rem, 12vw, 4rem) !important; }
  .hero-sub { font-size: clamp(13px, 3.5vw, 15px) !important; }
}

/* ── Results list ─────────────────────────────────────────── */
.results-section { background: var(--bg); }

.results-list {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.res-row {
  display: grid;
  grid-template-columns: 72px 1fr 36px;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid var(--border);
  transition: background var(--transition);
}
.res-row:last-child { border-bottom: none; }
.res-row:hover { background: var(--gold-faint); }
.res-row.res-win  { border-left: 3px solid #22c55e; }
.res-row.res-draw { border-left: 3px solid var(--gold); }
.res-row.res-loss { border-left: 3px solid #ef4444; }

.res-date-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.res-date { font-size: 0.72rem; color: var(--text-muted); font-family: var(--font-sub); }
.res-ha {
  font-size: 0.6rem;
  font-family: var(--font-sub);
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 3px;
}
.res-ha.home { background: var(--gold); color: var(--black); }
.res-ha.away { background: var(--black-4); color: var(--text-muted); border: 1px solid var(--border); }

.res-teams-col {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  overflow: hidden;
}
.res-abc  { font-family: var(--font-sub); font-weight: 700; font-size: 0.82rem; white-space: nowrap; flex-shrink: 0; color: var(--gold); }
.res-opp  { font-family: var(--font-sub); font-size: 0.78rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; flex: 1; color: var(--text-muted); }
.res-score-wrap { flex-shrink: 0; }
.res-score {
  font-family: var(--font-display);
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  padding: 2px 8px;
  border-radius: var(--radius-sm);
}
.res-score.win  { color: #22c55e; }
.res-score.draw { color: var(--gold); }
.res-score.loss { color: #ef4444; }

.res-outcome {
  font-family: var(--font-sub);
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.win-tag  { background: rgba(34,197,94,0.15);  color: #22c55e; }
.draw-tag { background: rgba(245,168,0,0.15);  color: var(--gold); }
.loss-tag { background: rgba(239,68,68,0.15);  color: #ef4444; }

@media (max-width: 500px) {
  .res-row { grid-template-columns: 60px 1fr 28px; padding: 0.65rem 0.8rem; }
  .res-opp { font-size: 0.72rem; }
}

/* ── League Table ─────────────────────────────────────────── */
.table-section { background: var(--surface); }

.league-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
}

.league-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-sub);
  font-size: 0.85rem;
}

.league-table thead th {
  background: var(--black-3);
  color: var(--text-muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.65rem 0.75rem;
  text-align: center;
  border-bottom: 2px solid var(--gold);
  white-space: nowrap;
}
.league-table thead th.col-team { text-align: left; }

.league-table tbody tr {
  border-bottom: 1px solid var(--border);
  transition: background var(--transition);
}
.league-table tbody tr:last-child { border-bottom: none; }
.league-table tbody tr:hover { background: var(--gold-faint); }

.league-table tbody td {
  padding: 0.6rem 0.75rem;
  text-align: center;
  color: var(--text);
}
.col-pos { color: var(--text-muted); font-weight: 700; width: 32px; }
.col-team { text-align: left; font-weight: 600; min-width: 160px; }
.col-pts  { font-weight: 800; color: var(--text); font-size: 0.95rem; }

/* Highlighted ABC FC row */
.row-abc {
  background: rgba(245,168,0,0.1) !important;
  border-left: 3px solid var(--gold);
}
.row-abc .col-team { color: var(--gold); font-weight: 700; }
.row-abc .col-pts  { color: var(--gold); }

.abc-row-crest { margin-right: 4px; }
.abc-tag {
  display: inline-block;
  background: var(--gold);
  color: var(--black);
  font-size: 0.55rem;
  font-weight: 800;
  padding: 1px 5px;
  border-radius: 3px;
  margin-left: 5px;
  vertical-align: middle;
  letter-spacing: 0.05em;
}

.show-full-table-btn {
  background: none;
  border: 1px solid var(--border);
  color: var(--gold);
  font-family: var(--font-sub);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: all var(--transition);
  margin: 0.5rem auto;
  display: block;
}
.show-full-table-btn:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }

.table-fade td { padding: 0.5rem 0.75rem; text-align: center; border-top: 1px solid var(--border); }

.show-full-table-btn { margin: 0.6rem auto; }

/* League table always visible on mobile — collapse only GF GA GD on small screens */
@media (max-width: 420px) {
  .hide-xs { display: none; }
  .league-table thead th,
  .league-table tbody td { padding: 0.5rem 0.4rem; font-size: 0.78rem; }
  .col-team { min-width: 120px; font-size: 0.78rem; }
}
@media (max-width: 560px) {
  .hide-sm { display: none; }
}

/* ── Tournament section ───────────────────────────────────── */
.tournament-section {
  position: relative;
  padding: 4rem 0;
  background: #0d0d0d;
  overflow: hidden;
}
.tournament-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 20% 50%, rgba(245,168,0,0.12) 0%, transparent 70%),
    repeating-linear-gradient(45deg, transparent, transparent 30px, rgba(245,168,0,0.03) 30px, rgba(245,168,0,0.03) 31px);
  pointer-events: none;
}

.tournament-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 2.5rem 0;
}
.tf-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(245,168,0,0.2);
  border-radius: var(--radius-md);
  padding: 1.5rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  transition: all var(--transition);
}
.tf-card:hover { background: rgba(245,168,0,0.08); border-color: var(--gold); transform: translateY(-3px); }
.tf-icon { color: var(--gold); }
.tf-card strong { font-family: var(--font-sub); font-weight: 700; font-size: 0.95rem; color: #ffffff; }
.tf-card span { font-size: 0.78rem; color: rgba(255,255,255,0.65); }

.tournament-partners { margin: 2rem 0; }
.tp-heading {
  font-family: var(--font-sub);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.tp-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.tp-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  transition: all var(--transition);
}
.tp-card:hover { border-color: var(--gold); background: rgba(245,168,0,0.06); }
.tp-logo-wrap {
  width: 48px; height: 48px;
  background: var(--gold);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.tp-abbr { font-family: var(--font-display); font-size: 1.1rem; color: var(--black); letter-spacing: 0.05em; }
.tp-info { display: flex; flex-direction: column; gap: 0.4rem; min-width: 0; }
.tp-info strong { font-family: var(--font-sub); font-weight: 700; color: #ffffff; font-size: 0.95rem; }
.tp-info span { font-size: 0.78rem; color: rgba(255,255,255,0.65); line-height: 1.4; }

.tournament-cta-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

@media (max-width: 720px) {
  .tournament-facts { grid-template-columns: repeat(2, 1fr); }
  .tp-row { grid-template-columns: 1fr; }
}
@media (max-width: 440px) {
  .tournament-facts { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
  .tf-card { padding: 1rem 0.75rem; }
}

/* ── People / Club Leadership ─────────────────────────────── */
.people-section { margin-top: 3rem; }
.people-heading {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--text);
  margin: 0.5rem 0 1.5rem;
  letter-spacing: 0.04em;
}

.people-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.person-card {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: all var(--transition);
}
.person-card:hover { border-color: var(--gold); transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.person-card.person-featured {
  grid-column: span 3;
  flex-direction: row;
  gap: 1.5rem;
  border-color: rgba(245,168,0,0.3);
  background: rgba(245,168,0,0.04);
}

.person-avatar {
  position: relative;
  width: 80px; height: 80px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: var(--black-3);
  display: flex; align-items: center; justify-content: center;
  border: 2px solid var(--gold);
}
.person-avatar-sm { width: 52px; height: 52px; margin-bottom: 0.5rem; }
.person-crest-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.25; }
.person-initials {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--gold);
  position: relative;
  z-index: 1;
}

.person-body { display: flex; flex-direction: column; gap: 0.4rem; min-width: 0; }
.person-role {
  font-family: var(--font-sub);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.person-body h4 {
  font-family: var(--font-sub);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text);
  margin: 0;
  line-height: 1.2;
}
.person-body p {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}
.person-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.4rem;
}
.person-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  color: #0A66C2;
  font-family: var(--font-sub);
  font-weight: 600;
  text-decoration: none;
  margin-top: 0.4rem;
  transition: opacity var(--transition);
}
.person-linkedin:hover { opacity: 0.8; }

/* Players note */
.players-note {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.players-note-text {
  font-size: 0.85rem;
  color: var(--text-muted);
  flex: 1;
  min-width: 200px;
}
.btn-outline-sm {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.1rem;
  border-radius: var(--radius-full);
  border: 2px solid var(--gold);
  color: var(--gold);
  font-family: var(--font-sub);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all var(--transition);
  white-space: nowrap;
}
.btn-outline-sm:hover { background: var(--gold); color: var(--black); }

@media (max-width: 860px) {
  .person-card.person-featured { flex-direction: column; grid-column: span 3; }
  .people-grid { grid-template-columns: 1fr; }
  .person-card.person-featured { grid-column: span 1; }
}
@media (max-width: 600px) {
  .players-note { flex-direction: column; align-items: flex-start; }
}

/* ── Sponsors Marquee Strip ─────────────────────────────── */
.sponsors-marquee-wrap {
  width: 100%;
  background: var(--black-2);
  border-top: 1px solid rgba(245,168,0,0.15);
  border-bottom: 1px solid rgba(245,168,0,0.15);
  padding: 0;
  overflow: hidden;
  position: relative;
}

.sponsors-marquee-label {
  text-align: center;
  font-family: var(--font-sub);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-faint);
  padding: 12px 0 10px;
}

.sponsors-marquee-track-wrap {
  overflow: hidden;
  padding-bottom: 20px;
  /* fade edges */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.sponsors-marquee-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: sponsors-scroll 30s linear infinite;
}

.sponsors-marquee-track:hover {
  animation-play-state: paused;
}

@keyframes sponsors-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.sp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 36px;
  min-width: 160px;
  border-right: 1px solid var(--border);
  user-select: none;
}

.sp-badge {
  font-family: var(--font-sub);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: var(--gold);
  color: #111;
  padding: 2px 7px;
  border-radius: 20px;
  white-space: nowrap;
}

.sp-badge-past {
  background: transparent;
  color: var(--text-faint);
  border: 1px solid var(--border);
}

.sp-name {
  font-family: var(--font-sub);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--text);
  white-space: nowrap;
}

.sp-past .sp-name {
  color: var(--text-muted);
}

/* ── Shop Link in Nav ───────────────────────────────────── */
.nav-shop-link {
  background: var(--gold) !important;
  color: var(--black) !important;
  padding: 6px 14px !important;
  border-radius: var(--radius-full) !important;
  font-weight: 700 !important;
  font-family: var(--font-sub) !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  transition: background var(--transition), color var(--transition) !important;
  white-space: nowrap;
}
.nav-shop-link:hover {
  background: var(--gold-light) !important;
  color: var(--black) !important;
}

/* ── Shop in bottom quick-nav ───────────────────────────── */
.bqn-shop {
  color: var(--gold) !important;
}

/* ═══════════════════════════════════════════════════════
   LEAGUE POSITION CARD
   ═══════════════════════════════════════════════════════ */
.pos-card-wrap { max-width: 680px; margin: 0 auto; }

.pos-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.pos-card-main {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
}

.pos-num-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: var(--black);
  padding: 2rem 2.5rem;
  min-width: 120px;
  flex-shrink: 0;
}

.pos-label {
  font-family: var(--font-sub);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 2px;
}

.pos-number {
  font-family: var(--font-display);
  font-size: clamp(4rem, 10vw, 5.5rem);
  line-height: 1;
  color: var(--black);
}

.pos-suffix {
  font-family: var(--font-sub);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--black);
  opacity: 0.7;
  margin-top: -4px;
}

.pos-divider {
  width: 1px;
  background: var(--border);
  align-self: stretch;
}

.pos-team-block {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.pos-crest {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 50%;
  flex-shrink: 0;
}

.pos-team-info { display: flex; flex-direction: column; gap: 4px; min-width: 0; }

.pos-team-name {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 3.5vw, 1.8rem);
  color: var(--text);
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pos-league {
  font-family: var(--font-sub);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pos-stats-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid var(--border);
  padding: 1rem;
  background: var(--bg);
}

.pos-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex: 1;
}

.pos-stat + .pos-stat {
  border-left: 1px solid var(--border);
}

.ps-val {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 4vw, 2rem);
  color: var(--text);
  line-height: 1;
}

.ps-lbl {
  font-family: var(--font-sub);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Mobile: stack position card */
@media (max-width: 520px) {
  .pos-num-block { padding: 1.25rem 1.25rem; min-width: 76px; }
  .pos-team-block { padding: 1rem; gap: 0.5rem; }
  .pos-crest { width: 36px; height: 36px; }
  .pos-number { font-size: 3.5rem; }
  .pos-stats-row { padding: 0.75rem 0.5rem; }
  .ps-val { font-size: 1.3rem; }
  .ps-lbl { font-size: 9px; }
}

/* ═══════════════════════════════════════════════════════
   SHOP CTA SECTION
   ═══════════════════════════════════════════════════════ */
.shop-cta-section {
  background: var(--gold);
  padding: var(--section-py) 0;
}

.shop-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.shop-cta-text .eyebrow { color: var(--black); opacity: 0.6; }

.shop-cta-text h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 3rem);
  line-height: 1;
  margin: 0.25rem 0;
  color: var(--black) !important;
}

.shop-cta-text p {
  font-size: 15px;
  color: var(--black);
  opacity: 0.75;
  margin: 0;
}

.shop-cta-btn {
  background: var(--black) !important;
  color: var(--gold) !important;
  border-color: var(--black) !important;
  flex-shrink: 0;
}

.shop-cta-btn:hover {
  background: #1a1a1a !important;
}

@media (max-width: 600px) {
  .shop-cta-inner { flex-direction: column; align-items: flex-start; }
  .shop-cta-btn { width: 100%; text-align: center; }
}

/* nc-badge */
.nc-badge {
  font-family: var(--font-sub);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

/* ═══════════════════════════════════════════════════════
   FACEBOOK POSTS — HORIZONTAL SCROLL STRIP
   ═══════════════════════════════════════════════════════ */

.fb-posts-scroll-wrap {
  position: relative;
  margin: 0 -16px; /* bleed to edges on mobile */
}

.fb-posts-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  padding: 4px 16px 12px 16px;
}
.fb-posts-track::-webkit-scrollbar { display: none; }

/* Right fade hint */
.fb-scroll-hint-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  background: linear-gradient(to right, transparent, var(--bg));
  pointer-events: none;
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
}

/* Individual post card */
.fb-post-card {
  flex: 0 0 260px;
  scroll-snap-align: start;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color var(--transition), transform var(--transition);
}
.fb-post-card:hover {
  border-color: rgba(245,168,0,0.35);
  transform: translateY(-2px);
}

.fb-post-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fb-post-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid var(--gold);
}
.fb-post-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fb-post-meta {
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex: 1;
  min-width: 0;
}
.fb-post-name {
  font-family: var(--font-sub);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--text);
}
.fb-post-date {
  font-size: 10px;
  color: var(--text-muted);
  font-family: var(--font-sub);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fb-logo-icon { flex-shrink: 0; opacity: 0.85; }

.fb-post-body {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-muted);
  flex: 1;
  margin: 0;
}

/* Post type tags */
.fb-post-tag {
  display: inline-block;
  font-family: var(--font-sub);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: var(--radius-full);
  width: fit-content;
}
.fb-post-tag.champs    { background: rgba(245,168,0,0.15); color: var(--gold); }
.fb-post-tag.tournament{ background: rgba(99,102,241,0.12); color: #818cf8; }
.fb-post-tag.milestone { background: rgba(34,197,94,0.12); color: #22c55e; }
.fb-post-tag.bafana    { background: rgba(239,68,68,0.1);  color: #f87171; }

.fb-post-cta {
  font-family: var(--font-sub);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1877F2;
  text-decoration: none;
  align-self: flex-start;
}
.fb-post-cta:hover { text-decoration: underline; }

/* Follow row */
.fb-follow-row {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.fb-follow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1877F2;
  color: #fff;
  font-family: var(--font-sub);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: var(--radius-full);
  transition: background var(--transition), transform var(--transition);
}
.fb-follow-pill:hover { background: #1557c0; transform: translateY(-1px); }

/* Wider cards on desktop — show 3 at a time */
@media (min-width: 768px) {
  .fb-post-card { flex: 0 0 300px; }
  .fb-posts-scroll-wrap { margin: 0; }
  .fb-posts-track { padding: 4px 0 12px 0; }
}

/* ═══════════════════════════════════════════════════════
   PAGE HERO (fixtures.html sub-page header)
   ═══════════════════════════════════════════════════════ */
.page-hero {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 3rem 0 2rem;
  margin-top: 0;
}
.page-hero-inner { text-align: left; }
.page-hero-h1 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  line-height: 1;
  color: var(--text);
  margin: 0.25rem 0;
}
.page-hero-sub {
  font-family: var(--font-sub);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0;
}

/* Active nav link */
.nav-active { color: var(--gold) !important; }
.bqn-active { color: var(--gold) !important; }

/* ── Fixtures "more" CTA row ─────────────────────────── */
.fixtures-more-row {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}
.fixtures-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sub);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(245,168,0,0.3);
  border-radius: var(--radius-full);
  padding: 10px 20px;
  text-decoration: none;
  transition: background var(--transition), border-color var(--transition);
  width: 100%;
  justify-content: center;
}
.fixtures-more-btn:hover {
  background: rgba(245,168,0,0.08);
  border-color: var(--gold);
}

/* ── Tournament fact cards — no icon version ─────────── */
.tf-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tf-card strong {
  font-family: var(--font-sub);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--gold);
}
.tf-card span {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
}

/* ── Tournament Join Banner ──────────────────────────────── */
.tourn-banner {
  background: #ffffff;
  color: #0d0d0d;
  padding: 16px clamp(16px,5vw,48px);
  border-bottom: 3px solid var(--gold);
  box-shadow: 0 4px 20px rgba(0,0,0,0.10);
}
.tourn-banner-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.tourn-banner-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
  flex-wrap: wrap;
}
.tourn-banner-badge {
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.18em;
  background: var(--gold);
  color: #0d0d0d;
  padding: 5px 12px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}
.tourn-banner-msg {
  font-family: var(--font-sub);
  font-weight: 900;
  font-size: 15px;
  color: #0d0d0d;
  margin: 0;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.tourn-banner-sub {
  font-family: var(--font-sub);
  font-size: 12px;
  font-weight: 600;
  color: rgba(0,0,0,0.55);
  letter-spacing: 0.02em;
}
.tourn-banner-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
.tourn-banner-cta {
  font-family: var(--font-sub);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--gold);
  color: #0d0d0d;
  padding: 11px 28px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(245,168,0,0.4);
  transition: transform var(--transition), box-shadow var(--transition);
}
.tourn-banner-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245,168,0,0.5);
  color: #0d0d0d;
}
.tourn-banner-note {
  font-family: var(--font-sub);
  font-size: 10px;
  font-weight: 600;
  color: rgba(0,0,0,0.4);
  text-align: center;
  line-height: 1.3;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 600px) {
  .tourn-banner-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .tourn-banner-right { align-items: flex-start; width: 100%; }
  .tourn-banner-cta { width: 100%; text-align: center; }
  .tourn-banner-note { max-width: 100%; }
}

/* ── Footer quick-nav (tournament page & others) ─────────────── */
.footer-quicknav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
  margin-bottom: 24px;
}
.fqn-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  padding: 4px 0;
  transition: color .2s;
}
.fqn-link:hover { color: #F5A800; }
.fqn-link.fqn-active { color: #F5A800; }
@media (max-width: 480px) {
  .footer-quicknav { gap: 10px 16px; }
  .fqn-link { font-size: 12px; }
}

/* ── Tournament sponsor pills (teaser on tournament4.html) ──── */
.t4-sponsor-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0;
}
.t4-sponsor-pill {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 8px 14px;
}
.t4-sponsor-pill--gold {
  color: #F5A800;
  background: rgba(245,168,0,0.08);
  border-color: rgba(245,168,0,0.3);
}

/* ── Facebook live card (shared — homepage & tournament) ─ */
.t4-fb-card {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: #111;
}
.t4-fb-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  background: #111;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.t4-fb-header svg { color: #F5A800; flex-shrink: 0; }
.t4-fb-header-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: #F5A800;
}
.t4-fb-body { padding: 0; }
