:root {
  --ink: #071321;
  --ink-2: #0c2034;
  --paper: #f7f2e8;
  --white: #fffef8;
  --cyan: #42e8ec;
  --blue: #1268ff;
  --lime: #d8ff45;
  --coral: #ff5f63;
  --amber: #ffc54d;
  --muted: #67798a;
  --line: rgba(7, 19, 33, .16);
  --shadow: 0 24px 70px rgba(4, 15, 27, .16);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); }
body, button, a { color: inherit; }
a { text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.scroll-meter { position: fixed; inset: 0 0 auto; height: 3px; z-index: 100; background: rgba(255,255,255,.08); }
.scroll-meter span { display: block; width: 0; height: 100%; background: linear-gradient(90deg,var(--cyan),var(--lime),var(--coral)); box-shadow: 0 0 15px var(--cyan); }

.site-header {
  position: absolute; z-index: 50; top: 0; left: 0; right: 0; height: 86px;
  display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 38px;
  padding: 0 clamp(22px,4.3vw,78px); color: white; border-bottom: 1px solid rgba(255,255,255,.18);
}
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 0; }
.brand-mark { display: grid; place-items: center; width: 43px; aspect-ratio: 1; border: 1px solid var(--cyan); border-radius: 50%; color: var(--cyan); font: 800 14px/1 ui-monospace,monospace; box-shadow: 0 0 24px rgba(66,232,236,.25); }
.brand b { display: block; font: 900 clamp(13px,1vw,17px)/1.1 ui-monospace,monospace; letter-spacing: .12em; }
.brand small { display: block; margin-top: 5px; color: rgba(255,255,255,.57); font: 700 8px/1.1 ui-monospace,monospace; letter-spacing: .18em; }
.site-header nav { display: flex; gap: 27px; }
.site-header nav a { color: rgba(255,255,255,.72); font-size: 12px; font-weight: 800; letter-spacing: .08em; transition: color .2s; }
.site-header nav a:hover { color: var(--cyan); }
.header-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.4); border-radius: 99px; font-size: 11px; font-weight: 900; letter-spacing: .08em; }

.hero { position: relative; min-height: min(940px,100svh); color: white; background: #061220; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(2,12,25,.9) 0%,rgba(3,18,34,.65) 28%,rgba(3,18,34,.1) 53%,rgba(3,18,34,.05) 100%), url("assets/shenzhen-vrc-hero-v1.png") center/cover no-repeat; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(4,15,28,.15),transparent 55%,rgba(4,15,28,.72)); }
.hero-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(83,231,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(83,231,255,.12) 1px,transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg,#000,transparent 56%); }
.hero-copy { position: relative; z-index: 2; width: min(700px,44vw); padding: clamp(170px,18vh,230px) 0 150px clamp(26px,7vw,126px); }
.eyebrow { margin: 0 0 23px; color: var(--coral); font: 900 11px/1.5 ui-monospace,monospace; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: var(--cyan); }
.hero .eyebrow span { margin-right: 16px; padding: 7px 10px; color: var(--ink); background: var(--lime); }
.hero-kicker { margin: 0 0 23px; color: rgba(255,255,255,.82); font-size: clamp(15px,1.35vw,22px); font-weight: 800; line-height: 1.7; letter-spacing: .06em; text-shadow: 0 2px 14px rgba(0,0,0,.8); }
.hero h1 { margin: 0; font-family: "Yu Mincho","Hiragino Mincho ProN",serif; font-size: clamp(52px,5.3vw,96px); font-weight: 700; line-height: 1.04; letter-spacing: -.06em; text-shadow: 0 5px 30px rgba(0,0,0,.5); text-wrap: balance; }
.hero h1 span { font-size: .56em; letter-spacing: -.02em; }
.hero-event { margin: 32px 0 5px; display: inline-block; padding: 8px 12px; color: var(--ink); background: var(--cyan); font-weight: 900; letter-spacing: .18em; }
.hero-tagline { margin: 8px 0 0; font-size: clamp(17px,1.3vw,23px); font-weight: 900; line-height: 1.6; text-shadow: 0 2px 13px #000; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 52px; padding: 0 22px; border: 1px solid rgba(255,255,255,.4); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.button-primary { color: var(--ink); background: var(--lime); border-color: var(--lime); box-shadow: 8px 8px 0 rgba(66,232,236,.28); }
.button-ghost { color: white; backdrop-filter: blur(8px); background: rgba(7,19,33,.25); }
.hero-flight { position: absolute; z-index: 3; right: clamp(20px,4vw,76px); bottom: 35px; display: flex; align-items: center; gap: 20px; min-width: 430px; padding: 18px 20px; color: white; background: rgba(5,17,32,.75); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(14px); }
.hero-flight div { display: grid; grid-template-columns: auto auto; align-items: end; column-gap: 10px; }
.hero-flight small { grid-column: 1/-1; color: var(--cyan); font: 800 8px/1.2 ui-monospace,monospace; letter-spacing: .16em; }
.hero-flight b { font: 900 28px/1 ui-monospace,monospace; }
.hero-flight span { color: rgba(255,255,255,.68); font: 700 9px/1.3 ui-monospace,monospace; }
.hero-flight i { color: var(--lime); font-style: normal; }
.hero-flight em { margin-left: auto; color: rgba(255,255,255,.45); font: 700 8px/1.4 ui-monospace,monospace; }
.hero-scroll { position: absolute; left: 24px; bottom: 32px; z-index: 3; display: flex; align-items: center; gap: 10px; transform: rotate(-90deg); transform-origin: left top; color: rgba(255,255,255,.56); font: 800 8px/1 ui-monospace,monospace; letter-spacing: .17em; }
.hero-scroll span { width: 42px; height: 1px; background: var(--cyan); }

@media (max-width: 1500px) {
  .hero-flight em { display: none; }
}

.section { padding: clamp(78px,9vw,150px) clamp(24px,7vw,130px); }
.section-number { color: var(--muted); font: 900 10px/1.2 ui-monospace,monospace; letter-spacing: .15em; }
.manifesto { display: grid; grid-template-columns: .48fr 1.2fr .8fr; gap: clamp(32px,5vw,90px); align-items: start; background: var(--white); }
.manifesto h2,.section-heading h2,.route-intro h2,.archive h2,.sources h2 { margin: 0; font-family: "Yu Mincho","Hiragino Mincho ProN",serif; font-size: clamp(43px,4.5vw,80px); line-height: 1.18; letter-spacing: -.06em; word-break: keep-all; overflow-wrap: anywhere; text-wrap: balance; }
.manifesto h2 span { color: var(--coral); }
.manifesto-copy { padding-top: 48px; }
.manifesto-copy p,.section-heading>p,.route-intro>p,.archive-copy>p { margin: 0 0 20px; color: #405365; font-family: "Yu Mincho","Hiragino Mincho ProN",serif; font-size: clamp(15px,1.15vw,19px); line-height: 2; }

.friends { background: linear-gradient(180deg,#e5f7f6 0%,var(--paper) 68%); }
.section-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.52fr); gap: 80px; align-items: end; margin-bottom: 52px; }
.section-heading h2 { font-size: clamp(38px,3.8vw,66px); }
.section-heading>p { margin: 0; }
.friend-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.friend-card { position: relative; overflow: hidden; min-width: 0; background: var(--white); border: 1px solid rgba(7,19,33,.1); box-shadow: 8px 10px 0 rgba(18,104,255,.08); }
.friend-portrait { height: clamp(300px,32vw,490px); background-repeat: no-repeat; background-size: cover; }
.friend-mame .friend-portrait { background-image: url("assets/shenzhen-mamemame-card-v1.png"); background-position: 50% 42%; }
.friend-hina .friend-portrait { background-image: url("assets/shenzhen-hinahina-card-v1.png"); background-position: 50% 42%; }
.friend-neo .friend-portrait { background-image: url("assets/shenzhen-neopippi-card-v1.png"); background-position: 50% 42%; }
.friend-card>div:last-child { padding: 25px 26px 31px; }
.friend-card span { color: var(--blue); font: 900 9px/1 ui-monospace,monospace; letter-spacing: .14em; }
.friend-card h3 { margin: 11px 0; font-family: "Yu Mincho",serif; font-size: clamp(24px,2vw,34px); }
.friend-card p { margin: 0; color: #5b6d7c; font-size: 13px; line-height: 1.9; }

.feature { position: relative; display: grid; grid-template-columns: 1.48fr .82fr; min-height: 760px; color: white; background: var(--ink); }
.feature-image { min-height: 760px; background-repeat: no-repeat; background-position: center; background-size: cover; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(30px,5vw,90px); }
.feature-copy h2 { margin: 0 0 28px; font-family: "Yu Mincho",serif; font-size: clamp(46px,4.1vw,76px); line-height: 1.16; letter-spacing: -.06em; word-break: keep-all; overflow-wrap: anywhere; }
.feature-copy .lead { margin: 0; color: rgba(255,255,255,.69); font-family: "Yu Mincho",serif; font-size: clamp(15px,1.08vw,18px); line-height: 2.05; }
.feature-tech .feature-image { background-image: url("assets/shenzhen-huaqiangbei-tech-v1.png"); background-position: 35% center; }
.feature-tech .feature-copy { background: linear-gradient(135deg,#0a1d36,#06101e); }
.feature-notes { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 35px 0; }
.feature-notes article { min-width: 0; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.25); }
.feature-notes b { display: block; color: var(--cyan); font: 900 clamp(24px,2.2vw,40px)/1 ui-monospace,monospace; }
.feature-notes span { display: block; margin-top: 10px; font-size: 11px; font-weight: 900; line-height: 1.5; }
.feature-notes small { color: rgba(255,255,255,.45); font-size: 8px; }
.text-link { display: inline-flex; align-self: flex-start; gap: 45px; padding: 12px 0; color: var(--lime); border-bottom: 1px solid var(--lime); font-size: 12px; font-weight: 900; }

.tech-guide { color: white; background: #071321; }
.section-heading.light h2 { color: white; }
.section-heading.light>p { color: rgba(255,255,255,.56); }
.guide-strip { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.15); }
.guide-strip article { min-height: 270px; padding: 31px; border-right: 1px solid rgba(255,255,255,.15); background: linear-gradient(155deg,rgba(66,232,236,.09),transparent 55%); }
.guide-strip article:last-child { border-right: 0; }
.guide-strip span { color: var(--cyan); font: 900 13px/1 ui-monospace,monospace; }
.guide-strip h3 { margin: 58px 0 16px; font-family: "Yu Mincho",serif; font-size: 25px; }
.guide-strip p { margin: 0; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.9; }

.feature-food { grid-template-columns: .72fr 1.48fr; color: var(--ink); background: #f4d5b6; }
.feature-food .feature-image { grid-column: 2; background-image: url("assets/shenzhen-food-festival-v1.png"); background-position: 65% center; }
.feature-food .feature-copy { grid-row: 1; grid-column: 1; background: linear-gradient(135deg,#fff1dd,#f5c6a1); }
.feature-food .eyebrow { color: #b33e31; }
.feature-food .feature-copy h2 span { color: #d23d32; }
.feature-food .feature-copy .lead { color: #6a4135; }
.food-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.food-tags span { padding: 7px 13px; color: #9f302b; border: 1px solid rgba(159,48,43,.35); border-radius: 99px; font-family: "Yu Mincho",serif; }

.food-guide { background: var(--white); }
.dish-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 19px; }
.dish-card { overflow: hidden; min-width: 0; padding-bottom: 25px; background: #fff; border: 1px solid rgba(7,19,33,.13); }
.dish-photo { height: 225px; margin-bottom: 24px; background-image: url("assets/shenzhen-food-festival-v1.png"); background-repeat: no-repeat; background-size: 250% auto; }
.dish-pigeon .dish-photo { background-position: 52% 68%; }
.dish-coconut .dish-photo { background-position: 84% 42%; }
.dish-rice .dish-photo { background-position: 65% 60%; }
.dish-beef .dish-photo { background-position: 91% 76%; }
.dish-oyster .dish-photo { background-position: 31% 91%; }
.dish-dim .dish-photo { background-position: 72% 91%; }
.dish-card>span,.dish-card h3,.dish-card p,.dish-card>b { margin-left: 24px; margin-right: 24px; }
.dish-card>span { color: var(--coral); font: 900 8px/1 ui-monospace,monospace; letter-spacing: .15em; }
.dish-card h3 { margin-top: 10px; margin-bottom: 11px; font-family: "Yu Mincho",serif; font-size: 27px; }
.dish-card p { min-height: 73px; margin-top: 0; color: #647585; font-size: 12px; line-height: 1.85; }
.dish-card>b { display: block; margin-top: 17px; color: var(--blue); font: 900 10px/1 ui-monospace,monospace; letter-spacing: .12em; }

.guangzhou-day { display: grid; grid-template-columns: 1.15fr .9fr .85fr; gap: 18px; align-items: stretch; color: var(--ink); background: radial-gradient(circle at 8% 8%,rgba(255,61,164,.19),transparent 30%),linear-gradient(135deg,#fffdf4,#e4fbf8); }
.guangzhou-day>div { min-width: 0; padding: 38px; border: 1px solid rgba(7,19,33,.16); background: rgba(255,255,255,.76); box-shadow: 10px 12px 0 rgba(7,19,33,.06); }
.guangzhou-copy h2 { margin: 18px 0 24px; font-family: "Yu Mincho","Hiragino Mincho ProN",serif; font-size: clamp(44px,4.2vw,76px); line-height: 1.15; letter-spacing: -.06em; }
.guangzhou-copy h2 span { color: #e72a8b; }
.guangzhou-copy>p:last-child,.anime-city-card p { color: #405365; font-family: "Yu Mincho","Hiragino Mincho ProN",serif; font-size: 14px; line-height: 2; }
.rail-ticket>span,.anime-city-card>span { color: #db247f; font: 900 9px/1 ui-monospace,monospace; letter-spacing: .14em; }
.rail-ticket>div { display: grid; grid-template-columns: 1fr auto 1fr; gap: 9px; align-items: end; margin: 63px 0 30px; }
.rail-ticket b { font: 900 clamp(25px,2.4vw,42px)/1.1 "Yu Mincho",serif; }
.rail-ticket i { grid-row: 2; color: var(--muted); font: 800 10px/1.3 ui-monospace,monospace; font-style: normal; }
.rail-ticket i:last-child { grid-column: 3; }
.rail-ticket em { grid-column: 2; grid-row: 1/3; align-self: center; color: var(--blue); font: 900 11px/1 ui-monospace,monospace; font-style: normal; }
.rail-ticket p { color: #526779; font-size: 12px; line-height: 1.9; }
.anime-city-card { position: relative; overflow: hidden; }
.anime-city-card::after { content: "2D"; position: absolute; right: -14px; bottom: -30px; color: rgba(231,42,139,.08); font: 900 150px/1 ui-monospace,monospace; }
.anime-city-card h3 { position: relative; z-index: 1; margin: 55px 0 20px; font-family: "Yu Mincho",serif; font-size: clamp(35px,3vw,55px); }
.anime-city-card p,.anime-city-card a { position: relative; z-index: 1; }
.anime-city-card a { display: inline-block; margin-top: 18px; color: #b81768; border-bottom: 1px solid; font-size: 11px; font-weight: 900; }

.route-section { padding: 0 0 100px; color: white; background: #061527; }
.route-intro { display: grid; grid-template-columns: .78fr 1.2fr .72fr; gap: 72px; align-items: end; padding-bottom: 70px; }
.route-intro .eyebrow { align-self: start; }
.route-intro h2 { color: white; }
.route-intro>p { margin: 0; color: rgba(255,255,255,.55); }
.route-shell { width: min(1500px,90vw); margin: 0 auto; border: 1px solid rgba(255,255,255,.18); box-shadow: var(--shadow); }
.day-tabs { display: grid; grid-template-columns: repeat(5,1fr); min-height: 96px; background: #0b1d33; }
.day-tab { position: relative; display: grid; grid-template-columns: auto 1fr; align-content: center; gap: 2px 17px; padding: 17px 24px; text-align: left; color: rgba(255,255,255,.52); background: transparent; border: 0; border-right: 1px solid rgba(255,255,255,.1); cursor: pointer; }
.day-tab:last-child { border-right: 0; }
.day-tab small { grid-column: 1/-1; font: 900 8px/1 ui-monospace,monospace; letter-spacing: .15em; }
.day-tab b { font: 500 38px/1 "Yu Mincho",serif; }
.day-tab span { padding-top: 9px; font: 900 10px/1.2 ui-monospace,monospace; letter-spacing: .09em; }
.day-tab[aria-selected="true"] { color: var(--ink); background: var(--lime); }
.day-tab[aria-selected="true"]::after { content: ""; position: absolute; left: 50%; bottom: -12px; width: 24px; height: 24px; transform: translateX(-50%) rotate(45deg); background: var(--lime); }
.route-layout { display: grid; grid-template-columns: minmax(430px,.78fr) minmax(600px,1.3fr); min-height: 700px; background: var(--white); }
.schedule-panel { position: relative; z-index: 2; min-width: 0; padding: 48px 42px; color: var(--ink); }
.schedule-heading .eyebrow { margin-bottom: 13px; }
.schedule-heading h3 { margin: 0 0 12px; font-family: "Yu Mincho",serif; font-size: clamp(30px,2.4vw,43px); }
.schedule-heading p { margin: 0 0 32px; color: var(--muted); font-size: 12px; }
.schedule-list { border-top: 1px solid var(--line); }
.stop { display: grid; grid-template-columns: 55px 36px 1fr; border-bottom: 1px solid var(--line); }
.stop time { padding-top: 22px; font: 900 11px/1 ui-monospace,monospace; }
.stop-index { position: relative; display: flex; justify-content: center; padding-top: 17px; }
.stop-index::after { content: ""; position: absolute; top: 31px; bottom: -1px; width: 1px; background: #bdd0d7; }
.stop:last-child .stop-index::after { display: none; }
.stop-index i { position: relative; z-index: 1; display: grid; place-items: center; width: 27px; height: 27px; color: white; background: var(--blue); border: 3px solid white; border-radius: 50%; box-shadow: 0 0 0 1px var(--blue); font: 900 9px/1 ui-monospace,monospace; font-style: normal; }
.stop-main { padding: 18px 0; }
.stop-title { display: flex; justify-content: space-between; gap: 12px; width: 100%; padding: 0; text-align: left; background: none; border: 0; cursor: pointer; }
.stop-title b { font-family: "Yu Mincho",serif; font-size: 17px; }
.stop-title span { color: var(--coral); font-weight: 900; }
.stop-summary { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.stop-detail { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.stop-detail>div { overflow: hidden; }
.stop.open .stop-detail { grid-template-rows: 1fr; }
.stop-detail p { margin: 13px 0 4px; padding: 13px 16px; color: #425b6f; background: #eef6f5; border-left: 3px solid var(--cyan); font-size: 12px; line-height: 1.8; }
.expand-all { display: flex; justify-content: space-between; width: 100%; margin-top: 22px; padding: 16px 18px; color: var(--ink); background: transparent; border: 1px solid var(--line); font-size: 11px; font-weight: 900; cursor: pointer; }
.map-panel { position: relative; min-width: 0; background: #b8d8d7; }
#map { width: 100%; height: 100%; min-height: 700px; background: #b8d8d7; }
.map-toolbar { position: absolute; z-index: 500; top: 17px; left: 17px; right: 17px; display: flex; justify-content: space-between; gap: 20px; padding: 13px 16px; color: var(--ink); background: rgba(255,254,248,.92); border: 1px solid rgba(7,19,33,.13); box-shadow: 0 5px 20px rgba(7,19,33,.1); pointer-events: none; }
.map-toolbar span,.map-toolbar b { font: 900 9px/1 ui-monospace,monospace; letter-spacing: .12em; }
.map-toolbar i { display: inline-block; width: 9px; height: 9px; margin-right: 7px; background: #4fe0a4; border-radius: 50%; box-shadow: 0 0 0 5px rgba(79,224,164,.15); }
.map-key { position: absolute; z-index: 500; left: 18px; bottom: 18px; display: flex; gap: 12px; padding: 11px 14px; color: var(--ink); background: rgba(255,254,248,.95); font: 800 8px/1 ui-monospace,monospace; }
.map-key span { display: flex; align-items: center; gap: 5px; }
.map-key i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; }
.map-key .base { background: #0c274b; }.map-key .tech { background: #1268ff; }.map-key .food { background: #ff5f63; }.map-key .friend { background: #8c43ff; }.map-key .rail { background: #24a79a; }.map-key .anime { background: #ff3da4; }
.map-pin { display: grid; place-items: center; width: 34px; height: 34px; color: white; background: var(--blue); border: 3px solid white; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 4px 14px rgba(4,18,30,.35); font: 900 10px/1 ui-monospace,monospace; }
.map-pin span { transform: rotate(45deg); }
.route-note { width: min(1500px,90vw); margin: 13px auto 0; color: rgba(255,255,255,.42); font-size: 10px; }

.booking { color: white; background: #0a1724; }
.booking-grid { display: grid; grid-template-columns: repeat(2,1fr) 1.15fr; gap: 18px; }
.flight-card,.hotel-card { min-height: 260px; padding: 31px; border: 1px solid rgba(255,255,255,.14); background: linear-gradient(145deg,rgba(66,232,236,.08),rgba(255,255,255,.02)); }
.flight-card>span,.hotel-card>span { color: var(--cyan); font: 900 9px/1 ui-monospace,monospace; letter-spacing: .15em; }
.flight-card>div { display: grid; grid-template-columns: auto 1fr auto auto 1fr; align-items: end; gap: 10px; margin: 50px 0 27px; }
.flight-card b { font: 900 clamp(30px,3vw,54px)/1 ui-monospace,monospace; }
.flight-card i { color: rgba(255,255,255,.55); font: 700 10px/1 ui-monospace,monospace; font-style: normal; }
.flight-card em { justify-self: center; color: var(--lime); font: 800 12px/1 ui-monospace,monospace; font-style: normal; }
.flight-card p,.hotel-card p,.hotel-card address { color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.8; }
.hotel-card h3 { margin: 45px 0 14px; font-family: "Yu Mincho",serif; font-size: 26px; }
.hotel-card p b { color: white; }
.hotel-card address { margin-top: 22px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.13); font-style: normal; }

.archive { display: grid; grid-template-columns: .64fr 1.2fr; align-items: center; gap: 80px; background: radial-gradient(circle at 15% 15%,#ffd1d4,transparent 28%),var(--paper); }
.archive h2 { font-size: clamp(40px,4.3vw,74px); }
.archive figure { margin: 0; transform: rotate(2.2deg); filter: drop-shadow(0 25px 24px rgba(20,25,33,.2)); }
.archive figure img { width: min(760px,100%); margin: auto; border: 13px solid white; }

.sources { background: var(--white); }
.sources h2 { max-width: 850px; font-size: clamp(38px,3.8vw,65px); }
.source-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 48px; border: 1px solid var(--line); }
.source-grid a { display: flex; flex-direction: column; gap: 13px; min-height: 150px; padding: 28px; border-right: 1px solid var(--line); transition: background .2s; }
.source-grid a:nth-child(3n) { border-right: 0; }
.source-grid a:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
.source-grid a:last-child { border-right: 0; }
.source-grid a:hover { background: #e8f8f5; }
.source-grid b { font-family: "Yu Mincho",serif; font-size: 20px; }
.source-grid span { color: var(--muted); font-size: 11px; }

footer { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; min-height: 500px; padding: 90px clamp(24px,7vw,130px); color: white; background: radial-gradient(circle at 75% 35%,rgba(18,104,255,.28),transparent 28%),linear-gradient(135deg,#071321,#0a2947); }
footer span { color: var(--cyan); font: 900 10px/1 ui-monospace,monospace; letter-spacing: .16em; }
footer h2 { margin: 28px 0 0; font-family: "Yu Mincho",serif; font-size: clamp(46px,5vw,90px); line-height: 1.25; letter-spacing: -.06em; }
footer p { color: rgba(255,255,255,.48); font: 700 9px/1.8 ui-monospace,monospace; text-align: right; }

.leaflet-control-zoom a { color: var(--ink) !important; }
.leaflet-popup-content-wrapper { border-radius: 0; box-shadow: 0 12px 30px rgba(7,19,33,.25); }
.leaflet-popup-content { font-family: "Yu Gothic",sans-serif; }
.leaflet-popup-content b { display: block; margin-bottom: 4px; font-family: "Yu Mincho",serif; font-size: 16px; }
.leaflet-popup-content span { color: var(--muted); font-size: 10px; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero-copy { width: 58vw; padding-left: 6vw; }
  .manifesto { grid-template-columns: 1fr 2fr; }
  .manifesto-copy { grid-column: 2; }
  .friend-grid { grid-template-columns: 1fr; }
  .friend-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .friend-portrait { height: 360px; }
  .friend-card>div:last-child { align-self: center; }
  .feature { grid-template-columns: 1fr; }
  .feature-image,.feature-copy { grid-column: 1 !important; }
  .feature-image { min-height: 600px; }
  .feature-food .feature-copy { grid-row: 2; }
  .guide-strip { grid-template-columns: repeat(2,1fr); }
  .guide-strip article:nth-child(2) { border-right: 0; }
  .guide-strip article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .dish-grid { grid-template-columns: repeat(2,1fr); }
  .guangzhou-day { grid-template-columns: 1fr 1fr; }
  .guangzhou-copy { grid-column: 1/-1; }
  .route-intro { grid-template-columns: 1fr 1.6fr; }
  .route-intro>p { grid-column: 2; }
  .route-layout { grid-template-columns: 1fr; }
  .map-panel,#map { min-height: 600px; }
  .booking-grid { grid-template-columns: repeat(2,1fr); }
  .hotel-card { grid-column: 1/-1; }
  .source-grid { grid-template-columns: repeat(2,1fr); }
  .source-grid a:nth-child(odd) { border-right: 1px solid var(--line); }
  .source-grid a:nth-child(even) { border-right: 0; }
  .source-grid a:nth-child(-n+4) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 720px) {
  .site-header { height: 70px; padding: 0 16px; }
  .brand small,.header-cta { display: none; }
  .hero { min-height: 880px; }
  .hero-media { background: linear-gradient(180deg,rgba(2,12,25,.22) 0%,rgba(3,18,34,.12) 38%,rgba(3,18,34,.94) 72%),url("assets/shenzhen-vrc-hero-v1.png") 68% top/auto 62% no-repeat,#061220; }
  .hero-copy { position: absolute; left: 0; bottom: 72px; width: 100%; padding: 25px 22px; }
  .hero h1 { font-size: clamp(50px,15vw,74px); }
  .hero-kicker { font-size: 14px; }
  .hero-event { margin-top: 20px; }
  .hero-tagline { font-size: 15px; }
  .hero-actions { margin-top: 22px; }
  .button { min-height: 46px; }
  .hero-flight { left: 16px; right: 16px; bottom: 16px; min-width: 0; padding: 11px; gap: 9px; }
  .hero-flight em { display: none; }
  .hero-flight b { font-size: 21px; }
  .hero-flight span { font-size: 7px; }
  .hero-scroll { display: none; }
  .section { padding: 70px 20px; }
  .manifesto { grid-template-columns: 1fr; gap: 26px; }
  .manifesto-copy { grid-column: 1; padding-top: 0; }
  .manifesto h2,.route-intro h2 { font-size: clamp(43px,13vw,60px); }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 34px; }
  .friend-card { grid-template-columns: 1fr; }
  .friend-portrait { height: 350px; background-size: cover; }
  .feature,.feature-image { min-height: 0; }
  .feature-image { height: 420px; }
  .feature-tech .feature-image { background-position: 36% center; }
  .feature-food .feature-image { background-position: 66% center; }
  .feature-copy { padding: 60px 22px; }
  .feature-copy h2 { font-size: clamp(43px,13vw,60px); }
  .feature-notes { grid-template-columns: 1fr; }
  .guide-strip,.dish-grid { grid-template-columns: 1fr; }
  .guide-strip article,.guide-strip article:nth-child(2) { min-height: 220px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .guide-strip article:last-child { border-bottom: 0; }
  .guide-strip h3 { margin-top: 42px; }
  .dish-photo { height: 220px; }
  .guangzhou-day { grid-template-columns: 1fr; }
  .guangzhou-day>div { padding: 28px 22px; }
  .guangzhou-copy { grid-column: auto; }
  .rail-ticket>div { margin-top: 45px; }
  .route-intro { grid-template-columns: 1fr; gap: 25px; }
  .route-intro>p { grid-column: 1; }
  .route-shell { width: 100%; border-left: 0; border-right: 0; }
  .day-tabs { overflow-x: auto; grid-template-columns: repeat(5,minmax(135px,1fr)); }
  .day-tab { padding: 14px 18px; }
  .route-layout { display: block; }
  .schedule-panel { padding: 40px 19px; }
  .stop { grid-template-columns: 48px 32px 1fr; }
  .stop-title b { font-size: 15px; }
  .map-panel,#map { min-height: 520px; }
  .map-toolbar b { display: none; }
  .booking-grid,.source-grid { grid-template-columns: 1fr; }
  .hotel-card { grid-column: auto; }
  .flight-card,.hotel-card { min-height: 230px; padding: 24px; }
  .flight-card>div { margin-top: 42px; }
  .source-grid a,.source-grid a:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .source-grid a:last-child { border-bottom: 0; }
  .archive { grid-template-columns: 1fr; gap: 40px; }
  footer { display: block; min-height: 520px; padding: 80px 22px; }
  footer h2 { font-size: clamp(47px,14vw,68px); }
  footer p { margin-top: 80px; text-align: left; }
}

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