.page-home {
  background: var(--color-cream);
  color: var(--color-ink);
  overflow-x: hidden;
}

.page-home .home-hero {
  position: relative;
  padding: 2.5rem 0 4rem;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
  color: var(--color-white);
}

.page-home .home-hero::after {
  content: "";
  position: absolute;
  right: -6%;
  top: -15%;
  width: 45%;
  height: 120%;
  background: linear-gradient(120deg, transparent 48%, var(--color-gold) 49%, var(--color-gold) 51%, transparent 52%);
  opacity: 0.14;
  transform: skewX(-8deg);
  pointer-events: none;
}

.page-home .home-hero .site-container {
  position: relative;
  z-index: 1;
}

.page-home .home-hero .breadcrumbs__link,
.page-home .home-hero .breadcrumbs__item {
  color: var(--color-gold-light);
}

.page-home .home-hero .breadcrumbs__item[aria-current="page"] {
  color: var(--color-white);
}

.page-home .home-hero__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.page-home .home-hero__aside {
  max-width: 520px;
}

.page-home .site-kicker {
  display: inline-block;
  background: var(--color-gold);
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.85rem;
  border-radius: var(--radius-pill);
  margin-bottom: 1.25rem;
}

.page-home .home-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 7vw, 4.4rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 1.1rem;
}

.page-home .home-hero__title span {
  display: block;
  color: var(--color-gold);
  font-size: 0.4em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0.4rem;
}

.page-home .home-hero__intro {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 1.75rem;
}

.page-home .home-hero__chapter-nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 2rem;
  padding-left: 0.75rem;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
}

.page-home .home-hero__chapter {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--color-white);
  text-decoration: none;
  font-weight: 500;
  padding: 0.55rem 0.85rem;
  border-radius: var(--radius-pill);
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.page-home .home-hero__chapter:hover,
.page-home .home-hero__chapter:focus {
  background: rgba(255, 255, 255, 0.12);
  color: var(--color-gold-light);
  transform: translateX(4px);
}

.page-home .home-hero__chapter-index {
  font-family: var(--font-heading);
  color: var(--color-gold);
  font-size: 0.9rem;
  font-weight: 600;
}

.page-home .home-hero__visual {
  position: relative;
}

.page-home .home-hero__visual .image-frame {
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-float);
}

.page-home .home-hero__visual img,
.page-home .image-frame img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.page-home .home-hero__live-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--color-orange);
  color: var(--color-white);
  font-weight: 700;
  padding: 0.45rem 1rem;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-card);
}

.page-home .live-dot {
  width: 8px;
  height: 8px;
  background: var(--color-white);
  border-radius: 50%;
}

.page-home .editorial-grid {
  gap: 2rem;
  align-items: start;
}

.page-home .editorial-grid__note {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--color-primary-light);
}

.page-home .editorial-grid__note-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--color-gold);
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

.page-home .editorial-grid__note .site-btn {
  margin-top: 1rem;
}

.page-home .section-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.15;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 0.75rem;
}

.page-home .section-intro {
  font-size: 1.05rem;
  color: var(--color-ink);
  max-width: 46em;
}

.page-home .stat-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin: 2rem 0;
}

.page-home .stat-card {
  background: var(--color-white);
  border: 1px solid rgba(10, 61, 42, 0.1);
  border-radius: var(--radius-card);
  padding: 1.5rem;
  box-shadow: var(--shadow-card);
}

.page-home .stat-card__label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-primary-light);
  margin-bottom: 0.5rem;
}

.page-home .stat-card__value {
  font-family: var(--font-heading);
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--color-primary);
}

.page-home .callout {
  margin-top: 1.5rem;
}

.page-home .section-head {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.page-home .section-head__note {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--color-gold);
  text-transform: uppercase;
}

.page-home .home-section--alt {
  background: var(--color-white);
  border-block: 1px solid rgba(10, 61, 42, 0.08);
}

.page-home .league-tabs {
  position: relative;
}

.page-home .league-tabs__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page-home .league-tabs__bar {
  display: flex;
  gap: 0.5rem;
  border-bottom: 2px solid rgba(10, 61, 42, 0.15);
  margin-bottom: 2rem;
}

.page-home .league-tabs__label {
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-primary-light);
  padding: 0.75rem 1.25rem;
  border-radius: var(--radius-pill) var(--radius-pill) 0 0;
  border: 2px solid transparent;
  border-bottom: none;
  transition: background 0.2s, color 0.2s;
}

.page-home .league-tabs__label:hover {
  color: var(--color-primary);
}

.page-home #tab-lineup:checked ~ .league-tabs__bar .league-tabs__label--lineup,
.page-home #tab-cards:checked ~ .league-tabs__bar .league-tabs__label--cards {
  background: var(--color-white);
  border-color: rgba(10, 61, 42, 0.15);
  color: var(--color-primary);
}

.page-home .league-tabs__panel {
  display: none;
}

.page-home #tab-lineup:checked ~ .league-tabs__panel--lineup,
.page-home #tab-cards:checked ~ .league-tabs__panel--cards {
  display: grid;
}

.page-home .league-panel-grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.page-home .league-panel__content h3 {
  font-family: var(--font-heading);
  font-size: 1.7rem;
  color: var(--color-primary);
  margin-bottom: 0.75rem;
}

.page-home .league-panel__content ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.5rem;
}

.page-home .league-panel__content li {
  padding-left: 1.25rem;
  position: relative;
}

.page-home .league-panel__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  background: var(--color-orange);
  transform: rotate(45deg);
}

.page-home .league-tabs__footnote {
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  background: rgba(10, 61, 42, 0.05);
  border-left: 3px solid var(--color-gold);
  font-size: 0.95rem;
  line-height: 1.6;
}

.page-home .subscribe-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
}

.page-home .subscribe-features {
  display: grid;
  gap: 1.25rem;
}

.page-home .feature-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: var(--color-white);
  padding: 1.25rem;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  border-left: 3px solid var(--color-gold);
}

.page-home .feature-item__index {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--color-white);
  background: var(--color-primary);
  border-radius: 8px;
}

.page-home .feature-item h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--color-primary);
  margin-bottom: 0.25rem;
}

.page-home .feature-item p {
  margin: 0;
  color: var(--color-ink);
  line-height: 1.6;
}

.page-home .subscribe-features .site-btn {
  justify-self: start;
}

.page-home .home-section--dark {
  background: var(--color-primary);
  color: var(--color-white);
}

.page-home .editorial-grid--light .editorial-grid__note,
.page-home .editorial-grid--light .editorial-grid__note p {
  color: rgba(255, 255, 255, 0.82);
}

.page-home .editorial-grid--light .editorial-grid__note-title {
  color: var(--color-gold-light);
}

.page-home .home-section--dark .section-intro {
  color: rgba(255, 255, 255, 0.85);
}

.page-home .home-section--dark .section-title {
  color: var(--color-white);
}

.page-home .register-steps {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: grid;
  gap: 1rem;
}

.page-home .register-steps li {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: var(--radius-card);
  padding: 1rem 1.2rem;
  color: var(--color-white);
  font-weight: 500;
}

.page-home .register-steps__num {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9rem;
  background: var(--color-gold);
  color: var(--color-primary);
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
}

.page-home .register-note {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.page-home .download-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

.page-home .download-card {
  padding: 1.75rem;
  background: var(--color-white);
  border: 1px solid rgba(10, 61, 42, 0.1);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.page-home .download-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-float);
  border-color: var(--color-gold);
}

.page-home .download-card .tag {
  display: inline-block;
  margin-bottom: 1rem;
}

.page-home .download-card h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: var(--color-primary);
  margin-bottom: 0.6rem;
}

.page-home .download-card p {
  color: var(--color-ink);
  line-height: 1.6;
}

.page-home .download-card__meta {
  display: block;
  margin-top: 1.25rem;
  padding-top: 0.85rem;
  border-top: 1px dashed rgba(10, 61, 42, 0.15);
  font-size: 0.85rem;
  color: var(--color-primary-light);
}

.page-home section[id] {
  scroll-margin-top: 5rem;
}

@media (min-width: 768px) {
  .page-home .stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .league-panel-grid {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .page-home .subscribe-grid {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .page-home .register-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .register-steps li {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-home .download-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .page-home .home-hero__grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 4rem;
  }

  .page-home .home-hero__chapter-nav {
    margin-top: 2.5rem;
  }

  .page-home .editorial-grid {
    grid-template-columns: minmax(200px, 0.33fr) minmax(0, 1fr);
  }

  .page-home .editorial-grid__note {
    position: sticky;
    top: 6rem;
  }

  .page-home .section-head {
    grid-template-columns: minmax(180px, 0.28fr) 1fr;
  }

  .page-home .section-head__content {
    max-width: 760px;
  }

  .page-home .stat-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .download-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
