.page-home {
  --home-gap: clamp(24px, 4vw, 48px);
  --home-pad: clamp(20px, 3vw, 40px);
  background: var(--yt-ink-900);
  color: var(--yt-paper-50);
  overflow-x: clip;
}

.page-home .yt-section__head {
  max-width: 64ch;
}

/* ---------- 首屏框景 ---------- */

.page-home .home-hero {
  position: relative;
  padding-top: clamp(104px, 16vh, 152px);
  padding-bottom: clamp(44px, 6vw, 84px);
  background:
    radial-gradient(110% 80% at 88% 4%, rgba(18, 112, 79, 0.62), transparent 62%),
    linear-gradient(180deg, var(--yt-ink-900) 0%, var(--yt-ink-700) 100%);
  border-bottom: 1px solid var(--yt-line-soft);
}

.page-home .home-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--home-gap);
}

.page-home .home-hero__narrative {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.page-home .home-hero__title {
  margin: 0;
  font-family: var(--yt-font-head);
  font-size: clamp(34px, 6.6vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--yt-paper-50);
}

.page-home .home-hero__lead {
  margin: 0;
  max-width: 46ch;
  font-size: 16px;
  line-height: 1.78;
  color: var(--yt-steel-200);
}

.page-home .home-season {
  margin-top: 6px;
  padding-top: 18px;
  border-top: 1px solid var(--yt-line-soft);
}

.page-home .home-season__label {
  margin: 0 0 10px;
  font-family: var(--yt-font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--yt-steel-200);
}

.page-home .home-gauge {
  position: relative;
  height: 12px;
  background-image: repeating-linear-gradient(90deg, var(--yt-line) 0 1px, transparent 1px 13px);
  border-bottom: 1px solid var(--yt-line);
}

.page-home .home-gauge__fill {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--yt-pitch-500) 0%, var(--yt-orange-500) 100%);
  transform-origin: left center;
  animation: home-gauge-in 1s 0.25s cubic-bezier(0.2, 0.7, 0.3, 1) both;
}

.page-home .home-gauge__mark {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 3px;
  height: 13px;
  background: var(--yt-orange-500);
}

@keyframes home-gauge-in {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.page-home .home-season__text {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--yt-steel-200);
}

.page-home .home-season__text .yt-num {
  color: var(--yt-lime-400);
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.page-home .home-hero__frame {
  position: relative;
  display: grid;
  min-height: 420px;
  border: 1px solid var(--yt-line);
  clip-path: var(--yt-cut);
  background: var(--yt-ink-700);
  overflow: hidden;
  animation: home-frame-rise 0.85s 0.1s cubic-bezier(0.2, 0.7, 0.3, 1) both;
}

@keyframes home-frame-rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}

.page-home .home-hero__figure {
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 0;
}

.page-home .home-hero__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.06);
  opacity: 0.45;
}

.page-home .home-hero__glass {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  min-height: 420px;
  padding: var(--home-pad);
  background: linear-gradient(180deg, rgba(6, 35, 28, 0.16) 0%, rgba(6, 35, 28, 0.72) 46%, rgba(6, 35, 28, 0.97) 100%);
}

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

.page-home .home-hero__city {
  font-family: var(--yt-font-mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--yt-lime-400);
}

.page-home .home-hero__fixture {
  margin: 0;
  font-family: var(--yt-font-head);
  font-size: clamp(20px, 3.6vw, 27px);
  letter-spacing: -0.01em;
  color: var(--yt-paper-50);
}

.page-home .home-hero__fixture span {
  padding: 0 10px;
  font-family: var(--yt-font-mono);
  font-size: 0.78em;
  color: var(--yt-orange-500);
}

.page-home .home-hero__kickoff {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0;
  font-family: var(--yt-font-mono);
  font-variant-numeric: tabular-nums;
  font-size: clamp(48px, 11vw, 86px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--yt-paper-50);
}

.page-home .home-hero__kickoff small {
  font-family: var(--yt-font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--yt-orange-500);
}

.page-home .home-hero__facts {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin: 6px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--yt-line-soft);
}

.page-home .home-hero__facts > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.page-home .home-hero__facts dt {
  font-family: var(--yt-font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--yt-steel-200);
}

.page-home .home-hero__facts dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--yt-paper-50);
}

.page-home .home-corner {
  position: absolute;
  z-index: 3;
  width: 22px;
  height: 22px;
  border: 2px solid var(--yt-orange-500);
  pointer-events: none;
}

.page-home .home-corner--tl { top: 12px; left: 12px; border-right: 0; border-bottom: 0; }
.page-home .home-corner--tr { top: 12px; right: 20px; border-left: 0; border-bottom: 0; }
.page-home .home-corner--bl { bottom: 12px; left: 12px; border-right: 0; border-top: 0; }
.page-home .home-corner--br { bottom: 12px; right: 20px; border-left: 0; border-top: 0; }

/* ---------- 赛程轴 ---------- */

.page-home .axis-band {
  background: var(--yt-ink-700);
  border-bottom: 1px solid var(--yt-line-soft);
}

.page-home .yt-tabs {
  margin-top: clamp(22px, 3vw, 34px);
}

.page-home .yt-tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.page-home .yt-tabs__tab {
  font-family: var(--yt-font-mono);
  letter-spacing: 0.06em;
}

.page-home .axis-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(238px, 80%);
  gap: 16px;
  margin: 0;
  padding: 4px 4px 20px;
  list-style: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 4px;
  scrollbar-width: thin;
  scrollbar-color: var(--yt-pitch-500) transparent;
}

.page-home .axis-card {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-bottom: 20px;
  background: var(--yt-ink-900);
  border: 1px solid var(--yt-line-soft);
  clip-path: var(--yt-cut-sm);
}

.page-home .axis-card__media {
  height: 132px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, var(--yt-pitch-500) 0%, var(--yt-steel-600) 100%);
}

.page-home .axis-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.04);
}

.page-home .axis-card__media--line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, rgba(244, 241, 232, 0.07) 0 2px, transparent 2px 13px);
}

.page-home .axis-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 18px;
}

.page-home .axis-card__time {
  margin: 2px 0 0;
  font-family: var(--yt-font-mono);
  font-variant-numeric: tabular-nums;
  font-size: clamp(30px, 6vw, 40px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--yt-orange-500);
}

.page-home .axis-card__match {
  margin: 0;
  font-family: var(--yt-font-head);
  font-size: 19px;
  letter-spacing: -0.01em;
  color: var(--yt-paper-50);
}

.page-home .axis-card__venue {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--yt-steel-200);
}

/* ---------- 四个入口 ---------- */

.page-home .spec-band {
  background: var(--yt-ink-900);
}

.page-home .spec-list {
  margin: clamp(24px, 4vw, 40px) 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--yt-line-soft);
}

.page-home .spec-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  padding: 22px 0 22px 18px;
  border-bottom: 1px solid var(--yt-line-soft);
}

.page-home .spec-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--yt-orange-500);
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.32s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.page-home .spec-row:hover::before,
.page-home .spec-row:focus-within::before {
  transform: scaleY(1);
}

.page-home .spec-row__idx {
  font-family: var(--yt-font-mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--yt-orange-500);
}

.page-home .spec-row__title {
  margin: 0;
  font-family: var(--yt-font-head);
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--yt-paper-50);
}

.page-home .spec-row__desc {
  margin: 0;
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.78;
  color: var(--yt-steel-200);
}

.page-home .spec-row__stat {
  margin: 0;
  font-family: var(--yt-font-mono);
  font-size: 15px;
  font-variant-numeric: tabular-nums;
  color: var(--yt-lime-400);
}

.page-home .home-note {
  margin: 26px 0 0;
}

.page-home .home-note__link {
  display: inline-block;
  padding-bottom: 3px;
  font-size: 15px;
  color: var(--yt-steel-200);
  text-decoration: none;
  border-bottom: 1px solid var(--yt-orange-500);
}

.page-home .home-note__link:hover,
.page-home .home-note__link:focus-visible {
  color: var(--yt-orange-300);
}

/* ---------- 焦点对阵 ---------- */

.page-home .focus-band {
  background: var(--yt-ink-700);
  border-top: 1px solid var(--yt-line-soft);
  border-bottom: 1px solid var(--yt-line-soft);
}

.page-home .focus-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--home-gap);
  margin-top: clamp(24px, 4vw, 42px);
}

.page-home .focus-figure {
  margin: 0;
  overflow: hidden;
  clip-path: var(--yt-cut);
  background: var(--yt-ink-900);
}

.page-home .focus-figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.05);
}

.page-home .focus-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.page-home .focus-card {
  position: relative;
  padding: 20px;
  background: var(--yt-ink-900);
  border: 1px solid var(--yt-line-soft);
  border-left: 3px solid var(--yt-pitch-500);
  transition: border-left-color 0.3s ease, transform 0.3s ease;
}

.page-home .focus-card:hover,
.page-home .focus-card:focus-within {
  border-left-color: var(--yt-orange-500);
  transform: translateX(5px);
}

.page-home .focus-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.page-home .focus-card__match {
  margin: 0;
  font-family: var(--yt-font-head);
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--yt-paper-50);
}

.page-home .focus-card__match span {
  padding: 0 7px;
  font-family: var(--yt-font-mono);
  font-size: 0.78em;
  color: var(--yt-steel-200);
}

.page-home .focus-card__stats {
  display: flex;
  gap: 32px;
  margin: 16px 0 0;
}

.page-home .focus-card__stats > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page-home .focus-card__stats dt {
  font-family: var(--yt-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--yt-steel-200);
}

.page-home .focus-card__stats dd {
  margin: 0;
  font-family: var(--yt-font-mono);
  font-variant-numeric: tabular-nums;
  font-size: clamp(28px, 5vw, 34px);
  line-height: 1;
  color: var(--yt-paper-50);
}

.page-home .focus-card__stats .focus-num--lime {
  color: var(--yt-lime-400);
}

.page-home .focus-unit {
  margin-left: 3px;
  font-size: 12px;
  color: var(--yt-steel-200);
}

.page-home .focus-card__note {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--yt-steel-200);
}

.page-home .focus-card__detail {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.34s ease, opacity 0.3s ease;
}

.page-home .focus-card__detail p {
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 1px dashed var(--yt-line);
  font-family: var(--yt-font-mono);
  font-size: 13px;
  line-height: 1.85;
  color: var(--yt-lime-400);
}

.page-home .focus-card:hover .focus-card__detail,
.page-home .focus-card:focus-within .focus-card__detail {
  max-height: 180px;
  opacity: 1;
}

/* ---------- 赛季进程 ---------- */

.page-home .season-band {
  background: linear-gradient(140deg, var(--yt-pitch-500) 0%, #0d3f30 72%, var(--yt-ink-700) 100%);
  border-bottom: 1px solid var(--yt-line-soft);
}

.page-home .season-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--home-gap);
}

.page-home .season-band__copy {
  min-width: 0;
}

.page-home .season-band__link {
  margin: 26px 0 0;
}

.page-home .season-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--yt-line);
  border: 1px solid var(--yt-line-soft);
}

.page-home .season-stats li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 18px;
  background: rgba(6, 35, 28, 0.62);
}

.page-home .season-stats .season-num {
  font-family: var(--yt-font-mono);
  font-variant-numeric: tabular-nums;
  font-size: clamp(28px, 5.4vw, 40px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--yt-lime-400);
}

.page-home .season-stats .season-label {
  font-size: 13px;
  line-height: 1.7;
  color: var(--yt-paper-50);
}

/* ---------- 订阅 ---------- */

.page-home .subscribe-band {
  background:
    radial-gradient(100% 80% at 12% 0%, rgba(44, 90, 124, 0.34), transparent 62%),
    var(--yt-ink-900);
}

.page-home .subscribe__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--home-gap);
}

.page-home .subscribe__copy {
  min-width: 0;
}

.page-home .tier-list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--yt-line-soft);
}

.page-home .tier-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 5px;
  padding: 16px 0;
  border-bottom: 1px solid var(--yt-line-soft);
}

.page-home .tier-list strong {
  font-family: var(--yt-font-head);
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--yt-paper-50);
}

.page-home .tier-list span {
  font-size: 14px;
  line-height: 1.75;
  color: var(--yt-steel-200);
}

.page-home .subscribe__memo {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--yt-steel-200);
}

.page-home .subscribe__memo .yt-num {
  color: var(--yt-lime-400);
}

.page-home .subscribe__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.page-home .subscribe__figure {
  margin: 0;
  overflow: hidden;
  clip-path: var(--yt-cut);
  background: var(--yt-ink-700);
}

.page-home .subscribe__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04);
}

/* ---------- 响应式 ---------- */

@media (min-width: 560px) {
  .page-home .home-hero__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 720px) {
  .page-home .axis-track {
    grid-auto-columns: minmax(262px, 32%);
  }

  .page-home .tier-list li {
    grid-template-columns: 154px minmax(0, 1fr);
    align-items: baseline;
    gap: 6px 18px;
  }
}

@media (min-width: 900px) {
  .page-home .home-hero__inner {
    grid-template-columns: 5fr 7fr;
    align-items: end;
  }

  .page-home .focus-grid {
    grid-template-columns: 4fr 8fr;
    align-items: start;
  }

  .page-home .season-band__inner {
    grid-template-columns: 5fr 7fr;
    align-items: center;
  }

  .page-home .subscribe__inner {
    grid-template-columns: 7fr 5fr;
    align-items: center;
  }

  .page-home .spec-row {
    grid-template-columns: 56px minmax(140px, 200px) minmax(0, 1fr) minmax(150px, 210px);
    align-items: baseline;
    gap: 4px 24px;
  }

  .page-home .spec-row__idx {
    grid-row: 1;
  }

  .page-home .spec-row__title,
  .page-home .spec-row__desc,
  .page-home .spec-row__stat {
    grid-row: 1;
  }
}

@media (min-width: 1080px) {
  .page-home .home-hero__frame,
  .page-home .home-hero__glass {
    min-height: 480px;
  }
}

@media (hover: none) {
  .page-home .focus-card__detail {
    max-height: 180px;
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-hero__frame,
  .page-home .home-gauge__fill {
    animation: none;
  }

  .page-home .focus-card,
  .page-home .focus-card__detail,
  .page-home .spec-row::before {
    transition: none;
  }

  .page-home .focus-card:hover,
  .page-home .focus-card:focus-within {
    transform: none;
  }
}
