.page-home {
  --home-cyan-ink: #004B57;
}

.page-home .home-hero {
  position: relative;
  overflow: hidden;
  background: var(--bg-night);
  color: var(--text-pale);
  padding: 72px 0 56px;
}

.page-home .home-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  opacity: 0.24;
  filter: saturate(0.72) contrast(1.08);
  z-index: 0;
}

.page-home .home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 30, 24, 0.82) 0%, rgba(11, 60, 45, 0.5) 48%, rgba(11, 60, 45, 0.96) 100%);
  pointer-events: none;
}

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

.page-home .home-hero-water {
  position: absolute;
  right: -18px;
  bottom: 12px;
  z-index: 1;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(96px, 17vw, 210px);
  line-height: 0.8;
  white-space: nowrap;
  letter-spacing: 0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(212, 255, 63, 0.2);
  pointer-events: none;
  transform: rotate(-2deg);
}

.page-home .home-hero .breadcrumb {
  margin-bottom: 32px;
}

.page-home .home-eyebrow {
  color: var(--accent-lime);
  margin-bottom: 16px;
}

.page-home .home-title {
  font-size: clamp(40px, 8.2vw, 88px);
  line-height: 1.02;
  margin: 0 0 22px;
  max-width: 6.4ch;
  letter-spacing: 0.01em;
}

.page-home .home-hero-desc {
  max-width: 43rem;
  color: rgba(232, 240, 235, 0.74);
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 28px;
}

.page-home .home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .home-chapter-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(212, 255, 63, 0.22);
}

.page-home .home-chapter-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(232, 240, 235, 0.2);
  border-radius: var(--radius-sm);
  color: var(--text-pale);
  text-decoration: none;
  font-size: 13px;
  transition: border-color var(--ease-fast), color var(--ease-fast), background var(--ease-fast);
}

.page-home .home-chapter-item .mono {
  color: var(--accent-blue);
  font-size: 11px;
}

.page-home .home-chapter-item:hover,
.page-home .home-chapter-item:focus-visible {
  border-color: var(--accent-lime);
  background: rgba(212, 255, 63, 0.08);
  color: var(--accent-lime);
}

.page-home .home-chapter-item:hover .mono,
.page-home .home-chapter-item:focus-visible .mono {
  color: var(--accent-lime);
}

.page-home .home-stats-strip {
  background: var(--accent-lime);
  color: var(--text-ink);
}

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

.page-home .home-stat-block {
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-bottom: 1px solid rgba(10, 30, 24, 0.18);
}

.page-home .home-stat-block:nth-child(odd) {
  border-right: 1px solid rgba(10, 30, 24, 0.18);
}

.page-home .home-stat-block:nth-child(n+3) {
  border-bottom: 0;
}

.page-home .home-stat-block .mono {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.page-home .home-stat-label {
  font-size: 12px;
  color: rgba(10, 30, 24, 0.72);
}

.page-home .home-section {
  padding: 76px 0;
}

.page-home .home-section-head {
  display: grid;
  gap: 18px;
  margin-bottom: 40px;
}

.page-home .home-section-heading {
  margin: 10px 0 0;
}

.page-home .home-section-summary {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.page-home .home-schedule {
  background: var(--bg-night);
  color: var(--text-pale);
}

.page-home .home-schedule .home-section-heading,
.page-home .home-history .home-section-heading {
  color: var(--text-pale);
}

.page-home .home-schedule .home-section-summary,
.page-home .home-history .home-section-summary {
  color: rgba(232, 240, 235, 0.72);
}

.page-home .home-schedule-grid,
.page-home .home-matches-grid,
.page-home .home-history-grid {
  display: grid;
  gap: 28px;
}

.page-home .home-schedule-cards {
  display: grid;
  gap: 14px;
}

.page-home .home-match-card {
  background: linear-gradient(145deg, rgba(245, 240, 230, 0.1), rgba(245, 240, 230, 0.04));
  border: 1px solid rgba(212, 255, 63, 0.18);
  border-radius: var(--radius-md);
  padding: 16px;
  transition: transform var(--ease-med), border-color var(--ease-fast), box-shadow var(--ease-fast);
}

.page-home .home-match-card:hover,
.page-home .home-match-card:focus-within {
  border-color: var(--accent-lime);
  box-shadow: 0 12px 32px rgba(10, 30, 24, 0.5);
}

.page-home .home-tilt-left {
  transform: rotate(-0.8deg);
}

.page-home .home-tilt-right {
  transform: rotate(0.8deg);
}

.page-home .home-tilt-left:hover {
  transform: rotate(-0.4deg) translateY(-4px);
}

.page-home .home-tilt-right:hover {
  transform: rotate(0.4deg) translateY(-4px);
}

.page-home .home-card-topline {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(232, 240, 235, 0.68);
}

.page-home .home-league {
  font-family: var(--font-mono);
  color: var(--accent-lime);
  border: 1px solid rgba(212, 255, 63, 0.35);
  padding: 2px 6px;
  border-radius: var(--radius-sm);
  font-size: 11px;
}

.page-home .home-round {
  color: var(--text-pale);
}

.page-home .home-kickoff {
  margin-left: auto;
  color: var(--accent-blue);
  font-size: 12px;
}

.page-home .home-matchup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 12px;
}

.page-home .home-team {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.page-home .home-rank {
  font-size: 12px;
  color: var(--accent-blue);
  background: rgba(0, 229, 255, 0.12);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.page-home .home-team-label {
  font-size: 14px;
  color: var(--text-cream);
  white-space: nowrap;
}

.page-home .home-score-figure {
  font-size: 30px;
  font-weight: 700;
  color: var(--accent-lime);
  text-shadow: 0 0 16px rgba(212, 255, 63, 0.4);
  letter-spacing: 0.02em;
}

.page-home .home-card-note {
  font-size: 12px;
  color: rgba(232, 240, 235, 0.7);
  margin: 0;
  border-top: 1px dashed rgba(212, 255, 63, 0.2);
  padding-top: 10px;
}

.page-home .home-schedule-media,
.page-home .home-matches-media,
.page-home .home-history-media {
  margin: 0;
  align-self: center;
}

.page-home .home-schedule-media img,
.page-home .home-matches-media img,
.page-home .home-history-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-md);
}

.page-home .home-schedule-media figcaption,
.page-home .home-history-media figcaption {
  font-size: 12px;
  color: var(--accent-blue);
  font-family: var(--font-mono);
  margin-top: 8px;
}

.page-home .home-matches {
  background: var(--bg-cream);
  color: var(--text-forest);
}

.page-home .home-matches .home-section-summary {
  color: rgba(31, 61, 54, 0.76);
}

.page-home .home-reports-list {
  display: grid;
  gap: 18px;
}

.page-home .home-report {
  background: #FFFDF9;
  border: 1px solid rgba(47, 90, 69, 0.16);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-soft);
}

.page-home .home-report-head {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  color: rgba(31, 61, 54, 0.65);
}

.page-home .home-report-league {
  font-family: var(--font-mono);
  color: var(--home-cyan-ink);
  background: rgba(0, 229, 255, 0.1);
  padding: 2px 8px;
  border-radius: var(--radius-sm);
}

.page-home .home-report-round {
  margin-left: auto;
}

.page-home .home-report-scoreline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 14px 0 16px;
}

.page-home .home-report-team {
  font-size: 15px;
  font-weight: 700;
}

.page-home .home-report-score {
  font-size: 24px;
  font-weight: 700;
  color: var(--accent-blue);
}

.page-home .home-event-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-home .home-event-list li {
  position: relative;
  padding: 4px 0 4px 44px;
  font-size: 13px;
  line-height: 1.5;
  border-bottom: 1px dashed rgba(47, 90, 69, 0.14);
}

.page-home .home-event-list li:last-child {
  border-bottom: 0;
}

.page-home .home-event-time {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 12px;
  color: var(--home-cyan-ink);
  font-weight: 700;
  background: rgba(0, 229, 255, 0.1);
  border-radius: var(--radius-sm);
  padding: 1px 5px;
}

.page-home .home-report-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .home-report-meta span {
  font-family: var(--font-mono);
  font-size: 11px;
  background: rgba(47, 90, 69, 0.08);
  padding: 4px 8px;
  border-radius: var(--radius-sm);
}

.page-home .home-more-link {
  margin-top: 32px;
  text-align: center;
}

.page-home .home-matches .home-matches-media figcaption {
  color: var(--home-cyan-ink);
}

.page-home .home-history {
  background: var(--bg-deep);
  color: var(--text-pale);
}

.page-home .home-season-cards {
  display: grid;
  gap: 14px;
}

.page-home .home-season-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
  gap: 4px 14px;
  padding: 20px;
  border: 1px solid rgba(212, 255, 63, 0.18);
  border-radius: var(--radius-md);
  background: rgba(245, 240, 230, 0.05);
  text-decoration: none;
  color: var(--text-pale);
  transition: transform var(--ease-fast), border-color var(--ease-fast), background var(--ease-fast);
}

.page-home .home-season-card:hover,
.page-home .home-season-card:focus-visible {
  border-color: var(--accent-lime);
  background: rgba(212, 255, 63, 0.08);
  transform: translateY(-2px);
}

.page-home .home-season-volume {
  grid-row: 1 / 4;
  font-size: 14px;
  color: var(--accent-blue);
  border: 1px solid rgba(0, 229, 255, 0.3);
  border-radius: var(--radius-sm);
  padding: 6px 5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.page-home .home-season-name {
  font-size: 16px;
  font-family: var(--font-display);
  letter-spacing: 0.02em;
  margin: 0;
  color: var(--text-cream);
}

.page-home .home-season-desc {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(232, 240, 235, 0.7);
  margin: 0;
}

.page-home .home-season-count {
  font-size: 12px;
  color: var(--accent-lime);
}

.page-home .home-subscribe {
  background: var(--bg-forest);
  color: var(--text-pale);
}

.page-home .home-subscribe-box {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(0, 229, 255, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(212, 255, 63, 0.07), rgba(245, 240, 230, 0.03));
  border: 1px solid rgba(212, 255, 63, 0.2);
  border-radius: var(--radius-lg);
  padding: 36px 22px;
}

.page-home .home-subscribe-title {
  margin: 16px 0 12px;
  font-size: clamp(28px, 5vw, 42px);
}

.page-home .home-subscribe-desc {
  max-width: 42rem;
  line-height: 1.7;
  font-size: 15px;
  color: rgba(232, 240, 235, 0.82);
  margin: 0 0 24px;
}

.page-home .home-subscribe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.page-home .home-subscribe-note {
  font-size: 12px;
  color: rgba(232, 240, 235, 0.58);
  border-top: 1px dashed rgba(212, 255, 63, 0.22);
  padding-top: 16px;
}

.page-home .pulse-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-orange);
  margin-right: 8px;
  vertical-align: middle;
  animation: home-pulse 2s ease-out infinite;
}

@keyframes home-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 184, 0, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 184, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 184, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .pulse-dot {
    animation: none;
  }
}

.page-home .home-compare {
  background: var(--bg-mint);
  color: var(--text-forest);
}

.page-home .home-compare-panel {
  background: #FFFFFF;
  border: 1px solid rgba(47, 90, 69, 0.14);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.page-home .home-compare-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: var(--bg-deep);
  color: var(--text-pale);
  font-size: 13px;
}

.page-home .home-compare-panel-head .mono {
  color: var(--accent-blue);
  font-size: 12px;
}

.page-home .home-compare-note {
  padding: 10px 18px 0;
  font-size: 11px;
  color: rgba(31, 61, 54, 0.58);
}

.page-home .home-compare-table {
  padding: 8px 0 0;
}

.page-home .home-compare-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: 13px;
  border-top: 1px solid rgba(47, 90, 69, 0.1);
}

.page-home .home-compare-row:nth-child(odd) {
  background: rgba(245, 240, 230, 0.4);
}

.page-home .home-compare-head-row {
  background: rgba(0, 229, 255, 0.08) !important;
  font-weight: 700;
  border-top: 0;
}

.page-home .home-compare-row .mono {
  font-family: var(--font-mono);
  text-align: right;
  font-size: 13px;
}

.page-home .home-compare-row span:first-child {
  opacity: 0.72;
}

.page-home .home-compare-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  border-top: 1px solid rgba(47, 90, 69, 0.12);
  background: rgba(245, 240, 230, 0.5);
}

.page-home .home-compare-tip {
  font-size: 12px;
  color: rgba(31, 61, 54, 0.68);
}

.page-home .home-route {
  background: var(--bg-night);
  color: var(--text-pale);
  padding: 64px 0;
}

.page-home .home-route-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 28px;
}

.page-home .home-route-desc {
  margin: 0;
  max-width: 30rem;
  font-size: 13px;
  color: rgba(232, 240, 235, 0.64);
}

.page-home .home-route-grid {
  display: grid;
  gap: 6px;
}

.page-home .home-route-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 4px;
  border-bottom: 1px solid rgba(232, 240, 235, 0.12);
  color: var(--text-cream);
  text-decoration: none;
  font-size: 14px;
  transition: background var(--ease-fast), padding var(--ease-fast);
}

.page-home .home-route-link:hover,
.page-home .home-route-link:focus-visible {
  background: rgba(212, 255, 63, 0.07);
  padding-left: 12px;
}

.page-home .home-route-path {
  font-size: 12px;
  color: var(--accent-blue);
  min-width: 78px;
}

.page-home .home-route-link:hover .home-route-path {
  color: var(--accent-lime);
}

.page-home .home-route-arrow {
  margin-left: auto;
  color: var(--accent-lime);
  font-size: 16px;
}

@media (min-width: 700px) {
  .page-home .home-stats-container {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .home-stat-block {
    border-bottom: 0;
  }

  .page-home .home-stat-block:nth-child(odd) {
    border-right: 1px solid rgba(10, 30, 24, 0.18);
  }

  .page-home .home-stat-block:nth-child(4n) {
    border-right: 0;
  }

  .page-home .home-schedule-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .page-home .home-matches-grid {
    grid-template-columns: 1.4fr 0.8fr;
    align-items: start;
  }

  .page-home .home-history-grid {
    grid-template-columns: 1fr 0.9fr;
    align-items: start;
  }

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

  .page-home .home-compare-table {
    padding: 8px 0 8px;
  }

  .page-home .home-compare-row {
    padding: 12px 22px;
  }

  .page-home .home-compare-panel-head {
    padding: 18px 22px;
  }

  .page-home .home-compare-note {
    padding-left: 22px;
  }
}

@media (min-width: 1080px) {
  .page-home .home-hero {
    padding: 104px 0 64px;
  }

  .page-home .home-title {
    max-width: 7.4ch;
  }

  .page-home .home-chapter-preview {
    gap: 14px;
    margin-top: 56px;
  }

  .page-home .home-section {
    padding: 112px 0;
  }

  .page-home .home-section-head {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: end;
    gap: 40px;
    margin-bottom: 48px;
  }

  .page-home .home-section-summary {
    font-size: 15px;
  }

  .page-home .home-schedule-grid {
    grid-template-columns: 1.35fr 0.85fr;
    align-items: center;
    gap: 44px;
  }

  .page-home .home-schedule-cards {
    gap: 18px;
  }

  .page-home .home-match-card {
    padding: 20px;
  }

  .page-home .home-matches-grid {
    grid-template-columns: 1.6fr 0.8fr;
    align-items: start;
    gap: 44px;
  }

  .page-home .home-reports-list {
    grid-template-columns: 1fr;
  }

  .page-home .home-history-grid {
    grid-template-columns: 1fr 0.85fr;
    align-items: start;
    gap: 44px;
  }

  .page-home .home-season-cards {
    gap: 18px;
  }

  .page-home .home-subscribe-box {
    padding: 56px 48px;
  }

  .page-home .home-compare-row {
    padding: 14px 22px;
  }

  .page-home .home-route-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 44px;
    row-gap: 4px;
  }
}
