/* Fonts are loaded via <link> tags in each page's <head> (faster than an @import here). */
:root {
  --forest: oklch(23.5% 0.038 151);
  --forest-deep: oklch(20% 0.036 151);
  --forest-soft: oklch(30% 0.046 148);
  --cream: oklch(93.5% 0.025 98);
  --sage: oklch(76% 0.065 125);
  --sage-muted: oklch(64% 0.045 128);
  --line: oklch(42% 0.045 138);
  --serif: 'Young Serif', Georgia, serif;
  --sans: 'Inclusive Sans', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--forest); color: var(--cream); font-family: var(--sans); }
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--sage); outline-offset: 4px;
}
.site-shell { min-height: 100vh; background: var(--forest); overflow: clip; }
.site-header {
  height: 88px; padding: 0 clamp(20px, 2.6vw, 38px); display: flex; align-items: center; gap: 32px;
  width: min(100% - 2 * clamp(20px, 4vw, 78px), 1660px); margin: 18px auto 16px;
  border-radius: 20px; border: 1px solid oklch(72% 0.07 118 / .34);
  box-shadow: 0 20px 42px -28px oklch(4% 0.02 150 / .85);
  background: var(--forest);
}
.home .site-header {
  position: sticky; top: 14px; z-index: 60;
  background: oklch(23.5% 0.038 151 / .82);
  -webkit-backdrop-filter: blur(16px) saturate(1.3); backdrop-filter: blur(16px) saturate(1.3);
}
@supports not (backdrop-filter: blur(2px)) { .home .site-header { background: var(--forest); } }
.site-logo { margin-right: auto; font: 400 clamp(28px, 2.45vw, 38px)/1 var(--serif); letter-spacing: -0.7px; text-decoration: none; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); }
.site-nav a,
.breadcrumb { font-family: var(--sans); font-size: 17px; font-style: normal; font-weight: 570; font-variation-settings: normal; line-height: normal; letter-spacing: 0; }
.site-nav a { color: var(--cream); text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current='page'] { color: var(--sage); }
.site-search {
  width: 190px; height: 48px; border: 1px solid var(--line); border-radius: 999px; display: flex; align-items: center;
  gap: 10px; padding: 0 18px; color: var(--sage-muted); font-size: 15px; text-decoration: none; white-space: nowrap;
}
.site-search svg { width: 18px; height: 18px; flex: none; }
.site-search input {
  min-width: 0; width: 100%; border: 0; padding: 0; background: transparent; color: var(--cream);
  font: 570 15px/1 var(--sans); outline: 0; appearance: none;
}
.site-search input::placeholder { color: var(--sage-muted); opacity: 1; }
.site-search input::-webkit-search-decoration,
.site-search input::-webkit-search-cancel-button { appearance: none; }
.site-search:focus-within { border-color: var(--sage); box-shadow: 0 0 0 3px oklch(76% 0.065 125 / .14); }
.site-menu { display: none; width: 44px; height: 44px; color: var(--cream); background: none; border: 1px solid var(--line); border-radius: 50%; }
.site-menu svg { width: 19px; height: 19px; }
.site-footer {
  padding: 26px clamp(24px, 4.4vw, 68px) 30px; display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 9px; color: var(--sage-muted); background: var(--forest); font-size: 12px;
}
.site-footer strong { color: var(--cream); font: 400 19px var(--serif); }
.footer-brand { display: flex; flex-direction: column; align-items: center; gap: 3px; }
.footer-meta { display: flex; align-items: center; justify-content: center; gap: 14px; }
.footer-meta a { color: var(--sage-muted); display: inline-flex; }
.footer-meta a:hover { color: var(--cream); }
.footer-meta svg { width: 16px; height: 16px; }
.footer-legal { max-width: 52ch; font-size: 11.5px; line-height: 1.55; opacity: .72; }
.site-main { min-height: 70vh; background: var(--forest); }
.site-shell > .site-header + .site-main > .content-section:first-child { background: var(--forest); }
.site-shell > .site-header + .site-main > .compact-hero:first-child { background: var(--forest); }
.page-wrap { width: min(100% - 48px, 1300px); margin: 0 auto; }
.utility-main { min-height: 70vh; padding: 28px 0 clamp(72px, 8vw, 112px); background: var(--forest); }
.utility-wrap { width: min(100% - 2 * clamp(20px, 4vw, 78px), 1300px); margin: 0 auto; }
.utility-head { padding: 0 0 28px; }
.utility-title { margin: 0; font: 400 clamp(36px, 4vw, 54px)/1.02 var(--serif); letter-spacing: -1px; }
.utility-copy { max-width: 68ch; color: oklch(87% .02 135); font-size: 18px; line-height: 1.78; }
.utility-copy p { margin: 0 0 28px; }
.about-layout { max-width: 960px; }
.about-portrait-wrap { float: right; width: min(34%, 300px); margin: 8px 0 24px 38px; }
.about-portrait-wrap img { width: 100%; display: block; border-radius: 16px; }
.global-map-frame { margin-bottom: 18px; overflow: hidden; border: 1px solid oklch(76% .05 125 / .22); border-radius: 18px; }
.global-map { width: 100%; height: min(66vh, 640px); background: oklch(94% .008 110); }
.global-map-status { min-height: 24px; color: var(--sage-muted); font-size: 13px; }
.global-map .leaflet-popup-content-wrapper { border: 1px solid var(--line); border-radius: 10px; background: var(--forest); color: var(--cream); box-shadow: 0 16px 32px oklch(10% .02 150 / .28); }
.global-map .leaflet-popup-tip { border: 1px solid var(--line); background: var(--forest); }
.global-map .leaflet-popup-content { margin: 14px 16px; font-family: var(--sans); }
.global-map .pin-cat { margin-bottom: 5px; color: var(--sage); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.global-map .pin-name { margin-bottom: 5px; font: 400 18px/1.15 var(--serif); }
.global-map .pin-where { margin-bottom: 10px; color: var(--sage-muted); font-size: 12px; }
.global-map .pin-links { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.global-map .pin-link { border-bottom: 1px solid oklch(76% .065 125 / .55); color: var(--sage); font-size: 12px; font-weight: 700; text-decoration: none; }
/* Homepage hero: words on the left, the photograph as a clean rounded panel on the right. */
.page-hero {
  display: grid; grid-template-columns: minmax(0, 620px) minmax(240px, 470px);
  justify-content: center; gap: clamp(26px, 3.4vw, 60px); align-items: center;
  width: min(100% - 2 * clamp(20px, 4vw, 78px), 1660px); margin: 0 auto;
  padding: clamp(36px, 4.4vw, 68px) 0 clamp(44px, 5vw, 76px);
}
.page-hero-copy { grid-column: 1; grid-row: 1; width: 100%; padding: 0; }
.page-hero-photo {
  grid-column: 2; grid-row: 1; aspect-ratio: 5 / 4; width: 100%;
  border-radius: 20px; overflow: hidden; border: 1px solid oklch(72% 0.07 118 / .3);
  box-shadow: 0 38px 72px -36px oklch(4% 0.02 150 / .9);
}
.page-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.page-hero h1 { margin: 0 0 14px; font: 400 clamp(44px, 5vw, 72px)/.99 var(--serif); letter-spacing: -1.6px; }
.page-hero p { max-width: 34ch; margin: 0; color: oklch(92% 0.022 100); font-size: 18px; line-height: 1.55; }
.page-hero .hero-tag { max-width: none; margin: 0 0 20px; font: 400 clamp(22px, 2.6vw, 31px)/1.15 var(--serif); letter-spacing: -0.5px; color: oklch(92% 0.03 100); }
.hero-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 30px; color: var(--cream); font-size: 14px; font-weight: 680; text-decoration: none; border-bottom: 1px solid var(--sage); padding-bottom: 5px; }
.hero-link span { color: var(--sage); font-size: 18px; }
.content-section { padding: 88px clamp(24px, 4.4vw, 68px) 108px; background: var(--forest-deep); }
/* The first section eases out of the hero instead of meeting it on a hard line. */
.page-hero + .content-section { background: linear-gradient(180deg, var(--forest) 0, var(--forest-deep) 150px); }
.content-section + .content-section { padding-top: 0; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin: 0 0 42px; }
.section-heading h2 { margin: 0; font: 400 clamp(36px, 4vw, 56px)/1 var(--serif); letter-spacing: -1px; }
.section-heading p { max-width: 36ch; margin: 0; color: var(--sage-muted); font-size: 15px; line-height: 1.45; text-align: right; }
.country-grid { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(280px, .84fr); gap: 34px; }
.country-card { position: relative; min-height: 400px; display: flex; align-items: end; border: 1px solid oklch(52% .05 138 / .32); border-radius: 28px; overflow: hidden; isolation: isolate; text-decoration: none; box-shadow: 0 26px 52px -30px oklch(8% .02 150 / .8); transition: transform .5s cubic-bezier(.16,1,.3,1), box-shadow .5s; }
.country-card:hover { transform: translateY(-6px); box-shadow: 0 38px 64px -32px oklch(8% .02 150 / .9); }
.country-card:nth-child(2) { min-height: 352px; margin-top: 66px; }
.country-card--text { align-items: center; background: radial-gradient(circle at 18% 18%, oklch(31% .045 150), transparent 38%), oklch(23% .032 150); }
.country-card--text::before { content: ''; position: absolute; inset: 18px; border: 1px solid oklch(76% .05 125 / .22); border-radius: 20px; pointer-events: none; }
.country-card-image { position: absolute; inset: 0; z-index: -1; }
.country-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transform-origin: var(--cover-origin, 50% 50%); transform: scale(var(--cover-zoom, 1)); transition: transform 700ms cubic-bezier(.16, 1, .3, 1); }
.country-card:hover img { transform: scale(calc(var(--cover-zoom, 1) * 1.035)); }
.country-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, oklch(12% .03 150 / .93), oklch(13% .03 150 / .16) 68%); }
.country-card--text::after { background: linear-gradient(140deg, oklch(17% .032 150 / .35), oklch(25% .04 150 / .68)); }
.country-copy { width: 100%; padding: 36px 34px; }
.country-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 17px; }
.country-title h3 { margin: 0; font: 400 clamp(36px, 4vw, 56px)/1 var(--serif); letter-spacing: -1px; }
.country-link { text-decoration: none; }
.country-link::after { content: ''; position: absolute; inset: 0; z-index: 1; }
.country-card-note { max-width: 42ch; margin: 16px 0 0; color: oklch(84% .022 135); font-size: 15px; line-height: 1.6; }
.city-chips { display: flex; flex-wrap: wrap; gap: 9px; position: relative; z-index: 2; }
.city-chip { padding: 8px 15px 9px; border: 1px solid oklch(76% .05 125 / .7); border-radius: 999px; background: oklch(16% .03 150 / .62); color: var(--cream); font-size: 14px; text-decoration: none; }
.city-chip:hover { background: oklch(24% .04 150 / .82); }
.empty-state { padding: 60px 0; color: var(--sage-muted); font-size: 17px; }
/* Homepage featured place card */
.featured-section { padding-bottom: clamp(40px, 5vw, 64px); }
.featured-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); border: 1px solid oklch(52% .05 138 / .3); border-radius: 26px; overflow: hidden; background: oklch(25% .028 150 / .55); text-decoration: none; box-shadow: 0 26px 52px -34px oklch(8% .02 150 / .8); transition: transform .5s cubic-bezier(.16,1,.3,1), box-shadow .5s; }
.featured-card:not(:has(.featured-media)) { grid-template-columns: 1fr; }
.featured-card:hover { transform: translateY(-5px); box-shadow: 0 38px 64px -34px oklch(8% .02 150 / .9); }
.featured-media { position: relative; min-height: 320px; overflow: hidden; }
.featured-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.16, 1, .3, 1); }
.featured-card:hover .featured-media img { transform: scale(1.04); }
.featured-copy { padding: clamp(28px, 3vw, 48px); display: flex; flex-direction: column; align-items: flex-start; }
.featured-copy h2 { margin: 8px 0 10px; font: 400 clamp(30px, 3.4vw, 46px)/1.02 var(--serif); letter-spacing: -1px; }
.featured-meta { margin: 0 0 16px; color: var(--sage); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.featured-note { margin: 0 0 24px; color: oklch(85% .02 135); font-size: 16px; line-height: 1.7; }
.featured-cta { margin-top: auto; color: var(--cream); font-weight: 680; font-size: 14px; border-bottom: 1px solid var(--sage); padding-bottom: 5px; }
.featured-cta span { color: var(--sage); }
@media (max-width: 720px) { .featured-card { grid-template-columns: 1fr; } .featured-media { min-height: 0; aspect-ratio: 16 / 10; } }
.compact-hero { min-height: 300px; padding: 68px clamp(24px, 4.4vw, 68px); display: block; background: var(--forest); }
.compact-hero h1 { margin-top: 8px; }
.eyebrow { color: var(--sage); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.search-form { padding: 42px clamp(24px, 4.4vw, 68px); background: var(--forest-deep); }
.search-form label { display: block; margin-bottom: 8px; color: var(--sage); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.search-form > div { display: flex; gap: 12px; max-width: 760px; }
.search-form input { flex: 1; min-width: 0; border: 1px solid var(--line); border-radius: 9px; padding: 13px 15px; background: oklch(24% 0.04 150); color: var(--cream); font: inherit; }
.search-form button { border: 0; border-radius: 9px; padding: 0 20px; background: var(--sage); color: var(--forest-deep); cursor: pointer; font: 700 14px var(--sans); }
.search-section { padding: 42px clamp(24px, 4.4vw, 68px) 0; background: var(--forest); }
.search-section:last-child { padding-bottom: 80px; }
.search-page .compact-hero { width: min(100% - 2 * clamp(20px, 4vw, 78px), 1300px); min-height: 0; margin: 0 auto; padding: 28px 0 24px; }
.search-page .search-form { width: min(100% - 2 * clamp(20px, 4vw, 78px), 1300px); margin: 0 auto; padding: 0 0 30px; background: var(--forest); }
.search-page #results { width: min(100% - 2 * clamp(20px, 4vw, 78px), 1300px); min-height: 260px; margin: 0 auto; }
.search-page .search-section { padding: 34px 0 0; }
.search-page .search-section:last-child { padding-bottom: 72px; }
.search-page .loading-state, .search-page .error-state, .search-page .empty-state { padding-left: 0; padding-right: 0; }
.search-results { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.search-result { min-height: 140px; display: flex; flex-direction: column; gap: 6px; padding: 22px; border-radius: 18px; text-decoration: none; background: oklch(25% .028 150 / .6); transition: transform .4s cubic-bezier(.16,1,.3,1), background .4s; }
.search-result:hover { transform: translateY(-4px); background: oklch(28% .034 150 / .78); }
.search-result-kicker { color: var(--sage); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.search-result strong { font: 400 24px/1.1 var(--serif); }
.search-result span:last-child { color: var(--sage-muted); font-size: 13px; }
.loading-state, .error-state { padding: 58px clamp(24px, 4.4vw, 68px); margin: 0; color: var(--sage-muted); }
.error-state { color: oklch(75% .12 25); }
.breadcrumb { display: inline-flex; gap: 9px; align-items: center; margin-bottom: 28px; color: var(--cream); text-decoration: none; }
.breadcrumb:hover { color: var(--sage); }
.tip-sections { max-width: 820px; margin: 0 0 64px; display: grid; gap: 26px; }
.tip-category { padding: 0; }
.tip-category h3 { margin: 0 0 7px; color: var(--sage); font-size: 14px; font-weight: 650; }
.tip-category p { margin: 0; color: oklch(83% .02 135); font-size: 16px; line-height: 1.75; }
.place-grid { columns: 3 260px; column-gap: 28px; }
.place-card { display: block; break-inside: avoid; margin: 0 0 28px; padding: 26px 26px 30px; border-radius: 20px; background: oklch(25% .028 150 / .5); transition: transform .45s cubic-bezier(.16,1,.3,1), background .45s; }
.place-card:not(:has(.place-card-media)) { background: oklch(26% .03 150 / .42); }
.place-card:has(.place-card-copy:hover), .place-card:has(.place-card-copy:focus-visible) { transform: translateY(-5px); background: oklch(28% .034 150 / .72); }
.place-card-copy { display: block; color: inherit; text-decoration: none; }
.place-card-copy:focus-visible { outline: 2px solid var(--sage); outline-offset: 7px; border-radius: 3px; }
.place-card h3 { margin: 6px 0 8px; font: 400 25px var(--serif); }
.place-meta { color: var(--sage); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.place-card p { color: oklch(80% .02 135); font-size: 14.5px; line-height: 1.65; }
.place-card-cta { display: inline-flex; align-items: center; gap: 7px; margin-top: 4px; color: var(--sage); font-size: 13px; font-weight: 680; }
.photo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 300px)); justify-content: center; gap: 16px; }
.grid-photo { padding: 0; border: 0; background: none; cursor: zoom-in; aspect-ratio: 1; transition: transform .35s cubic-bezier(.16,1,.3,1); }
.grid-photo:hover { transform: translateY(-3px); }
.grid-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; display: block; }
.pg-dot { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.pg-dot::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: oklch(62% .04 140 / .4); }
.pg-dot.is-on::before { background: var(--sage); }
@media (max-width: 560px) {
  .place-gallery { max-width: 100%; }
}
.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: clamp(16px, 4vw, 48px); background: oklch(10% .02 150 / .78); backdrop-filter: blur(14px); touch-action: pan-y; }
.lightbox[hidden] { display: none; }
.lb-img { max-width: min(94vw, 1100px); max-height: 84vh; border-radius: 12px; object-fit: contain; display: block; touch-action: none; user-select: none; -webkit-user-drag: none; }
.lb-btn { position: absolute; border: 0; background: oklch(22% .02 150 / .6); color: var(--cream); cursor: pointer; border-radius: 50%; display: grid; place-items: center; }
.lb-btn[hidden] { display: none; }
.lb-btn:hover { background: oklch(28% .03 150 / .8); }
.lb-close { top: 18px; right: 18px; width: 46px; height: 46px; font-size: 24px; }
.lb-prev, .lb-next { top: 50%; transform: translateY(-50%); width: 50px; height: 50px; font-size: 28px; }
.lb-prev { left: 16px; } .lb-next { right: 16px; }
.lb-dots { position: absolute; bottom: 4px; left: 0; right: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 0; padding: 0 16px; }
.detail-hero { position: relative; min-height: 300px; display: grid; align-items: end; isolation: isolate; overflow: hidden;
  width: min(100% - 2 * clamp(20px, 4vw, 78px), 1660px); margin: 0 auto; border-radius: 24px; }
.detail-breadcrumb-wrap { width: min(100% - 2 * clamp(20px, 4vw, 78px), 1660px); margin: clamp(24px, 3vw, 42px) auto 4px; }
.detail-breadcrumb-wrap .breadcrumb { margin-bottom: 0; }
.country-page .detail-breadcrumb-wrap { margin-top: 24px; }
.country-masthead { padding-top: 12px; }
.country-masthead-meta { min-height: 32px; display: flex; align-items: center; margin-bottom: 6px; }
.country-masthead-meta .breadcrumb { margin: 0; }
.country-cover { position: relative; isolation: isolate; width: 100%; aspect-ratio: 3 / 1; margin-top: 12px; overflow: hidden; border: 1px solid oklch(72% .07 118 / .3); border-radius: 20px; box-shadow: 0 32px 68px -46px oklch(3% .02 150 / .9); }
.country-cover img { width: 100%; height: 100%; display: block; object-fit: cover; transform-origin: var(--cover-origin, 50% 50%); transform: scale(var(--cover-zoom, 1)); }
.country-cover::after { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(0deg, oklch(10% .025 150 / .78), transparent 58%); }
.country-cover .detail-title { position: absolute; left: clamp(24px, 4vw, 48px); right: clamp(24px, 4vw, 48px); bottom: clamp(20px, 2.8vw, 34px); z-index: 2; margin: 0; font-size: clamp(48px, 5.4vw, 72px); line-height: .95; text-shadow: 0 3px 18px oklch(7% .02 150 / .62); }
.detail-hero img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transform: scale(var(--cover-zoom, 1)); }
.detail-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, oklch(13% .03 150 / .93), oklch(14% .03 150 / .16) 74%); }
.detail-hero .page-wrap { padding: 44px 0 32px; }
.detail-hero .breadcrumb { margin-bottom: 14px; }
.detail-hero .detail-title { margin: 0; }
.detail-title { margin: 0 0 14px; font: 400 clamp(32px, 3.8vw, 50px)/1.03 var(--serif); letter-spacing: -1px; }
.detail-lede { max-width: 70ch; color: oklch(87% .02 135); font-size: 18px; line-height: 1.75; }
.detail-section { margin-top: 88px; }
.country-page .country-page-section { padding-top: clamp(24px, 2.4vw, 34px); background: var(--forest); }
.country-page-section .country-cities { margin-top: 0; }
.country-page-section .detail-lede + .country-cities { margin-top: 52px; }
.country-cities .section-heading { margin-bottom: 34px; }
.country-cities .section-heading h2 { font-size: clamp(36px, 3.4vw, 48px); }
@media (min-width: 761px) {
  .country-page .country-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 2.4vw, 30px); align-items: stretch; }
  .country-page .country-card,
  .country-page .country-card:nth-child(2) { min-height: 0; margin-top: 0; aspect-ratio: 4 / 3; border-radius: 20px; transform: none; }
  .country-page .country-copy { padding: clamp(24px, 2.4vw, 32px); }
  .country-page .country-title h3 { font-size: clamp(34px, 3.2vw, 48px); }
}
@media (min-width: 1100px) {
  .country-page .country-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.site-main .breadcrumb-page-section { padding-top: 12px; }
.city-masthead { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; align-items: start; }
.city-masthead--text { grid-template-columns: minmax(0, 820px); }
.city-masthead > .breadcrumb { margin: 0; justify-self: start; }
.city-heading { align-self: start; padding: clamp(24px, 4vw, 48px) 0; }
.city-heading .detail-title { margin: 0; font-size: clamp(52px, 6vw, 82px); }
.city-cover { position: relative; isolation: isolate; aspect-ratio: 3 / 1; overflow: hidden; border: 1px solid oklch(72% .07 118 / .28); border-radius: 20px; }
.city-cover img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 50%; transform: none; }
.city-cover::after { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(0deg, oklch(10% .025 150 / .8), transparent 62%); }
.city-cover .detail-title { position: absolute; left: clamp(24px, 3vw, 38px); right: clamp(24px, 3vw, 38px); bottom: clamp(22px, 2.6vw, 34px); z-index: 2; margin: 0; font-size: clamp(48px, 5vw, 70px); line-height: .96; text-shadow: 0 3px 18px oklch(7% .02 150 / .62); }
.city-overview { margin: 2px 0 0; }
.detail-section.city-tips { margin-top: clamp(30px, 3.5vw, 44px); }
.city-masthead .city-map-card { min-width: 0; margin: 0; border: 0; border-top: 1px solid oklch(76% .05 125 / .2); border-bottom: 1px solid oklch(76% .05 125 / .2); border-radius: 0; overflow: clip; background: transparent; box-shadow: none; transform: none; }
.city-masthead .city-map-head { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 18px; padding: 0 2px; cursor: pointer; list-style: none; }
.city-map-head::-webkit-details-marker { display: none; }
.city-map-head .eyebrow { margin: 0; }
.city-map-count { flex: none; display: inline-flex; align-items: center; gap: 10px; color: var(--sage); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.city-map-icon { width: 28px; height: 28px; display: inline-grid; place-items: center; border: 1px solid oklch(76% .05 125 / .34); border-radius: 50%; color: var(--cream); font-size: 18px; line-height: 1; transition: transform .25s cubic-bezier(.16,1,.3,1); }
.city-map-card[open] .city-map-icon { transform: rotate(45deg); }
.city-map { position: relative; z-index: 1; contain: paint; height: 320px; overflow: hidden; border-top: 1px solid oklch(72% 0.07 118 / .18); background: oklch(88% 0.01 120); }
.city-map::before { content: ''; position: absolute; inset: 0; z-index: 0; background: linear-gradient(135deg, oklch(86% .01 120), oklch(92% .008 120)); }
.city-map-card.is-loaded .city-map::before { content: none; }
.city-map-note { margin: 0; padding: 12px 20px 16px; color: var(--sage-muted); font-size: 13px; }
.city-map.leaflet-container { position: relative; overflow: hidden; }
.city-map .leaflet-pane,
.city-map .leaflet-tile,
.city-map .leaflet-marker-icon,
.city-map .leaflet-marker-shadow,
.city-map .leaflet-tile-container,
.city-map .leaflet-pane > svg,
.city-map .leaflet-pane > canvas,
.city-map .leaflet-zoom-box,
.city-map .leaflet-image-layer,
.city-map .leaflet-layer { position: absolute; left: 0; top: 0; }
.city-map-card .leaflet-container { font-family: var(--sans); }
.city-map-card .leaflet-pane, .city-map-card .leaflet-control-container { z-index: 2; }
.city-map-card .leaflet-popup-content-wrapper { border-radius: 10px; background: var(--forest); color: var(--cream); border: 1px solid var(--line); box-shadow: 0 16px 32px oklch(10% .02 150 / .28); }
.city-map-card .leaflet-popup-tip { background: var(--forest); border: 1px solid var(--line); }
.city-map-card .leaflet-popup-content { margin: 14px 16px; }
.city-pin-name { font: 400 18px/1.15 var(--serif); margin-bottom: 5px; }
.city-pin-where { color: var(--sage-muted); font-size: 12px; margin-bottom: 10px; }
.city-pin-links { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.city-pin-links a { color: var(--sage); font-size: 12px; font-weight: 700; text-decoration: none; border-bottom: 1px solid oklch(76% 0.065 125 / .55); }
.place-map-fallback { width: min(100%, 560px); margin-top: 56px; }
.place-map { position: relative; contain: paint; height: 280px; overflow: hidden; border: 1px solid oklch(76% .05 125 / .22); border-radius: 18px; background: oklch(88% .012 135); }
.place-map::before { content: ''; position: absolute; inset: 0; z-index: 0; background: oklch(88% .012 135); }
.place-map.is-loaded::before { content: none; }
.place-map.leaflet-container { font-family: var(--sans); }
.place-map .leaflet-pane,
.place-map .leaflet-tile,
.place-map .leaflet-marker-icon,
.place-map .leaflet-marker-shadow,
.place-map .leaflet-tile-container,
.place-map .leaflet-pane > svg,
.place-map .leaflet-pane > canvas,
.place-map .leaflet-zoom-box,
.place-map .leaflet-image-layer,
.place-map .leaflet-layer { position: absolute; left: 0; top: 0; }
.place-map .leaflet-pane, .place-map .leaflet-control-container { z-index: 2; }
/* Inline per-place photo carousel on the city page cards */
.place-card-media { position: relative; width: calc(100% + 52px); aspect-ratio: 4 / 3; margin: -26px -26px 20px; border-radius: 20px 20px 0 0; overflow: hidden; }
.pc-track { display: flex; width: 100%; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
.pc-track::-webkit-scrollbar { display: none; }
.pc-slide { flex: 0 0 100%; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; scroll-snap-align: center; }
.pc-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pc-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border: 0; border-radius: 50%; background: oklch(18% .02 150 / .5); color: var(--cream); font-size: 22px; line-height: 1; cursor: pointer; display: grid; place-items: center; opacity: 0; transition: opacity .25s, background .2s; }
.place-card-media:hover .pc-arrow, .place-card-media:focus-within .pc-arrow { opacity: 1; }
.pc-arrow:hover { background: oklch(22% .03 150 / .78); }
.pc-prev { left: 10px; } .pc-next { right: 10px; }
.pc-count { position: absolute; bottom: 10px; right: 12px; padding: 2px 9px; border-radius: 999px; background: oklch(15% .02 150 / .6); color: var(--cream); font-size: 11px; letter-spacing: .04em; pointer-events: none; }
@media (hover: none) { .pc-arrow { opacity: 1; background: oklch(18% .02 150 / .42); } }
@media (hover: hover) and (pointer: fine) {
  .pc-track { overflow: visible; scroll-snap-type: none; -webkit-overflow-scrolling: auto; transition: transform .35s cubic-bezier(.16, 1, .3, 1); }
  .pc-slide { scroll-snap-align: none; }
}
.order-note { max-width: 700px; margin-top: 42px; padding: 22px 24px; border-left: 3px solid var(--sage); background: oklch(25% .04 150); }
.order-note p:last-child { margin: 6px 0 0; color: var(--cream); line-height: 1.6; }
.goodtoknow { max-width: 820px; margin-top: 48px; }
.goodtoknow h2 { margin: 0 0 18px; font: 400 34px var(--serif); }
.goodtoknow .cat { padding: 0 0 24px; }
.goodtoknow .cat h3 { margin: 0 0 8px; color: var(--sage); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.goodtoknow .tip { margin: 10px 0; }
.goodtoknow .tip strong { color: var(--cream); }
.goodtoknow .tip p { margin: 3px 0 0; color: oklch(82% .02 135); line-height: 1.6; }
@media (max-width: 760px) {
  .site-header { height: 72px; }
  .site-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; z-index: 10; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 24px 18px; background: var(--forest-deep); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 0; font-size: 16px; }
  .site-search { display: none; }
  .site-menu { display: grid; place-items: center; }
  .page-wrap { width: min(100% - 40px, 700px); }
  /* Phone: one column, the photograph under the words. */
  .page-hero { grid-template-columns: 1fr; justify-content: stretch; gap: 28px; padding: 26px 0 34px; }
  .page-hero-copy { grid-column: 1; grid-row: 1; }
  .page-hero-photo { grid-column: 1; grid-row: 2; aspect-ratio: 4 / 3; border-radius: 18px; width: 100%; }
  .site-header { height: 74px; border-radius: 16px; margin-top: 12px; }
  .detail-hero { min-height: 220px; border-radius: 18px; }
  .detail-hero .page-wrap { padding: 30px 0 24px; }
  .city-page-section { padding-top: 46px; }
  .city-masthead { grid-template-columns: 1fr; align-items: start; }
  .city-heading .detail-title { font-size: clamp(44px, 13vw, 68px); }
  .city-map-card { border-radius: 18px; }
  .city-map-head { align-items: flex-start; padding: 16px 18px 14px; }
  .city-map-count { padding: 6px 10px; font-size: 11px; }
  .city-map { height: 280px; }
  .place-map { height: 240px; border-radius: 16px; }
  .page-hero h1 { font-size: clamp(44px, 13vw, 64px); }
  .page-hero p { max-width: none; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 14px; text-align: left; }
  .country-grid, .search-results { grid-template-columns: 1fr; }
  .place-grid { columns: 1; }
  .country-card, .country-card:nth-child(2) { min-height: 350px; margin-top: 0; }
  .site-footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }

/* Floatier first pass. Delete this block to undo the layered travel-notebook treatment. */
body:has(> .site-header)::before,
.site-shell::before {
  content: '';
  position: fixed;
  inset: 0 0 auto;
  z-index: 59;
  height: 14px;
  pointer-events: none;
  background: var(--forest);
}

.site-header {
  background: oklch(21% .034 151 / .58);
  border-color: oklch(76% .05 125 / .22);
  box-shadow: none;
  -webkit-backdrop-filter: blur(34px) brightness(.82) saturate(.9);
  backdrop-filter: blur(34px) brightness(.82) saturate(.9);
  position: sticky;
  top: 14px;
  z-index: 60;
}

.home .site-header {
  background: oklch(21% .034 151 / .52);
  -webkit-backdrop-filter: blur(34px) brightness(.82) saturate(.9);
  backdrop-filter: blur(34px) brightness(.82) saturate(.9);
  top: 14px;
}

.home .site-footer {
  background: var(--forest-deep);
}

.page-hero {
  padding-top: clamp(44px, 5vw, 82px);
}

.page-hero-photo,
.detail-hero,
.country-card,
.featured-card,
.city-map-card,
.place-card,
.search-result,
.order-note {
  box-shadow:
    0 18px 32px -28px oklch(2% .02 150 / .95),
    0 38px 86px -50px oklch(4% .02 150 / .72),
    inset 0 1px 0 oklch(94% .02 100 / .07);
}

.page-hero-photo {
  border-color: oklch(78% .06 118 / .36);
  transform: translateY(-6px) rotate(.35deg);
}

.detail-hero {
  transform: translateY(6px);
  box-shadow:
    0 22px 48px -34px oklch(2% .02 150 / .92),
    0 48px 110px -58px oklch(4% .02 150 / .78);
}

.content-section {
  position: relative;
}

.content-section::before {
  content: '';
  position: absolute;
  inset: clamp(18px, 3vw, 42px) clamp(16px, 3vw, 54px);
  z-index: 0;
  pointer-events: none;
  border: 1px solid oklch(72% .05 125 / .08);
  border-radius: 34px;
  background: linear-gradient(180deg, oklch(26% .032 150 / .18), oklch(20% .03 150 / .08));
  box-shadow: inset 0 1px 0 oklch(94% .02 100 / .04);
}

.content-section > * {
  position: relative;
  z-index: 1;
}

.country-grid {
  gap: clamp(30px, 4vw, 48px);
}

.country-card,
.featured-card,
.city-map-card {
  border-color: oklch(78% .055 125 / .32);
}

.country-card {
  transform: translateY(0) rotate(-.18deg);
}

.country-card:nth-child(2n) {
  transform: translateY(0) rotate(.22deg);
}

.country-card:hover {
  transform: translateY(-10px) rotate(0deg);
  box-shadow:
    0 28px 48px -32px oklch(2% .02 150 / .98),
    0 54px 110px -56px oklch(4% .02 150 / .88),
    inset 0 1px 0 oklch(94% .02 100 / .09);
}

.featured-card:hover,
.place-card:has(.place-card-copy:hover),
.place-card:has(.place-card-copy:focus-visible),
.search-result:hover {
  transform: translateY(-8px);
}

.place-card {
  border: 1px solid oklch(76% .052 125 / .18);
  background:
    linear-gradient(180deg, oklch(28% .034 150 / .58), oklch(23% .03 150 / .48));
}

.place-card:not(:has(.place-card-media)) {
  background:
    radial-gradient(circle at 12% 8%, oklch(38% .05 135 / .16), transparent 52%),
    linear-gradient(180deg, oklch(28% .034 150 / .5), oklch(23% .03 150 / .43));
}

.place-card-media {
  box-shadow: 0 18px 34px -28px oklch(2% .02 150 / .9);
}

.grid-photo img,
.lb-img {
  box-shadow: 0 28px 64px -44px oklch(2% .02 150 / .92);
}

.grid-photo:hover {
  transform: translateY(-6px) rotate(.2deg);
}

.city-map-card {
  transform: translateY(-4px);
}

.city-map {
  border-top-color: oklch(78% .055 125 / .24);
}

.city-chip,
.hero-link,
.featured-cta {
  transition: transform .25s cubic-bezier(.16, 1, .3, 1), background .25s, border-color .25s;
}

.city-chip:hover,
.hero-link:hover,
.featured-cta:hover {
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .page-hero-photo,
  .country-card,
  .country-card:nth-child(2n),
  .detail-hero,
  .city-map-card {
    transform: none;
  }

  .content-section::before {
    inset: 14px 10px;
    border-radius: 24px;
  }
}

/* Quiet-modern desktop pass. Remove this block to restore the previous elevated treatment. */
@media (min-width: 761px) {
  .content-section {
    padding-top: clamp(76px, 6vw, 104px);
    padding-bottom: clamp(88px, 7vw, 120px);
  }

  .content-section::before {
    display: none;
  }

  .section-heading {
    margin-bottom: clamp(30px, 3vw, 42px);
  }

  .detail-section {
    margin-top: clamp(64px, 6vw, 88px);
  }

  .country-grid {
    gap: clamp(24px, 3vw, 38px);
  }

  .page-hero-photo,
  .detail-hero,
  .country-card,
  .featured-card,
  .city-map-card {
    border-radius: 20px;
    transform: none;
    box-shadow: 0 16px 34px -30px oklch(3% .02 150 / .72);
  }

  .place-card,
  .search-result,
  .order-note {
    border-radius: 16px;
    box-shadow: none;
  }

  .country-card,
  .featured-card,
  .city-map-card,
  .place-card,
  .search-result,
  .order-note {
    border-color: oklch(76% .05 125 / .22);
  }

  .country-card,
  .country-card:nth-child(2n),
  .detail-hero,
  .city-map-card,
  .grid-photo {
    transform: none;
  }

  .country-card:hover,
  .featured-card:hover,
  .place-card:has(.place-card-copy:hover),
  .place-card:has(.place-card-copy:focus-visible),
  .search-result:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px -30px oklch(3% .02 150 / .82);
  }

  .place-card {
    margin-bottom: 24px;
    border: 1px solid oklch(76% .05 125 / .18);
    background: oklch(25% .029 150 / .72);
  }

  .place-card:not(:has(.place-card-media)) {
    background: oklch(25% .029 150 / .58);
  }

  .place-grid {
    column-gap: 24px;
  }

  .order-note {
    border: 1px solid oklch(76% .05 125 / .2);
  }

  .page-hero-photo,
  .featured-media,
  .country-card-image,
  .place-card-media,
  .grid-photo {
    background: oklch(21.5% .03 150);
  }

  .grid-photo {
    overflow: hidden;
    border-radius: 16px;
  }

  .place-card-media,
  .grid-photo img,
  .lb-img {
    box-shadow: none;
  }

  .country-card img,
  .featured-media img,
  .place-card-media img,
  .grid-photo img {
    transition: transform 560ms cubic-bezier(.16, 1, .3, 1);
  }

  .country-card:hover img {
    transform: scale(calc(var(--cover-zoom, 1) * 1.02));
  }

  .featured-card:hover .featured-media img,
  .place-card-media:hover img,
  .place-card-media:focus-within img,
  .grid-photo:hover img {
    transform: scale(1.02);
  }
}

/* Mobile refinement pass. Isolated here so the approved desktop treatment stays unchanged. */
@media (max-width: 760px) {
  body:has(> .site-header)::before,
  .site-shell::before {
    content: none;
  }

  .site-header::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    pointer-events: none;
    transform: translateX(-50%);
    background: var(--forest);
  }

  .site-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    height: 16px;
    pointer-events: none;
    transform: translateX(-50%);
    background:
      radial-gradient(circle at 28px 16px, transparent 15px, var(--forest) 15.5px) left top / 28px 16px no-repeat,
      radial-gradient(circle at 0 16px, transparent 15px, var(--forest) 15.5px) right top / 28px 16px no-repeat;
  }

  .site-header {
    width: calc(100% - 24px);
    height: 68px;
    top: 12px;
    margin: 0 auto 14px;
    padding: 0 14px 0 18px;
    gap: 14px;
    border-radius: 16px;
    border-color: transparent;
    box-shadow: inset 0 0 0 1px oklch(48% .028 137);
    background: oklch(30% .028 151 / .22);
    -webkit-backdrop-filter: blur(14px) saturate(.92);
    backdrop-filter: blur(14px) saturate(.92);
  }

  .home .site-header {
    top: 12px;
    background: oklch(30% .028 151 / .22);
    -webkit-backdrop-filter: blur(14px) saturate(.92);
    backdrop-filter: blur(14px) saturate(.92);
  }

  .site-logo {
    font-size: clamp(25px, 8.4vw, 31px);
    letter-spacing: -.55px;
  }

  .site-menu {
    flex: 0 0 44px;
    border-color: oklch(76% .05 125 / .28);
    cursor: pointer;
  }

  .site-nav {
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 10;
    padding: 10px 16px 72px;
    border: 1px solid oklch(76% .05 125 / .22);
    border-radius: 16px;
    background: oklch(20.5% .034 151 / .96);
    box-shadow: 0 18px 36px -30px oklch(3% .02 150 / .72);
  }

  .site-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0;
    border-bottom: 1px solid oklch(76% .05 125 / .12);
    font-size: 16px;
  }

  .site-nav a:last-of-type { border-bottom: 0; }

  .site-header.menu-open .site-search {
    position: absolute;
    top: calc(100% + 162px);
    left: 16px;
    right: 16px;
    z-index: 12;
    width: auto;
    height: 46px;
    display: flex;
    background: oklch(24% .035 151 / .9);
  }

  .page-wrap { width: min(100% - 32px, 700px); }

  .utility-main { padding: 20px 0 64px; }
  .utility-wrap { width: min(100% - 32px, 700px); }
  .utility-head { padding-bottom: 22px; }
  .utility-title { font-size: clamp(36px, 10.5vw, 46px); }
  .utility-copy { font-size: 16.5px; line-height: 1.68; }
  .about-portrait-wrap { float: none; width: min(100%, 340px); margin: 0 auto 28px; }
  .global-map-frame { border-radius: 16px; }
  .global-map { height: min(60svh, 520px); min-height: 380px; }

  .page-hero {
    width: calc(100% - 32px);
    gap: 24px;
    padding: 34px 0 50px;
  }

  .page-hero h1 {
    margin-bottom: 12px;
    font-size: clamp(40px, 13vw, 56px);
    letter-spacing: -1.1px;
  }

  .page-hero .hero-tag {
    margin-bottom: 16px;
    font-size: clamp(21px, 6.5vw, 27px);
  }

  .page-hero p { font-size: 16.5px; line-height: 1.58; }

  .page-hero-photo {
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    box-shadow: none;
  }

  .home .page-hero-photo { display: none; }
  .home .page-hero--text { display: block; padding-top: 44px; padding-bottom: 56px; }
  .home .page-hero--text .page-hero-copy { max-width: 34rem; }

  .hero-link,
  .featured-cta,
  .breadcrumb {
    min-height: 44px;
    align-items: center;
  }

  .hero-link { margin-top: 22px; padding-bottom: 0; }

  .content-section {
    padding: 56px 16px 72px;
  }

  .content-section::before { display: none; }
  .content-section + .content-section { padding-top: 0; }

  .section-heading { margin-bottom: 28px; }
  .section-heading h2 { font-size: clamp(34px, 10vw, 44px); }

  .featured-card,
  .country-card,
  .place-card,
  .search-result,
  .order-note,
  .city-map-card {
    box-shadow: none;
  }

  .country-card:not(.country-card--text),
  .featured-card:has(.featured-media) {
    border-color: transparent;
  }

  .featured-card,
  .country-card,
  .city-map-card { border-radius: 16px; }

  .featured-media { aspect-ratio: 4 / 3; }
  .featured-copy { padding: 24px 22px 26px; }
  .featured-copy h2 { font-size: clamp(30px, 9vw, 39px); }
  .featured-note { font-size: 15.5px; line-height: 1.65; }

  .country-grid { gap: 20px; }
  .country-card,
  .country-card:nth-child(2) { min-height: 320px; }
  .country-copy { padding: 26px 22px; }
  .country-title { margin-bottom: 14px; }
  .country-title h3 { font-size: clamp(36px, 11vw, 48px); }
  .country-card--text::before { inset: 12px; border-radius: 12px; }
  .country-card-note { font-size: 14.5px; }

  .city-chips { gap: 8px; }
  .city-chip {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
  }

  .detail-hero {
    width: calc(100% - 24px);
    min-height: 250px;
    border-radius: 16px;
    box-shadow: none;
  }

  .detail-breadcrumb-wrap { width: calc(100% - 24px); margin: 18px auto 2px; }
  .country-page .detail-breadcrumb-wrap { margin-top: 14px; }
  .country-masthead { padding-top: 8px; }
  .country-masthead-meta { min-height: 32px; margin-bottom: 2px; }
  .country-cover { aspect-ratio: 2 / 1; margin-top: 2px; border-radius: 16px; box-shadow: none; }
  .country-cover .detail-title { left: 18px; right: 18px; bottom: 16px; font-size: clamp(42px, 13vw, 56px); }

  .detail-hero .page-wrap { padding: 28px 0 24px; }
  .detail-title { font-size: clamp(38px, 11vw, 52px); letter-spacing: -.8px; }
  .detail-lede { font-size: 16.5px; line-height: 1.68; }
  .detail-section { margin-top: 56px; }
  .country-page .country-page-section { padding-top: 20px; }
  .country-page-section .detail-lede + .country-cities { margin-top: 38px; }
  .country-page-section .country-cities { margin-top: 0; }
  .country-cities .section-heading { margin-bottom: 24px; }
  .country-cities .section-heading h2 { font-size: 38px; }
  .breadcrumb { margin-bottom: 18px; }

  .site-main .breadcrumb-page-section { padding-top: 8px; }
  .city-masthead { grid-template-columns: 1fr; gap: 14px; }
  .city-heading { padding: 18px 0; }
  .city-heading .detail-title { font-size: clamp(42px, 13vw, 58px); }
  .city-cover { min-height: 0; aspect-ratio: 4 / 3; border-radius: 16px; }
  .city-cover .detail-title { left: 18px; right: 18px; bottom: 16px; font-size: clamp(42px, 13vw, 58px); }
  .city-overview { grid-column: 1; }
  .city-masthead .city-map-head { min-height: 54px; padding: 0 2px; }
  .city-map-count { padding: 0; font-size: 10.5px; }
  .city-map { min-height: 0; height: 250px; }
  .detail-section.city-tips { margin-top: 28px; }

  .place-grid { columns: 1; }
  .place-card {
    margin-bottom: 16px;
    padding: 20px 20px 24px;
    border-radius: 16px;
  }
  .place-card-media {
    width: calc(100% + 40px);
    margin: -20px -20px 18px;
    border-radius: 16px 16px 0 0;
  }
  .place-card h3 { font-size: 25px; }
  .pc-arrow { width: 44px; height: 44px; }

  .photo-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .grid-photo { width: 100%; }
  .grid-photo img { border-radius: 14px; box-shadow: none; }

  .order-note {
    margin-top: 32px;
    padding: 18px;
    border: 1px solid oklch(76% .05 125 / .2);
    border-radius: 14px;
  }

  .tip-sections { margin-bottom: 48px; gap: 22px; }
  .tip-category p { font-size: 15.5px; line-height: 1.68; }
  .goodtoknow { margin-top: 50px; }
  .goodtoknow h2 { font-size: 31px; }

  .place-map-fallback { margin-top: 44px; }
  .place-map { height: 220px; border-radius: 14px; }

  .compact-hero {
    min-height: 0;
    width: auto;
    padding: 48px 16px 36px;
  }

  .search-form { padding: 28px 16px; }
  .search-form > div { gap: 10px; }
  .search-form input,
  .search-form button { min-height: 48px; font-size: 16px; }
  .search-section { padding: 34px 16px 0; }
  .search-section:last-child { padding-bottom: 64px; }
  .search-results { gap: 12px; }
  .search-result { min-height: 0; padding: 18px; border-radius: 14px; }
  .loading-state,
  .error-state { padding: 44px 16px; }
  .search-page .compact-hero { width: min(100% - 32px, 700px); padding: 20px 0 22px; }
  .search-page .search-form { width: min(100% - 32px, 700px); padding: 0 0 24px; }
  .search-page #results { width: min(100% - 32px, 700px); }
  .search-page .search-section { padding-top: 28px; }
  .search-page .loading-state, .search-page .error-state, .search-page .empty-state { padding: 34px 0; }

  .lb-close { top: max(14px, env(safe-area-inset-top)); right: 14px; }
  .lb-prev { left: 8px; }
  .lb-next { right: 8px; }
  .lb-img { max-width: calc(100vw - 28px); max-height: 78vh; }

  .site-footer { padding: 34px 20px max(38px, env(safe-area-inset-bottom)); }
  .footer-meta a { min-width: 44px; min-height: 44px; display: grid; place-items: center; }
}

@media (max-width: 420px) {
  .search-form > div { flex-direction: column; }
  .search-form button { width: 100%; }
  .city-map-head { align-items: center; }
}
