.page-home {
  --home-rail: 260px;
  --home-cut: 22px;
  background: var(--navy);
  color: var(--flag-white);
}

.page-home .bw-shell {
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: 20px;
}

/* ============ HERO ============ */
.page-home .home-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 620px;
  padding-top: calc(var(--header-h) + 36px);
  overflow: hidden;
  background: var(--navy);
  isolation: isolate;
}

.page-home .home-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  opacity: 0.38;
  z-index: 0;
}

.page-home .home-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(120% 80% at 82% 18%, rgba(232, 178, 58, 0.16), transparent 58%),
    linear-gradient(180deg, rgba(11, 29, 58, 0.94) 0%, rgba(11, 29, 58, 0.58) 38%, rgba(11, 29, 58, 0.97) 100%);
}

.page-home .home-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image:
    linear-gradient(to right, var(--line) 1px, transparent 1px),
    linear-gradient(to bottom, var(--line) 1px, transparent 1px);
  background-size: 96px 96px;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 28%, #000 72%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 28%, #000 72%, transparent);
}

.page-home .home-hero__shell {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-bottom: 44px;
}

.page-home .bw-breadcrumb {
  margin-bottom: 30px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: rgba(247, 249, 252, 0.58);
}

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

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

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

.page-home .home-hero__layers {
  display: grid;
  gap: 34px;
}

.page-home .home-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 6px 14px;
  border: 1px solid rgba(232, 178, 58, 0.42);
  font-family: var(--font-num);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--gold);
}

.page-home .home-hero__pulse {
  width: 7px;
  height: 7px;
  background: var(--flag-red);
  display: inline-block;
}

.page-home .home-hero__title {
  margin: 0 0 20px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.9rem, 5.2vw, 3.5rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: var(--flag-white);
}

.page-home .home-hero__summary {
  max-width: 34em;
  margin: 0 0 28px;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.75;
  color: rgba(247, 249, 252, 0.78);
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* 比分牌 */
.page-home .home-hero__board {
  position: relative;
  padding: 22px;
  border: 1px solid var(--line-strong);
  background: linear-gradient(158deg, rgba(18, 41, 78, 0.94), rgba(11, 29, 58, 0.72));
}

.page-home .home-hero__board::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 6px;
  background: var(--gold);
}

.page-home .home-hero__boardmeta {
  margin: 6px 0 0;
  font-family: var(--font-num);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: rgba(247, 249, 252, 0.66);
}

.page-home .home-score {
  display: flex;
  align-items: baseline;
  gap: 0.1em;
  margin: 6px 0 2px;
  font-family: var(--font-num);
  font-weight: 700;
  font-size: clamp(4rem, 17vw, 8rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
  color: var(--gold);
  font-variant-numeric: tabular-nums;
}

.page-home .home-score__dash {
  font-size: 0.46em;
  color: rgba(247, 249, 252, 0.4);
}

.page-home .home-hero__half {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(247, 249, 252, 0.7);
}

.page-home .home-hero__half .bw-num {
  font-family: var(--font-num);
  font-size: 17px;
  color: var(--flag-white);
}

.page-home .home-hero__halfdash {
  margin: 0 4px;
  color: var(--gold);
}

.page-home .home-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.page-home .home-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0.86;
  transition: opacity 200ms var(--ease);
}

.page-home .home-hero__board:hover .home-hero__stat,
.page-home .home-hero__board:focus-within .home-hero__stat {
  opacity: 1;
}

.page-home .home-hero__statnum {
  font-family: var(--font-num);
  font-size: clamp(1.5rem, 4.4vw, 2.05rem);
  font-weight: 700;
  line-height: 1;
  color: var(--flag-white);
  font-variant-numeric: tabular-nums;
}

.page-home .home-hero__statnum .bw-unit {
  margin-left: 4px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(247, 249, 252, 0.6);
}

.page-home .home-hero__boardnote {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px dashed var(--line);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(247, 249, 252, 0.72);
}

/* 纸色摘要带 */
.page-home .home-hero__note {
  position: relative;
  z-index: 3;
  margin-top: 34px;
  background: var(--paper);
  color: var(--ink);
}

.page-home .home-hero__note-inner {
  display: grid;
  gap: 20px;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
}

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

.page-home .home-facts__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 14px;
  border-left: 3px solid var(--gold);
}

.page-home .home-facts__num {
  font-family: var(--font-num);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.page-home .home-facts__num .bw-unit {
  margin-left: 2px;
  font-size: 15px;
  color: var(--flag-blue);
}

.page-home .home-facts__label {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: rgba(16, 20, 24, 0.72);
}

/* ============ BODY 双栏 ============ */
.page-home .home-body {
  background: var(--navy);
  padding-block: 56px 88px;
}

.page-home .home-body__shell {
  display: grid;
  gap: 40px;
}

/* 滑轨 */
.page-home .home-rail {
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
  padding-block: 18px;
}

.page-home .home-rail__title {
  margin: 0 0 12px;
  font-family: var(--font-num);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--gold);
}

.page-home .home-rail__list {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0 0 6px;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: thin;
}

.page-home .home-rail__item {
  display: block;
  flex: 0 0 auto;
  padding: 8px 14px;
  border: 1px solid var(--line);
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(247, 249, 252, 0.76);
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms var(--ease), border-color 180ms var(--ease), background 180ms var(--ease);
}

.page-home .home-rail__item:hover,
.page-home .home-rail__item[aria-current="true"] {
  color: var(--gold);
  border-color: rgba(232, 178, 58, 0.6);
  background: var(--navy-2);
}

.page-home .home-rail__side {
  display: none;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--navy-2);
}

.page-home .home-rail__sidelabel {
  margin: 0;
  font-family: var(--font-num);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: rgba(247, 249, 252, 0.6);
}

.page-home .home-rail__sidescore {
  margin: 6px 0 4px;
  font-family: var(--font-num);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--gold);
  font-variant-numeric: tabular-nums;
}

.page-home .home-rail__sidemeta {
  margin: 0;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(247, 249, 252, 0.66);
}

/* 通用章节 */
.page-home .home-sec + .home-sec {
  margin-top: 72px;
}

.page-home .bw-section__head {
  margin-bottom: 20px;
  border-top: 1px solid var(--line-strong);
  padding-top: 20px;
}

.page-home .bw-section__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  font-family: var(--font-num);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: rgba(247, 249, 252, 0.72);
}

.page-home .bw-section__title {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.5rem, 3.6vw, 2.1rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--flag-white);
}

.page-home .bw-text {
  max-width: 62ch;
  margin: 0 0 22px;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.75;
  color: rgba(247, 249, 252, 0.78);
}

.page-home .home-sec__footnote {
  margin: 22px 0 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(247, 249, 252, 0.68);
}

/* 横向战报条带 */
.page-home .home-strip {
  display: flex;
  gap: 16px;
  margin: 0 -20px;
  padding: 4px 20px 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.page-home .home-report {
  flex: 0 0 78%;
  max-width: 330px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--navy-2);
  color: inherit;
  text-decoration: none;
  scroll-snap-align: start;
  transition: border-color 200ms var(--ease), transform 200ms var(--ease);
}

.page-home .home-report:hover,
.page-home .home-report:focus-visible {
  border-color: rgba(232, 178, 58, 0.62);
  transform: translateY(-3px);
}

.page-home .home-report__meta {
  margin: 0;
  font-family: var(--font-num);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(247, 249, 252, 0.6);
}

.page-home .home-report__score {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
  font-family: var(--font-num);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--gold);
  font-variant-numeric: tabular-nums;
}

.page-home .home-report__dash {
  font-size: 0.5em;
  color: rgba(247, 249, 252, 0.4);
}

.page-home .home-report__teams {
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--flag-white);
}

.page-home .home-report__note {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.66;
  color: rgba(247, 249, 252, 0.72);
}

.page-home .home-report .bw-tag {
  align-self: flex-start;
  margin-top: auto;
}

/* 三类指标 */
.page-home .home-metrics {
  display: grid;
  gap: 22px;
}

.page-home .home-metric {
  position: relative;
  padding: 24px 22px 22px;
  border: 1px solid var(--line);
  background: linear-gradient(150deg, rgba(18, 41, 78, 0.9), rgba(11, 29, 58, 0.6));
  clip-path: polygon(0 0, calc(100% - var(--home-cut)) 0, 100% var(--home-cut), 100% 100%, 0 100%);
}

.page-home .home-metric::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
}

.page-home .home-metric--blue::before { background: var(--flag-blue); }
.page-home .home-metric--green::before { background: var(--flag-green); }
.page-home .home-metric--red::before { background: var(--flag-red); }

.page-home .home-metric__idx {
  margin: 0 0 12px;
  font-family: var(--font-num);
  font-size: 13px;
  letter-spacing: 0.14em;
  color: rgba(247, 249, 252, 0.5);
}

.page-home .home-metric .bw-tag {
  display: inline-block;
  margin-bottom: 14px;
}

.page-home .home-metric__title {
  margin: 0 0 12px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.24rem;
  line-height: 1.35;
  color: var(--flag-white);
}

.page-home .home-metric__text,
.page-home .home-metric__use {
  margin: 0 0 12px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.72;
  color: rgba(247, 249, 252, 0.76);
}

.page-home .home-metric__use {
  padding-left: 14px;
  border-left: 1px dashed var(--line-strong);
  font-size: 14px;
  color: rgba(247, 249, 252, 0.64);
}

.page-home .home-metric__link {
  display: inline-block;
  margin-top: 4px;
  font-family: var(--font-body);
  font-size: 14px;
}

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

.page-home .bw-figure {
  width: 100%;
  overflow: hidden;
  background: var(--navy-2);
  border: 1px solid var(--line);
}

.page-home .bw-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .bw-figure__cap {
  padding: 10px 14px;
  font-family: var(--font-num);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: rgba(247, 249, 252, 0.66);
  border-top: 1px solid var(--line);
}

/* 友谊赛分布 */
.page-home .home-dist {
  margin: 0 0 26px;
  padding: 20px 18px;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(180deg, rgba(23, 64, 47, 0.5), rgba(11, 29, 58, 0.72));
}

.page-home .home-dist__legend {
  display: flex;
  gap: 18px;
  margin-bottom: 18px;
}

.page-home .home-dist__key {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-num);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: rgba(247, 249, 252, 0.78);
}

.page-home .home-dist__key::before {
  content: "";
  width: 18px;
  height: 8px;
}

.page-home .home-dist__key--in::before { background: var(--flag-yellow); }
.page-home .home-dist__key--out::before { background: var(--flag-red); }

.page-home .home-dist__rows {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .home-dist__row {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 6px 14px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.page-home .home-dist__slot {
  font-family: var(--font-num);
  font-size: 13px;
  color: var(--flag-white);
  font-variant-numeric: tabular-nums;
}

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

.page-home .home-dist__track {
  display: block;
  height: 9px;
  background: rgba(247, 249, 252, 0.09);
}

.page-home .home-dist__bar {
  display: block;
  height: 100%;
  transition: width 320ms var(--ease);
}

.page-home .home-dist__bar--in { background: var(--flag-yellow); }
.page-home .home-dist__bar--out { background: var(--flag-red); }
.page-home .home-dist__bar--0 { width: 0; }
.page-home .home-dist__bar--50 { width: 50%; }
.page-home .home-dist__bar--100 { width: 100%; }

.page-home .home-dist__vals {
  grid-column: 2;
  font-family: var(--font-num);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(247, 249, 252, 0.62);
  font-variant-numeric: tabular-nums;
}

.page-home .home-dist__read {
  display: grid;
  gap: 22px;
  align-items: start;
}

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

/* 赛季时间轴 */
.page-home .home-axis {
  display: flex;
  gap: 18px;
  margin: 0 0 28px;
  padding: 0 0 14px;
  list-style: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.page-home .home-axis__item {
  position: relative;
  flex: 0 0 78%;
  max-width: 300px;
  padding: 20px 18px 18px;
  border: 1px solid var(--line);
  border-top-width: 4px;
  background: var(--navy-2);
  scroll-snap-align: start;
}

.page-home .home-axis__item--blue { border-top-color: var(--flag-blue); }
.page-home .home-axis__item--green { border-top-color: var(--flag-green); }
.page-home .home-axis__item--yellow { border-top-color: var(--flag-yellow); }
.page-home .home-axis__item--red { border-top-color: var(--flag-red); }
.page-home .home-axis__item--gold { border-top-color: var(--gold); }

.page-home .home-axis__year {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-num);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: var(--flag-white);
  font-variant-numeric: tabular-nums;
}

.page-home .home-axis__text {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.68;
  color: rgba(247, 249, 252, 0.74);
}

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

/* 主场地图 */
.page-home .home-venue {
  padding: 24px 20px;
  border: 1px solid var(--line-strong);
  background: var(--navy-2);
}

.page-home .home-venue__list {
  display: grid;
  gap: 18px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.page-home .home-venue__item {
  padding-left: 14px;
  border-left: 2px solid var(--flag-blue);
}

.page-home .home-venue__k {
  margin: 0 0 6px;
  font-family: var(--font-num);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--gold);
}

.page-home .home-venue__v {
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(247, 249, 252, 0.78);
}

.page-home .home-venue__note {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px dashed var(--line);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.72;
  color: rgba(247, 249, 252, 0.7);
}

.page-home .home-venue__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* 继续深入 */
.page-home .home-ways {
  display: grid;
  gap: 20px;
}

.page-home .home-way {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 20px;
  background: var(--paper);
  color: var(--ink);
  border-top: 5px solid var(--gold);
}

.page-home .home-way__idx {
  margin: 0;
  font-family: var(--font-num);
  font-size: 13px;
  letter-spacing: 0.16em;
  color: rgba(16, 20, 24, 0.48);
}

.page-home .home-way__title {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1.35;
  color: var(--ink);
}

.page-home .home-way__text {
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.72;
  color: rgba(16, 20, 24, 0.76);
}

.page-home .home-way__link {
  margin-top: auto;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--flag-blue);
}

.page-home .home-copyrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px dashed var(--line-ink);
}

.page-home .home-copyrow__mail {
  font-family: var(--font-num);
  font-size: 13px;
  color: var(--ink);
  word-break: break-all;
}

.page-home .home-copyrow .bw-copy {
  padding: 7px 14px;
  border: 1px solid var(--ink);
  background: transparent;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--ink);
  cursor: pointer;
  transition: background 180ms var(--ease), color 180ms var(--ease);
}

.page-home .home-copyrow .bw-copy:hover,
.page-home .home-copyrow .bw-copy.is-done {
  background: var(--ink);
  color: var(--paper);
}

.page-home .home-coop {
  display: grid;
  gap: 16px;
  align-items: center;
  margin-top: 26px;
  padding: 22px 20px;
  border: 1px solid rgba(232, 178, 58, 0.36);
  background: linear-gradient(120deg, rgba(232, 178, 58, 0.14), rgba(11, 29, 58, 0.2));
}

.page-home .home-coop__text {
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.72;
  color: rgba(247, 249, 252, 0.82);
}

/* 链接与标签在深色底上的补充 */
.page-home .bw-link {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-home .home-way .bw-link {
  color: var(--flag-blue);
}

.page-home .bw-tag {
  display: inline-block;
  padding: 3px 9px;
  font-family: var(--font-num);
  font-size: 12px;
  letter-spacing: 0.08em;
  border: 1px solid currentColor;
}

.page-home .bw-tag--blue { color: var(--flag-blue); }
.page-home .bw-tag--green { color: var(--flag-green); }
.page-home .bw-tag--red { color: var(--flag-red); }
.page-home .bw-tag--yellow { color: var(--flag-yellow); }
.page-home .bw-tag--white { color: rgba(247, 249, 252, 0.72); }

/* ============ 响应式 ============ */
@media (min-width: 700px) {
  .page-home .bw-shell {
    padding-inline: 32px;
  }

  .page-home .home-strip {
    margin-inline: -32px;
    padding-inline: 32px;
  }

  .page-home .home-hero__note-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .page-home .home-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .page-home .home-dist__row {
    grid-template-columns: 74px minmax(0, 1fr) 108px;
    gap: 16px;
  }

  .page-home .home-dist__vals {
    grid-column: 3;
    text-align: right;
  }

  .page-home .home-ways {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .home-coop {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero {
    min-height: min(94vh, 900px);
    padding-top: calc(var(--header-h) + 56px);
  }

  .page-home .home-hero__layers {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: end;
    gap: 56px;
  }

  .page-home .home-hero__board {
    padding: 28px 26px;
  }

  .page-home .home-body {
    padding-block: 72px 104px;
  }

  .page-home .home-body__shell {
    grid-template-columns: var(--home-rail) minmax(0, 1fr);
    gap: 56px;
  }

  .page-home .home-rail {
    position: sticky;
    top: calc(var(--header-h) + 28px);
    align-self: start;
    border-bottom: 0;
  }

  .page-home .home-rail__list {
    flex-direction: column;
    gap: 6px;
    overflow: visible;
  }

  .page-home .home-rail__item {
    border-color: transparent;
    border-left: 3px solid transparent;
    padding: 9px 12px;
    white-space: normal;
  }

  .page-home .home-rail__item:hover,
  .page-home .home-rail__item[aria-current="true"] {
    border-left-color: var(--gold);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
  }

  .page-home .home-rail__side {
    display: block;
  }

  .page-home .home-strip {
    margin-inline: 0;
    padding-inline: 0;
    padding-right: 4px;
  }

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

  .page-home .home-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .page-home .home-metric__figure {
    grid-column: 1 / -1;
  }

  .page-home .home-metric__figure img {
    max-height: 320px;
  }

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

  .page-home .home-axis {
    overflow: visible;
    padding-bottom: 0;
  }

  .page-home .home-axis__item {
    flex: 1 1 0;
    max-width: none;
  }

  .page-home .home-axis__figure img {
    max-height: 420px;
  }

  .page-home .home-venue__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .page-home .home-ways {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-report,
  .page-home .home-rail__item,
  .page-home .home-dist__bar,
  .page-home .bw-copy {
    transition: none;
  }

  .page-home .home-report:hover,
  .page-home .home-report:focus-visible {
    transform: none;
  }
}
