.page-home {
  --home-gap: clamp(12px, 1.5vw, 18px);
  --home-pad: clamp(18px, 2.6vw, 30px);
  position: relative;
  display: block;
  padding-bottom: clamp(40px, 6vw, 84px);
}

/* ---------- 顶部条 ---------- */
.page-home .home-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 20px;
  padding-top: clamp(14px, 2.4vw, 26px);
}

.page-home .home-strip__stamp {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  color: var(--steel);
  font-family: var(--font-mono);
}

.page-home .home-strip__stamp .accent {
  color: var(--neon);
}

/* ---------- 首屏 ---------- */
.page-home .home-hero {
  position: relative;
  padding-block: clamp(20px, 3.2vw, 40px) clamp(28px, 4.4vw, 58px);
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  top: -14%;
  right: -8%;
  width: min(64vw, 720px);
  height: min(64vw, 720px);
  background: radial-gradient(circle, rgba(63, 242, 210, 0.12), rgba(63, 242, 210, 0) 62%);
  pointer-events: none;
  z-index: 0;
}

.page-home .home-hero .shell {
  position: relative;
  z-index: 1;
}

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

.page-home .home-hero__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: clamp(20px, 2.8vw, 34px);
  background: linear-gradient(155deg, rgba(17, 66, 54, 0.62), rgba(4, 24, 20, 0.94) 78%);
  border-radius: var(--radius-lg);
}

.page-home .home-hero__intro h1 {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.85rem, 4vw, 3rem);
  line-height: 1.16;
  letter-spacing: -0.012em;
  color: var(--mist);
}

.page-home .home-hero__intro .lead {
  margin: 0;
  color: var(--steel);
  font-size: clamp(0.94rem, 1.15vw, 1.05rem);
  line-height: 1.8;
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.page-home .home-hero__facts {
  list-style: none;
  width: 100%;
  margin: 16px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--hair);
  display: grid;
  gap: 10px;
}

.page-home .home-hero__facts li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: var(--steel);
  font-size: 0.9rem;
}

.page-home .home-hero__facts .num {
  flex: 0 0 auto;
  min-width: 4.6em;
  font-family: var(--font-mono);
  font-size: 1.12rem;
  letter-spacing: -0.02em;
  color: var(--mist);
}

.page-home .home-focus {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--pitch);
}

.page-home .home-focus img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  filter: saturate(0.85) contrast(1.05);
}

.page-home .home-focus__cap {
  position: relative;
  width: 100%;
  padding: clamp(18px, 2.6vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: linear-gradient(to top, rgba(4, 24, 20, 0.96) 14%, rgba(4, 24, 20, 0) 100%);
}

.page-home .home-focus__cap p {
  margin: 0;
  max-width: 36ch;
  color: var(--mist);
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  line-height: 1.65;
}

.page-home .home-mini {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: clamp(16px, 2.2vw, 24px);
  border-radius: var(--radius);
  background: linear-gradient(140deg, rgba(17, 66, 54, 0.78), rgba(10, 43, 35, 0.92));
}

.page-home .home-mini::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -74px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63, 242, 210, 0.24), rgba(63, 242, 210, 0) 70%);
  pointer-events: none;
}

.page-home .home-mini--amber::after {
  background: radial-gradient(circle, rgba(255, 181, 71, 0.24), rgba(255, 181, 71, 0) 70%);
}

.page-home .home-mini__label {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  color: var(--steel);
}

.page-home .home-mini__num {
  margin: 0;
  font-family: var(--font-mono);
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  letter-spacing: -0.02em;
  color: var(--neon);
}

.page-home .home-mini--amber .home-mini__num {
  color: var(--amber);
}

.page-home .home-mini__note {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.6;
  color: var(--steel);
}

@media (min-width: 880px) {
  .page-home .home-hero__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .page-home .home-hero__intro {
    grid-column: 1 / 6;
    grid-row: 1 / 3;
  }

  .page-home .home-focus {
    grid-column: 6 / 13;
    grid-row: 1 / 2;
    min-height: 320px;
  }

  .page-home .home-mini--a {
    grid-column: 6 / 10;
    grid-row: 2 / 3;
  }

  .page-home .home-mini--b {
    grid-column: 10 / 13;
    grid-row: 2 / 3;
  }
}

/* ---------- 四条查询线 ---------- */
.page-home .home-axes__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  max-width: 68ch;
  margin-bottom: clamp(20px, 3vw, 34px);
}

.page-home .home-axes__head h2 {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.5rem, 2.7vw, 2.3rem);
  line-height: 1.22;
  color: var(--mist);
}

.page-home .home-axes__head p {
  margin: 0;
  color: var(--steel);
  line-height: 1.75;
}

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

.page-home .axis {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: var(--home-pad);
  border-radius: var(--radius-lg);
  background: linear-gradient(150deg, rgba(10, 43, 35, 0.96), rgba(4, 24, 20, 0.99));
  transition: transform 200ms var(--ease), background 200ms var(--ease);
}

.page-home .axis::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--neon);
}

.page-home .axis--cup::before {
  background: var(--amber);
}

.page-home .axis--away::before {
  background: var(--teal);
}

.page-home .axis--loan::before {
  background: var(--gold);
}

.page-home .axis:hover {
  transform: translateY(-3px);
  background: linear-gradient(150deg, rgba(17, 66, 54, 0.96), rgba(4, 24, 20, 0.99));
}

.page-home .axis__idx {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  color: var(--neon);
}

.page-home .axis--cup .axis__idx {
  color: var(--amber);
}

.page-home .axis--away .axis__idx {
  color: var(--teal);
}

.page-home .axis--loan .axis__idx {
  color: var(--gold);
}

.page-home .axis__title {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(1.12rem, 1.7vw, 1.42rem);
  color: var(--mist);
}

.page-home .axis__desc {
  margin: 0;
  max-width: 48ch;
  color: var(--steel);
  font-size: 0.94rem;
  line-height: 1.78;
}

.page-home .axis__meta {
  margin: 2px 0 0;
  padding-top: 11px;
  border-top: 1px solid var(--hair);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.02em;
  color: var(--steel);
}

.page-home .axis .link {
  margin-top: auto;
  align-self: flex-start;
  padding-top: 6px;
  font-weight: 700;
}

.page-home .home-axes__media {
  margin: var(--home-gap) 0 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--turf);
}

.page-home .home-axes__media img {
  display: block;
  width: 100%;
  height: clamp(150px, 26vw, 320px);
  object-fit: cover;
}

@media (min-width: 640px) {
  .page-home .home-axes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1040px) {
  .page-home .home-axes__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .page-home .axis--half {
    grid-column: 1 / 6;
  }

  .page-home .axis--cup {
    grid-column: 6 / 13;
  }

  .page-home .axis--away {
    grid-column: 1 / 8;
  }

  .page-home .axis--loan {
    grid-column: 8 / 13;
  }
}

/* ---------- 资源包 ---------- */
.page-home .home-pack__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(20px, 3vw, 36px);
  padding: clamp(22px, 3.4vw, 44px);
  background: linear-gradient(135deg, rgba(17, 66, 54, 0.88), rgba(4, 24, 20, 0.98) 68%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}

.page-home .home-pack__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.page-home .home-pack__text h2 {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  line-height: 1.24;
  color: var(--mist);
}

.page-home .home-pack__text > p {
  margin: 0;
  max-width: 56ch;
  color: var(--steel);
  line-height: 1.8;
}

.page-home .home-pack__files {
  list-style: none;
  width: 100%;
  margin: 6px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-home .home-pack__files li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-radius: var(--radius-sm);
  background: rgba(10, 43, 35, 0.85);
  color: var(--mist);
  font-size: 0.9rem;
}

.page-home .home-pack__files .mono {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--neon);
}

.page-home .home-pack__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 6px;
}

.page-home .home-pack__media {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--turf);
  align-self: center;
}

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

.page-home .home-pack__media .media__caption {
  display: block;
  padding: 10px 14px;
  background: rgba(4, 24, 20, 0.92);
  color: var(--steel);
  font-size: 0.76rem;
  line-height: 1.6;
}

@media (min-width: 560px) {
  .page-home .home-pack__files {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 880px) {
  .page-home .home-pack__panel {
    grid-template-columns: 1.15fr 0.85fr;
  }
}

/* ---------- 季票速览 ---------- */
.page-home .home-pass__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(20px, 3vw, 38px);
}

.page-home .home-pass__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.page-home .home-pass__head h2 {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  line-height: 1.24;
  color: var(--mist);
}

.page-home .home-pass__head > p {
  margin: 0;
  color: var(--steel);
  line-height: 1.8;
}

.page-home .home-pass__list {
  list-style: none;
  width: 100%;
  margin: 6px 0 0;
  padding: 0;
}

.page-home .home-pass__list li {
  position: relative;
  padding: 14px 0 14px 26px;
  border-bottom: 1px solid var(--hair);
  color: var(--steel);
  font-size: 0.93rem;
  line-height: 1.7;
}

.page-home .home-pass__list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 22px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--neon);
  box-shadow: 0 0 10px rgba(63, 242, 210, 0.75);
}

.page-home .home-pass__list li:last-child {
  border-bottom: 0;
}

.page-home .home-pass__media {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--turf);
  align-self: start;
}

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

.page-home .home-pass__media .media__caption {
  display: block;
  padding: 10px 14px;
  background: rgba(4, 24, 20, 0.92);
  color: var(--steel);
  font-size: 0.76rem;
  line-height: 1.6;
}

@media (min-width: 900px) {
  .page-home .home-pass__wrap {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: start;
  }
}

/* ---------- 更新节奏 ---------- */
.page-home .home-cadence__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 66ch;
}

.page-home .home-cadence__head h2 {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  line-height: 1.24;
  color: var(--mist);
}

.page-home .home-cadence__head p {
  margin: 0;
  color: var(--steel);
  line-height: 1.8;
}

.page-home .home-cadence__rail {
  position: relative;
  list-style: none;
  margin: clamp(22px, 3.2vw, 38px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(20px, 3vw, 28px);
}

.page-home .cadence {
  position: relative;
  padding-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.page-home .cadence__dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--ink);
  border: 2px solid var(--neon);
  box-shadow: 0 0 14px rgba(63, 242, 210, 0.5);
}

.page-home .cadence:nth-child(2) .cadence__dot {
  border-color: var(--amber);
  box-shadow: 0 0 14px rgba(255, 181, 71, 0.5);
}

.page-home .cadence:nth-child(3) .cadence__dot {
  border-color: var(--teal);
  box-shadow: 0 0 14px rgba(30, 158, 138, 0.5);
}

.page-home .cadence:nth-child(4) .cadence__dot {
  border-color: var(--gold);
  box-shadow: 0 0 14px rgba(255, 211, 122, 0.5);
}

.page-home .cadence__when {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--neon);
}

.page-home .cadence:nth-child(2) .cadence__when {
  color: var(--amber);
}

.page-home .cadence:nth-child(3) .cadence__when {
  color: var(--teal);
}

.page-home .cadence:nth-child(4) .cadence__when {
  color: var(--gold);
}

.page-home .cadence__title {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.06rem;
  color: var(--mist);
}

.page-home .cadence__desc {
  margin: 0;
  color: var(--steel);
  font-size: 0.9rem;
  line-height: 1.75;
}

@media (min-width: 760px) {
  .page-home .home-cadence__rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 26px);
  }

  .page-home .home-cadence__rail::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    height: 1px;
    background: linear-gradient(90deg, var(--hair), var(--neon) 42%, var(--hair));
    opacity: 0.55;
  }
}

/* ---------- 品牌与联系 ---------- */
.page-home .home-trust__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(22px, 3vw, 42px);
}

.page-home .home-trust__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-home .home-trust__text h2 {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  line-height: 1.24;
  color: var(--mist);
}

.page-home .home-trust__text p {
  margin: 0;
  max-width: 62ch;
  color: var(--steel);
  line-height: 1.82;
}

.page-home .home-trust__text .mono {
  font-family: var(--font-mono);
  color: var(--mist);
}

.page-home .home-trust__links {
  display: grid;
  gap: 10px;
  align-content: start;
}

.page-home .trust-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 20px;
  border-radius: var(--radius);
  background: rgba(10, 43, 35, 0.78);
  color: var(--mist);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.55;
  text-decoration: none;
  transition: background 180ms var(--ease), transform 180ms var(--ease);
}

.page-home .trust-link:hover,
.page-home .trust-link:focus-visible {
  background: rgba(30, 158, 138, 0.3);
  transform: translateX(4px);
}

.page-home .trust-link__arrow {
  flex: 0 0 auto;
  font-family: var(--font-mono);
  color: var(--neon);
}

@media (min-width: 900px) {
  .page-home .home-trust__grid {
    grid-template-columns: 1.25fr 0.75fr;
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .axis,
  .page-home .trust-link {
    transition: none;
  }

  .page-home .axis:hover,
  .page-home .trust-link:hover {
    transform: none;
  }
}
