.page-home {
  --home-cream: #F5F0E8;
  --home-navy: #0A1F44;
  --home-navy-light: #11294F;
  --home-orange: #FF6B00;
  --home-gold: #FFD700;
  --home-gold-2: #FF9400;
  --home-ink: #1A1712;
  --home-muted: #5A5044;
  --home-paper: #FFFDF8;
  --home-border: #E0D8CC;
  background: var(--home-cream);
  color: var(--home-ink);
}

.page-home__hero {
  padding: 48px 20px 56px;
  position: relative;
  overflow: hidden;
}
.page-home__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 107, 0, 0.025),
    rgba(255, 107, 0, 0.025) 1px,
    transparent 1px,
    transparent 8px
  );
  pointer-events: none;
}
.page-home__hero-shell {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.page-home__hero-season {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--home-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.page-home__hero-season-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--home-orange);
}
.page-home__hero-main {
  position: relative;
}
.page-home__hero-main::after {
  content: "LIVE";
  position: absolute;
  top: -16px;
  right: 0;
  font-family: var(--font-display);
  font-size: 72px;
  color: rgba(255, 107, 0, 0.05);
  line-height: 1;
  z-index: 0;
  pointer-events: none;
}
.page-home__kicker {
  margin: 0 0 12px;
  font-family: var(--font-data);
  font-size: 14px;
  letter-spacing: 0.22em;
  color: var(--home-orange);
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}
.page-home__title {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: clamp(44px, 8vw, 88px);
  line-height: 1.05;
  color: var(--home-ink);
  letter-spacing: -0.01em;
  position: relative;
  z-index: 1;
}
.page-home__hero-subtitle {
  margin: 0 0 24px;
  font-family: var(--font-heading);
  font-size: clamp(16px, 2.2vw, 22px);
  color: var(--home-navy);
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.page-home__hero-lead {
  margin: 0 0 32px;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.9;
  color: var(--home-muted);
  position: relative;
  z-index: 1;
}
.page-home__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.page-home__hero-visual {
  position: relative;
  max-width: 380px;
}
.page-home__hero-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  object-fit: cover;
  display: block;
}
.page-home__gauge {
  position: absolute;
  bottom: 16px;
  right: 8px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 12px 30px rgba(26, 23, 18, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home__gauge-ring {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.page-home__gauge-ring circle {
  fill: none;
  stroke-width: 12;
}
.page-home__gauge-track {
  stroke: var(--home-border);
}
.page-home__gauge-fill {
  stroke: var(--home-orange);
  stroke-dasharray: 503;
  stroke-dashoffset: 217;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: center;
}
.page-home__gauge-center {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-home__gauge-num {
  font-family: var(--font-display);
  font-size: 32px;
  color: var(--home-ink);
  line-height: 1;
}
.page-home__gauge-num small {
  font-size: 18px;
  color: var(--home-orange);
}
.page-home__gauge-label {
  font-size: 11px;
  color: var(--home-muted);
  letter-spacing: 0.08em;
  margin-top: 4px;
}
.page-home__section {
  padding: 56px 20px;
  background: var(--home-cream);
}
.page-home__section--dark {
  background: var(--home-navy);
  color: var(--home-paper);
}
.page-home__shell {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}
.page-home__media,
.page-home__visual {
  position: relative;
}
.page-home__media-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
  object-fit: cover;
  display: block;
}
.page-home__section--dark .page-home__media-img {
  box-shadow: var(--shadow-navy);
}
.page-home__media-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--home-orange);
  color: var(--home-paper);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  letter-spacing: 0.08em;
}
.page-home__media-tag--light {
  background: var(--home-gold);
  color: var(--home-navy);
}
.page-home__body {
  max-width: 520px;
}
.page-home__index {
  font-family: var(--font-data);
  font-size: 14px;
  color: var(--home-orange);
  margin: 0 0 8px;
  letter-spacing: 0.1em;
}
.page-home__section--dark .page-home__index {
  color: var(--home-gold);
}
.page-home__heading {
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 16px;
  color: var(--home-ink);
}
.page-home__section--dark .page-home__heading {
  color: var(--home-paper);
}
.page-home__text {
  font-size: 16px;
  line-height: 1.85;
  color: var(--home-muted);
  margin: 0 0 24px;
}
.page-home__section--dark .page-home__text {
  color: rgba(245, 240, 232, 0.82);
}
.page-home__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  color: var(--home-orange);
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 107, 0, 0.25);
  padding-bottom: 4px;
  transition: border-color 0.2s ease;
}
.page-home__link:hover {
  border-color: var(--home-orange);
}
.page-home__link--light {
  color: var(--home-gold);
  border-bottom-color: rgba(255, 215, 0, 0.3);
}
.page-home__link--light:hover {
  border-color: var(--home-gold);
}
.page-home__retention {
  background: var(--home-paper);
  border: 1px solid var(--home-border);
  border-radius: 16px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
}
.page-home__retention-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-family: var(--font-data);
  font-size: 13px;
  color: var(--home-muted);
}
.page-home__retention-cells {
  display: flex;
  gap: 3px;
}
.page-home__retention-cell {
  flex: 1;
  height: 44px;
  border-radius: 3px;
  background: var(--home-border);
}
.page-home__retention-cell.is-active {
  background: linear-gradient(180deg, var(--home-gold), var(--home-gold-2));
}
.page-home__retention-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--home-muted);
}
.page-home__network {
  background: var(--home-paper);
  padding: 64px 20px;
}
.page-home__network-shell {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
.page-home__network-copy {
  max-width: 560px;
}
.page-home__index--network {
  color: var(--home-orange);
}
.page-home__network-title {
  font-family: var(--font-heading);
  font-size: 32px;
  color: var(--home-ink);
  margin: 0 0 16px;
}
.page-home__network-text {
  font-size: 16px;
  line-height: 1.85;
  color: var(--home-muted);
  margin: 0 0 32px;
}
.page-home__network-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.page-home__network-stat {
  min-width: 112px;
  flex: 1;
  padding: 16px 20px;
  background: var(--home-navy);
  border-radius: 12px;
  color: var(--home-paper);
}
.page-home__network-stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--home-gold);
}
.page-home__network-stat-label {
  display: block;
  font-size: 12px;
  color: rgba(245, 240, 232, 0.75);
  margin-top: 4px;
}
.page-home__network-map {
  border: 1px solid var(--home-border);
  border-radius: 16px;
  background: var(--home-cream);
  padding: 16px;
}
.page-home__network-svg {
  width: 100%;
  height: auto;
  display: block;
}
.page-home__closing {
  background: var(--home-navy);
  color: var(--home-paper);
  padding: 64px 20px;
}
.page-home__closing-shell {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.page-home__closing-kicker {
  font-family: var(--font-data);
  font-size: 14px;
  letter-spacing: 0.2em;
  color: var(--home-gold);
  margin: 0 0 12px;
  text-transform: uppercase;
}
.page-home__closing-title {
  font-family: var(--font-heading);
  font-size: 28px;
  color: var(--home-paper);
  margin: 0 0 32px;
}
.page-home__closing-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
}
.page-home__closing-link {
  color: var(--home-paper);
  text-decoration: none;
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 14px;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.page-home__closing-link:hover {
  background: rgba(255, 215, 0, 0.12);
  border-color: var(--home-gold);
}
.page-home__closing-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--home-gold);
  text-decoration: none;
  font-size: 14px;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 3px;
  transition: border-color 0.2s ease;
}
.page-home__closing-more:hover {
  border-color: var(--home-gold);
}

@media (min-width: 768px) {
  .page-home__hero {
    padding: 72px 24px 64px;
  }
  .page-home__hero-shell {
    grid-template-columns: 56px minmax(0, 1fr) 360px;
    gap: 32px;
  }
  .page-home__hero-season {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    justify-self: start;
    align-self: start;
    padding-top: 12px;
    display: flex;
    gap: 8px;
  }
  .page-home__hero-season-year {
    font-size: 13px;
  }
  .page-home__hero-main::after {
    font-size: 100px;
  }
  .page-home__hero-visual {
    max-width: 400px;
  }
  .page-home__gauge {
    width: 180px;
    height: 180px;
    bottom: 24px;
    right: -16px;
  }
  .page-home__gauge-num {
    font-size: 40px;
  }
  .page-home__gauge-num small {
    font-size: 20px;
  }
  .page-home__gauge-label {
    font-size: 12px;
  }
  .page-home__section {
    padding: 72px 24px;
  }
  .page-home__shell {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  .page-home__section--reverse .page-home__media {
    order: 2;
  }
  .page-home__section--reverse .page-home__body {
    order: 1;
  }
  .page-home__heading {
    font-size: 32px;
  }
  .page-home__network-shell {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  .page-home__network {
    padding: 80px 24px;
  }
  .page-home__closing {
    padding: 72px 24px;
  }
}
