body[data-world-cup-hub] {
  background:
    radial-gradient(circle at 76% 8%, rgba(255, 26, 26, 0.18), transparent 24rem),
    radial-gradient(circle at 12% 18%, rgba(255, 26, 26, 0.09), transparent 22rem),
    var(--bg);
  color: var(--text);
}

body[data-world-cup-hub] .main-nav a[aria-current="page"] {
  color: var(--accent);
}

body[data-world-cup-hub] .main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.wc-page {
  width: min(1500px, calc(100% - 32px));
  margin: 0 auto;
  padding: 12px 0 60px;
}

.wc-page .market-ticker {
  width: 100%;
  margin: 0 0 10px;
}

.wc-hero,
.wc-section,
.wc-command-strip,
.wc-footer {
  border: 1px solid var(--border);
  background:
    linear-gradient(135deg, rgba(255, 26, 26, 0.1), transparent 38%),
    rgba(16, 16, 16, 0.72);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.wc-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(34px, 5vw, 96px);
  min-height: clamp(520px, 70vh, 820px);
  overflow: hidden;
  border-radius: 30px;
  padding: clamp(28px, 5vw, 76px);
}

.wc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.82), rgba(5, 5, 5, 0.12) 48%, rgba(5, 5, 5, 0.34)),
    url("/images/world-cup/world-cup-command-center.webp") center / cover no-repeat;
  opacity: 0.96;
  z-index: -2;
}

.wc-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 52% 42%, rgba(255, 26, 26, 0.08), transparent 18rem),
    linear-gradient(to bottom, transparent 0 50%, rgba(5, 5, 5, 0.68) 76%, rgba(5, 5, 5, 0.86) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.08), transparent 34%, rgba(5, 5, 5, 0.12));
  z-index: -1;
}

.wc-hero-copy {
  align-self: center;
}

.wc-logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  margin-bottom: 24px;
  padding: 8px 16px 8px 8px;
  border: 1px solid rgba(255, 26, 26, 0.34);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.46);
  color: var(--text);
  font-family: Orbitron, Inter, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 0 28px rgba(255, 26, 26, 0.12);
}

.wc-logo-lockup img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 18px rgba(255, 26, 26, 0.34);
}

.wc-eyebrow,
.wc-section-head span,
.wc-match-card span,
.wc-next-match span,
.wc-news-card span,
.wc-record-grid span,
.wc-hero-panel span {
  color: var(--accent);
  font-family: Orbitron, Inter, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wc-hero h1 {
  max-width: 860px;
  margin: 0;
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(54px, 8vw, 122px);
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wc-hero h1 span {
  display: block;
  color: var(--accent);
  text-shadow: 0 0 32px rgba(255, 26, 26, 0.26);
}

.wc-lede {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--muted);
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.2;
}

.wc-countdown {
  width: min(390px, 100%);
  margin: 0 0 24px;
  padding: 14px;
  border: 1px solid rgba(255, 26, 26, 0.36);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.48);
  box-shadow: 0 0 34px rgba(255, 26, 26, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
}

.wc-countdown > span {
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-family: Orbitron, Inter, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wc-countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.wc-countdown-grid strong,
.wc-countdown-grid small {
  display: block;
  text-align: center;
}

.wc-countdown-grid strong {
  padding: 11px 5px 2px;
  border: 1px solid var(--border);
  border-bottom: 0;
  border-radius: 13px 13px 0 0;
  color: var(--text);
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(1.35rem, 2.35vw, 2.25rem);
}

.wc-countdown-grid small {
  padding: 3px 4px 10px;
  border: 1px solid var(--border);
  border-top: 0;
  border-radius: 0 0 13px 13px;
  color: var(--muted);
  font-family: Orbitron, Inter, sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wc-hero-panel {
  position: relative;
  align-self: center;
  justify-self: end;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(390px, 100%);
  min-height: 252px;
  opacity: 0.54;
  transform: translateX(clamp(0px, 2.4vw, 28px));
}

.wc-hero-panel article,
.wc-board,
.wc-group-card,
.wc-next-match,
.wc-news-card,
.wc-stadium-grid article,
.wc-record-grid article {
  border: 1px solid var(--border);
  background:
    linear-gradient(135deg, rgba(255, 26, 26, 0.1), transparent 40%),
    rgba(5, 5, 5, 0.58);
  border-radius: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.wc-hero-panel article {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(255, 26, 26, 0.06), transparent 42%),
    rgba(5, 5, 5, 0.36);
}

.wc-hero-panel strong {
  margin-top: 6px;
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(1.2rem, 2.75vw, 2.8rem);
  line-height: 0.9;
}

.wc-hero-panel small,
.wc-record-grid small,
.wc-stadium-grid small,
.wc-stadium-grid span,
.wc-player-list small,
.wc-match-card small,
.wc-next-match small,
.wc-news-card strong + small {
  color: var(--muted);
}

.flag {
  display: inline-block;
  flex: 0 0 auto;
  width: 24px;
  height: 16px;
  margin-right: 9px;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18), 0 0 10px rgba(255, 26, 26, 0.12);
  vertical-align: -3px;
}

.market-logo img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 6px rgba(255, 26, 26, 0.2));
}

.wc-orbit {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(460px, 70vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 26, 26, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.5;
  box-shadow:
    0 0 70px rgba(255, 26, 26, 0.18),
    inset 0 0 80px rgba(255, 26, 26, 0.08);
}

.wc-command-strip {
  display: flex;
  gap: 8px;
  margin: 14px 0;
  padding: 10px;
  overflow-x: auto;
  border-radius: 22px;
}

.wc-command-strip a,
.wc-match-tabs button,
.wc-next-match a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text);
  font-family: Orbitron, Inter, sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.wc-command-strip a:hover,
.wc-match-tabs button:hover,
.wc-match-tabs button.is-active,
.wc-next-match a:hover {
  border-color: rgba(255, 26, 26, 0.62);
  box-shadow: 0 0 28px rgba(255, 26, 26, 0.14);
  transform: translateY(-1px);
}

.wc-section {
  margin-top: 18px;
  padding: clamp(20px, 3vw, 34px);
  border-radius: 26px;
}

.wc-section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.wc-section-head h2 {
  margin: 0;
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(1.55rem, 3vw, 3.1rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.wc-section-head p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}

.wc-section-head.compact {
  margin-bottom: 16px;
}

.wc-section-head.compact h2 {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
}

.wc-split {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
  gap: 18px;
}

.wc-match-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.wc-match-tabs button {
  min-height: 40px;
  background: transparent;
  cursor: pointer;
}

.wc-match-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.wc-match-card {
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: rgba(5, 5, 5, 0.45);
}

.wc-match-card strong {
  font-size: 1.2rem;
}

.wc-match-card.is-live {
  border-color: rgba(255, 26, 26, 0.62);
  box-shadow: 0 0 32px rgba(255, 26, 26, 0.12);
}

.wc-next-match {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding: 24px;
  text-align: center;
}

.wc-next-match strong {
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  text-transform: uppercase;
}

.wc-next-match b {
  color: var(--accent);
}

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

.wc-group-card {
  overflow: hidden;
}

.wc-group-card h3 {
  margin: 0;
  padding: 16px 18px;
  border-bottom: 1px solid var(--border);
  color: var(--accent);
  font-family: Orbitron, Inter, sans-serif;
  font-size: 0.86rem;
  text-transform: uppercase;
}

.wc-group-card table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.78rem;
}

.wc-group-card th,
.wc-group-card td {
  padding: 11px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: center;
}

.wc-group-card th:first-child,
.wc-group-card td:first-child {
  text-align: left;
}

.wc-group-card td:first-child {
  display: flex;
  align-items: center;
  min-width: 175px;
  font-weight: 800;
}

.wc-group-card th {
  color: var(--muted);
  font-family: Orbitron, Inter, sans-serif;
  font-size: 0.62rem;
  text-transform: uppercase;
}

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

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

.wc-road-grid article {
  display: grid;
  gap: 10px;
  min-height: 220px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 26, 26, 0.1), transparent 40%),
    rgba(5, 5, 5, 0.58);
}

.wc-road-grid span {
  color: var(--accent);
  font-family: Orbitron, Inter, sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wc-road-grid strong {
  align-self: end;
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.wc-road-grid small {
  color: var(--muted);
}

.wc-road-grid b,
.wc-road-grid em,
.wc-road-grid p {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
}

.wc-road-grid p {
  margin: 0;
  line-height: 1.45;
}

.wc-progress {
  height: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 26, 26, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.wc-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 26, 26, 0.7), #ff1a1a);
  box-shadow: 0 0 18px rgba(255, 26, 26, 0.22);
}

.wc-board {
  padding: 20px;
}

.wc-player-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wc-player-list li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.wc-player-list strong,
.wc-player-list small {
  grid-column: 2;
}

.wc-player-list strong {
  align-self: end;
}

.wc-player-list small {
  align-self: start;
  display: flex;
  align-items: center;
  gap: 0;
  text-transform: uppercase;
}

.wc-player-list b {
  grid-column: 3;
  grid-row: 1 / span 2;
  color: var(--text);
  font-family: Orbitron, Inter, sans-serif;
}

.wc-avatar {
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 26, 26, 0.38);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
  box-shadow: 0 0 18px rgba(255, 26, 26, 0.16);
}

.wc-news-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(2, minmax(0, 0.825fr));
  gap: 16px;
}

.wc-news-card {
  display: grid;
  gap: 14px;
  overflow: hidden;
  padding: 12px;
  color: var(--text);
  text-decoration: none;
}

.wc-news-card img,
.wc-stadium-grid img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 18px;
  display: block;
  transition: transform 0.45s ease;
}

.wc-news-card.feature img {
  min-height: 390px;
}

.wc-news-card strong {
  padding: 0 8px 10px;
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.6rem);
  line-height: 1.15;
  text-transform: uppercase;
}

.wc-news-card span {
  padding: 0 8px;
}

.wc-news-card:hover img,
.wc-stadium-grid article:hover img {
  transform: scale(1.04);
}

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

.wc-stadium-grid article {
  position: relative;
  display: grid;
  gap: 10px;
  overflow: hidden;
  padding: 12px;
}

.wc-stadium-grid article.featured-stadium {
  grid-column: span 2;
  border-color: rgba(255, 26, 26, 0.58);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(255, 26, 26, 0.12);
}

.wc-stadium-grid article.opening-stadium {
  border-color: rgba(255, 26, 26, 0.42);
}

.wc-stadium-grid article.featured-stadium img {
  min-height: 340px;
}

.wc-stadium-grid article em {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 26, 26, 0.55);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.72);
  color: #fff;
  font-family: Orbitron, Inter, sans-serif;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.wc-stadium-grid article.opening-stadium em {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 26, 26, 0.82);
}

.wc-stadium-grid img {
  min-height: 210px;
}

.wc-stadium-grid strong,
.wc-stadium-grid span,
.wc-stadium-grid small {
  padding: 0 8px;
}

.wc-stadium-grid span {
  display: flex;
  align-items: center;
  line-height: 1.35;
}

.wc-stadium-grid .stadium-country {
  color: var(--text);
  font-family: Orbitron, Inter, sans-serif;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wc-stadium-grid .stadium-country .stadium-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 18px;
  line-height: 1;
  filter: none;
  box-shadow: none;
}

.wc-stadium-grid strong {
  font-family: Orbitron, Inter, sans-serif;
  text-transform: uppercase;
}

.wc-stadium-grid small {
  font-size: 0.8rem;
  line-height: 1.35;
}

.wc-record-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.wc-record-grid article {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 160px;
  padding: 22px;
}

.wc-record-grid i {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 26, 26, 0.36);
  border-radius: 50%;
  color: var(--accent);
  font-style: normal;
  box-shadow: 0 0 18px rgba(255, 26, 26, 0.12);
}

.wc-record-grid i svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wc-record-grid strong {
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 0.9;
}

.wc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1500px, calc(100% - 32px));
  margin: 0 auto 40px;
  padding: 22px;
  border-radius: 24px;
}

.wc-footer img {
  width: 150px;
  height: auto;
}

.wc-footer p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  text-align: right;
}

html.light-mode body[data-world-cup-hub] {
  background:
    radial-gradient(circle at 76% 8%, rgba(255, 26, 26, 0.08), transparent 24rem),
    #f3f0ea;
}

html.light-mode .wc-hero,
html.light-mode .wc-section,
html.light-mode .wc-command-strip,
html.light-mode .wc-footer,
html.light-mode .wc-hero-panel article,
html.light-mode .wc-road-grid article,
html.light-mode .wc-board,
html.light-mode .wc-group-card,
html.light-mode .wc-next-match,
html.light-mode .wc-news-card,
html.light-mode .wc-stadium-grid article,
html.light-mode .wc-record-grid article,
html.light-mode .wc-match-card {
  background:
    linear-gradient(135deg, rgba(255, 26, 26, 0.055), transparent 42%),
    #ffffff;
  box-shadow: 0 18px 42px rgba(22, 18, 15, 0.08);
}

html.light-mode .wc-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.14) 48%, rgba(255, 255, 255, 0.42)),
    url("/images/world-cup/world-cup-command-center.webp") center / cover no-repeat;
  opacity: 0.84;
}

html.light-mode .wc-logo-lockup,
html.light-mode .wc-countdown {
  background: rgba(255, 255, 255, 0.7);
}

html.light-mode .wc-hero-panel article {
  background:
    linear-gradient(135deg, rgba(255, 26, 26, 0.045), transparent 42%),
    rgba(255, 255, 255, 0.54);
}

html.light-mode .wc-group-card th,
html.light-mode .wc-group-card td,
html.light-mode .wc-player-list li {
  border-color: rgba(0, 0, 0, 0.08);
}

html.light-mode .wc-avatar {
  box-shadow: 0 0 10px rgba(255, 26, 26, 0.1);
}

html.light-mode .market-logo img {
  filter: drop-shadow(0 0 4px rgba(255, 26, 26, 0.12));
}

html.light-mode .flag {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 0 6px rgba(255, 26, 26, 0.08);
}

html.light-mode .wc-stadium-grid article em {
  background: rgba(255, 255, 255, 0.84);
  color: #111111;
}

html.light-mode .wc-footer img {
  content: url("/logo-light.png");
}

@media (max-width: 1180px) {
  .wc-hero,
  .wc-split {
    grid-template-columns: 1fr;
  }

  .wc-hero-panel {
    min-height: auto;
    transform: none;
  }

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

  .wc-news-grid,
  .wc-stadium-grid,
  .wc-record-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .wc-stadium-grid article.featured-stadium {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .wc-page {
    width: min(100% - 20px, 1500px);
    padding-top: 8px;
  }

  .wc-hero {
    min-height: auto;
    padding: 24px 18px;
    border-radius: 24px;
  }

  .wc-hero h1 {
    font-size: clamp(42px, 14vw, 68px);
  }

  .wc-lede {
    font-size: 1.2rem;
  }

  .wc-countdown {
    width: 100%;
    margin-bottom: 18px;
    padding: 12px;
  }

  .wc-countdown-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  .wc-countdown-grid strong {
    font-size: clamp(1rem, 6vw, 1.55rem);
    padding-top: 9px;
  }

  .wc-countdown-grid small {
    font-size: 0.5rem;
    padding-inline: 2px;
  }

  .wc-hero-panel,
  .wc-standings-grid,
  .wc-match-list,
  .wc-leaderboards,
  .wc-news-grid,
  .wc-road-grid,
  .wc-stadium-grid,
  .wc-record-grid {
    grid-template-columns: 1fr;
  }

  .wc-hero-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    opacity: 0.58;
    transform: none;
  }

  .wc-hero-panel article {
    min-height: 92px;
    padding: 12px;
  }

  .wc-hero-panel strong {
    font-size: clamp(1.25rem, 8vw, 2.4rem);
  }

  .wc-stadium-grid article.featured-stadium {
    grid-column: auto;
  }

  .wc-stadium-grid article.featured-stadium img {
    min-height: 260px;
  }

  .wc-news-card.feature img,
  .wc-news-card img,
  .wc-stadium-grid img {
    min-height: 240px;
  }

  .wc-section {
    padding: 18px;
    border-radius: 22px;
  }

  .wc-group-card {
    overflow-x: auto;
  }

  .wc-group-card table {
    min-width: 420px;
  }

  .wc-footer {
    flex-direction: column;
    align-items: flex-start;
    width: min(100% - 20px, 1500px);
  }

  .wc-footer p {
    text-align: left;
  }
}

@media (max-width: 430px) {
  .wc-page .market-ticker {
    display: block;
  }

  .wc-logo-lockup {
    width: 100%;
    justify-content: center;
    font-size: 0.62rem;
  }

  .wc-command-strip a {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wc-news-card img,
  .wc-stadium-grid img,
  .wc-command-strip a,
  .wc-match-tabs button,
  .wc-next-match a {
    transition: none;
  }
}
