.page-nanchang {
  --accent: #a84432;
  --nc-deep: #271d1a;
  --nc-brick: #7a3428;
  --nc-coral: #d95f45;
  --nc-ink: #241d1b;
  --nc-cream: #f7f0e3;
  --nc-paper: #fffaf1;
  --nc-teal: #1d6d69;
  --nc-line: rgba(80, 45, 35, .16);
  background: #f7f2e9;
  color: var(--nc-ink);
}

.page-nanchang .city-main { background: #f7f2e9; }
.page-nanchang .city-crumb { position: relative; z-index: 3; }
.page-nanchang .city-section h2 { font-size: clamp(43px, 3.7vw, 47px); letter-spacing: -.05em; }
.page-nanchang .city-eyebrow { color: var(--nc-brick); }
.page-nanchang .city-eyebrow::before { width: 38px; height: 3px; border-radius: 99px; }

.nc-hero {
  position: relative;
  min-height: 690px;
  padding: 42px 0 82px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(122,52,40,.06) 1px, transparent 1px) 0 0 / 46px 46px,
    linear-gradient(rgba(122,52,40,.06) 1px, transparent 1px) 0 0 / 46px 46px,
    radial-gradient(circle at 12% 18%, rgba(217,95,69,.14), transparent 34%),
    #f7f0e3;
}
.nc-hero::before {
  position: absolute;
  top: 24px;
  right: -80px;
  width: 420px;
  height: 620px;
  border: 1px solid rgba(122,52,40,.16);
  border-radius: 220px 0 0 220px;
  content: "";
  transform: rotate(8deg);
}
.nc-hero-stage { display: grid; grid-template-columns: minmax(0, .92fr) minmax(550px, 1.08fr); align-items: center; gap: 64px; }
.nc-hero-copy { position: relative; z-index: 2; padding: 18px 0 12px; }
.nc-hero-copy h1 { max-width: 650px; margin: 0; font-size: clamp(52px, 4.6vw, 60px); line-height: .99; letter-spacing: -.065em; }
.nc-hero-lead { max-width: 610px; margin: 28px 0 0; color: #6d5a53; font-size: 18px; line-height: 1.9; }
.nc-hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 32px; }
.nc-primary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 27px; border-radius: 8px 24px 24px 8px; background: var(--nc-brick); box-shadow: 0 18px 38px rgba(122,52,40,.25); color: #fff!important; font-weight: 900; text-decoration: none; }
.nc-text-link { color: var(--nc-brick)!important; font-weight: 900; text-decoration: none; }
.nc-text-link span { display: inline-block; margin-left: 6px; transition: transform .2s ease; }
.nc-text-link:hover span { transform: translateY(4px); }
.nc-proof-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 40px 0 0; padding: 0; border-top: 1px solid var(--nc-line); list-style: none; }
.nc-proof-row li { padding: 18px 16px 0 0; }
.nc-proof-row strong,.nc-proof-row span { display: block; }
.nc-proof-row strong { color: var(--nc-brick); font-size: 13px; }
.nc-proof-row span { margin-top: 5px; color: #735f58; font-size: 12px; }

.nc-command { position: relative; min-height: 570px; margin: 0 -28px 0 0; }
.nc-hero-picture { position: absolute; inset: 26px 0 42px 52px; display: block; overflow: hidden; border-radius: 190px 30px 30px 190px; box-shadow: 0 42px 95px rgba(73,40,31,.24); }
.nc-hero-picture::after { position: absolute; inset: 0; background: linear-gradient(120deg, transparent 42%, rgba(52,24,17,.32)); content: ""; }
.nc-hero-picture img { width: 100%; height: 100%; object-fit: cover; }
.nc-ledger-tabs { position: absolute; top: 74px; left: 12px; display: grid; gap: 8px; }
.nc-ledger-tabs span { display: grid; place-items: center; width: 74px; height: 43px; border: 1px solid rgba(122,52,40,.15); border-radius: 14px 4px 4px 14px; background: var(--nc-paper); box-shadow: -10px 12px 24px rgba(70,38,30,.10); color: var(--nc-brick); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.nc-command-card { position: absolute; right: 8px; bottom: 0; width: 350px; padding: 26px 28px; border: 1px solid rgba(255,255,255,.48); border-radius: 28px 8px 28px 28px; background: rgba(39,29,26,.92); box-shadow: 0 24px 60px rgba(38,24,20,.3); color: #fff; backdrop-filter: blur(16px); }
.nc-command-kicker { display: block; color: #f5b39f; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.nc-command-card strong { display: block; margin-top: 10px; font-size: 22px; line-height: 1.35; }
.nc-command-card small { display: block; margin-top: 12px; color: #d7c5bf; font-size: 12px; }
.nc-command-meter { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; margin-top: 20px; }
.nc-command-meter i { height: 6px; border-radius: 10px; background: #c5553f; }
.nc-command-meter i:nth-child(2) { background: #da8b4e; }
.nc-command-meter i:nth-child(3) { background: #4d918c; }
.nc-command-meter i:nth-child(4) { background: #f2d3b3; }

.nc-first-ad { border-top: 1px solid #eadcca; border-bottom: 1px solid #eadcca; background: #eee3d2; }
.nc-decision { background: #fbf7ef; }
.nc-decision-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr); gap: 50px; align-items: stretch; }
.nc-book-visual { position: relative; min-height: 620px; margin: 0; overflow: hidden; border-radius: 16px 56px 16px 16px; background: #3b2b25; box-shadow: 0 28px 70px rgba(76,49,39,.15); }
.nc-book-visual::before { position: absolute; top: 0; right: 0; z-index: 2; width: 18px; height: 100%; background: repeating-linear-gradient(to bottom,#d8bd93 0 9px,#af805a 9px 11px); content: ""; }
.nc-book-visual img { width: 100%; height: 100%; object-fit: cover; }
.nc-book-visual figcaption { position: absolute; left: 24px; right: 40px; bottom: 24px; padding: 22px; border-radius: 16px; background: rgba(255,250,241,.91); box-shadow: 0 16px 34px rgba(35,20,15,.18); backdrop-filter: blur(12px); }
.nc-book-visual figcaption span,.nc-book-visual figcaption strong { display: block; }
.nc-book-visual figcaption span { color: var(--nc-brick); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.nc-book-visual figcaption strong { margin-top: 8px; font-size: 21px; }
.nc-decision-stack { display: grid; align-content: start; gap: 14px; }
.nc-paper-card { position: relative; display: grid; grid-template-columns: 54px minmax(0,1fr); gap: 18px; padding: 27px 28px; border: 1px solid var(--nc-line); border-radius: 6px 24px 24px 6px; background: var(--nc-paper); box-shadow: 0 12px 30px rgba(76,49,39,.07); transition: transform .24s ease, box-shadow .24s ease; }
.nc-paper-card::after { position: absolute; right: 18px; bottom: -6px; left: 18px; height: 6px; border-radius: 0 0 5px 5px; background: #e8dbc8; content: ""; }
.nc-paper-card:hover,.nc-paper-card.is-raised { z-index: 2; transform: translateX(-10px) rotate(-.4deg); box-shadow: 0 22px 44px rgba(76,49,39,.13); }
.nc-paper-no { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #f1dfc7; color: var(--nc-brick); font-weight: 950; }
.nc-paper-card h3 { margin: 2px 0 8px; font-size: 21px; }
.nc-paper-card p { margin: 0; color: #705d55; font-size: 14px; line-height: 1.8; }
.nc-policy-note { margin-top: 10px; padding: 25px 28px; border-left: 4px solid var(--nc-teal); background: #e8f0ed; }
.nc-policy-note strong { color: var(--nc-teal); font-size: 15px; }
.nc-policy-note p { margin: 8px 0 0; color: #516965; font-size: 13px; line-height: 1.8; }

.nc-route { background: var(--nc-deep); color: #fff; }
.nc-route .city-eyebrow { color: #eda98d; }
.nc-route .city-section-copy { color: #cbbdb8; }
.nc-route-board { display: grid; grid-template-columns: 330px minmax(0,1fr); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.nc-route-index { display: grid; align-content: center; padding: 30px 0; border-right: 1px solid rgba(255,255,255,.14); }
.nc-route-index button { display: grid; grid-template-columns: 52px 1fr; align-items: center; width: 100%; padding: 19px 26px 19px 8px; border: 0; border-left: 3px solid transparent; background: transparent; color: #aa9891; cursor: pointer; text-align: left; font: inherit; font-size: 15px; font-weight: 850; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.nc-route-index button span { font-family: Georgia, serif; font-size: 13px; font-style: italic; }
.nc-route-index button:hover,.nc-route-index button.is-current { border-left-color: #e1664c; background: linear-gradient(90deg,rgba(217,95,69,.18),transparent); color: #fff; }
.nc-route-pages { position: relative; min-height: 480px; }
.nc-route-page { position: absolute; inset: 0; display: grid; align-content: center; padding: 52px 72px; opacity: 0; pointer-events: none; transform: translateY(18px); transition: opacity .3s ease, transform .3s ease; }
.nc-route-page.is-current { opacity: 1; pointer-events: auto; transform: none; }
.nc-page-label { color: #eda98d; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.nc-route-page h3 { max-width: 650px; margin: 15px 0 18px; font-size: clamp(32px,3vw,48px); line-height: 1.08; letter-spacing: -.045em; }
.nc-route-page p { max-width: 720px; margin: 0; color: #cbbdb8; font-size: 16px; line-height: 1.85; }
.nc-route-page ul { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 32px 0 0; padding: 0; list-style: none; }
.nc-route-page li { min-height: 72px; padding: 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px 18px 8px 8px; background: rgba(255,255,255,.045); color: #eadfd9; font-size: 13px; line-height: 1.55; }

.nc-accounting { overflow: hidden; background: #e7efeb; }
.nc-accounting-grid { display: grid; grid-template-columns: minmax(0,.94fr) minmax(540px,1.06fr); gap: 70px; align-items: center; }
.nc-accounting-copy h2 { margin: 0; }
.nc-accounting-copy > p:not(.city-eyebrow) { color: #536662; font-size: 16px; line-height: 1.9; }
.nc-ledger-list { margin: 30px 0 0; border-top: 1px solid rgba(29,109,105,.2); }
.nc-ledger-list div { display: grid; grid-template-columns: 130px 1fr; gap: 22px; padding: 18px 0; border-bottom: 1px solid rgba(29,109,105,.2); }
.nc-ledger-list dt { color: var(--nc-teal); font-weight: 950; }
.nc-ledger-list dd { margin: 0; color: #586b67; }
.nc-inline-link { display: inline-flex; margin-top: 28px; color: var(--nc-teal)!important; font-weight: 950; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.nc-accounting-visual { position: relative; min-height: 610px; margin: 0; }
.nc-accounting-visual::before,.nc-accounting-visual::after { position: absolute; width: 75%; height: 80%; border-radius: 10px 44px 10px 10px; content: ""; }
.nc-accounting-visual::before { top: 7%; left: -4%; border: 1px solid rgba(29,109,105,.2); background: #d6e4df; transform: rotate(-5deg); }
.nc-accounting-visual::after { top: 12%; right: -5%; background: #f3eadb; transform: rotate(4deg); }
.nc-accounting-visual img { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; border-radius: 14px 54px 14px 14px; box-shadow: 0 30px 70px rgba(37,74,68,.2); object-fit: cover; }
.nc-accounting-visual figcaption { position: absolute; right: 20px; bottom: 18px; z-index: 3; width: min(370px,calc(100% - 40px)); padding: 20px 22px; border-radius: 16px 6px 16px 16px; background: rgba(28,78,74,.9); color: #fff; backdrop-filter: blur(12px); }
.nc-accounting-visual b,.nc-accounting-visual span { display: block; }
.nc-accounting-visual span { margin-top: 7px; color: #cde2dd; font-size: 12px; letter-spacing: .08em; }

.nc-platform { background: #fffaf1; }
.nc-platform-frame { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(330px,.65fr); overflow: hidden; border: 1px solid var(--nc-line); border-radius: 10px 46px 10px 10px; background: #302521; box-shadow: 0 34px 75px rgba(61,42,35,.17); }
.nc-platform-screen { display: grid; place-items: center; min-height: 570px; padding: 30px; background: #efe5d5; }
.nc-platform-screen img { display: block; width: 100%; height: 100%; max-height: 520px; border-radius: 12px; box-shadow: 0 18px 42px rgba(40,28,23,.18); object-fit: contain; background: #fff; }
.nc-workspace-list { display: grid; align-content: center; padding: 22px 28px; }
.nc-workspace-list article { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.nc-workspace-list article:last-child { border-bottom: 0; }
.nc-workspace-list span { color: #e99778; font-family: Georgia,serif; font-size: 14px; font-style: italic; }
.nc-workspace-list h3 { margin: 0; color: #fff; font-size: 19px; }
.nc-workspace-list p { margin: 7px 0 0; color: #c5b8b2; font-size: 13px; line-height: 1.65; }
.nc-boundary-strip { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; margin-top: 20px; padding: 20px 24px; border: 1px solid #bfd9d5; border-radius: 6px 22px 6px 6px; background: #e9f2ef; }
.nc-boundary-strip strong { color: var(--nc-teal); }
.nc-boundary-strip span { color: #526a66; font-size: 13px; line-height: 1.65; }
.nc-boundary-strip a { color: var(--nc-teal)!important; font-size: 13px; font-weight: 950; white-space: nowrap; }

.nc-growth { background: #efe3d1; }
.nc-growth-grid { display: grid; grid-template-columns: minmax(500px,1.08fr) minmax(0,.92fr); gap: 68px; align-items: center; }
.nc-growth-visual { position: relative; min-height: 600px; margin: 0; overflow: hidden; border-radius: 52px 12px 12px 12px; box-shadow: 0 30px 74px rgba(70,45,35,.17); }
.nc-growth-visual img { width: 100%; height: 100%; object-fit: cover; }
.nc-growth-visual figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 24px 28px; background: linear-gradient(transparent,rgba(35,27,23,.82)); color: #fff; font-size: 15px; font-weight: 900; }
.nc-growth-copy h2 { margin: 0; }
.nc-growth-copy > p:not(.city-eyebrow) { color: #6d5b53; font-size: 16px; line-height: 1.9; }
.nc-growth-notes { display: grid; gap: 12px; margin-top: 26px; }
.nc-growth-notes article { padding: 22px 24px; border-left: 5px solid #b64d38; border-radius: 4px 20px 20px 4px; background: rgba(255,250,241,.84); box-shadow: 0 12px 28px rgba(71,45,36,.08); }
.nc-growth-notes article:nth-child(2) { border-left-color: var(--nc-teal); }
.nc-growth-notes span { font-weight: 950; }
.nc-growth-notes p { margin: 8px 0; color: #706058; font-size: 13px; line-height: 1.7; }
.nc-growth-notes a { color: var(--nc-brick)!important; font-size: 13px; font-weight: 950; }

.nc-services { background: #fffaf1; }
.nc-service-shelves { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--nc-line); border-left: 1px solid var(--nc-line); }
.nc-service-shelves a { position: relative; min-height: 330px; padding: 30px; border-right: 1px solid var(--nc-line); border-bottom: 1px solid var(--nc-line); background: #fffaf1; text-decoration: none; transition: background .22s ease, transform .22s ease; }
.nc-service-shelves a::after { position: absolute; right: 24px; bottom: 24px; width: 30px; height: 30px; border-right: 2px solid var(--nc-brick); border-bottom: 2px solid var(--nc-brick); content: ""; }
.nc-service-shelves a:hover { z-index: 2; background: #f3e3ce; transform: translateY(-8px); }
.nc-service-shelves span,.nc-service-shelves b,.nc-service-shelves em { display: block; }
.nc-service-shelves span { color: #b64d38; font-family: Georgia,serif; font-style: italic; }
.nc-service-shelves b { margin-top: 92px; font-size: 22px; }
.nc-service-shelves em { margin-top: 12px; color: #77645c; font-size: 13px; font-style: normal; line-height: 1.7; }

.nc-articles { background: #e8ded0; }
.nc-article-list { border-top: 1px solid rgba(80,45,35,.2); }
.nc-article-list a { display: grid; grid-template-columns: 200px minmax(0,1fr) auto; align-items: center; gap: 32px; padding: 26px 8px; border-bottom: 1px solid rgba(80,45,35,.2); text-decoration: none; }
.nc-article-list a:hover b { color: var(--nc-brick); transform: translateX(8px); }
.nc-article-list span { display: flex; align-items: center; gap: 12px; }
.nc-article-list time { color: #7c655b; font-size: 12px; }
.nc-article-list i { padding: 6px 9px; border-radius: 999px; background: #f8efe3; color: var(--nc-brick); font-size: 11px; font-style: normal; font-weight: 900; }
.nc-article-list b { font-size: 17px; line-height: 1.55; transition: color .2s ease, transform .2s ease; }
.nc-article-list em { color: var(--nc-teal); font-size: 12px; font-style: normal; font-weight: 900; }

.nc-faq { background: #fffaf1; }
.nc-faq-list summary { position: relative; padding-right: 56px; font-size: 19px; }
.nc-faq-list summary::after { position: absolute; top: 20px; right: 5px; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--nc-line); border-radius: 50%; color: var(--nc-brick); content: "+"; font-size: 20px; transition: transform .2s ease; }
.nc-faq-list details[open] summary::after { transform: rotate(45deg); }
.nc-faq-list details p { max-width: 880px; margin: -4px 0 24px; }
.nc-final-ad { background: #271d1a; }
.nc-final { background: #2c211d; }
.nc-final-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(350px,.8fr); gap: 80px; align-items: end; }
.nc-final .city-eyebrow { color: #eda98d; }
.nc-final h2 { margin: 0; color: #fff; font-size: clamp(43px,4.5vw,62px); line-height: 1.05; letter-spacing: -.05em; }
.nc-final-grid > div:last-child p { margin: 0; color: #c8b9b2; line-height: 1.85; }
.nc-final-grid a { display: inline-flex; align-items: center; gap: 12px; margin-top: 26px; color: #fff!important; font-weight: 950; text-underline-offset: 6px; }

@media (max-width: 1120px) {
  .nc-hero-stage { grid-template-columns: 1fr; gap: 28px; }
  .nc-command { min-height: 600px; margin-right: 0; }
  .nc-hero-picture { inset: 0 0 40px 60px; }
  .nc-decision-layout,.nc-accounting-grid,.nc-growth-grid { grid-template-columns: 1fr; }
  .nc-book-visual,.nc-accounting-visual,.nc-growth-visual { min-height: 560px; }
  .nc-service-shelves { grid-template-columns: repeat(2,1fr); }
  .nc-platform-frame { grid-template-columns: 1fr; }
  .nc-workspace-list { grid-template-columns: repeat(2,1fr); }
  .nc-workspace-list article:nth-child(odd) { padding-right: 20px; }
}

@media (max-width: 760px) {
  .page-nanchang .city-section h2 { font-size: clamp(29px,9vw,33px); line-height: 1.12; }
  .nc-hero { min-height: auto; padding: 24px 0 58px; }
  .nc-hero::before { display: none; }
  .nc-hero-copy h1 { font-size: clamp(36px,10vw,40px); line-height: 1.04; }
  .nc-hero-lead { margin-top: 20px; font-size: 16px; line-height: 1.75; }
  .nc-hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .nc-primary-button { width: 100%; }
  .nc-proof-row { grid-template-columns: 1fr; margin-top: 30px; }
  .nc-proof-row li { display: grid; grid-template-columns: 80px 1fr; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--nc-line); }
  .nc-proof-row span { margin-top: 0; }
  .nc-command { min-height: 480px; margin-top: -32px; }
  .nc-command.reveal { opacity: 1; transform: none; }
  .nc-hero-picture { inset: 0 0 62px 24px; border-radius: 110px 16px 16px 110px; }
  .nc-ledger-tabs { top: 44px; left: 0; }
  .nc-ledger-tabs span { width: 58px; height: 36px; }
  .nc-command-card { right: 0; bottom: 0; width: calc(100% - 30px); padding: 20px; }
  .nc-command-card strong { font-size: 18px; }
  .nc-decision-layout { gap: 26px; }
  .nc-book-visual,.nc-accounting-visual,.nc-growth-visual { min-height: 390px; }
  .nc-paper-card { grid-template-columns: 42px 1fr; gap: 12px; padding: 22px 18px; }
  .nc-paper-no { width: 40px; height: 40px; }
  .nc-paper-card:hover,.nc-paper-card.is-raised { transform: none; }
  .nc-route-board { grid-template-columns: 1fr; }
  .nc-route-index { grid-template-columns: repeat(5,1fr); padding: 0; overflow-x: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .nc-route-index button { display: block; min-width: 90px; padding: 14px 8px; border-bottom: 3px solid transparent; border-left: 0; text-align: center; font-size: 11px; }
  .nc-route-index button span { display: block; margin-bottom: 5px; }
  .nc-route-index button:hover,.nc-route-index button.is-current { border-bottom-color: #e1664c; border-left-color: transparent; background: linear-gradient(0deg,rgba(217,95,69,.18),transparent); }
  .nc-route-pages { min-height: 530px; }
  .nc-route-page { padding: 34px 22px; }
  .nc-route-page h3 { font-size: 30px; }
  .nc-route-page ul { grid-template-columns: 1fr; margin-top: 24px; }
  .nc-route-page li { min-height: auto; }
  .nc-accounting-grid { gap: 48px; }
  .nc-ledger-list div { grid-template-columns: 1fr; gap: 6px; }
  .nc-accounting-visual::before,.nc-accounting-visual::after { display: none; }
  .nc-platform-screen { min-height: auto; padding: 12px; }
  .nc-platform-screen img { height: auto; }
  .nc-workspace-list { grid-template-columns: 1fr; padding: 18px 22px; }
  .nc-boundary-strip { grid-template-columns: 1fr; gap: 8px; }
  .nc-growth-grid { gap: 38px; }
  .nc-service-shelves { grid-template-columns: 1fr; }
  .nc-service-shelves a { min-height: 220px; }
  .nc-service-shelves b { margin-top: 52px; }
  .nc-article-list a { grid-template-columns: 1fr; gap: 12px; padding: 23px 4px; }
  .nc-article-list em { display: none; }
  .nc-final-grid { grid-template-columns: 1fr; gap: 30px; }
  .nc-final h2 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-nanchang * { scroll-behavior: auto!important; }
  .nc-paper-card,.nc-text-link span,.nc-route-page,.nc-service-shelves a,.nc-article-list b { transition: none!important; }
}
