@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700;800;900&family=Oswald:wght@400;500;600;700&display=swap");

:root {
  --font-title: "Bebas Neue", "Arial Narrow", sans-serif;
  --font-subtitle: "Oswald", "Arial Narrow", sans-serif;
  --font-body: "Inter", "Segoe UI", Arial, sans-serif;
  --bg: #020b16;
  --panel: rgba(4, 22, 39, 0.92);
  --panel-2: rgba(5, 31, 54, 0.9);
  --line: rgba(83, 172, 232, 0.44);
  --line-soft: rgba(255, 255, 255, 0.08);
  --gold: #f6b91f;
  --gold-2: #ffd363;
  --white: #ffffff;
  --muted: #b9c7d8;
  --blue: #0a4b7a;
  --red: #e52632;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 90%;
}

body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 6%, rgba(41, 123, 181, 0.26), transparent 28%),
    radial-gradient(circle at 78% 8%, rgba(246, 185, 31, 0.15), transparent 24%),
    linear-gradient(180deg, #020a14 0%, #06192b 46%, #020b16 100%);
  font-family: var(--font-body);
}

body.notice-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.shell {
  width: min(1240px, calc(100% - 34px));
  margin: 0 auto;
}

section,
footer {
  scroll-margin-top: 112px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(2, 10, 20, 0.94);
  border-bottom: 1px solid rgba(91, 178, 239, 0.28);
  backdrop-filter: blur(12px);
}

.temporary-notice-slot:empty {
  display: none;
}

.temporary-notice-slot {
  background: rgba(2, 10, 20, 0.98);
  border-bottom: 1px solid rgba(255, 204, 51, 0.22);
}

.temporary-notice {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  width: min(1240px, calc(100% - 34px));
  margin: 0 auto;
  padding: 11px 16px;
}

.temporary-notice strong {
  display: block;
  color: var(--gold);
  font-family: var(--font-subtitle);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.temporary-notice p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  line-height: 1.35;
}

.temporary-notice button,
.notice-modal .notice-close-btn {
  border: 1px solid rgba(255, 204, 51, 0.72);
  border-radius: 5px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #06111d;
  cursor: pointer;
  font-family: var(--font-subtitle);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.temporary-notice button {
  min-height: 38px;
  padding: 0 18px;
  white-space: nowrap;
}

.notice-modal[hidden] {
  display: none;
}

.notice-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0, 6, 13, 0.78);
  backdrop-filter: blur(8px);
}

.notice-dialog {
  position: relative;
  width: min(620px, 100%);
  max-height: min(760px, 88vh);
  overflow: auto;
  border: 1px solid rgba(255, 204, 51, 0.34);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(4, 24, 33, 0.98), rgba(1, 10, 18, 0.98));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5);
}

.notice-x {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background: rgba(1, 10, 18, 0.68);
  color: #fff;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.notice-dialog img {
  display: block;
  width: 100%;
  max-height: 230px;
  object-fit: cover;
  background: #06111d;
}

.notice-body {
  padding: 20px;
}

.notice-body .kicker {
  margin-bottom: 6px;
}

.notice-body h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-title);
  font-size: clamp(2rem, 5vw, 3rem);
}

.notice-date {
  margin: 4px 0 16px;
  color: var(--gold);
  font-weight: 800;
}

.notice-body p {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.58;
}

.notice-close-btn {
  min-height: 40px;
  margin-top: 8px;
  padding: 0 18px;
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: 82px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 240px;
}

.brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.brand small,
.brand strong {
  display: block;
  text-transform: uppercase;
}

.brand small {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 800;
}

.brand strong {
  margin-top: 2px;
  font-size: 2.05rem;
  font-weight: 900;
  line-height: 0.95;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  border-radius: 999px;
}

.main-nav a {
  position: relative;
  padding: 30px 0 26px;
  color: rgba(255, 255, 255, 0.9);
}

.main-nav .player-access-link {
  align-self: center;
  margin-left: 4px;
  padding: 11px 16px;
  color: #03101e;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(246, 185, 31, 0.22);
}

.main-nav .player-access-link::before {
  content: "\1F464";
  margin-right: 7px;
}

.main-nav .player-access-link::after {
  display: none;
}

.main-nav .player-access-link:hover {
  color: #03101e;
  transform: translateY(-1px);
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--gold);
  transition: transform 0.18s ease;
}

.main-nav a:hover,
.main-nav .active {
  color: var(--white);
}

.main-nav a:hover::after,
.main-nav .active::after {
  transform: scaleX(1);
}

.social-nav,
.footer-socials {
  display: flex;
  gap: 12px;
  align-items: center;
}

.social-nav a,
.footer-socials a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #07111d;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
}

.social-nav svg,
.footer-socials svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-nav a:hover,
.footer-socials a:hover {
  color: #06111d;
  background: var(--gold-2);
}

.hero {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-bottom: 1px solid rgba(91, 178, 239, 0.28);
  background:
    linear-gradient(90deg, rgba(2, 9, 18, 0.96), rgba(3, 18, 32, 0.72) 52%, rgba(5, 25, 43, 0.9)),
    radial-gradient(circle at 70% 12%, rgba(255, 255, 255, 0.78) 0 3px, transparent 4px),
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.64) 0 3px, transparent 4px),
    radial-gradient(circle at 15% 16%, rgba(255, 255, 255, 0.5) 0 2px, transparent 3px),
    linear-gradient(135deg, #02101f 0%, #0b3456 46%, #06111d 100%);
}

.hero-photo-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-photo-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: saturate(1.12) contrast(1.08);
  transform: scale(1.04);
  transition: opacity 0.45s ease, transform 1.5s ease;
}

.hero-photo-slider img.active {
  opacity: 0.56;
  transform: scale(1);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 9, 18, 0.96), rgba(3, 18, 32, 0.76) 50%, rgba(5, 25, 43, 0.92)),
    repeating-linear-gradient(90deg, transparent 0 82px, rgba(255, 255, 255, 0.035) 83px 84px),
    linear-gradient(0deg, rgba(2, 9, 18, 0.12), rgba(255, 255, 255, 0.04) 42%, rgba(2, 9, 18, 0.3));
}

.hero-shell {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 38px;
  min-height: 360px;
  padding: 30px 0 36px;
}

.hero-copy {
  text-align: center;
  justify-self: center;
  margin-left: 13%;
}

.season-label {
  margin: 0 0 6px;
  color: var(--gold);
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(3.7rem, 6.2vw, 6rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.5);
}

.season-pill {
  display: inline-block;
  margin: 8px 0 16px;
  padding: 4px 28px;
  color: #06111d;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transform: skewX(-8deg);
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.96rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-stats strong {
  color: var(--white);
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  color: var(--white);
  background: rgba(4, 18, 32, 0.52);
  font-size: 0.88rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.btn-live {
  border-color: var(--red);
  background: var(--red);
}

.btn-center {
  width: min(260px, 100%);
  margin: 18px auto 0;
}

.hero-logo-pair {
  justify-self: center;
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  align-items: center;
  gap: 14px;
  width: min(520px, 36vw);
}

.hero-crest,
.hero-tv-logo {
  width: 100%;
  height: 168px;
}

.hero-crest {
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.6));
}

.hero-tv-logo {
  display: grid;
  place-items: center;
  padding: 10px;
  background: transparent;
  border: 0;
  border-radius: 0;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.42));
}

.hero-tv-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-grid {
  display: grid;
  grid-template-columns: 0.98fr 1.48fr;
  gap: 7px;
  margin-top: -1px;
}

.panel {
  min-width: 0;
  background:
    linear-gradient(135deg, rgba(3, 17, 31, 0.96), rgba(4, 35, 61, 0.9));
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 15px 8px;
}

.panel-heading h2 {
  margin: 0;
  color: var(--gold);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.panel-heading a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fixture-block {
  margin: 0 15px 9px;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(3, 21, 38, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.fixture-block p {
  margin: 0;
  padding: 8px 10px;
  color: var(--muted);
  background: rgba(8, 41, 70, 0.68);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fixture-row {
  display: grid;
  grid-template-columns: 58px minmax(108px, 1fr) 42px minmax(148px, 1.28fr);
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 7px 10px;
  border-top: 1px solid var(--line-soft);
  transition: background 0.16s ease;
}

.fixture-row:hover {
  background: rgba(255, 255, 255, 0.06);
}

.fixture-row time {
  font-size: 1rem;
  font-weight: 900;
}

.fixture-row .team {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fixture-row .team img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex: 0 0 auto;
}

.fixture-row .right {
  justify-content: flex-end;
  text-align: right;
}

.fixture-row strong {
  display: grid;
  place-items: center;
  width: 36px;
  min-height: 28px;
  color: #051220;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-radius: 4px;
  font-size: 0.8rem;
}

.table-wrap {
  margin: 0 14px;
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 690px;
  border-collapse: collapse;
  font-size: 0.9rem;
}

th {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  text-transform: uppercase;
}

th,
td {
  padding: 7px 9px;
  text-align: center;
}

th:nth-child(2),
td:nth-child(2) {
  text-align: left;
}

tbody tr {
  background: rgba(8, 44, 75, 0.66);
}

tbody tr:nth-child(even) {
  background: rgba(5, 31, 54, 0.92);
}

td {
  border-top: 1px solid rgba(255, 255, 255, 0.055);
  font-weight: 800;
}

td span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 178px;
  font-weight: 900;
  text-transform: uppercase;
}

td img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.teams-strip {
  margin-top: 8px;
}

.panel-heading.compact {
  padding-bottom: 2px;
}

.team-strip {
  position: relative;
  overflow: hidden;
  padding: 8px 0 14px;
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.team-strip-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: teams-marquee 34s linear infinite;
}

.team-strip:hover .team-strip-track {
  animation-play-state: paused;
}

.team-strip a {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 7px;
  width: 88px;
  min-height: 94px;
  color: var(--white);
  text-align: center;
}

@keyframes teams-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

.team-strip img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.team-strip span {
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.media-grid {
  display: grid;
  grid-template-columns: 1.46fr 1fr;
  gap: 7px;
  margin-top: 7px;
}

.news-panel,
.cstv-panel {
  scroll-margin-top: 112px;
}

.news-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  padding: 0 15px 15px;
}

.news-cards a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(2, 14, 26, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
}

.news-photo {
  display: block;
  aspect-ratio: 16 / 8.8;
  overflow: hidden;
  padding: 8px;
  background:
    linear-gradient(140deg, rgba(2, 12, 24, 0.16), rgba(2, 12, 24, 0.42)),
    radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.8) 0 2px, transparent 3px),
    linear-gradient(135deg, #0b4269, #061624 70%);
}

.news-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.news-photo img[src$=".svg"],
.news-list-card img[src$=".svg"],
.news-cover[src$=".svg"] {
  object-fit: contain;
  padding: 0;
}

.photo-two {
  background:
    linear-gradient(140deg, rgba(2, 12, 24, 0.12), rgba(2, 12, 24, 0.42)),
    linear-gradient(45deg, transparent 0 44%, rgba(255, 255, 255, 0.24) 45% 47%, transparent 48%),
    linear-gradient(135deg, #113a5b, #07101d 70%);
}

.photo-three {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.76) 0 4px, transparent 5px),
    radial-gradient(circle at 42% 28%, rgba(255, 255, 255, 0.48) 0 3px, transparent 4px),
    linear-gradient(135deg, #0b2e4c, #020b16 70%);
}

.news-cards strong,
.news-cards small {
  display: block;
  padding: 0 12px;
}

.news-cards strong {
  min-height: 58px;
  margin-top: 10px;
  font-size: 0.92rem;
  line-height: 1.18;
}

.news-kicker,
.news-excerpt,
.news-read-more {
  display: block;
  padding: 0 12px;
}

.news-kicker {
  margin-top: 10px;
  color: var(--gold);
  font-family: var(--font-subtitle);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.news-card-featured strong {
  min-height: 0;
  margin-top: 5px;
}

.news-excerpt {
  margin: 2px 0 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  line-height: 1.35;
}

.news-read-more {
  margin: -4px 12px 12px;
  color: var(--gold);
  font-family: var(--font-subtitle);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.news-cards small {
  margin-top: auto;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cstv-panel {
  min-height: 100%;
}

.broadcast-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 214px;
  margin: 0 15px 15px;
  padding: 20px;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(4, 19, 33, 0.18), rgba(2, 10, 20, 0.86)),
    radial-gradient(circle at 50% 2%, rgba(255, 255, 255, 0.72) 0 3px, transparent 4px),
    linear-gradient(135deg, #0f4165, #030c17);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.broadcast-card span {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 7px 12px;
  background: var(--red);
  border-radius: 4px;
  font-weight: 900;
  text-transform: uppercase;
}

.cstv-logo {
  width: min(330px, 88%);
  height: 82px;
  object-fit: contain;
  padding: 0;
  background: transparent;
  border-radius: 0;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.34));
}

.broadcast-card p {
  max-width: 360px;
  margin: 10px auto 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.official-links {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(4, auto);
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  padding: 18px;
}

.official-links .kicker {
  margin: 0 0 4px;
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.official-links h2 {
  margin: 0;
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 900;
  text-transform: uppercase;
}

.official-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.official-links a:hover {
  transform: translateY(-1px);
  background: rgba(246, 185, 31, 0.12);
  border-color: rgba(246, 185, 31, 0.72);
}

.official-visit-counter {
  width: auto;
  min-height: 42px;
  margin: 0;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: rgba(246, 185, 31, 0.12);
  border: 1px solid rgba(246, 185, 31, 0.72);
  border-radius: 4px;
  font-size: 0.86rem;
}

.champions-panel {
  display: grid;
  grid-template-columns: 230px 250px 1fr;
  align-items: center;
  gap: 34px;
  min-height: 250px;
  margin-top: 8px;
  padding: 22px 34px;
  background:
    linear-gradient(90deg, rgba(3, 15, 27, 0.96), rgba(6, 32, 54, 0.86), rgba(2, 11, 22, 0.92)),
    radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.22), transparent 18%);
}

.cup-visual {
  position: relative;
  height: 205px;
}

.cup-visual span {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 125px;
  height: 130px;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ffe493, #c88919 46%, #7a4b0a);
  border-radius: 18px 18px 42px 42px;
  box-shadow: inset 0 16px 24px rgba(255, 255, 255, 0.34), 0 18px 28px rgba(0, 0, 0, 0.42);
}

.cup-visual span::before,
.cup-visual span::after {
  content: "";
  position: absolute;
  top: 24px;
  width: 54px;
  height: 70px;
  border: 9px solid #c88919;
  border-radius: 50%;
}

.cup-visual span::before {
  right: 92%;
  border-right: 0;
}

.cup-visual span::after {
  left: 92%;
  border-left: 0;
}

.cup-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 150px;
  height: 38px;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #46300f, #111);
  border: 3px solid #b57b18;
  border-radius: 7px;
}

.champions-list h2,
.history-copy h2 {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.champions-list p {
  margin: 0 0 5px;
  font-size: 0.98rem;
  font-weight: 900;
  text-transform: uppercase;
}

.champions-list .btn {
  margin-top: 16px;
}

.history-copy h2 {
  max-width: 340px;
  color: var(--white);
  font-size: 2rem;
}

.history-copy h2::first-line {
  color: var(--white);
}

.history-copy p {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.12rem;
  line-height: 1.42;
}

.collaborators-panel {
  margin-top: 10px;
  margin-bottom: 18px;
  padding-bottom: 12px;
}

.collaborator-strip {
  position: relative;
  overflow: hidden;
  padding: 6px 0 12px;
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.collaborator-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: collaborators-marquee 24s linear infinite;
}

.collaborator-strip:hover .collaborator-track {
  animation-play-state: paused;
}

.collaborator-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 7px;
  width: 96px;
  min-height: 108px;
  color: var(--white);
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.collaborator-card:hover {
  transform: translateY(-2px);
}

.collaborator-card img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  padding: 5px;
  background: rgba(2, 14, 26, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
}

.collaborator-card span {
  color: var(--white);
  font-family: var(--font-subtitle);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

@keyframes collaborators-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

.site-footer {
  margin-top: 22px;
  background: rgba(2, 10, 20, 0.96);
  border-top: 1px solid rgba(91, 178, 239, 0.28);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.85fr 1fr;
  gap: 36px;
  padding: 30px 0 24px;
}

.site-footer h2 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer p,
.site-footer a {
  display: block;
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.4;
}

.site-footer .brand {
  margin-bottom: 12px;
}

.site-footer .brand img {
  width: 78px;
  height: 78px;
}

.site-footer .brand small {
  font-size: 0.9rem;
}

.site-footer .brand strong {
  color: var(--gold);
  font-size: 1.55rem;
}

.copyright {
  margin: 0;
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.62);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 0.86rem;
}

.visit-counter {
  width: min(1240px, calc(100% - 34px));
  margin: 0 auto;
  padding: 12px 0 0;
  color: rgba(255, 255, 255, 0.76);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.visit-counter span {
  color: var(--gold);
}

.brand strong,
.hero h1,
.panel-heading h2,
.official-links h2,
.champions-list h2,
.history-copy h2,
.site-footer h2,
.news-cards strong {
  font-family: var(--font-title);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.brand small,
.main-nav,
.header-actions,
.mobile-menu-toggle,
.season-label,
.season-pill,
.hero-stats,
.btn,
.panel-heading a,
.fixture-block p,
.fixture-row,
.standings-table,
.team-strip span,
.news-cards small,
.broadcast-card,
.official-links,
.site-footer nav,
.site-footer p,
.visit-counter {
  font-family: var(--font-subtitle);
}

@media (max-width: 1120px) {
  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .main-nav a {
    padding: 8px 0 12px;
    white-space: nowrap;
  }

  .main-nav a::after {
    bottom: 2px;
  }

  .hero-copy {
    margin-left: 0;
  }

  .team-strip {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(100% - 24px, 1240px);
  }

  section,
  footer {
    scroll-margin-top: 86px;
  }

  .nav-shell {
    position: relative;
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: auto;
    padding: 12px 0;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 64px;
    height: 64px;
  }

  .brand small {
    font-size: 0.82rem;
  }

  .brand strong {
    font-size: 1.45rem;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 8px;
    overflow: visible;
    background: rgba(2, 10, 20, 0.98);
    border: 1px solid rgba(91, 178, 239, 0.28);
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.42);
  }

  .site-header.nav-open .main-nav {
    display: grid;
  }

  .temporary-notice {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px 17px 12px;
  }

  .temporary-notice button {
    width: 100%;
  }

  .notice-modal {
    padding: 12px;
  }

  .notice-dialog img {
    max-height: 180px;
  }

  .notice-body {
    padding: 17px;
  }

  .main-nav a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0 12px;
    border-radius: 5px;
  }

  .main-nav a::after {
    display: none;
  }

  .main-nav .active {
    color: #06111d;
    background: var(--gold);
  }

  .social-nav {
    display: none;
  }

  .hero-shell,
  .top-grid,
  .media-grid,
  .official-links,
  .champions-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 640px;
    border-bottom: 0;
    background:
      linear-gradient(180deg, rgba(2, 10, 20, 0.1), rgba(2, 10, 20, 0.88)),
      linear-gradient(135deg, #03111f, #061c30);
  }

  .hero-photo-slider img {
    object-position: 54% center;
    opacity: 0;
  }

  .hero-photo-slider img.active {
    opacity: 0.68;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(2, 10, 20, 0.1), rgba(2, 10, 20, 0.18) 38%, rgba(2, 10, 20, 0.9) 100%),
      linear-gradient(90deg, rgba(2, 10, 20, 0.74), transparent 58%, rgba(2, 10, 20, 0.34));
  }

  .hero-shell {
    display: block;
    min-height: 640px;
    padding: 104px 6px 42px;
  }

  .hero-copy {
    max-width: 360px;
    margin: 0;
    text-align: left;
  }

  .hero-logo-pair {
    position: absolute;
    right: 0;
    bottom: 28px;
    width: 126px;
    grid-template-columns: 1fr;
    gap: 8px;
    opacity: 0.92;
  }

  .hero-crest,
  .hero-tv-logo {
    height: 76px;
  }

  .hero-tv-logo {
    padding: 0;
  }

  .season-label {
    display: inline-block;
    margin-bottom: 8px;
    padding: 6px 14px 5px;
    color: #06111d;
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    font-size: 1.1rem;
    transform: skewX(-7deg);
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.65rem, 12.5vw, 3.45rem);
    line-height: 0.95;
  }

  .season-pill {
    margin-top: 14px;
    padding-inline: 16px;
    font-size: 1.26rem;
  }

  .hero-stats {
    justify-content: flex-start;
    gap: 26px;
    margin-top: 26px;
    font-size: 0.76rem;
  }

  .hero-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 24px;
  }

  .hero-actions .btn {
    min-height: 44px;
    padding-inline: 16px;
  }

  .top-grid,
  .media-grid {
    gap: 10px;
  }

  .news-panel,
  .cstv-panel {
    scroll-margin-top: 88px;
  }

  .official-links {
    align-items: stretch;
  }

  .official-links a {
    width: 100%;
  }

  .fixture-row {
    grid-template-columns: 54px 1fr 38px 1fr;
    gap: 6px;
    padding-inline: 8px;
  }

  .fixture-row .team {
    gap: 6px;
    font-size: 0.78rem;
  }

  .fixture-row .team img {
    width: 28px;
    height: 28px;
  }

  .news-cards {
    grid-template-columns: 1fr;
  }

  .team-strip,
  .collaborator-strip {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 12px 14px 16px;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    mask-image: none;
  }

  .team-strip::-webkit-scrollbar,
  .collaborator-strip::-webkit-scrollbar {
    display: none;
  }

  .team-strip-track,
  .collaborator-track {
    gap: 12px;
    animation: none;
    transform: none;
  }

  .team-strip a {
    width: 86px;
    flex: 0 0 86px;
    min-height: 96px;
  }

  .team-strip img {
    width: 66px;
    height: 66px;
  }

  .team-strip span {
    font-size: 0.68rem;
  }

  .collaborator-card {
    width: 86px;
    flex: 0 0 86px;
    min-height: 96px;
  }

  .collaborator-card img {
    width: 62px;
    height: 62px;
  }

  .collaborator-card span {
    font-size: 0.66rem;
  }

  .champions-panel {
    text-align: center;
  }

  .cup-visual {
    height: 175px;
  }

  .history-copy h2,
  .history-copy p {
    max-width: none;
  }

  .history-copy p,
  .site-footer p,
  .official-links,
  .news-cards strong,
  .broadcast-card p {
    text-align: justify;
  }

  .official-visit-counter {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 460px) {
  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .brand img {
    width: 54px;
    height: 54px;
  }

  .brand small {
    font-size: 0.72rem;
  }

  .brand strong {
    font-size: 1.26rem;
  }

  .main-nav {
    font-size: 0.82rem;
  }

  .hero {
    min-height: 620px;
  }

  .hero-shell {
    min-height: 620px;
    padding-top: 82px;
  }

  .hero-logo-pair {
    width: 104px;
    bottom: 24px;
  }

  .hero-crest,
  .hero-tv-logo {
    height: 62px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.55rem, 12vw, 3.15rem);
  }

  .fixture-row {
    grid-template-columns: 48px 1fr 34px;
  }

  .fixture-row .right {
    grid-column: 2 / -1;
    justify-content: flex-start;
    text-align: left;
  }

  .fixture-row strong {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .team-strip {
    margin-inline: 0;
    padding-inline: 12px;
  }

  .broadcast-card strong {
    font-size: 3.5rem;
  }
}
