:root {
  --ink: #0b090a;
  --ink-soft: #151113;
  --paper: #f1ece4;
  --paper-deep: #e6ddd0;
  --wine: #641f2b;
  --wine-bright: #9e3a4c;
  --gold: #c8a56a;
  --gold-light: #e5c993;
  --muted: #756d67;
  --line: rgba(52, 38, 34, 0.14);
  --radius: 22px;
  --shadow: 0 28px 80px rgba(26, 12, 14, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.noise { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E"); }
.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 50; height: 82px; padding: 0 max(24px, calc((100vw - 1180px)/2));
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(11, 9, 10, .93); color: #fff; backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.07);
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 210px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(200,165,106,.72); border-radius: 50%; color: var(--gold-light); font-family: Georgia, serif; font-style: italic; }
.brand strong { display: block; font-size: 15px; letter-spacing: .17em; }
.brand small { display: block; margin-top: 4px; color: #9f9792; font-size: 8px; letter-spacing: .14em; }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; color: #c9c1bb; }
.desktop-nav a { position: relative; padding: 30px 0; }
.desktop-nav a::after { content:""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 1px; background: var(--gold); transition: right .25s ease; }
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.ghost-button { border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: transparent; color: inherit; padding: 10px 14px; }
.language-button { font-size: 11px; letter-spacing: .1em; color: #bfb5af; }
.language-button .divider { margin: 0 4px; color: #625c59; }
.saved-button { display: flex; align-items: center; gap: 6px; color: #d8d0cb; font-size: 12px; }
.saved-button b { display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 50%; background: var(--wine); color: #fff; font-size: 10px; }
.menu-button { display: none; width: 40px; height: 40px; border: 0; background: transparent; }
.menu-button span { display:block; width: 22px; height: 1px; margin: 6px auto; background:#fff; }
.mobile-menu { display:none; position:fixed; top:72px; left:0; right:0; z-index:49; padding:22px 24px 30px; background:#0b090a; color:#fff; border-bottom:1px solid rgba(255,255,255,.08); }
.mobile-menu a { display:block; padding:13px 0; color:#cfc5bf; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 42px; align-items: center; padding-top: 58px; padding-bottom: 82px; }
.eyebrow { margin: 0 0 20px; color: var(--wine); font-size: 10px; font-weight: 700; letter-spacing: .28em; }
.hero h1 { margin: 0; max-width: 660px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(56px, 6.2vw, 92px); font-weight: 400; line-height: .95; letter-spacing: -.045em; }
.hero h1 span, .hero h1 em { display:block; }
.hero h1 em { color: var(--wine); font-weight: 400; }
.hero-lead { max-width: 570px; margin: 30px 0; color: #59514c; font-size: 16px; line-height: 1.85; }
.hero-search { display:flex; align-items:center; max-width:580px; height:58px; padding-left:18px; border:1px solid rgba(31,23,20,.16); border-radius:999px; background:rgba(255,255,255,.5); box-shadow:0 12px 40px rgba(50,28,26,.05); overflow:hidden; }
.hero-search > span { color: var(--wine); font-size:22px; transform:rotate(-18deg); }
.hero-search input { min-width:0; flex:1; height:100%; border:0; outline:0; background:transparent; padding:0 14px; color:var(--ink); font-size:14px; }
.hero-search input::placeholder { color:#8e8580; }
.hero-search button { align-self:stretch; min-width:100px; border:0; background:var(--ink); color:#fff; font-size:12px; letter-spacing:.14em; }
.hero-meta { display:flex; gap:32px; margin-top:34px; }
.hero-meta span { display:flex; flex-direction:column; gap:4px; }
.hero-meta b { font-family:Georgia,serif; color:var(--wine); font-size:23px; font-weight:400; }
.hero-meta small { color:#867d77; font-size:10px; }

.hero-visual { position:relative; min-height:540px; border-radius:34px 4px 34px 4px; overflow:hidden; background:radial-gradient(circle at 70% 28%, rgba(126,46,58,.7), transparent 32%), linear-gradient(145deg,#211518,#0b090a 60%); box-shadow:var(--shadow); }
.hero-visual::before { content:""; position:absolute; inset:0; background:linear-gradient(120deg, transparent 30%, rgba(229,201,147,.07)); }
.map-grid { position:absolute; inset:0; opacity:.16; background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px); background-size:54px 54px; transform:perspective(600px) rotateX(8deg) scale(1.1); }
.map-grid::after { content:"ASIA  /  AFTER DARK"; position:absolute; right:28px; top:26px; color:#fff; font-size:9px; letter-spacing:.24em; }
.orb { position:absolute; border-radius:50%; filter:blur(1px); }
.orb-one { width:260px; height:260px; right:-70px; top:-70px; border:1px solid rgba(229,201,147,.16); }
.orb-two { width:360px; height:360px; left:-190px; bottom:-190px; border:1px solid rgba(158,58,76,.24); }
.route { position:absolute; height:1px; transform-origin:left; background:linear-gradient(90deg,rgba(229,201,147,.1),rgba(229,201,147,.7),rgba(229,201,147,.05)); }
.route-one { width:310px; left:160px; top:230px; transform:rotate(-20deg); }
.route-two { width:250px; left:210px; top:280px; transform:rotate(26deg); }
.map-point { position:absolute; color:#d9c7a3; font-size:8px; letter-spacing:.12em; }
.map-point i { display:inline-block; width:8px; height:8px; margin-right:7px; border-radius:50%; background:var(--gold); box-shadow:0 0 0 6px rgba(200,165,106,.12),0 0 22px rgba(229,201,147,.65); }
.bangkok { left:24%; top:55%; }.tokyo { right:13%; top:27%; }.seoul { right:29%; top:34%; }.hongkong { left:49%; top:45%; }.shanghai { right:26%; top:51%; }
.visual-card { position:absolute; left:24px; right:24px; bottom:24px; padding:20px 22px; border:1px solid rgba(255,255,255,.12); border-radius:18px; background:rgba(8,6,7,.66); color:#fff; backdrop-filter:blur(14px); }
.visual-card small { display:block; color:var(--gold); font-size:8px; letter-spacing:.22em; }
.visual-card strong { display:block; margin:8px 0 5px; font-family:Georgia,"Songti SC",serif; font-size:20px; font-weight:400; }
.visual-card span { color:#9c918a; font-size:11px; }

.city-section { padding-top:82px; padding-bottom:110px; }
.section-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:30px; margin-bottom:38px; }
.section-heading h2 { margin:0; font-family:Georgia,"Songti SC",serif; font-size:clamp(38px,4vw,56px); font-weight:400; letter-spacing:-.035em; }
.section-heading > p { max-width:470px; margin:0; color:#6f6661; line-height:1.8; font-size:13px; }
.filter-bar { display:flex; gap:8px; margin-bottom:28px; overflow-x:auto; scrollbar-width:none; }
.filter { flex:0 0 auto; padding:10px 18px; border:1px solid var(--line); border-radius:999px; background:transparent; color:#655c57; font-size:12px; }
.filter.active { background:var(--ink); border-color:var(--ink); color:#fff; }
.city-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.city-card { position:relative; min-height:390px; display:flex; flex-direction:column; justify-content:space-between; overflow:hidden; border-radius:var(--radius); color:#fff; padding:20px; isolation:isolate; box-shadow:0 12px 36px rgba(34,18,20,.08); cursor:pointer; }
.city-card::before { content:""; position:absolute; inset:0; z-index:-2; background:var(--card-bg); }
.city-card::after { content:""; position:absolute; inset:0; z-index:-1; background:radial-gradient(circle at 75% 22%,rgba(229,201,147,.22),transparent 26%),linear-gradient(180deg,rgba(9,6,7,.03),rgba(9,6,7,.9)); }
.city-card:hover .city-symbol { transform:translateY(-8px) scale(1.04); }
.city-card:hover { box-shadow:0 24px 58px rgba(34,18,20,.18); }
.card-top { display:flex; justify-content:space-between; align-items:flex-start; }
.city-region { padding:8px 10px; border:1px solid rgba(255,255,255,.2); border-radius:999px; background:rgba(8,6,7,.18); font-size:8px; letter-spacing:.14em; backdrop-filter:blur(10px); }
.save-card { width:38px; height:38px; border:1px solid rgba(255,255,255,.2); border-radius:50%; background:rgba(8,6,7,.2); color:#fff; font-size:18px; backdrop-filter:blur(10px); }
.save-card.active { background:var(--wine); border-color:var(--wine); }
.city-symbol { position:absolute; top:72px; right:22px; font-family:Georgia,serif; font-size:126px; font-style:italic; line-height:1; color:rgba(255,255,255,.12); transition:transform .45s ease; }
.city-card h3 { margin:0 0 6px; font-family:Georgia,"Songti SC",serif; font-size:36px; font-weight:400; }
.city-card .en-name { display:block; color:var(--gold-light); font-size:9px; letter-spacing:.24em; }
.city-card p { margin:15px 0 18px; color:#c8bfba; font-size:12px; line-height:1.65; }
.city-chips { display:flex; flex-wrap:wrap; gap:6px; }
.city-chips span { padding:6px 9px; border-radius:999px; background:rgba(255,255,255,.09); color:#e6ded9; font-size:9px; }
.empty-state { padding:70px 20px; text-align:center; color:#756d67; }
.empty-state span { font-size:44px; color:var(--wine); }
.empty-state h3 { margin:12px 0 8px; color:var(--ink); font-family:Georgia,"Songti SC",serif; font-size:24px; font-weight:400; }
.empty-state p { margin:0; font-size:13px; }

.scenes-section { padding:100px 0; background:var(--ink); color:#fff; }
.light-heading .eyebrow { color:var(--gold); }
.light-heading > p { color:#8f8580; }
.scene-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:54px; background:rgba(255,255,255,.08); }
.scene-card { position:relative; min-height:360px; display:flex; flex-direction:column; justify-content:space-between; padding:26px; overflow:hidden; background:#110e0f; isolation:isolate; }
.scene-card::before { content:""; position:absolute; inset:0; z-index:-1; opacity:.82; transition:transform .5s ease; }
.scene-card:hover::before { transform:scale(1.06); }
.scene-card.wine::before { background:radial-gradient(circle at 70% 20%,rgba(163,83,67,.7),transparent 28%),linear-gradient(145deg,#261719,#120e0f); }
.scene-card.music::before { background:linear-gradient(115deg,transparent 30%,rgba(124,34,55,.52)),repeating-linear-gradient(115deg,#110e0f 0 28px,#1c1518 28px 29px); }
.scene-card.local::before { background:radial-gradient(circle at 20% 20%,rgba(200,165,106,.28),transparent 27%),linear-gradient(160deg,#261b18,#100e0e 70%); }
.scene-card > span { align-self:flex-end; color:rgba(255,255,255,.25); font-family:Georgia,serif; font-size:42px; }
.scene-card small { color:var(--gold); font-size:8px; letter-spacing:.24em; }
.scene-card h3 { margin:10px 0; max-width:280px; font-family:Georgia,"Songti SC",serif; font-size:29px; line-height:1.2; font-weight:400; }
.scene-card p { margin:0; max-width:270px; color:#a99f99; font-size:12px; line-height:1.7; }

.published-guides { padding-top:105px; padding-bottom:20px; }
.published-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.published-card { overflow:hidden; border:1px solid var(--line); border-radius:20px; background:rgba(255,255,255,.4); cursor:pointer; transition:.25s; }
.published-card:hover { transform:translateY(-4px); box-shadow:var(--shadow); }
.published-cover { aspect-ratio:16/10; display:grid; place-items:center; overflow:hidden; background:radial-gradient(circle at 70% 25%,rgba(200,165,106,.24),transparent 28%),linear-gradient(145deg,#4b1c25,#130e10); color:rgba(255,255,255,.18); font:italic 72px Georgia,serif; }
.published-cover img { width:100%; height:100%; object-fit:cover; }
.published-copy { padding:21px; }
.published-copy small { color:var(--wine); font-size:8px; font-weight:800; letter-spacing:.13em; }
.published-copy h3 { margin:10px 0 9px; font-family:Georgia,"Songti SC",serif; font-size:24px; font-weight:400; }
.published-copy p { min-height:42px; margin:0 0 15px; color:#746a65; font-size:11px; line-height:1.7; }
.published-copy span { color:#8b817b; font-size:9px; }

.safety-section { padding:110px 0; }
.safety-panel { display:grid; grid-template-columns:1fr 1fr; gap:70px; padding:58px; border:1px solid var(--line); border-radius:28px; background:rgba(255,255,255,.32); }
.safety-copy h2 { margin:0; font-family:Georgia,"Songti SC",serif; font-size:42px; line-height:1.2; font-weight:400; }
.safety-copy > p:not(.eyebrow) { margin:22px 0; color:#6d645e; font-size:13px; line-height:1.8; }
.text-button { border:0; background:transparent; padding:0; color:var(--wine); font-size:12px; font-weight:700; }
.text-button span { margin-left:6px; }
.safety-list { list-style:none; padding:0; margin:0; }
.safety-list li { display:flex; gap:18px; padding:20px 0; border-bottom:1px solid var(--line); }
.safety-list li:last-child { border-bottom:0; }
.safety-list li > span { color:var(--wine); font-family:Georgia,serif; font-size:14px; }
.safety-list strong,.safety-list small { display:block; }
.safety-list strong { margin-bottom:6px; font-family:Georgia,"Songti SC",serif; font-size:18px; font-weight:400; }
.safety-list small { color:#817771; line-height:1.6; }

.membership { display:flex; justify-content:space-between; align-items:center; gap:30px; margin-bottom:110px; padding:42px 48px; border-radius:24px; background:linear-gradient(105deg,#531a25,#241216); color:#fff; box-shadow:var(--shadow); }
.membership .eyebrow { color:var(--gold); }
.membership h2 { margin:0 0 10px; font-family:Georgia,"Songti SC",serif; font-size:34px; font-weight:400; }
.membership p:last-child { margin:0; color:#bbaeb0; font-size:12px; }
.primary-button { border:1px solid var(--gold); border-radius:999px; background:var(--gold); color:#191011; padding:14px 21px; font-size:11px; font-weight:700; letter-spacing:.08em; white-space:nowrap; }
.primary-button:hover { background:var(--gold-light); }

.site-footer { min-height:150px; display:grid; grid-template-columns:1fr 1fr auto; align-items:center; gap:32px; border-top:1px solid var(--line); color:#7c726c; }
.footer-brand { color:var(--ink); }
.site-footer p { margin:0; max-width:460px; font-size:10px; line-height:1.7; }
.site-footer > span { font-size:9px; letter-spacing:.1em; }

.city-dialog { width:min(720px,calc(100% - 28px)); max-height:90vh; padding:0; border:0; border-radius:26px; background:var(--paper); color:var(--ink); box-shadow:0 30px 100px rgba(0,0,0,.38); overflow:auto; }
.city-dialog::backdrop { background:rgba(9,6,7,.72); backdrop-filter:blur(8px); }
.dialog-close { position:absolute; top:16px; right:16px; z-index:2; width:38px; height:38px; border:1px solid rgba(255,255,255,.2); border-radius:50%; background:rgba(0,0,0,.18); color:#fff; font-size:24px; }
.dialog-hero { min-height:230px; position:relative; display:flex; align-items:flex-end; gap:22px; padding:34px; overflow:hidden; background:var(--dialog-bg,#27171b); color:#fff; }
.dialog-hero::after { content:""; position:absolute; inset:0; background:radial-gradient(circle at 80% 20%,rgba(229,201,147,.22),transparent 26%); }
.dialog-hero > * { position:relative; z-index:1; }
.city-monogram { font-family:Georgia,serif; font-size:98px; line-height:.8; color:rgba(255,255,255,.16); font-style:italic; }
.dialog-country { margin:0 0 6px; color:var(--gold-light); font-size:9px; letter-spacing:.18em; }
.dialog-title { margin:0 0 6px; font-family:Georgia,"Songti SC",serif; font-size:40px; font-weight:400; }
.dialog-tagline { color:#c5bbb6; font-size:12px; }
.dialog-body { padding:30px 34px; }
.dialog-stat-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom:30px; }
.dialog-stat { padding:15px; border:1px solid var(--line); border-radius:14px; }
.dialog-stat small,.dialog-stat strong { display:block; }
.dialog-stat small { margin-bottom:7px; color:#8b817b; font-size:8px; letter-spacing:.12em; }
.dialog-stat strong { font-size:13px; font-weight:600; }
.dialog-body section { padding:22px 0; border-top:1px solid var(--line); }
.dialog-body section > small { color:var(--wine); font-size:8px; letter-spacing:.18em; font-weight:700; }
.dialog-body h3 { margin:7px 0 16px; font-family:Georgia,"Songti SC",serif; font-size:24px; font-weight:400; }
.dialog-route { margin:0; padding-left:22px; color:#504944; }
.dialog-route li { margin:10px 0; padding-left:5px; font-size:13px; line-height:1.6; }
.dialog-note { margin:0; color:#655c57; font-size:13px; line-height:1.75; }
.dialog-footer { position:sticky; bottom:0; display:flex; justify-content:space-between; gap:12px; padding:18px 34px; border-top:1px solid var(--line); background:rgba(241,236,228,.92); backdrop-filter:blur(12px); }
.dialog-save { color:var(--ink); border-color:var(--line); }
.dialog-save.active { background:var(--wine); color:#fff; border-color:var(--wine); }
.article-dialog { position:relative; width:min(780px,calc(100% - 28px)); max-height:92vh; padding:0; border:0; border-radius:26px; background:var(--paper); color:var(--ink); box-shadow:0 30px 100px rgba(0,0,0,.38); }
.article-dialog::backdrop { background:rgba(9,6,7,.76); backdrop-filter:blur(8px); }
.article-close { position:absolute; top:16px; right:16px; z-index:3; width:38px; height:38px; border:1px solid rgba(255,255,255,.25); border-radius:50%; background:rgba(0,0,0,.25); color:#fff; font-size:24px; }
.article-cover { min-height:250px; display:grid; place-items:center; overflow:hidden; background:radial-gradient(circle at 70% 25%,rgba(200,165,106,.22),transparent 28%),linear-gradient(145deg,#4b1c25,#130e10); color:rgba(255,255,255,.18); font:italic 110px Georgia,serif; }
.article-cover img { width:100%; height:100%; max-height:420px; object-fit:cover; }
.article-dialog article { padding:38px 46px 58px; }
.article-meta { color:var(--wine); font-size:8px; font-weight:800; letter-spacing:.15em; }
.article-title { margin:12px 0 14px; font-family:Georgia,"Songti SC",serif; font-size:42px; line-height:1.15; font-weight:400; }
.article-summary { margin:0; color:#706660; font-size:14px; line-height:1.8; }
.article-content { margin-top:34px; padding-top:26px; border-top:1px solid var(--line); font-size:14px; line-height:1.9; }
.article-content h2 { margin-top:32px; font-family:Georgia,"Songti SC",serif; font-size:28px; font-weight:400; }
.article-content blockquote { margin:20px 0; padding:15px 20px; border-left:3px solid var(--wine); background:#e9e1d7; color:#5f5550; }
.article-map { display:inline-flex; margin-top:28px; border-bottom:1px solid var(--wine); color:var(--wine); padding-bottom:4px; font-size:11px; font-weight:800; }
.join-dialog { width:min(480px,calc(100% - 28px)); padding:0; border:0; border-radius:24px; background:var(--paper); color:var(--ink); box-shadow:0 30px 100px rgba(0,0,0,.38); }
.join-dialog::backdrop { background:rgba(9,6,7,.76); backdrop-filter:blur(8px); }
.join-dialog form { padding:38px; }
.join-dialog h2 { margin:0; font-family:Georgia,"Songti SC",serif; font-size:36px; font-weight:400; }
.join-lead { margin:13px 0 25px; color:#716762; font-size:12px; line-height:1.75; }
.join-dialog label { display:grid; gap:8px; margin:16px 0; color:#514944; font-size:11px; font-weight:700; }
.join-dialog input:not([type="checkbox"]),.join-dialog select { width:100%; min-height:46px; padding:0 13px; border:1px solid var(--line); border-radius:12px; background:#fff; color:var(--ink); outline:0; }
.join-dialog input:focus,.join-dialog select:focus { border-color:var(--wine); box-shadow:0 0 0 3px rgba(100,31,43,.08); }
.join-consent { grid-template-columns:18px 1fr!important; align-items:flex-start; color:#817771!important; font-size:9px!important; font-weight:400!important; line-height:1.55; }
.join-consent input { margin:2px 0 0; accent-color:var(--wine); }
.join-dialog .primary-button { width:100%; margin-top:4px; }
.join-close { position:absolute; top:15px; right:15px; width:36px; height:36px; border:1px solid var(--line); border-radius:50%; background:transparent; color:var(--ink); font-size:22px; }
.join-result { min-height:16px; margin:12px 0 0; color:var(--wine); text-align:center; font-size:10px; }
.toast { position:fixed; left:50%; bottom:28px; z-index:120; transform:translate(-50%,20px); padding:12px 18px; border-radius:999px; background:var(--ink); color:#fff; font-size:11px; opacity:0; pointer-events:none; transition:.25s ease; }
.toast.show { transform:translate(-50%,0); opacity:1; }

@media (max-width: 960px) {
  .desktop-nav { display:none; }
  .menu-button { display:block; }
  .mobile-menu.open { display:block; }
  .hero { grid-template-columns:1fr; padding-top:70px; }
  .hero-copy { text-align:center; }
  .hero h1,.hero-lead,.hero-search { margin-left:auto; margin-right:auto; }
  .hero-meta { justify-content:center; }
  .hero-visual { min-height:480px; }
  .city-grid { grid-template-columns:repeat(2,1fr); }
  .scene-grid { grid-template-columns:1fr; }
  .published-grid { grid-template-columns:repeat(2,1fr); }
  .scene-card { min-height:280px; }
  .safety-panel { grid-template-columns:1fr; gap:30px; }
  .site-footer { grid-template-columns:1fr 1fr; padding:36px 0; }
  .site-footer > span { grid-column:2; }
}

@media (max-width: 640px) {
  .section-shell { width:min(100% - 28px,1180px); }
  .site-header { height:70px; padding:0 14px; }
  .brand { min-width:0; }
  .brand strong { font-size:13px; }
  .brand small { display:none; }
  .brand-mark { width:34px; height:34px; }
  .language-button { padding:9px 10px; }
  .saved-button span:not(:first-child),.saved-button b { display:none; }
  .hero { min-height:0; gap:38px; padding-top:55px; padding-bottom:66px; }
  .hero h1 { font-size:52px; }
  .hero-lead { font-size:14px; }
  .hero-search { height:54px; padding-left:14px; }
  .hero-search button { min-width:78px; }
  .hero-meta { gap:19px; }
  .hero-visual { min-height:390px; border-radius:24px 4px 24px 4px; }
  .visual-card { left:14px; right:14px; bottom:14px; }
  .map-point { font-size:7px; }
  .bangkok { left:13%; }.tokyo { right:8%; }.seoul { right:27%; }.hongkong { left:42%; }.shanghai { right:20%; top:55%; }
  .city-section { padding-top:62px; padding-bottom:74px; }
  .section-heading { align-items:flex-start; flex-direction:column; gap:16px; }
  .section-heading h2 { font-size:38px; }
  .city-grid { grid-template-columns:1fr; }
  .city-card { min-height:360px; }
  .scenes-section { padding:72px 0; }
  .scene-grid { margin-top:34px; }
  .published-guides { padding-top:70px; }
  .published-grid { grid-template-columns:1fr; }
  .article-close { right:14px; top:14px; }
  .article-cover { min-height:190px; }
  .article-dialog article { padding:30px 22px 44px; }
  .article-title { font-size:34px; }
  .safety-section { padding:72px 0; }
  .safety-panel { padding:32px 22px; }
  .safety-copy h2 { font-size:32px; }
  .membership { align-items:flex-start; flex-direction:column; margin-bottom:74px; padding:32px 24px; }
  .membership h2 { font-size:29px; }
  .site-footer { grid-template-columns:1fr; gap:18px; }
  .site-footer > span { grid-column:auto; }
  .dialog-hero { padding:28px 22px; }
  .dialog-title { font-size:34px; }
  .city-monogram { font-size:78px; }
  .dialog-body { padding:24px 22px; }
  .dialog-stat-grid { grid-template-columns:1fr; }
  .dialog-footer { padding:14px 18px; }
  .dialog-footer .primary-button { white-space:normal; }
  .join-dialog form { padding:34px 22px 26px; }
  .join-dialog h2 { font-size:31px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior:auto !important; transition:none !important; }
}

/* Rich guide content from the editorial dashboard */
.article-content h3 { margin:1.45em 0 .65em; font:600 23px/1.35 Georgia,"Songti SC",serif; }
.article-content p { margin:0 0 1em; }
.article-content ul,.article-content ol { margin:1em 0; padding-left:1.55em; }
.article-content li { margin:.4em 0; }
.article-content figure,.article-content .editor-image { margin:30px 0; }
.article-content figure img,.article-content .editor-image img { display:block; width:auto; max-width:100%; height:auto; max-height:820px; margin:0 auto; border-radius:16px; box-shadow:0 14px 42px rgba(18,16,15,.12); }
.article-content figcaption { margin-top:10px; color:var(--muted); font-size:11px; line-height:1.6; text-align:center; }
.article-content hr { height:1px; margin:34px 0; border:0; background:var(--line); }
.article-content a { color:var(--wine); text-decoration:underline; text-underline-offset:3px; }
.article-content blockquote { margin:24px 0; padding:16px 20px; border-left:3px solid var(--wine); background:#f7f2eb; color:#655c57; }
