:root {
  --europe-paper: #eee9dc;
  --europe-ink: #14202c;
  --europe-muted: #64707a;
  --champions: #2454d6;
  --champions-soft: #dce6ff;
  --europa: #ad390b;
  --europa-soft: #ffe0ce;
  --premier-soft: #e8dcf3;
  --laliga-soft: #f5dfd3;
  --bundesliga-soft: #f0d7d4;
  --serie-soft: #d9e6f1;
  --ligue-soft: #dce9d9;
  --rule: rgba(20, 32, 44, 0.22);
  --board: #f2f0e9;
  --board-paper: #fffefd;
  --board-ink: #111722;
  --board-muted: #686d75;
  --board-faint: #d8d6cf;
  --board-rule: rgba(17, 23, 34, 0.24);
  --board-blue: #143e9f;
  --board-blue-soft: #edf2ff;
  --board-shadow: 0 18px 55px rgba(20, 25, 34, 0.075);
  --display: "Arial Narrow","Avenir Next Condensed","Helvetica Neue",sans-serif;
  --body: "Avenir Next","Noto Sans JP","Noto Sans SC","Helvetica Neue",Arial,sans-serif;
  --utility: ui-monospace,SFMono-Regular,Menlo,monospace;
}

body { margin: 0; }
.europe-skip-link { position: absolute; left: -9999px; }
.europe-skip-link:focus { left: 1rem; top: 1rem; z-index: 10; padding: 0.5rem; background: #fff; }

.europe-page {
  min-height: 100dvh;
  background:
    linear-gradient(90deg, transparent 0 49.92%, rgba(20, 32, 44, 0.05) 50%, transparent 50.08%),
    var(--europe-paper);
  color: var(--europe-ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
}

.europe-page * { box-sizing: border-box; }
.europe-page a { color: inherit; }
.europe-page a:focus-visible {
  outline: 3px solid var(--europe-ink);
  outline-offset: 3px;
}

.europe-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.1rem clamp(1rem, 3.5vw, 3.5rem);
  border-bottom: 1px solid var(--europe-ink);
}

.europe-wordmark {
  text-decoration: none;
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.europe-wordmark span {
  display: block;
  margin-bottom: 0.2rem;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.europe-header nav { display: flex; flex-wrap: wrap; gap: 0.35rem 1.2rem; }
.europe-header nav a {
  text-decoration: none;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}
.europe-header nav a:hover { text-decoration: underline; text-underline-offset: 0.3rem; }

.europe-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(17rem, 0.75fr);
  gap: clamp(2rem, 6vw, 7rem);
  min-height: 34rem;
  padding: clamp(4rem, 9vw, 8.5rem) clamp(1rem, 3.5vw, 3.5rem) 4rem;
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 1rem;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.europe-hero h1,
.season-hero h1,
.competition-hero h1 {
  margin: 0;
  font-size: clamp(4rem, 12vw, 10rem);
  font-weight: 900;
  letter-spacing: -0.085em;
  line-height: 0.84;
}

.hero-copy {
  z-index: 1;
  align-self: end;
  max-width: 34rem;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.75;
}
.competition-jump { display: grid; gap: 0.8rem; margin-top: 2rem; }
.competition-jump a {
  padding-top: 0.65rem;
  border-top: 1px solid var(--europe-ink);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
}
.league-cup-link {
  display: inline-block;
  margin-top: 2rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--europe-ink);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
}

.hero-orbit {
  position: absolute;
  top: 1.5rem;
  right: 17%;
  width: clamp(14rem, 30vw, 31rem);
  aspect-ratio: 1;
  border: 1px solid var(--europe-ink);
  border-radius: 50%;
  opacity: 0.16;
}
.hero-orbit::after {
  position: absolute;
  inset: 14%;
  border: 1px dashed var(--europe-ink);
  border-radius: inherit;
  content: "";
}
.hero-orbit span {
  position: absolute;
  top: 50%; left: 50%;
  translate: -50% -50%;
  font-size: clamp(6rem, 15vw, 14rem);
  font-weight: 900;
}

.season-rail {
  display: grid;
  grid-template-columns: repeat(10, minmax(6.3rem, 1fr));
  overflow-x: auto;
  border-block: 1px solid var(--europe-ink);
  background: var(--europe-ink);
  color: var(--europe-paper);
}
.season-rail a {
  display: grid;
  gap: 0.45rem;
  min-width: 6.3rem;
  padding: 0.8rem 1rem;
  border-right: 1px solid rgba(238, 233, 220, 0.25);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
}
.season-rail a span { color: #9ba4ad; font-size: 0.58rem; }
.season-rail a:hover,
.season-rail a[aria-current="page"] { background: var(--europe-paper); color: var(--europe-ink); }

.season-index {
  display: grid;
  grid-template-columns: minmax(16rem, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 7vw, 8rem);
  padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 3.5vw, 3.5rem);
  border-top: 1px solid var(--europe-ink);
}
.season-index > header p {
  margin: 0 0 1rem;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.season-index > header h2 {
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 6rem);
  letter-spacing: -0.075em;
  line-height: 0.95;
}
.season-index > header span {
  display: block;
  max-width: 31rem;
  margin-top: 1.5rem;
  font-size: 0.85rem;
  line-height: 1.7;
}
.season-index-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: start;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--europe-ink);
  list-style: none;
}
.season-index-list li { border-bottom: 1px solid var(--rule); }
.season-index-list li:nth-child(odd) { border-right: 1px solid var(--rule); }
.season-index-list a {
  display: grid;
  gap: 0.55rem;
  padding: 1.35rem;
  text-decoration: none;
}
.season-index-list a:hover { background: var(--europe-ink); color: var(--europe-paper); }
.season-index-list span {
  font-size: clamp(1.8rem, 4vw, 3.8rem);
  font-weight: 900;
  letter-spacing: -0.07em;
}
.season-index-list small {
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.country-index {
  padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 3.5vw, 3.5rem);
  border-top: 1px solid var(--europe-ink);
}
.country-index > header {
  display: grid;
  grid-template-columns: minmax(12rem, 0.35fr) minmax(0, 1fr) minmax(16rem, 0.65fr);
  align-items: end;
  gap: 2rem;
  margin-bottom: clamp(2rem, 5vw, 4.5rem);
}
.country-index > header p,
.country-season-history > header p {
  margin: 0;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.country-index > header h2,
.country-season-history > header h2 {
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 6rem);
  letter-spacing: -0.075em;
  line-height: 0.95;
}
.country-index > header > span { max-width: 31rem; font-size: 0.85rem; line-height: 1.7; }
.country-index-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-block: 1px solid var(--europe-ink);
  list-style: none;
}
.country-index-list li { min-width: 0; border-left: 1px solid var(--europe-ink); }
.country-index-list li:first-child { border-left: 0; }
.country-index-list .premier-league { background: var(--premier-soft); }
.country-index-list .la-liga { background: var(--laliga-soft); }
.country-index-list .bundesliga { background: var(--bundesliga-soft); }
.country-index-list .serie-a { background: var(--serie-soft); }
.country-index-list .ligue-1 { background: var(--ligue-soft); }
.country-index-list a {
  display: grid;
  align-content: space-between;
  gap: 0.6rem;
  min-height: 15rem;
  padding: 1.2rem;
  text-decoration: none;
}
.country-index-list a:hover { background: var(--europe-ink); color: var(--europe-paper); }
.country-index-list span,
.country-index-list small {
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.country-index-list strong {
  align-self: end;
  overflow-wrap: anywhere;
  font-size: clamp(1.3rem, 2.5vw, 2.6rem);
  letter-spacing: -0.065em;
  line-height: 0.95;
}
.country-index-list small { align-self: end; letter-spacing: 0.02em; text-transform: none; }
.country-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(8rem, 1fr));
  overflow-x: auto;
  border-block: 1px solid var(--europe-ink);
  background: var(--europe-ink);
  color: var(--europe-paper);
}
.country-rail a {
  display: grid;
  gap: 0.35rem;
  min-width: 8rem;
  padding: 0.85rem 1rem;
  border-right: 1px solid rgba(238, 233, 220, 0.25);
  font-size: 0.75rem;
  font-weight: 800;
  text-decoration: none;
}
.country-rail a span { color: #9ba4ad; font-family: var(--font-geist-mono), monospace; font-size: 0.56rem; }
.country-rail a:hover,
.country-rail a[aria-current="page"] { background: var(--europe-paper); color: var(--europe-ink); }

.tournament-card {
  padding: clamp(1.5rem, 3.5vw, 3.5rem);
  border-left: 1px solid var(--europe-ink);
}
.tournament-card.champions-league { background: var(--champions-soft); }
.tournament-card.europa-league { background: var(--europa-soft); }
.tournament-card header { margin-bottom: clamp(3rem, 8vw, 7rem); }
.tournament-card header p {
  margin: 0 0 0.5rem;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}
.tournament-card header h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2.8vw, 2.7rem);
  letter-spacing: -0.05em;
}
.champions-league header p,
.champions-league .winner-block span { color: var(--champions); }
.europa-league header p,
.europa-league .winner-block span { color: var(--europa); }
.winner-block { display: grid; gap: 0.45rem; }
.winner-block span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.winner-block strong {
  max-width: 12ch;
  font-size: clamp(2rem, 5vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.92;
}
.winner-block small { margin-top: 0.5rem; font-size: 0.82rem; font-weight: 700; }
.season-hero,
.competition-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.45fr);
  align-items: end;
  min-height: 25rem;
  padding: clamp(3.5rem, 8vw, 7rem) clamp(1rem, 3.5vw, 3.5rem) 3rem;
}
.season-hero .eyebrow,
.competition-hero .eyebrow { grid-column: 1 / -1; }
.season-hero > p:last-child,
.competition-hero > p:last-child { margin: 0; max-width: 29rem; line-height: 1.7; }
.season-hero h1 { font-size: clamp(6rem, 18vw, 16rem); }
.competition-hero h1 { font-size: clamp(3.5rem, 9vw, 8rem); }

.tournament-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tournament-pair .tournament-card:first-child { border-left: 0; }
.final-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: clamp(3rem, 7vw, 6rem) 0 0;
  border-top: 1px solid var(--europe-ink);
}
.final-facts div { padding: 1rem 1rem 1.25rem 0; border-bottom: 1px solid var(--rule); }
.final-facts div:nth-child(odd) { border-right: 1px solid var(--rule); }
.final-facts div:nth-child(even) { padding-left: 1rem; }
.final-facts dt {
  margin-bottom: 0.4rem;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  font-weight: 800;
}
.final-facts dd { margin: 0; font-size: 0.78rem; font-weight: 700; line-height: 1.45; }
.decision,
.season-note { margin: 1rem 0 0; font-size: 0.78rem; line-height: 1.65; }
.decision { font-weight: 800; }
.season-note { color: #44515b; }

.number-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2rem;
  border-block: 1px solid var(--europe-ink);
}
.number-grid div { padding: 1rem 0.4rem; border-right: 1px solid var(--rule); }
.number-grid div:last-child { border-right: 0; }
.number-grid strong { display: block; font-size: clamp(1.3rem, 2.5vw, 2.6rem); letter-spacing: -0.06em; }
.number-grid span { font-size: 0.58rem; font-weight: 700; }
.stats-note {
  margin: 0.75rem 0 0;
  color: #44515b;
  font-size: 0.68rem;
  line-height: 1.6;
}
.source-link {
  display: inline-block;
  margin-top: 1.4rem;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.67rem;
  font-weight: 800;
  text-underline-offset: 0.25rem;
}

.league-card {
  min-width: 0;
  padding: clamp(1.2rem, 2.2vw, 2.4rem);
  border-left: 1px solid var(--europe-ink);
}
.league-card:first-child { border-left: 0; }
.league-card.premier-league { background: var(--premier-soft); }
.league-card.la-liga { background: var(--laliga-soft); }
.league-card.bundesliga { background: var(--bundesliga-soft); }
.league-card.serie-a { background: var(--serie-soft); }
.league-card.ligue-1 { background: var(--ligue-soft); }
.league-card header { min-height: 6.8rem; margin-bottom: clamp(2.5rem, 5vw, 5rem); }
.league-card header p {
  margin: 0 0 0.45rem;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}
.league-card header h2 {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 2rem);
  letter-spacing: -0.05em;
  line-height: 1;
}
.league-card header > span {
  display: block;
  margin-top: 0.5rem;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.56rem;
  text-transform: uppercase;
}
.league-winner { display: grid; gap: 0.4rem; }
.league-winner > span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.league-winner strong {
  overflow-wrap: normal;
  font-size: clamp(1.55rem, 3vw, 3.7rem);
  letter-spacing: -0.07em;
  line-height: 0.92;
}
.league-winner small {
  margin-top: 0.3rem;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.7rem;
  font-weight: 800;
}
.podium {
  margin: 2rem 0 0;
  padding: 0;
  border-top: 1px solid var(--europe-ink);
  list-style: none;
}
.podium li {
  display: grid;
  grid-template-columns: 1.2rem minmax(0, 1fr);
  gap: 0.35rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--rule);
  font-size: 0.69rem;
}
.podium li span { font-family: var(--font-geist-mono), monospace; }
.league-facts {
  display: grid;
  grid-template-columns: minmax(7rem, 0.35fr) minmax(0, 1fr);
  margin: 2.2rem 0 0;
  border-top: 1px solid var(--europe-ink);
}
.league-facts div { padding: 1rem 1rem 1rem 0; border-bottom: 1px solid var(--rule); }
.league-facts div + div { padding-left: 1rem; border-left: 1px solid var(--rule); }
.league-facts dt {
  margin-bottom: 0.35rem;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  font-weight: 800;
}
.league-facts dd { margin: 0; font-size: 0.78rem; font-weight: 750; line-height: 1.55; }
.league-sources { display: flex; flex-wrap: wrap; gap: 0.6rem 1.2rem; margin-top: 1.3rem; }
.league-sources a {
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.62rem;
  font-weight: 800;
  text-underline-offset: 0.22rem;
}
.league-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.league-detail-grid .league-card { border-bottom: 1px solid var(--europe-ink); }
.league-detail-grid .league-card:nth-child(odd) { border-left: 0; }
.league-detail-grid .league-card:last-child { grid-column: 1 / -1; }
.league-detail-grid .league-card header { min-height: auto; }
.league-season-hero h1 { font-size: clamp(6rem, 18vw, 16rem); }

.country-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--europe-ink);
}
.country-summary > div {
  display: grid;
  align-content: start;
  gap: 0.45rem;
  min-height: 10rem;
  padding: 1.4rem clamp(1rem, 2.4vw, 2.4rem);
  border-left: 1px solid var(--europe-ink);
}
.country-summary > div:first-child { border-left: 0; }
.country-summary strong {
  overflow-wrap: anywhere;
  font-size: clamp(1.6rem, 3.5vw, 4rem);
  letter-spacing: -0.065em;
  line-height: 0.95;
}
.country-summary span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.62rem;
  font-weight: 800;
}
.country-summary div > strong:last-child:not(:first-child) { font-size: 1rem; letter-spacing: -0.03em; }
.league-country-page.premier-league .country-hero,
.league-country-page.premier-league .country-summary { background: var(--premier-soft); }
.league-country-page.la-liga .country-hero,
.league-country-page.la-liga .country-summary { background: var(--laliga-soft); }
.league-country-page.bundesliga .country-hero,
.league-country-page.bundesliga .country-summary { background: var(--bundesliga-soft); }
.league-country-page.serie-a .country-hero,
.league-country-page.serie-a .country-summary { background: var(--serie-soft); }
.league-country-page.ligue-1 .country-hero,
.league-country-page.ligue-1 .country-summary { background: var(--ligue-soft); }
.country-season-history {
  display: grid;
  grid-template-columns: minmax(15rem, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(2rem, 7vw, 8rem);
  padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 3.5vw, 3.5rem);
}
.country-season-history > header h2 { margin-top: 1rem; }
.country-season-history > div { border-top: 1px solid var(--europe-ink); }
.country-season-row {
  display: grid;
  grid-template-columns: minmax(6rem, 0.3fr) minmax(10rem, 0.7fr) minmax(12rem, 1fr);
  gap: 1rem 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--rule);
}
.country-season-row > header { display: grid; align-content: start; gap: 0.35rem; }
.country-season-row > header a {
  font-size: clamp(1.2rem, 2.4vw, 2.2rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}
.country-season-row > header span,
.country-season-winner > span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.6rem;
  font-weight: 800;
}
.country-season-winner { display: grid; align-content: start; gap: 0.5rem; }
.country-season-winner strong {
  overflow-wrap: anywhere;
  font-size: clamp(1.5rem, 3vw, 3.1rem);
  letter-spacing: -0.07em;
  line-height: 0.92;
}
.country-season-row .podium { margin: 0; }
.country-season-facts { grid-column: 2 / -1; margin: 0; border-top: 1px solid var(--rule); }
.country-season-facts div { padding-top: 0.8rem; }
.country-season-facts dt {
  margin-bottom: 0.35rem;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  font-weight: 800;
}
.country-season-facts dd { margin: 0; font-size: 0.76rem; font-weight: 700; line-height: 1.55; }
.country-season-row > .season-note,
.country-season-row > .league-sources { grid-column: 2 / -1; margin-top: 0; }

.competition-page.champions-league .competition-hero { background: var(--champions-soft); }
.competition-page.europa-league .competition-hero { background: var(--europa-soft); }
.europe-footer {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  padding: 2rem clamp(1rem, 3.5vw, 3.5rem) 4rem;
  border-top: 1px solid var(--europe-ink);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.63rem;
  line-height: 1.7;
}
.europe-footer p { margin: 0; }

/* League archive — aligned with the World Cup editorial kit board. */
.league-page {
  background:
    radial-gradient(circle at 85% 8%, rgba(20, 62, 159, 0.07), transparent 24rem),
    var(--board);
  color: var(--board-ink);
  font-family: var(--body);
}
.league-page a:focus-visible { outline-color: var(--board-blue); }
.league-page .europe-header {
  align-items: center;
  border-color: var(--board-rule);
  background: var(--board-paper);
}
.league-page .europe-wordmark {
  color: var(--board-ink);
  font-family: var(--display);
  letter-spacing: -0.035em;
  text-transform: uppercase;
}
.league-page .europe-wordmark span,
.league-page .europe-header nav a,
.league-page .eyebrow,
.league-page .league-cup-link,
.league-page .season-index > header p,
.league-page .season-index-list small,
.league-page .season-rail a,
.league-page .league-card header p,
.league-page .league-card header > span,
.league-page .league-winner > span,
.league-page .league-winner small,
.league-page .podium li span,
.league-page .league-facts dt,
.league-page .league-sources a,
.league-page .europe-footer {
  font-family: var(--utility);
}
.league-page .europe-wordmark span,
.league-page .eyebrow,
.league-page .season-index > header p,
.league-page .league-card header p,
.league-page .league-winner > span,
.league-page .league-facts dt,
.league-page .league-sources a {
  color: var(--board-blue);
}
.league-page .europe-hero,
.league-page .season-hero {
  border-bottom: 1px solid var(--board-rule);
}
.league-page .europe-hero h1,
.league-page .season-hero h1,
.league-page .season-index > header h2,
.league-page .season-index-list span,
.league-page .league-card header h2,
.league-page .league-winner strong {
  font-family: var(--display);
}
.league-page .hero-copy,
.league-page .season-hero > p:last-child,
.league-page .season-index > header span {
  color: var(--board-muted);
}
.league-page .league-cup-link {
  border-color: var(--board-blue);
  color: var(--board-blue);
}
.league-page .season-index {
  border-color: var(--board-rule);
}
.league-page .season-index-list {
  gap: 0.75rem;
  border: 0;
}
.league-page .season-index-list li,
.league-page .season-index-list li:nth-child(odd) {
  border: 0;
}
.league-page .season-index-list a {
  min-height: 8rem;
  border: 1px solid var(--board-rule);
  border-top: 3px solid var(--board-blue);
  background: var(--board-paper);
  box-shadow: var(--board-shadow);
}
.league-page .season-index-list a:hover {
  background: var(--board-blue);
  color: var(--board-paper);
}
.league-page .season-rail {
  border-color: var(--board-ink);
  background: var(--board-ink);
  color: var(--board-paper);
}
.league-page .season-rail a {
  border-color: rgba(255, 254, 253, 0.2);
}
.league-page .season-rail a:hover,
.league-page .season-rail a[aria-current="page"] {
  background: var(--board-blue-soft);
  color: var(--board-blue);
}
.league-page .league-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: clamp(1rem, 2.5vw, 2.5rem);
  background: var(--board);
}
.league-page .league-card {
  position: relative;
  background: var(--board-paper);
}
.league-page .league-card,
.league-page .league-detail-grid .league-card,
.league-page .league-detail-grid .league-card:nth-child(odd) {
  border: 1px solid var(--board-rule);
  box-shadow: var(--board-shadow);
}
.league-page .league-detail-grid .league-card:last-child {
  grid-column: auto;
}
.league-page .league-card::before {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 3px;
  background: var(--board-blue);
  content: "";
}
.league-page .league-card header {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--board-faint);
}
.league-page .league-card header > span,
.league-page .season-note,
.league-page .europe-footer {
  color: var(--board-muted);
}
.league-page .podium,
.league-page .league-facts,
.league-page .europe-footer {
  border-color: var(--board-rule);
}
.league-page .podium li,
.league-page .league-facts div {
  border-color: var(--board-faint);
}
.league-page .league-facts div + div {
  border-left-color: var(--board-faint);
}
.league-page .europe-footer {
  background: var(--board-paper);
}

@media (max-width: 1100px) {
  .league-page .league-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .europe-header { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .europe-hero,
  .season-hero,
  .competition-hero { grid-template-columns: 1fr; min-height: auto; }
  .europe-hero h1 { font-size: clamp(4rem, 22vw, 7rem); }
  .league-season-hero h1 { font-size: clamp(4rem, 20vw, 6rem); }
  .hero-copy { margin-top: 3rem; }
  .hero-orbit { right: -5rem; }
  .season-index { grid-template-columns: 1fr; }
  .season-index-list { grid-template-columns: 1fr; }
  .season-index-list li:nth-child(odd) { border-right: 0; }
  .country-index > header { grid-template-columns: 1fr; }
  .country-index-list { grid-template-columns: 1fr; }
  .country-index-list li { border-left: 0; border-bottom: 1px solid var(--europe-ink); }
  .country-index-list li:last-child { border-bottom: 0; }
  .country-index-list a { min-height: 9rem; }
  .tournament-card { border-bottom: 1px solid var(--europe-ink); }
  .tournament-pair { grid-template-columns: 1fr; }
  .tournament-pair .tournament-card { border-left: 0; }
  .season-hero > p:last-child,
  .competition-hero > p:last-child { margin-top: 2rem; }
  .final-facts { grid-template-columns: 1fr; }
  .final-facts div:nth-child(odd) { border-right: 0; }
  .final-facts div:nth-child(even) { padding-left: 0; }
  .league-detail-grid { grid-template-columns: 1fr; }
  .league-page .league-detail-grid { grid-template-columns: 1fr; }
  .league-card,
  .league-detail-grid .league-card,
  .league-detail-grid .league-card:nth-child(odd) { border-left: 0; border-bottom: 1px solid var(--europe-ink); }
  .league-detail-grid .league-card:last-child { grid-column: auto; }
  .league-card header { min-height: auto; }
  .league-facts { grid-template-columns: 1fr; }
  .league-facts div + div { padding-left: 0; border-left: 0; }
  .country-summary { grid-template-columns: 1fr; }
  .country-summary > div { min-height: auto; border-top: 1px solid var(--europe-ink); border-left: 0; }
  .country-summary > div:first-child { border-top: 0; }
  .country-season-history { grid-template-columns: 1fr; }
  .country-season-row { grid-template-columns: 1fr; }
  .country-season-facts,
  .country-season-row > .season-note,
  .country-season-row > .league-sources { grid-column: auto; }
  .europe-footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .europe-page * { scroll-behavior: auto !important; }
}
