:root {
  --bg: #f3ede5;
  --surface: rgba(255, 251, 245, 0.94);
  --surface-strong: #fffaf4;
  --ink: #1f1b1a;
  --muted: #6e645d;
  --line: rgba(65, 51, 47, 0.1);
  --brand: #8d2f3e;
  --brand-deep: #601c28;
  --brand-soft: #d8c2b8;
  --accent: #c9b98f;
  --accent-deep: #a88d58;
  --shadow: 0 26px 60px rgba(53, 39, 35, 0.1);
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --font-body: "Barlow", Arial, sans-serif;
  --font-display: "Barlow Condensed", Impact, sans-serif;
  --content-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(215, 189, 175, 0.34), transparent 34%),
    linear-gradient(180deg, #f8f3ed 0%, var(--bg) 34%, #efe7dd 100%);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.page-shell {
  min-height: 100vh;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 28px 24px 138px;
}

.subhero {
  position: relative;
  overflow: hidden;
  padding: 28px 24px 108px;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(216, 194, 140, 0.22), transparent 18%),
    radial-gradient(circle at 88% 24%, rgba(255, 244, 214, 0.1), transparent 10%),
    radial-gradient(circle at 50% 112%, rgba(122, 31, 49, 0.46), transparent 34%),
    linear-gradient(120deg, rgba(15, 12, 12, 0.98), rgba(54, 18, 27, 0.97) 46%, rgba(113, 34, 49, 0.95)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 2px,
      transparent 2px,
      transparent 106px
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

.subhero__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 16%, rgba(216, 194, 140, 0.18), transparent 18%),
    radial-gradient(circle at 90% 20%, rgba(255, 244, 214, 0.08), transparent 9%),
    radial-gradient(circle at 50% 108%, rgba(122, 31, 49, 0.34), transparent 32%),
    linear-gradient(128deg, rgba(16, 13, 13, 0.98), rgba(58, 18, 28, 0.96) 48%, rgba(102, 31, 45, 0.93)),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.04) 0,
      rgba(255, 255, 255, 0.04) 10px,
      transparent 10px,
      transparent 44px
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

.topbar,
.hero__content,
.quick-facts,
.section,
.footer {
  position: relative;
  z-index: 1;
  max-width: var(--content-width);
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 6px 0 42px;
}

.brand {
  font-family: var(--font-display);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fffaf5;
}

.topbar__links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.topbar__links a {
  font-family: var(--font-display);
  text-decoration: none;
  color: rgba(255, 250, 245, 0.82);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.hero__content {
  padding: 18px 0 24px;
  color: #fffaf5;
  max-width: 660px;
}

.hero__headline {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.hero__headline-crest {
  flex: 0 0 auto;
  width: clamp(96px, 10vw, 142px);
  margin-top: 8px;
  opacity: 0.92;
  filter: drop-shadow(0 12px 24px rgba(10, 8, 8, 0.22));
}

.hero__headline-crest img {
  display: block;
  width: 100%;
  height: auto;
}

.subhero__content {
  position: relative;
  z-index: 1;
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 18px 0 24px;
  color: #fffaf5;
}

.eyebrow,
.section__kicker,
.quick-facts__label {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.9rem;
  line-height: 1.1;
  font-weight: 700;
  color: var(--accent);
}

.hero h1 {
  font-family: var(--font-display);
  margin: 14px 0 18px;
  max-width: 520px;
  font-size: clamp(3.2rem, 6vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 800;
}

.subhero h1 {
  font-family: var(--font-display);
  margin: 14px 0 18px;
  max-width: 760px;
  font-size: clamp(2.8rem, 5.2vw, 4.8rem);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 800;
}

.hero__lead {
  max-width: 700px;
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(255, 250, 245, 0.78);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0 18px;
}

.button {
  font-family: var(--font-display);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button--primary {
  background: var(--accent);
  color: #221d1a;
}

.button--ghost {
  border: 1px solid rgba(255, 250, 245, 0.28);
  color: #fffaf5;
  background: rgba(255, 255, 255, 0.04);
}

.hero__note {
  margin: 0;
  color: rgba(255, 250, 245, 0.76);
  font-size: 0.95rem;
}

.hero-spotlight {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.12fr 1fr 0.88fr;
  gap: 22px;
  max-width: var(--content-width);
  margin: 28px auto -88px;
}

.hero-spotlight__card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 54px rgba(31, 22, 21, 0.14);
  backdrop-filter: blur(12px);
}

.hero-spotlight__card::after {
  content: "";
  position: absolute;
  inset: auto -30px -38px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.hero-spotlight__card--result {
  background:
    linear-gradient(145deg, rgba(110, 30, 45, 0.98), rgba(53, 17, 24, 0.96)),
    rgba(110, 30, 45, 0.96);
  color: #fffaf5;
}

.hero-spotlight__card--next {
  background:
    linear-gradient(160deg, rgba(255, 251, 245, 0.98), rgba(244, 236, 227, 0.96)),
    rgba(255, 251, 245, 0.96);
  color: var(--ink);
}

.hero-spotlight__card--players {
  background:
    linear-gradient(180deg, rgba(201, 185, 143, 0.92), rgba(167, 141, 88, 0.94)),
    rgba(201, 185, 143, 0.94);
  color: var(--ink);
}

.hero-spotlight__card--next,
.hero-spotlight__card--players {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.hero-spotlight__label {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-spotlight__score {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
}

.hero-spotlight__score span:last-child {
  text-align: right;
}

.hero-spotlight__score strong {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.5vw, 4.4rem);
  line-height: 0.82;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.match-result__top,
.match-result__footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.match-result__competition,
.match-result__status,
.match-result__footer span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.86rem;
}

.match-result__competition {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.match-result__status {
  background: rgba(201, 185, 143, 0.16);
  border: 1px solid rgba(201, 185, 143, 0.22);
  color: #f8ebc7;
  font-weight: 700;
}

.match-result__board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin: 22px 0 18px;
}

.match-result__team {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.match-result__team strong {
  font-family: var(--font-display);
  font-size: 1.32rem;
  line-height: 1;
  text-transform: uppercase;
}

.match-result__team small,
.match-result__scorebox small,
.match-result__date {
  font-size: 0.9rem;
  opacity: 0.76;
}

.match-result__scorebox {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 180px;
  padding: 18px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.match-result__scorebox strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 0.82;
  letter-spacing: -0.03em;
}

.match-result__scorebox strong span {
  opacity: 0.4;
}

.match-result__team--winner strong,
.match-result__team--winner small {
  color: #f7edd7;
}

.match-result__footer {
  flex-wrap: wrap;
}

.match-result__footer span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-spotlight__meta,
.hero-spotlight__text,
.hero-spotlight__fixture p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  line-height: 1.6;
}

.hero-spotlight__fixture {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}

.hero-spotlight__fixture strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.9rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-spotlight__fixture p {
  color: rgba(37, 48, 42, 0.78);
}

.hero-spotlight__chips {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.hero-spotlight__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(37, 48, 42, 0.08);
  background: rgba(141, 47, 62, 0.04);
  font-size: 0.88rem;
}

.hero-spotlight__players {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-spotlight__players li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 251, 245, 0.22);
  border: 1px solid rgba(255, 251, 245, 0.28);
}

.hero-spotlight__players strong {
  font-family: var(--font-display);
  font-size: 1.12rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.hero-spotlight__card,
.quick-facts article,
.card,
.story-card,
.topic-list article,
.faq-list details,
.timeline__item div {
  border-radius: var(--radius-lg);
}

.hero-spotlight__players span {
  color: #2d2418;
  font-weight: 700;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 132px;
  padding: 0 24px;
}

.stadium-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--content-width);
  margin: -34px auto 0;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.quick-facts article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: var(--radius-md);
  background: rgba(255, 251, 246, 0.92);
  box-shadow: var(--shadow);
}

.quick-facts strong {
  font-family: var(--font-display);
  display: block;
  margin-top: 8px;
  font-size: 1.32rem;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.quick-facts--socials {
  grid-template-columns: 1fr;
}

.quick-facts__social-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
}

.quick-facts__text {
  margin: 12px 0 0;
  color: var(--muted);
}

.quick-facts__social-panel .footer__socials {
  margin-top: 0;
  justify-content: flex-start;
}

.stadium-facts article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: var(--radius-lg);
  background: rgba(255, 251, 246, 0.94);
  box-shadow: var(--shadow);
}

.stadium-facts strong {
  font-family: var(--font-display);
  display: block;
  margin-top: 10px;
  font-size: 2.2rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.stadium-facts p {
  margin: 12px 0 0;
  color: var(--muted);
}

.roster-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--content-width);
  margin: -34px auto 0;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.roster-overview article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: var(--radius-lg);
  background: rgba(255, 251, 246, 0.94);
  box-shadow: var(--shadow);
}

.roster-overview strong {
  font-family: var(--font-display);
  display: block;
  margin-top: 10px;
  font-size: 2.1rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.roster-overview p {
  margin: 12px 0 0;
  color: var(--muted);
}

.quick-facts--subpage {
  margin-top: -30px;
}

.table-window {
  position: relative;
  z-index: 1;
  max-width: var(--content-width);
  margin: 88px auto 0;
  padding: 0 24px;
}

.table-window__inner {
  padding: 26px 28px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(65, 51, 47, 0.08);
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.98), rgba(246, 239, 231, 0.96));
  box-shadow: var(--shadow);
}

.table-window__heading {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.table-window__heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.table-window__heading p:last-child {
  margin: 0;
  color: var(--muted);
}

.table-window__board {
  display: grid;
  gap: 10px;
}

.table-window__row {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 70px 70px 70px;
  gap: 12px;
  align-items: center;
  padding: 15px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(65, 51, 47, 0.06);
}

.table-window__row strong {
  font-family: var(--font-display);
  font-size: 1.14rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.table-window__row--head {
  background: transparent;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 0.94rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.table-window__row--focus {
  background: linear-gradient(135deg, rgba(96, 28, 40, 0.96), rgba(141, 47, 62, 0.92));
  border-color: rgba(141, 47, 62, 0.22);
  color: #fffaf5;
  box-shadow: 0 18px 34px rgba(96, 28, 40, 0.18);
}

.table-window__row--focus strong {
  color: #fffaf5;
}

.table-window--page {
  margin-top: 88px;
}

.section {
  padding: 104px 24px 0;
}

.section__heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section__heading h2 {
  font-family: var(--font-display);
  margin: 8px 0 16px;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 800;
}

.section__heading p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.intent-grid,
.story-grid,
.topic-list,
.timeline {
  display: grid;
  gap: 18px;
}

.intent-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.story-card,
.topic-list article,
.faq-list details {
  padding: 28px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.card h3,
.story-card h3,
.topic-list h3,
.timeline__item h3 {
  font-family: var(--font-display);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.55rem;
  line-height: 1.12;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.card p,
.story-card p,
.topic-list p,
.faq-list p,
.timeline__item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.card__link {
  text-decoration: none;
}

.section--split .story-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.story-grid--two {
  grid-template-columns: 1.2fr 1fr;
}

.venue-analytics__grid,
.achievement-grid,
.player-insight-grid,
.roster-grid {
  display: grid;
  gap: 18px;
}

.venue-analytics__grid {
  grid-template-columns: 1.15fr 0.85fr;
}

.venue-plan,
.venue-side__card,
.achievement-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.venue-plan {
  padding: 26px;
}

.venue-plan__frame {
  padding: 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.42), transparent 68%),
    linear-gradient(180deg, rgba(244, 236, 227, 0.94), rgba(234, 220, 199, 0.95));
  border: 1px solid rgba(65, 51, 47, 0.08);
}

.venue-plan__svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 720px;
}

.venue-plan__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.venue-plan__legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(65, 51, 47, 0.08);
  color: var(--muted);
  font-size: 0.94rem;
}

.venue-plan__swatch {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  display: inline-block;
}

.venue-plan__swatch--stand {
  background: var(--brand);
}

.venue-plan__swatch--side {
  background: var(--accent);
}

.venue-plan__swatch--pitch {
  background: #6da46f;
}

.venue-side {
  display: grid;
  gap: 18px;
}

.venue-side__card {
  padding: 26px;
}

.venue-side__card h3,
.achievement-card h3 {
  margin: 8px 0 12px;
  font-family: var(--font-display);
  font-size: 1.65rem;
  line-height: 1.04;
  text-transform: uppercase;
}

.venue-side__card p,
.achievement-card p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.venue-side__card--highlight {
  background:
    linear-gradient(160deg, rgba(111, 32, 47, 0.94), rgba(62, 18, 27, 0.95)),
    var(--brand);
  color: #fffaf5;
}

.venue-side__card--highlight p:last-child,
.venue-side__card--highlight .section__kicker {
  color: rgba(255, 250, 245, 0.8);
}

.venue-metrics {
  display: grid;
  gap: 12px;
}

.venue-metrics article,
.achievement-card {
  padding: 22px 24px;
}

.venue-metrics article {
  border-radius: 22px;
  border: 1px solid rgba(65, 51, 47, 0.08);
  background: rgba(255, 251, 245, 0.96);
  box-shadow: var(--shadow);
}

.venue-metrics strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 0.92;
  text-transform: uppercase;
}

.venue-metrics span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.55;
}

.achievement-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.achievement-card .section__kicker {
  color: var(--brand);
}

.player-insight-grid {
  grid-template-columns: 1.1fr 1fr 1fr;
}

.player-insight,
.roster-card {
  padding: 26px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.player-insight--accent {
  background:
    linear-gradient(160deg, rgba(111, 32, 47, 0.94), rgba(62, 18, 27, 0.95)),
    var(--brand);
  color: #fffaf5;
}

.player-insight__label {
  margin: 0;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.88rem;
  color: var(--accent);
}

.player-insight--accent .player-insight__label {
  color: rgba(255, 250, 245, 0.76);
}

.player-insight h3,
.roster-card h3 {
  margin: 10px 0 14px;
  font-family: var(--font-display);
  font-size: 1.8rem;
  line-height: 1.03;
  text-transform: uppercase;
}

.player-insight p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.player-insight--accent p:last-child {
  color: rgba(255, 250, 245, 0.82);
}

.player-insight__stats,
.player-insight__duo,
.roster-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.player-insight__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.player-insight__stats li,
.player-insight__duo li {
  border-radius: 18px;
  padding: 14px 16px;
}

.player-insight__stats li {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.player-insight__stats strong,
.player-insight__duo strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.7rem;
  line-height: 0.94;
  text-transform: uppercase;
}

.player-insight__stats span,
.player-insight__duo span {
  display: block;
  margin-top: 6px;
  line-height: 1.45;
  color: rgba(255, 250, 245, 0.8);
}

.player-insight__duo {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.player-insight__duo li {
  background: rgba(141, 47, 62, 0.05);
  border: 1px solid rgba(65, 51, 47, 0.08);
}

.player-insight__duo strong {
  font-size: 1.35rem;
}

.player-insight__duo span {
  color: var(--muted);
}

.roster-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.roster-card__head {
  margin-bottom: 18px;
}

.roster-list {
  display: grid;
  gap: 12px;
}

.roster-list li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 251, 245, 0.76);
  border: 1px solid rgba(65, 51, 47, 0.08);
}

.roster-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(96, 28, 40, 0.96), rgba(141, 47, 62, 0.92));
  color: #fffaf5;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
}

.roster-list strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.24rem;
  line-height: 1.02;
  text-transform: uppercase;
}

.roster-list small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.94rem;
}

.story-card--accent {
  background:
    linear-gradient(160deg, rgba(111, 32, 47, 0.94), rgba(62, 18, 27, 0.95)),
    var(--brand);
  color: #fffaf5;
}

.story-card--accent p {
  color: rgba(255, 250, 245, 0.8);
}

.section--dark {
  margin-top: 88px;
  padding-bottom: 88px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(28, 23, 22, 0.98), rgba(86, 27, 39, 0.98)),
    var(--brand-deep);
  color: #fffaf5;
}

.section--dark .section__heading p:last-child,
.section--dark .topic-list p {
  color: rgba(255, 250, 245, 0.8);
}

.topic-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section--dark .topic-list article {
  background: rgba(255, 250, 245, 0.06);
  border-color: rgba(255, 250, 245, 0.1);
  box-shadow: none;
}

.section--faq {
  padding-bottom: 88px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list summary {
  font-family: var(--font-display);
  cursor: pointer;
  font-weight: 700;
  font-size: 1.28rem;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details[open] summary {
  margin-bottom: 12px;
}

.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 120px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(26, 20, 16, 0.14);
}

.timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 28px;
  align-items: flex-start;
  padding: 0 0 0 24px;
}

.timeline__item::before {
  content: "";
  position: absolute;
  left: 112px;
  top: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--accent-deep);
  box-shadow: 0 0 0 6px rgba(168, 141, 88, 0.14);
}

.timeline__year {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  min-width: 88px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f2e6d2;
  color: #5b4630;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.timeline__item div {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  box-shadow: var(--shadow);
}

.standings-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(65, 51, 47, 0.08);
  background: rgba(255, 251, 245, 0.98);
  box-shadow: var(--shadow);
}

.standings-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.standings-table th,
.standings-table td {
  padding: 15px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(65, 51, 47, 0.08);
}

.standings-table th {
  font-family: var(--font-display);
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  background: rgba(244, 236, 227, 0.66);
}

.standings-table td {
  font-size: 0.98rem;
}

.standings-table td:nth-child(n + 3),
.standings-table th:nth-child(n + 3) {
  text-align: center;
}

.standings-table tbody tr:hover {
  background: rgba(141, 47, 62, 0.03);
}

.standings-table__focus {
  background: linear-gradient(135deg, rgba(96, 28, 40, 0.96), rgba(141, 47, 62, 0.92));
  color: #fffaf5;
}

.standings-table__focus td {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.fixtures-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fixture-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(65, 51, 47, 0.08);
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.98), rgba(246, 239, 231, 0.96));
  box-shadow: var(--shadow);
}

.fixture-card--highlight {
  background: linear-gradient(135deg, rgba(96, 28, 40, 0.96), rgba(141, 47, 62, 0.92));
  color: #fffaf5;
}

.fixture-card__round {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
}

.fixture-card--highlight .fixture-card__round {
  color: rgba(255, 250, 245, 0.78);
}

.fixture-card h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 1.6rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.fixture-card__meta,
.fixture-card__venue {
  margin: 0;
  color: var(--muted);
}

.fixture-card__venue {
  margin-top: 8px;
}

.fixture-card--highlight .fixture-card__meta,
.fixture-card--highlight .fixture-card__venue {
  color: rgba(255, 250, 245, 0.8);
}

.sponsors-section {
  padding-bottom: 88px;
}

.club-essentials .intent-grid,
.milestone-strip .story-grid {
  margin-top: 0;
}

.sponsors-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.sponsor-card {
  padding: 22px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(65, 51, 47, 0.08);
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.98), rgba(246, 239, 231, 0.96));
  box-shadow: var(--shadow);
}

.sponsor-card__label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(141, 47, 62, 0.06);
  color: var(--brand);
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sponsor-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  margin-top: 18px;
  border-radius: 22px;
  border: 1px dashed rgba(65, 51, 47, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(255, 248, 241, 0.88)),
    rgba(255, 255, 255, 0.6);
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 1.3rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.footer {
  padding: 0 24px 56px;
  color: var(--muted);
}

.footer p {
  margin: 8px 0;
}

.footer__socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.footer__socials-label {
  font-family: var(--font-display);
  font-size: 0.96rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink);
}

.footer__socials a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(65, 51, 47, 0.08);
  background: rgba(255, 255, 255, 0.42);
  color: var(--brand-deep);
  text-decoration: none;
  font-weight: 600;
}

.social-link {
  gap: 10px;
}

.social-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fffaf5;
  background: var(--brand-deep);
  flex: 0 0 auto;
}

.social-link--facebook .social-link__icon {
  background: #1877f2;
}

.social-link--x .social-link__icon {
  background: #111111;
}

.social-link--instagram .social-link__icon {
  background: linear-gradient(135deg, #f58529, #dd2a7b 58%, #8134af);
}

.social-link--tiktok .social-link__icon {
  background: linear-gradient(135deg, #111111, #25f4ee);
  color: #ffffff;
}

.social-link--youtube .social-link__icon {
  background: #ff0000;
}

.social-link--linkedin .social-link__icon {
  background: #0a66c2;
}

.footer__meta {
  font-size: 0.94rem;
}

@media (max-width: 980px) {
  .quick-facts,
  .stadium-facts,
  .roster-overview,
  .hero-spotlight,
  .table-window,
  .intent-grid,
  .section--split .story-grid,
  .story-grid--two,
  .topic-list,
  .fixtures-grid,
  .venue-analytics__grid,
  .achievement-grid,
  .player-insight-grid,
  .roster-grid,
  .sponsors-grid {
    grid-template-columns: 1fr;
  }

  .hero-spotlight {
    margin-top: 22px;
    margin-bottom: -70px;
  }

  .timeline::before {
    left: 24px;
  }

  .timeline__item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-left: 0;
  }

  .timeline__item::before {
    left: 16px;
    top: 48px;
  }

  .timeline__year {
    margin-left: 40px;
    width: fit-content;
  }

  .hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .subhero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section,
  .footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .quick-facts {
    padding-left: 18px;
    padding-right: 18px;
  }

  .quick-facts__social-panel {
    grid-template-columns: 1fr;
  }

  .stadium-facts {
    padding-left: 18px;
    padding-right: 18px;
    margin-top: -24px;
  }

  .roster-overview {
    padding-left: 18px;
    padding-right: 18px;
    margin-top: -24px;
  }

  .table-window {
    margin-top: 72px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 640px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 28px;
  }

  .topbar__links {
    gap: 12px;
  }

  .hero h1 {
    line-height: 1;
  }

  .hero__headline {
    align-items: flex-start;
    gap: 14px;
  }

  .hero__headline-crest {
    width: 88px;
    margin-top: 12px;
  }

  .hero__lead {
    font-size: 1rem;
  }

  .hero-spotlight {
    gap: 14px;
    margin-bottom: -32px;
  }

  .stadium-facts strong,
  .roster-overview strong,
  .venue-metrics strong {
    font-size: 1.7rem;
  }

  .player-insight__stats {
    grid-template-columns: 1fr;
  }

  .venue-plan {
    padding: 18px;
  }

  .table-window__inner {
    padding: 22px 18px;
  }

  .table-window__row {
    grid-template-columns: 46px minmax(0, 1fr) 52px 52px 52px;
    gap: 8px;
    padding: 13px 12px;
    font-size: 0.92rem;
  }

  .table-window__row strong {
    font-size: 1rem;
  }

  .hero-spotlight__score {
    grid-template-columns: 1fr;
  }

  .hero-spotlight__score span:last-child {
    text-align: left;
  }

  .match-result__top,
  .match-result__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .match-result__board {
    grid-template-columns: 1fr;
  }

  .match-result__scorebox {
    width: 100%;
  }

  .button {
    width: 100%;
  }
}
