.page-home {
  --hero-card-bg: rgba(14, 44, 28, 0.94);
  --hero-card-border: rgba(0, 230, 118, 0.20);
  --hero-text-secondary: rgba(232, 244, 234, 0.78);
  --clip-angle: 26px;
  background: var(--bg);
  color: var(--ink);
  overflow-x: hidden;
}

.page-home .breadcrumbs {
  position: relative;
  z-index: 2;
  padding-top: 12px;
  padding-bottom: 8px;
  font-size: 13px;
}

.page-home .home-hero {
  position: relative;
  background: linear-gradient(135deg, var(--green) 0%, #0d4329 100%);
  color: var(--ink-light);
  padding: 32px 0 48px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--clip-angle)), 0 100%);
}

.page-home .hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.page-home .hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.26;
}

.page-home .hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(8, 36, 22, 0.92) 20%, rgba(8, 36, 22, 0.60) 60%, rgba(0, 0, 0, 0.30) 100%);
}

.page-home .hero-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-home .hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-home .hero-block-main {
  padding: 4px 0 0;
}

.page-home .hero-eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--neon);
  border: 1px solid rgba(0, 230, 118, 0.32);
  background: rgba(0, 230, 118, 0.06);
  padding: 4px 10px;
  margin: 0 0 14px;
  transform: skewX(-8deg);
  text-transform: uppercase;
}

.page-home #hero-title {
  font-family: var(--font-head);
  font-size: clamp(52px, 15vw, 92px);
  line-height: 1.04;
  margin: 0 0 16px;
  color: var(--white);
  letter-spacing: 0.02em;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.18em;
}

.page-home .hero-lead {
  font-size: 16px;
  line-height: 1.65;
  color: var(--hero-text-secondary);
  margin: 0 0 10px;
  max-width: 34em;
}

.page-home .hero-sub {
  font-size: 15px;
  line-height: 1.6;
  color: var(--hero-text-secondary);
  margin: 0 0 18px;
  max-width: 34em;
}

.page-home .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .hero-ctas .btn {
  position: relative;
}

.page-home .hero-block-injury {
  min-width: 0;
}

.page-home .injury-panel {
  background: var(--hero-card-bg);
  border: 1px solid var(--hero-card-border);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(6px);
}

.page-home .injury-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.page-home .injury-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--neon);
  white-space: nowrap;
}

.page-home .injury-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .injury-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .injury-item:last-child {
  border-bottom: none;
}

.page-home .injury-item-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  padding: 11px 14px;
}

.page-home .injury-item[data-accordion="button"] {
  cursor: default;
}

.page-home .injury-team {
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.04em;
  font-size: 14px;
}

.page-home .injury-player {
  color: var(--neon);
  font-weight: 600;
  font-size: 14px;
}

.page-home .injury-reason {
  background: rgba(230, 57, 70, 0.18);
  color: #ff8a92;
  padding: 2px 8px;
  font-size: 12px;
  transform: skewX(-6deg);
}

.page-home .injury-meta {
  margin-left: auto;
  font-family: var(--font-num);
  font-size: 12px;
  color: rgba(232, 244, 234, 0.50);
}

.page-home .injury-detail {
  margin: -2px 0 0;
  padding: 0 14px 12px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(232, 244, 234, 0.76);
  max-width: 34em;
}

.page-home .injury-panel-foot {
  display: block;
  padding: 12px 14px;
  text-align: center;
  color: var(--neon);
  font-size: 14px;
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  transition: background 0.2s ease;
}

.page-home .injury-panel-foot:hover {
  background: rgba(0, 230, 118, 0.06);
}

.page-home .hero-block-refresh {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 230, 118, 0.22);
  background: rgba(0, 0, 0, 0.22);
  color: var(--ink-light);
  font-size: 14px;
}

.page-home .hero-clock {
  color: var(--neon);
  font-size: 20px;
  letter-spacing: 0.05em;
  animation: heroClockBreath 1.6s ease-in-out infinite;
}

.page-home .refresh-note {
  margin-left: auto;
  font-size: 12px;
  color: rgba(232, 244, 234, 0.58);
}

@keyframes heroClockBreath {
  0%, 100% {
    text-shadow: 0 0 0 rgba(0, 230, 118, 0);
  }
  50% {
    text-shadow: 0 0 16px rgba(0, 230, 118, 0.60);
  }
}

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

.page-home .today-stand {
  padding: 64px 0 56px;
}

.page-home .today-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.page-home .section-kicker {
  display: inline-block;
  font-family: var(--font-num);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--red);
  border-left: 3px solid var(--red);
  padding-left: 8px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.page-home .today-copy h2,
.page-home .section-head h2,
.page-home .venue-copy h2,
.page-home .commute-copy h2 {
  font-family: var(--font-head);
  font-size: clamp(32px, 5vw, 46px);
  line-height: 1.12;
  margin: 0 0 14px;
  color: var(--ink);
}

.page-home .section-intro {
  font-size: 15px;
  line-height: 1.72;
  margin: 0 0 20px;
  max-width: 48em;
}

.page-home .today-stats {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
}

.page-home .today-stats li {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: 0 2px 0 var(--line);
}

.page-home .today-stats .stat-number {
  font-size: 26px;
  color: var(--green);
  line-height: 1;
}

.page-home .today-stats li span:last-child {
  font-size: 13px;
  color: #5b6b63;
}

.page-home .today-feature {
  display: grid;
  gap: 12px;
  align-content: start;
}

.page-home .today-figure {
  margin: 0;
  position: relative;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 6px 6px 0 rgba(26, 107, 60, 0.08);
}

.page-home .today-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .today-figure figcaption {
  padding: 10px 12px;
  font-size: 13px;
  color: #5b6b63;
  background: var(--white);
}

.page-home .today-feature-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.page-home .today-feature-team {
  font-family: var(--font-head);
  font-size: 16px;
  color: var(--ink);
  letter-spacing: 0.04em;
}

.page-home .schedule-radar {
  background: linear-gradient(180deg, var(--white) 0%, var(--bg) 100%);
  padding: 48px 0 40px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.page-home .section-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.page-home .section-head .section-kicker {
  margin-bottom: 0;
}

.page-home .section-note {
  font-size: 14px;
  color: #5b6b63;
  line-height: 1.5;
  margin: 0;
  max-width: 42em;
}

.page-home .schedule-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding: 4px 16px 20px;
  scrollbar-width: thin;
  scrollbar-color: var(--green) var(--line);
}

.page-home .schedule-track {
  display: flex;
  gap: 16px;
  width: max-content;
}

.page-home .match-card {
  position: relative;
  flex: 0 0 min(84vw, 320px);
  scroll-snap-align: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--green);
  padding: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-home .match-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
}

.page-home .match-league {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--red);
  margin-bottom: 10px;
  font-family: var(--font-num);
}

.page-home .match-teams {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}

.page-home .match-teams strong {
  font-family: var(--font-head);
  font-size: 22px;
  color: var(--ink);
  line-height: 1.1;
}

.page-home .match-vs {
  font-family: var(--font-num);
  font-size: 12px;
  color: var(--red);
  font-weight: 700;
}

.page-home .match-predict {
  border-top: 1px dashed var(--line);
  padding-top: 12px;
  display: grid;
  gap: 8px;
}

.page-home .match-predict .tag {
  justify-self: start;
}

.page-home .match-predict p {
  margin: 0;
  font-size: 14px;
  color: #4a5a50;
  line-height: 1.5;
}

.page-home .match-predict .stat-number {
  color: var(--green);
  font-weight: 600;
}

.page-home .match-hover-hint {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  background: var(--navy);
  color: var(--ink-light);
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.5;
  transform: translateY(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 2;
}

.page-home .match-card:hover .match-hover-hint {
  opacity: 1;
  transform: translateY(0);
}

.page-home .match-hover-hint span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--neon);
  margin-bottom: 4px;
}

.page-home .match-hover-hint p {
  margin: 0;
}

.page-home .venue-live {
  background: var(--navy);
  color: var(--ink-light);
  padding: 68px 0 72px;
  clip-path: polygon(0 var(--clip-angle), 100% 0, 100% calc(100% - var(--clip-angle)), 0 100%);
  margin: 8px 0 0;
}

.page-home .venue-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.page-home .venue-panel-wrap {
  min-width: 0;
}

.page-home .venue-browser {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(232, 244, 234, 0.20);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
}

.page-home .venue-browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.10);
  font-size: 13px;
  color: rgba(232, 244, 234, 0.90);
}

.page-home .v-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6b6b;
}

.page-home .v-dot-amber {
  background: #ffd166;
}

.page-home .v-dot-green {
  background: var(--neon);
}

.page-home .venue-browser-url {
  margin-left: auto;
  font-family: var(--font-num);
  font-size: 12px;
}

.page-home .venue-browser-body {
  padding: 18px 16px 20px;
}

.page-home .venue-stadium-head {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.page-home .venue-stadium-head .tag {
  justify-self: start;
}

.page-home .venue-stadium-head strong {
  font-family: var(--font-head);
  font-size: 24px;
  color: var(--white);
}

.page-home .venue-stadium-head span:last-child {
  font-size: 13px;
  color: rgba(232, 244, 234, 0.65);
}

.page-home .venue-countdown {
  border: 1px solid rgba(0, 230, 118, 0.30);
  background: rgba(0, 230, 118, 0.08);
  padding: 14px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  margin-bottom: 18px;
}

.page-home .venue-countdown span {
  font-size: 14px;
  color: var(--ink-light);
}

.page-home .venue-clock {
  font-size: 32px;
  color: var(--neon);
  letter-spacing: 0.06em;
  animation: heroClockBreath 1.6s ease-in-out infinite;
}

.page-home .venue-metrics {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.page-home .venue-metrics li {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(232, 244, 234, 0.12);
  padding: 10px 8px;
  font-size: 12px;
  color: rgba(232, 244, 234, 0.72);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-home .venue-metrics .stat-number {
  font-size: 20px;
  color: var(--neon);
}

.page-home .venue-copy .section-kicker {
  color: var(--neon);
  border-left-color: var(--neon);
}

.page-home .venue-copy h2 {
  color: var(--white);
}

.page-home .venue-copy .section-intro {
  color: rgba(232, 244, 234, 0.82);
}

.page-home .venue-chart-figure {
  margin: 0 0 20px;
  border: 1px solid rgba(232, 244, 234, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

.page-home .venue-chart-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .venue-chart-figure figcaption {
  padding: 10px 12px;
  font-size: 13px;
  color: rgba(232, 244, 234, 0.65);
}

.page-home .venue-link {
  border-color: var(--neon);
  color: var(--neon);
}

.page-home .venue-link:hover {
  background: rgba(0, 230, 118, 0.10);
}

.page-home .news-feed {
  padding: 64px 0 56px;
}

.page-home .news-list {
  display: grid;
  gap: 14px;
}

.page-home .news-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 3px solid var(--green);
  padding: 14px 16px;
  box-shadow: 0 2px 0 rgba(26, 107, 60, 0.06);
  transition: box-shadow 0.2s ease;
}

.page-home .news-item:hover {
  box-shadow: 0 6px 20px rgba(26, 107, 60, 0.12);
}

.page-home .news-tags {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.page-home .news-tags .tag {
  text-decoration: none;
}

.page-home .news-body h3 {
  font-size: 17px;
  line-height: 1.4;
  margin: 0 0 6px;
  color: var(--ink);
}

.page-home .news-body p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 8px;
  color: #4a5a50;
}

.page-home .news-more {
  font-size: 14px;
  color: var(--green);
  text-decoration: none;
  font-weight: 600;
}

.page-home .news-more:hover {
  color: var(--red);
}

.page-home .news-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #9aafa2;
}

.page-home .news-meta .stat-number {
  font-size: 22px;
  color: #c2d4c6;
}

.page-home .news-feed-foot {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.page-home .commute-zone {
  background: linear-gradient(120deg, var(--green) 0%, #0d4329 70%, #0a3522 100%);
  color: var(--ink-light);
  padding: 64px 0 56px;
  clip-path: polygon(0 0, 100% var(--clip-angle), 100% 100%, 0 100%);
}

.page-home .commute-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.page-home .commute-copy .section-kicker {
  color: var(--neon);
  border-left-color: var(--neon);
}

.page-home .commute-copy h2 {
  color: var(--white);
}

.page-home .commute-copy .section-intro {
  color: rgba(232, 244, 234, 0.86);
}

.page-home .commute-points {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .commute-points li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.5;
}

.page-home .commute-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 10px;
  height: 10px;
  background: var(--neon);
  transform: skewX(-12deg);
}

.page-home .commute-figure {
  margin: 0;
  border: 1px solid rgba(232, 244, 234, 0.24);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.page-home .commute-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .trust-zone {
  background: var(--bg);
  padding: 44px 0 52px;
}

.page-home .trust-inner {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 22px 20px;
  display: grid;
  gap: 16px;
  text-align: center;
  box-shadow: 4px 4px 0 rgba(26, 107, 60, 0.08);
}

.page-home .trust-text {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: #4a5a50;
}

.page-home .trust-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
}

.page-home .trust-links a {
  font-size: 14px;
  font-weight: 600;
  color: var(--green);
  text-decoration: none;
  border-bottom: 1px solid rgba(26, 107, 60, 0.30);
  padding-bottom: 2px;
}

.page-home .trust-links a:hover {
  color: var(--red);
  border-bottom-color: var(--red);
}

@media (min-width: 768px) {
  .page-home .hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    grid-template-areas: "main injury" "refresh refresh";
    gap: 24px;
    align-items: start;
  }

  .page-home .hero-block-main {
    grid-area: main;
    padding-top: 14px;
  }

  .page-home .hero-block-injury {
    grid-area: injury;
  }

  .page-home .hero-block-refresh {
    grid-area: refresh;
  }

  .page-home #hero-title {
    flex-direction: column;
    font-size: clamp(60px, 8vw, 112px);
    line-height: 1.02;
    padding-top: 6px;
  }

  .page-home .today-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 40px;
    align-items: start;
  }

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

  .page-home .schedule-scroll {
    padding-left: max(24px, calc((100vw - var(--max-w)) / 2));
    padding-right: 24px;
  }

  .page-home .venue-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 48px;
    align-items: center;
  }

  .page-home .venue-copy {
    order: -1;
  }

  .page-home .news-item {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
    align-items: start;
  }

  .page-home .news-meta {
    min-width: 40px;
    justify-content: center;
  }

  .page-home .commute-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 48px;
    align-items: center;
  }

  .page-home .commute-figure {
    order: 2;
  }
}

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

  .page-home .hero-block-main {
    padding-top: 28px;
  }

  .page-home #hero-title {
    font-size: clamp(72px, 7.5vw, 128px);
  }

  .page-home .hero-lead {
    font-size: 17px;
  }

  .page-home .hero-sub {
    font-size: 16px;
  }

  .page-home .schedule-track {
    gap: 20px;
  }

  .page-home .match-card {
    flex-basis: 336px;
  }

  .page-home .venue-live {
    padding: 84px 0 88px;
  }

  .page-home .news-list {
    gap: 16px;
  }

  .page-home .news-item {
    padding: 18px 20px;
  }

  .page-home .trust-inner {
    grid-template-columns: 1fr auto;
    text-align: left;
    align-items: center;
    padding: 24px 28px;
  }

  .page-home .trust-links {
    justify-content: flex-end;
  }
}
