/* ============ 首页 · 华体CN ============ */

.page-home {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  padding: 18px 0 0;
  overflow-x: clip;
}

/* ---------- 页面上下文条 ---------- */
.page-home .hm-context {
  max-width: var(--max);
  margin: 0 auto 20px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.page-home .hm-context__note {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--slate);
}

/* ---------- 首屏拼贴 ---------- */
.page-home .hm-collage {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.page-home .hm-lead {
  display: flex;
  flex-direction: column;
  background: var(--navy);
  color: var(--paper);
  border-left: var(--print-bar) solid var(--vermilion);
  overflow: hidden;
}

.page-home .hm-lead__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--navy-deep);
}

.page-home .hm-lead__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
}

.page-home .hm-lead__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(7, 26, 44, 0.6) 1px, transparent 1px);
  background-size: 5px 5px;
  pointer-events: none;
}

.page-home .hm-lead__badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  padding: 4px 10px;
  background: var(--vermilion);
  color: var(--paper);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.page-home .hm-lead__body {
  padding: 22px 20px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-home .hm-lead__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(27px, 6.4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--paper);
}

.page-home .hm-lead__lede {
  margin: 0;
  max-width: 37em;
  font-size: 15px;
  line-height: 1.78;
  color: rgba(245, 241, 232, 0.84);
}

.page-home .hm-lead__cta {
  align-self: flex-start;
  margin-top: 2px;
}

/* 三块小拼贴 */
.page-home .hm-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 18px 22px;
  background: var(--paper);
  border: 1px solid var(--paper-edge);
  border-top: var(--print-bar) solid var(--vermilion);
  position: relative;
  transition: transform 0.28s ease;
}

.page-home .hm-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--slate);
}

.page-home .hm-kicker::before {
  content: "";
  width: 14px;
  height: 2px;
  background: var(--vermilion);
  flex: none;
}

.page-home .hm-score {
  margin: 4px 0 0;
  font-family: var(--font-mono);
  font-size: clamp(44px, 11vw, 76px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: var(--navy);
}

.page-home .hm-score__colon {
  color: var(--vermilion);
  padding: 0 4px;
  font-size: 0.7em;
  vertical-align: 0.06em;
}

.page-home .hm-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.72;
  color: var(--slate);
}

.page-home .hm-figure {
  position: relative;
  display: inline-block;
  margin: 4px 0 6px;
  font-family: var(--font-mono);
  font-size: clamp(38px, 9vw, 58px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--navy);
}

.page-home .hm-figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: var(--print-bar);
  background: var(--vermilion);
}

.page-home .hm-chips {
  list-style: none;
  margin: 2px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.page-home .hm-chips li {
  padding: 4px 10px;
  font-family: var(--font-label);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--paper-edge);
}

@media (hover: hover) {
  .page-home .hm-block:hover .hm-score,
  .page-home .hm-block:hover .hm-figure {
    transform: scale(1.06);
    transition: transform 0.2s ease;
  }
}

/* ---------- 本轮比分带 ---------- */
.page-home .hm-round {
  margin-top: 64px;
  padding: 44px 0 48px;
  background: rgba(227, 219, 203, 0.32);
  border-top: 1px solid var(--paper-edge);
  border-bottom: 1px solid var(--paper-edge);
}

.page-home .hm-round__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
}

.page-home .hm-round__head {
  max-width: 44em;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-home .hm-round__title {
  margin: 0;
  font-family: var(--font-headline);
  font-weight: 600;
  font-size: clamp(24px, 4.6vw, 36px);
  line-height: 1.24;
  letter-spacing: -0.01em;
  color: var(--navy);
}

.page-home .hm-round__intro {
  margin: 0;
  font-size: 15px;
  line-height: 1.78;
  color: var(--slate);
}

.page-home .hm-round__list {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  border-top: 1px solid var(--paper-edge);
}

.page-home .hm-round__row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 6px 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--paper-edge);
}

.page-home .hm-round__min {
  grid-column: 1;
  grid-row: 1;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--vermilion);
}

.page-home .hm-round__fixture {
  grid-column: 2;
  grid-row: 1;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink);
}

.page-home .hm-round__score {
  font-family: var(--font-mono);
  font-size: 19px;
  font-weight: 700;
  color: var(--navy);
  margin: 0 6px;
  white-space: nowrap;
}

.page-home .hm-round__event {
  grid-column: 2;
  grid-row: 2;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--slate);
}

/* ---------- 定位球拆解 ---------- */
.page-home .hm-setpiece {
  padding: 58px 0 0;
}

.page-home .hm-setpiece__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
}

.page-home .hm-setpiece__head {
  max-width: 42em;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-home .hm-setpiece__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(26px, 5.2vw, 40px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.page-home .hm-setpiece__intro {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--slate);
}

.page-home .hm-setpiece__body {
  margin-top: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
}

.page-home .hm-setpiece__viz {
  order: 1;
}

.page-home .hm-setpiece__figure {
  margin: 0;
}

.page-home .hm-pitch {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  background: #FBF8F1;
  border: 1px solid var(--paper-edge);
}

.page-home .hm-setpiece__caption {
  margin: 12px auto 0;
  max-width: 400px;
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--slate);
}

.page-home .hm-setpiece__list {
  order: 2;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.page-home .hm-setpiece__item {
  padding: 16px 0;
  border-top: 1px solid var(--paper-edge);
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 4px 12px;
}

.page-home .hm-setpiece__item:last-child {
  border-bottom: 1px solid var(--paper-edge);
}

.page-home .hm-setpiece__key {
  grid-column: 1;
  grid-row: 1;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--vermilion);
  padding-top: 3px;
}

.page-home .hm-setpiece__item h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  font-family: var(--font-headline);
  font-weight: 600;
  font-size: 17px;
  color: var(--navy);
}

.page-home .hm-setpiece__item p {
  grid-column: 2;
  grid-row: 2;
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.76;
  color: var(--slate);
}

.page-home .hm-setpiece__shot {
  margin: 36px 0 0;
  border-left: var(--print-bar) solid var(--vermilion);
  background: var(--paper);
}

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

.page-home .hm-setpiece__shot figcaption {
  padding: 12px 16px 14px;
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--slate);
}

/* ---------- 转会与替补快照 ---------- */
.page-home .hm-snapshot {
  margin-top: 64px;
  padding: 52px 0 56px;
  background: var(--navy);
  color: var(--paper);
}

.page-home .hm-snapshot__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
}

.page-home .hm-snapshot__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 40em;
}

.page-home .hm-snapshot__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(24px, 4.8vw, 36px);
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: var(--paper);
}

.page-home .hm-snapshot__grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.page-home .hm-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px 20px 24px;
  background: var(--paper);
  color: var(--ink);
  border-left: var(--print-bar) solid var(--vermilion);
}

.page-home .hm-card__title {
  margin: 0;
  font-family: var(--font-headline);
  font-weight: 600;
  font-size: 20px;
  color: var(--navy);
}

.page-home .hm-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.78;
  color: var(--slate);
}

.page-home .hm-card__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 1px solid var(--paper-edge);
}

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

.page-home .hm-facts__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px dashed var(--paper-edge);
}

.page-home .hm-facts__row dt {
  font-family: var(--font-label);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--slate);
  flex: none;
}

.page-home .hm-facts__row dd {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 13.5px;
  color: var(--navy);
  text-align: right;
}

.page-home .hm-card__link {
  align-self: flex-start;
  margin-top: auto;
  font-family: var(--font-label);
  font-size: 14px;
  color: var(--vermilion);
  text-decoration: none;
  border-bottom: 1px solid var(--vermilion);
  padding-bottom: 2px;
}

.page-home .hm-card__link:hover {
  color: var(--vermilion-light);
  border-bottom-color: var(--vermilion-light);
}

/* ---------- 四条内容路径 ---------- */
.page-home .hm-paths {
  padding: 62px 0 0;
}

.page-home .hm-paths__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
}

.page-home .hm-paths__head {
  max-width: 42em;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-home .hm-paths__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(24px, 4.8vw, 36px);
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.page-home .hm-paths__intro {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--slate);
}

.page-home .hm-paths__list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.page-home .hm-paths__item {
  position: relative;
  padding: 22px 18px 20px 22px;
  background: var(--paper);
  border: 1px solid var(--paper-edge);
  border-left: var(--print-bar) solid var(--sand);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-home .hm-paths__key {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--sand);
}

.page-home .hm-paths__item-title {
  margin: 0;
  font-family: var(--font-headline);
  font-weight: 600;
  font-size: 18px;
  color: var(--navy);
}

.page-home .hm-paths__item-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.76;
  color: var(--slate);
}

.page-home .hm-paths__link {
  margin-top: auto;
  align-self: flex-start;
  font-size: 13.5px;
  font-family: var(--font-label);
  letter-spacing: 0.04em;
  color: var(--navy);
  text-decoration: none;
  border-bottom: 1px solid var(--vermilion);
  padding-bottom: 2px;
}

.page-home .hm-paths__link:hover {
  color: var(--vermilion);
}

/* ---------- 团队与节律 ---------- */
.page-home .hm-crew {
  margin-top: 62px;
  padding: 0 0 8px;
}

.page-home .hm-crew__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
}

.page-home .hm-crew__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-home .hm-crew__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(24px, 4.8vw, 36px);
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.page-home .hm-crew__text {
  margin: 0;
  max-width: 36em;
  font-size: 15px;
  line-height: 1.82;
  color: var(--slate);
}

.page-home .hm-crew__stats {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  border-top: 1px solid var(--paper-edge);
  padding-top: 18px;
}

.page-home .hm-crew__stats li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-home .hm-crew__stats b {
  font-family: var(--font-mono);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--navy);
}

.page-home .hm-crew__stats span {
  font-size: 13px;
  color: var(--slate);
}

.page-home .hm-crew__sources {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .hm-crew__sources span {
  padding: 5px 11px;
  font-family: var(--font-label);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--navy);
  background: rgba(217, 169, 60, 0.18);
  border: 1px solid rgba(217, 169, 60, 0.5);
}

.page-home .hm-crew__banner {
  margin: 0;
  border-left: var(--print-bar) solid var(--grass);
}

.page-home .hm-crew__banner img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 12 / 7;
  object-fit: cover;
}

.page-home .hm-crew__banner figcaption {
  padding: 12px 0 0;
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--slate);
}

/* ---------- 收束行动区 ---------- */
.page-home .hm-closing {
  margin-top: 62px;
  background: var(--navy-deep);
  color: var(--paper);
  border-top: var(--print-bar) solid var(--vermilion);
}

.page-home .hm-closing__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 52px 20px 58px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-home .hm-closing__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(24px, 4.8vw, 36px);
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: var(--paper);
}

.page-home .hm-closing__text {
  margin: 0;
  max-width: 40em;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(245, 241, 232, 0.82);
}

.page-home .hm-closing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.page-home .hm-closing__aside {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.75;
  color: rgba(245, 241, 232, 0.66);
}

.page-home .hm-closing__aside a {
  color: var(--vermilion-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---------- 平板 ---------- */
@media (min-width: 700px) {
  .page-home .hm-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

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

  .page-home .hm-setpiece__body {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 34px;
    align-items: start;
  }

  .page-home .hm-setpiece__viz {
    order: 1;
    position: sticky;
    top: 108px;
  }

  .page-home .hm-setpiece__list {
    order: 2;
  }

  .page-home .hm-snapshot__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .hm-paths__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .hm-crew__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ---------- 桌面 ---------- */
@media (min-width: 960px) {
  .page-home {
    padding-top: 26px;
  }

  .page-home .hm-context {
    padding: 0 40px;
    margin-bottom: 24px;
  }

  .page-home .hm-collage {
    padding: 0 40px;
    grid-template-columns: minmax(0, 1.42fr) minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "lead live"
      "lead set"
      "coach set";
    gap: 18px;
  }

  .page-home .hm-lead {
    grid-area: lead;
    grid-column: auto;
  }

  .page-home .hm-block--live {
    grid-area: live;
  }

  .page-home .hm-block--set {
    grid-area: set;
  }

  .page-home .hm-block--coach {
    grid-area: coach;
  }

  .page-home .hm-round {
    margin-top: 78px;
    padding: 56px 0 60px;
  }

  .page-home .hm-round__inner,
  .page-home .hm-setpiece__inner,
  .page-home .hm-snapshot__inner,
  .page-home .hm-paths__inner,
  .page-home .hm-crew__inner {
    padding: 0 40px;
  }

  .page-home .hm-round__row {
    grid-template-columns: 56px minmax(0, 1fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 24px;
    padding: 18px 0;
  }

  .page-home .hm-round__min {
    grid-column: 1;
    grid-row: 1;
  }

  .page-home .hm-round__fixture {
    grid-column: 2;
    grid-row: 1;
  }

  .page-home .hm-round__event {
    grid-column: 3;
    grid-row: 1;
    text-align: right;
  }

  .page-home .hm-setpiece {
    padding-top: 76px;
  }

  .page-home .hm-snapshot {
    margin-top: 82px;
    padding: 62px 0 66px;
  }

  .page-home .hm-paths {
    padding-top: 78px;
  }

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

  .page-home .hm-crew {
    margin-top: 78px;
  }

  .page-home .hm-crew__inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 44px;
    align-items: center;
  }

  .page-home .hm-closing {
    margin-top: 78px;
  }

  .page-home .hm-closing__inner {
    padding: 62px 40px 68px;
  }
}

/* ---------- 减少动效 ---------- */
@media (prefers-reduced-motion: reduce) {
  .page-home .hm-block,
  .page-home .hm-score,
  .page-home .hm-figure {
    transition: none !important;
  }

  .page-home .hm-block:hover .hm-score,
  .page-home .hm-block:hover .hm-figure {
    transform: none;
  }
}
