/* Country tokens first. City classes override the same custom properties on top. */

.theme-base{
  --header-bg:rgba(238,243,241,0.92);
  --header-fg:var(--text);
  --topbar-bg:linear-gradient(135deg, #0b3d34 0%, #10211c 100%);
  --topbar-fg:#fff;
  --topbar-link:#b7e4d8;
  --hero-wash:linear-gradient(180deg, rgba(11,61,52,0.12), rgba(11,61,52,0.42));
  --culture-stripe:none;
}
.theme-us{
  --bg:#eef2f6;
  --bg-soft:#ffffff;
  --brand:#1d4e89;
  --brand-dark:#13345c;
  --brand-light:#b7c7e0;
  --accent:#12233d;
  --accent-light:#2a4466;
  --font-display:"Iowan Old Style", "Palatino Linotype", Palatino, serif;
  --hero-wash:linear-gradient(120deg, rgba(18,35,61,.55), rgba(29,78,137,.28));
  --topbar-bg:linear-gradient(135deg, #12233d 0%, #10211c 100%);
  --topbar-link:#b7c7e0;
}
.theme-uk{
  --bg:#eef1f5;
  --bg-soft:#ffffff;
  --brand:#6b1d2a;
  --brand-dark:#4a121c;
  --brand-light:#d4a3ab;
  --accent:#1b2a4a;
  --accent-light:#3d4e73;
  --font-display:Georgia, "Times New Roman", serif;
  --hero-wash:linear-gradient(160deg, rgba(27,42,74,.5), rgba(107,29,42,.22));
  --topbar-bg:linear-gradient(135deg, #1b2a4a 0%, #4a121c 100%);
  --topbar-link:#d4a3ab;
}
.theme-au{
  --bg:#eef3f1;
  --bg-soft:#ffffff;
  --brand:#147a66;
  --brand-dark:#0d5a4c;
  --brand-light:#b7e4d8;
  --accent:#0b3d34;
  --accent-light:#1f7a68;
  --font-display:Georgia, "Iowan Old Style", serif;
  --hero-wash:linear-gradient(180deg, rgba(11,61,52,.35), rgba(20,122,102,.22));
  --topbar-bg:linear-gradient(135deg, #0b3d34 0%, #10211c 100%);
  --topbar-link:#b7e4d8;
}
.theme-de{
  --bg:#f0f2f3;
  --bg-soft:#ffffff;
  --brand:#2563eb;
  --brand-dark:#1d4ed8;
  --brand-light:#bfdbfe;
  --accent:#111827;
  --accent-light:#3d3d3d;
  --radius:10px;
  --radius-lg:14px;
  --font-display:"Avenir Next", "Segoe UI", sans-serif;
  --hero-wash:linear-gradient(135deg, rgba(17,24,39,.45), rgba(37,99,235,.22));
  --topbar-bg:linear-gradient(135deg, #111827 0%, #1f2937 100%);
  --topbar-link:#bfdbfe;
}

.theme-us-new-york{--brand:#e2b714;--brand-dark:#8a6d12;--brand-light:#f3e3a1;--accent:#0b0b0d;--radius:8px;--hero-wash:linear-gradient(90deg, rgba(11,11,13,.6), rgba(226,183,20,.3));--culture-stripe:repeating-linear-gradient(90deg, #0b0b0d 0 10px, #e2b714 10px 14px, transparent 14px 24px)}
.theme-us-los-angeles{--brand:#e07a5f;--brand-dark:#b85a42;--brand-light:#f3c4b6;--accent:#3d405b;--radius-lg:32px;--hero-wash:linear-gradient(180deg, rgba(224,122,95,.35), rgba(242,204,143,.2))}
.theme-us-chicago{--brand:#4a6fa5;--brand-dark:#2f4a73;--brand-light:#b7c7e0;--accent:#1d2d44;--hero-wash:linear-gradient(180deg, rgba(29,45,68,.5), rgba(74,111,165,.2))}
.theme-us-miami{--brand:#2ec4b6;--brand-dark:#1b8c82;--brand-light:#a8ebe4;--accent:#ff6b6b;--radius-lg:28px;--hero-wash:linear-gradient(120deg, rgba(46,196,182,.35), rgba(255,107,107,.25))}
.theme-us-san-francisco{--brand:#c9a227;--brand-dark:#8a6e14;--brand-light:#ead48a;--accent:#5c6b73;--hero-wash:linear-gradient(180deg, rgba(92,107,115,.45), rgba(201,162,39,.2))}
.theme-us-las-vegas{--bg:#1c1424;--bg-soft:#261c32;--text:#f6efe6;--text-light:#e4d6c4;--muted:#c9b8a4;--card:#2b2136;--line:#3d3148;--brand:#e8c547;--brand-dark:#b89620;--brand-light:#f3e3a1;--accent:#c77dff;--header-bg:#1c1424;--header-fg:#f6efe6;--topbar-bg:linear-gradient(135deg, #3d1458 0%, #1a1020 100%);--topbar-link:#e8c547;--hero-wash:linear-gradient(180deg, rgba(199,125,255,.35), rgba(232,197,71,.2))}

.theme-uk-london{--brand:#c5a35a;--brand-dark:#8a7034;--brand-light:#e6d4a8;--accent:#0b1c3d;--hero-wash:linear-gradient(180deg, rgba(11,28,61,.55), rgba(197,163,90,.25))}
.theme-uk-manchester{--brand:#9a3412;--brand-dark:#6b220b;--brand-light:#e2b5a4;--accent:#1f2933;--hero-wash:linear-gradient(180deg, rgba(31,41,51,.5), rgba(154,52,18,.28))}
.theme-uk-birmingham{--brand:#0f766e;--brand-dark:#0a524c;--brand-light:#9ad4cf;--accent:#1e293b;--hero-wash:linear-gradient(180deg, rgba(15,118,110,.35), rgba(30,41,59,.25))}
.theme-uk-edinburgh{--brand:#5c6b4a;--brand-dark:#3f4a32;--brand-light:#c5ccb8;--accent:#5b5044;--hero-wash:linear-gradient(180deg, rgba(91,80,68,.4), rgba(92,107,74,.25))}
.theme-uk-glasgow{--brand:#1d4e89;--brand-dark:#13345c;--brand-light:#a8c3e3;--accent:#111827;--hero-wash:linear-gradient(180deg, rgba(17,24,39,.5), rgba(29,78,137,.25))}
.theme-uk-bristol{--brand:#0ea5a4;--brand-dark:#0a7372;--brand-light:#9ee0df;--accent:#be185d;--hero-wash:linear-gradient(120deg, rgba(14,165,164,.3), rgba(190,24,93,.2))}

.theme-au-melbourne{--accent:#0b3d34;--brand:#147a66;--brand-dark:#0d5a4c;--brand-light:#b7e4d8;--hero-wash:linear-gradient(180deg, rgba(11,61,52,.45), rgba(20,122,102,.2))}
.theme-au-sydney{--accent:#0c4a6e;--brand:#d4a017;--brand-dark:#9a7510;--brand-light:#edd48a;--hero-wash:linear-gradient(180deg, rgba(12,74,110,.4), rgba(212,160,23,.22))}
.theme-au-brisbane{--accent:#166534;--brand:#ca8a04;--brand-dark:#926403;--brand-light:#ecd089;--hero-wash:linear-gradient(180deg, rgba(22,101,52,.3), rgba(202,138,4,.2))}
.theme-au-perth{--accent:#155e75;--brand:#f59e0b;--brand-dark:#b47408;--brand-light:#f8d48a;--hero-wash:linear-gradient(180deg, rgba(21,94,117,.35), rgba(245,158,11,.2))}
.theme-au-adelaide{--accent:#7f1d1d;--brand:#a16207;--brand-dark:#734605;--brand-light:#e0c48a;--hero-wash:linear-gradient(180deg, rgba(127,29,29,.3), rgba(161,98,7,.2))}

.theme-de-berlin{--brand:#f5c400;--brand-dark:#b89400;--brand-light:#ffe680;--accent:#111111;--radius:6px;--hero-wash:linear-gradient(90deg, rgba(17,17,17,.55), rgba(245,196,0,.28));--culture-stripe:repeating-linear-gradient(90deg, #111 0 12px, #f5c400 12px 16px, transparent 16px 26px)}
.theme-de-munich{--brand:#2f6b4f;--brand-dark:#204a36;--brand-light:#b5d4c4;--accent:#3f2e1e;--hero-wash:linear-gradient(180deg, rgba(47,107,79,.35), rgba(63,46,30,.2))}
.theme-de-hamburg{--brand:#9f1239;--brand-dark:#6e0c27;--brand-light:#e3a4b6;--accent:#1e293b;--hero-wash:linear-gradient(180deg, rgba(30,41,59,.45), rgba(159,18,57,.22))}
.theme-de-frankfurt{--brand:#2563eb;--brand-dark:#1d4ed8;--brand-light:#bfdbfe;--accent:#0f172a;--hero-wash:linear-gradient(180deg, rgba(15,23,42,.5), rgba(37,99,235,.22))}
.theme-de-cologne{--brand:#78716c;--brand-dark:#57534e;--brand-light:#d6d3d1;--accent:#1c1917;--hero-wash:linear-gradient(180deg, rgba(28,25,23,.4), rgba(120,113,108,.2))}

.theme-us h1,.theme-us h2,.theme-uk h1,.theme-uk h2,.theme-au h1,.theme-au h2,.theme-de h1,.theme-de h2{
  font-family:var(--font-display)
}
.theme-us h1{letter-spacing:-0.04em}
.theme-uk h1{letter-spacing:-0.02em}
.theme-de h1{letter-spacing:-0.05em;text-transform:none}

.culture-band{display:none}
.place-hero{
  position:relative;
  color:#fff;
  background:#1a1511
}
.theme-us-las-vegas .topbar,
.theme-us-las-vegas header{
  background:#1c1424;
  color:#f6efe6
}
.theme-us-las-vegas header{border-color:#3d3148}
.theme-us-las-vegas .nav-links a{color:#e4d6c4}
.theme-us-las-vegas .trust-badge,
.theme-us-las-vegas .city-chip,
.theme-us-las-vegas .keyword-table-wrap,
.theme-us-las-vegas .card,
.theme-us-las-vegas .place-card{
  background:var(--card);
  color:var(--text)
}

@media (max-width: 768px){
  .place-hero > img{height:min(48vh, 420px)}
  .place-hero-copy{padding:1.5rem 0 1.25rem}
}
