.kityang-map-page { min-height: 100vh; padding-top: 96px; background: #f8f1e4; }
.map-page-intro { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 4rem; padding: var(--section-space-y) var(--section-space-x); }
.map-page-eyebrow { margin: 0 0 1rem; color: #0c5f61; font-size: .7rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.map-page-intro h1 { margin: 0; color: #143b4a; font: 500 clamp(3.5rem,6.5vw,7rem)/.92 Georgia,"Songti SC",serif; letter-spacing: -.055em; }
.map-page-intro > p { max-width: 620px; margin: 0 0 .4rem; color: rgba(20,59,74,.72); font-size: clamp(1rem,1.3vw,1.18rem); line-height: 1.9; }

.map-stage { position: relative; width: calc(100% - clamp(1.4rem,4vw,4rem)); height: min(720px,72vh); min-height: 560px; margin: 0 auto; overflow: hidden; border-radius: 34px; background: #dce5e1; box-shadow: 0 35px 90px rgba(20,59,74,.16); }
.map-surface { position: absolute; inset: 0; z-index: 0; }
.map-surface::after { content: ""; position: absolute; z-index: 450; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(20,59,74,.08),inset 0 0 90px rgba(20,59,74,.05); border-radius: 34px; }
.map-stage-title { position: absolute; z-index: 500; top: 2rem; left: 2rem; display: grid; gap: .35rem; padding: 1.05rem 1.2rem; border: 1px solid rgba(20,59,74,.12); border-radius: 16px; background: rgba(255,250,240,.9); box-shadow: 0 12px 35px rgba(20,59,74,.1); backdrop-filter: blur(12px); }
.map-stage-title span { color: #147b78; font-size: .56rem; font-weight: 800; letter-spacing: .18em; }
.map-stage-title strong { color: #b52831; font: 500 1.55rem/1 Georgia,"Songti SC",serif; letter-spacing: .08em; }

.map-region-switcher { position: absolute; z-index: 500; left: 2rem; top: 9.3rem; display: grid; gap: .45rem; width: 148px; }
.map-region-switcher button { display: grid; grid-template-columns: 1fr; gap: .1rem; padding: .75rem .9rem; border: 1px solid rgba(20,59,74,.12); border-radius: 13px; background: rgba(255,250,240,.91); color: #143b4a; text-align: left; box-shadow: 0 9px 25px rgba(20,59,74,.07); backdrop-filter: blur(10px); cursor: pointer; transition: transform 160ms ease,background 160ms ease,color 160ms ease,border-color 160ms ease; }
.map-region-switcher button:hover,.map-region-switcher button:focus-visible,.map-region-switcher button.is-active { transform: translateX(4px); border-color: #0c5f61; background: #0c5f61; color: white; outline: none; }
.map-region-switcher span { font: 500 .93rem Georgia,"Songti SC",serif; }
.map-region-switcher small { opacity: .64; font-size: .49rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.map-story-panel { position: absolute; z-index: 500; right: 2rem; top: 2rem; width: min(390px,calc(100% - 4rem)); padding: clamp(1.4rem,3vw,2.5rem); border: 1px solid rgba(255,255,255,.2); border-radius: 25px; background: rgba(12,62,67,.94); color: white; box-shadow: 0 24px 65px rgba(12,45,50,.25); backdrop-filter: blur(14px); }
.map-panel-topline { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 3.4rem; }
.map-panel-number { color: rgba(255,255,255,.52); font: italic .9rem Georgia,serif; }
.map-reset { padding: .5rem .8rem; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: transparent; color: white; font-size: .54rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.map-reset:hover,.map-reset:focus-visible { background: white; color: #0c5f61; outline: none; }
.map-panel-kind { margin: 0 0 .6rem; color: #f2c66c; font-size: .6rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.map-story-panel h2 { margin: 0; font: 500 clamp(2.7rem,4vw,4.4rem)/.95 Georgia,"Songti SC",serif; }
.map-story-panel h2 span,.map-story-panel h2 small { display: block; }
.map-story-panel h2 small { margin-top: .6rem; color: rgba(255,255,255,.55); font: 700 .68rem/1.2 "Avenir Next","Segoe UI",Arial,sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.map-panel-copy { margin: 1.5rem 0 2rem; color: rgba(255,255,255,.72); font-size: .9rem; line-height: 1.8; }
.map-panel-facts { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.16); }
.map-panel-facts > span { display: grid; gap: .2rem; padding-top: 1rem; color: #f2c66c; font: 500 1.4rem Georgia,"Songti SC",serif; }
.map-panel-facts small { color: rgba(255,255,255,.48); font: 700 .52rem/1.2 "Avenir Next","Segoe UI",Arial,sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.map-instruction { position: absolute; z-index: 500; left: 2rem; bottom: 1.5rem; margin: 0; padding: .65rem .9rem; border-radius: 999px; background: rgba(255,250,240,.9); color: rgba(20,59,74,.62); box-shadow: 0 8px 25px rgba(20,59,74,.08); backdrop-filter: blur(10px); font-size: .55rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.map-instruction span { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: .35rem; border-radius: 50%; background: #ef5c43; color: white; }

.map-surface .leaflet-control-zoom { margin-left: auto !important; margin-right: 2rem; margin-top: auto; margin-bottom: 1.5rem; border: 0; box-shadow: 0 12px 28px rgba(20,59,74,.14); }
.map-surface .leaflet-control-zoom a { width: 38px; height: 38px; line-height: 38px; border: 0; background: rgba(255,250,240,.95); color: #143b4a; }
.map-surface .leaflet-control-attribution { padding: .25rem .55rem; background: rgba(255,250,240,.83); color: rgba(20,59,74,.55); font-size: 9px; }
.map-region-label { padding: .35rem .55rem; border: 1px solid rgba(20,59,74,.14); border-radius: 8px; background: rgba(255,250,240,.93); color: #143b4a; box-shadow: 0 6px 18px rgba(20,59,74,.1); font: 700 11px/1.1 "Avenir Next","Segoe UI",Arial,sans-serif; }
.map-region-label::before { display: none; }
.map-page-note { display: grid; grid-template-columns: .75fr 1.25fr; gap: 3rem; padding: var(--section-space-y) var(--section-space-x); }
.map-page-note > p:last-child { max-width: 740px; margin: 0; color: rgba(20,59,74,.62); font-size: .86rem; line-height: 1.8; }

@media (max-width: 900px) {
	.kityang-map-page { padding-top: 78px; }
	.map-page-intro { grid-template-columns: 1fr; gap: 1.5rem; }
	.map-stage { height: 790px; max-height: none; }
	.map-story-panel { top: auto; right: 1rem; bottom: 1rem; left: 1rem; width: auto; }
	.map-panel-topline { margin-bottom: 1.5rem; }
	.map-region-switcher { top: 8.6rem; left: 1rem; width: 125px; }
	.map-stage-title { top: 1rem; left: 1rem; }
	.map-instruction { display: none; }
	.map-surface .leaflet-control-zoom { margin-right: 1rem; margin-bottom: 21rem; }
}

@media (max-width: 620px) {
	.map-page-intro { padding: 3rem 1.3rem; }
	.map-stage { width: calc(100% - 1rem); height: 760px; border-radius: 22px; }
	.map-surface::after { border-radius: 22px; }
	.map-region-switcher { grid-template-columns: repeat(5,1fr); top: 7.8rem; right: .7rem; left: .7rem; width: auto; gap: .25rem; }
	.map-region-switcher button { padding: .55rem .35rem; text-align: center; }
	.map-region-switcher small { display: none; }
	.map-story-panel { padding: 1rem; border-radius: 18px; }
	.map-panel-topline { margin-bottom: .85rem; }
	.map-story-panel h2 { font-size: 2.2rem; }
	.map-story-panel h2 small { margin-top: .35rem; font-size: .6rem; }
	.map-panel-copy { margin: 1rem 0 1.2rem; font-size: .82rem; line-height: 1.65; }
	.map-panel-facts > span { padding-top: .75rem; font-size: 1.15rem; }
	.map-surface .leaflet-control-zoom { margin-bottom: 19.25rem; }
	.map-page-note { grid-template-columns: 1fr; gap: 1rem; padding: 3rem 1.3rem; }
}
