:root {
  --bg: #f4efe6;
  --ink: #171717;
  --muted: #686057;
  --cream: #fffaf0;
  --scarlet: #cf3434;
  --gold: #efb22d;
  --green: #22715e;
  --navy: #172338;
  --line: rgba(23, 23, 23, 0.14);
  --shadow: 0 24px 60px rgba(23, 23, 23, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 68px;
  padding: 12px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(23, 23, 23, 0.88);
  color: var(--cream);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  text-decoration: none;
}

.brand__mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--scarlet);
  color: var(--cream);
  font-size: 0.8rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2.5vw, 28px);
  color: rgba(255, 250, 240, 0.86);
  font-size: 0.92rem;
  font-weight: 800;
}

.nav a {
  text-decoration: none;
}

.nav a:hover {
  color: var(--gold);
}

.hero {
  display: grid;
  min-height: calc(100vh - 68px);
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  background: var(--navy);
  color: var(--cream);
}

.hero__image {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.hero__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 6vw, 86px);
  background:
    linear-gradient(135deg, rgba(207, 52, 52, 0.22), transparent 42%),
    var(--navy);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 9.5ch;
  margin: 0;
  font-size: clamp(3.5rem, 9vw, 8.6rem);
  line-height: 0.86;
  letter-spacing: 0;
}

.lede {
  max-width: 52ch;
  margin: 28px 0 0;
  color: rgba(255, 250, 240, 0.78);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 250, 240, 0.26);
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
}

.button--primary {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.button--ghost {
  color: var(--cream);
}

.ticker {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  background: var(--cream);
}

.ticker article {
  min-width: 0;
  padding: 18px clamp(16px, 3vw, 28px);
  border-right: 1px solid var(--line);
}

.ticker article:last-child {
  border-right: 0;
}

.ticker span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ticker strong {
  display: block;
  font-size: clamp(1rem, 2vw, 1.3rem);
  line-height: 1.2;
}

.section {
  padding: clamp(54px, 8vw, 104px) clamp(18px, 4vw, 56px);
}

.section--dark {
  background: #171717;
  color: var(--cream);
}

.section__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.6fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.section__intro--compact {
  display: block;
  max-width: 700px;
}

.section__intro h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.4rem, 6vw, 5.7rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.section__intro p:not(.eyebrow) {
  max-width: 52ch;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.section--dark .section__intro p:not(.eyebrow) {
  color: rgba(255, 250, 240, 0.72);
}

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

.sport-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 240, 0.16);
  border-radius: 8px;
  background: #232323;
}

.sport-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.sport-card div {
  padding: 18px;
}

.sport-card span {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.sport-card h3 {
  margin: 8px 0;
  font-size: 1.15rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.sport-card p {
  margin: 0;
  color: rgba(255, 250, 240, 0.68);
  font-size: 0.95rem;
}

.standings {
  background:
    linear-gradient(90deg, rgba(239, 178, 45, 0.18), transparent 45%),
    var(--bg);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

th,
td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

thead th {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

tbody th {
  font-size: 1.05rem;
}

tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: 0;
}

.schedule {
  background: var(--green);
  color: var(--cream);
}

.schedule .section__intro p:not(.eyebrow) {
  color: rgba(255, 250, 240, 0.72);
}

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

.schedule-list article {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) minmax(180px, 0.5fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 250, 240, 0.2);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.08);
}

.schedule-list time {
  color: var(--gold);
  font-weight: 950;
}

.schedule-list strong {
  font-size: 1.1rem;
}

.schedule-list span {
  color: rgba(255, 250, 240, 0.72);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(18px, 4vw, 56px);
  background: #111111;
  color: rgba(255, 250, 240, 0.72);
}

.footer p {
  margin: 0;
}

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

  .hero__image {
    min-height: 48vh;
  }

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

@media (max-width: 680px) {
  .site-header,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    min-height: auto;
  }

  .hero__content {
    padding: 34px 20px 44px;
  }

  h1 {
    font-size: clamp(3.4rem, 18vw, 5.2rem);
  }

  .sports-grid,
  .ticker {
    grid-template-columns: 1fr;
  }

  .ticker article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .schedule-list article {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
