.page-home {
  --home-line: linear-gradient(90deg, rgba(0, 224, 184, 0), rgba(0, 224, 184, .85) 34%, rgba(255, 209, 102, .9) 68%, rgba(255, 107, 74, .85));
  --home-glow: 0 0 30px rgba(0, 224, 184, .3);
  display: block;
  background: var(--deep);
  color: var(--cream);
  overflow-x: hidden;
}

/* ---------- 首屏拼贴 ---------- */
.page-home .home-hero {
  position: relative;
  padding: clamp(22px, 5vw, 54px) 0 clamp(44px, 7vw, 92px);
  background:
    radial-gradient(120% 78% at 84% 4%, rgba(0, 224, 184, .18), transparent 58%),
    radial-gradient(84% 64% at 4% 96%, rgba(255, 107, 74, .14), transparent 62%),
    var(--deep);
}

.page-home .home-hero::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: 5%;
  height: 2px;
  background: var(--home-line);
  transform: rotate(-2.5deg);
  opacity: .45;
  pointer-events: none;
}

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

.page-home .home-hero__status {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mist);
}

.page-home .home-hero__dot {
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: var(--home-glow);
}

.page-home .home-hero__title {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(34px, 8vw, 62px);
  line-height: 1.06;
  letter-spacing: -.01em;
  color: var(--cream);
}

.page-home .home-hero__title span {
  display: block;
  background: linear-gradient(96deg, var(--cyan), var(--yellow) 60%, var(--coral));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-home .home-hero__lede {
  margin: 0 0 26px;
  max-width: 42ch;
  font-size: 16px;
  line-height: 1.85;
  color: rgba(246, 240, 230, .82);
}

.page-home .home-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 26px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(143, 166, 189, .28);
}

.page-home .home-hero__fact dt {
  margin: 0 0 6px;
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--mist);
}

.page-home .home-hero__fact dd {
  margin: 0;
  font-size: clamp(18px, 3.4vw, 24px);
  font-weight: 700;
  color: var(--yellow);
}

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

.page-home .home-hero__board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.page-home .home-hero__shot {
  grid-column: 1 / -1;
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

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

.page-home .home-hero__live,
.page-home .home-hero__chip {
  margin: 0;
  padding: 18px 18px 20px;
}

.page-home .home-hero__live {
  grid-column: 1 / -1;
  background: linear-gradient(150deg, rgba(0, 224, 184, .2), rgba(255, 107, 74, .12)), var(--night);
}

.page-home .home-hero__live-label,
.page-home .home-hero__chip-label {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--cyan);
}

.page-home .home-hero__live-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(246, 240, 230, .9);
}

.page-home .home-hero__chip {
  background: linear-gradient(160deg, rgba(14, 42, 71, .95), rgba(7, 26, 43, .95));
  border-left: 2px solid rgba(0, 224, 184, .5);
}

.page-home .home-hero__chip--c {
  grid-column: 1 / -1;
  border-left-color: rgba(255, 209, 102, .6);
}

.page-home .home-hero__chip-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.68;
  color: rgba(246, 240, 230, .76);
}

/* ---------- 赛季时间轴 ---------- */
.page-home .home-timeline {
  background: linear-gradient(180deg, var(--deep) 0%, var(--night) 42%, var(--deep) 100%);
}

.page-home .home-timeline__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.page-home .home-timeline__item {
  position: relative;
  margin: 0;
  padding: 20px 20px 22px 22px;
  background: rgba(14, 42, 71, .6);
  border-left: 2px solid rgba(0, 224, 184, .5);
  border-radius: 0 var(--radius) var(--radius) 0;
  transition: background .3s var(--ease), border-color .3s var(--ease);
}

.page-home .home-timeline__item:hover {
  background: rgba(14, 42, 71, .85);
  border-left-color: var(--cyan);
}

.page-home .home-timeline__num {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: .2em;
  color: var(--cyan);
}

.page-home .home-timeline__name {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 800;
  color: var(--cream);
}

.page-home .home-timeline__phase {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--yellow);
}

.page-home .home-timeline__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.78;
  color: rgba(246, 240, 230, .76);
}

/* ---------- 数据仪表盘 ---------- */
.page-home .home-board {
  background: var(--cream);
  color: var(--ink);
}

.page-home .home-board .section-head__eyebrow {
  color: var(--clay);
}

.page-home .home-board .section-head__title {
  color: var(--ink);
}

.page-home .home-board .section-head__desc {
  color: rgba(26, 19, 16, .72);
}

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

.page-home .home-board__figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
}

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

.page-home .home-board__metrics {
  display: grid;
  gap: 14px;
}

.page-home .home-metric {
  margin: 0;
  padding: 22px 22px 20px;
  background: linear-gradient(160deg, var(--night), var(--deep-press));
  color: var(--cream);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}

.page-home .home-metric:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift);
}

.page-home .home-metric__label {
  margin: 0 0 10px;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--cyan);
}

.page-home .home-metric__name {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--cream);
}

.page-home .home-metric__text {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(246, 240, 230, .84);
}

.page-home .home-metric__note {
  margin: 0;
  padding-left: 14px;
  border-left: 2px solid rgba(255, 209, 102, .55);
  font-size: 13px;
  line-height: 1.72;
  color: var(--mist);
  opacity: .72;
  transition: opacity .3s var(--ease), color .3s var(--ease);
}

.page-home .home-metric:hover .home-metric__note {
  opacity: 1;
  color: var(--yellow);
}

/* ---------- 品牌叙事 ---------- */
.page-home .home-story {
  background:
    radial-gradient(90% 70% at 92% 12%, rgba(0, 224, 184, .12), transparent 60%),
    var(--deep);
}

.page-home .home-story__grid {
  display: grid;
  gap: 24px;
}

.page-home .home-story__figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
}

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

.page-home .home-story__eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--cyan);
}

.page-home .home-story__title {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(25px, 4.6vw, 36px);
  font-weight: 900;
  line-height: 1.28;
  color: var(--cream);
}

.page-home .home-story__text {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(246, 240, 230, .8);
}

.page-home .home-story__marks {
  list-style: none;
  margin: 22px 0 24px;
  padding: 18px 0 0;
  display: grid;
  gap: 12px;
  border-top: 1px solid rgba(143, 166, 189, .26);
}

.page-home .home-story__marks li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(246, 240, 230, .78);
}

.page-home .home-story__marks span {
  flex: none;
  min-width: 52px;
  font-size: 20px;
  font-weight: 700;
  color: var(--yellow);
}

.page-home .home-story__link {
  display: inline-block;
  font-size: 15px;
  color: var(--coral);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 107, 74, .5);
  padding-bottom: 3px;
  transition: color .25s var(--ease), border-color .25s var(--ease);
}

.page-home .home-story__link:hover {
  color: var(--yellow);
  border-bottom-color: var(--yellow);
}

/* ---------- 入口索引 ---------- */
.page-home .home-index {
  background: linear-gradient(180deg, var(--night) 0%, var(--deep) 78%);
}

.page-home .home-index__grid {
  display: grid;
  gap: 26px;
}

.page-home .home-index .index-list__link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "num label"
    "num meta";
  gap: 4px 16px;
  text-decoration: none;
  color: inherit;
}

.page-home .home-index .index-list__num {
  grid-area: num;
  align-self: start;
  padding-top: 3px;
}

.page-home .home-index .index-list__label {
  grid-area: label;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 800;
}

.page-home .home-index .index-list__meta {
  grid-area: meta;
  font-size: 14px;
  line-height: 1.7;
}

.page-home .home-ticket {
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgba(0, 224, 184, .16), rgba(255, 107, 74, .12)), var(--night);
  border-radius: var(--radius);
  overflow: hidden;
}

.page-home .home-ticket__figure {
  margin: 0;
  aspect-ratio: 10 / 7;
  overflow: hidden;
}

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

.page-home .home-ticket__body {
  padding: 22px 22px 24px;
}

.page-home .home-ticket__label {
  margin: 0 0 10px;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--coral);
}

.page-home .home-ticket__title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--cream);
}

.page-home .home-ticket__text {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.78;
  color: rgba(246, 240, 230, .78);
}

/* ---------- 联系 ---------- */
.page-home .home-contact {
  background: var(--deep);
}

.page-home .home-contact__panel {
  display: grid;
  gap: 28px;
  padding: clamp(24px, 4.4vw, 46px);
  background: linear-gradient(140deg, var(--night), var(--deep-press));
}

.page-home .home-contact__eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--cyan);
}

.page-home .home-contact__title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(23px, 4.2vw, 32px);
  font-weight: 900;
  line-height: 1.3;
  color: var(--cream);
}

.page-home .home-contact__text {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.88;
  color: rgba(246, 240, 230, .8);
}

.page-home .home-contact__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
  align-content: start;
}

.page-home .home-contact__list li {
  display: grid;
  gap: 5px;
  padding-left: 15px;
  border-left: 2px solid rgba(0, 224, 184, .45);
}

.page-home .home-contact__key {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mist);
}

.page-home .home-contact__val {
  font-size: 15px;
  line-height: 1.7;
  color: var(--cream);
  word-break: break-word;
}

/* ---------- 响应式 ---------- */
@media (min-width: 720px) {
  .page-home .home-index__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
    align-items: start;
  }
}

@media (min-width: 900px) {
  .page-home .home-hero__shell {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.45fr);
    gap: clamp(26px, 3.4vw, 54px);
    align-items: start;
  }

  .page-home .home-hero__board {
    margin-top: 0;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px;
  }

  .page-home .home-hero__shot {
    grid-column: 1 / 8;
    grid-row: 1 / 3;
    aspect-ratio: auto;
    height: 100%;
    min-height: 320px;
  }

  .page-home .home-hero__live {
    grid-column: 8 / 13;
    grid-row: 1 / 2;
  }

  .page-home .home-hero__chip--a {
    grid-column: 8 / 13;
    grid-row: 2 / 3;
  }

  .page-home .home-hero__chip--b {
    grid-column: 1 / 6;
    grid-row: 3 / 4;
  }

  .page-home .home-hero__chip--c {
    grid-column: 6 / 13;
    grid-row: 3 / 4;
  }

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

  .page-home .home-timeline__item {
    padding: 34px 12px 0 0;
    background: transparent;
    border-left: 0;
    border-radius: 0;
  }

  .page-home .home-timeline__item::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 224, 184, .75), rgba(255, 209, 102, .45));
  }

  .page-home .home-timeline__item::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: var(--home-glow);
  }

  .page-home .home-board__grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 32px;
    align-items: start;
  }

  .page-home .home-story__grid {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 40px;
    align-items: center;
  }

  .page-home .home-contact__panel {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: 44px;
    align-items: start;
  }
}

@media (min-width: 1180px) {
  .page-home .home-hero__lede {
    font-size: 17px;
  }

  .page-home .home-story__text {
    font-size: 16px;
  }
}
<<<END>>>
