/* ========== 首页专属样式 · 作用域 .page-home ========== */
.page-home {
  --home-gold-glow: 0 0 24px rgba(232, 184, 75, 0.3);
  --home-red-glow: 0 0 18px rgba(216, 56, 50, 0.22);
  --home-bg-gradient: linear-gradient(135deg, rgba(232, 184, 75, 0.16) 0%, rgba(216, 56, 50, 0.05) 48%, rgba(15, 29, 61, 0.5) 100%);
  --home-slash-angle: -5deg;
  overflow-x: hidden;
  background: var(--phx-bg);
  color: var(--phx-white);
}

.page-home .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--phx-gold);
  margin-bottom: 10px;
  padding: 4px 12px 4px 0;
  border-left: 3px solid var(--phx-gold);
  padding-left: 12px;
}

.page-home .section-title {
  font-size: clamp(1.5rem, 3.2vw, 2.4rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
  color: var(--phx-white);
}

.page-home .lead-text {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--phx-gray);
  max-width: 34em;
}

/* ---------- 1. Hero ---------- */
.page-home .hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: var(--phx-bg);
}

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

.page-home .hero-bg__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.page-home .hero-bg__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(10, 10, 15, 0.94) 0%, rgba(10, 10, 15, 0.76) 45%, rgba(15, 29, 61, 0.6) 100%),
    radial-gradient(ellipse at 80% 20%, rgba(232, 184, 75, 0.1) 0%, transparent 55%);
}

.page-home .hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 88px;
}

.page-home .breadcrumb ul {
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.page-home .breadcrumb li {
  font-size: 0.8rem;
  color: var(--phx-gray);
  letter-spacing: 0.04em;
}

.page-home .breadcrumb li[aria-current="page"] {
  color: var(--phx-gold);
}

.page-home .hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: end;
}

.page-home .hero-eyebrow {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--phx-gold-soft);
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232, 184, 75, 0.08);
  border: 1px solid rgba(232, 184, 75, 0.25);
  border-radius: var(--phx-radius-pill);
  padding: 6px 16px;
  backdrop-filter: blur(4px);
}

.page-home .hero-title {
  font-size: clamp(2.4rem, 8vw, 5.4rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}

.page-home .hero-title__divider {
  color: var(--phx-red);
  margin-inline: 0.08em;
  font-weight: 300;
}

.page-home .hero-title__fast {
  display: inline-block;
  background: linear-gradient(120deg, var(--phx-gold-soft), var(--phx-gold), var(--phx-red));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 40px rgba(232, 184, 75, 0.25);
}

.page-home .hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 600;
  color: var(--phx-gold-soft);
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}

.page-home .hero-lead {
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  color: #C9D0DA;
  max-width: 30em;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.page-home .hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.page-home .hero-metric {
  flex: 1 1 120px;
  background: rgba(10, 10, 15, 0.55);
  border: 1px solid rgba(232, 184, 75, 0.2);
  border-radius: var(--phx-radius-md);
  padding: 18px 16px;
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: border-color 0.3s var(--phx-ease), box-shadow 0.3s var(--phx-ease);
}

.page-home .hero-metric:hover {
  border-color: rgba(232, 184, 75, 0.42);
  box-shadow: var(--home-gold-glow);
}

.page-home .hero-metric__value {
  font-size: clamp(1.6rem, 3.4vw, 2.2rem);
  font-weight: 700;
  color: var(--phx-gold);
  text-shadow: 0 0 18px rgba(232, 184, 75, 0.4);
  line-height: 1;
}

.page-home .hero-metric__label {
  font-size: 0.78rem;
  color: var(--phx-gray);
  line-height: 1.4;
}

.page-home .hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: var(--phx-gray);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  transition: color 0.25s var(--phx-ease);
}

.page-home .hero-scroll:hover {
  color: var(--phx-gold-soft);
}

.page-home .hero-scroll__line {
  width: 1px;
  height: 34px;
  background: linear-gradient(to bottom, var(--phx-gold), transparent);
  animation: phx-home-scroll-pulse 2.2s ease-in-out infinite;
  display: block;
}

@keyframes phx-home-scroll-pulse {
  0%, 100% { opacity: 0.35; transform: scaleY(0.8); }
  50% { opacity: 1; transform: scaleY(1); }
}

.page-home .hero-scroll__copy {
  writing-mode: vertical-rl;
  letter-spacing: 0.34em;
}

.page-home .hero-slash {
  position: absolute;
  right: -6%;
  bottom: 6%;
  width: 46%;
  height: 110px;
  z-index: 0;
  background: linear-gradient(135deg, rgba(232, 184, 75, 0.16), rgba(216, 56, 50, 0.03));
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  transform: rotate(-2deg);
}

/* ---------- 2. 战报 ---------- */
.page-home .reports-section {
  background: var(--phx-bg);
  padding: 72px 0 64px;
  position: relative;
}

.page-home .reports-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 12px;
}

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

.page-home .reports-sort {
  display: inline-flex;
  background: #12121B;
  border: 1px solid #22283A;
  border-radius: var(--phx-radius-pill);
  padding: 4px;
  gap: 2px;
}

.page-home .reports-sort__btn {
  border: none;
  background: transparent;
  color: var(--phx-gray);
  font-family: var(--phx-font-body);
  font-size: 0.88rem;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: var(--phx-radius-pill);
  cursor: pointer;
  transition: background 0.25s var(--phx-ease), color 0.25s var(--phx-ease), box-shadow 0.25s var(--phx-ease);
}

.page-home .reports-sort__btn:hover {
  color: var(--phx-gold-soft);
}

.page-home .reports-sort__btn.is-active {
  background: var(--phx-gold);
  color: #0A0A0F;
  font-weight: 700;
  box-shadow: var(--home-gold-glow);
}

.page-home .reports-lead {
  margin-bottom: 32px;
}

.page-home .reports-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 8px 28px 24px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: var(--phx-gold) rgba(255, 255, 255, 0.04);
  scrollbar-width: thin;
}

.page-home .reports-track::-webkit-scrollbar {
  height: 6px;
}

.page-home .reports-track::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
}

.page-home .reports-track::-webkit-scrollbar-thumb {
  background: rgba(232, 184, 75, 0.35);
  border-radius: 99px;
}

.page-home .report-card {
  flex: 0 0 268px;
  scroll-snap-align: start;
  background: #12121B;
  border: 1px solid #20273C;
  border-radius: var(--phx-radius-lg);
  padding: 22px 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.3s var(--phx-ease), box-shadow 0.3s var(--phx-ease), border-color 0.3s var(--phx-ease);
  position: relative;
}

.page-home .report-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--phx-gold) 40%, var(--phx-red) 90%, transparent);
  opacity: 0;
  transition: opacity 0.3s var(--phx-ease);
}

.page-home .report-card:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 184, 75, 0.35);
  box-shadow: var(--home-gold-glow);
}

.page-home .report-card:hover::before {
  opacity: 0.6;
}

.page-home .report-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.page-home .report-card__ago {
  font-size: 0.8rem;
  color: var(--phx-gray);
}

.page-home .report-card__teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.page-home .report-card__team {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--phx-white);
  letter-spacing: 0.02em;
}

.page-home .report-card__score {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--phx-gold);
  background: rgba(232, 184, 75, 0.08);
  padding: 4px 12px;
  border-radius: var(--phx-radius-sm);
  white-space: nowrap;
}

.page-home .report-card__stats {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--phx-gray);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 12px;
}

.page-home .report-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
}

.page-home .report-card__foot .caption-text {
  color: var(--phx-steel);
}

.page-home .report-card__link {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--phx-gold);
  text-decoration: none;
  padding: 6px 14px;
  border: 1px solid rgba(232, 184, 75, 0.3);
  border-radius: var(--phx-radius-pill);
  transition: background 0.25s var(--phx-ease), color 0.25s var(--phx-ease);
}

.page-home .report-card__link:hover {
  background: var(--phx-gold);
  color: #0A0A0F;
}

.page-home .reports-foot {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

/* ---------- 3. 时间轴 ---------- */
.page-home .timeline-section {
  background: var(--phx-bg-blue);
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.page-home .timeline-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 184, 75, 0.16) 0%, transparent 65%);
  top: -180px;
  right: -180px;
  pointer-events: none;
}

.page-home .timeline-section::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 56, 50, 0.1) 0%, transparent 65%);
  bottom: -160px;
  left: -140px;
  pointer-events: none;
}

.page-home .timeline-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  position: relative;
  z-index: 1;
}

.page-home .timeline-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-home .timeline-list__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #C9D0DA;
}

.page-home .timeline-list__dot {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: 6px;
}

.page-home .timeline-list__dot--green { background: var(--phx-green); box-shadow: 0 0 10px rgba(34, 197, 94, 0.5); }
.page-home .timeline-list__dot--red { background: var(--phx-red); box-shadow: 0 0 10px rgba(216, 56, 50, 0.5); }
.page-home .timeline-list__dot--crimson { background: var(--phx-crimson); box-shadow: 0 0 10px rgba(166, 27, 60, 0.5); }
.page-home .timeline-list__dot--gold { background: var(--phx-gold); box-shadow: 0 0 10px rgba(232, 184, 75, 0.5); }

.page-home .timeline-visual {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-home .timeline-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-home .timeline-svg {
  width: 100%;
  height: auto;
  display: block;
  font-family: var(--phx-font-mono), monospace;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
}

.page-home .timeline-figure figcaption {
  text-align: center;
  color: var(--phx-gray);
  font-size: 0.75rem;
}

.page-home .timeline-preview {
  border-radius: var(--phx-radius-lg);
  overflow: hidden;
  border: 1px solid rgba(232, 184, 75, 0.18);
}

.page-home .timeline-preview img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---------- 4. 小屏体验 ---------- */
.page-home .mobile-section {
  background: var(--phx-bg);
  padding: 80px 0;
}

.page-home .mobile-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

.page-home .mobile-visual {
  display: flex;
  justify-content: center;
}

.page-home .mobile-device {
  position: relative;
  max-width: 300px;
}

.page-home .mobile-device__frame {
  border-radius: 36px;
  padding: 12px;
  background: linear-gradient(145deg, #1C2742, #0F1D3D);
  border: 1px solid rgba(232, 184, 75, 0.25);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), var(--home-gold-glow);
}

.page-home .mobile-device__screen {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 26px;
}

.page-home .mobile-device__badge {
  position: absolute;
  top: -14px;
  right: -20px;
  background: #0A0A0F;
  border: 1px solid rgba(232, 184, 75, 0.35);
  border-radius: var(--phx-radius-pill);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--phx-gray);
  box-shadow: var(--home-gold-glow);
}

.page-home .mobile-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-home .mobile-list li {
  position: relative;
  padding-left: 28px;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #C9D0DA;
}

.page-home .mobile-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--phx-gold), var(--phx-red));
}

/* ---------- 5. 战绩查询 ---------- */
.page-home .query-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

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

.page-home .query-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.page-home .query-bg__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(10, 10, 15, 0.95) 0%, rgba(10, 10, 15, 0.82) 55%, rgba(15, 29, 61, 0.72) 100%),
    radial-gradient(circle at 85% 30%, rgba(232, 184, 75, 0.08) 0%, transparent 55%);
}

.page-home .query-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

.page-home .query-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-home .query-list li {
  position: relative;
  padding-left: 28px;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #C9D0DA;
}

.page-home .query-list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 0.7rem;
  color: var(--phx-gold);
}

.page-home .query-browser {
  background: #10101A;
  border: 1px solid rgba(232, 184, 75, 0.22);
  border-radius: var(--phx-radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
}

.page-home .query-browser__bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #0A0A0F;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.page-home .query-browser__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3D4354;
}

.page-home .query-browser__dot:nth-child(1) { background: var(--phx-red); }
.page-home .query-browser__dot:nth-child(2) { background: var(--phx-gold); }
.page-home .query-browser__dot:nth-child(3) { background: var(--phx-green); }

.page-home .query-browser__url {
  flex: 1;
  font-size: 0.78rem;
  color: var(--phx-gray);
  background: #171724;
  border-radius: var(--phx-radius-pill);
  padding: 6px 14px;
  text-align: center;
  letter-spacing: 0.02em;
}

.page-home .query-browser__cta {
  font-size: 0.78rem;
  font-weight: 700;
  color: #0A0A0F;
  background: var(--phx-gold);
  border-radius: var(--phx-radius-pill);
  padding: 6px 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: box-shadow 0.25s var(--phx-ease), transform 0.25s var(--phx-ease);
}

.page-home .query-browser__cta:hover {
  box-shadow: var(--home-gold-glow);
  transform: translateY(-1px);
}

.page-home .query-browser__panel {
  padding: 20px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-home .query-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.page-home .query-panel__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--phx-white);
}

.page-home .query-panel__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .query-filter {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--phx-gray);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--phx-radius-pill);
  padding: 6px 14px;
  cursor: default;
  transition: background 0.2s var(--phx-ease), color 0.2s var(--phx-ease), border-color 0.2s var(--phx-ease);
}

.page-home .query-filter.is-active {
  background: var(--phx-gold);
  border-color: var(--phx-gold);
  color: #0A0A0F;
  font-weight: 700;
}

.page-home .query-panel__rows {
  display: flex;
  flex-direction: column;
}

.page-home .query-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.page-home .query-row:last-child {
  border-bottom: none;
}

.page-home .query-row__idx {
  font-size: 0.76rem;
  color: var(--phx-steel);
  flex: 0 0 26px;
}

.page-home .query-row__team {
  flex: 1;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--phx-white);
}

.page-home .query-row__result {
  font-size: 0.82rem;
  color: var(--phx-gray);
  white-space: nowrap;
}

.page-home .query-row__pct {
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}

.page-home .query-panel__note {
  text-align: center;
  padding-top: 4px;
  border-top: 1px dashed rgba(255, 255, 255, 0.06);
}

/* ---------- 6. 信赖声明 ---------- */
.page-home .trust-section {
  background: var(--phx-bg);
  border-top: 1px solid rgba(232, 184, 75, 0.14);
  border-bottom: 1px solid rgba(232, 184, 75, 0.14);
  padding: 40px 0;
}

.page-home .trust-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}

.page-home .trust-text {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--phx-gray);
  max-width: 42em;
  margin: 0;
}

.page-home .trust-brand {
  font-size: 0.8rem;
  color: var(--phx-gold-soft);
  margin: 0;
  opacity: 0.9;
}

/* ---------- 7. 旧版资料 ---------- */
.page-home .legacy-section {
  background: linear-gradient(160deg, #0F1D3D 0%, #0A0A0F 60%);
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}

.page-home .legacy-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-home .legacy-slash {
  display: none;
}

.page-home .legacy-copy {
  max-width: 30em;
}

.page-home .legacy-years {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 28px 0 32px;
}

.page-home .legacy-year {
  background: rgba(10, 10, 15, 0.5);
  border: 1px solid rgba(232, 184, 75, 0.16);
  border-radius: var(--phx-radius-md);
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: border-color 0.3s var(--phx-ease), box-shadow 0.3s var(--phx-ease);
}

.page-home .legacy-year:hover {
  border-color: rgba(232, 184, 75, 0.4);
  box-shadow: var(--home-gold-glow);
}

.page-home .legacy-year__num {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--phx-gold);
  text-shadow: 0 0 16px rgba(232, 184, 75, 0.35);
}

.page-home .legacy-year__label {
  font-size: 0.84rem;
  color: var(--phx-gray);
  line-height: 1.5;
}

/* ---------- 响应式 ---------- */
@media (min-width: 768px) {
  .page-home .hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 64px;
  }

  .page-home .hero-metrics {
    flex-direction: column;
    gap: 14px;
  }

  .page-home .reports-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  .page-home .reports-track {
    padding-inline: calc((100vw - min(var(--phx-container), 100vw)) / 2 + 20px);
  }

  .page-home .report-card {
    flex-basis: 300px;
  }

  .page-home .timeline-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 64px;
    align-items: start;
  }

  .page-home .mobile-grid {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    gap: 64px;
  }

  .page-home .mobile-visual {
    justify-content: flex-end;
    padding-right: 20px;
  }

  .page-home .query-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 64px;
  }

  .page-home .legacy-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
  }

  .page-home .legacy-copy {
    max-width: 42em;
  }

  .page-home .legacy-slash {
    display: block;
    flex: 0 0 220px;
    height: 150px;
    background: linear-gradient(135deg, rgba(232, 184, 75, 0.2), rgba(216, 56, 50, 0.04));
    clip-path: polygon(10% 0, 100% 0, 88% 100%, 0 100%);
    transform: rotate(-4deg);
  }

  .page-home .legacy-years {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1080px) {
  .page-home .hero-inner {
    padding-bottom: 72px;
  }

  .page-home .hero-title {
    font-size: clamp(3.4rem, 6.2vw, 5.4rem);
  }

  .page-home .hero-metric {
    flex-direction: row;
    align-items: baseline;
    gap: 14px;
    padding: 16px 20px;
  }

  .page-home .hero-metric__value {
    font-size: 2rem;
  }
}

/* ---------- 动效降级 ---------- */
@media (prefers-reduced-motion: reduce) {
  .page-home *,
  .page-home *::before,
  .page-home *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .page-home .hero-scroll__line {
    animation: none;
  }
}
