.page-home {
  display: block;
  background: var(--c-paper);
  color: var(--c-ink);
  font-family: var(--font-head);
  overflow-x: hidden;
}

.page-home img { max-width: 100%; }

.page-home h2 {
  margin: 12px 0 0;
  font-size: clamp(24px, 3.4vw, 38px);
  line-height: 1.16;
  letter-spacing: .02em;
  font-weight: 900;
  color: inherit;
}

.page-home h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 800;
}

.page-home h3 a {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color .2s var(--ease);
}

.page-home h3 a:hover { border-bottom-color: var(--c-orange); }

.page-home .num {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
}

.page-home .link-more {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--c-blue);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

.page-home .note {
  margin: 16px 0 22px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--c-stone);
}

/* ---------- 首屏 ---------- */

.page-home .hero {
  position: relative;
  isolation: isolate;
  padding: 30px 0 0;
  overflow: hidden;
}

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

.page-home .hero__slash {
  position: absolute;
  z-index: -1;
  top: -70px;
  right: -34%;
  width: 150%;
  height: 190%;
  background: linear-gradient(118deg, var(--c-orange) 0 50%, var(--c-blue) 50% 100%);
  clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%);
  opacity: .13;
  pointer-events: none;
}

.page-home .hero__grid {
  display: grid;
  gap: 28px;
  padding: 20px 0 32px;
}

.page-home .hero h1 {
  margin: 14px 0 0;
  font-size: clamp(38px, 8.6vw, 88px);
  line-height: .99;
  letter-spacing: .015em;
  font-weight: 900;
  color: var(--c-ink);
}

.page-home .hero__lede {
  margin: 22px 0 0;
  max-width: 46ch;
  font-size: 15px;
  line-height: 1.72;
  color: var(--c-ink);
}

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

.page-home .hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--c-ink);
  box-shadow: 12px 12px 0 var(--c-orange-deep);
}

.page-home .hero__index {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 20px 0 30px;
  list-style: none;
  border-top: 1px solid var(--c-sand);
}

.page-home .hero__idx-label {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--c-stone);
}

.page-home .hero__idx-value {
  margin: 6px 0 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

/* ---------- 今天的赛场 ---------- */

.page-home .today {
  margin: 30px 0 0;
  padding: 88px 0 92px;
  background: var(--c-ink);
  color: var(--c-paper);
  clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);
}

.page-home .today .eyebrow { color: var(--c-sand); }

.page-home .today__rail {
  display: flex;
  gap: 16px;
  margin-top: 28px;
  padding-bottom: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.page-home .match {
  flex: 0 0 76%;
  min-width: 232px;
  scroll-snap-align: start;
  padding: 18px;
  background: var(--c-paper);
  color: var(--c-ink);
  border: 1px solid var(--c-night);
  border-radius: var(--r);
  box-shadow: 6px 6px 0 var(--c-orange-deep);
}

.page-home .match__league {
  margin: 0 0 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--c-stone);
}

.page-home .match__teams {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.page-home .match__vs {
  font-weight: 400;
  color: var(--c-stone);
}

.page-home .match__score {
  margin: 10px 0 14px;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
}

.page-home .match__sep {
  color: var(--c-orange);
  margin: 0 3px;
}

.page-home .match__foot { margin: 0; }

/* ---------- 战报时间线 ---------- */

.page-home .reports { padding: 56px 0; }

.page-home .reports__grid {
  display: grid;
  gap: 34px;
}

.page-home .reports__list {
  position: relative;
  margin: 0;
  padding: 4px 0 0 26px;
  list-style: none;
  border-left: 1px solid var(--c-sand);
}

.page-home .report {
  position: relative;
  padding-bottom: 30px;
}

.page-home .report::before {
  content: "";
  position: absolute;
  left: -31px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--c-orange);
  border: 2px solid var(--c-paper);
  box-shadow: 0 0 0 1px var(--c-orange);
}

.page-home .timeline-item[data-state="current"] .report::before,
.page-home .timeline-item[data-state="current"]::before {
  width: 14px;
  height: 14px;
  top: 4px;
  left: -33px;
}

.page-home .report__time {
  margin: 0 0 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--c-orange-deep);
}

.page-home .report__lead {
  display: grid;
  gap: 16px;
  margin-top: 12px;
}

.page-home .report__media {
  margin: 0;
  border: 1px solid var(--c-ink);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: 6px 6px 0 var(--c-sand);
}

.page-home .report__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.page-home .report__body p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.7;
}

.page-home .report > p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.7;
}

.page-home .report__meta {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--c-stone);
}

/* ---------- 赛季与季票 ---------- */

.page-home .season {
  position: relative;
  margin: 20px 0 0;
  padding: 76px 0 84px;
  background: var(--c-night);
  color: var(--c-paper);
  overflow: hidden;
  clip-path: polygon(0 0, 100% 44px, 100% 100%, 0 calc(100% - 44px));
}

.page-home .season__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .3;
}

.page-home .season::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(100deg, rgba(14, 16, 19, .95) 0 46%, rgba(14, 16, 19, .58) 100%);
}

.page-home .season .wrap {
  position: relative;
  z-index: 2;
}

.page-home .season .eyebrow { color: var(--c-sand); }

.page-home .season h2 { color: var(--c-paper); }

.page-home .season__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
  margin: 34px 0 40px;
}

.page-home .season .stat-value {
  margin: 0;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: clamp(34px, 7vw, 58px);
  font-weight: 700;
  line-height: 1;
  color: var(--c-orange);
}

.page-home .season .stat-unit {
  margin-left: 6px;
  font-size: .36em;
  font-weight: 700;
  color: var(--c-paper);
}

.page-home .season .stat-note {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.62;
  color: var(--c-sand);
}

.page-home .season__split {
  display: grid;
  gap: 24px;
  margin-bottom: 34px;
}

.page-home .season__block h3 {
  margin: 0 0 10px;
  font-size: 17px;
  color: var(--c-paper);
  border-left: 4px solid var(--c-orange);
  padding-left: 12px;
}

.page-home .season__block p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--c-sand-light);
}

/* ---------- 简史面板 ---------- */

.page-home .history { padding: 68px 0; }

.page-home .history__grid {
  display: grid;
  gap: 38px;
}

.page-home .history__album {
  position: relative;
  padding: 14px 14px 16px;
  background: var(--c-sand-light);
  border: 1px solid var(--c-ink);
  border-radius: var(--r);
  box-shadow: 10px 10px 0 var(--c-sand);
  transform: rotate(-1.2deg);
}

.page-home .history__album img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 11;
  object-fit: cover;
  border: 1px solid var(--c-ink);
}

.page-home .history__album-tag {
  position: absolute;
  top: 24px;
  right: -10px;
  padding: 6px 12px;
  background: var(--c-orange);
  color: var(--c-ink);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  border: 1px solid var(--c-ink);
  transform: rotate(2.4deg);
}

.page-home .history__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.page-home .history__copy p {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.75;
}

.page-home .history__facts {
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--c-sand);
}

.page-home .history__facts li {
  padding: 12px 0;
  border-bottom: 1px solid var(--c-sand);
  font-size: 14px;
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
}

.page-home .history__facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 2px;
  background: var(--c-orange);
}

/* ---------- 青训名单 ---------- */

.page-home .youth {
  padding: 56px 0;
  background: linear-gradient(180deg, var(--c-paper) 0%, var(--c-sand-light) 100%);
}

.page-home .youth__grid {
  display: grid;
  gap: 30px;
}

.page-home .youth__copy p {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.75;
}

.page-home .youth__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
}

.page-home .youth__facts {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--c-ink);
}

.page-home .youth__facts li {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 16px 2px;
  border-bottom: 1px solid var(--c-sand);
  font-size: 14px;
  line-height: 1.5;
}

.page-home .youth__facts .num {
  min-width: 66px;
  font-size: 24px;
  font-weight: 700;
  color: var(--c-blue);
}

/* ---------- 跨时区 ---------- */

.page-home .tz { padding: 60px 0 68px; }

.page-home .tz__grid {
  display: grid;
  gap: 30px;
}

.page-home .tz__copy p {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.75;
}

.page-home .tz__clock {
  display: inline-block;
  padding: 2px 10px;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: var(--c-ink);
  background: var(--c-blue-soft);
  border: 1px solid var(--c-ink);
  border-radius: var(--r);
}

.page-home .tz__copy .btn { margin-top: 26px; }

.page-home .tz__card { padding: 24px; }

.page-home .tz__match {
  margin: 12px 0 6px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--c-orange-deep);
}

.page-home .tz__teams {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .01em;
}

.page-home .tz__hint {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-stone);
}

/* ---------- 收尾 ---------- */

.page-home .closing { padding: 46px 0 72px; }

.page-home .closing__row {
  padding-top: 24px;
  border-top: 2px solid var(--c-ink);
}

.page-home .closing__row p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}

.page-home .closing__row a {
  color: var(--c-blue);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

/* ---------- 断点 ---------- */

@media (min-width: 640px) {
  .page-home .report__lead {
    grid-template-columns: 190px minmax(0, 1fr);
    align-items: start;
  }

  .page-home .hero__index {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }
}

@media (min-width: 900px) {
  .page-home .hero { padding-top: 44px; }

  .page-home .hero__slash {
    top: -180px;
    right: -14%;
    width: 66%;
    height: auto;
    bottom: -40px;
    opacity: 1;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  }

  .page-home .hero__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 48px;
    align-items: center;
    padding: 34px 0 52px;
  }

  .page-home .hero h1 {
    position: relative;
    z-index: 2;
    max-width: 13ch;
    margin-right: -12%;
  }

  .page-home .hero__visual { margin-top: 34px; }

  .page-home .today__rail {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 0;
  }

  .page-home .match { flex: none; }

  .page-home .reports__grid {
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
    gap: 56px;
  }

  .page-home .reports__side {
    position: sticky;
    top: 110px;
    align-self: start;
  }

  .page-home .season { padding: 96px 0 104px; }

  .page-home .season__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
  }

  .page-home .season__split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px;
  }

  .page-home .history { padding: 84px 0; }

  .page-home .history__grid {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 64px;
    align-items: center;
  }

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

  .page-home .youth__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 64px;
    align-items: start;
  }

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

  .page-home .tz__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 60px;
    align-items: center;
  }
}
