.page-home {
  --hx-line: rgba(74, 143, 212, 0.28);
  --hx-line-soft: rgba(74, 143, 212, 0.14);
  --hx-on-deep: #EAF2FA;
  --hx-on-deep-soft: rgba(234, 242, 250, 0.78);
  --hx-cut: 26px;
  display: block;
  background: var(--yx-mist);
  color: var(--yx-ink);
  font-family: var(--yx-sans);
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
}

.page-home *,
.page-home *::before,
.page-home *::after {
  box-sizing: border-box;
}

.page-home h1,
.page-home h2,
.page-home h3 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.015em;
}

.page-home p {
  margin: 0;
}

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

.page-home a {
  color: var(--yx-blue);
}

/* ---------- 首屏主题声明 ---------- */

.page-home .hx-intro {
  position: relative;
  padding: clamp(26px, 5vw, 56px) 0 0;
  background:
    radial-gradient(115% 80% at 88% 4%, rgba(74, 143, 212, 0.34), transparent 60%),
    linear-gradient(158deg, #071d33 0%, var(--yx-deep) 46%, var(--yx-mid) 100%);
  color: var(--hx-on-deep);
}

.page-home .hx-intro::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(74, 143, 212, 0.55), transparent);
}

.page-home .page-context {
  font-family: var(--yx-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: rgba(215, 227, 239, 0.7);
  padding-left: 14px;
  border-left: 3px solid var(--yx-orange);
  margin-bottom: clamp(20px, 3vw, 32px);
}

.page-home .hx-kicker {
  font-family: var(--yx-mono);
  font-size: 12px;
  letter-spacing: 0.24em;
  color: var(--yx-amber);
  margin-bottom: 14px;
}

.page-home .hx-intro h1 {
  font-size: clamp(27px, 5.4vw, 54px);
  line-height: 1.2;
  max-width: 22ch;
  color: #ffffff;
  background: linear-gradient(102deg, #ffffff 0%, #dbe8f5 58%, var(--yx-amber) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-home .hx-lead {
  margin-top: clamp(18px, 2.6vw, 28px);
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.85;
  max-width: 64ch;
  color: var(--hx-on-deep-soft);
}

.page-home .hx-split {
  margin-top: clamp(32px, 5vw, 56px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(26px, 4vw, 44px);
}

.page-home .hx-toc__label {
  font-family: var(--yx-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--yx-amber);
  margin-bottom: 12px;
}

.page-home .hx-toc .yx-index {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(215, 227, 239, 0.24);
}

.page-home .hx-toc .yx-index__item {
  border-bottom: 1px solid rgba(215, 227, 239, 0.14);
}

.page-home .hx-toc .yx-index__link {
  display: block;
  padding: 10px 0;
  font-family: var(--yx-mono);
  font-size: 13px;
  line-height: 1.5;
  color: rgba(215, 227, 239, 0.82);
  text-decoration: none;
  transition: color 0.22s var(--yx-ease), padding-left 0.22s var(--yx-ease);
}

.page-home .hx-toc .yx-index__link:hover,
.page-home .hx-toc .yx-index__link:focus-visible {
  color: #ffffff;
  padding-left: 6px;
}

.page-home .hx-brief {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 30px);
}

.page-home .hx-brief__text {
  font-size: clamp(14.5px, 1.6vw, 17px);
  line-height: 1.9;
  color: var(--hx-on-deep-soft);
  max-width: 56ch;
  padding-top: 6px;
  border-top: 1px solid rgba(215, 227, 239, 0.2);
  padding-top: clamp(16px, 2.4vw, 24px);
}

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

.page-home .hx-cover {
  position: relative;
  width: min(var(--yx-shell), calc(100% - var(--yx-gutter) * 2));
  margin: clamp(30px, 5vw, 56px) auto 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(215, 227, 239, 0.2);
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 0 100%);
}

.page-home .hx-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .hx-cover .yx-frame__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 12px 18px;
  font-family: var(--yx-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(234, 242, 250, 0.9);
  background: linear-gradient(90deg, rgba(7, 29, 51, 0.86), rgba(7, 29, 51, 0.15));
}

/* ---------- 通用章节头 ---------- */

.page-home .hx-hd {
  max-width: 74ch;
  margin-bottom: clamp(26px, 4vw, 46px);
}

.page-home .hx-hd .yx-section__index,
.page-home .hx-start__panel .yx-section__index {
  font-family: var(--yx-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--yx-orange);
  margin-bottom: 12px;
}

.page-home .hx-hd .yx-section__title {
  font-size: clamp(21px, 3.3vw, 36px);
  line-height: 1.32;
  color: var(--yx-deep);
  margin-bottom: 14px;
}

.page-home .hx-hd .yx-section__lead {
  font-size: clamp(14.5px, 1.6vw, 17px);
  line-height: 1.9;
  color: var(--yx-gray);
  max-width: 62ch;
}

.page-home .hx-note {
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--yx-gray);
}

.page-home .hx-linkrow a {
  display: inline-block;
  font-family: var(--yx-mono);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--yx-blue);
  text-decoration: none;
  border-bottom: 1px solid var(--hx-line);
  padding-bottom: 2px;
  transition: color 0.2s var(--yx-ease), border-color 0.2s var(--yx-ease);
}

.page-home .hx-linkrow a:hover {
  color: var(--yx-orange);
  border-color: var(--yx-orange);
}

/* ---------- 服务网络 ---------- */

.page-home .hx-network {
  position: relative;
  padding: clamp(46px, 7vw, 88px) 0;
  background:
    linear-gradient(180deg, rgba(74, 143, 212, 0.09), transparent 42%),
    var(--yx-mist);
}

.page-home .hx-net {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3.6vw, 44px);
}

.page-home .hx-net__map {
  padding: clamp(16px, 2.6vw, 30px);
  background:
    radial-gradient(95% 120% at 6% 0%, rgba(30, 93, 156, 0.55), transparent 62%),
    linear-gradient(158deg, var(--yx-deep) 0%, var(--yx-mid) 100%);
  clip-path: polygon(0 0, calc(100% - var(--hx-cut)) 0, 100% var(--hx-cut), 100% 100%, 0 100%);
}

.page-home .hx-map {
  width: 100%;
  height: auto;
  display: block;
}

.page-home .hx-node__halo {
  fill: rgba(74, 143, 212, 0.22);
  transition: fill 0.24s var(--yx-ease);
}

.page-home .hx-node__dot {
  fill: var(--yx-bright);
  transition: fill 0.24s var(--yx-ease);
}

.page-home .hx-node:hover .hx-node__halo,
.page-home .hx-node:focus-within .hx-node__halo {
  fill: rgba(255, 122, 24, 0.32);
}

.page-home .hx-node:hover .hx-node__dot,
.page-home .hx-node:focus-within .hx-node__dot {
  fill: var(--yx-orange);
}

.page-home .hx-node__label {
  font-family: var(--yx-mono);
  font-size: 12px;
  fill: rgba(234, 242, 250, 0.86);
}

.page-home .hx-legend {
  list-style: none;
  margin: clamp(18px, 2.6vw, 28px) 0 0;
  padding: 0;
}

.page-home .hx-legend li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px 16px;
  padding: 10px 0;
  font-size: 13.5px;
  color: var(--hx-on-deep-soft);
  border-bottom: 1px dashed rgba(215, 227, 239, 0.22);
}

.page-home .hx-legend li:last-child {
  border-bottom: none;
}

.page-home .hx-legend__key {
  font-family: var(--yx-mono);
  letter-spacing: 0.06em;
  color: var(--yx-amber);
}

.page-home .hx-legend__val {
  color: rgba(215, 227, 239, 0.88);
}

.page-home .hx-net__aside {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-home .hx-net__figure {
  position: relative;
  margin: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid var(--yx-silver);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%);
}

.page-home .hx-net__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- 交付节奏 ---------- */

.page-home .hx-delivery {
  padding: clamp(46px, 7vw, 88px) 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--yx-mist) 100%);
}

.page-home .hx-delivery__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3.6vw, 44px);
  align-items: start;
}

.page-home .hx-beats {
  display: grid;
  gap: 14px;
}

.page-home .hx-beat {
  position: relative;
  padding: clamp(18px, 2.6vw, 26px) clamp(18px, 2.6vw, 28px);
  background: linear-gradient(104deg, rgba(215, 227, 239, 0.62), rgba(244, 247, 250, 0));
  border-left: 3px solid var(--yx-blue);
}

.page-home .hx-beat--hot {
  border-left-color: var(--yx-orange);
}

.page-home .hx-beat__num {
  font-family: var(--yx-mono);
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--yx-blue);
}

.page-home .hx-beat--hot .hx-beat__num {
  color: var(--yx-orange);
}

.page-home .hx-beat__num span {
  font-family: var(--yx-sans);
  font-size: 0.4em;
  font-weight: 600;
  letter-spacing: 0;
  margin-left: 6px;
  color: var(--yx-gray);
}

.page-home .hx-beat__title {
  margin-top: 12px;
  font-size: clamp(16px, 1.9vw, 20px);
  color: var(--yx-deep);
}

.page-home .hx-beat__text {
  margin-top: 8px;
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--yx-gray);
}

.page-home .hx-delivery__figure {
  position: relative;
  margin: 0;
  aspect-ratio: 12 / 7;
  overflow: hidden;
  background: linear-gradient(150deg, var(--yx-deep), var(--yx-mid));
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
}

.page-home .hx-delivery__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .hx-delivery__figure .yx-frame__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px 16px;
  font-family: var(--yx-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(234, 242, 250, 0.9);
  background: rgba(7, 29, 51, 0.72);
}

/* ---------- 筛选控件 ---------- */

.page-home .yx-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.page-home .yx-filter__btn {
  font-family: var(--yx-sans);
  font-size: 13.5px;
  font-weight: 500;
  padding: 9px 18px;
  color: var(--yx-mid);
  background: #ffffff;
  border: 1px solid var(--yx-silver);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  cursor: pointer;
  transition: background 0.22s var(--yx-ease), color 0.22s var(--yx-ease), border-color 0.22s var(--yx-ease);
}

.page-home .yx-filter__btn:hover {
  border-color: var(--yx-bright);
  color: var(--yx-blue);
}

.page-home .yx-filter__btn[aria-pressed="true"] {
  background: var(--yx-deep);
  border-color: var(--yx-deep);
  color: #ffffff;
}

.page-home .yx-filter__count {
  font-family: var(--yx-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--yx-gray);
  margin-bottom: clamp(18px, 2.6vw, 28px);
}

.page-home .yx-filter__count:empty {
  margin-bottom: 0;
}

/* ---------- 参数类目 ---------- */

.page-home .hx-tiers {
  padding: clamp(46px, 7vw, 88px) 0;
  background:
    linear-gradient(180deg, rgba(30, 93, 156, 0.07), transparent 46%),
    var(--yx-mist);
}

.page-home .hx-tier-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-home .hx-tier {
  position: relative;
  padding: 24px 22px 28px;
  background: linear-gradient(168deg, #ffffff 0%, #edf3f9 100%);
  border-top: 3px solid var(--yx-blue);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
  transition: transform 0.26s var(--yx-ease), border-color 0.26s var(--yx-ease);
}

.page-home .hx-tier:hover {
  transform: translateY(-4px);
  border-top-color: var(--yx-orange);
}

.page-home .hx-tier__no {
  font-family: var(--yx-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--yx-gray);
}

.page-home .hx-tier__title {
  margin-top: 12px;
  font-size: 19px;
  color: var(--yx-deep);
}

.page-home .hx-tier__text {
  margin-top: 10px;
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--yx-gray);
}

/* ---------- 双路径 ---------- */

.page-home .hx-paths {
  padding: clamp(46px, 7vw, 88px) 0;
  background: #ffffff;
}

.page-home .hx-paths__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 3.4vw, 40px);
  align-items: end;
}

.page-home .hx-paths__head .hx-hd {
  margin-bottom: 0;
}

.page-home .hx-paths__figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid var(--yx-silver);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 26px 100%, 0 calc(100% - 26px));
}

.page-home .hx-paths__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .hx-paths .yx-filter {
  margin-top: clamp(30px, 4.4vw, 50px);
}

.page-home .hx-path-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-home .hx-path {
  padding: 22px 22px 24px;
  background: var(--yx-mist);
  border-left: 3px solid var(--yx-silver);
  transition: border-color 0.24s var(--yx-ease), background 0.24s var(--yx-ease);
}

.page-home .hx-path:hover {
  border-left-color: var(--yx-orange);
  background: #ffffff;
}

.page-home .hx-path .yx-tag {
  display: inline-block;
  font-family: var(--yx-mono);
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: var(--yx-blue);
  padding: 3px 9px;
  border: 1px solid var(--hx-line);
  background: #ffffff;
  margin-bottom: 14px;
}

.page-home .hx-path__title {
  font-size: 17px;
  line-height: 1.5;
  color: var(--yx-deep);
}

.page-home .hx-path__text {
  margin-top: 10px;
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--yx-gray);
}

.page-home .hx-steps {
  list-style: none;
  counter-reset: hxstep;
  margin: 14px 0 0;
  padding: 0;
}

.page-home .hx-steps li {
  counter-increment: hxstep;
  position: relative;
  padding: 7px 0 7px 34px;
  font-size: 14px;
  color: var(--yx-mid);
  border-bottom: 1px dashed var(--hx-line-soft);
}

.page-home .hx-steps li:last-child {
  border-bottom: none;
}

.page-home .hx-steps li::before {
  content: counter(hxstep, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 7px;
  font-family: var(--yx-mono);
  font-size: 12px;
  color: var(--yx-orange);
}

.page-home .hx-stat {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 12px;
}

.page-home .hx-stat__num {
  font-family: var(--yx-mono);
  font-size: clamp(30px, 4.4vw, 42px);
  font-weight: 700;
  line-height: 1;
  color: var(--yx-orange);
  letter-spacing: -0.03em;
}

.page-home .hx-stat__unit {
  font-size: 13.5px;
  color: var(--yx-gray);
}

.page-home .hx-bullets {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.page-home .hx-bullets li {
  position: relative;
  padding: 7px 0 7px 20px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--yx-mid);
}

.page-home .hx-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 8px;
  height: 2px;
  background: var(--yx-orange);
}

/* ---------- 季度更新 ---------- */

.page-home .hx-quarterly {
  padding: clamp(48px, 7vw, 90px) 0;
  background:
    radial-gradient(110% 80% at 8% 0%, rgba(30, 93, 156, 0.5), transparent 58%),
    linear-gradient(150deg, #071d33 0%, var(--yx-deep) 50%, var(--yx-mid) 100%);
  color: var(--hx-on-deep);
}

.page-home .hx-quarterly .hx-hd .yx-section__title {
  color: #ffffff;
}

.page-home .hx-quarterly .hx-hd .yx-section__lead {
  color: var(--hx-on-deep-soft);
}

.page-home .hx-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(140px, 1fr);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
}

.page-home .hx-q {
  position: relative;
  padding: 20px 12px 16px 0;
  border-top: 1px solid rgba(74, 143, 212, 0.42);
  transition: border-color 0.24s var(--yx-ease), transform 0.24s var(--yx-ease);
}

.page-home .hx-q::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--yx-bright);
  transform: rotate(45deg);
  transition: background 0.24s var(--yx-ease);
}

.page-home .hx-q:hover {
  border-top-color: var(--yx-orange);
  transform: translateY(-3px);
}

.page-home .hx-q:hover::before {
  background: var(--yx-orange);
}

.page-home .hx-q__id {
  font-family: var(--yx-mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--yx-amber);
}

.page-home .hx-q__note {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(215, 227, 239, 0.82);
}

.page-home .hx-track__foot {
  margin-top: clamp(24px, 3.6vw, 38px);
  font-size: 14.5px;
  line-height: 1.9;
  max-width: 68ch;
  color: var(--hx-on-deep-soft);
  padding-top: 20px;
  border-top: 1px solid rgba(215, 227, 239, 0.18);
}

.page-home .hx-track__foot a {
  color: var(--yx-amber);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 180, 84, 0.45);
  margin-left: 4px;
  transition: color 0.2s var(--yx-ease), border-color 0.2s var(--yx-ease);
}

.page-home .hx-track__foot a:hover {
  color: var(--yx-orange);
  border-color: var(--yx-orange);
}

/* ---------- 江西区域 ---------- */

.page-home .hx-jiangxi {
  padding: clamp(46px, 7vw, 88px) 0;
  background: var(--yx-mist);
}

.page-home .hx-jx {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3.6vw, 44px);
  align-items: start;
}

.page-home .hx-jx__title {
  font-size: clamp(18px, 2.2vw, 24px);
  color: var(--yx-deep);
}

.page-home .hx-jx__text {
  margin-top: 12px;
  font-size: 14.5px;
  line-height: 1.9;
  color: var(--yx-gray);
  max-width: 60ch;
}

.page-home .hx-jx__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
}

.page-home .hx-jx__facts li {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--yx-silver);
}

.page-home .hx-jx__facts li:first-child {
  border-top: 1px solid var(--yx-silver);
}

.page-home .hx-num {
  flex: none;
  min-width: 2.6em;
  font-family: var(--yx-mono);
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--yx-orange);
}

.page-home .hx-fact {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--yx-mid);
}

/* ---------- 行动收尾 ---------- */

.page-home .hx-start {
  padding: 0 0 clamp(48px, 7vw, 90px);
  background: var(--yx-mist);
}

.page-home .hx-start__panel {
  position: relative;
  padding: clamp(28px, 4.6vw, 60px);
  background:
    radial-gradient(100% 130% at 92% 0%, rgba(74, 143, 212, 0.4), transparent 56%),
    linear-gradient(140deg, #071d33 0%, var(--yx-deep) 48%, var(--yx-mid) 100%);
  color: var(--hx-on-deep);
  clip-path: polygon(0 0, calc(100% - 44px) 0, 100% 44px, 100% 100%, 44px 100%, 0 calc(100% - 44px));
}

.page-home .hx-start__title {
  font-size: clamp(21px, 3.3vw, 36px);
  line-height: 1.32;
  color: #ffffff;
  max-width: 24ch;
}

.page-home .hx-start__text {
  margin-top: 16px;
  font-size: clamp(14.5px, 1.6vw, 17px);
  line-height: 1.9;
  max-width: 64ch;
  color: var(--hx-on-deep-soft);
}

.page-home .hx-start__panel .hx-actions {
  margin-top: clamp(22px, 3vw, 32px);
}

.page-home .hx-start__meta {
  margin-top: clamp(20px, 2.8vw, 30px);
  padding-top: 18px;
  border-top: 1px solid rgba(215, 227, 239, 0.2);
  font-family: var(--yx-mono);
  font-size: 12.5px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: rgba(215, 227, 239, 0.72);
}

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

@media (min-width: 700px) {
  .page-home .hx-tier-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .hx-path-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .page-home .hx-split {
    grid-template-columns: minmax(240px, 0.42fr) 1fr;
    gap: clamp(36px, 5vw, 68px);
  }

  .page-home .hx-net {
    grid-template-columns: 1.35fr 0.85fr;
    gap: clamp(26px, 3.4vw, 44px);
  }

  .page-home .hx-delivery__grid {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .page-home .hx-paths__head {
    grid-template-columns: 1fr minmax(280px, 0.52fr);
  }

  .page-home .hx-jx {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .page-home .hx-track {
    grid-auto-columns: 1fr;
    overflow-x: visible;
  }
}

@media (min-width: 1060px) {
  .page-home .hx-tier-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .hx-path-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 560px) {
  .page-home .hx-cover {
    clip-path: none;
  }

  .page-home .hx-start__panel {
    clip-path: none;
  }

  .page-home .hx-net__map {
    clip-path: none;
  }

  .page-home .hx-legend li {
    flex-direction: column;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home *,
  .page-home *::before,
  .page-home *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}
