.page-jinhua {
  --jh-ink: #071315;
  --jh-ink-soft: #0d2224;
  --jh-paper: #f1eee6;
  --jh-paper-2: #e7e1d4;
  --jh-gold: #d7b36a;
  --jh-glow: #69d7c1;
  --jh-red: #a84136;
  --jh-line: rgba(215, 179, 106, .25);
  --accent: var(--jh-gold);
  background: var(--jh-paper);
  color: var(--jh-ink);
}

.page-jinhua .jh-hero {
  position: relative;
  min-height: 770px;
  padding-bottom: 76px;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 16%, rgba(105, 215, 193, .13), transparent 24%),
    linear-gradient(112deg, #061113 0 57%, #0b2022 57% 100%);
  color: #f7f3ea;
}

.page-jinhua .jh-hero::before,
.page-jinhua .jh-hero::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.page-jinhua .jh-hero::before {
  inset: 0;
  opacity: .38;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000, transparent 74%);
}

.page-jinhua .jh-hero::after {
  right: -12vw;
  bottom: -260px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(105, 215, 193, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 86px rgba(105,215,193,.02), 0 0 0 172px rgba(105,215,193,.015);
}

.page-jinhua .jh-hero .city-crumb { position: relative; z-index: 4; color: rgba(255,255,255,.52); }
.page-jinhua .jh-hero .city-crumb strong { color: #f6f0e5; }
.page-jinhua .jh-hero .city-crumb i { color: rgba(255,255,255,.18); }

.page-jinhua .jh-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  min-height: 605px;
}

.page-jinhua .jh-hero-copy {
  position: relative;
  z-index: 5;
  grid-column: 1 / span 7;
  grid-row: 1;
  align-self: start;
  padding: 48px 64px 42px 0;
}

.page-jinhua .jh-hero-copy .city-eyebrow { color: var(--jh-glow); }

.page-jinhua .jh-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 58px;
  line-height: 1.06;
  letter-spacing: -.058em;
  font-weight: 900;
}

.page-jinhua .jh-hero h1 em { display: block; color: var(--jh-gold); font-style: normal; font-weight: 760; }

.page-jinhua .jh-hero-lead {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(244, 241, 232, .7);
  font-size: 17px;
  line-height: 1.95;
}

.page-jinhua .jh-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.page-jinhua .jh-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 190px;
  padding: 15px 18px;
  border: 1px solid rgba(255,255,255,.16);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.page-jinhua .jh-hero-actions a:first-child { background: var(--jh-gold); color: var(--jh-ink); border-color: var(--jh-gold); }
.page-jinhua .jh-hero-actions a:hover { transform: translateY(-2px); border-color: var(--jh-glow); }

.page-jinhua .jh-hero-facts { display: flex; gap: 0; margin: 38px 0 0; }
.page-jinhua .jh-hero-facts div { min-width: 142px; padding: 0 20px; border-left: 1px solid rgba(255,255,255,.12); }
.page-jinhua .jh-hero-facts div:first-child { padding-left: 0; border-left: 0; }
.page-jinhua .jh-hero-facts dt { margin-bottom: 6px; color: rgba(255,255,255,.46); font-size: 11px; letter-spacing: .12em; }
.page-jinhua .jh-hero-facts dd { margin: 0; color: #fff; font-size: 18px; font-weight: 850; }

.page-jinhua .jh-hero-visual {
  position: relative;
  z-index: 1;
  grid-column: 6 / -1;
  grid-row: 1;
  align-self: stretch;
  min-height: 550px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: #0f2527;
  box-shadow: 0 40px 100px rgba(0,0,0,.35);
}

.page-jinhua .jh-hero-visual picture,
.page-jinhua .jh-hero-visual img { display: block; width: 100%; height: 100%; }
.page-jinhua .jh-hero-visual img { object-fit: cover; filter: saturate(.82) contrast(1.05) brightness(.7); }
.page-jinhua .jh-hero-visual::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,17,19,.92), transparent 45%), linear-gradient(0deg, rgba(6,17,19,.8), transparent 38%); content: ""; }
.page-jinhua .jh-hero-visual figcaption { position: absolute; z-index: 2; right: 22px; bottom: 22px; display: grid; gap: 5px; max-width: 260px; padding: 14px 16px; border-left: 2px solid var(--jh-glow); background: rgba(4,15,17,.76); backdrop-filter: blur(10px); }
.page-jinhua .jh-hero-visual figcaption span { color: var(--jh-glow); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.page-jinhua .jh-hero-visual figcaption b { font-size: 13px; line-height: 1.6; }

.page-jinhua .jh-command {
  position: absolute;
  z-index: 6;
  right: 20px;
  bottom: -36px;
  width: 428px;
  border: 1px solid rgba(105,215,193,.23);
  background: rgba(5, 18, 19, .94);
  box-shadow: 0 30px 90px rgba(0,0,0,.4);
  backdrop-filter: blur(14px);
}

.page-jinhua .jh-command-head { display: flex; align-items: center; gap: 11px; padding: 13px 15px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 9px; letter-spacing: .14em; }
.page-jinhua .jh-command-head span { color: var(--jh-glow); font-weight: 900; }
.page-jinhua .jh-command-head i { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(105,215,193,.45), transparent); }
.page-jinhua .jh-command-head b { color: rgba(255,255,255,.48); font-weight: 700; }
.page-jinhua .jh-command ol { margin: 0; padding: 0; list-style: none; }
.page-jinhua .jh-command li + li { border-top: 1px solid rgba(255,255,255,.06); }
.page-jinhua .jh-command a { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 12px; padding: 13px 15px; text-decoration: none; }
.page-jinhua .jh-command small { color: rgba(255,255,255,.34); font-size: 9px; }
.page-jinhua .jh-command span { display: flex; align-items: baseline; gap: 10px; color: rgba(255,255,255,.42); font-size: 10px; }
.page-jinhua .jh-command span b { color: #fff; font-size: 13px; }
.page-jinhua .jh-command li > a > i { color: rgba(255,255,255,.14); font-size: 8px; font-style: normal; }
.page-jinhua .jh-command li.is-current > a > i { color: var(--jh-glow); text-shadow: 0 0 18px var(--jh-glow); }
.page-jinhua .jh-command li.is-current a { background: linear-gradient(90deg, rgba(105,215,193,.12), transparent); }

.page-jinhua .jh-first-ad { border-top: 1px solid rgba(255,255,255,.08); background: #081416; }

.page-jinhua .city-section h2 { font-size: 46px; line-height: 1.08; letter-spacing: -.045em; }
.page-jinhua .city-eyebrow { letter-spacing: .18em; }

.page-jinhua .jh-route { background: var(--jh-paper); }
.page-jinhua .jh-route-shell { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 52px; }
.page-jinhua .jh-route-rail { position: relative; display: flex; flex-direction: column; align-items: center; gap: 15px; color: #7d7567; }
.page-jinhua .jh-route-rail span { writing-mode: vertical-rl; font-size: 10px; font-weight: 900; letter-spacing: .3em; }
.page-jinhua .jh-route-rail i { flex: 1; width: 1px; min-height: 300px; background: linear-gradient(var(--jh-red), rgba(168,65,54,.08)); }
.page-jinhua .jh-route-rail b { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(168,65,54,.3); border-radius: 50%; color: var(--jh-red); font-size: 15px; }
.page-jinhua .jh-route-main { min-width: 0; }
.page-jinhua .jh-timeline { position: relative; display: grid; grid-template-columns: minmax(0, .72fr) minmax(360px, 1.28fr); gap: 0 42px; padding-left: 36px; }
.page-jinhua .jh-timeline::before { position: absolute; top: 8px; bottom: 8px; left: 9px; width: 1px; background: linear-gradient(var(--jh-red), var(--jh-gold), rgba(7,19,21,.15)); content: ""; }
.page-jinhua .jh-checkpoint { position: relative; grid-column: 1; display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 18px; padding: 0 0 54px; }
.page-jinhua .jh-checkpoint:nth-of-type(3),
.page-jinhua .jh-checkpoint:nth-of-type(4) { grid-column: 1; }
.page-jinhua .jh-dot { position: relative; z-index: 2; display: grid; place-items: center; width: 38px; height: 38px; margin-left: -46px; border: 1px solid rgba(168,65,54,.4); border-radius: 50%; background: var(--jh-paper); color: var(--jh-red); font-size: 11px; font-weight: 900; }
.page-jinhua .jh-checkpoint small { color: var(--jh-red); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.page-jinhua .jh-checkpoint h3 { margin: 8px 0 10px; font-size: 25px; line-height: 1.25; }
.page-jinhua .jh-checkpoint p { margin: 0; color: #6d6a63; font-size: 14px; line-height: 1.9; }
.page-jinhua .jh-route-image { grid-column: 2; grid-row: 1 / span 4; align-self: stretch; position: relative; min-height: 660px; margin: 0; overflow: hidden; background: #1a292a; }
.page-jinhua .jh-route-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.page-jinhua .jh-route-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,19,21,.76), transparent 48%); content: ""; }
.page-jinhua .jh-route-image figcaption { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.28); color: #fff; }
.page-jinhua .jh-route-image figcaption span { color: var(--jh-glow); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.page-jinhua .jh-route-image figcaption b { font-size: 13px; }

.page-jinhua .jh-ledger { background: var(--jh-ink); color: #f5f0e7; }
.page-jinhua .jh-ledger-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 72px; }
.page-jinhua .jh-ledger-image { position: relative; min-height: 590px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.1); }
.page-jinhua .jh-ledger-image img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.03); }
.page-jinhua .jh-ledger-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,19,21,.7), transparent 45%); content: ""; }
.page-jinhua .jh-ledger-image figcaption { position: absolute; z-index: 2; right: 22px; bottom: 22px; left: 22px; display: flex; align-items: center; gap: 12px; color: var(--jh-glow); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.page-jinhua .jh-ledger-image figcaption i { width: 8px; height: 8px; border-radius: 50%; background: var(--jh-glow); box-shadow: 0 0 24px var(--jh-glow); }
.page-jinhua .jh-ledger-copy .city-eyebrow { color: var(--jh-glow); }
.page-jinhua .jh-ledger-copy > p:not(.city-eyebrow) { margin: 24px 0 0; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.95; }
.page-jinhua .jh-ledger-steps { margin-top: 32px; border-top: 1px solid rgba(255,255,255,.12); }
.page-jinhua .jh-ledger-steps div { display: grid; grid-template-columns: 82px 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.page-jinhua .jh-ledger-steps b { color: var(--jh-gold); font-size: 13px; }
.page-jinhua .jh-ledger-steps span { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.65; }
.page-jinhua .jh-text-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 28px; color: #fff; text-decoration: none; font-size: 14px; font-weight: 800; }
.page-jinhua .jh-text-link span { color: var(--jh-glow); }

.page-jinhua .jh-services { background: #e8e2d6; }
.page-jinhua .jh-services-head { display: grid; grid-template-columns: minmax(0, .75fr) minmax(340px, 1.25fr); gap: 52px; align-items: end; margin-bottom: 44px; }
.page-jinhua .jh-services-head .city-eyebrow { grid-column: 1 / -1; margin-bottom: -30px; }
.page-jinhua .jh-services-head p:last-child { margin: 0; color: #68665e; line-height: 1.9; }
.page-jinhua .jh-service-line { border-top: 1px solid rgba(7,19,21,.18); }
.page-jinhua .jh-service-item { position: relative; display: grid; grid-template-columns: 80px minmax(0,1fr) auto; align-items: center; gap: 24px; min-height: 132px; padding: 24px 12px; border-bottom: 1px solid rgba(7,19,21,.18); text-decoration: none; transition: padding .25s ease, background .25s ease; }
.page-jinhua .jh-service-item::before { position: absolute; top: 0; bottom: 0; left: 0; width: 3px; background: var(--jh-red); transform: scaleY(0); transform-origin: bottom; transition: transform .25s ease; content: ""; }
.page-jinhua .jh-service-item:hover { padding-right: 22px; padding-left: 22px; background: rgba(255,255,255,.42); }
.page-jinhua .jh-service-item:hover::before { transform: scaleY(1); }
.page-jinhua .jh-service-item small { color: var(--jh-red); font-size: 11px; font-weight: 900; }
.page-jinhua .jh-service-item b { font-size: 25px; }
.page-jinhua .jh-service-item p { margin: 8px 0 0; color: #6a675f; font-size: 14px; }
.page-jinhua .jh-service-item > span { color: #4d4a44; font-size: 12px; font-weight: 850; }

.page-jinhua .jh-platform { background: #f5f2eb; }
.page-jinhua .jh-platform-stage { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(360px,.55fr); border: 1px solid rgba(7,19,21,.14); background: #fff; }
.page-jinhua .jh-platform-screen { position: relative; min-width: 0; margin: 0; padding: 24px; border-right: 1px solid rgba(7,19,21,.12); background: #0a181a; }
.page-jinhua .jh-platform-screen img { display: block; width: 100%; height: auto; border: 1px solid rgba(255,255,255,.12); }
.page-jinhua .jh-platform-screen figcaption { display: flex; justify-content: space-between; margin-top: 15px; color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .12em; }
.page-jinhua .jh-platform-screen figcaption b { color: var(--jh-glow); }
.page-jinhua .jh-workspace-list article { display: grid; grid-template-columns: 48px 1fr; gap: 16px; min-height: 132px; padding: 25px 24px; border-bottom: 1px solid rgba(7,19,21,.1); }
.page-jinhua .jh-workspace-list article:last-child { border-bottom: 0; }
.page-jinhua .jh-workspace-list i { color: var(--jh-red); font-size: 11px; font-style: normal; font-weight: 900; }
.page-jinhua .jh-workspace-list h3 { margin: 0 0 9px; font-size: 20px; }
.page-jinhua .jh-workspace-list p { margin: 0; color: #73726c; font-size: 13px; line-height: 1.75; }
.page-jinhua .jh-boundary { margin: 18px 0 0; padding-left: 18px; border-left: 2px solid var(--jh-red); color: #6e6d66; font-size: 13px; line-height: 1.8; }

.page-jinhua .jh-growth { background: var(--jh-paper-2); }
.page-jinhua .jh-growth-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 66px; }
.page-jinhua .jh-growth-copy > p:not(.city-eyebrow) { margin: 24px 0 0; color: #68665e; font-size: 16px; line-height: 1.95; }
.page-jinhua .jh-growth-links { display: grid; gap: 12px; margin-top: 30px; }
.page-jinhua .jh-growth-links a { display: grid; grid-template-columns: 84px 1fr; gap: 6px 18px; padding: 19px 20px; border: 1px solid rgba(7,19,21,.16); text-decoration: none; transition: border-color .25s ease, background .25s ease; }
.page-jinhua .jh-growth-links a:hover { border-color: var(--jh-red); background: rgba(255,255,255,.48); }
.page-jinhua .jh-growth-links small { grid-row: 1 / span 2; align-self: center; color: var(--jh-red); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.page-jinhua .jh-growth-links b { font-size: 16px; }
.page-jinhua .jh-growth-links span { color: #6e6a61; font-size: 12px; }
.page-jinhua .jh-growth-image { position: relative; min-height: 590px; margin: 0; overflow: hidden; background: #132426; }
.page-jinhua .jh-growth-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.page-jinhua .jh-growth-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,19,21,.72), transparent 44%); content: ""; }
.page-jinhua .jh-growth-image figcaption { position: absolute; z-index: 2; right: 24px; bottom: 23px; left: 24px; display: flex; align-items: center; gap: 12px; color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.page-jinhua .jh-growth-image figcaption i { flex: 1; height: 1px; background: linear-gradient(90deg, var(--jh-glow), rgba(105,215,193,.08)); }

.page-jinhua .jh-reading { background: #0b181a; color: #f5f0e7; }
.page-jinhua .jh-reading-grid { display: grid; grid-template-columns: minmax(300px,.36fr) minmax(0,.64fr); gap: 72px; align-items: start; }
.page-jinhua .jh-reading-intro { position: sticky; top: 120px; }
.page-jinhua .jh-reading-intro .city-eyebrow { color: var(--jh-glow); }
.page-jinhua .jh-reading-intro p:not(.city-eyebrow) { color: rgba(255,255,255,.56); line-height: 1.9; }
.page-jinhua .jh-reading-intro > a { display: inline-block; margin-top: 18px; color: var(--jh-gold); text-decoration: none; font-size: 13px; font-weight: 850; }
.page-jinhua .jh-article-list { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.13); list-style: none; }
.page-jinhua .jh-article-list li { border-bottom: 1px solid rgba(255,255,255,.13); }
.page-jinhua .jh-article-list a { display: grid; grid-template-columns: 106px minmax(0,1fr) 20px; gap: 24px; align-items: center; min-height: 138px; padding: 24px 0; text-decoration: none; }
.page-jinhua .jh-article-list time { color: rgba(255,255,255,.36); font-size: 11px; }
.page-jinhua .jh-article-list small { color: var(--jh-glow); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.page-jinhua .jh-article-list h3 { margin: 9px 0 0; font-size: 20px; line-height: 1.5; }
.page-jinhua .jh-article-list a > span { color: var(--jh-gold); transition: transform .2s ease; }
.page-jinhua .jh-article-list a:hover > span { transform: translate(3px,-3px); }

.page-jinhua .jh-faq { background: #f5f2eb; }
.page-jinhua .jh-faq-grid { display: grid; grid-template-columns: minmax(300px,.36fr) minmax(0,.64fr); gap: 72px; }
.page-jinhua .jh-faq-intro p:not(.city-eyebrow) { color: #6f6d65; line-height: 1.9; }
.page-jinhua .jh-faq-list details { border-color: rgba(7,19,21,.16); }
.page-jinhua .jh-faq-list summary { display: grid; grid-template-columns: 42px 1fr 22px; align-items: center; gap: 16px; }
.page-jinhua .jh-faq-list summary span { color: var(--jh-red); font-size: 10px; }
.page-jinhua .jh-faq-list summary b { font-size: 17px; line-height: 1.5; }
.page-jinhua .jh-faq-list summary i { color: var(--jh-red); font-size: 18px; font-style: normal; transition: transform .2s ease; }
.page-jinhua .jh-faq-list details[open] summary i { transform: rotate(45deg); }
.page-jinhua .jh-faq-list details p { margin: -6px 38px 24px 58px; color: #6e6c64; font-size: 14px; }

.page-jinhua .jh-final-ad { background: #061113; }
.page-jinhua .jh-final { background: #071315; }
.page-jinhua .jh-final-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 72px; }
.page-jinhua .jh-final small { color: var(--jh-glow); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.page-jinhua .jh-final h2 { max-width: 690px; margin: 12px 0 0; color: #fff; font-size: 40px; line-height: 1.18; letter-spacing: -.04em; }
.page-jinhua .jh-final p { margin: 0; color: rgba(255,255,255,.56); line-height: 1.9; }

@media (max-width: 1080px) {
  .page-jinhua .jh-hero { min-height: 820px; }
  .page-jinhua .jh-hero-copy { grid-column: 1 / span 8; }
  .page-jinhua .jh-hero-visual { grid-column: 5 / -1; }
  .page-jinhua .jh-command { right: 8px; }
  .page-jinhua .jh-timeline { grid-template-columns: minmax(0,.82fr) minmax(330px,1.18fr); gap: 0 28px; }
  .page-jinhua .jh-ledger-grid,
  .page-jinhua .jh-growth-grid { gap: 42px; }
  .page-jinhua .jh-platform-stage { grid-template-columns: 1fr; }
  .page-jinhua .jh-platform-screen { border-right: 0; border-bottom: 1px solid rgba(7,19,21,.12); }
  .page-jinhua .jh-workspace-list { display: grid; grid-template-columns: 1fr 1fr; }
  .page-jinhua .jh-workspace-list article { border-right: 1px solid rgba(7,19,21,.1); }
}

@media (max-width: 760px) {
  .page-jinhua .jh-hero { min-height: 0; padding-bottom: 36px; background: #061113; }
  .page-jinhua .jh-hero::before { background-size: 40px 40px; }
  .page-jinhua .jh-hero-grid { display: flex; flex-direction: column; min-height: 0; }
  .page-jinhua .jh-hero-copy { order: 1; width: 100%; padding: 24px 0 26px; }
  .page-jinhua .jh-hero h1 { font-size: 39px; line-height: 1.08; letter-spacing: -.05em; }
  .page-jinhua .jh-hero-lead { margin-top: 20px; font-size: 15px; line-height: 1.85; }
  .page-jinhua .jh-hero-actions { margin-top: 24px; }
  .page-jinhua .jh-hero-actions a { flex: 1; min-width: 0; padding: 13px 14px; font-size: 12px; }
  .page-jinhua .jh-hero-facts { display: grid; grid-template-columns: repeat(3,1fr); width: 100%; margin-top: 26px; }
  .page-jinhua .jh-hero-facts div { min-width: 0; padding: 0 10px; }
  .page-jinhua .jh-hero-facts div:first-child { padding-left: 0; }
  .page-jinhua .jh-hero-facts dt { font-size: 9px; }
  .page-jinhua .jh-hero-facts dd { font-size: 14px; }
  .page-jinhua .jh-hero-visual { order: 2; width: calc(100% + 28px); min-height: 480px; margin: 0 -14px; }
  .page-jinhua .jh-hero-visual img { object-position: center; }
  .page-jinhua .jh-hero-visual::after { background: linear-gradient(0deg, rgba(6,17,19,.83), transparent 54%); }
  .page-jinhua .jh-hero-visual figcaption { right: 14px; bottom: 14px; left: 14px; max-width: none; }
  .page-jinhua .jh-command { position: relative; right: auto; bottom: auto; order: 3; width: calc(100% + 8px); margin: -18px -4px 0; }
  .page-jinhua .jh-command span { display: grid; gap: 3px; }
  .page-jinhua .jh-command span b { font-size: 12px; }

  .page-jinhua .city-section h2 { font-size: 31px; line-height: 1.12; letter-spacing: -.038em; }
  .page-jinhua .jh-route-shell { display: block; }
  .page-jinhua .jh-route-rail { display: none; }
  .page-jinhua .jh-timeline { display: block; padding-left: 30px; }
  .page-jinhua .jh-timeline::before { left: 7px; }
  .page-jinhua .jh-checkpoint { grid-template-columns: 32px minmax(0,1fr); gap: 12px; padding-bottom: 36px; }
  .page-jinhua .jh-dot { width: 32px; height: 32px; margin-left: -38px; }
  .page-jinhua .jh-checkpoint h3 { font-size: 21px; }
  .page-jinhua .jh-route-image { min-height: 420px; margin: 0 0 36px; }
  .page-jinhua .jh-route-image figcaption { display: grid; gap: 8px; }

  .page-jinhua .jh-ledger-grid,
  .page-jinhua .jh-growth-grid,
  .page-jinhua .jh-reading-grid,
  .page-jinhua .jh-faq-grid,
  .page-jinhua .jh-final-grid { grid-template-columns: 1fr; gap: 34px; }
  .page-jinhua .jh-ledger-image,
  .page-jinhua .jh-growth-image { min-height: 390px; }
  .page-jinhua .jh-ledger-image { order: 2; }
  .page-jinhua .jh-ledger-copy { order: 1; }
  .page-jinhua .jh-ledger-steps div { grid-template-columns: 64px 1fr; }

  .page-jinhua .jh-services-head { display: block; margin-bottom: 26px; }
  .page-jinhua .jh-services-head .city-eyebrow { margin-bottom: 16px; }
  .page-jinhua .jh-services-head p:last-child { margin-top: 18px; }
  .page-jinhua .jh-service-item { grid-template-columns: 32px 1fr; gap: 12px; min-height: 0; padding: 22px 4px; }
  .page-jinhua .jh-service-item > span { grid-column: 2; }
  .page-jinhua .jh-service-item b { font-size: 21px; }
  .page-jinhua .jh-service-item p { line-height: 1.7; }

  .page-jinhua .jh-platform-screen { padding: 10px; }
  .page-jinhua .jh-workspace-list { grid-template-columns: 1fr; }
  .page-jinhua .jh-workspace-list article { min-height: 0; border-right: 0; }
  .page-jinhua .jh-growth-links a { grid-template-columns: 68px 1fr; padding: 16px; }
  .page-jinhua .jh-growth-image figcaption { gap: 7px; font-size: 8px; }

  .page-jinhua .jh-reading-intro { position: static; }
  .page-jinhua .jh-article-list a { grid-template-columns: 76px minmax(0,1fr) 14px; gap: 12px; min-height: 0; padding: 20px 0; }
  .page-jinhua .jh-article-list time { font-size: 9px; }
  .page-jinhua .jh-article-list h3 { font-size: 16px; line-height: 1.55; }

  .page-jinhua .jh-faq-list summary { grid-template-columns: 28px 1fr 18px; gap: 9px; padding: 20px 0; }
  .page-jinhua .jh-faq-list summary b { font-size: 15px; }
  .page-jinhua .jh-faq-list details p { margin: -3px 0 20px 37px; }
  .page-jinhua .jh-final h2 { font-size: 31px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-jinhua .jh-hero-actions a,
  .page-jinhua .jh-service-item,
  .page-jinhua .jh-service-item::before,
  .page-jinhua .jh-growth-links a,
  .page-jinhua .jh-article-list a > span,
  .page-jinhua .jh-faq-list summary i { transition: none; }
}
