/* ═══════════════════════════════════════════════════════════════
   Special Olympics Belgium – Nationale Spelen Hautes Fagnes 2026
   Font: Ubuntu (programmaboekje stijl)
   Kleuren: donkergroen accent, wit dominant, rood highlights
   ═══════════════════════════════════════════════════════════════ */

/* ── Custom properties ────────────────────────────────────────── */
:root {
  --green-deep:  #1A4A1E;
  --green-dark:  #265C2E;
  --green-mid:   #4A8C3F;
  --green-light: #8DC63F;
  --green-pale:  #EEF5E8;
  --red:         #CC2529;
  --white:       #FFFFFF;
  --gray-dark:   #1C1C1C;
  --gray-mid:    #666666;
  --gray-light:  #F8F8F8;
  --border:      #E0E0E0;

  --font: 'Ubuntu', system-ui, sans-serif;
  --font-cond: 'Ubuntu Condensed', 'Ubuntu', system-ui, sans-serif;

  --radius:    10px;
  --shadow:    0 2px 12px rgba(0,0,0,0.08);
  --shadow-lg: 0 6px 24px rgba(0,0,0,0.14);
  --transition: 0.22s ease;
}

/* ── Reset & base ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 17px; }
body { font-family: var(--font); color: var(--gray-dark); background: #fff; line-height: 1.7; }
img  { max-width: 100%; display: block; }
a    { color: inherit; text-decoration: none; }
ul   { list-style: none; }

.container { width: min(1160px, 100%); margin-inline: auto; padding-inline: 1.25rem; }

/* ── Language ────────────────────────────────────────────────── */
.fr-only { display: none; }
html.fr .nl-only { display: none; }
html.fr .fr-only { display: revert; }
html.fr p.fr-only, html.fr div.fr-only, html.fr h2.fr-only,
html.fr h3.fr-only, html.fr li.fr-only { display: block; }
html.fr span.fr-only, html.fr strong.fr-only { display: inline; }

/* ── Shared section styles ───────────────────────────────────── */
section { padding-block: 4rem; }

.section-title {
  font-family: var(--font-cond);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--green-deep);
  margin-bottom: 0.5rem;
}
.section-sub {
  font-size: 1.05rem;
  color: var(--gray-dark);
  margin-bottom: 2rem;
}

/* ══════════════════════════════════════════════════════════════
   NAVBAR
   ══════════════════════════════════════════════════════════════ */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 1.5rem;
  background: rgba(26,74,30,0.96);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.navbar-logo img { height: 40px; width: auto; filter: brightness(0) invert(1); }

/* Logo wit op alle donkere achtergronden */
.footer-logo img { filter: brightness(0) invert(1); }

.navbar-links {
  display: flex;
  gap: 0.15rem;
  margin-left: auto;
}
.navbar-links a {
  font-family: var(--font-cond);
  font-weight: 400;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255,255,255,0.82);
  padding: 0.38rem 0.7rem;
  border-radius: 5px;
  transition: color var(--transition), background var(--transition);
}
.navbar-links a:hover { color: #fff; background: rgba(255,255,255,0.12); }

.lang-toggle {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  border-left: 1px solid rgba(255,255,255,0.22);
  padding-left: 0.75rem;
}
.lang-sep { color: rgba(255,255,255,0.35); font-size: 0.8rem; }
.lang-btn {
  font-family: var(--font-cond);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.55);
  background: none; border: none; cursor: pointer;
  padding: 0.18rem 0.35rem; border-radius: 3px;
  transition: color var(--transition), background var(--transition);
}
.lang-btn.active, .lang-btn:hover { color: #fff; background: rgba(255,255,255,0.14); }

.menu-toggle {
  display: none;
  background: none; border: none;
  color: #fff; font-size: 1.5rem;
  cursor: pointer; margin-left: auto; padding: 0.25rem;
}

/* ══════════════════════════════════════════════════════════════
   HERO  -  foto-achtergrond met donkergroene overlay, gecentreerd
   ══════════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background: var(--green-deep);
}

.hero-bg {
  position: absolute;
  inset: -10% 0 -10% 0;   /* extra ruimte boven/onder voor translate */
  background: url('../img/ngsob-2-opt.jpg') center / cover no-repeat;
  will-change: transform;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 35%, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 65%),
    linear-gradient(
      180deg,
      rgba(15,50,18,0.88) 0%,
      rgba(26,74,30,0.78) 40%,
      rgba(15,50,18,0.92) 100%
    );
  pointer-events: none;
}
.hero-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.45) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  padding-inline: 1rem;
  animation: heroFadeIn 1s ease-out both;
}
@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-content > * { animation: heroFadeIn 0.8s ease-out both; }
.hero-content > *:nth-child(1) { animation-delay: 0.05s; }
.hero-content > *:nth-child(2) { animation-delay: 0.15s; }
.hero-content > *:nth-child(3) { animation-delay: 0.25s; }
.hero-content > *:nth-child(4) { animation-delay: 0.35s; }
.hero-content > *:nth-child(5) { animation-delay: 0.45s; }
.hero-content > *:nth-child(6) { animation-delay: 0.55s; }
.hero-content > *:nth-child(7) { animation-delay: 0.65s; }
.hero-content > *:nth-child(8) { animation-delay: 0.75s; }
@media (prefers-reduced-motion: reduce) {
  .hero-content, .hero-content > * { animation: none; }
}

/* Editorial eyebrow met "42STE · Nationale Spelen" */
.hero-eyebrow {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
  font-family: var(--font-cond);
  font-size: clamp(0.78rem, 1.6vw, 0.95rem);
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  padding: 0.35rem 0;
  border-top: 1px solid rgba(255,255,255,0.35);
  border-bottom: 1px solid rgba(255,255,255,0.35);
  padding-inline: 1.4rem;
}
.hero-edition {
  font-weight: 700;
  font-size: 1.25em;
  color: var(--green-light);
  letter-spacing: 0;
}
.hero-edition-sup {
  font-size: 0.7em;
  font-weight: 700;
  color: var(--green-light);
  vertical-align: super;
  margin-left: -0.3em;
  letter-spacing: 0.05em;
}
.hero-edition-sep {
  margin-inline: 0.2rem;
  color: rgba(255,255,255,0.4);
}

.hero-logo {
  width: clamp(140px, 22vw, 220px);
  height: auto;
  filter: brightness(0) invert(1) drop-shadow(0 6px 20px rgba(0,0,0,0.45));
}

/* Dunne gouden/groene scheidingslijn */
.hero-divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--green-light), transparent);
  margin: 0.4rem 0;
}

/* Editorial titel: serif-achtige uitstraling via Ubuntu Condensed bold + spacing */
.hero-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  line-height: 1;
}
.hero-title-place {
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.hero-title-sub {
  font-family: var(--font);
  font-weight: 400;
  font-size: clamp(0.85rem, 1.8vw, 1.05rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
}

.hero-dates {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin-top: 0.3rem;
}
.hero-date-nums {
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: clamp(4.5rem, 14vw, 8.5rem);
  line-height: 1;
  letter-spacing: -0.03em;
  text-shadow: 0 6px 28px rgba(0,0,0,0.5);
  background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,0.85) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-date-sep {
  display: inline-block;
  margin-inline: 0.05em;
  color: var(--green-light);
  -webkit-text-fill-color: var(--green-light);
}
.hero-month-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
}
.hero-month {
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: clamp(1.5rem, 4vw, 2.6rem);
  color: var(--red);
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
.hero-year {
  font-family: var(--font-cond);
  font-weight: 500;
  font-size: clamp(1rem, 2.6vw, 1.6rem);
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.06em;
  line-height: 1.1;
}

.hero-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin: 0.4rem 0 0;
  font-family: var(--font);
  font-size: clamp(0.78rem, 1.6vw, 0.92rem);
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.05em;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-meta-item strong {
  font-family: var(--font-cond);
  font-weight: 700;
  color: #fff;
  margin-right: 0.3rem;
  font-size: 1.1em;
  letter-spacing: 0;
}
.hero-meta-dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--green-light);
  display: inline-block;
}

/* Subtiele countdown */
.hero-countdown {
  font-family: var(--font-cond);
  font-size: clamp(0.78rem, 1.6vw, 0.9rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-top: 0.2rem;
  min-height: 1.1em;
}
.hero-countdown strong {
  font-weight: 700;
  color: var(--green-light);
  letter-spacing: 0;
  margin-inline: 0.25em;
  font-size: 1.05em;
}
.hero-countdown.is-live {
  color: #fff;
}
.hero-countdown.is-live::before {
  content: '';
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--red);
  margin-right: 0.5rem;
  vertical-align: middle;
  box-shadow: 0 0 0 0 rgba(204,37,41,0.7);
  animation: livePulse 1.6s infinite;
}

.hero-ceremonies {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.5rem;
  width: min(900px, 100%);
}
@media (max-width: 720px) {
  .hero-ceremonies { grid-template-columns: 1fr; width: min(360px, 100%); }
}

.ceremony-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 0.85rem 0.95rem 0.85rem 1rem;
  border-radius: 12px;
  text-align: left;
  overflow: hidden;
  transition: transform var(--transition), background var(--transition), border-color var(--transition);
}
.ceremony-card::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--accent, var(--green-light));
}
.ceremony-card:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.28);
}
.ceremony-card[data-accent="torch"]   { --accent: #FF8C2B; }
.ceremony-card[data-accent="opening"] { --accent: var(--green-light); }
.ceremony-card[data-accent="closing"] { --accent: var(--red); }

.ceremony-icon {
  width: 40px; height: 40px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
  color: var(--accent, #fff);
  border: 1px solid rgba(255,255,255,0.18);
}
.ceremony-icon svg { width: 20px; height: 20px; display: block; }

.ceremony-body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  flex: 1;
}
.ceremony-day {
  font-family: var(--font-cond);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent, var(--green-light));
  line-height: 1;
}
.ceremony-title {
  font-family: var(--font-cond);
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  line-height: 1.15;
  hyphens: auto;
  word-break: break-word;
}
.ceremony-time {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.78);
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}

.hero-wave {
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  line-height: 0;
}
.hero-wave svg { display: block; width: 100%; height: 80px; }

/* ══════════════════════════════════════════════════════════════
   STATISTIEKEN
   ══════════════════════════════════════════════════════════════ */
.stats-section { background: var(--green-pale); padding-block: 3rem; }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.85rem;
}
.stats-grid .stat-card.wide { grid-column: span 1; }

@media (max-width: 1024px) {
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .stats-grid .stat-card.wide { grid-column: span 1; }
}
@media (max-width: 560px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

.stat-card {
  background: #fff;
  border: 1px solid var(--border);
  border-top: 4px solid var(--green-mid);
  border-radius: var(--radius);
  padding: 1.4rem 0.85rem;
  text-align: center;
  display: flex; flex-direction: column; gap: 0.35rem;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
  min-width: 0;
}
.stat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }

.stat-num {
  font-family: var(--font-cond);
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--green-deep);
  line-height: 1;
}
.stat-label {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--gray-dark);
  white-space: nowrap;
}

/* ══════════════════════════════════════════════════════════════
   EED  -  full-bleed photo with dark overlay + quote
   ══════════════════════════════════════════════════════════════ */
.oath-section {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.oath-photo-wrap {
  width: 100%; aspect-ratio: 16/7;
  overflow: hidden;
}
.oath-photo-wrap img {
  width: 100%; height: 120%;
  object-fit: cover; object-position: center 30%;
  will-change: transform;
}
.oath-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(26,74,30,0.93) 0%, rgba(26,74,30,0.75) 55%, rgba(26,74,30,0.4) 100%);
  display: flex;
  align-items: center;
  padding-block: 4rem;
}
.oath-overlay .container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: center;
}
.oath-main {
  border-left: 5px solid var(--red);
  padding-left: 1.5rem;
}
.oath-main p {
  font-family: var(--font-cond);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  font-style: italic;
  line-height: 1.35;
  color: #fff;
}
.oath-translations { display: flex; flex-direction: column; gap: 1rem; }
.oath-lang {
  background: rgba(255,255,255,0.09);
  border-radius: var(--radius);
  padding: 0.85rem 1rem;
}
.oath-flag {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green-light);
  margin-bottom: 0.3rem;
}
.oath-lang p { font-size: 0.88rem; color: rgba(255,255,255,0.84); font-style: italic; }

/* ══════════════════════════════════════════════════════════════
   SPORTPROGRAMMA
   ══════════════════════════════════════════════════════════════ */
.sports-section { background: var(--gray-light); }

/* Filter bar */
.sport-filterbar {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 0.85rem 1rem;
  margin: 0 0 1.4rem;
  display: flex; flex-direction: column; gap: 0.55rem;
}
.filter-row {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.55rem;
}
.filter-label {
  font-family: var(--font-cond);
  font-weight: 700; font-size: 0.78rem;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--green-dark);
  min-width: 64px;
}
.filter-chips { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.chip {
  font-family: var(--font-cond);
  font-weight: 700; font-size: 0.78rem;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.75rem;
  border: 1.5px solid var(--green-mid);
  border-radius: 999px;
  background: #fff;
  color: var(--green-dark);
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
}
.chip:hover { background: var(--green-pale); }
.chip.is-active {
  background: var(--green-deep); border-color: var(--green-deep); color: #fff;
}
.chip-sub {
  font-weight: 500;
  opacity: 0.75;
  margin-left: 0.25rem;
  letter-spacing: 0;
}
.chip-live {
  margin-left: auto;
  border-color: var(--red); color: var(--red);
  display: inline-flex; align-items: center; gap: 0.4rem;
}
.chip-live::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 0 rgba(204,37,41,0.6);
  animation: livePulse 1.6s infinite;
}
.chip-live.is-active { background: var(--red); color: #fff; }
.chip-live.is-active::before { background: #fff; box-shadow: 0 0 0 0 rgba(255,255,255,0.5); }
@keyframes livePulse {
  0%   { box-shadow: 0 0 0 0 rgba(204,37,41,0.6); }
  70%  { box-shadow: 0 0 0 8px rgba(204,37,41,0); }
  100% { box-shadow: 0 0 0 0 rgba(204,37,41,0); }
}
.filter-summary {
  margin: 0; font-size: 0.82rem; color: var(--gray-mid);
}
.filter-summary .live-count { color: var(--red); }

.sports-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 1.1rem;
}

/* Sport card */
.sport-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: box-shadow var(--transition), transform var(--transition);
}
.sport-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.sport-card.hidden { display: none; }

/* Live-indicator op kaart */
.sport-live-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: transparent;
  margin-right: 0.25rem;
  flex-shrink: 0;
}
.sport-card.has-live .sport-live-dot {
  background: var(--red);
  box-shadow: 0 0 0 0 rgba(204,37,41,0.7);
  animation: livePulse 1.6s infinite;
}
.sport-card.has-live { box-shadow: 0 0 0 2px var(--red), var(--shadow); }

.sport-card-top {
  display: flex; align-items: center; gap: 0.7rem;
  padding: 0.9rem 1.1rem;
  cursor: pointer;
  background: var(--green-deep);
  color: #fff;
  border-bottom: 3px solid var(--green-light);
}
.sport-icon {
  display: none;
}
.sport-name {
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  flex: 1;
}
.sport-site-badge {
  font-family: var(--font-cond);
  font-size: 0.7rem; font-weight: 700;
  background: var(--green-light);
  color: var(--green-deep);
  padding: 0.2rem 0.45rem;
  border-radius: 4px;
  white-space: nowrap;
}

.sport-card-meta {
  padding: 0.7rem 1.1rem;
  font-size: 0.9rem;
  color: var(--gray-dark);
}

/* ── Mini Gantt-timeline ── */
.sport-timeline {
  margin: 0 1.1rem 0.6rem;
  padding: 0.4rem 0.5rem 0.55rem;
  background: var(--green-pale);
  border-radius: 6px;
  font-size: 0.66rem;
  color: var(--gray-mid);
}
.tl-axis {
  position: relative;
  height: 12px;
  margin-left: 38px;
  border-bottom: 1px dashed rgba(0,0,0,0.18);
}
.tl-tick {
  position: absolute; top: 0;
  transform: translateX(-50%);
  font-family: var(--font-cond);
  letter-spacing: 0.05em;
  color: var(--green-dark);
  font-weight: 700;
}
.tl-row {
  display: flex; align-items: center; gap: 0.4rem;
  margin-top: 0.25rem;
}
.tl-row.is-hidden { display: none; }
.tl-day {
  flex: 0 0 34px;
  font-family: var(--font-cond); font-weight: 700;
  font-size: 0.68rem; letter-spacing: 0.04em;
  color: var(--green-dark);
}
.tl-track {
  position: relative; flex: 1;
  height: 12px;
  background: rgba(255,255,255,0.7);
  border-radius: 3px;
  overflow: hidden;
}
.tl-block {
  position: absolute; top: 0; bottom: 0;
  background: var(--green-mid);
  border-radius: 2px;
  transition: background 0.2s;
}
.tl-block.is-medal { background: var(--red); }
.tl-block.is-past  { opacity: 0.35; }
.tl-block.is-live  {
  background: var(--red);
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--red);
  animation: livePulse 1.6s infinite;
  z-index: 2;
}

/* Card actions row (toggle + pdf) */
.sport-card-actions {
  display: flex; gap: 0.5rem;
  margin: 0 1.1rem 0.85rem;
}
.sport-card-actions .sport-toggle-btn {
  margin: 0;
  flex: 1;
  width: auto;
}
.sport-pdf-btn {
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-family: var(--font-cond); font-weight: 700; font-size: 0.78rem;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 0.4rem 0.7rem;
  border: 1.5px solid var(--red);
  border-radius: 6px;
  background: transparent;
  color: var(--red);
  text-decoration: none;
  transition: all var(--transition);
}
.sport-pdf-btn:hover { background: var(--red); color: #fff; }

.sport-toggle-btn {
  margin: 0 1.1rem 0.85rem;
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.4rem 0.9rem;
  border: 1.5px solid var(--green-mid);
  border-radius: 6px;
  background: transparent;
  color: var(--green-dark);
  cursor: pointer;
  transition: all var(--transition);
  display: flex; align-items: center; justify-content: center; gap: 0.4rem;
  width: calc(100% - 2.2rem);
}
.sport-toggle-btn:hover {
  background: var(--green-dark);
  border-color: var(--green-dark);
  color: #fff;
}
.toggle-arrow { transition: transform 0.3s; display: inline-block; }
.open .toggle-arrow { transform: rotate(180deg); }

.sport-schedule { display: none; padding: 0 1.1rem 1.1rem; }
.sport-schedule.open { display: block; }

.schedule-table { width: 100%; border-collapse: collapse; font-size: 0.78rem; }
.schedule-table th {
  background: var(--green-pale);
  font-family: var(--font-cond);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.68rem;
  color: var(--green-dark);
  padding: 0.4rem 0.45rem;
  text-align: left;
  border-bottom: 2px solid var(--green-light);
}
.schedule-table td {
  padding: 0.35rem 0.45rem;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: top;
}
.schedule-table tr:last-child td { border-bottom: none; }
.schedule-table tr:hover td { background: var(--green-pale); }
.schedule-table tr.is-hidden { display: none; }
.schedule-table tr.is-live td {
  background: rgba(204,37,41,0.08);
  border-left: 3px solid var(--red);
}
.schedule-table tr.is-past td { opacity: 0.55; }
.live-tag {
  display: inline-block;
  margin-left: 0.4rem;
  padding: 0.05rem 0.35rem;
  background: var(--red); color: #fff;
  font-family: var(--font-cond); font-weight: 700;
  font-size: 0.6rem; letter-spacing: 0.08em;
  border-radius: 3px;
  vertical-align: middle;
  animation: livePulse 1.6s infinite;
}

/* ══════════════════════════════════════════════════════════════
   VOLLEDIG GANTT-OVERZICHT
   ══════════════════════════════════════════════════════════════ */
.gantt-wrap { margin-top: 1.6rem; }
.gantt-toggle {
  width: 100%;
  font-family: var(--font-cond);
  font-weight: 700; font-size: 0.95rem;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 0.85rem 1.2rem;
  border: 1.5px solid var(--green-deep);
  border-radius: var(--radius);
  background: var(--green-deep); color: #fff;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 0.6rem;
  transition: all var(--transition);
}
.gantt-toggle:hover { background: var(--green-dark); border-color: var(--green-dark); }
.gantt-toggle.open .toggle-arrow { transform: rotate(180deg); }

.gantt-panel {
  margin-top: 1rem;
  padding: 1.2rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow-x: auto;
}
.gtl-legend {
  display: flex; flex-wrap: wrap; gap: 1rem;
  font-size: 0.78rem; color: var(--gray-mid);
  margin-bottom: 1rem;
}
.gtl-legend i {
  display: inline-block; width: 18px; height: 10px;
  background: var(--green-mid); border-radius: 2px;
  vertical-align: middle; margin-right: 0.3rem;
}
.gtl-legend i.lg-medal { background: var(--red); }
.gtl-legend i.lg-live  { background: var(--red); animation: livePulse 1.6s infinite; }
.gtl-legend i.lg-line  { width: 2px; height: 14px; background: var(--red); border-radius: 1px; }

.gtl-filter-banner {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.55rem 0.8rem;
  background: var(--green-pale);
  border-left: 3px solid var(--green-mid);
  border-radius: 4px;
  font-size: 0.82rem;
  color: var(--green-dark);
}
.gtl-filter-banner strong {
  font-family: var(--font-cond); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.05em;
  font-size: 0.78rem;
}
.gtl-filter-tag {
  display: inline-block;
  padding: 0.15rem 0.55rem;
  background: var(--green-deep); color: #fff;
  border-radius: 999px;
  font-family: var(--font-cond); font-weight: 700;
  font-size: 0.75rem; letter-spacing: 0.04em;
}
.gtl-empty-msg {
  margin: 0;
  padding: 1.5rem;
  text-align: center;
  color: var(--gray-mid);
  font-style: italic;
}

.gtl-day { margin-bottom: 1.6rem; min-width: 720px; }
.gtl-day:last-child { margin-bottom: 0; }
.gtl-day-title {
  font-family: var(--font-cond);
  font-weight: 700; font-size: 1.1rem;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--green-deep);
  margin: 0 0 0.5rem;
}
.gtl-today-tag {
  display: inline-block; margin-left: 0.5rem;
  padding: 0.1rem 0.5rem;
  background: var(--red); color: #fff;
  font-size: 0.7rem; border-radius: 3px;
  letter-spacing: 0.08em;
}
.gtl-axis {
  position: relative;
  height: 18px;
  margin-left: 160px;
  border-bottom: 1px solid var(--border);
  font-size: 0.7rem; color: var(--gray-mid);
}
.gtl-tick {
  position: absolute; top: 0;
  transform: translateX(-50%);
  font-family: var(--font-cond); font-weight: 700;
  color: var(--green-dark);
}
.gtl-rows { position: relative; }
.gtl-row {
  display: flex; align-items: stretch;
  border-bottom: 1px solid #f0f0f0;
  min-height: 28px;
}
.gtl-row:last-child { border-bottom: none; }
.gtl-row.has-live { background: rgba(204,37,41,0.05); }
.gtl-name {
  flex: 0 0 160px;
  padding: 0.4rem 0.6rem 0.4rem 0;
  font-family: var(--font-cond); font-weight: 700;
  font-size: 0.82rem; letter-spacing: 0.02em;
  color: var(--green-dark);
  text-transform: uppercase;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.gtl-track {
  position: relative; flex: 1;
  background: var(--gray-light);
  border-radius: 3px;
  margin: 4px 0;
}
.gtl-block {
  position: absolute; top: 0; bottom: 0;
  background: var(--green-mid);
  border-radius: 3px;
  display: flex; align-items: center;
  padding: 0 0.35rem;
  overflow: hidden;
  cursor: help;
  transition: transform 0.15s, box-shadow 0.15s;
}
.gtl-block:hover {
  transform: scaleY(1.1);
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  z-index: 3;
}
.gtl-block-label {
  font-family: var(--font-cond); font-weight: 700;
  font-size: 0.62rem; letter-spacing: 0.04em;
  color: #fff;
  white-space: nowrap;
}
.gtl-block.is-medal { background: var(--red); }
.gtl-block.is-past  { opacity: 0.4; }
.gtl-block.is-live  {
  background: var(--red);
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--red);
  animation: livePulse 1.6s infinite;
  z-index: 2;
}
.gtl-rest {
  font-size: 0.7rem; color: var(--gray-mid);
  font-style: italic;
  padding: 0 0.5rem; line-height: 24px;
}
.gtl-now {
  position: absolute;
  top: 0; bottom: 0;
  width: 2px;
  background: var(--red);
  z-index: 4;
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.6);
}
.gtl-now::before {
  content: '';
  position: absolute; top: -4px; left: -4px;
  width: 10px; height: 10px;
  background: var(--red); border-radius: 50%;
  border: 2px solid #fff;
}

@media (max-width: 700px) {
  .gtl-name { flex-basis: 110px; font-size: 0.7rem; }
  .gtl-axis { margin-left: 110px; }
}
.td-date { font-weight: 700; white-space: nowrap; color: var(--green-dark); }
.td-time { white-space: nowrap; color: var(--gray-mid); }
.td-medal { color: var(--red); font-weight: 700; }
.schedule-note {
  font-size: 0.72rem;
  color: var(--gray-mid);
  font-style: italic;
  margin-top: 0.4rem;
  padding: 0.35rem 0.5rem;
  background: var(--green-pale);
  border-radius: 4px;
}

/* ══════════════════════════════════════════════════════════════
   KAART / MAP
   ══════════════════════════════════════════════════════════════ */
.map-section { background: #fff; padding-bottom: 3rem; }

#venues-map {
  width: 100%;
  height: 480px;
  margin-block: 1.5rem;
  border-top: 3px solid var(--green-light);
  border-bottom: 3px solid var(--green-light);
}

.sites-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.site-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: box-shadow var(--transition), transform var(--transition);
}
.site-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.site-card { cursor: pointer; }
.site-card.active {
  border: 2px solid var(--green-mid);
  box-shadow: 0 0 0 3px rgba(74,140,63,0.18), var(--shadow-lg);
  transform: translateY(-2px);
}

.site-card-header {
  background: var(--green-deep);
  color: #fff;
  padding: 0.85rem 1.1rem;
  display: flex; align-items: center; gap: 0.7rem;
}
.site-number {
  width: 34px; height: 34px;
  background: var(--red);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
.site-name {
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.site-card-body { padding: 0.85rem 1.1rem; }
.site-route-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.85rem;
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: var(--green-deep);
  color: #fff;
  padding: 0.5rem 0.9rem;
  border-radius: 6px;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 2px 8px rgba(26,74,30,0.2);
}
.site-route-btn:hover {
  background: var(--green-mid);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(26,74,30,0.32);
}
.site-route-btn svg { flex-shrink: 0; }
.site-address {
  font-size: 0.78rem;
  color: var(--gray-mid);
  margin-bottom: 0.6rem;
}
.site-sports { display: flex; flex-wrap: wrap; gap: 0.3rem; }
.sport-tag {
  font-family: var(--font-cond);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--green-pale);
  color: var(--green-dark);
  border: 1px solid #c5dbb5;
  padding: 0.18rem 0.45rem;
  border-radius: 4px;
}
.sport-tag.ceremony {
  background: #fff0f0; color: var(--red); border-color: #f5b8b8;
}

/* ══════════════════════════════════════════════════════════════
   HEALTHY ATHLETES  -  white bg, green accent strip at top
   ══════════════════════════════════════════════════════════════ */
.healthy-section {
  background: #fff;
  border-top: 6px solid var(--green-mid);
}

.healthy-header {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--border);
}
@media (max-width: 820px) {
  .healthy-header { grid-template-columns: 1fr; gap: 1.75rem; }
}

.healthy-intro { display: flex; flex-direction: column; gap: 0.85rem; }

.healthy-partner {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.9rem;
  color: var(--gray-dark);
  background: var(--green-pale);
  border: 1px solid #c5dbb5;
  padding: 0.5rem 0.9rem 0.5rem 0.55rem;
  border-radius: 100px;
  align-self: flex-start;
  margin: 0;
}
.healthy-partner .partner-text { display: inline-flex; flex-direction: column; line-height: 1.2; }
.healthy-partner .partner-prefix { font-size: 0.72rem; color: var(--gray-mid); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }
.healthy-partner strong { color: var(--green-deep); font-size: 0.95rem; }
.lions-logo {
  display: inline-block; vertical-align: middle;
  width: 48px; height: 48px;
  object-fit: contain;
  flex-shrink: 0;
}
.healthy-title { margin: 0; }
.healthy-edition { font-size: 1rem; color: var(--gray-dark); margin: 0; }

.healthy-info-card {
  background: var(--green-pale);
  border: 1px solid #c5dbb5;
  border-left: 5px solid var(--red);
  border-radius: var(--radius);
  padding: 1.4rem 1.5rem;
  box-shadow: var(--shadow);
}

.healthy-location {
  display: flex; align-items: flex-start; gap: 0.65rem;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #c5dbb5;
}
.location-icon { font-size: 1.5rem; flex-shrink: 0; }
.healthy-location strong { display: block; font-size: 1.05rem; margin-bottom: 0.2rem; color: var(--green-deep); }
.healthy-location span { font-size: 0.9rem; color: var(--gray-dark); }

.healthy-hours { display: flex; flex-direction: column; gap: 0.3rem; }
.hour-row {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.95rem; padding: 0.35rem 0;
  border-bottom: 1px solid #c5dbb5;
  color: var(--gray-dark);
}
.hour-row:last-child { border-bottom: none; }
.hour-time { font-weight: 700; color: var(--green-dark); font-size: 1rem; }

/* Smoothie banner */
.smoothie-banner {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--green-pale);
  border: 1.5px solid var(--green-light);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  margin-bottom: 2.5rem;
}
.smoothie-icon { font-size: 2.5rem; flex-shrink: 0; }
.smoothie-banner p { font-size: 1.02rem; color: var(--gray-dark); line-height: 1.5; }

/* 9 disciplines */
.disciplines-title {
  font-family: var(--font-cond);
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--green-deep);
  margin-bottom: 1.25rem;
}
.disciplines-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
}
.discipline-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem 1rem;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.discipline-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--disc-color, var(--green-mid));
}
.disc-header {
  display: flex; align-items: center; gap: 0.7rem;
  margin-bottom: 0.7rem;
}
.disc-logo {
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.disc-logo img {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.disc-name {
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--green-deep);
}
.disc-new {
  font-size: 0.65rem;
  font-weight: 700;
  background: var(--red);
  color: #fff;
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.disc-desc {
  font-size: 0.92rem;
  color: var(--gray-dark);
  line-height: 1.55;
}

/* Photo + facts */
.healthy-bottom {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 2.5rem;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.healthy-photo img {
  width: 100%; border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  object-fit: cover;
}
.healthy-stats h3 {
  font-family: var(--font-cond);
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--green-deep);
  margin-bottom: 1.25rem;
}
.healthy-facts { display: flex; flex-direction: column; gap: 1rem; }
.healthy-facts li {
  display: flex; align-items: flex-start; gap: 0.75rem;
  font-size: 0.88rem; color: var(--gray-dark);
}
.healthy-facts strong {
  font-family: var(--font-cond);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--green-mid);
  line-height: 1;
  flex-shrink: 0;
  min-width: 3.5rem;
}

/* ══════════════════════════════════════════════════════════════
   TOGETHER SPECIAL  -  donatie-CTA
   ══════════════════════════════════════════════════════════════ */
.together-section {
  position: relative;
  background: var(--green-deep);
  color: #fff;
  overflow: hidden;
}
.together-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 85% 20%, rgba(204,37,41,0.28) 0%, rgba(204,37,41,0) 55%),
    radial-gradient(ellipse at 10% 90%, rgba(141,198,63,0.20) 0%, rgba(141,198,63,0) 55%);
  pointer-events: none;
}
.together-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 880px) {
  .together-inner { grid-template-columns: 1fr; gap: 2rem; }
}

.together-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-cond);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--green-light);
  margin-bottom: 1rem;
}
.eyebrow-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(204,37,41,0.25);
}
.together-title {
  font-family: var(--font-cond);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1;
  margin-bottom: 1rem;
}
.together-quote {
  font-style: italic;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: var(--green-light);
  border-left: 4px solid var(--red);
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
.together-text p {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.88);
  margin-bottom: 0.85rem;
}
.together-text strong { color: #fff; }

.together-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 1.5rem;
}
.btn-donate {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: var(--red);
  color: #fff;
  padding: 0.95rem 1.8rem;
  border-radius: 100px;
  box-shadow: 0 6px 20px rgba(204,37,41,0.45);
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}
.btn-donate:hover {
  transform: translateY(-2px);
  background: #B81F23;
  box-shadow: 0 10px 28px rgba(204,37,41,0.55);
}
.btn-donate span[aria-hidden] { font-size: 1.15rem; }
.btn-link {
  font-family: var(--font-cond);
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--green-light);
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  transition: color var(--transition), border-color var(--transition);
}
.btn-link:hover { color: #fff; border-bottom-color: var(--green-light); }

.together-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  border-top: 5px solid var(--red);
  border-radius: var(--radius);
  padding: 1.75rem 1.6rem;
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.35);
}
.campaign-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.campaign-label {
  font-family: var(--font-cond);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  background: var(--red);
  color: #fff;
  padding: 0.25rem 0.7rem;
  border-radius: 4px;
}
.campaign-header h3 {
  font-family: var(--font-cond);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.7);
}
.campaign-goal {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}
.campaign-goal strong {
  font-family: var(--font-cond);
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.campaign-goal span {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--green-light);
}
.campaign-desc {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.55;
  margin-bottom: 1.1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}
.campaign-perks {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.campaign-perks li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.88);
}
.perk-icon {
  width: 32px; height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(141,198,63,0.18);
  border-radius: 50%;
  font-size: 1rem;
  flex-shrink: 0;
}

/* Navbar CTA highlight */
.navbar-links a.nav-cta {
  background: var(--red);
  color: #fff !important;
  padding: 0.4rem 0.9rem;
  border-radius: 100px;
  font-weight: 700;
}
.navbar-links a.nav-cta:hover { background: #B81F23; }

/* ══════════════════════════════════════════════════════════════
   PARTNERS
   ══════════════════════════════════════════════════════════════ */
.partners-section { background: var(--gray-light); }

.partner-tier-block {
  margin-bottom: 3rem;
  text-align: center;
}
.partner-tier-block:last-child { margin-bottom: 0; }

.tier-label {
  font-family: var(--font-cond);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--green-deep);
  margin-bottom: 1.25rem;
  position: relative;
  display: inline-block;
  padding: 0 1.4rem;
}
.tier-label::before,
.tier-label::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 80px;
  height: 2px;
  background: currentColor;
  opacity: 0.45;
}
.tier-label::before { right: 100%; }
.tier-label::after  { left: 100%; }

.tier-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2rem;
}
.partner-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.4rem;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.partner-logo:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.partner-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Tier sizing - bigger tier = bigger logos */
.tier-diamond .tier-label { font-size: 1.6rem; color: var(--red); }
.tier-diamond .partner-logo {
  padding: 2.2rem 3rem;
  border-top: 4px solid var(--red);
}
.tier-diamond .partner-logo img { height: 180px; max-width: 460px; }

.tier-gold .tier-label { font-size: 1.2rem; color: #B8860B; }
.tier-gold .partner-logo { padding: 1.2rem 1.8rem; }
.tier-gold .partner-logo img { height: 80px; max-width: 200px; }

.tier-bronze .tier-label { font-size: 1.05rem; color: #8B5A2B; }
.tier-bronze .partner-logo { padding: 0.9rem 1.3rem; }
.tier-bronze .partner-logo img { height: 60px; max-width: 150px; }

.tier-friend .tier-label { font-size: 0.95rem; color: var(--green-mid); }
.tier-friend .partner-logo { padding: 0.7rem 1rem; }
.tier-friend .partner-logo img { height: 48px; max-width: 120px; }

.tier-media .tier-label { font-size: 0.95rem; color: var(--gray-mid); }
.tier-media .partner-logo { padding: 0.65rem 1rem; }
.tier-media .partner-logo img { height: 44px; max-width: 120px; }

@media (max-width: 640px) {
  .tier-diamond .partner-logo img { height: 120px; max-width: 280px; }
  .tier-gold .partner-logo img    { height: 60px; max-width: 150px; }
  .tier-bronze .partner-logo img  { height: 48px; max-width: 120px; }
  .tier-friend .partner-logo img,
  .tier-media .partner-logo img   { height: 38px; max-width: 100px; }
  .tier-label::before,
  .tier-label::after { width: 30px; }
}

/* ══════════════════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════════════════ */
.footer { background: var(--green-deep); color: rgba(255,255,255,0.72); padding-top: 3rem; }
.footer-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 2rem;
  padding-bottom: 3rem;
}
.footer-logo img { height: 72px; width: auto; margin-bottom: 0.65rem; }
.footer-logo p { font-size: 0.84rem; color: rgba(255,255,255,0.55); }

.footer-follow {
  font-family: var(--font-cond);
  font-weight: 700; font-size: 0.8rem;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--green-light); margin-bottom: 0.65rem;
}
.social-links { display: flex; flex-direction: column; gap: 0.35rem; }
.social-link {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.85rem; color: rgba(255,255,255,0.72);
  transition: color var(--transition);
}
.social-link:hover { color: var(--green-light); }
.social-icon { width: 18px; height: 18px; flex-shrink: 0; }
.footer-site {
  display: inline-block;
  font-family: var(--font-cond);
  font-size: 0.9rem; font-weight: 700;
  color: var(--green-light); margin-top: 0.65rem; letter-spacing: 0.04em;
  text-decoration: underline; text-underline-offset: 3px;
  transition: color var(--transition);
}
.footer-site:hover { color: #fff; }

.radio-label {
  font-family: var(--font-cond);
  font-weight: 700; font-size: 0.8rem;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--green-light); margin-bottom: 0.2rem;
}
.radio-freq-footer {
  font-family: var(--font-cond);
  font-size: 2.6rem; font-weight: 700; color: #fff; line-height: 1;
}

.footer-bottom {
  background: rgba(0,0,0,0.22);
  text-align: center;
  padding: 0.85rem;
  font-size: 0.74rem;
  color: rgba(255,255,255,0.38);
  letter-spacing: 0.03em;
}

/* ── Leaflet custom marker pin ───────────────────────────────── */
.site-pin-wrapper { background: transparent !important; border: none !important; }
.site-pin {
  width: 36px; height: 36px;
  background: var(--green-deep);
  border: 2.5px solid var(--green-light);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-cond);
  font-size: 0.82rem; font-weight: 700;
  color: #fff; cursor: pointer;
  box-shadow: 0 3px 10px rgba(0,0,0,0.5);
  transition: transform 0.15s, background 0.15s;
  user-select: none;
}
.site-pin:hover { background: var(--red); transform: scale(1.18); }

/* Leaflet popup styling */
.map-popup { font-family: var(--font); font-size: 0.85rem; line-height: 1.55; }
.map-popup strong { display: block; font-size: 0.95rem; color: var(--green-deep); margin-bottom: 2px; }
.map-popup em { display: block; color: var(--gray-mid); font-style: normal; font-size: 0.78rem; margin-bottom: 6px; }
.popup-cer { font-size: 0.78rem; color: var(--red); font-weight: 600; margin-bottom: 6px; }
.popup-sports { display: flex; flex-wrap: wrap; gap: 3px; margin-top: 4px; }
.popup-tag {
  background: var(--green-pale); color: var(--green-dark);
  border: 1px solid #c5dbb5; border-radius: 4px;
  padding: 1px 6px; font-size: 0.72rem; font-family: var(--font-cond); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.04em;
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .oath-overlay .container { grid-template-columns: 1fr; }
  .oath-translations { display: none; }
  .healthy-header { grid-template-columns: 1fr; gap: 1.5rem; }
  .healthy-bottom { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .navbar-links {
    display: none; flex-direction: column;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--green-deep);
    padding: 1rem; border-top: 1px solid rgba(255,255,255,0.1);
  }
  .navbar-links.open { display: flex; }
  .navbar-links a { padding: 0.6rem 1rem; }
  .menu-toggle { display: block; }

  .hero-ceremonies { grid-template-columns: 1fr; }
  .sports-grid { grid-template-columns: 1fr; }
  .disciplines-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .oath-photo-wrap { aspect-ratio: 4/3; }
}
