.page-home {
  --home-radius: 16px;
  --home-card-shadow: 0 4px 20px rgba(28, 43, 48, 0.08);
  background: var(--c-ivory);
  color: var(--c-ink);
  line-height: 1.7;
  overflow-x: hidden;
  font-family: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
}
.page-home h1,
.page-home h2,
.page-home h3 {
  letter-spacing: -0.015em;
}
.page-home figure {
  margin: 0;
}
.page-home a {
  color: inherit;
  text-decoration: none;
  transition: color 0.18s ease;
}
.page-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.2;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.page-home .btn:hover {
  transform: translateY(-2px);
}
.page-home .btn--primary {
  background: var(--c-red);
  color: var(--c-ivory);
  box-shadow: 0 4px 14px rgba(228, 87, 61, 0.28);
}
.page-home .btn--primary:hover {
  background: #d1472e;
}
.page-home .btn--secondary {
  background: var(--c-sea-blue);
  color: var(--c-ivory);
  box-shadow: 0 4px 14px rgba(28, 120, 154, 0.22);
}
.page-home .btn--ghost {
  border-color: rgba(28, 43, 48, 0.18);
  color: inherit;
  background: transparent;
}
.page-home .btn--ghost:hover {
  border-color: var(--c-sea-blue);
  color: var(--c-sea-blue);
}
.page-home .eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--c-sea-blue);
}
.page-home .home-section-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 32px;
}
.page-home .home-section-head h2,
.page-home .home-section-head .eyebrow {
  margin-bottom: 0;
}

/* ── Hero 首屏拼贴 ── */
.page-home .home-hero {
  position: relative;
  background: linear-gradient(150deg, var(--c-deep-sea) 0%, var(--c-sea-blue) 76%, var(--c-coconut) 130%);
  color: var(--c-ivory);
  overflow: hidden;
  padding: 80px 0 100px;
}
.page-home .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 85%);
  pointer-events: none;
}
.page-home .home-hero__inner {
  position: relative;
  z-index: 2;
}
.page-home .home-hero__top {
  display: grid;
  gap: 32px;
  align-items: end;
}
.page-home .home-hero__content {
  max-width: 680px;
}
.page-home .home-hero__eyebrow {
  color: var(--c-sand);
}
.page-home .home-hero h1 {
  font-size: clamp(2.4rem, 8vw, 4.6rem);
  font-weight: 900;
  line-height: 1.08;
  margin: 10px 0 16px;
}
.page-home .home-hero__lead {
  font-size: 1.02rem;
  color: rgba(247, 244, 236, 0.86);
  max-width: 520px;
  margin: 0 0 28px;
}
.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-home .home-hero .btn--ghost {
  border-color: rgba(247, 244, 236, 0.4);
  color: var(--c-ivory);
}
.page-home .home-hero .btn--ghost:hover {
  border-color: var(--c-ivory);
  color: var(--c-ivory);
}
.page-home .home-hero__match {
  background: var(--c-ivory);
  color: var(--c-ink);
  border-radius: var(--home-radius);
  box-shadow: 0 20px 50px rgba(7, 37, 52, 0.35);
  padding: 24px;
  max-width: 380px;
}
.page-home .home-hero__match-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.page-home .home-hero__match-tag {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--c-sea-blue);
  background: rgba(28, 120, 154, 0.1);
  padding: 4px 12px;
  border-radius: 999px;
}
.page-home .home-hero__match-live {
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--c-red);
  background: rgba(228, 87, 61, 0.1);
  padding: 4px 12px;
  border-radius: 999px;
  position: relative;
}
.page-home .home-hero__match-live::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-red);
  margin-right: 6px;
  vertical-align: middle;
}
.page-home .home-hero__match h2 {
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0 0 4px;
}
.page-home .home-hero__match-meta {
  font-size: 0.9rem;
  color: var(--c-sea-blue);
  font-weight: 600;
  margin: 0 0 18px;
}
.page-home .home-hero__match-stats {
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.page-home .home-hero__match-stats div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--c-fog);
  padding-bottom: 10px;
}
.page-home .home-hero__match-stats div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.page-home .home-hero__match-stats dt {
  font-size: 0.84rem;
  color: var(--c-ink);
  opacity: 0.7;
}
.page-home .home-hero__match-stats dd {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--c-deep-sea);
}
.page-home .home-hero__match-link {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--c-sea-blue);
}
.page-home .home-hero__match-link:hover {
  color: var(--c-red);
}
.page-home .home-hero__bottom {
  display: grid;
  gap: 24px;
  margin-top: 48px;
}
.page-home .home-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0;
  padding: 28px 0;
  border-bottom: 1px solid rgba(247, 244, 236, 0.22);
  border-top: 1px solid rgba(247, 244, 236, 0.22);
}
.page-home .home-hero__stats div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
}
.page-home .home-hero__stats dd {
  margin: 0;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  color: var(--c-sand);
  line-height: 1.1;
}
.page-home .home-hero__stats dt {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: rgba(247, 244, 236, 0.72);
}
.page-home .home-hero__figure {
  border-radius: var(--home-radius);
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(7, 37, 52, 0.22);
}
.page-home .home-hero__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}
.page-home .home-hero__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 60px;
  pointer-events: none;
  z-index: 1;
}

/* ── 今日赛程与战报速览 ── */
.page-home .home-schedule {
  padding: 72px 0;
  background: var(--c-ivory);
}
.page-home .home-schedule h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900;
}
.page-home .home-schedule h3 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 18px;
  color: var(--c-deep-sea);
}
.page-home .home-schedule__grid {
  display: grid;
  gap: 24px;
}
.page-home .home-schedule__timeline {
  background: var(--c-fog);
  border-radius: var(--home-radius);
  padding: 28px;
}
.page-home .home-schedule__timeline ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 22px;
}
.page-home .home-schedule__timeline li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: start;
}
.page-home .home-schedule__time {
  font-size: 1.08rem;
  font-weight: 900;
  color: var(--c-sea-blue);
  font-variant-numeric: tabular-nums;
  line-height: 1.4;
}
.page-home .home-schedule__event p {
  margin: 0;
}
.page-home .home-schedule__sport {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--c-ink);
}
.page-home .home-schedule__desc {
  font-size: 0.82rem;
  color: var(--c-ink);
  opacity: 0.6;
  margin-top: 2px;
}
.page-home .home-schedule__reports {
  background: var(--c-ivory);
  border: 1px solid var(--c-fog);
  border-radius: var(--home-radius);
  padding: 28px;
  box-shadow: var(--home-card-shadow);
}
.page-home .home-schedule__reports ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}
.page-home .home-schedule__reports li {
  display: grid;
  gap: 4px;
  border-bottom: 1px solid var(--c-fog);
  padding: 14px 0;
}
.page-home .home-schedule__reports li:first-child {
  padding-top: 0;
}
.page-home .home-schedule__reports li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.page-home .home-schedule__reports a {
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.5;
}
.page-home .home-schedule__reports a:hover {
  color: var(--c-sea-blue);
}
.page-home .home-schedule__reports span {
  font-size: 0.76rem;
  color: var(--c-coconut);
  font-weight: 600;
}
.page-home .home-schedule__figure {
  border-radius: var(--home-radius);
  overflow: hidden;
}
.page-home .home-schedule__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.page-home .home-schedule__figure figcaption {
  background: var(--c-fog);
  color: var(--c-deep-sea);
  font-size: 0.8rem;
  padding: 10px 16px;
  text-align: center;
  font-weight: 600;
}

/* ── 版本说明与资料下载 ── */
.page-home .home-version {
  background: var(--c-deep-sea);
  color: var(--c-ivory);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.page-home .home-version::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(217, 164, 65, 0.12);
  pointer-events: none;
}
.page-home .home-version__inner {
  display: grid;
  gap: 32px;
  position: relative;
  z-index: 1;
}
.page-home .home-version__eyebrow {
  color: var(--c-sand);
}
.page-home .home-version h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 900;
  margin-bottom: 16px;
}
.page-home .home-version__content p:not(.home-version__eyebrow) {
  color: rgba(247, 244, 236, 0.88);
  max-width: 520px;
  margin: 0;
}
.page-home .home-version__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.page-home .home-version .btn--ghost {
  border-color: rgba(247, 244, 236, 0.35);
  color: var(--c-ivory);
}
.page-home .home-version .btn--ghost:hover {
  border-color: var(--c-sand);
  color: var(--c-sand);
}
.page-home .home-version__notes {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--home-radius);
  padding: 28px;
  align-self: center;
}
.page-home .home-version__notes h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 0 18px;
  color: var(--c-sand);
}
.page-home .home-version__notes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.page-home .home-version__notes li {
  padding-left: 22px;
  position: relative;
  font-size: 0.92rem;
  color: rgba(247, 244, 236, 0.92);
}
.page-home .home-version__notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--c-sand);
}

/* ── 开赛前十分钟阵容确认 ── */
.page-home .home-lineup {
  padding: 72px 0;
  background: var(--c-ivory);
}
.page-home .home-lineup__inner {
  display: grid;
  gap: 32px;
  align-items: center;
}
.page-home .home-lineup h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 900;
  margin-bottom: 14px;
}
.page-home .home-lineup__content > p:not(.eyebrow) {
  color: var(--c-ink);
  opacity: 0.8;
  max-width: 520px;
  margin: 0;
}
.page-home .home-lineup__points {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.page-home .home-lineup__points li {
  position: relative;
  padding-left: 30px;
  font-weight: 600;
  font-size: 0.95rem;
}
.page-home .home-lineup__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--c-coconut);
  font-weight: 900;
  font-size: 1.1rem;
}
.page-home .home-lineup__figure {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(58, 125, 93, 0.18);
}
.page-home .home-lineup__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* ── 苹果排名变更 + 速查记录 ── */
.page-home .home-data {
  background: var(--c-fog);
  padding: 72px 0;
}
.page-home .home-data__inner {
  display: grid;
  gap: 24px;
}
.page-home .home-data__apple,
.page-home .home-data__local {
  background: var(--c-ivory);
  border-radius: var(--home-radius);
  border: 1px solid rgba(28, 43, 48, 0.06);
  box-shadow: var(--home-card-shadow);
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.page-home .home-data__apple::after,
.page-home .home-data__local::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  pointer-events: none;
}
.page-home .home-data__apple::after {
  background: rgba(28, 120, 154, 0.12);
}
.page-home .home-data__local::after {
  background: rgba(58, 125, 93, 0.14);
}
.page-home .home-data h2 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 10px;
  color: var(--c-deep-sea);
}
.page-home .home-data p {
  font-size: 0.94rem;
  opacity: 0.78;
  margin: 0 0 20px;
}
.page-home .home-data__list {
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 12px;
}
.page-home .home-data__list div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--c-fog);
  padding-bottom: 10px;
}
.page-home .home-data__list div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.page-home .home-data__list dt {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--c-ink);
  opacity: 0.65;
}
.page-home .home-data__list dd {
  margin: 0;
  font-weight: 800;
  font-size: 0.92rem;
  font-variant-numeric: tabular-nums;
  color: var(--c-sea-blue);
}
.page-home .home-data__steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}
.page-home .home-data__steps span {
  background: rgba(28, 120, 154, 0.09);
  color: var(--c-sea-blue);
  font-size: 0.85rem;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 999px;
}
.page-home .home-data__local .home-data__steps span {
  background: rgba(58, 125, 93, 0.1);
  color: var(--c-coconut);
}

/* ── 品牌故事导览 ── */
.page-home .home-story {
  padding: 72px 0;
  background: var(--c-ivory);
}
.page-home .home-story__inner {
  display: grid;
  gap: 32px;
  align-items: center;
}
.page-home .home-story__figure {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(28, 43, 48, 0.16);
}
.page-home .home-story__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.page-home .home-story h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 900;
  margin-bottom: 16px;
  color: var(--c-deep-sea);
}
.page-home .home-story__content > p:not(.eyebrow) {
  font-size: 0.96rem;
  opacity: 0.78;
  max-width: 540px;
  margin: 0 0 26px;
}
.page-home .home-story .btn {
  margin-top: 4px;
}

/* ── 最新动态 ── */
.page-home .home-insights {
  padding: 72px 0;
  background: var(--c-ivory);
  border-top: 1px solid var(--c-fog);
}
.page-home .home-insights h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 900;
}
.page-home .home-insights__grid {
  display: grid;
  gap: 16px;
}
.page-home .home-insights__card {
  padding: 24px;
  border: 1px solid var(--c-fog);
  border-radius: var(--home-radius);
  background: var(--c-ivory);
  box-shadow: 0 2px 8px rgba(28, 43, 48, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.page-home .home-insights__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(28, 43, 48, 0.1);
  border-color: rgba(28, 120, 154, 0.3);
}
.page-home .home-insights__tag {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--c-sea-blue);
  background: rgba(28, 120, 154, 0.08);
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.page-home .home-insights__card h3 {
  font-size: 1.02rem;
  font-weight: 800;
  margin: 0 0 8px;
  line-height: 1.45;
}
.page-home .home-insights__card p {
  font-size: 0.88rem;
  opacity: 0.68;
  margin: 0;
}

/* ── 帮助中心入口 ── */
.page-home .home-help {
  background: linear-gradient(120deg, var(--c-sea-blue) 0%, var(--c-coconut) 120%);
  padding: 56px 0;
  color: var(--c-ivory);
}
.page-home .home-help__inner {
  display: grid;
  gap: 28px;
  align-items: center;
}
.page-home .home-help__eyebrow {
  color: rgba(247, 244, 236, 0.7);
}
.page-home .home-help h2 {
  font-size: clamp(1.7rem, 4vw, 2.2rem);
  font-weight: 900;
  margin: 0 0 10px;
}
.page-home .home-help__content > p {
  color: rgba(247, 244, 236, 0.9);
  margin: 0 0 18px;
  max-width: 480px;
}
.page-home .home-help__faq {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.page-home .home-help__faq a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(247, 244, 236, 0.92);
  border-bottom: 1px solid rgba(247, 244, 236, 0.3);
  transition: border-color 0.18s ease, color 0.18s ease;
}
.page-home .home-help__faq a::before {
  content: "?";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(247, 244, 236, 0.16);
  font-size: 0.72rem;
  font-weight: 900;
}
.page-home .home-help__faq a:hover {
  border-bottom-color: var(--c-ivory);
  color: var(--c-ivory);
}
.page-home .home-help__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-home .home-help .btn--ghost {
  border-color: rgba(247, 244, 236, 0.45);
  color: var(--c-ivory);
}
.page-home .home-help .btn--ghost:hover {
  border-color: var(--c-ivory);
  color: var(--c-ivory);
}

/* ── 桌面端 ── */
@media (min-width: 900px) {
  .page-home .home-hero {
    padding: 100px 0 120px;
  }
  .page-home .home-hero__top {
    grid-template-columns: 1fr 400px;
    column-gap: 48px;
  }
  .page-home .home-hero__match {
    justify-self: end;
  }
  .page-home .home-hero__bottom {
    grid-template-columns: 1fr 1.4fr;
    align-items: center;
    column-gap: 48px;
    margin-top: 56px;
  }
  .page-home .home-hero__stats {
    border-bottom: 0;
    border-top: 0;
    border-right: 1px solid rgba(247, 244, 236, 0.2);
    padding: 8px 32px 8px 0;
    gap: 20px 16px;
  }
  .page-home .home-hero__figure img {
    aspect-ratio: 16 / 9;
    max-height: 340px;
  }
  .page-home .home-hero__wave {
    height: 90px;
  }

  .page-home .home-schedule__grid {
    grid-template-columns: 1.1fr 1fr 1fr;
    align-items: stretch;
  }
  .page-home .home-schedule__timeline {
    grid-column: 1;
  }
  .page-home .home-schedule__reports {
    grid-column: 2;
  }
  .page-home .home-schedule__figure {
    grid-column: 3;
    display: grid;
    align-content: center;
  }

  .page-home .home-version__inner {
    grid-template-columns: 1fr 420px;
    column-gap: 48px;
  }
  .page-home .home-version__notes {
    justify-self: center;
    width: 100%;
  }

  .page-home .home-lineup__inner {
    grid-template-columns: 1fr 1fr;
    column-gap: 56px;
  }
  .page-home .home-lineup__figure {
    order: 2;
  }
  .page-home .home-lineup__content {
    order: 1;
  }

  .page-home .home-data__inner {
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
  .page-home .home-data__apple,
  .page-home .home-data__local {
    padding: 36px;
  }

  .page-home .home-story__inner {
    grid-template-columns: 1fr 1fr;
    column-gap: 56px;
  }

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

  .page-home .home-help__inner {
    grid-template-columns: 1fr auto;
    column-gap: 48px;
  }
  .page-home .home-help__actions {
    justify-content: flex-end;
  }
}

@media (min-width: 1280px) {
  .page-home .home-hero__top {
    grid-template-columns: 1fr 420px;
  }
  .page-home .home-hero__figure img {
    max-height: 380px;
  }
}
