.page-home {
  --home-gap: clamp(20px, 4vw, 40px);
  --home-cut: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
}

/* ---------- 上下文行 ---------- */
.page-home .home-context {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 24px;
  padding-block: 18px 4px;
}

.page-home .home-context__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--gray);
}

/* ---------- 首屏分屏 ---------- */
.page-home .home-hero {
  padding-block: clamp(32px, 5.5vw, 68px) clamp(44px, 7vw, 92px);
}

.page-home .home-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 44px);
  align-items: start;
}

.page-home .home-hero__copy h1 {
  margin: 14px 0 0;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.14;
  font-weight: 900;
  letter-spacing: -0.01em;
  max-width: 13em;
}

.page-home .home-hero__lead {
  margin: 18px 0 0;
  max-width: 34em;
  font-size: 16px;
  line-height: 1.75;
  color: var(--black);
}

.page-home .home-hero__list {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .home-hero__list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
  padding-left: 12px;
  border-left: 2px solid var(--line);
  font-size: 15px;
  line-height: 1.65;
}

.page-home .home-hero__k {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--orange);
}

.page-home .home-hero__cta {
  margin-top: 28px;
}

/* 右列视觉锚点 */
.page-home .home-hero__visual {
  position: relative;
  aspect-ratio: 16 / 11;
  min-height: 280px;
  background: var(--ink-deep);
  overflow: hidden;
  clip-path: var(--home-cut);
  isolation: isolate;
}

.page-home .home-hero__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  filter: saturate(0.85) contrast(1.06);
}

.page-home .zone-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.page-home .zone-grid__links path {
  fill: none;
  stroke: var(--blue);
  stroke-width: 0.8;
  stroke-dasharray: 4 5;
  opacity: 0.55;
}

.page-home .zone-grid__nodes circle {
  fill: var(--mist);
  opacity: 0.42;
}

.page-home .zone-grid__hubs circle {
  fill: var(--orange);
  stroke: var(--ink-deep);
  stroke-width: 1.6;
}

.page-home .home-hero__legend {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(251, 253, 251, 0.72);
}

.page-home .zone-grid__dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  border-radius: 50%;
  background: var(--mist);
  opacity: 0.5;
  font-style: normal;
  vertical-align: middle;
}

.page-home .zone-grid__dot--hub {
  background: var(--orange);
  opacity: 1;
}

/* ---------- 半场比分横带 ---------- */
.page-home .home-band {
  padding-block: clamp(38px, 5.5vw, 68px) clamp(38px, 5.5vw, 68px);
}

.page-home .home-band__head {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

.page-home .home-band__head h2 {
  margin: 0;
  font-size: clamp(23px, 3vw, 33px);
  line-height: 1.24;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.page-home .home-band__layout {
  display: grid;
  gap: 22px;
}

.page-home .home-band__scroller {
  list-style: none;
  margin: 0;
  padding: 0 0 12px;
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(251, 253, 251, 0.35) transparent;
}

.page-home .home-band__scroller > * {
  scroll-snap-align: start;
  flex: 0 0 min(276px, 78vw);
}

.page-home .home-score {
  display: grid;
  gap: 9px;
  align-content: start;
  padding: 15px 17px;
  background: rgba(251, 253, 251, 0.06);
  border: 1px solid rgba(251, 253, 251, 0.16);
  border-left: 3px solid var(--orange);
  transition: background var(--step) var(--ease), transform var(--step) var(--ease);
}

.page-home .home-score:hover,
.page-home .home-score:focus-within {
  background: rgba(251, 253, 251, 0.13);
  transform: translateY(-4px);
}

.page-home .home-score__league {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(251, 253, 251, 0.66);
}

.page-home .home-score__pair {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: var(--mist);
}

.page-home .home-score__num {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  color: var(--orange);
}

.page-home .home-score__sep {
  color: rgba(251, 253, 251, 0.55);
}

.page-home .home-score__state {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(251, 253, 251, 0.66);
}

.page-home .home-score__more {
  padding-top: 9px;
  border-top: 1px dashed rgba(251, 253, 251, 0.2);
  font-size: 12px;
  line-height: 1.6;
  color: rgba(251, 253, 251, 0.58);
  transition: color var(--step) var(--ease);
}

.page-home .home-score:hover .home-score__more,
.page-home .home-score:focus-within .home-score__more {
  color: rgba(251, 253, 251, 0.92);
}

.page-home .home-band__fig {
  position: relative;
  margin: 0;
  min-height: 178px;
  overflow: hidden;
  clip-path: var(--home-cut);
  background: var(--ink-deep);
}

.page-home .home-band__fig img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 178px;
  max-width: 100%;
  object-fit: cover;
  opacity: 0.78;
}

.page-home .home-band__note {
  margin-top: 20px;
}

.page-home .home-band__note p {
  margin: 0;
  max-width: 34em;
  font-size: 14px;
  line-height: 1.75;
  color: var(--gray);
}

/* ---------- 跑动标签 Bento ---------- */
.page-home .home-run {
  margin-top: 30px;
}

.page-home .home-run__matrix h3 {
  margin: 12px 0 0;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 800;
}

.page-home .home-run__chips {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .home-run__fig {
  padding: 0;
  overflow: hidden;
  position: relative;
  min-height: 200px;
}

.page-home .home-run__fig img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-width: 100%;
  object-fit: cover;
}

.page-home .home-run__cap {
  position: absolute;
  left: 14px;
  bottom: 12px;
  margin: 0;
  padding: 4px 9px;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--mist);
  background: rgba(8, 33, 29, 0.76);
}

.page-home .home-run__cell {
  display: grid;
  gap: 8px;
  align-content: start;
}

.page-home .home-run__big {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--ink);
}

.page-home .home-run__cell--link .home-run__big {
  font-size: 15px;
  color: var(--mist);
}

.page-home .home-run__cell--link .btn {
  justify-self: start;
  margin-top: 4px;
}

/* ---------- 资料下载 ---------- */
.page-home .home-dl {
  display: grid;
  gap: 28px;
}

.page-home .home-dl__copy h2 {
  margin: 12px 0 0;
  font-size: clamp(23px, 3vw, 33px);
  line-height: 1.24;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.page-home .home-dl__copy > p {
  margin: 16px 0 0;
  max-width: 34em;
  font-size: 16px;
  line-height: 1.75;
}

.page-home .home-dl__list {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .home-dl__list li {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding-block: 9px;
  border-bottom: 1px solid var(--line-soft);
  font-size: 14px;
  line-height: 1.65;
}

.page-home .home-dl__list .u-mono {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ink);
}

.page-home .home-dl__copy .btn {
  margin-top: 24px;
}

.page-home .home-dl__fig {
  margin: 0;
  overflow: hidden;
  clip-path: var(--home-cut);
  background: var(--paper-2);
}

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

/* ---------- 关注三步 ---------- */
.page-home .home-watch__intro h2 {
  margin: 12px 0 0;
  font-size: clamp(23px, 3vw, 33px);
  line-height: 1.24;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.page-home .home-watch__intro p {
  margin: 14px 0 0;
  max-width: 34em;
  font-size: 16px;
  line-height: 1.75;
  color: var(--black);
}

.page-home .home-watch__track {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.page-home .home-watch__step {
  position: relative;
  padding: 20px 20px 20px 22px;
  border-left: 3px solid var(--orange-soft);
  background: var(--paper-2);
}

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

.page-home .home-watch__step:nth-child(3) {
  border-left-color: var(--ink);
}

.page-home .home-watch__no {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--gray);
}

.page-home .home-watch__step h3 {
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.page-home .home-watch__step p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--black);
}

.page-home .home-watch__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.page-home .home-watch__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--black);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background var(--step) var(--ease), color var(--step) var(--ease),
    border-color var(--step) var(--ease);
}

.page-home .home-watch__btn .star__icon {
  font-size: 17px;
  line-height: 1;
  color: var(--orange);
}

.page-home .home-watch__btn:hover {
  border-color: var(--orange);
}

.page-home .home-watch__btn[aria-pressed="true"] {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--ink-deep);
}

.page-home .home-watch__btn[aria-pressed="true"] .star__icon {
  color: var(--ink-deep);
}

/* ---------- 重庆夜场 ---------- */
.page-home .home-cq__grid {
  display: grid;
  gap: 30px;
  align-items: center;
}

.page-home .home-cq__copy h2 {
  margin: 12px 0 0;
  font-size: clamp(23px, 3vw, 33px);
  line-height: 1.24;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.page-home .home-cq__copy p {
  margin: 16px 0 0;
  max-width: 34em;
  font-size: 16px;
  line-height: 1.75;
  color: var(--mist);
  opacity: 0.86;
}

.page-home .home-cq__copy .btn {
  margin-top: 24px;
}

.page-home .home-cq__field {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 220px;
  border: 1px solid var(--line-invert);
  clip-path: var(--home-cut);
  background:
    radial-gradient(circle at 30% 72%, rgba(255, 122, 30, 0.30), transparent 55%),
    radial-gradient(circle at 72% 24%, rgba(41, 211, 232, 0.22), transparent 60%),
    repeating-linear-gradient(12deg, rgba(251, 253, 251, 0.05) 0 2px, transparent 2px 22px),
    var(--ink-deep);
}

.page-home .home-cq__field::before {
  content: "";
  position: absolute;
  inset: 13%;
  border: 1px solid rgba(251, 253, 251, 0.28);
}

.page-home .home-cq__field::after {
  content: "";
  position: absolute;
  top: 13%;
  bottom: 13%;
  left: 50%;
  border-left: 1px dashed rgba(251, 253, 251, 0.35);
}

/* ---------- 响应式 ---------- */
@media (min-width: 760px) {
  .page-home .home-watch__track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .page-home .home-watch__step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 44px;
    right: -13px;
    width: 22px;
    border-top: 2px dashed var(--line);
  }
}

@media (min-width: 860px) {
  .page-home .home-hero__grid {
    grid-template-columns: 5fr 7fr;
    gap: clamp(32px, 4vw, 60px);
  }

  .page-home .home-band__layout {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 26px;
    align-items: stretch;
  }

  .page-home .home-dl {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 52px;
    align-items: center;
  }

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

  .page-home .home-band__fig,
  .page-home .home-band__fig img {
    min-height: 100%;
  }
}

@media (max-width: 759px) {
  .page-home .home-run > .bento__unit {
    grid-column: span 12;
  }

  .page-home .home-dl__list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 420px) {
  .page-home .home-hero__list li {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .page-home .home-score__num {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-score,
  .page-home .home-score__more,
  .page-home .home-watch__btn,
  .page-home .lift {
    transition: none;
  }

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