.page-home {
  --ph-orange: #FF6B35;
  --ph-yellow: #FFD700;
  --ph-slate: #B8C6D6;
  --ph-white: #FFFFFF;
  --ph-line: rgba(184, 198, 214, 0.2);
  --ph-line-strong: rgba(184, 198, 214, 0.38);
  --ph-bg-deep: #0A1F44;
  --ph-bg-panel: #122A54;
  --ph-bg-card: #1A3A66;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% -5%, rgba(255, 107, 53, 0.1), transparent 38%),
    linear-gradient(180deg, #0A1F44 0%, #0C1F3A 100%);
  color: var(--ph-white);
}

.page-home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
}

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

.page-home a {
  color: inherit;
  text-decoration: none;
}

.page-home h1,
.page-home h2,
.page-home h3 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.page-home [data-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity var(--duration-base) var(--ease-out), transform var(--duration-base) var(--ease-out);
}

.page-home [data-reveal][data-revealed] {
  opacity: 1;
  transform: none;
}

.page-home .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ph-yellow);
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.15);
  display: inline-block;
}

.page-home .section-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.page-home .section-head-index {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: var(--ph-orange);
  background: rgba(255, 107, 53, 0.1);
  border: 1px solid rgba(255, 107, 53, 0.4);
  padding: 4px 8px;
  flex: none;
}

.page-home .section-head h2 {
  font-size: clamp(1.6rem, 3.6vw, 2.25rem);
  margin: 0;
  color: var(--ph-white);
  text-transform: uppercase;
}

.page-home .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.9rem;
  padding: 11px 16px;
  background: transparent;
  color: var(--ph-white);
  border: 2px solid var(--ph-line-strong);
  cursor: pointer;
  transition: border-color var(--duration-fast) ease, background var(--duration-fast) ease, color var(--duration-fast) ease;
}

.page-home .btn:hover {
  border-color: var(--ph-orange);
}

.page-home .btn-cta {
  background: var(--ph-orange);
  border-color: var(--ph-orange);
  color: var(--ph-bg-deep);
}

.page-home .btn-cta:hover {
  background: transparent;
  color: var(--ph-orange);
}

.page-home .btn-arrow {
  font-family: var(--font-mono);
  font-size: 1.2rem;
  line-height: 1;
}

/* ============ 01 框景数据首屏 ============ */
.page-home .hero-frame {
  padding: 22px 16px 44px;
}

.page-home .hero-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--ph-slate);
  margin-bottom: 14px;
}

.page-home .hero-meta-index {
  color: var(--ph-orange);
  font-weight: 700;
}

.page-home .hero-meta-sep {
  width: 32px;
  height: 1px;
  background: var(--ph-line);
}

.page-home .hero-meta-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.page-home .hero-stage {
  position: relative;
  border: 3px solid var(--ph-white);
  box-shadow: var(--shadow-hard);
  background: var(--ph-bg-panel);
  min-height: 540px;
}

.page-home .hero-stage-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-home .hero-stage-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(98deg, rgba(10, 31, 68, 0.96) 0%, rgba(10, 31, 68, 0.82) 42%, rgba(10, 31, 68, 0.4) 100%);
  z-index: 1;
}

.page-home .hero-stage::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  height: 64px;
  width: 16px;
  opacity: 0.55;
  background: repeating-linear-gradient(180deg, var(--ph-slate) 0 2px, transparent 2px 6px);
  pointer-events: none;
  z-index: 3;
}

.page-home .hero-stage-content {
  position: relative;
  z-index: 2;
  padding: 30px 22px 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-home .hero-frame-tick {
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: var(--ph-yellow);
  border-style: solid;
  z-index: 3;
}

.page-home .hero-frame-tick--tl { top: 6px; left: 6px; border-width: 3px 0 0 3px; }
.page-home .hero-frame-tick--tr { top: 6px; right: 6px; border-width: 3px 3px 0 0; }
.page-home .hero-frame-tick--bl { bottom: 6px; left: 6px; border-width: 0 0 3px 3px; }
.page-home .hero-frame-tick--br { bottom: 6px; right: 6px; border-width: 0 3px 3px 0; }

.page-home .breadcrumb {
  margin-bottom: 16px;
}

.page-home .breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--ph-slate);
}

.page-home .breadcrumb li + li::before {
  content: "/";
  margin-right: 6px;
  color: var(--ph-line-strong);
}

.page-home .hero-stage-content h1 {
  font-size: clamp(1.75rem, 5vw, 3.3rem);
  line-height: 1.1;
  color: var(--ph-white);
  max-width: 14em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.page-home .hero-lead {
  color: var(--ph-slate);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 36em;
  margin: 0 0 20px;
}

.page-home .hero-data-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.page-home .data-chip {
  border: 1px solid var(--ph-line-strong);
  background: rgba(10, 31, 68, 0.55);
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 96px;
}

.page-home .data-chip-label {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--ph-slate);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-home .data-chip-value {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--ph-white);
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.page-home .hero-skip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--ph-slate);
  border-bottom: 1px solid var(--ph-line-strong);
  padding-bottom: 3px;
  transition: color var(--duration-fast) ease;
}

.page-home .hero-skip:hover {
  color: var(--ph-orange);
}

/* ============ 02 纪录中心入口 ============ */
.page-home .record-hub {
  padding: 44px 16px 56px;
  border-top: 1px solid var(--ph-line);
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.page-home .record-hub-copy h2 {
  font-size: clamp(1.7rem, 4vw, 2.3rem);
  margin: 10px 0 14px;
  color: var(--ph-white);
  text-transform: uppercase;
  max-width: 14em;
}

.page-home .record-hub-copy p {
  color: var(--ph-slate);
  max-width: 44em;
  margin: 0 0 20px;
}

.page-home .record-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .record-hub-panel {
  background: var(--ph-bg-panel);
  border: 2px solid var(--ph-line-strong);
  box-shadow: var(--shadow-card);
  padding: 16px;
  position: relative;
}

.page-home .record-hub-panel::before {
  content: "REC / 24";
  position: absolute;
  top: -11px;
  right: 14px;
  background: var(--ph-orange);
  color: var(--ph-bg-deep);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 3px 8px;
}

.page-home .filter-tabs {
  display: flex;
  gap: 6px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 12px;
  margin-bottom: 18px;
}

.page-home .filter-tab {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid var(--ph-line);
  color: var(--ph-slate);
  font-family: var(--font-mono);
  font-size: 0.86rem;
  padding: 7px 14px;
  cursor: pointer;
  transition: border-color var(--duration-fast) ease, color var(--duration-fast) ease, background var(--duration-fast) ease;
}

.page-home .filter-tab:hover {
  border-color: var(--ph-orange);
}

.page-home .filter-tab[aria-selected="true"] {
  color: var(--ph-white);
  border-color: var(--ph-orange);
  background: rgba(255, 107, 53, 0.12);
}

.page-home .filter-panels {
  margin-top: 0;
}

.page-home .record-mini-card {
  background: var(--ph-bg-card);
  border: 1px solid var(--ph-line-strong);
  padding: 14px;
}

.page-home .record-mini-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.page-home .record-mini-league {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  color: var(--ph-slate);
  letter-spacing: 0.06em;
}

.page-home .record-mini-status {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--ph-orange);
  border: 1px solid rgba(255, 107, 53, 0.45);
  padding: 2px 8px;
  background: rgba(255, 107, 53, 0.08);
}

.page-home .record-mini-score {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  padding: 20px 4px;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 1.55rem;
  color: var(--ph-white);
}

.page-home .record-mini-score--compact {
  font-size: 1.15rem;
  gap: 6px;
  padding: 18px 4px;
}

.page-home .record-mini-team {
  font-size: 1rem;
  color: var(--ph-slate);
}

.page-home .record-mini-number {
  color: var(--ph-white);
}

.page-home .record-mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.page-home .mini-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  padding: 4px 9px;
  border: 1px solid var(--ph-line-strong);
  color: var(--ph-white);
  background: rgba(10, 31, 68, 0.45);
}

.page-home .mini-tag--yellow {
  color: var(--ph-yellow);
  border-color: rgba(255, 215, 0, 0.45);
}

.page-home .mini-tag--red {
  color: #FFB3A7;
  border-color: rgba(229, 57, 53, 0.5);
}

.page-home .mini-tag--plain {
  color: var(--ph-slate);
}

.page-home .mini-tag-icon {
  width: 10px;
  height: 13px;
  display: inline-block;
  flex: none;
}

.page-home .record-hub-note {
  font-size: 0.82rem;
  color: var(--ph-slate);
  margin: 16px 0 0;
  font-family: var(--font-mono);
}

/* ============ 03 当季开运体育赛后战报 ============ */
.page-home .match-reports {
  padding: 48px 16px 56px;
  border-top: 1px solid var(--ph-line);
}

.page-home .reports-desc,
.page-home .case-desc {
  color: var(--ph-slate);
  max-width: 48em;
  margin: 0 0 26px;
  font-size: 1rem;
  line-height: 1.7;
}

.page-home .reports-layout {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.page-home .reports-list {
  display: flex;
  flex-direction: column;
}

.page-home .report-item {
  border-bottom: 1px solid var(--ph-line-strong);
  transition: background var(--duration-fast) ease;
}

.page-home .report-item[open] {
  background: rgba(255, 107, 53, 0.04);
}

.page-home .report-summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 16px 8px;
  cursor: pointer;
}

.page-home .report-summary::-webkit-details-marker {
  display: none;
}

.page-home .report-round {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--ph-orange);
  flex: none;
  min-width: 46px;
}

.page-home .report-teams {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--ph-white);
}

.page-home .report-score {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 0.84rem;
  color: var(--ph-slate);
}

.page-home .report-detail {
  padding: 0 8px 16px;
  color: var(--ph-slate);
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: baseline;
}

.page-home .report-detail p {
  margin: 0;
  max-width: 46em;
}

.page-home .report-detail a {
  color: var(--ph-orange);
  font-family: var(--font-mono);
  font-size: 0.84rem;
}

.page-home .reports-figure,
.page-home .device-fit-figure,
.page-home .case-card-figure {
  margin: 0;
  position: relative;
  border: 2px solid var(--ph-line-strong);
  background: var(--ph-bg-panel);
  display: flex;
  flex-direction: column;
}

.page-home .reports-figure img,
.page-home .device-fit-figure img,
.page-home .case-card-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .reports-figure img {
  aspect-ratio: 16 / 9;
  flex: 1;
}

.page-home .device-fit-figure img {
  aspect-ratio: 5 / 4;
  flex: 1;
}

.page-home .case-card-figure img {
  aspect-ratio: 3 / 2;
}

.page-home .reports-figure figcaption,
.page-home .device-fit-figure figcaption,
.page-home .case-card-figure figcaption {
  font-size: 0.78rem;
  font-family: var(--font-mono);
  color: var(--ph-slate);
  padding: 8px 12px;
  border-top: 1px solid var(--ph-line);
  background: rgba(10, 31, 68, 0.72);
}

/* ============ 04 平板看开运球员数据 ============ */
.page-home .device-fit {
  padding: 48px 16px 56px;
  border-top: 1px solid var(--ph-line);
}

.page-home .device-fit-copy h2 {
  font-size: clamp(1.7rem, 4vw, 2.3rem);
  margin: 10px 0 14px;
  color: var(--ph-white);
  text-transform: uppercase;
  max-width: 16em;
}

.page-home .device-fit-copy p {
  color: var(--ph-slate);
  max-width: 44em;
  margin: 0 0 24px;
  line-height: 1.7;
}

.page-home .device-fit-layout {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.page-home .device-fit-list {
  border: 2px solid var(--ph-line-strong);
  background: var(--ph-bg-panel);
  box-shadow: var(--shadow-card);
  padding: 16px;
}

.page-home .device-fit-heading {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ph-orange);
  border-bottom: 1px solid var(--ph-line-strong);
  padding-bottom: 10px;
  margin-bottom: 4px;
}

.page-home .device-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 4px;
  border-bottom: 1px dashed var(--ph-line-strong);
  cursor: pointer;
  transition: background var(--duration-fast) ease;
}

.page-home .device-option:hover {
  background: rgba(255, 107, 53, 0.06);
}

.page-home .device-option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
}

.page-home .device-option-box {
  width: 18px;
  height: 18px;
  border: 2px solid var(--ph-slate);
  background: transparent;
  flex: none;
  position: relative;
  transition: background var(--duration-fast) ease, border-color var(--duration-fast) ease;
}

.page-home .device-option input[type="checkbox"]:checked + .device-option-box {
  background: var(--ph-orange);
  border-color: var(--ph-orange);
}

.page-home .device-option input[type="checkbox"]:checked + .device-option-box::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid var(--ph-bg-deep);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.page-home .device-option-name {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.94rem;
  color: var(--ph-white);
}

.page-home .device-option-status {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--ph-slalt);
  color: var(--ph-green, var(--ph-slate));
  border: 1px solid var(--ph-line);
  padding: 2px 8px;
}

.page-home .device-fit-note {
  font-size: 0.82rem;
  color: var(--ph-slate);
  margin: 12px 0 0;
  font-family: var(--font-mono);
}

/* ============ 05 案例合集 ============ */
.page-home .case-collection {
  padding: 48px 16px 56px;
  border-top: 1px solid var(--ph-line);
}

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

.page-home .case-card {
  position: relative;
  border: 2px solid var(--ph-line-strong);
  background: var(--ph-bg-panel);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
}

.page-home .case-card--fan {
  border-color: rgba(255, 215, 0, 0.35);
  background:
    linear-gradient(180deg, rgba(255, 215, 0, 0.04), transparent 40%),
    var(--ph-bg-card);
}

.page-home .case-card-figure {
  border-bottom: 2px solid var(--ph-line);
}

.page-home .case-card-body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.page-home .case-card-num {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  color: var(--ph-orange);
  letter-spacing: 0.08em;
}

.page-home .case-card-body h3 {
  font-size: 1.35rem;
  color: var(--ph-white);
  margin: 0;
  text-transform: uppercase;
}

.page-home .case-card-body p {
  color: var(--ph-slate);
  margin: 0;
}

.page-home .case-card-body .btn {
  margin-top: auto;
  align-self: flex-start;
}

.page-home .fan-chart {
  border: 1px dashed var(--ph-line-strong);
  padding: 14px 10px;
  background: rgba(10, 31, 68, 0.42);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-home .chart-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 0.84rem;
}

.page-home .chart-bar-label {
  width: 64px;
  color: var(--ph-slate);
  text-align: right;
  flex: none;
}

.page-home .chart-bar-track {
  flex: 1;
  height: 12px;
  background: var(--ph-bg-deep);
  display: block;
  position: relative;
  border: 1px solid var(--ph-line);
}

.page-home .chart-bar-fill {
  display: block;
  height: 100%;
  background: var(--ph-orange);
}

.page-home .chart-bar-fill--yellow {
  background: var(--ph-yellow);
}

.page-home .chart-bar-fill--blue {
  background: var(--ph-white);
}

.page-home .chart-bar-value {
  min-width: 42px;
  color: var(--ph-white);
  text-align: right;
}

/* ============ 06 数据全景 ============ */
.page-home .stats-panorama {
  padding: 48px 16px 60px;
  border-top: 1px solid var(--ph-line);
}

.page-home .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 20px 0 18px;
}

.page-home .stat-block {
  border: 2px solid var(--ph-line);
  border-top: 4px solid var(--ph-orange);
  padding: 20px 16px 24px;
  background: linear-gradient(180deg, rgba(255, 107, 53, 0.06), transparent 55%);
}

.page-home .stat-block:nth-child(2) {
  border-top-color: var(--ph-yellow);
  background: linear-gradient(180deg, rgba(255, 215, 0, 0.05), transparent 55%);
}

.page-home .stat-block:nth-child(3) {
  border-top-color: var(--ph-white);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 55%);
}

.page-home .stat-block:nth-child(4) {
  border-top-color: #4CAF50;
  background: linear-gradient(180deg, rgba(76, 175, 80, 0.06), transparent 55%);
}

.page-home .stat-num {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(2rem, 4.4vw, 3rem);
  color: var(--ph-white);
  line-height: 1.2;
}

.page-home .stat-label {
  display: block;
  color: var(--ph-slate);
  font-size: 0.88rem;
  margin-top: 6px;
}

.page-home .stats-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 22px;
}

.page-home .assurance-item {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--ph-slate);
  border: 1px solid var(--ph-line-strong);
  background: rgba(10, 31, 68, 0.6);
  padding: 6px 12px;
}

.page-home .stats-note {
  color: var(--ph-slate);
  max-width: 56em;
  margin: 0;
  line-height: 1.8;
  font-size: 0.95rem;
  border-left: 3px solid var(--ph-orange);
  padding-left: 16px;
}

/* ============ 响应式 ============ */
@media (min-width: 600px) {
  .page-home .hero-frame {
    padding: 26px 20px 48px;
  }

  .page-home .hero-stage {
    min-height: 580px;
  }

  .page-home .hero-stage-content {
    padding: 40px 36px 40px;
  }

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

  .page-home .device-fit-layout {
    flex-direction: row;
    align-items: flex-start;
  }

  .page-home .device-fit-list {
    flex: 1 1 46%;
  }

  .page-home .device-fit-figure {
    flex: 1 1 46%;
    margin-top: 0;
  }
}

@media (min-width: 900px) {
  .page-home .record-hub {
    flex-direction: row;
    gap: 40px;
    padding: 56px 24px 64px;
    align-items: center;
  }

  .page-home .record-hub-copy {
    flex: 1 1 44%;
  }

  .page-home .record-hub-panel {
    flex: 1 1 56%;
  }

  .page-home .reports-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 30px;
    align-items: stretch;
  }

  .page-home .reports-figure img {
    min-height: 260px;
  }

  .page-home .case-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
  }

  .page-home .case-card--fan {
    transform: translateY(36px);
  }
}

@media (min-width: 1120px) {
  .page-home .hero-frame {
    padding: 32px 28px 56px;
  }

  .page-home .hero-stage {
    min-height: 640px;
  }

  .page-home .hero-stage-content {
    padding: 52px 48px;
  }

  .page-home .hero-stage-content h1 {
    font-size: clamp(2.2rem, 3.6vw, 3.5rem);
    max-width: 13em;
  }

  .page-home .hero-lead {
    font-size: 1.08rem;
    max-width: 32em;
  }

  .page-home .record-hub,
  .page-home .match-reports,
  .page-home .device-fit,
  .page-home .case-collection,
  .page-home .stats-panorama {
    padding-left: 28px;
    padding-right: 28px;
  }

  .page-home .device-fit {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 36px;
    align-items: start;
  }

  .page-home .device-fit-copy {
    margin-bottom: 0;
  }

  .page-home .device-fit-layout {
    flex-direction: column;
    margin-top: 0;
  }

  .page-home .device-fit-list {
    width: 100%;
  }
}

.page-home {
  --ph-green: currentColor;
  --ph-slalt: currentColor;
}
