:root {
  --ink: #17362f;
  --deep: #062b25;
  --forest: #0d4b3f;
  --leaf: #93e45e;
  --paper: #f4f0e5;
  --sand: #e9dfc9;
  --line: rgba(23, 54, 47, .16);
  --white: #fff;
  --shadow: 0 24px 70px rgba(5, 40, 33, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 18px; }
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; }
[hidden] { display: none !important; }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 18px; border-radius: 999px; color: white; background: var(--deep); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.portal-top { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; padding: 22px clamp(20px, 5vw, 74px); display: flex; align-items: center; justify-content: space-between; color: white; }
.portal-brand { min-height: 54px; display: flex; align-items: center; gap: 13px; }
.portal-brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-family: "Songti SC", serif; font-size: 21px; font-weight: 700; background: rgba(4,35,29,.18); backdrop-filter: blur(8px); }
.portal-brand-copy { display: grid; gap: 2px; }
.portal-brand-copy strong { font-family: "Songti SC", serif; font-size: 20px; letter-spacing: .12em; }
.portal-brand-copy small { font-size: 8px; letter-spacing: .2em; opacity: .66; }
.portal-nav { display: flex; align-items: center; gap: 8px; }
.portal-nav a { min-height: 48px; padding: 0 18px; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: 14px; background: rgba(5,42,34,.18); backdrop-filter: blur(10px); }
.portal-nav a:last-child { color: var(--deep); border-color: var(--leaf); background: var(--leaf); font-weight: 700; }

.hub-hero, .city-hero { position: relative; min-height: 92svh; overflow: hidden; color: white; background: var(--deep); }
.hub-hero picture, .hub-hero img, .city-hero picture, .city-hero img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hub-hero img, .city-hero img { object-fit: cover; }
.hub-hero::after, .city-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,28,23,.82) 0%, rgba(3,28,23,.35) 46%, rgba(3,28,23,.08) 72%), linear-gradient(0deg, rgba(3,28,23,.72), transparent 45%); }
.hero-shell { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); min-height: 92svh; margin: 0 auto; padding: 150px 0 72px; display: flex; flex-direction: column; justify-content: flex-end; }
.hero-kicker { margin: 0 0 18px; display: flex; align-items: center; gap: 12px; color: var(--leaf); font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.hero-kicker::before { content: ""; width: 38px; height: 1px; background: currentColor; }
.hub-hero h1, .city-hero h1 { max-width: 780px; margin: 0; font-family: "Songti SC", "STSong", serif; font-size: clamp(52px, 7.3vw, 102px); font-weight: 500; line-height: 1.03; letter-spacing: -.04em; white-space: pre-line; }
.hub-hero h1 em { color: var(--leaf); font-style: normal; }
.hero-lead { max-width: 720px; margin: 24px 0 0; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.9; }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions a, .hero-actions button { min-width: 190px; min-height: 58px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: white; background: rgba(255,255,255,.08); cursor: pointer; }
.hero-actions .primary-action { color: var(--deep); border-color: var(--leaf); background: var(--leaf); font-weight: 800; }
.hero-note { position: absolute; z-index: 3; right: 5vw; bottom: 62px; display: grid; grid-template-columns: repeat(3, auto); gap: 8px; }
.hero-note span { min-width: 112px; padding: 12px 16px; display: grid; gap: 3px; border: 1px solid rgba(255,255,255,.17); border-radius: 12px; background: rgba(4,35,29,.32); backdrop-filter: blur(12px); }
.hero-note b { font-size: 14px; }
.hero-note small { font-size: 9px; opacity: .62; }

.business-strip { color: white; background: var(--deep); }
.business-strip-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 58px 0; display: grid; grid-template-columns: 1.1fr repeat(4, .7fr); gap: 16px; align-items: stretch; }
.business-strip h2 { margin: 0; font-family: "Songti SC", serif; font-size: 34px; font-weight: 500; line-height: 1.35; }
.business-strip article { padding: 18px 20px; border-left: 1px solid rgba(255,255,255,.13); }
.business-strip article span { display: block; color: var(--leaf); font-size: 11px; letter-spacing: .14em; }
.business-strip article strong { display: block; margin-top: 10px; font-family: "Songti SC", serif; font-size: 20px; }
.business-strip article p { margin: 8px 0 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.65; }

.route-section { position: relative; overflow: hidden; padding: 120px 0 150px; background: radial-gradient(circle at 15% 15%, rgba(255,255,255,.55), transparent 28%), radial-gradient(circle at 84% 45%, rgba(102,133,106,.14), transparent 24%), linear-gradient(150deg, #eee5d2, #ded1b4); }
.route-section::before { content: "山  水  相  逢"; position: absolute; top: 5%; right: -28px; color: rgba(69,74,54,.07); font-family: "Songti SC", serif; font-size: 140px; writing-mode: vertical-rl; letter-spacing: .12em; }
.section-head { width: min(1080px, calc(100% - 40px)); margin: 0 auto 74px; text-align: center; }
.section-head small { color: #718277; font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.section-head h2 { margin: 16px 0 0; font-family: "Songti SC", serif; font-size: clamp(42px, 5vw, 72px); font-weight: 500; line-height: 1.15; }
.section-head p { max-width: 660px; margin: 20px auto 0; color: #5d716a; line-height: 1.8; }
.level-scroll { position: relative; width: min(860px, calc(100% - 40px)); aspect-ratio: 941 / 1672; margin: 0 auto; overflow: hidden; isolation: isolate; border: 1px solid rgba(51,74,60,.22); border-radius: 42px; background: #d8dbc4; box-shadow: 0 45px 110px rgba(33,52,43,.25); }
.level-scroll::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(8,48,39,.12), transparent 18%, transparent 82%, rgba(8,48,39,.12)), linear-gradient(0deg, rgba(7,43,35,.24), transparent 16%, transparent 88%, rgba(255,244,199,.1)); }
.level-scroll-art { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; }
.level-stage { position: absolute; z-index: 4; top: var(--stage-y); left: var(--stage-x); width: 126px; height: 126px; border-radius: 50%; transform: translate(-50%, -50%); transition: transform .28s ease, filter .28s ease; }
.level-stage:hover, .level-stage:focus-visible { z-index: 8; transform: translate(-50%, -50%) scale(1.06); filter: drop-shadow(0 18px 22px rgba(6,43,37,.28)); outline: none; }
.level-emblem { position: absolute; inset: 7px; display: block; overflow: hidden; border: 5px solid rgba(250,238,194,.96); border-radius: 50%; background: #d8c899; box-shadow: 0 0 0 3px rgba(21,75,60,.82), 0 12px 28px rgba(5,42,34,.35); }
.level-emblem::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.6), inset 0 -24px 38px rgba(3,31,25,.28); }
.level-emblem img { width: 100%; height: 100%; display: block; object-fit: cover; }
.level-copy { position: absolute; top: 50%; width: 220px; min-height: 82px; padding: 13px 16px 12px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(74,76,51,.24); border-radius: 18px; color: #173b32; background: rgba(249,243,222,.91); box-shadow: 0 12px 34px rgba(45,52,35,.2); backdrop-filter: blur(8px); transform: translateY(-50%); }
.level-stage-left .level-copy { left: calc(100% + 18px); }
.level-stage-right .level-copy { right: calc(100% + 18px); text-align: right; }
.level-copy small { color: #587066; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.level-copy strong { margin-top: 3px; font-family: "Songti SC", "STSong", serif; font-size: 28px; font-weight: 700; letter-spacing: .06em; }
.level-copy span { margin-top: 2px; color: #5d6d66; font-size: 12px; white-space: nowrap; }
.level-number { position: absolute; z-index: 2; right: -2px; bottom: 4px; width: 36px; height: 36px; display: grid; place-items: center; border: 2px solid #f5e8b9; border-radius: 50%; color: #f8efcf; background: var(--forest); box-shadow: 0 6px 18px rgba(5,42,34,.35); font-family: Georgia, serif; font-size: 11px; }
.level-emblem-future { display: grid; place-items: center; color: #f6e9bd; background: radial-gradient(circle at 40% 28%, #8abf75, transparent 26%), linear-gradient(145deg, #315f50, #092e27); }
.level-emblem-future span { position: relative; z-index: 2; font-family: "Songti SC", serif; font-size: 50px; }
.level-stage.is-future .level-copy { color: white; border-color: rgba(255,255,255,.18); background: rgba(7,50,41,.9); }
.level-stage.is-future .level-copy small, .level-stage.is-future .level-copy span { color: rgba(255,255,255,.7); }
.level-start { position: absolute; z-index: 3; left: 6%; bottom: 3%; padding: 8px 14px; border: 1px solid rgba(25,71,59,.24); border-radius: 999px; color: #234d40; background: rgba(250,239,203,.76); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.level-start::after { content: "↗"; margin-left: 7px; }
.level-legend { position: absolute; z-index: 3; right: 4%; bottom: 2.7%; display: flex; align-items: center; gap: 7px; color: rgba(24,58,49,.72); font-size: 10px; font-weight: 700; }
.level-legend span { width: 9px; height: 9px; border-radius: 50%; background: var(--leaf); box-shadow: 0 0 0 4px rgba(255,255,255,.55); }

.elder-section { padding: 110px 0; background: #f8f5ed; }
.elder-grid { width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: center; }
.elder-copy small { color: #718277; font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.elder-copy h2 { margin: 15px 0 0; font-family: "Songti SC", serif; font-size: clamp(40px, 5vw, 68px); font-weight: 500; line-height: 1.18; }
.elder-copy p { color: #60736c; line-height: 1.85; }
.elder-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.elder-points article { min-height: 178px; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.elder-points b { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: #e9f6df; }
.elder-points strong { display: block; margin-top: 19px; font-family: "Songti SC", serif; font-size: 22px; }
.elder-points p { margin: 7px 0 0; color: #667971; font-size: 14px; line-height: 1.65; }

.city-hero { min-height: 100svh; }
.city-hero .hero-shell { min-height: 100svh; }
.city-hero .station-badge { width: fit-content; margin-bottom: 18px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: 12px; letter-spacing: .12em; background: rgba(3,35,29,.28); }
.city-hero-future { background: radial-gradient(circle at 70% 20%, rgba(147,228,94,.2), transparent 28%), linear-gradient(150deg, #315b4e, #062b25 65%); }
.city-facts { position: relative; z-index: 3; width: min(1180px, calc(100% - 40px)); margin: -45px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); }
.city-facts article { min-height: 110px; padding: 24px 28px; color: white; background: rgba(10,66,55,.97); border-right: 1px solid rgba(255,255,255,.12); }
.city-facts article:last-child { border-right: 0; }
.city-facts span { display: block; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .12em; }
.city-facts strong { display: block; margin-top: 10px; font-family: "Songti SC", serif; font-size: 23px; font-weight: 500; }

.content-section { padding: 110px 0; }
.content-section:nth-of-type(even) { background: #ebe4d5; }
.content-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.content-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: end; }
.content-heading small { color: #74867e; font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.content-heading h2 { margin: 14px 0 0; font-family: "Songti SC", serif; font-size: clamp(40px, 4.8vw, 66px); font-weight: 500; line-height: 1.18; }
.content-heading > p { margin: 0; color: #60736c; line-height: 1.85; }
.culture-grid, .article-grid, .product-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.culture-card, .article-card, .product-card { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: 21px; background: rgba(255,255,255,.82); }
.culture-card b { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--forest); font-family: "Songti SC", serif; font-size: 22px; }
.culture-card h3, .article-card h3, .product-card h3 { margin: 24px 0 0; font-family: "Songti SC", serif; font-size: 27px; font-weight: 500; }
.culture-card p, .article-card p, .product-card p { color: #61746d; font-size: 15px; line-height: 1.8; }
.route-cards { margin-top: 46px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: white; }
.route-cards article { min-height: 240px; padding: 32px; border-right: 1px solid var(--line); }
.route-cards article:last-child { border-right: 0; }
.route-cards span { color: #6c8279; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.route-cards h3 { margin: 32px 0 0; font-family: "Songti SC", serif; font-size: 28px; font-weight: 500; }
.route-cards p { color: #62766e; font-size: 15px; line-height: 1.8; }
.wellness-list { margin: 40px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.wellness-list li { min-height: 64px; padding: 14px 20px; display: flex; align-items: center; gap: 15px; border: 1px solid var(--line); border-radius: 15px; background: white; line-height: 1.7; }
.wellness-list li::before { content: "✓"; width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: #e6f3dc; font-weight: 800; }
.article-card { min-height: 240px; display: flex; flex-direction: column; }
.article-card > span, .product-card > span { width: fit-content; padding: 7px 10px; border-radius: 999px; color: var(--forest); background: #e7f2df; font-size: 11px; font-weight: 700; }
.article-card h3 { margin-top: 20px; }
.article-card button, .product-card button { min-height: 50px; margin-top: auto; padding: 0; display: flex; align-items: center; justify-content: space-between; border: 0; border-top: 1px solid var(--line); color: var(--forest); background: transparent; cursor: pointer; font-weight: 700; }
.product-card { min-height: 300px; display: flex; flex-direction: column; }
.product-card small { margin-top: 12px; color: #819188; font-size: 11px; }

.share-section { padding: 105px 0; color: white; background: radial-gradient(circle at 78% 35%, rgba(147,228,94,.16), transparent 25%), var(--deep); }
.share-box { width: min(980px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 6vw; align-items: center; }
.share-copy small { color: var(--leaf); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.share-copy h2 { margin: 14px 0 0; font-family: "Songti SC", serif; font-size: clamp(40px, 5vw, 66px); font-weight: 500; line-height: 1.16; }
.share-copy p { color: rgba(255,255,255,.66); line-height: 1.8; }
.share-card { padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 23px; background: rgba(255,255,255,.07); }
.share-code { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.share-code span { color: rgba(255,255,255,.58); font-size: 12px; }
.share-code strong { color: var(--leaf); font-family: Georgia, serif; font-size: 24px; letter-spacing: .08em; overflow-wrap: anywhere; text-align: right; }
.share-card input { width: 100%; height: 54px; margin-top: 18px; padding: 0 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; color: white; background: rgba(0,0,0,.16); }
.share-actions { margin-top: 13px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.share-actions button, .share-actions a { min-height: 54px; padding: 0 16px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: white; background: transparent; cursor: pointer; text-align: center; }
.share-actions button { color: var(--deep); border-color: var(--leaf); background: var(--leaf); font-weight: 800; }
.share-status { min-height: 24px; margin: 14px 0 0; color: rgba(255,255,255,.65); font-size: 12px; }

.city-switcher { padding: 72px 0; background: #e6decd; }
.city-switcher-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.city-switcher h2 { margin: 0; font-family: "Songti SC", serif; font-size: 30px; font-weight: 500; }
.city-switcher nav { margin-top: 24px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.city-switcher a { min-height: 72px; padding: 12px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.65); text-align: center; }
.city-switcher a.is-current { color: white; background: var(--forest); }
.city-switcher a b { font-family: "Songti SC", serif; font-size: 18px; }
.city-switcher a small { color: inherit; font-size: 9px; opacity: .58; }
.city-footer { padding: 35px 20px calc(35px + env(safe-area-inset-bottom)); color: rgba(255,255,255,.62); background: #041f1a; text-align: center; font-size: 13px; }
.city-toast { position: fixed; z-index: 100; left: 50%; bottom: max(24px, env(safe-area-inset-bottom)); max-width: calc(100vw - 32px); padding: 13px 20px; border-radius: 999px; color: white; background: rgba(5,43,35,.94); box-shadow: 0 15px 50px rgba(0,0,0,.28); transform: translate(-50%, 30px); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; text-align: center; }
.city-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .hero-note { display: none; }
  .business-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .business-strip h2 { grid-column: 1 / -1; }
  .business-strip article { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .elder-grid, .share-box { grid-template-columns: 1fr; }
  .culture-grid, .article-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .city-switcher nav { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  body { font-size: 17px; }
  .portal-top { padding: max(14px, env(safe-area-inset-top)) 15px 0; }
  .portal-brand-mark { width: 42px; height: 42px; }
  .portal-brand-copy strong { font-size: 17px; }
  .portal-nav a { min-width: 48px; width: 48px; padding: 0; justify-content: center; font-size: 0; }
  .portal-nav a::before { content: "图"; font-size: 17px; }
  .portal-nav a:last-child::before { content: "享"; }
  .hub-hero::after, .city-hero::after { background: linear-gradient(0deg, rgba(3,28,23,.95) 0%, rgba(3,28,23,.62) 36%, rgba(3,28,23,.06) 72%); }
  .hero-shell { width: calc(100% - 32px); min-height: 100svh; padding: 120px 0 max(42px, calc(28px + env(safe-area-inset-bottom))); }
  .hub-hero, .city-hero { min-height: 100svh; }
  .hub-hero h1, .city-hero h1 { font-size: clamp(48px, 15vw, 68px); line-height: 1.06; }
  .hero-lead { margin-top: 17px; font-size: 16px; line-height: 1.75; }
  .hero-actions { margin-top: 22px; display: grid; grid-template-columns: 1fr; }
  .hero-actions a, .hero-actions button { min-height: 56px; width: 100%; }
  .business-strip-inner { width: calc(100% - 32px); grid-template-columns: 1fr; padding: 48px 0; }
  .business-strip h2 { font-size: 30px; }
  .route-section { padding: 88px 0 110px; }
  .route-section::before { font-size: 90px; }
  .section-head { width: calc(100% - 32px); margin-bottom: 42px; text-align: left; }
  .level-scroll { width: calc(100% - 16px); border-radius: 24px; }
  .level-stage { width: 76px; height: 76px; }
  .level-emblem { inset: 5px; border-width: 3px; box-shadow: 0 0 0 2px rgba(21,75,60,.82), 0 8px 18px rgba(5,42,34,.34); }
  .level-copy { width: 132px; min-height: 57px; padding: 7px 9px 7px; border-radius: 12px; }
  .level-stage-left .level-copy { left: calc(100% + 8px); }
  .level-stage-right .level-copy { right: calc(100% + 8px); }
  .level-copy small { font-size: 7px; letter-spacing: .05em; }
  .level-copy strong { margin-top: 1px; font-size: 20px; }
  .level-copy span { margin-top: 0; font-size: 9px; }
  .level-number { right: -1px; bottom: 1px; width: 24px; height: 24px; border-width: 1px; font-size: 8px; }
  .level-emblem-future span { font-size: 34px; }
  .level-start { left: 4%; bottom: 2%; padding: 6px 9px; font-size: 8px; }
  .level-legend { right: 3%; bottom: 1.7%; max-width: 116px; font-size: 7px; line-height: 1.25; text-align: right; }
  .level-legend span { width: 7px; height: 7px; flex: 0 0 auto; }
  .elder-section, .content-section, .share-section { padding: 82px 0; }
  .elder-grid, .content-shell { width: calc(100% - 32px); }
  .elder-points { grid-template-columns: 1fr; }
  .city-facts { width: calc(100% - 28px); margin-top: -18px; grid-template-columns: 1fr; border-radius: 17px; }
  .city-facts article { min-height: 88px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .city-facts article:last-child { border-bottom: 0; }
  .content-heading { grid-template-columns: 1fr; gap: 24px; }
  .culture-grid, .article-grid, .product-grid, .route-cards { grid-template-columns: 1fr; }
  .route-cards article { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
  .route-cards article:last-child { border-bottom: 0; }
  .culture-card, .article-card, .product-card { min-height: 230px; }
  .share-box { width: calc(100% - 32px); }
  .share-card { padding: 24px 19px; }
  .share-code { align-items: flex-start; flex-direction: column; }
  .share-code strong { text-align: left; }
  .share-actions { grid-template-columns: 1fr; }
  .city-switcher-inner { width: calc(100% - 32px); }
  .city-switcher nav { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 390px) {
  .portal-brand-copy small { display: none; }
  .hub-hero h1, .city-hero h1 { font-size: 45px; }
  .level-stage { width: 70px; height: 70px; }
  .level-copy { width: 120px; }
  .level-copy strong { font-size: 18px; }
  .level-copy span { font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
