.page-home {
  --home-neon: #39FF14;
  --home-gold: #FFD700;
  --home-cyan: #00E5FF;
  --home-bg: #0B1026;
  --home-panel: #1C2541;
  --home-panel-light: #232D4D;
  --home-text: #E5E7EB;
  --home-dim: #94A3B8;
  --home-radius: 14px;
  --home-radius-sm: 8px;
  --home-trans: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --home-header-width: 240px;
  position: relative;
  background: var(--home-bg);
  color: var(--home-text);
  font-family: "Helvetica Neue", Arial, "PingFang SC", sans-serif;
  overflow-x: hidden;
  line-height: 1.6;
}
.page-home *,
.page-home *::before,
.page-home *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.page-home img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.page-home .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.page-home a {
  color: var(--home-cyan);
  text-decoration: none;
  transition: color var(--home-trans);
}
.page-home section,
.page-home .home-section-title {
  scroll-margin-top: 20px;
}

/* 首屏舞台 */
.page-home .home-stage {
  position: relative;
  padding: 48px 0 60px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 78% 22%, rgba(57, 255, 20, 0.10) 0%, transparent 52%),
    radial-gradient(ellipse at 12% 88%, rgba(255, 215, 0, 0.08) 0%, transparent 46%),
    linear-gradient(135deg, #0B1026 0%, #111A3A 52%, #0B1026 100%);
  min-height: 540px;
  display: flex;
  align-items: center;
}
.page-home .home-stage::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--home-header-width);
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--home-neon), transparent);
  opacity: 0.7;
}
.page-home .home-stage-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.page-home .home-stage-copy {
  position: relative;
  z-index: 2;
}
.page-home .home-eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--home-neon);
  background: rgba(57, 255, 20, 0.10);
  border: 1px solid rgba(57, 255, 20, 0.28);
  border-radius: 999px;
  padding: 6px 16px;
  margin-bottom: 24px;
  white-space: nowrap;
}
.page-home .home-title {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 6vw, 58px);
  line-height: 1.15;
  color: var(--home-text);
  transform: skewX(-3deg);
  margin-bottom: 18px;
  letter-spacing: 0.01em;
}
.page-home .home-lead {
  font-size: 16px;
  line-height: 1.8;
  color: var(--home-dim);
  max-width: 560px;
  margin-bottom: 40px;
  border-left: 3px solid var(--home-gold);
  padding-left: 18px;
}
.page-home .home-entry-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 520px;
}
.page-home .home-entry {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--home-panel);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--home-radius);
  padding: 18px 22px;
  transition: transform var(--home-trans), box-shadow var(--home-trans), border-color var(--home-trans);
}
.page-home .home-entry:hover {
  transform: translateY(-3px);
}
.page-home .home-entry-compare {
  border-left: 4px solid var(--home-neon);
}
.page-home .home-entry-compare:hover {
  border-color: var(--home-neon);
  box-shadow: 0 12px 32px rgba(57, 255, 20, 0.15);
  background: rgba(57, 255, 20, 0.08);
}
.page-home .home-entry-result {
  border-left: 4px solid var(--home-gold);
}
.page-home .home-entry-result:hover {
  border-color: var(--home-gold);
  box-shadow: 0 12px 32px rgba(255, 215, 0, 0.15);
  background: rgba(255, 215, 0, 0.07);
}
.page-home .home-entry-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
.page-home .home-entry-compare .home-entry-icon {
  color: var(--home-neon);
}
.page-home .home-entry-result .home-entry-icon {
  color: var(--home-gold);
}
.page-home .home-entry-label {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--home-text);
  display: block;
}
.page-home .home-entry-sub {
  font-size: 13px;
  color: var(--home-dim);
  display: block;
  margin-top: 2px;
}
.page-home .home-stage-visual {
  position: relative;
  min-height: 240px;
  z-index: 1;
}
.page-home .home-lane {
  position: absolute;
  border-radius: 50%;
  opacity: 0.5;
}
.page-home .home-lane-back {
  width: 320px;
  height: 320px;
  right: -40px;
  top: 0;
  background: radial-gradient(circle, rgba(57, 255, 20, 0.12) 0%, transparent 70%);
}
.page-home .home-lane-mid {
  width: 220px;
  height: 220px;
  right: 70px;
  top: 60px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.12) 0%, transparent 70%);
}
.page-home .home-lane-front {
  width: 140px;
  height: 140px;
  right: 14px;
  top: 130px;
  background: radial-gradient(circle, rgba(0, 229, 255, 0.16) 0%, transparent 70%);
}
.page-home .home-chip {
  position: absolute;
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-weight: 900;
  font-size: 15px;
  padding: 8px 14px;
  border-radius: 6px;
  transform: skewX(-8deg) rotate(-4deg);
  letter-spacing: 0.06em;
  z-index: 2;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
.page-home .home-chip-a {
  top: 18px;
  right: 10px;
  color: var(--home-neon);
  background: rgba(57, 255, 20, 0.12);
  border: 1px solid rgba(57, 255, 20, 0.4);
}
.page-home .home-chip-b {
  top: 86px;
  right: 120px;
  color: var(--home-gold);
  background: rgba(255, 215, 0, 0.10);
  border: 1px solid rgba(255, 215, 0, 0.35);
}
.page-home .home-chip-c {
  top: 170px;
  right: 26px;
  color: var(--home-cyan);
  background: rgba(0, 229, 255, 0.10);
  border: 1px solid rgba(0, 229, 255, 0.35);
}
.page-home .home-chip-d {
  top: 204px;
  right: 180px;
  color: var(--home-text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.page-home .home-chip-e {
  top: 56px;
  right: 210px;
  color: var(--home-neon);
  background: rgba(57, 255, 20, 0.08);
  border: 1px solid rgba(57, 255, 20, 0.28);
}
.page-home .home-stage-coord {
  position: absolute;
  bottom: 6px;
  right: 0;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: rgba(148, 163, 184, 0.5);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

/* 区块标题通用 */
.page-home .home-section-title {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 900;
  line-height: 1.3;
  color: var(--home-text);
  margin-bottom: 14px;
}
.page-home .home-section-title-skew {
  display: inline-block;
  transform: skewX(-4deg);
  background: linear-gradient(90deg, var(--home-neon) 0%, var(--home-text) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.page-home .home-section-desc {
  color: var(--home-dim);
  font-size: 15px;
  line-height: 1.8;
  max-width: 620px;
}
.page-home .home-detail-label {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--home-gold);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.page-home .home-section-index {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: var(--home-neon);
  line-height: 1;
}

/* 导览条 01 */
.page-home .home-intro-bar {
  background: linear-gradient(180deg, #0B1026 0%, #0E1530 100%);
  padding: 64px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.page-home .home-intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-bottom: 40px;
}
.page-home .home-intro-note {
  display: flex;
  align-items: center;
  gap: 14px;
}
.page-home .home-section-line {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, var(--home-neon), transparent);
}
.page-home .home-section-tag {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--home-dim);
}
.page-home .home-compare-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}
.page-home .home-half-img {
  width: 100%;
  max-width: 800px;
  border-radius: var(--home-radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--home-shadow, 0 8px 24px rgba(0, 0, 0, 0.35));
  transform: rotate(-1deg);
}
.page-home .home-compare-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-home .home-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--home-text);
  background: var(--home-panel);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 8px 18px;
  transform: skewX(-6deg);
  transition: border-color var(--home-trans), color var(--home-trans), background var(--home-trans);
}
.page-home .home-tag:hover {
  border-color: var(--home-neon);
  color: var(--home-neon);
  background: rgba(57, 255, 20, 0.06);
}

/* 历史区 02 */
.page-home .home-history {
  background: #0B1026;
  padding: 70px 0 40px;
  overflow: hidden;
}
.page-home .home-history-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}
.page-home .home-history-text {
  order: 1;
}
.page-home .home-history-media {
  order: 2;
}
.page-home .home-side-img {
  width: 100%;
  border-radius: var(--home-radius);
  border: 1px solid rgba(57, 255, 20, 0.18);
  transform: rotate(1.2deg);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}
.page-home .home-history-list {
  list-style: none;
  margin-top: 22px;
  display: grid;
  gap: 12px;
}
.page-home .home-history-list li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  color: var(--home-text);
}
.page-home .home-history-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: var(--home-gold);
  border-radius: 2px;
  transform: rotate(45deg);
}
.page-home .home-timeline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 36px;
  padding: 20px 0;
  flex-wrap: wrap;
}
.page-home .home-timeline-dot {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--home-text);
  background: var(--home-panel);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 8px 16px;
  white-space: nowrap;
}
.page-home .home-timeline-dot-a {
  border-color: rgba(57, 255, 20, 0.4);
  color: var(--home-neon);
}
.page-home .home-timeline-dot-b {
  border-color: rgba(255, 215, 0, 0.4);
  color: var(--home-gold);
}
.page-home .home-timeline-dot-c {
  border-color: rgba(0, 229, 255, 0.4);
  color: var(--home-cyan);
}
.page-home .home-timeline-line {
  flex: 1;
  min-width: 20px;
  height: 2px;
  background: linear-gradient(90deg, rgba(57, 255, 20, 0.3), rgba(255, 215, 0, 0.3), rgba(0, 229, 255, 0.3));
}

/* 赛程折叠区 03 */
.page-home .home-schedule {
  background: linear-gradient(180deg, #0B1026 0%, #111A3A 45%, #0B1026 100%);
  padding: 70px 0 60px;
}
.page-home .home-schedule-head {
  margin-bottom: 40px;
}
.page-home .home-schedule-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: start;
}
.page-home .home-accordion {
  display: grid;
  gap: 12px;
}
.page-home .home-acc-item {
  background: var(--home-panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--home-radius);
  overflow: hidden;
  transition: border-color var(--home-trans), box-shadow var(--home-trans);
}
.page-home .home-acc-item:hover {
  border-color: rgba(57, 255, 20, 0.3);
}
.page-home .home-acc-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  background: transparent;
  border: none;
  color: var(--home-text);
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 20px;
  cursor: pointer;
  text-align: left;
  transition: background var(--home-trans);
}
.page-home .home-acc-trigger:hover {
  background: rgba(255, 255, 255, 0.03);
}
.page-home .home-acc-league {
  font-size: 17px;
  letter-spacing: 0.03em;
}
.page-home .home-acc-meta {
  font-size: 12px;
  color: var(--home-dim);
  font-weight: 400;
  white-space: nowrap;
}
.page-home .home-acc-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.page-home .home-acc-icon::before,
.page-home .home-acc-icon::after {
  content: "";
  position: absolute;
  background: var(--home-neon);
  transition: transform 0.3s ease;
}
.page-home .home-acc-icon::before {
  top: 8px;
  left: 0;
  width: 18px;
  height: 2px;
}
.page-home .home-acc-icon::after {
  top: 0;
  left: 8px;
  width: 2px;
  height: 18px;
}
.page-home .home-acc-trigger[aria-expanded="true"] .home-acc-icon::after {
  transform: scaleY(0);
}
.page-home .home-acc-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.page-home .home-acc-trigger[aria-expanded="true"] + .home-acc-panel {
  max-height: 220px;
}
.page-home .home-acc-inner {
  padding: 0 20px 20px;
  font-size: 14px;
  color: var(--home-dim);
  line-height: 1.7;
}
.page-home .home-acc-inner p {
  margin-bottom: 12px;
}
.page-home .home-acc-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.page-home .home-acc-mini span {
  font-size: 12px;
  color: var(--home-text);
  background: rgba(57, 255, 20, 0.08);
  border: 1px solid rgba(57, 255, 20, 0.18);
  border-radius: 6px;
  padding: 4px 10px;
  transform: skewX(-4deg);
}
.page-home .home-schedule-visual {
  position: relative;
}
.page-home .home-schedule-visual img {
  width: 100%;
  border-radius: var(--home-radius);
  border: 1px solid rgba(255, 215, 0, 0.18);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  transform: rotate(-1deg);
  object-fit: cover;
}

/* 实时比分区 04 */
.page-home .home-speed {
  background: #0B1026;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.page-home .home-speed::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(57, 255, 20, 0.2), transparent);
  transform: rotate(18deg);
  transform-origin: top;
}
.page-home .home-speed-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.page-home .home-speed-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 28px;
}
.page-home .home-stat {
  background: linear-gradient(135deg, rgba(28, 37, 65, 0.6), rgba(28, 37, 65, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--home-radius-sm);
  padding: 16px 14px;
  text-align: center;
  transform: skewX(-3deg);
  transition: border-color var(--home-trans), background var(--home-trans);
}
.page-home .home-stat:hover {
  border-color: rgba(57, 255, 20, 0.35);
  background: rgba(57, 255, 20, 0.04);
}
.page-home .home-stat-num {
  display: block;
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: var(--home-neon);
  line-height: 1.2;
}
.page-home .home-stat-label {
  display: block;
  font-size: 12px;
  color: var(--home-dim);
  margin-top: 4px;
}
.page-home .home-live-card {
  background: linear-gradient(135deg, #1C2541 0%, #111A3A 100%);
  border: 1px solid rgba(57, 255, 20, 0.25);
  border-radius: var(--home-radius);
  padding: 24px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  transform: rotate(1deg);
  position: relative;
  overflow: hidden;
}
.page-home .home-live-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--home-text);
  margin-bottom: 18px;
}
.page-home .home-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-neon);
  box-shadow: 0 0 12px rgba(57, 255, 20, 0.7);
  animation: homeLivePulse 1.6s infinite;
}
@keyframes homeLivePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}
.page-home .home-live-clock {
  margin-left: auto;
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  color: var(--home-gold);
}
.page-home .home-live-score-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 18px;
  flex-wrap: wrap;
  gap: 12px;
}
.page-home .home-live-team {
  font-size: 14px;
  color: var(--home-dim);
  max-width: 160px;
  line-height: 1.5;
}
.page-home .home-live-score {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: var(--home-text);
}
.page-home .home-score-num {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 2px 12px;
  min-width: 44px;
  text-align: center;
  color: var(--home-neon);
}
.page-home .home-score-sep {
  color: var(--home-gold);
}
.page-home .home-live-events {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.page-home .home-live-event {
  font-size: 12px;
  color: var(--home-text);
  background: rgba(0, 229, 255, 0.08);
  border: 1px solid rgba(0, 229, 255, 0.2);
  border-radius: 4px;
  padding: 4px 10px;
}
.page-home .home-live-img {
  width: 100%;
  border-radius: var(--home-radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 10px;
  max-height: 300px;
}

/* 大众分析推荐 05 */
.page-home .home-recommend {
  background: linear-gradient(180deg, #0B1026 0%, #0E1530 55%, #0B1026 100%);
  padding: 70px 0 60px;
}
.page-home .home-recommend-head {
  margin-bottom: 40px;
}
.page-home .home-recommend-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.page-home .home-rec-card {
  position: relative;
  display: block;
  background: linear-gradient(135deg, rgba(28, 37, 65, 0.75), rgba(28, 37, 65, 0.35));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--home-radius);
  padding: 26px 24px 22px;
  transition: transform var(--home-trans), border-color var(--home-trans), box-shadow var(--home-trans);
  overflow: hidden;
}
.page-home .home-rec-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--home-neon), transparent);
  opacity: 0.4;
  transition: opacity var(--home-trans);
}
.page-home .home-rec-card:hover {
  transform: translateY(-4px);
  border-color: rgba(57, 255, 20, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}
.page-home .home-rec-card:hover::before {
  opacity: 1;
}
.page-home .home-rec-num {
  display: inline-block;
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: var(--home-gold);
  margin-bottom: 12px;
}
.page-home .home-rec-title {
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--home-text);
  margin-bottom: 8px;
  line-height: 1.4;
}
.page-home .home-rec-excerpt {
  font-size: 14px;
  color: var(--home-dim);
  line-height: 1.7;
  margin-bottom: 16px;
}
.page-home .home-rec-more {
  font-size: 13px;
  color: var(--home-cyan);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap var(--home-trans), color var(--home-trans);
}
.page-home .home-rec-card:hover .home-rec-more {
  gap: 12px;
  color: var(--home-neon);
}

/* 底部号召 */
.page-home .home-callout {
  background: #0B1026;
  padding: 40px 0 56px;
}
.page-home .home-callout-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(57, 255, 20, 0.06), rgba(255, 215, 0, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--home-radius);
  padding: 28px 26px;
}
.page-home .home-callout-text {
  font-size: 15px;
  color: var(--home-text);
  line-height: 1.8;
  max-width: 760px;
}
.page-home .home-callout-link {
  display: inline-block;
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #0B1026;
  background: var(--home-gold);
  border-radius: 999px;
  padding: 10px 24px;
  transition: transform var(--home-trans), box-shadow var(--home-trans);
}
.page-home .home-callout-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 215, 0, 0.3);
  color: #0B1026;
}

/* 响应式 */
@media (min-width: 640px) {
  .page-home .home-entry-group {
    flex-direction: row;
  }
  .page-home .home-entry {
    flex: 1;
  }
  .page-home .home-speed-stats {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-home .home-recommend-grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-home .home-callout-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 960px) {
  .page-home .home-stage {
    min-height: 620px;
    padding: 60px 0 80px;
  }
  .page-home .home-stage-inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 40px;
    align-items: center;
  }
  .page-home .home-intro-grid {
    grid-template-columns: 160px 1fr;
    align-items: center;
    gap: 32px;
  }
  .page-home .home-compare-visual {
    grid-template-columns: 1fr 220px;
  }
  .page-home .home-history-grid {
    grid-template-columns: 1fr 0.85fr;
    gap: 56px;
  }
  .page-home .home-history-text {
    order: 0;
  }
  .page-home .home-history-media {
    order: 0;
  }
  .page-home .home-schedule-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.7fr);
    gap: 56px;
  }
  .page-home .home-speed-grid {
    grid-template-columns: 1fr 0.9fr;
    gap: 56px;
    align-items: center;
  }
  .page-home .home-speed-stats {
    grid-template-columns: 1fr 1fr;
  }
  .page-home .home-recommend-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 640px) {
  .page-home .home-live-score {
    font-size: 32px;
  }
  .page-home .home-live-score-row {
    flex-direction: column;
  }
  .page-home .home-stage-coord {
    display: none;
  }
  .page-home .home-eyebrow {
    letter-spacing: 0.06em;
    font-size: 12px;
    padding: 5px 12px;
  }
}

.page-home {
  --home-shadow: var(--shadow);
}
