.page-home {
  --home-hero-min: 92svh;
  --home-hard-shadow: 8px 8px 0 rgba(0, 0, 0, .5);
}

/* ---------- 首屏 ---------- */
.page-home .home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: var(--home-hero-min);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-block: clamp(104px, 16vw, 180px) clamp(36px, 6vw, 72px);
  background: var(--ink);
  border-bottom: 1px solid var(--line);
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(100deg, var(--ink) 30%, rgba(11, 13, 14, .78) 58%, rgba(11, 13, 14, .34) 100%);
}

.page-home .home-hero__media {
  position: absolute;
  inset: 0 0 0 auto;
  width: 100%;
  z-index: 0;
  opacity: .34;
}

.page-home .home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 50%;
}

.page-home .home-hero__inner {
  position: relative;
  z-index: 2;
}

.page-home .home-hero__ctx {
  margin: 0 0 clamp(14px, 2vw, 22px);
  padding-left: 12px;
  border-left: 3px solid var(--cyan);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--mist);
}

.page-home .home-hero__title {
  margin: 0 0 clamp(16px, 2.4vw, 26px);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(38px, 9.4vw, 104px);
  line-height: .98;
  letter-spacing: .01em;
  color: var(--white);
  max-width: 15ch;
}

.page-home .home-hero__title em {
  display: block;
  font-style: normal;
  color: var(--cyan);
}

.page-home .home-hero__lede {
  margin: 0;
  max-width: 34em;
  font-size: 16px;
  line-height: 1.78;
  color: var(--white);
  opacity: .88;
}

.page-home .home-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(22px, 3vw, 34px);
}

.page-home .home-hero__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 18px 22px;
  margin: clamp(28px, 4vw, 46px) 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.page-home .home-hero__stats .stat__value {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1;
  color: var(--cyan);
}

.page-home .home-hero__stats .stat__unit {
  margin-left: 4px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--amber);
}

.page-home .home-hero__stats .stat__label {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--mist);
}

.page-home .home-hero__slab {
  order: 2;
  align-self: flex-start;
  margin-top: 26px;
  padding: 12px 22px 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: var(--cyan);
  color: var(--teal-ink);
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

.page-home .home-hero__slab-num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
}

.page-home .home-hero__slab-label {
  font-size: 12px;
  letter-spacing: .08em;
}

/* ---------- 三条入口 ---------- */
.page-home .home-paths__grid {
  display: grid;
  gap: 20px;
  margin-top: clamp(24px, 3.4vw, 40px);
}

.page-home .path-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(20px, 2.6vw, 30px);
  border: 2px solid var(--line);
  border-radius: var(--r-md);
  background: var(--panel);
  box-shadow: var(--home-hard-shadow);
  transition: transform .24s ease, border-color .24s ease;
}

.page-home .path-card:hover,
.page-home .path-card:focus-within {
  transform: translate(-2px, -4px);
  border-color: var(--cyan);
}

.page-home .path-card__num {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .14em;
  color: var(--amber);
}

.page-home .path-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: .01em;
  color: var(--white);
}

.page-home .path-card__row {
  margin: 0;
  display: grid;
  gap: 4px;
}

.page-home .path-card__k {
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--mist);
}

.page-home .path-card__v {
  font-size: 15px;
  line-height: 1.72;
  color: var(--white);
}

.page-home .path-card__link {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px dashed var(--line);
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .04em;
  color: var(--cyan);
  text-decoration: none;
}

.page-home .path-card__link:hover {
  color: var(--amber);
}

/* ---------- 一场比赛能查到什么（奶油纸） ---------- */
.page-home .home-anatomy {
  color: var(--brown);
}

.page-home .home-anatomy .eyebrow,
.page-home .home-anatomy .sec-title,
.page-home .home-anatomy .lede {
  color: var(--brown);
}

.page-home .home-anatomy__lede {
  max-width: 46em;
}

.page-home .home-anatomy__grid {
  display: grid;
  gap: clamp(26px, 4vw, 52px);
  margin-top: clamp(24px, 3.4vw, 40px);
}

.page-home .home-anatomy__table-wrap {
  overflow-x: auto;
  border: 2px solid var(--brown);
  background: rgba(255, 255, 255, .32);
  box-shadow: var(--home-hard-shadow);
}

.page-home .home-anatomy .metric-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 14px;
}

.page-home .home-anatomy .metric-table th,
.page-home .home-anatomy .metric-table td {
  padding: 11px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(42, 32, 24, .24);
  color: var(--brown);
}

.page-home .home-anatomy .metric-table thead th {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  border-bottom: 2px solid var(--brown);
  color: var(--amber-ink);
}

.page-home .home-anatomy .metric-table tbody th {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .04em;
  white-space: nowrap;
}

.page-home .home-anatomy .metric-table td.num {
  font-family: var(--font-mono);
  white-space: nowrap;
}

.page-home .home-anatomy .metric-table tbody tr:last-child th,
.page-home .home-anatomy .metric-table tbody tr:last-child td {
  border-bottom: none;
}

.page-home .home-anatomy__side {
  display: grid;
  gap: 22px;
  align-content: start;
}

.page-home .home-anatomy__figure {
  margin: 0;
  border: 2px solid var(--brown);
  box-shadow: var(--home-hard-shadow);
}

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

.page-home .home-anatomy__item {
  padding-left: 16px;
  border-left: 3px solid var(--amber-ink);
}

.page-home .home-anatomy__item h3 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 19px;
  color: var(--brown);
}

.page-home .home-anatomy__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
  color: var(--brown);
}

/* ---------- 赛季推进 ---------- */
.page-home .home-rounds__grid {
  display: grid;
  gap: clamp(26px, 4vw, 48px);
}

.page-home .home-rounds__figure {
  margin: 0;
}

.page-home .home-rounds__body .lede {
  max-width: 38em;
}

.page-home .round-axis {
  margin-top: clamp(22px, 3vw, 34px);
  display: grid;
}

.page-home .round-track {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: background-color .2s ease;
}

.page-home .round-track:first-child {
  border-top: 1px solid var(--line);
}

.page-home .round-track:hover {
  background: rgba(53, 242, 208, .06);
}

.page-home .round-track__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.page-home .round-track__name {
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: .02em;
  color: var(--white);
}

.page-home .round-track__count {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--amber);
}

.page-home .round-track__ticks {
  display: block;
  height: 18px;
  margin-top: 12px;
  border: 1px solid var(--line);
  background-color: var(--ink);
  background-image: linear-gradient(90deg, var(--line) 0 1px, transparent 1px);
  background-size: calc(100% / var(--ticks)) 100%;
  transition: border-color .2s ease;
}

.page-home .round-track:hover .round-track__ticks {
  border-color: var(--cyan);
}

.page-home .round-track__ends {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--mist);
}

/* ---------- 订阅 ---------- */
.page-home .home-subscribe {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}

.page-home .home-subscribe__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .2;
}

.page-home .home-subscribe__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .home-subscribe__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(26px, 4vw, 52px);
}

.page-home .home-subscribe__intro .btn {
  margin-top: clamp(18px, 2.4vw, 26px);
}

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

.page-home .sub-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--cyan);
  background: rgba(20, 24, 26, .82);
}

.page-home .sub-item__dot {
  width: 12px;
  height: 12px;
  margin-top: 5px;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(53, 242, 208, .7);
}

.page-home .sub-item__body {
  display: grid;
  gap: 5px;
}

.page-home .sub-item__body strong {
  font-family: var(--font-display);
  font-size: 17px;
  letter-spacing: .02em;
  color: var(--white);
}

.page-home .sub-item__body span {
  font-size: 14px;
  line-height: 1.7;
  color: var(--mist);
}

/* ---------- 编辑室 ---------- */
.page-home .home-newsroom__grid {
  display: grid;
  gap: clamp(28px, 4vw, 56px);
}

.page-home .home-newsroom__note {
  margin: 18px 0 0;
  max-width: 36em;
  font-size: 15px;
  line-height: 1.78;
  color: var(--mist);
}

.page-home .home-newsroom__intro .btn {
  margin-top: clamp(18px, 2.4vw, 26px);
}

.page-home .home-newsroom__figures {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  background: var(--line);
  border: 2px solid var(--line);
}

.page-home .news-figure {
  padding: 18px 16px 20px;
  background: var(--ink);
}

.page-home .news-figure dt {
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--mist);
}

.page-home .news-figure dd {
  margin: 10px 0 0;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.page-home .news-figure__num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1;
  color: var(--cyan);
}

.page-home .news-figure__unit {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--amber);
}

/* ---------- 收尾 ---------- */
.page-home .home-next__inner {
  display: grid;
  gap: clamp(22px, 3vw, 40px);
  padding: clamp(24px, 3vw, 38px);
  border: 2px solid var(--line);
  border-top: 4px solid var(--cyan);
  background: linear-gradient(120deg, var(--panel) 0%, var(--ink) 100%);
  box-shadow: var(--home-hard-shadow);
}

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

/* ---------- 断点 ---------- */
@media (min-width: 720px) {
  .page-home .home-paths__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-home .home-hero__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 680px;
  }
}

@media (min-width: 900px) {
  .page-home .home-hero {
    min-height: 88svh;
  }

  .page-home .home-hero__media {
    width: 58%;
    opacity: .52;
  }

  .page-home .home-hero::before {
    background:
      linear-gradient(100deg, var(--ink) 26%, rgba(11, 13, 14, .74) 52%, rgba(11, 13, 14, .18) 100%);
  }

  .page-home .home-hero__inner {
    max-width: 880px;
  }

  .page-home .home-hero__slab {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    order: 0;
    align-self: auto;
    margin: 0;
    min-width: 220px;
    align-items: flex-end;
    padding: clamp(16px, 2.2vw, 26px) clamp(26px, 3.4vw, 46px) clamp(14px, 2vw, 22px);
    clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
  }

  .page-home .home-hero__slab-num {
    font-size: clamp(38px, 4.4vw, 58px);
  }

  .page-home .home-anatomy__grid {
    grid-template-columns: 7fr 5fr;
    align-items: start;
  }

  .page-home .home-rounds__grid {
    grid-template-columns: 320px minmax(0, 1fr);
    align-items: start;
  }

  .page-home .home-subscribe__inner {
    grid-template-columns: 5fr 7fr;
    align-items: center;
  }

  .page-home .home-newsroom__grid {
    grid-template-columns: 6fr 6fr;
    align-items: start;
  }

  .page-home .home-next__inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (min-width: 1180px) {
  .page-home .home-newsroom__figures {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-home {
  --ticks: transparent;
}
