:root {
  --primary: #0b2452;
  --primary-deep: #061225;
  --secondary: #d8a941;
  --secondary-bright: #ffd978;
  --accent: #e84c2d;
  --accent-hot: #ff8a3d;
  --background: #050914;
  --surface: rgba(10, 27, 58, 0.72);
  --surface-strong: rgba(9, 21, 43, 0.92);
  --text: #f8fbff;
  --muted: #b9c6dc;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --font-heading: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 18% 8%, rgba(216, 169, 65, 0.18), transparent 26rem),
    radial-gradient(circle at 78% 16%, rgba(232, 76, 45, 0.14), transparent 25rem),
    linear-gradient(135deg, var(--primary-deep) 0%, var(--background) 48%, #081b38 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(115deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 22px),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 92px 92px, 100% 7px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  width: min(1160px, calc(100% - 32px));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 92px 0;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 200;
  padding: 10px 14px;
  border-radius: 6px;
  color: #061225;
  background: var(--secondary-bright);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--secondary-bright);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  inset: 16px 0 auto;
  z-index: 100;
  transition: transform 220ms ease;
}

.nav-shell {
  width: min(1180px, calc(100% - 28px));
  min-height: 72px;
  margin-inline: auto;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 11, 24, 0.72);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  text-transform: uppercase;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(216, 169, 65, 0.34));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-links a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.nav-links .nav-cta,
.button.primary {
  color: #081225;
  background: linear-gradient(135deg, var(--secondary-bright), var(--secondary));
  box-shadow: 0 12px 34px rgba(216, 169, 65, 0.25);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  min-height: 94vh;
  display: grid;
  align-items: center;
  padding-top: 126px;
  padding-bottom: 70px;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 86px;
  background: linear-gradient(to bottom, transparent, rgba(5, 9, 20, 0.96));
  z-index: -1;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.stadium-light {
  position: absolute;
  top: -12%;
  width: 34vw;
  height: 58vh;
  background: linear-gradient(to bottom, rgba(255, 217, 120, 0.26), transparent);
  filter: blur(20px);
  opacity: 0.72;
  transform-origin: top;
  animation: lightSweep 9s ease-in-out infinite alternate;
}

.light-left {
  left: 4%;
  transform: rotate(22deg);
}

.light-right {
  right: 2%;
  transform: rotate(-24deg);
  animation-delay: -3s;
}

.pitch-line {
  position: absolute;
  left: 50%;
  bottom: 6%;
  width: min(560px, 82vw);
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 217, 120, 0.62), transparent);
  transform: translateX(-50%) skewX(-18deg);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.88fr);
  align-items: center;
  gap: 40px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--secondary-bright);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 900;
  line-height: 0.88;
  text-transform: uppercase;
}

h1 {
  max-width: 780px;
  font-size: clamp(4.4rem, 12vw, 10.5rem);
  text-shadow: 0 8px 42px rgba(0, 0, 0, 0.46);
}

h1 span {
  display: block;
  color: var(--secondary-bright);
}

h2 {
  font-size: clamp(3rem, 7vw, 6.2rem);
}

.hero-tagline {
  margin: 24px 0 8px;
  color: #ffffff;
  font-size: clamp(1.24rem, 2.5vw, 2rem);
  font-weight: 800;
}

.hero-text,
.section-heading p,
.about-panel p,
.watch-copy p,
.score-band p {
  color: var(--muted);
  line-height: 1.75;
}

.hero-text {
  max-width: 610px;
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

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

.button.secondary {
  background: rgba(255, 255, 255, 0.08);
}

.hero-emblem {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
}

.hero-emblem::before {
  content: "";
  position: absolute;
  width: min(430px, 78vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 169, 65, 0.28), transparent 68%);
  animation: pulseGlow 4.8s ease-in-out infinite;
}

.hero-emblem img {
  position: relative;
  width: min(500px, 82vw);
  filter: drop-shadow(0 28px 54px rgba(0, 0, 0, 0.52));
  animation: floatLogo 5.6s ease-in-out infinite;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.marquee-wrap {
  width: 100%;
  overflow: hidden;
  padding: 8px 0;
}

.marquee-row {
  display: flex;
  margin: 18px 0;
  transform: skewY(-1deg);
}

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

.marquee-row.reverse .marquee-track {
  animation-direction: reverse;
  animation-duration: 48s;
}

.marquee-wrap:hover .marquee-track {
  animation-play-state: paused;
}

.team-card {
  width: clamp(168px, 18vw, 250px);
  min-height: clamp(206px, 22vw, 300px);
  padding: 18px 16px 16px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 12px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(8, 23, 50, 0.84);
  box-shadow: var(--shadow);
  transform: skewY(1deg);
}

.team-card img {
  width: min(158px, 72%);
  max-height: 168px;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.42));
  transition: transform 220ms ease;
}

.team-card:hover img {
  transform: scale(1.08);
}

.team-card span {
  width: 100%;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.about {
  background: linear-gradient(105deg, rgba(8, 27, 56, 0.72), rgba(5, 9, 20, 0.18));
}

.about-grid,
.watch-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.about-panel,
.broadcast-card,
.score-band,
.social-panel,
.partner-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.about-panel {
  padding: clamp(26px, 4vw, 48px);
  border-left: 4px solid var(--secondary);
}

.partners {
  overflow: hidden;
}

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

.partner-card {
  min-height: 250px;
  padding: 24px;
  display: grid;
  align-content: center;
  gap: 20px;
}

.partner-card p,
.broadcast-card span {
  margin: 0;
  color: var(--secondary-bright);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.partner-card img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
  justify-self: center;
}

.partner-card:first-child img {
  max-height: 190px;
  width: min(260px, 100%);
  border-radius: 8px;
}

.watch {
  background:
    linear-gradient(120deg, rgba(232, 76, 45, 0.14), transparent 34%),
    linear-gradient(280deg, rgba(216, 169, 65, 0.13), transparent 42%);
}

.broadcast-card {
  min-height: 320px;
  display: grid;
  place-items: center;
  gap: 18px;
  padding: 30px;
}

.broadcast-card img {
  max-width: min(360px, 80%);
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.4));
}

.score-band {
  padding: clamp(26px, 5vw, 48px);
  display: grid;
  grid-template-columns: 1fr minmax(240px, 360px);
  gap: 28px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent),
    var(--surface-strong);
}

.score-logo {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.text-link {
  color: var(--secondary-bright);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.social-panel {
  padding: clamp(30px, 5vw, 58px);
  text-align: center;
  background:
    linear-gradient(120deg, rgba(216, 169, 65, 0.15), rgba(232, 76, 45, 0.12)),
    var(--surface);
}

.social-panel h2 {
  max-width: 820px;
  margin-inline: auto;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
}

.social-links,
.footer-social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.social-links a,
.footer-social a {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 180ms ease, background 180ms ease;
}

.social-links a:hover,
.footer-social a:hover {
  transform: translateY(-2px);
  background: rgba(216, 169, 65, 0.2);
}

.footer {
  padding: 42px 0 26px;
  border-top: 1px solid var(--line);
  background: #040711;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  gap: 28px;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

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

.footer-brand strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.45rem;
  text-transform: uppercase;
}

.footer-brand p,
.footer-bottom p {
  margin: 5px 0 0;
  color: var(--muted);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 16px;
  color: var(--muted);
  font-weight: 700;
}

.footer-social {
  margin-top: 0;
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.footer-credit {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.credit-link {
  width: fit-content;
  display: grid;
  justify-items: center;
  gap: 5px;
  color: rgba(248, 251, 255, 0.62);
  font-size: 0.72rem;
  text-align: center;
  transition: color 180ms ease, transform 180ms ease;
}

.credit-link:hover {
  color: var(--secondary-bright);
  transform: translateY(-1px);
}

.credit-link strong {
  color: rgba(248, 251, 255, 0.82);
  font-size: 0.76rem;
  font-weight: 800;
}

.credit-link img {
  width: 60px;
  height: auto;
  object-fit: contain;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@keyframes lightSweep {
  from {
    opacity: 0.42;
  }
  to {
    opacity: 0.82;
  }
}

@keyframes pulseGlow {
  0%,
  100% {
    transform: scale(0.94);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}

@keyframes floatLogo {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    left: 14px;
    right: 14px;
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(5, 11, 24, 0.96);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a {
    padding: 13px 12px;
  }

  .hero-grid,
  .about-grid,
  .watch-grid,
  .score-band,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-emblem {
    min-height: 330px;
    order: -1;
  }

  .partner-grid {
    grid-template-columns: 1fr;
  }

  .score-logo {
    justify-items: start;
  }

  .footer-grid,
  .footer-nav {
    justify-items: center;
    text-align: center;
  }

}

@media (max-width: 560px) {
  .section {
    padding: 68px 0;
  }

  .nav-shell {
    width: calc(100% - 28px);
    gap: 8px;
  }

  .brand span {
    max-width: 116px;
    line-height: 1;
  }

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

  h1 {
    font-size: clamp(3.6rem, 16vw, 4.15rem);
    max-width: 100%;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-emblem {
    min-height: 300px;
  }

  .hero-emblem img {
    width: min(320px, 76vw);
  }

  .team-card {
    width: 164px;
    min-height: 214px;
  }

  .team-card img {
    width: 116px;
    max-height: 128px;
  }

  .footer-brand {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
