.page-home {
  --home-radius: 18px;
  --home-stroke: 1px solid rgba(16, 36, 26, .14);
  --home-soft: rgba(16, 36, 26, .62);
  background: var(--paper);
  color: var(--kiwi-seed);
  font-family: var(--font-body);
  overflow-x: clip;
}

.page-home .mono {
  font-family: var(--font-mono);
  letter-spacing: .08em;
}

.page-home .block {
  padding: clamp(52px, 8vw, 96px) 0;
}

.page-home .block-head {
  max-width: 720px;
}

.page-home .block-head h2 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(27px, 5.6vw, 40px);
  line-height: 1.14;
  letter-spacing: -.02em;
}

.page-home .block-head .lead {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.78;
  color: var(--home-soft);
}

/* ===== 首屏 ===== */
.page-home .hero {
  position: relative;
  isolation: isolate;
  background: var(--kiwi-flesh);
  padding: calc(var(--header-h) + 42px) 0 clamp(46px, 8vw, 84px);
  overflow: hidden;
}

.page-home .hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(to right, rgba(16, 36, 26, .13) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(16, 36, 26, .13) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(120% 92% at 14% 4%, #000 18%, transparent 78%);
  mask-image: radial-gradient(120% 92% at 14% 4%, #000 18%, transparent 78%);
}

.page-home .hero-inner {
  display: grid;
  gap: clamp(30px, 6vw, 50px);
  align-items: end;
}

.page-home .hero-kicker {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  color: rgba(16, 36, 26, .7);
  text-transform: uppercase;
}

.page-home .hero-title {
  margin: 18px 0 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(42px, 12.4vw, 100px);
  line-height: .96;
  letter-spacing: -.035em;
}

.page-home .hero-line {
  display: block;
  transform: skewX(-5deg);
  transform-origin: left center;
}

.page-home .hero-line--alt {
  color: var(--kiwi-seed);
}

.page-home .hero-line--alt::after {
  content: "";
  display: block;
  width: min(260px, 62%);
  height: 7px;
  margin-top: 12px;
  background: var(--lake-blue);
  border-radius: 1px;
}

.page-home .hero-lead {
  margin: 30px 0 0;
  max-width: 33em;
  font-size: clamp(16px, 2.3vw, 19px);
  line-height: 1.78;
  color: var(--kiwi-seed);
}

.page-home .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.page-home .hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin: 36px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(16, 36, 26, .26);
  font-size: 12px;
}

.page-home .hero-facts > div {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.page-home .hero-facts dt {
  color: rgba(16, 36, 26, .62);
  margin: 0;
}

.page-home .hero-facts dd {
  margin: 0;
  font-weight: 700;
  color: var(--kiwi-seed);
}

.page-home .hero-visual {
  margin: 0;
  padding: 10px;
  background: var(--paper);
  border-radius: 22px;
  box-shadow: 0 30px 70px rgba(16, 36, 26, .26);
  transform: rotate(-2deg);
}

.page-home .hero-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
}

.page-home .hero-visual figcaption {
  margin: 10px 4px 4px;
  font-size: 11px;
  color: var(--tag-gray);
}

/* ===== 并排入口 ===== */
.page-home .parallel-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.page-home .entry-card {
  position: relative;
  padding: 30px 24px 26px;
  background: #ffffff;
  border: var(--home-stroke);
  border-radius: var(--home-radius);
  transition: transform .24s var(--ease), border-color .24s var(--ease), box-shadow .24s var(--ease);
}

.page-home .entry-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  background: var(--kiwi-flesh);
  border-radius: 0 0 3px 3px;
}

.page-home .entry-card--venue::before {
  background: var(--lake-blue);
}

.page-home .entry-card:hover {
  transform: translateY(-6px);
  border-color: var(--kiwi-flesh);
  box-shadow: 0 20px 44px rgba(16, 36, 26, .13);
}

.page-home .entry-card .card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--kiwi-light);
  color: var(--kiwi-seed);
  font-size: 13px;
  font-weight: 700;
}

.page-home .entry-card--venue .card-index {
  background: rgba(28, 127, 182, .16);
  color: var(--lake-deep);
}

.page-home .entry-card .card-title {
  margin: 16px 0 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -.01em;
}

.page-home .entry-text {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.78;
  color: var(--home-soft);
}

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

.page-home .entry-list li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.7;
}

.page-home .entry-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .62em;
  width: 7px;
  height: 7px;
  background: var(--lake-blue);
  transform: rotate(45deg);
}

.page-home .entry-card--team .entry-list li::before {
  background: var(--kiwi-flesh);
}

.page-home .entry-action {
  margin-top: 22px;
}

.page-home .swipe-figure {
  position: relative;
  margin: 44px 0 0;
  border-radius: var(--home-radius);
  overflow: hidden;
    background: #ffffff;
  border: var(--home-stroke);
}

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

.page-home .swipe-figure figcaption {
  padding: 12px 18px 14px;
  font-size: 11px;
  color: var(--tag-gray);
  border-top: var(--home-stroke);
}

/* ===== 三步路径 ===== */
.page-home .steps {
  position: relative;
  background: var(--kiwi-seed);
  color: var(--paper);
}

.page-home .steps .eyebrow {
  color: var(--kiwi-light);
}

.page-home .steps .block-head h2 {
  color: var(--paper);
}

.page-home .steps .block-head .lead {
  color: rgba(246, 248, 242, .74);
}

.page-home .steps-track {
  position: relative;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 32px;
}

.page-home .steps-track::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(to bottom, var(--kiwi-flesh), var(--lake-blue) 60%, var(--sunset));
}

.page-home .step {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.page-home .step-node {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--kiwi-flesh);
  color: var(--kiwi-seed);
  font-size: 14px;
  font-weight: 700;
  z-index: 1;
}

.page-home .step:nth-child(2) .step-node {
  background: var(--lake-blue);
  color: var(--paper);
}

.page-home .step:nth-child(3) .step-node {
  background: var(--sunset);
  color: var(--paper);
}

.page-home .step-body h3 {
  margin: 7px 0 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 19px;
  letter-spacing: -.01em;
  color: var(--paper);
}

.page-home .step-body p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.78;
  color: rgba(246, 248, 242, .74);
}

.page-home .steps-media {
  position: relative;
  margin: 52px 0 0;
  border-radius: var(--home-radius);
  overflow: hidden;
  border: 1px solid rgba(246, 248, 242, .2);
}

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

.page-home .steps-media figcaption {
  padding: 12px 18px 14px;
  font-size: 11px;
  color: var(--kiwi-light);
  border-top: 1px solid rgba(246, 248, 242, .16);
}

/* ===== 球队页第二栏 ===== */
.page-home .second-grid {
  display: grid;
  gap: 20px;
  margin-top: 36px;
}

.page-home .second-card {
  position: relative;
  padding: 28px 24px 24px;
  background: #ffffff;
  border: var(--home-stroke);
  border-radius: var(--home-radius);
  transition: transform .24s var(--ease), border-color .24s var(--ease), box-shadow .24s var(--ease);
}

.page-home .second-card:hover {
  transform: translateY(-6px);
  border-color: var(--kiwi-flesh);
  box-shadow: 0 20px 44px rgba(16, 36, 26, .13);
}

.page-home .second-card .card-index {
  display: inline-block;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  background: var(--kiwi-light);
  color: var(--kiwi-seed);
  font-size: 11px;
  font-weight: 700;
}

.page-home .second-card .card-title {
  margin: 16px 0 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -.01em;
}

.page-home .second-card p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.78;
  color: var(--home-soft);
}

.page-home .second-note {
  padding-top: 14px;
  border-top: 1px dashed var(--grid-gray);
  font-size: 11px;
  color: var(--lake-deep);
}

/* ===== 场馆与换机 ===== */
.page-home .venue-grid {
  display: grid;
  gap: 30px;
  align-items: center;
}

.page-home .venue-figure {
  margin: 0;
  border-radius: var(--home-radius);
  overflow: hidden;
  border: var(--home-stroke);
  background: #ffffff;
}

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

.page-home .venue-copy h2 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(26px, 5.4vw, 38px);
  line-height: 1.16;
  letter-spacing: -.02em;
}

.page-home .venue-copy p {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--home-soft);
}

.page-home .venue-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  border-top: var(--home-stroke);
  padding-top: 20px;
}

.page-home .venue-list li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 15px;
  line-height: 1.7;
}

.page-home .venue-list .mono {
  min-width: 62px;
  font-size: 18px;
  font-weight: 700;
  color: var(--lake-blue);
}

.page-home .venue-copy .btn {
  margin-top: 26px;
}

/* ===== 覆盖规模 ===== */
.page-home .scale-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 36px;
  background: var(--grid-gray);
  border: var(--home-stroke);
  border-radius: var(--home-radius);
  overflow: hidden;
}

.page-home .scale-cell {
  background: #ffffff;
  padding: 26px 20px 24px;
}

.page-home .scale-num {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(26px, 4.4vw, 34px);
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--kiwi-seed);
  line-height: 1.05;
}

.page-home .scale-num em {
  font-style: normal;
  margin-left: 4px;
  font-size: .48em;
  color: var(--lake-blue);
}

.page-home .scale-label {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--tag-gray);
}

.page-home .scale-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 3px solid var(--sunset);
  background: rgba(111, 191, 43, .09);
  border-radius: 0 var(--home-radius) var(--home-radius) 0;
}

.page-home .scale-note p {
  margin: 0;
  flex: 1 1 320px;
  font-size: 15px;
  line-height: 1.78;
  color: var(--kiwi-seed);
}

/* ===== 客服收尾 ===== */
.page-home .support-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 6vw, 58px);
  border-radius: 26px;
  background: linear-gradient(135deg, var(--lake-deep) 0%, var(--lake-blue) 78%);
  color: var(--paper);
  display: grid;
  gap: 32px;
}

.page-home .support-panel::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(239, 106, 30, .28);
  pointer-events: none;
}

.page-home .support-copy {
  position: relative;
  z-index: 1;
}

.page-home .support-copy .eyebrow {
  color: var(--kiwi-light);
}

.page-home .support-copy h2 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(26px, 5.4vw, 38px);
  line-height: 1.16;
  letter-spacing: -.02em;
  color: var(--paper);
}

.page-home .support-copy p {
  margin: 16px 0 0;
  max-width: 34em;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(246, 248, 242, .82);
}

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

.page-home .support-meta {
  position: relative;
  z-index: 1;
  margin: 0;
  display: grid;
  gap: 1px;
  background: rgba(246, 248, 242, .2);
  border-radius: 14px;
  overflow: hidden;
}

.page-home .support-meta > div {
  background: rgba(14, 78, 114, .58);
  padding: 16px 18px;
}

.page-home .support-meta dt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--kiwi-light);
}

.page-home .support-meta dd {
  margin: 7px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--paper);
  word-break: break-word;
}

/* ===== 响应式 ===== */
@media (min-width: 760px) {
  .page-home .scale-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-home .support-panel {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    align-items: center;
  }
}

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

  .page-home .entry-card--venue {
    margin-top: 34px;
  }

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

  .page-home .second-card:last-child {
    margin-top: 40px;
  }
}

@media (min-width: 880px) {
  .page-home .steps-track {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    gap: 40px;
  }

  .page-home .steps-track::before {
    left: 50%;
    margin-left: -1px;
    top: 8px;
    bottom: 8px;
  }

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

  .page-home .step-node {
    grid-column: 2;
    grid-row: 1;
    width: 44px;
    height: 44px;
  }

  .page-home .step-body {
    grid-column: 3;
    grid-row: 1;
  }

  .page-home .step:nth-child(even) .step-body {
    grid-column: 1;
    text-align: right;
  }
}

@media (min-width: 900px) {
  .page-home .hero-inner {
    grid-template-columns: minmax(0, 1.06fr) minmax(0, .82fr);
    gap: clamp(40px, 6vw, 72px);
  }

  .page-home .hero-visual {
    transform: rotate(-2.5deg) translateY(-14px);
  }

  .page-home .venue-grid {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: clamp(40px, 6vw, 64px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .entry-card,
  .page-home .second-card,
  .page-home .hero-visual {
    transition: none;
    transform: none;
  }
}
<<<PAGE_CSS_END>>>
