.page-home {
  --home-hero-accent: var(--color-signal-orange);
  --home-hero-blue: var(--color-electric-blue);
  --home-section-gap: clamp(64px, 8vw, 120px);
  --home-card-radius: 0px;
  --home-rule: var(--border-line);
  --home-font-data: var(--font-data);
  --home-font-heading: var(--font-heading);
  --home-font-body: var(--font-body);
  background-color: var(--color-deep-graphite);
  color: var(--color-text-bright);
  font-family: var(--home-font-body);
  line-height: 1.7;
  overflow-x: hidden;
}

.page-home .container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.page-home .breadcrumb {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 16px var(--gutter) 0;
  font-size: 13px;
  color: var(--color-text-muted);
  display: flex;
  gap: 8px;
  align-items: center;
}

.page-home .breadcrumb__link {
  color: var(--color-electric-blue);
  text-decoration: none;
}

.page-home .breadcrumb__link:hover {
  text-decoration: underline;
}

.page-home .breadcrumb__separator {
  opacity: 0.5;
}

.page-home .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-family: var(--home-font-heading);
  font-weight: 800;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  border: 2px solid transparent;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-home .button--primary {
  background-color: var(--color-signal-orange);
  color: var(--color-deep-graphite);
  border-color: var(--color-signal-orange);
}

.page-home .button--primary:hover {
  background-color: transparent;
  color: var(--color-signal-orange);
}

.page-home .button--outline {
  border-color: var(--color-graphite-line);
  color: var(--color-text-bright);
}

.page-home .button--outline:hover {
  border-color: var(--color-electric-blue);
  color: var(--color-electric-blue);
}

.page-home .home-hero {
  position: relative;
  padding-top: clamp(32px, 5vw, 72px);
  border-bottom: var(--home-rule);
  background:
    linear-gradient(135deg, transparent 0%, transparent 68%, rgba(0, 163, 255, 0.08) 68%, rgba(0, 163, 255, 0.08) 100%),
    linear-gradient(315deg, transparent 0%, transparent 82%, rgba(255, 77, 0, 0.06) 82%, rgba(255, 77, 0, 0.06) 100%);
}

.page-home .home-hero__inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  position: relative;
  z-index: 1;
}

.page-home .home-hero__content {
  max-width: 800px;
}

.page-home .home-hero__kicker {
  font-family: var(--home-font-data);
  font-size: 14px;
  letter-spacing: 0.12em;
  color: var(--color-electric-blue);
  text-transform: uppercase;
  margin-bottom: 16px;
  border-left: 4px solid var(--color-signal-orange);
  padding-left: 12px;
}

.page-home .home-hero__title {
  font-family: var(--home-font-heading);
  font-weight: 800;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  text-shadow: 0 0 40px rgba(0, 163, 255, 0.15);
}

.page-home .home-hero__lead {
  font-size: clamp(16px, 1.6vw, 19px);
  color: var(--color-text-muted);
  max-width: 680px;
  margin-bottom: 32px;
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.page-home .home-hero__stats {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 4vw, 56px);
  padding: 24px 0;
  border-top: var(--home-rule);
  border-bottom: var(--home-rule);
  margin: 0;
}

.page-home .home-hero__stat {
  display: flex;
  flex-direction: column;
}

.page-home .home-hero__stat-num {
  font-family: var(--home-font-data);
  font-weight: 500;
  font-size: clamp(26px, 4vw, 40px);
  color: var(--color-text-bright);
  line-height: 1.1;
}

.page-home .home-hero__stat-num small {
  font-size: 0.5em;
  color: var(--color-signal-orange);
  margin-left: 2px;
}

.page-home .home-hero__stat-label {
  font-size: 13px;
  color: var(--color-text-muted);
  margin-top: 4px;
}

.page-home .home-hero__side {
  display: none;
}

.page-home .home-hero__chapters {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--gutter) clamp(32px, 4vw, 56px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background-color: var(--color-graphite-line);
  border-top: var(--home-rule);
}

.page-home .home-hero__chapter {
  background-color: var(--color-deep-graphite);
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: background-color 0.2s ease, transform 0.2s ease;
  position: relative;
}

.page-home .home-hero__chapter:hover {
  background-color: var(--color-panel-dark);
  transform: translateY(-4px);
}

.page-home .home-hero__chapter-num {
  font-family: var(--home-font-data);
  font-size: 28px;
  color: var(--color-signal-orange);
}

.page-home .home-hero__chapter-label {
  font-family: var(--home-font-heading);
  font-weight: 700;
  font-size: 14px;
  color: var(--color-text-bright);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.page-home .home-hero__line {
  width: 100%;
  height: auto;
  opacity: 0.9;
}

.page-home .home-section {
  padding-top: var(--home-section-gap);
  padding-bottom: var(--home-section-gap);
  scroll-margin-top: 72px;
  position: relative;
}

.page-home .home-section__label {
  font-family: var(--home-font-data);
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--color-signal-orange);
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  border: 1px solid rgba(255, 77, 0, 0.4);
  background: rgba(255, 77, 0, 0.06);
}

.page-home .home-section__title {
  font-family: var(--home-font-heading);
  font-weight: 800;
  font-size: clamp(26px, 3.6vw, 40px);
  line-height: 1.2;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}

.page-home .home-section__intro {
  color: var(--color-text-muted);
  font-size: 16px;
  max-width: 640px;
  margin-bottom: 24px;
}

.page-home .home-section__link {
  color: var(--color-electric-blue);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.page-home .home-section__link:hover {
  border-bottom-color: var(--color-electric-blue);
}

.page-home .home-section--schedule {
  background-color: var(--color-deep-graphite);
}

.page-home .home-section--schedule::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-signal-orange) 0%, transparent 40%, var(--color-electric-blue) 80%, transparent 100%);
  opacity: 0.6;
}

.page-home .home-schedule__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 40px;
}

.page-home .home-schedule__card {
  background-color: var(--color-panel-dark);
  border-left: 6px solid var(--color-signal-orange);
  padding: 28px 24px;
  position: relative;
}

.page-home .home-schedule__card:nth-child(2) {
  border-left-color: var(--color-electric-blue);
}

.page-home .home-schedule__tag {
  display: inline-block;
  font-family: var(--home-font-data);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--color-signal-orange);
  background: rgba(255, 77, 0, 0.1);
  padding: 2px 8px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.page-home .home-schedule__card:nth-child(2) .home-schedule__tag {
  color: var(--color-electric-blue);
  background: rgba(0, 163, 255, 0.1);
}

.page-home .home-schedule__league {
  font-family: var(--home-font-heading);
  font-weight: 700;
  font-size: 14px;
  color: var(--color-text-muted);
  margin: 0 0 8px;
}

.page-home .home-schedule__teams {
  font-family: var(--home-font-heading);
  font-weight: 800;
  font-size: 20px;
  margin: 0 0 8px;
}

.page-home .home-schedule__versus {
  color: var(--color-signal-orange);
  padding: 0 8px;
  font-family: var(--home-font-data);
  font-size: 14px;
}

.page-home .home-schedule__time {
  font-family: var(--home-font-data);
  font-size: 13px;
  color: var(--color-text-muted);
  margin: 0;
}

.page-home .home-schedule__image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border: var(--home-rule);
  background-color: var(--color-panel-dark);
}

.page-home .home-section--possession {
  background-color: var(--color-panel-dark);
  clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%);
  padding-top: calc(var(--home-section-gap) + 24px);
  padding-bottom: calc(var(--home-section-gap) + 24px);
}

.page-home .home-possession__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

.page-home .home-possession__list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  border-top: var(--home-rule);
}

.page-home .home-possession__item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: var(--home-rule);
}

.page-home .home-possession__item dt {
  font-family: var(--home-font-data);
  font-size: 13px;
  color: var(--color-electric-blue);
  letter-spacing: 0.06em;
}

.page-home .home-possession__item dd {
  margin: 0;
  font-size: 15px;
}

.page-home .home-possession__chart {
  background-color: var(--color-card-surface);
  border: var(--home-rule);
  padding: 28px 24px;
  position: relative;
}

.page-home .home-possession__chart-title {
  font-family: var(--home-font-heading);
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 24px;
}

.page-home .home-possession__bars {
  margin-bottom: 28px;
}

.page-home .home-possession__bar-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.page-home .home-possession__bar-name {
  font-family: var(--home-font-data);
  font-size: 14px;
  min-width: 40px;
}

.page-home .home-possession__bar-track {
  flex: 1;
  height: 28px;
  background-color: var(--color-deep-graphite);
  display: flex;
  align-items: center;
}

.page-home .home-possession__bar {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  font-family: var(--home-font-data);
  font-size: 13px;
  font-weight: 500;
  color: var(--color-deep-graphite);
  background-color: var(--color-signal-orange);
  width: 58%;
  animation: pageHomeGrow 0.6s ease-out both;
}

.page-home .home-possession__bar--away {
  background-color: var(--color-electric-blue);
  width: 42%;
}

.page-home .home-possession__chart img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes pageHomeGrow {
  from { transform: scaleX(0); transform-origin: left; }
  to { transform: scaleX(1); transform-origin: left; }
}

.page-home .home-section--standings {
  background-color: var(--color-deep-graphite);
}

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

.page-home .home-standings__card {
  background-color: var(--color-card-surface);
  border: var(--home-rule);
  padding: 28px 24px;
}

.page-home .home-standings__card img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  object-fit: cover;
  border: var(--home-rule);
}

.page-home .home-standings__table-wrap {
  background-color: var(--color-panel-dark);
  border: var(--home-rule);
  padding: 28px 20px;
  overflow-x: auto;
}

.page-home .home-standings__table-title {
  font-family: var(--home-font-heading);
  font-weight: 800;
  font-size: 18px;
  margin: 0 0 16px;
  padding-left: 8px;
  border-left: 4px solid var(--color-electric-blue);
}

.page-home .home-standings__table {
  width: 100%;
  min-width: 460px;
  border-collapse: collapse;
  font-size: 14px;
}

.page-home .home-standings__table th {
  text-align: left;
  font-family: var(--home-font-data);
  font-size: 12px;
  color: var(--color-text-muted);
  padding: 10px 8px;
  border-bottom: 1px solid var(--color-graphite-line);
  white-space: nowrap;
}

.page-home .home-standings__table td {
  padding: 12px 8px;
  border-bottom: 1px solid rgba(58, 67, 80, 0.5);
  font-family: var(--home-font-data);
  font-weight: 500;
}

.page-home .home-standings__table tr:last-child td {
  border-bottom: none;
}

.page-home .home-standings__table td:first-child {
  color: var(--color-signal-orange);
}

.page-home .home-standings__note {
  font-size: 13px;
  color: var(--color-text-muted);
  margin: 16px 0 0;
}

.page-home .home-section--week {
  background-color: var(--color-panel-dark);
}

.page-home .home-week__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

.page-home .home-week__points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 28px 0;
}

.page-home .home-week__point {
  border: var(--home-rule);
  padding: 18px 20px;
  background-color: var(--color-card-surface);
  border-left: 4px solid var(--color-signal-orange);
}

.page-home .home-week__point strong {
  font-family: var(--home-font-heading);
  font-weight: 800;
  font-size: 16px;
  display: block;
  margin-bottom: 6px;
}

.page-home .home-week__point p {
  color: var(--color-text-muted);
  font-size: 14px;
  margin: 0;
}

.page-home .home-week__visual img {
  width: 100%;
  height: auto;
  display: block;
  border: var(--home-rule);
  box-shadow: 8px 8px 0 rgba(0, 163, 255, 0.15);
}

.page-home .home-section--trend {
  background-color: var(--color-deep-graphite);
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  padding-top: calc(var(--home-section-gap) + 24px);
}

.page-home .home-trend__header {
  margin-bottom: 40px;
}

.page-home .home-trend__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

.page-home .home-trend__card {
  background-color: var(--color-card-surface);
  border: var(--home-rule);
  padding: 24px;
}

.page-home .home-trend__league {
  font-family: var(--home-font-heading);
  font-weight: 800;
  font-size: 17px;
  margin: 0 0 20px;
}

.page-home .home-trend__chart {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-home .home-trend__chart svg {
  width: 100%;
  height: auto;
  max-height: 140px;
}

.page-home .home-trend__approx {
  font-family: var(--home-font-data);
  font-size: 14px;
  color: var(--color-text-muted);
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}

.page-home .home-trend__foot {
  font-size: 13px;
  color: var(--color-text-muted);
  border-top: 1px solid rgba(58, 67, 80, 0.5);
  padding-top: 16px;
  margin: 16px 0 0;
}

.page-home .home-section--channel {
  background-color: var(--color-deep-graphite);
  border-top: 4px solid var(--color-signal-orange);
}

.page-home .home-channel__inner {
  background:
    linear-gradient(120deg, rgba(255, 77, 0, 0.06) 0%, transparent 35%),
    linear-gradient(240deg, rgba(0, 163, 255, 0.06) 0%, transparent 35%),
    var(--color-panel-dark);
  border: var(--home-rule);
  padding: clamp(32px, 5vw, 64px);
  text-align: center;
}

.page-home .home-channel__inner .home-section__label {
  margin-bottom: 16px;
}

.page-home .home-channel__inner .home-section__title {
  font-size: clamp(28px, 4vw, 44px);
}

.page-home .home-channel__intro {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.page-home .home-channel__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 32px 0;
}

.page-home .home-channel__note {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.8;
  margin: 0;
}

@media (min-width: 640px) {
  .page-home .home-hero__chapters {
    grid-template-columns: repeat(6, 1fr);
  }

  .page-home .home-hero__chapter {
    padding: 24px 12px;
  }

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

  .page-home .home-schedule__card:first-child {
    grid-column: 1 / 2;
  }

  .page-home .home-schedule__card:nth-child(2) {
    grid-column: 2 / 3;
  }

  .page-home .home-schedule__image {
    grid-column: 1 / -1;
  }

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

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

@media (min-width: 1024px) {
  .page-home .home-hero__inner {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
  }

  .page-home .home-hero__side {
    display: block;
  }

  .page-home .home-schedule__grid {
    grid-template-columns: 1fr 1fr 1.2fr;
    align-items: stretch;
  }

  .page-home .home-schedule__card:first-child {
    grid-column: 1 / 2;
  }

  .page-home .home-schedule__card:nth-child(2) {
    grid-column: 2 / 3;
  }

  .page-home .home-schedule__image {
    grid-column: 3 / 4;
    height: 100%;
    object-fit: cover;
  }

  .page-home .home-possession__layout {
    grid-template-columns: 1fr 1.1fr;
    gap: 64px;
  }

  .page-home .home-standings__layout {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 64px;
    align-items: start;
  }

  .page-home .home-week__layout {
    grid-template-columns: 1fr 1.1fr;
    gap: 64px;
  }

  .page-home .home-trend__chart {
    min-height: 200px;
  }
}
