/* ================= 首页专属样式 ================= */

.page-home {
  --amber-deep: #8A5A16;
  --cyan-deep: #12675C;
  --home-line: rgba(143, 169, 172, 0.2);
  background: var(--ink);
  color: var(--moon);
}

.page-home .display-title--sm {
  font-size: clamp(26px, 3.6vw, 46px);
  line-height: 1.14;
}

.page-home .lede {
  color: var(--stone);
}

/* ---------- 1. 首屏拼贴 ---------- */

.page-home .home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 22px 0 60px;
  background:
    radial-gradient(760px 420px at 86% -8%, rgba(47, 227, 192, 0.18), transparent 64%),
    radial-gradient(620px 380px at 2% 106%, rgba(255, 106, 43, 0.16), transparent 62%),
    var(--ink);
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(143, 169, 172, 0.09) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(143, 169, 172, 0.09) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 92%);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 92%);
}

.page-home .home-hero .vertical-note {
  position: absolute;
  right: 4px;
  top: 130px;
  z-index: 2;
  writing-mode: vertical-rl;
  letter-spacing: 0.22em;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--stone);
  opacity: 0.75;
}

.page-home .home-crumb {
  margin-bottom: 20px;
  font-size: 13px;
  color: var(--stone);
}

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

.page-home .hero-main {
  padding: 28px 22px 30px;
  border-radius: var(--r-lg);
  background: linear-gradient(155deg, rgba(20, 48, 59, 0.95), rgba(12, 23, 32, 0.42));
  animation: home-rise 520ms ease-out both;
}

.page-home .hero-main .eyebrow {
  color: var(--cyan);
}

.page-home .hero-main h1 {
  margin: 12px 0 16px;
  max-width: 19ch;
}

.page-home .hero-main .lede {
  margin: 0 0 4px;
}

.page-home .hero-main .league-switch {
  margin: 22px 0 20px;
}

.page-home .hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .hero-chips a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: var(--pill);
  background: rgba(143, 169, 172, 0.1);
  border: 1px solid var(--line);
  color: var(--lotus);
  font-size: 13.5px;
  line-height: 1.3;
  text-decoration: none;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}

.page-home .hero-chips a::before {
  content: "";
  flex: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  transition: background 200ms ease;
}

.page-home .hero-chips a:hover,
.page-home .hero-chips a:focus-visible {
  background: var(--cyan);
  border-color: var(--cyan);
  color: var(--ink);
}

.page-home .hero-chips a:hover::before,
.page-home .hero-chips a:focus-visible::before {
  background: var(--ink);
}

.page-home .hero-side {
  border-radius: var(--r-lg);
  animation: home-rise 520ms ease-out both;
}

.page-home .hero-side--map {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  background: var(--ink-2);
  animation-delay: 100ms;
}

.page-home .hero-map-frame {
  border-radius: var(--r-md);
  overflow: hidden;
  background: rgba(78, 124, 134, 0.24);
}

.page-home .hero-map-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .hero-map-kicker {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--cyan);
}

.page-home .hero-map-note {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--stone);
}

.page-home .hero-side--stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 18px;
  background: linear-gradient(150deg, rgba(255, 106, 43, 0.22), rgba(20, 48, 59, 0.92));
  animation-delay: 200ms;
}

.page-home .hstat-key {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--stone);
}

.page-home .hstat-num {
  margin: 0;
  font-size: 40px;
  line-height: 1;
  color: var(--orange);
}

.page-home .hero-side--stat .divider {
  margin: 6px 0 10px;
}

.page-home .hstat-list {
  display: grid;
  gap: 9px;
  margin: 0;
}

.page-home .hstat-list > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.page-home .hstat-list dt {
  margin: 0;
  font-size: 13px;
  color: var(--stone);
}

.page-home .hstat-list dd {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  color: var(--moon);
}

/* ---------- 2. 栏目索引 ---------- */

.page-home .home-index {
  padding: 60px 0 56px;
  background: linear-gradient(180deg, var(--ink) 0%, #0A1319 100%);
}

.page-home .index-head {
  max-width: 30ch;
}

.page-home .index-head .eyebrow {
  color: var(--orange);
}

.page-home .index-title {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: clamp(24px, 3.4vw, 40px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--moon);
}

.page-home .index-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin-top: 26px;
}

.page-home .index-cell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 2px 14px;
  align-items: start;
  padding: 18px 20px;
  border-radius: var(--r-md);
  background: rgba(20, 48, 59, 0.62);
  color: var(--moon);
  text-decoration: none;
  transition: background 220ms ease, transform 220ms ease;
}

.page-home .index-cell__no {
  grid-row: 1 / 3;
  padding-top: 3px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  color: var(--cyan);
}

.page-home .index-cell__name {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.page-home .index-cell__desc {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 6px;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--stone);
  transition: grid-template-rows 240ms ease;
}

.page-home .index-cell__desc > span {
  overflow: hidden;
  min-height: 0;
}

.page-home .index-cell:hover,
.page-home .index-cell:focus-visible {
  background: rgba(47, 227, 192, 0.13);
  transform: translateY(-2px);
}

.page-home .index-cell:hover .index-cell__desc,
.page-home .index-cell:focus-visible .index-cell__desc {
  grid-template-rows: 1fr;
}

@media (hover: none) {
  .page-home .index-cell__desc {
    grid-template-rows: 1fr;
  }
}

.page-home .index-figure {
  margin: 30px 0 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: linear-gradient(120deg, rgba(20, 48, 59, 0.9), rgba(12, 23, 32, 0.6));
}

.page-home .index-figure img {
  display: block;
  width: 100%;
  height: clamp(200px, 30vw, 400px);
  object-fit: cover;
}

/* ---------- 3. 主场地图横向卷轴 ---------- */

.page-home .map-scroll {
  position: relative;
  padding: 68px 0 40px;
  background: linear-gradient(180deg, #0A1319 0%, var(--ink-2) 18%, var(--ink-2) 82%, var(--ink) 100%);
  overflow: hidden;
}

.page-home .map-scroll__head {
  max-width: 62ch;
}

.page-home .map-scroll__head .eyebrow {
  color: var(--cyan);
}

.page-home .map-scroll__head h2 {
  margin: 12px 0 14px;
}

.page-home .map-scroll__head .lede {
  margin: 0;
}

.page-home .map-track {
  display: flex;
  gap: 14px;
  margin-top: 30px;
  padding: 4px clamp(16px, 4vw, 72px) 22px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline-start: clamp(16px, 4vw, 72px);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--orange) transparent;
}

.page-home .map-track:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

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

.page-home .map-track::-webkit-scrollbar-track {
  background: rgba(143, 169, 172, 0.14);
  border-radius: 999px;
}

.page-home .map-track::-webkit-scrollbar-thumb {
  background: var(--orange);
  border-radius: 999px;
}

.page-home .venue-card {
  flex: 0 0 78%;
  scroll-snap-align: start;
  padding: 22px 20px 24px;
  border-radius: var(--r-lg);
  background: linear-gradient(165deg, rgba(12, 23, 32, 0.94), rgba(20, 48, 59, 0.7));
  border-top: 2px solid transparent;
  transition: border-color 220ms ease, background 220ms ease;
}

.page-home .venue-card:hover,
.page-home .venue-card:focus-within {
  border-top-color: var(--cyan);
  background: linear-gradient(165deg, rgba(20, 48, 59, 0.96), rgba(12, 23, 32, 0.8));
}

.page-home .venue-card__no {
  margin: 0 0 6px;
  font-family: var(--font-mono);
  font-size: 22px;
  font-variant-numeric: tabular-nums;
  color: var(--cyan);
}

.page-home .venue-card__name {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  color: var(--moon);
}

.page-home .venue-card__facts {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .venue-card__facts li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--stone);
}

.page-home .venue-card__facts span {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--orange);
  padding-top: 2px;
}

.page-home .map-scroll__hint {
  margin: 14px auto 0;
  font-size: 13px;
  color: var(--stone);
  font-family: var(--font-mono);
}

.page-home .map-scroll::after {
  content: "";
  display: block;
  height: 8px;
  max-width: calc(var(--shell-max) - clamp(16px, 4vw, 72px) * 2);
  margin: 18px auto 0;
  background-image: repeating-linear-gradient(90deg, rgba(143, 169, 172, 0.4) 0 1px, transparent 1px 26px);
  opacity: 0.55;
}

/* ---------- 4. 对比评测 + 伤病档案 ---------- */

.page-home .home-arena {
  background: var(--moon);
  color: var(--ink);
}

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

.page-home .arena-main .eyebrow {
  color: var(--shallow);
}

.page-home .arena-main h2 {
  margin: 12px 0 14px;
  color: var(--ink);
}

.page-home .arena-main .lede {
  color: var(--ink-2);
  margin: 0;
}

.page-home .compare-scroll {
  margin: 26px 0 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.page-home .compare-table {
  width: 100%;
  min-width: 430px;
  border-collapse: collapse;
  font-family: var(--font-mono);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.page-home .compare-table th,
.page-home .compare-table td {
  padding: 12px 10px;
  text-align: left;
  border-bottom: 1px solid rgba(12, 23, 32, 0.12);
}

.page-home .compare-table thead th {
  padding-top: 0;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--shallow);
}

.page-home .compare-table tbody th {
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--ink);
}

.page-home .compare-table tbody tr {
  transition: background 180ms ease;
}

.page-home .compare-table tbody tr:hover {
  background: rgba(255, 106, 43, 0.08);
}

.page-home .gap-cell {
  white-space: nowrap;
}

.page-home .gap-bar {
  display: block;
  width: 0;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--amber));
}

.page-home .compare-table tbody tr:nth-child(1) .gap-bar { width: 32%; }
.page-home .compare-table tbody tr:nth-child(2) .gap-bar { width: 66%; }
.page-home .compare-table tbody tr:nth-child(3) .gap-bar { width: 50%; }
.page-home .compare-table tbody tr:nth-child(4) .gap-bar { width: 88%; }

.page-home .gap-val {
  font-size: 13px;
  color: var(--orange);
}

.page-home .arena-main .btn--primary {
  background: var(--orange);
  color: #FFFFFF;
}

.page-home .arena-side {
  padding: 26px 22px 28px;
  border-radius: var(--r-lg);
  background: var(--lotus);
  color: var(--ink);
}

.page-home .eyebrow--injury {
  color: var(--amber-deep);
}

.page-home .arena-side__title {
  margin: 12px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(21px, 2.6vw, 27px);
  font-weight: 800;
  line-height: 1.25;
  color: var(--ink);
}

.page-home .arena-side__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-2);
}

.page-home .injury-timeline {
  position: relative;
  margin: 24px 0 24px;
  padding: 0;
  list-style: none;
}

.page-home .injury-timeline::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, var(--amber), rgba(233, 166, 60, 0.14));
}

.page-home .injury-node {
  position: relative;
  padding: 0 0 20px 26px;
}

.page-home .injury-node:last-child {
  padding-bottom: 0;
}

.page-home .injury-node::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--lotus);
  border: 2px solid var(--amber);
}

.page-home .injury-node--done::before {
  background: var(--amber);
}

.page-home .injury-name {
  margin: 0 0 4px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
}

.page-home .injury-meta {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--shallow);
}

.page-home .arena-side .btn--ghost {
  border-color: rgba(12, 23, 32, 0.28);
  color: var(--ink);
}

.page-home .arena-side .btn--ghost:hover,
.page-home .arena-side .btn--ghost:focus-visible {
  background: var(--ink);
  color: var(--moon);
  border-color: var(--ink);
}

/* ---------- 5. 薪资结构解析 ---------- */

.page-home .home-salary {
  position: relative;
  padding: 68px 0 72px;
  overflow: hidden;
  background:
    radial-gradient(700px 400px at 10% 0%, rgba(192, 138, 62, 0.22), transparent 62%),
    linear-gradient(180deg, #0A1319, var(--ink));
}

.page-home .eyebrow--copper {
  color: var(--copper);
}

.page-home .salary-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
}

.page-home .salary-copy h2 {
  margin: 12px 0 14px;
}

.page-home .salary-copy .lede {
  margin: 0;
}

.page-home .salary-figure {
  margin: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: rgba(20, 48, 59, 0.6);
}

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

.page-home .salary-chart {
  display: grid;
  gap: 16px;
  margin: 40px 0 18px;
  padding: 0;
  list-style: none;
}

.page-home .salary-chart li {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 52px;
  align-items: center;
  gap: 12px;
}

.page-home .salary-label {
  font-size: 13.5px;
  color: var(--lotus);
}

.page-home .salary-track {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(143, 169, 172, 0.16);
  overflow: hidden;
}

.page-home .salary-track i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(192, 138, 62, 0.55), var(--copper));
}

.page-home .salary-chart li:nth-child(1) .salary-track i { width: 32%; }
.page-home .salary-chart li:nth-child(2) .salary-track i { width: 28%; }
.page-home .salary-chart li:nth-child(3) .salary-track i { width: 25%; }
.page-home .salary-chart li:nth-child(4) .salary-track i { width: 15%; }

.page-home .salary-val {
  font-family: var(--font-mono);
  font-size: 15px;
  font-variant-numeric: tabular-nums;
  text-align: right;
  color: var(--copper);
}

.page-home .salary-note {
  margin: 0;
  font-size: 13px;
  color: var(--stone);
}

/* ---------- 6. 赛程积分 + 观赛速递 ---------- */

.page-home .home-brief {
  padding: 64px 0 70px;
  background: var(--ink-2);
}

.page-home .home-brief .eyebrow {
  color: var(--cyan);
}

.page-home .home-brief h2 {
  margin: 12px 0 0;
  max-width: 24ch;
}

.page-home .brief-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.page-home .brief-panel {
  position: relative;
  padding: 30px 24px 28px;
  border-radius: var(--r-lg);
  background: rgba(12, 23, 32, 0.62);
  overflow: hidden;
}

.page-home .brief-panel::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 3px;
}

.page-home .brief-panel--orange::before {
  background: linear-gradient(90deg, var(--orange), transparent 82%);
}

.page-home .brief-panel--cyan::before {
  background: linear-gradient(90deg, var(--cyan), transparent 82%);
}

.page-home .brief-panel__title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(19px, 2.4vw, 24px);
  font-weight: 800;
  line-height: 1.25;
  color: var(--moon);
}

.page-home .brief-panel__text {
  margin: 0 0 18px;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--stone);
}

.page-home .brief-list {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.page-home .brief-list li {
  position: relative;
  padding-left: 18px;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--lotus);
}

.page-home .brief-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 1px;
  background: var(--stone);
}

.page-home .brief-panel--orange .brief-list li::before {
  background: var(--orange);
}

.page-home .brief-panel--cyan .brief-list li::before {
  background: var(--cyan);
}

/* ---------- 7. 版本与更新节奏 ---------- */

.page-home .home-version {
  padding: 68px 0 72px;
  background: var(--moon);
  color: var(--ink);
}

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

.page-home .version-copy .eyebrow {
  color: var(--shallow);
}

.page-home .version-copy h2 {
  margin: 12px 0 14px;
  color: var(--ink);
}

.page-home .version-copy .lede {
  margin: 0 0 24px;
  color: var(--ink-2);
}

.page-home .version-copy .btn--ghost {
  border-color: rgba(12, 23, 32, 0.28);
  color: var(--ink);
}

.page-home .version-copy .btn--ghost:hover,
.page-home .version-copy .btn--ghost:focus-visible {
  background: var(--ink);
  color: var(--moon);
  border-color: var(--ink);
}

.page-home .version-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(12, 23, 32, 0.14);
  border-radius: var(--r-md);
  overflow: hidden;
}

.page-home .version-stats li {
  padding: 22px 18px;
  background: var(--moon);
}

.page-home .version-stats .data-figure {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(26px, 3.2vw, 36px);
  color: var(--orange);
}

.page-home .version-stats li > span:last-child {
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--shallow);
}

/* ---------- 8. 联系与纠错 ---------- */

.page-home .home-contact {
  padding: 68px 0 76px;
  background:
    radial-gradient(600px 320px at 90% 0%, rgba(255, 106, 43, 0.16), transparent 62%),
    var(--ink);
}

.page-home .home-contact .eyebrow {
  color: var(--orange);
}

.page-home .contact-copy h2 {
  margin: 12px 0 14px;
}

.page-home .contact-copy .lede {
  margin: 0;
}

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

.page-home .contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.page-home .contact-facts {
  display: grid;
  gap: 1px;
  margin: 0;
  background: var(--home-line);
  border-radius: var(--r-md);
  overflow: hidden;
}

.page-home .contact-facts > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 4px;
  padding: 16px 18px;
  background: var(--ink-2);
}

.page-home .contact-facts dt {
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--stone);
}

.page-home .contact-facts dd {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--moon);
  overflow-wrap: anywhere;
}

.page-home .contact-icp {
  margin: 24px 0 0;
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--stone);
}

/* ---------- 动效 ---------- */

@keyframes home-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .hero-main,
  .page-home .hero-side {
    animation: none;
  }
  .page-home .index-cell,
  .page-home .index-cell__desc,
  .page-home .venue-card {
    transition: none;
  }
}

/* ---------- 响应式 ---------- */

@media (min-width: 640px) {
  .page-home .index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-home .brief-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .page-home .venue-card {
    flex-basis: 360px;
  }
  .page-home .contact-facts > div {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    align-items: baseline;
  }
}

@media (min-width: 768px) {
  .page-home .version-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero {
    padding: 26px 0 72px;
  }
  .page-home .hero-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 22px;
  }
  .page-home .hero-main {
    grid-column: 1 / 9;
    grid-row: 1 / 3;
    padding: 40px 36px 42px;
  }
  .page-home .hero-side--map {
    grid-column: 9 / 13;
    grid-row: 1 / 2;
  }
  .page-home .hero-side--stat {
    grid-column: 9 / 13;
    grid-row: 2 / 3;
    justify-content: center;
  }
  .page-home .index-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .page-home .index-figure {
    margin-top: 34px;
  }
  .page-home .arena-grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
    gap: 44px;
  }
  .page-home .salary-head {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
    align-items: center;
    gap: 48px;
  }
  .page-home .salary-chart li {
    grid-template-columns: 96px minmax(0, 1fr) 60px;
    gap: 18px;
  }
  .page-home .version-grid {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 54px;
    align-items: start;
  }
  .page-home .contact-grid {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
    gap: 56px;
    align-items: start;
  }
}

@media (max-width: 1199px) {
  .page-home .home-hero .vertical-note {
    display: none;
  }
}

@media (max-width: 480px) {
  .page-home .hero-main {
    padding: 24px 18px 26px;
  }
  .page-home .hero-chips a {
    font-size: 13px;
    padding: 7px 12px;
  }
  .page-home .venue-card {
    flex-basis: 86%;
    padding: 20px 16px 22px;
  }
  .page-home .salary-chart li {
    grid-template-columns: 64px minmax(0, 1fr) 46px;
    gap: 10px;
  }
  .page-home .brief-panel,
  .page-home .arena-side {
    padding: 24px 18px 22px;
  }
}
