.page-home {
  --ch-gold-soft: rgba(212, 168, 67, 0.16);
  --ch-red-soft: rgba(192, 57, 43, 0.15);
  --ch-line: rgba(62, 69, 77, 0.85);
  --ch-max-w: 1240px;
  --ch-pad: 24px;
  background: var(--bg);
  color: var(--paper);
  overflow-x: hidden;
}

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

@keyframes homeBeaconPulse {
  0% { transform: scale(0.8); opacity: 0.7; }
  70% { transform: scale(1.6); opacity: 0; }
  100% { transform: scale(1.6); opacity: 0; }
}

@keyframes homeFlameFlicker {
  0%, 100% { transform: scaleY(1) translateY(0); }
  50% { transform: scaleY(1.08) translateY(-4px); }
}

/* ---------- 首屏：分屏 hero ---------- */
.page-home .home-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 32px var(--ch-pad) 48px;
  background:
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(62, 69, 77, 0.12) 34px 35px),
    repeating-linear-gradient(0deg, transparent 0 24px, rgba(62, 69, 77, 0.08) 24px 25px),
    radial-gradient(circle at 82% 18%, rgba(192, 57, 43, 0.13), transparent 58%),
    var(--bg);
}

.page-home .home-hero__v-note {
  display: none;
}

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

.page-home .home-hero__context {
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-bottom: 8px;
}

.page-home .home-hero__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--paper);
  background: var(--red);
  padding: 5px 12px;
  border-radius: var(--radius);
  margin-bottom: 18px;
}

.page-home .home-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 8vw, 4.4rem);
  line-height: 1.08;
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}

.page-home .home-hero__rule {
  width: 52px;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--gold));
  margin: 18px 0 20px;
}

.page-home .home-hero__lead {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  color: rgba(245, 242, 233, 0.78);
  max-width: 46em;
  margin-bottom: 24px;
}

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

.page-home .home-hero__actions .btn {
  padding: 12px 22px;
}

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

.page-home .home-hero__img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--brick);
  border-radius: 2px;
  filter: contrast(1.08) saturate(0.82);
}

.page-home .home-hero__beacon {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 38%;
  height: auto;
  filter: drop-shadow(0 0 18px rgba(192, 57, 43, 0.35));
}

.page-home .home-hero__flame {
  transform-box: fill-box;
  transform-origin: 50% 100%;
  animation: homeFlameFlicker 2.2s ease-in-out infinite;
}

.page-home .home-hero__pulse {
  transform-box: fill-box;
  transform-origin: center;
  animation: homeBeaconPulse 3s ease-out infinite;
}

.page-home .home-hero__pulse--2 {
  animation: homeBeaconPulse 3s ease-out 1.5s infinite;
}

.page-home .home-hero__ring {
  position: absolute;
  left: 5%;
  bottom: 8%;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: conic-gradient(var(--teal) 0 58%, var(--brick) 58% 100%);
  box-shadow: 0 0 22px rgba(79, 195, 196, 0.25);
}

.page-home .home-hero__ring::after {
  content: "58%";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--font-data);
  font-size: 15px;
  font-weight: 600;
  color: var(--paper);
  background: var(--bg);
  border: 1px solid var(--brick);
  border-radius: 50%;
  transform: scale(0.72);
}

.page-home .home-hero__caption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  font-family: var(--font-data);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--paper);
  background: rgba(27, 30, 36, 0.78);
  padding: 6px 12px;
  border-left: 2px solid var(--red);
}

/* ---------- 203 场数据区 ---------- */
.page-home .home-stats {
  position: relative;
  padding: 56px var(--ch-pad);
  background: var(--bg-panel);
  border-top: 1px solid var(--brick);
  border-bottom: 1px solid var(--brick);
}

.page-home .home-stats__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  pointer-events: none;
}

.page-home .home-stats__inner {
  position: relative;
  max-width: var(--ch-max-w);
  margin: 0 auto;
}

.page-home .home-stats__label {
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.page-home .home-stats__label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  background: var(--gold);
  margin-right: 8px;
  vertical-align: middle;
}

.page-home .home-stats__title {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  margin: 0 0 28px;
  color: var(--paper);
}

.page-home .home-stats__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.page-home .stat-block {
  background: rgba(27, 30, 36, 0.72);
  border: 1px solid var(--brick);
  padding: 20px 18px;
  border-radius: 2px;
}

.page-home .stat-value {
  font-family: var(--font-data);
  font-size: 2.2rem;
  color: var(--gold);
  display: block;
  line-height: 1.1;
}

.page-home .stat-label {
  font-size: 13px;
  color: var(--paper);
  margin-top: 6px;
  display: block;
}

.page-home .stat-trend {
  font-size: 11px;
  color: var(--muted);
  display: block;
  margin-top: 4px;
}

/* ---------- 双路径入口 ---------- */
.page-home .home-paths {
  padding: 56px var(--ch-pad);
  max-width: var(--ch-max-w);
  margin: 0 auto;
}

.page-home .home-paths__kicker {
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--red);
  margin-bottom: 8px;
}

.page-home .home-paths__head h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3.6vw, 2.2rem);
  margin: 0;
}

.page-home .home-paths__grid {
  display: grid;
  gap: 20px;
  margin-top: 32px;
}

.page-home .home-paths__card {
  padding: 30px 26px;
  border-radius: 2px;
  position: relative;
}

.page-home .home-paths__card--return {
  border-top: 3px solid var(--red);
}

.page-home .home-paths__card--first {
  border-top: 3px solid var(--gold);
}

.page-home .home-paths__tag {
  display: inline-block;
  font-family: var(--font-data);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--red);
  background: var(--ch-red-soft);
  padding: 3px 10px;
  border-radius: 2px;
  margin-bottom: 14px;
}

.page-home .home-paths__card--first .home-paths__tag {
  color: var(--gold);
  background: var(--ch-gold-soft);
}

.page-home .home-paths__card h3 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  line-height: 1.4;
  margin: 0 0 12px;
}

.page-home .home-paths__card p {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(245, 242, 233, 0.76);
  margin-bottom: 20px;
}

.page-home .home-paths__chart {
  margin-top: 32px;
}

.page-home .home-paths__chart img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--brick);
  border-radius: 2px;
}

/* ---------- 赛程要点 ---------- */
.page-home .home-schedule {
  padding: 56px var(--ch-pad);
  max-width: var(--ch-max-w);
  margin: 0 auto;
}

.page-home .home-schedule__kicker {
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--teal);
  margin-bottom: 8px;
}

.page-home .home-schedule__copy h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3.6vw, 2.2rem);
  margin: 0 0 12px;
}

.page-home .home-schedule__copy p {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(245, 242, 233, 0.76);
  max-width: 36em;
}

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

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

.page-home .home-schedule__match {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 8px;
  border-bottom: 1px solid var(--brick);
  transition: background var(--speed);
}

.page-home .home-schedule__match:hover {
  background: rgba(79, 195, 196, 0.06);
}

.page-home .home-schedule__round {
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--muted);
  flex: 0 0 52px;
}

.page-home .home-schedule__name {
  font-weight: 600;
  font-size: 15px;
  flex: 1;
}

.page-home .home-schedule__value {
  font-family: var(--font-data);
  font-size: 15px;
  color: var(--teal);
  text-align: right;
}

.page-home .home-schedule__note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 16px;
}

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

.page-home .home-schedule__visual img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--brick);
  border-radius: 2px;
}

/* ---------- 快捷入口 ---------- */
.page-home .home-quicklinks {
  padding: 48px var(--ch-pad) 64px;
  max-width: var(--ch-max-w);
  margin: 0 auto;
}

.page-home .home-quicklinks h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 8px;
}

.page-home .home-quicklinks__desc {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 28px;
}

.page-home .home-quicklinks__grid {
  display: grid;
  gap: 12px;
}

.page-home .home-quicklinks__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 92px;
  padding: 18px 20px;
  background: var(--bg-panel);
  border: 1px solid var(--brick);
  border-left: 3px solid var(--red);
  border-radius: 2px;
  text-decoration: none;
  transition: background var(--speed), border-color var(--speed), transform var(--speed);
}

.page-home .home-quicklinks__item:hover {
  background: var(--bg-raised);
  border-left-color: var(--gold);
  transform: translateX(4px);
}

.page-home .home-quicklinks__name {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--paper);
  font-weight: 600;
}

.page-home .home-quicklinks__intro {
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
}

/* ---------- 响应式：平板 ---------- */
@media (min-width: 640px) {
  .page-home .home-stats__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .page-home .home-paths__grid {
    grid-template-columns: 1.15fr 1fr;
    align-items: start;
    gap: 0;
  }

  .page-home .home-paths__card--return {
    margin-right: -14px;
    z-index: 2;
  }

  .page-home .home-paths__card--first {
    margin-top: 44px;
  }

  .page-home .home-quicklinks__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .page-home .home-quicklinks__item {
    min-height: 100px;
  }
}

/* ---------- 响应式：桌面端 ---------- */
@media (min-width: 1024px) {
  .page-home .home-hero {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
    padding: 64px 72px;
    min-height: calc(100vh - var(--header-total-h));
  }

  .page-home .home-hero__copy {
    flex: 0 0 44%;
    max-width: 44%;
  }

  .page-home .home-hero__visual {
    flex: 1;
    max-width: 54%;
  }

  .page-home .home-hero__title {
    font-size: clamp(3rem, 5.2vw, 4.75rem);
  }

  .page-home .home-hero__v-note {
    display: block;
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    font-family: var(--font-data);
    font-size: 11px;
    letter-spacing: 0.32em;
    color: var(--muted);
    border-left: 1px solid var(--brick);
    padding-left: 8px;
    height: 108px;
  }

  .page-home .home-stats {
    padding: 72px 48px;
  }

  .page-home .home-stats__title {
    margin-bottom: 36px;
  }

  .page-home .home-paths {
    padding: 64px 48px;
  }

  .page-home .home-schedule {
    display: grid;
    grid-template-columns: 1fr 1.1fr 0.9fr;
    gap: 40px;
    align-items: start;
    padding: 64px 48px;
  }

  .page-home .home-schedule__list {
    margin-top: 0;
  }

  .page-home .home-schedule__visual {
    margin-top: 0;
  }

  .page-home .home-quicklinks {
    padding: 56px 48px 80px;
  }
}
