.page-nanping {
  --np-forest: #15382d;
  --np-forest-deep: #0c241d;
  --np-moss: #7a9b62;
  --np-bamboo: #cba86a;
  --np-paper: #f3efe5;
  --np-charcoal: #171b1a;
  --np-orange: #e45d2f;
  --np-cobalt: #245d87;
  --np-line: rgba(21, 56, 45, .18);
  --np-shadow: 0 26px 80px rgba(14, 37, 29, .12);
  color: #183028;
  background: var(--np-paper);
}

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

.page-nanping .city-main { overflow: hidden; }
.page-nanping .city-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.page-nanping .city-section { padding: 112px 0; }
.page-nanping .city-eyebrow {
  margin: 0 0 18px;
  color: var(--np-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.page-nanping h1,
.page-nanping h2,
.page-nanping h3,
.page-nanping p { overflow-wrap: anywhere; }
.page-nanping h2 {
  margin: 0;
  color: var(--np-forest-deep);
  font-size: clamp(42px, 4vw, 47px);
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: -.045em;
}

.np-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .65fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 58px;
}
.np-heading > p,
.np-waterfall-head > p,
.np-platform-head > p {
  margin: 0;
  color: #5c6d66;
  font-size: 16px;
  line-height: 1.85;
}

/* Hero: a dark industrial control panel embedded in a photographic route. */
.np-hero {
  position: relative;
  min-height: 660px;
  color: #fff;
  isolation: isolate;
}
.np-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 19, 16, .94) 0%, rgba(7, 19, 16, .82) 35%, rgba(7, 19, 16, .18) 68%, rgba(7, 19, 16, .08) 100%),
    linear-gradient(0deg, rgba(7, 19, 16, .45), transparent 40%);
  content: "";
}
.np-hero-media,
.np-hero-media img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.np-hero-media img { object-fit: cover; object-position: center; }
.np-hero-shell { position: relative; min-height: 660px; padding-top: 34px; padding-bottom: 48px; }
.np-crumb { color: rgba(255,255,255,.72); }
.np-crumb a { color: rgba(255,255,255,.72); }
.np-crumb strong { color: #fff; }
.np-hero-panel { width: min(650px, 58%); margin-top: 74px; }
.np-hero-panel .city-eyebrow { color: #f18a5f; }
.np-hero h1 {
  max-width: 640px;
  margin: 0;
  color: #fff;
  font-size: clamp(51px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.055em;
}
.np-hero h1 span { display: block; color: #e8d5ab; }
.np-hero-lead {
  max-width: 610px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.8;
}
.np-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.np-hero-actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.np-hero-actions a:hover { transform: translateY(-2px); border-color: #fff; }
.np-hero-actions .np-primary { border-color: var(--np-orange); background: var(--np-orange); }
.np-hero-actions b { margin-left: 14px; font-size: 17px; }
.np-hero-route {
  display: grid;
  grid-template-columns: repeat(5, 10px) auto;
  gap: 10px;
  align-items: center;
  margin-top: 32px;
}
.np-hero-route i { width: 10px; height: 10px; border: 2px solid #c7ab75; border-radius: 50%; }
.np-hero-route i:first-child,
.np-hero-route i:last-of-type { background: var(--np-orange); border-color: var(--np-orange); }
.np-hero-route span { margin-left: 7px; color: rgba(255,255,255,.55); font: 700 10px/1 monospace; letter-spacing: .15em; }
.np-hero-mark {
  position: absolute;
  right: 0;
  bottom: 46px;
  display: grid;
  justify-items: end;
  gap: 6px;
  color: #fff;
}
.np-hero-mark b { font: 300 78px/.85 Georgia, serif; }
.np-hero-mark span { font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.np-hero-mark i { width: 138px; height: 3px; margin-top: 8px; background: linear-gradient(90deg, var(--np-orange), #c6aa73); }

.page-nanping .city-ad { background: #ede8dc; }
.page-nanping .city-ad.is-dark { background: #101f1a; }

/* City readings are laid out as an uneven altitude map. */
.np-readings { background: #f3efe5; }
.np-reading-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 118px;
  gap: 16px;
}
.np-reading-grid article {
  position: relative;
  grid-column: span 3;
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--np-line);
  border-radius: 8px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 12px 36px rgba(31, 57, 48, .05);
}
.np-reading-grid article.is-wide { grid-column: span 6; }
.np-reading-grid article.is-tall { grid-row: span 3; background: var(--np-forest); color: #fff; }
.np-reading-grid article small { position: relative; z-index: 1; margin-bottom: auto; color: #73847b; font-size: 10px; font-weight: 850; letter-spacing: .17em; }
.np-reading-grid article.is-tall small { color: rgba(255,255,255,.56); }
.np-reading-grid article b { position: relative; z-index: 1; color: var(--np-forest-deep); font-size: clamp(28px, 3.5vw, 46px); letter-spacing: -.04em; }
.np-reading-grid article.is-tall b { color: #e7d4a8; }
.np-reading-grid article p { position: relative; z-index: 1; margin: 7px 0 0; color: #607269; font-size: 14px; line-height: 1.65; }
.np-reading-grid article.is-tall p { color: rgba(255,255,255,.68); }
.np-reading-grid article i {
  position: absolute;
  top: 0;
  right: 0;
  width: 54%;
  height: 5px;
  background: linear-gradient(90deg, transparent, var(--np-orange));
}
.np-reading-grid article:nth-child(2) i { width: 72%; background: linear-gradient(90deg, transparent, var(--np-cobalt)); }
.np-reading-grid article:nth-child(3) i { width: 43%; }
.np-reading-grid article:nth-child(4) i { width: 100%; background: linear-gradient(90deg, var(--np-orange), #d2b578); }
.np-source-note { margin: 22px 0 0; color: #7a8982; font-size: 12px; line-height: 1.7; }

/* Modular waterfall with offset cards and a single connecting stream. */
.np-waterfall-section { position: relative; background: #fffdf8; }
.np-waterfall-section::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(21,56,45,.12) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: .35;
  content: "";
  pointer-events: none;
}
.np-waterfall-section .city-shell { position: relative; }
.np-waterfall-head,
.np-platform-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .7fr);
  gap: 70px;
  align-items: end;
}
.np-route-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 48px 0 64px;
  border: 1px solid var(--np-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 15px 45px rgba(25,54,43,.06);
}
.np-route-tabs button {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 64px;
  padding: 10px 18px;
  border: 0;
  border-right: 1px solid var(--np-line);
  color: #53685e;
  background: transparent;
  cursor: pointer;
  font: inherit;
  transition: color .2s ease, background .2s ease;
}
.np-route-tabs button:last-child { border-right: 0; }
.np-route-tabs button b { color: #9ca9a3; font: 700 11px/1 monospace; }
.np-route-tabs button span { font-size: 14px; font-weight: 800; }
.np-route-tabs button.is-active { color: #fff; background: var(--np-forest); }
.np-route-tabs button.is-active b { color: #e9d2a3; }
.np-waterfall { position: relative; display: grid; gap: 26px; padding: 6px 0; }
.np-waterfall-line {
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 50%;
  width: 3px;
  transform: translateX(-50%);
  background: linear-gradient(var(--np-orange), var(--np-bamboo) 55%, var(--np-cobalt));
}
.np-fall-card {
  position: relative;
  display: grid;
  grid-template-columns: 76px 1fr;
  width: 66%;
  min-height: 168px;
  align-items: center;
  padding: 28px 34px;
  border: 1px solid var(--np-line);
  border-radius: 7px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--np-shadow);
}
.np-fall-card:nth-of-type(even) { justify-self: end; }
.np-fall-card.step-2 { width: 59%; margin-right: 8%; }
.np-fall-card.step-3 { width: 72%; margin-left: 10%; }
.np-fall-card.step-4 { width: 62%; margin-right: 2%; }
.np-fall-card.step-5 { width: 69%; margin-left: 15%; }
.np-fall-card > i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid var(--np-orange);
  border-radius: 50%;
  color: var(--np-orange);
  background: #fff;
  font: 800 12px/1 monospace;
}
.np-fall-card::after {
  position: absolute;
  top: 50%;
  right: -24px;
  width: 24px;
  height: 2px;
  background: var(--np-orange);
  content: "";
}
.np-fall-card:nth-of-type(even)::after { right: auto; left: -24px; }
.np-fall-card small { color: var(--np-orange); font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.np-fall-card h3 { margin: 7px 0 8px; color: var(--np-forest-deep); font-size: 25px; letter-spacing: -.025em; }
.np-fall-card p { margin: 0; color: #607168; font-size: 15px; line-height: 1.78; }

/* Registration uses a modular cascade rather than a linear checklist. */
.np-register { background: #e7eadf; }
.np-register-shell { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: 70px; align-items: center; }
.np-register-copy > p:not(.city-eyebrow) { margin: 24px 0 0; color: #596c62; font-size: 16px; line-height: 1.8; }
.np-register-modules { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 34px; }
.np-register-modules article {
  min-height: 188px;
  padding: 24px;
  border: 1px solid rgba(21,56,45,.16);
  border-radius: 6px;
  background: rgba(255,255,255,.66);
}
.np-register-modules article:nth-child(2),
.np-register-modules article:nth-child(4) { transform: translateY(18px); }
.np-register-modules small { color: var(--np-orange); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.np-register-modules h3 { margin: 10px 0 8px; color: var(--np-forest-deep); font-size: 21px; }
.np-register-modules p { margin: 0; color: #5e7067; font-size: 14px; line-height: 1.72; }
.np-register-copy aside { margin-top: 46px; padding: 22px 24px; border-left: 4px solid var(--np-orange); background: #d7dfd2; }
.np-register-copy aside b { color: var(--np-forest-deep); font-size: 15px; }
.np-register-copy aside p { margin: 7px 0 0; color: #54665d; font-size: 13px; line-height: 1.7; }
.np-register-image { position: relative; margin: 0; }
.np-register-image img { display: block; width: 100%; height: auto; border-radius: 220px 220px 8px 8px; box-shadow: var(--np-shadow); }
.np-register-image figcaption {
  position: absolute;
  right: -18px;
  bottom: 24px;
  display: grid;
  gap: 4px;
  max-width: 275px;
  padding: 18px 22px;
  border-left: 4px solid var(--np-orange);
  color: #fff;
  background: var(--np-forest-deep);
}
.np-register-image figcaption span { color: #dfc78f; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.np-register-image figcaption b { font-size: 14px; line-height: 1.5; }

.np-accounting { color: #fff; background: var(--np-charcoal); }
.np-heading.is-light h2 { color: #fff; }
.np-heading.is-light > p { color: rgba(255,255,255,.62); }
.np-accounting-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 58px; align-items: center; }
.np-accounting-grid figure { margin: 0; }
.np-accounting-grid figure img { display: block; width: 100%; height: auto; border-radius: 8px; box-shadow: 0 34px 90px rgba(0,0,0,.32); }
.np-accounting-grid figcaption { margin-top: 14px; color: rgba(255,255,255,.52); font-size: 12px; line-height: 1.65; }
.np-ledger-flow { position: relative; display: grid; gap: 12px; }
.np-ledger-flow::before { position: absolute; top: 35px; bottom: 35px; left: 24px; width: 2px; background: linear-gradient(var(--np-orange), var(--np-cobalt)); content: ""; }
.np-ledger-flow article { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: start; padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 6px; background: rgba(255,255,255,.045); }
.np-ledger-flow article:nth-child(even) { margin-left: 32px; }
.np-ledger-flow i { position: relative; z-index: 1; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: #fff; background: var(--np-orange); font: 800 12px/1 monospace; }
.np-ledger-flow article:nth-child(3) i,
.np-ledger-flow article:nth-child(4) i { background: var(--np-cobalt); }
.np-ledger-flow h3 { margin: 1px 0 6px; color: #efd9ab; font-size: 20px; }
.np-ledger-flow p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.7; }
.np-accounting-note { margin: 34px 0 0; padding: 18px 20px; border: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.75; }

.np-platform { position: relative; color: #fff; background: var(--np-forest); }
.np-platform::before { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.04), transparent 40%); content: ""; }
.np-platform .city-shell { position: relative; }
.np-platform h2 { color: #fff; }
.np-platform-head > p { color: rgba(255,255,255,.66); }
.np-platform-head code { color: #efd7a8; font-size: .88em; }
.np-platform-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; align-items: start; margin: 58px 0; }
.np-platform-flow article { position: relative; min-height: 242px; padding: 26px 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 6px; background: rgba(255,255,255,.055); }
.np-platform-flow article:nth-child(2) { margin-top: 30px; }
.np-platform-flow article:nth-child(3) { margin-top: 60px; }
.np-platform-flow article:nth-child(4) { margin-top: 90px; }
.np-platform-flow i { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 28px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; color: #efd7a8; font: 700 11px/1 monospace; }
.np-platform-flow small { color: rgba(255,255,255,.5); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.np-platform-flow h3 { margin: 8px 0; color: #fff; font-size: 23px; }
.np-platform-flow p { margin: 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.7; }
.np-platform-flow article::after { position: absolute; right: -13px; bottom: -18px; width: 26px; height: 3px; transform: rotate(48deg); background: var(--np-orange); content: ""; }
.np-platform-flow article:last-child::after { display: none; }
.np-platform-screen { margin: 0; padding: 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.06); box-shadow: 0 34px 90px rgba(0,0,0,.24); }
.np-platform-screen img { display: block; width: 100%; height: auto; border-radius: 4px; }
.np-platform-screen figcaption { padding: 12px 4px 1px; color: rgba(255,255,255,.52); font-size: 11px; letter-spacing: .08em; }
.np-platform-boundary { margin: 24px 0 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.75; }

.np-growth { background: #f3efe5; }
.np-growth-shell { display: grid; grid-template-columns: minmax(420px, 1fr) minmax(0, 1fr); gap: 72px; align-items: center; }
.np-growth-image { position: relative; margin: 0; }
.np-growth-image::before { position: absolute; inset: 22px -22px -22px 22px; z-index: 0; border: 1px solid rgba(21,56,45,.22); border-radius: 7px; content: ""; }
.np-growth-image img { position: relative; z-index: 1; display: block; width: 100%; height: auto; border-radius: 7px; box-shadow: var(--np-shadow); }
.np-growth-image figcaption { position: relative; z-index: 1; margin-top: 14px; color: #66776e; font-size: 12px; line-height: 1.65; }
.np-growth-copy > p:not(.city-eyebrow) { margin: 24px 0 0; color: #5b6c63; font-size: 16px; line-height: 1.82; }
.np-inquiry-steps { display: grid; gap: 10px; margin-top: 34px; }
.np-inquiry-steps article { display: grid; grid-template-columns: 44px 118px 1fr; gap: 14px; align-items: center; min-height: 62px; padding: 10px 18px; border-bottom: 1px solid var(--np-line); }
.np-inquiry-steps i { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--np-orange); border-radius: 50%; color: var(--np-orange); font: 800 10px/1 monospace; }
.np-inquiry-steps b { color: var(--np-forest-deep); font-size: 15px; }
.np-inquiry-steps span { color: #63746b; font-size: 13px; }
.np-growth-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.np-growth-actions a { display: inline-flex; min-height: 46px; align-items: center; padding: 0 19px; border: 1px solid var(--np-forest); border-radius: 4px; color: var(--np-forest); font-size: 13px; font-weight: 800; text-decoration: none; }
.np-growth-actions a:first-child { color: #fff; background: var(--np-forest); }

.np-services { background: #fffdf8; }
.np-service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.np-service-grid article { position: relative; grid-column: span 3; min-height: 270px; overflow: hidden; padding: 30px 26px; border: 1px solid var(--np-line); border-radius: 7px; background: #fff; }
.np-service-grid article:nth-child(2) { transform: translateY(28px); }
.np-service-grid article:nth-child(3) { transform: translateY(56px); }
.np-service-grid article:nth-child(4) { transform: translateY(84px); }
.np-service-grid small { color: var(--np-orange); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.np-service-grid h3 { margin: 66px 0 12px; color: var(--np-forest-deep); font-size: 24px; }
.np-service-grid p { margin: 0; color: #5f7067; font-size: 14px; line-height: 1.74; }
.np-service-grid i { position: absolute; top: 64px; left: 26px; width: 56px; height: 3px; background: linear-gradient(90deg, var(--np-orange), var(--np-bamboo)); }

.np-articles { padding-top: 180px !important; background: #e7eadf; }
.np-article-waterfall { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; align-items: start; }
.np-article-card { position: relative; grid-column: span 4; min-height: 265px; overflow: hidden; padding: 28px; border: 1px solid rgba(21,56,45,.17); border-radius: 7px; color: inherit; background: rgba(255,255,255,.72); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.np-article-card:hover { transform: translateY(-5px); box-shadow: var(--np-shadow); }
.np-article-card.is-featured { grid-column: span 8; min-height: 306px; color: #fff; background: var(--np-forest-deep); }
.np-article-card:nth-child(3) { margin-top: 28px; }
.np-article-card:nth-child(4) { grid-column: 3 / span 4; margin-top: -14px; }
.np-article-card:nth-child(5) { grid-column: span 6; margin-top: 22px; }
.np-article-card span { color: #7b8b83; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.np-article-card.is-featured span { color: #dfc78f; }
.np-article-card h3 { max-width: 650px; margin: 28px 0 10px; color: var(--np-forest-deep); font-size: 23px; line-height: 1.45; }
.np-article-card.is-featured h3 { color: #fff; font-size: 30px; }
.np-article-card p { max-width: 620px; margin: 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.7; }
.np-article-card b { position: absolute; right: 24px; bottom: 24px; color: var(--np-orange); font-size: 12px; }
.np-article-card i { position: absolute; left: 0; bottom: 0; width: 42%; height: 4px; background: var(--np-orange); }

.np-faq { background: #fffdf8; }
.np-faq .faq-list { display: grid; gap: 12px; }
.np-faq details { border: 1px solid var(--np-line); border-radius: 6px; background: #fff; }
.np-faq summary { display: grid; grid-template-columns: 44px 1fr 24px; gap: 16px; align-items: center; min-height: 78px; padding: 18px 24px; color: var(--np-forest-deep); cursor: pointer; font-size: 17px; font-weight: 800; list-style: none; }
.np-faq summary::-webkit-details-marker { display: none; }
.np-faq summary i { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: #fff; background: var(--np-forest); font: 800 10px/1 monospace; }
.np-faq summary b { color: var(--np-orange); font-size: 22px; text-align: center; }
.np-faq details > p { margin: 0; padding: 0 74px 26px 84px; color: #5c6d64; font-size: 15px; line-height: 1.8; }
.np-faq details[open] { border-color: rgba(228,93,47,.45); box-shadow: 0 16px 44px rgba(26,55,44,.06); }
.np-faq details[open] summary b { transform: rotate(45deg); }

.np-final { padding: 78px 0; color: #fff; background: var(--np-charcoal); }
.np-final-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .7fr); gap: 80px; align-items: end; }
.np-final small { color: #dfc78f; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.np-final h2 { margin-top: 16px; color: #fff; }
.np-final p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.8; }

.page-nanping .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.page-nanping .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .page-nanping .city-section { padding: 86px 0; }
  .np-heading,
  .np-waterfall-head,
  .np-platform-head { grid-template-columns: 1fr; gap: 24px; }
  .np-reading-grid article { grid-column: span 6; }
  .np-reading-grid article.is-wide { grid-column: span 12; }
  .np-register-shell,
  .np-accounting-grid,
  .np-growth-shell { grid-template-columns: 1fr; }
  .np-register-image { max-width: 760px; margin-inline: auto; }
  .np-platform-flow { grid-template-columns: repeat(2, 1fr); }
  .np-platform-flow article:nth-child(2),
  .np-platform-flow article:nth-child(3),
  .np-platform-flow article:nth-child(4) { margin-top: 0; }
  .np-service-grid article { grid-column: span 6; }
  .np-service-grid article:nth-child(2),
  .np-service-grid article:nth-child(3),
  .np-service-grid article:nth-child(4) { transform: none; }
  .np-articles { padding-top: 86px !important; }
  .np-article-card,
  .np-article-card.is-featured,
  .np-article-card:nth-child(4),
  .np-article-card:nth-child(5) { grid-column: span 6; margin-top: 0; }
  .np-final-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 700px) {
  .page-nanping .city-shell { width: min(100% - 28px, 1180px); }
  .page-nanping .city-section { padding: 72px 0; }
  .page-nanping h2 { font-size: 31px; line-height: 1.18; letter-spacing: -.035em; }
  .np-heading { margin-bottom: 34px; }
  .np-heading > p,
  .np-waterfall-head > p,
  .np-platform-head > p { font-size: 14px; line-height: 1.72; }
  .np-hero { min-height: 760px; }
  .np-hero::after {
    background:
      linear-gradient(180deg, rgba(7,19,16,.96) 0%, rgba(7,19,16,.83) 44%, rgba(7,19,16,.32) 68%, rgba(7,19,16,.55) 100%),
      linear-gradient(90deg, rgba(7,19,16,.45), transparent);
  }
  .np-hero-media img { object-position: center; }
  .np-hero-shell { min-height: 760px; padding-top: 20px; padding-bottom: 32px; }
  .np-hero-panel { width: 100%; margin-top: 43px; }
  .np-hero-panel .city-eyebrow { margin-bottom: 14px; }
  .np-hero h1 { max-width: 360px; font-size: 38px; line-height: 1.09; letter-spacing: -.045em; }
  .np-hero-lead { max-width: 360px; margin-top: 18px; font-size: 14px; line-height: 1.7; }
  .np-hero-actions { margin-top: 23px; }
  .np-hero-actions a { min-height: 44px; padding: 0 16px; font-size: 12px; }
  .np-hero-route { grid-template-columns: repeat(5, 9px) auto; gap: 7px; margin-top: 25px; }
  .np-hero-route i { width: 9px; height: 9px; }
  .np-hero-route span { font-size: 8px; letter-spacing: .08em; }
  .np-hero-mark { right: 4px; bottom: 27px; }
  .np-hero-mark b { font-size: 49px; }
  .np-hero-mark span { font-size: 8px; }
  .np-hero-mark i { width: 92px; }
  .np-reading-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .np-reading-grid article,
  .np-reading-grid article.is-wide,
  .np-reading-grid article.is-tall { grid-column: auto; grid-row: auto; min-height: 190px; }
  .np-reading-grid article b { font-size: 33px; }
  .np-route-tabs { grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 34px 0 46px; }
  .np-route-tabs button { min-height: 58px; justify-content: center; padding: 8px 4px; border-right: 1px solid var(--np-line); }
  .np-route-tabs button b { display: none; }
  .np-route-tabs button span { font-size: 12px; }
  .np-waterfall-line { left: 24px; transform: none; }
  .np-fall-card,
  .np-fall-card.step-2,
  .np-fall-card.step-3,
  .np-fall-card.step-4,
  .np-fall-card.step-5,
  .np-fall-card:nth-of-type(even) { width: calc(100% - 44px); margin: 0 0 0 44px; justify-self: auto; grid-template-columns: 50px 1fr; padding: 22px 20px; }
  .np-fall-card::after,
  .np-fall-card:nth-of-type(even)::after { top: 50%; right: auto; left: -20px; width: 20px; }
  .np-fall-card > i { width: 40px; height: 40px; }
  .np-fall-card h3 { font-size: 20px; }
  .np-fall-card p { font-size: 13px; line-height: 1.7; }
  .np-register-shell { gap: 54px; }
  .np-register-copy > p:not(.city-eyebrow) { font-size: 14px; }
  .np-register-modules { grid-template-columns: 1fr; }
  .np-register-modules article,
  .np-register-modules article:nth-child(2),
  .np-register-modules article:nth-child(4) { min-height: 0; transform: none; }
  .np-register-copy aside { margin-top: 25px; }
  .np-register-image img { border-radius: 120px 120px 7px 7px; }
  .np-register-image figcaption { right: 0; bottom: 12px; max-width: 245px; padding: 14px 17px; }
  .np-accounting-grid { gap: 36px; }
  .np-ledger-flow article,
  .np-ledger-flow article:nth-child(even) { grid-template-columns: 44px 1fr; gap: 12px; margin-left: 0; padding: 18px 14px; }
  .np-ledger-flow::before { left: 21px; }
  .np-ledger-flow i { width: 42px; height: 42px; }
  .np-platform-flow { grid-template-columns: 1fr; margin: 38px 0; }
  .np-platform-flow article { min-height: 0; }
  .np-platform-flow article::after { right: auto; bottom: -14px; left: 29px; width: 3px; height: 28px; transform: none; }
  .np-growth-shell { gap: 52px; }
  .np-growth-image::before { inset: 12px -8px -12px 12px; }
  .np-growth-copy > p:not(.city-eyebrow) { font-size: 14px; }
  .np-inquiry-steps article { grid-template-columns: 38px 94px 1fr; gap: 9px; padding: 10px 4px; }
  .np-inquiry-steps span { font-size: 12px; }
  .np-service-grid { grid-template-columns: 1fr; }
  .np-service-grid article { grid-column: auto; min-height: 225px; }
  .np-service-grid h3 { margin-top: 56px; }
  .np-articles { padding-top: 72px !important; }
  .np-article-waterfall { grid-template-columns: 1fr; }
  .np-article-card,
  .np-article-card.is-featured,
  .np-article-card:nth-child(4),
  .np-article-card:nth-child(5) { grid-column: auto; min-height: 250px; }
  .np-article-card.is-featured h3 { font-size: 24px; }
  .np-faq summary { grid-template-columns: 38px 1fr 20px; gap: 10px; min-height: 74px; padding: 15px 14px; font-size: 14px; line-height: 1.55; }
  .np-faq summary i { width: 34px; height: 34px; }
  .np-faq details > p { padding: 0 18px 22px 62px; font-size: 13px; line-height: 1.72; }
  .np-final { padding: 64px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .page-nanping { scroll-behavior: auto; }
  .page-nanping *,
  .page-nanping *::before,
  .page-nanping *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0s !important; }
  .page-nanping .reveal { opacity: 1 !important; transform: none !important; }
}
