.page-home {
  --ph-line: rgba(234, 244, 239, 0.16);
  --ph-line-strong: rgba(234, 244, 239, 0.26);
  display: block;
  min-width: 0;
  background: var(--ink);
  color: var(--chalk);
  font-family: var(--font-body);
}

.page-home #kickoff,
.page-home #live,
.page-home #review,
.page-home #dirmap,
.page-home #chengdu,
.page-home #partner {
  scroll-margin-top: 96px;
}

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

.page-home .stat-num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

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

.page-home .hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 88% 6%, rgba(61, 245, 200, 0.14) 0%, rgba(8, 19, 15, 0) 58%),
    linear-gradient(162deg, var(--turf) 0%, var(--ink) 68%);
  border-bottom: var(--bd) solid var(--concrete);
}

.page-home .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(61, 245, 200, 0.07) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(61, 245, 200, 0.07) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.25) 62%, transparent 92%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.25) 62%, transparent 92%);
}

.page-home .hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
  padding-top: clamp(32px, 6vw, 76px);
  padding-bottom: clamp(26px, 4vw, 48px);
}

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

.page-home .hero__kicker {
  margin: 0 0 16px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--neon);
}

.page-home .hero__title {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.5rem, 11vw, 5.1rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--chalk);
}

.page-home .hero__title span {
  display: inline-block;
  padding: 0 0.14em;
  color: var(--neon);
  transform: skewX(-6deg);
  background: linear-gradient(96deg, rgba(255, 90, 43, 0.24), rgba(255, 90, 43, 0) 78%);
}

.page-home .hero__lede {
  max-width: 34rem;
  margin: 0 0 28px;
  font-size: clamp(1rem, 2.2vw, 1.1rem);
  line-height: 1.78;
  color: rgba(234, 244, 239, 0.86);
}

.page-home .hero__art {
  margin: 0;
  min-width: 0;
}

.page-home .hero__art img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: var(--bd) solid var(--concrete);
  box-shadow: var(--shadow);
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
  filter: saturate(0.92) contrast(1.06);
}

.page-home .hero__index {
  position: relative;
  z-index: 1;
  border-top: var(--bd) solid var(--concrete);
  background: rgba(14, 42, 33, 0.86);
}

.page-home .hero__index-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 26px;
  margin: 0;
  padding: 12px 0;
  list-style: none;
}

.page-home .hero__index-list a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 2px;
  font-size: 0.875rem;
  color: var(--chalk);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.18s ease, border-color 0.18s ease;
}

.page-home .hero__index-list a:hover,
.page-home .hero__index-list a:focus-visible {
  color: var(--neon);
  border-bottom-color: var(--neon);
}

.page-home .hero__index-list a:focus-visible {
  outline: 2px solid var(--neon);
  outline-offset: 3px;
}

.page-home .hero__index-list .stat-num {
  font-size: 0.72rem;
  color: var(--neon-2);
}

/* ---------------- 通用章节 ---------------- */

.page-home .phase {
  padding: clamp(48px, 8vw, 96px) 0;
  background: var(--ink);
}

.page-home .phase__tag {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--neon);
}

.page-home .phase h2,
.page-home .liveband h2,
.page-home .dirmap h2,
.page-home .chengdu h2,
.page-home .ctaband h2 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.6rem, 4.4vw, 2.6rem);
  line-height: 1.14;
  letter-spacing: -0.01em;
  color: var(--chalk);
  text-wrap: balance;
}

.page-home .phase p,
.page-home .chengdu p {
  max-width: 40rem;
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.78;
  color: rgba(234, 244, 239, 0.82);
}

.page-home .phase__grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

.page-home .phase__art {
  margin: 0;
  min-width: 0;
}

.page-home .phase__art img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: var(--bd) solid var(--concrete);
  box-shadow: var(--shadow);
}

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

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

.page-home .factlist li {
  display: flex;
  gap: 14px;
  align-items: baseline;
  padding: 13px 0;
  border-bottom: 1px solid var(--ph-line);
  font-size: 0.94rem;
  line-height: 1.65;
  color: rgba(234, 244, 239, 0.88);
}

.page-home .factlist .stat-num {
  flex: none;
  min-width: 3.2em;
  font-size: 1.28rem;
  color: var(--neon);
}

/* ---------------- 赛中数据带 ---------------- */

.page-home .liveband {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(48px, 8vw, 96px) 0;
  background: var(--turf);
  border-top: var(--bd) solid var(--concrete);
  border-bottom: var(--bd) solid var(--concrete);
}

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

.page-home .liveband__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.24;
  filter: saturate(0.7) contrast(1.1);
}

.page-home .liveband::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(102deg, var(--ink) 3%, rgba(8, 19, 15, 0.74) 46%, rgba(27, 74, 56, 0.9) 100%);
}

.page-home .liveband__inner {
  position: relative;
  z-index: 1;
}

.page-home .liveband__lede {
  max-width: 40rem;
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.78;
  color: rgba(234, 244, 239, 0.84);
}

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

.page-home .pulse {
  display: grid;
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid var(--ph-line-strong);
}

.page-home .pulse__row {
  display: grid;
  grid-template-columns: 4.6rem minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--ph-line);
}

.page-home .pulse__num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  font-size: clamp(2rem, 5.4vw, 3.1rem);
  line-height: 1;
  color: var(--neon);
}

.page-home .pulse__num--flare {
  color: var(--flare);
}

.page-home .pulse__num--amber {
  color: var(--amber);
}

.page-home .pulse__text {
  font-size: 0.94rem;
  line-height: 1.68;
  color: rgba(234, 244, 239, 0.86);
}

/* ---------------- 赛后复盘 ---------------- */

.page-home .phase--review {
  background: var(--ink);
}

.page-home .review__top {
  display: grid;
  gap: 20px;
}

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

.page-home .review__head h2 {
  margin-bottom: 0;
}

.page-home .review__lede {
  max-width: 42rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.78;
  color: rgba(234, 244, 239, 0.8);
}

.page-home .review__facts {
  display: grid;
  gap: 0;
  margin: 32px 0 34px;
  padding: 0;
  list-style: none;
}

.page-home .review__facts li {
  display: grid;
  grid-template-columns: minmax(5.4rem, auto) minmax(0, 1fr);
  align-items: baseline;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--ph-line);
}

.page-home .review__facts li:first-child {
  border-top: 1px solid var(--ph-line);
}

.page-home .review__fig {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  font-family: var(--font-mono);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  font-size: clamp(1.5rem, 3.4vw, 2.1rem);
  line-height: 1;
  color: var(--neon);
}

.page-home .review__plus {
  font-size: 0.62em;
  color: var(--neon-2);
}

.page-home .review__cap {
  font-size: 0.94rem;
  line-height: 1.65;
  color: rgba(234, 244, 239, 0.84);
}

/* ---------------- 栏目索引 ---------------- */

.page-home .dirmap {
  padding: clamp(48px, 8vw, 96px) 0;
  background: var(--turf);
  border-top: var(--bd) solid var(--concrete);
}

.page-home .dirmap__lede {
  max-width: 40rem;
  margin: 0 0 30px;
  font-size: 1rem;
  line-height: 1.78;
  color: rgba(234, 244, 239, 0.8);
}

.page-home .dirmap__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: dirmap;
}

.page-home .dirmap__row {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr) 1.4rem;
  gap: 6px 14px;
  align-items: start;
  padding: 22px 2px;
  border-top: 1px solid var(--ph-line);
  transition: background 0.18s ease, padding-left 0.18s ease;
}

.page-home .dirmap__row:last-child {
  border-bottom: 1px solid var(--ph-line);
}

.page-home .dirmap__row:hover,
.page-home .dirmap__row:focus-within {
  background: rgba(61, 245, 200, 0.06);
  padding-left: 12px;
}

.page-home .dirmap__idx {
  padding-top: 5px;
  font-size: 0.86rem;
  color: var(--neon-2);
}

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

.page-home .dirmap__body h3 {
  margin: 0 0 7px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.22rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.page-home .dirmap__body h3 a {
  color: var(--chalk);
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: color 0.18s ease, border-color 0.18s ease;
}

.page-home .dirmap__body h3 a:hover,
.page-home .dirmap__body h3 a:focus-visible {
  color: var(--neon);
  border-bottom-color: var(--neon);
}

.page-home .dirmap__body h3 a:focus-visible {
  outline: 2px solid var(--neon);
  outline-offset: 4px;
}

.page-home .dirmap__body p {
  margin: 0;
  max-width: 54ch;
  font-size: 0.94rem;
  line-height: 1.7;
  color: rgba(234, 244, 239, 0.78);
}

.page-home .dirmap__arrow {
  padding-top: 4px;
  font-family: var(--font-mono);
  font-size: 1.05rem;
  color: var(--neon-2);
  transition: transform 0.18s ease, color 0.18s ease;
}

.page-home .dirmap__row:hover .dirmap__arrow,
.page-home .dirmap__row:focus-within .dirmap__arrow {
  color: var(--neon);
  transform: translateX(4px);
}

/* ---------------- 成都球迷网络 ---------------- */

.page-home .chengdu {
  padding: clamp(48px, 8vw, 96px) 0;
  background: var(--ink);
  border-top: var(--bd) solid var(--concrete);
}

.page-home .chengdu__grid {
  display: grid;
  gap: 30px;
  align-items: center;
}

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

.page-home .chengdu__art {
  position: relative;
  margin: 0;
  min-width: 0;
}

.page-home .chengdu__art img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: var(--bd) solid var(--concrete);
  box-shadow: var(--shadow);
}

.page-home .chengdu__cap {
  margin-top: 14px;
  padding-left: 12px;
  border-left: var(--bd) solid var(--neon-2);
  font-size: 0.8rem;
  line-height: 1.6;
  color: var(--mist);
}

/* ---------------- 合作收束条 ---------------- */

.page-home .ctaband {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(56px, 9vw, 104px) 0 clamp(48px, 7vw, 84px);
  background: linear-gradient(104deg, var(--turf-2) 0%, var(--turf) 46%, var(--ink) 100%);
  border-top: var(--bd) solid var(--concrete);
}

.page-home .ctaband::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: repeating-linear-gradient(116deg, transparent 0 26px, rgba(61, 245, 200, 0.09) 26px 28px);
}

.page-home .ctaband::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(30px, 5vw, 62px);
  z-index: 1;
  pointer-events: none;
  background: var(--ink);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.page-home .ctaband__inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 26px;
  align-items: end;
}

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

.page-home .ctaband__kicker {
  margin: 0 0 14px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--flare);
}

.page-home .ctaband p {
  max-width: 44rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.78;
  color: rgba(234, 244, 239, 0.86);
}

.page-home .ctaband__btn {
  justify-self: start;
}

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

@media (min-width: 720px) {
  .page-home .review__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 44px;
  }

  .page-home .review__facts li:nth-child(2) {
    border-top: 1px solid var(--ph-line);
  }

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

  .page-home .ctaband__btn {
    justify-self: end;
  }
}

@media (min-width: 900px) {
  .page-home .hero__grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: 52px;
    align-items: center;
  }

  .page-home .hero__index-list {
    gap: 4px 38px;
  }

  .page-home .phase__grid--a {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 44px;
  }

  .page-home .review__top {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 44px;
    align-items: end;
  }

  .page-home .chengdu__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 52px;
  }

  .page-home .dirmap__row {
    grid-template-columns: 3.4rem minmax(0, 1fr) 2rem;
    gap: 6px 22px;
    padding: 26px 2px;
  }

  .page-home .pulse__row {
    grid-template-columns: 5.6rem minmax(0, 1fr);
    gap: 30px;
    padding: 18px 0;
  }
}

@media (min-width: 1100px) {
  .page-home .chengdu__grid {
    grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .hero__index-list a,
  .page-home .dirmap__row,
  .page-home .dirmap__arrow,
  .page-home .dirmap__body h3 a {
    transition: none;
  }
}
