:root {
    --ink: #241a12;
    --brand: #2e4431;
    --brand-deep: #253726;
    --bear: #8d5021;
    --honey: #cdad81;
    --terracotta: #b85f37;
    --sky: #58afcb;
    --muted: #66584b;
    --line: #ddccb4;
    --paper: #fdf4e5;
    --panel: #f7e8d1;
    --accent: #cdad81;
    --dark: #2e4431;
    --white: #fff;
    --radius: 20px;
    --shadow: 0 18px 50px rgba(37, 55, 38, .10);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(221,204,180,.9); background: rgba(253,244,229,.92); backdrop-filter: blur(18px); }
.header-row { height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-size: 20px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; background: var(--dark); color: var(--accent); }
.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav a { padding: 10px 14px; border-radius: 12px; color: var(--muted); font-size: 14px; }
.main-nav a:hover, .main-nav a.active { background: var(--panel); color: var(--ink); }
.header-actions { justify-self: end; display: flex; gap: 8px; }
.icon-button, .profile-button, .outline-button, .view-toggle { border: 1px solid var(--line); background: var(--white); cursor: pointer; }
.icon-button { width: 42px; height: 42px; border-radius: 50%; font-size: 19px; }
.icon-button.wide { width: auto; padding: 0 16px; border-radius: 12px; font-size: 14px; }
.profile-button { height: 42px; padding: 0 16px; border-radius: 12px; }
.profile-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px var(--dark); }

.hero { padding: 48px 0 64px; overflow: hidden; background: linear-gradient(135deg, #fdf4e5 0%, #f7e8d1 100%); }
.hero-grid { min-height: 560px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.hero-copy h1, .page-top h1, .location-heading h1 { margin: 10px 0 18px; font-size: clamp(44px, 6vw, 76px); line-height: .98; letter-spacing: -.065em; }
.hero-copy > p, .title-row p, .location-heading p { max-width: 610px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.kicker, .eyebrow { color: #8d5021; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.search-box { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; max-width: 620px; margin-top: 32px; padding: 8px 8px 8px 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.search-icon { font-size: 24px; }
.search-box input { min-width: 0; padding: 12px 0; border: 0; outline: 0; background: transparent; font-size: 16px; }
.search-box button, .primary-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 0; border-radius: 13px; background: var(--dark); color: var(--white); font-weight: 700; cursor: pointer; }
.quick-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 17px; color: var(--muted); font-size: 13px; }
.quick-links a { color: var(--ink); text-decoration: underline; text-decoration-color: #cdad81; text-underline-offset: 3px; }

.hero-map, .sticky-map, .mini-map { position: relative; overflow: hidden; background: #ead8bd; }
.hero-map { min-height: 520px; border: 10px solid rgba(255,255,255,.75); border-radius: 36px; box-shadow: 0 30px 80px rgba(35,60,45,.16); transform: rotate(1.5deg); }
.map-grid { position: absolute; inset: -20px; opacity: .52; background-image: linear-gradient(30deg, transparent 48%, rgba(46,68,49,.16) 49%, rgba(46,68,49,.16) 51%, transparent 52%), linear-gradient(110deg, transparent 47%, rgba(46,68,49,.13) 48%, rgba(46,68,49,.13) 50%, transparent 51%), radial-gradient(circle at 30% 40%, #cdad81 0 12%, transparent 13%), radial-gradient(circle at 72% 64%, #58afcb 0 18%, transparent 19%); background-size: 130px 120px, 170px 160px, 100% 100%, 100% 100%; }
.map-pin { position: absolute; display: grid; place-items: center; width: 42px; height: 42px; border: 4px solid var(--white); border-radius: 50% 50% 50% 10%; background: var(--dark); color: var(--accent); font-size: 12px; font-weight: 800; transform: rotate(-45deg); box-shadow: 0 8px 20px rgba(37,55,38,.24); }
.map-pin::first-letter { transform: rotate(45deg); }
.pin-one { top: 28%; left: 23%; }.pin-two { top: 53%; right: 22%; }.pin-three { bottom: 19%; left: 42%; }
.map-caption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; justify-content: space-between; padding: 18px; border-radius: 16px; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); }
.map-caption span { color: var(--muted); font-size: 13px; }

.section { padding-top: 92px; padding-bottom: 92px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.section-heading h2, .submit-banner h2, .editorial-section h2, .detail-main h2 { margin: 7px 0 0; font-size: clamp(30px, 4vw, 46px); letter-spacing: -.045em; }
.text-link { font-size: 14px; font-weight: 700; }
.direction-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.direction-card { min-height: 185px; display: flex; flex-direction: column; align-items: flex-start; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .2s, box-shadow .2s; }
.direction-card:hover, .location-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.direction-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: auto; border-radius: 14px; background: var(--panel); font-size: 22px; }
.direction-card strong { margin-top: 28px; font-size: 19px; }
.direction-card small { margin-top: 5px; color: var(--muted); }
.muted-section { background: var(--panel); }
.city-list { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #ddccb4; }
.city-list a { display: flex; justify-content: space-between; padding: 22px 16px; border-right: 1px solid #ddccb4; font-weight: 700; }
.city-list a:first-child { padding-left: 0; }.city-list a:last-child { border-right: 0; }
.city-list span { color: var(--muted); }

.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.location-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .2s, box-shadow .2s; }
.card-media { position: relative; min-height: 230px; display: flex; align-items: flex-end; padding: 16px; overflow: hidden; }
.card-media::after, .gallery-grid > div::after { content: ""; position: absolute; inset: 0; opacity: .6; background: repeating-linear-gradient(135deg, transparent 0 38px, rgba(255,255,255,.24) 39px 40px); }
.tone-sea { background: linear-gradient(145deg, #58afcb, #2e4431); }.tone-lake { background: linear-gradient(145deg, #cdad81, #3d5941); }.tone-mountain { background: linear-gradient(145deg, #cdad81, #8d5021); }.tone-sand { background: linear-gradient(145deg, #f7e8d1, #b85f37); }.tone-cliff { background: linear-gradient(145deg, #cdad81, #253726); }
.media-label, .gallery-grid span { z-index: 1; padding: 7px 10px; border-radius: 8px; background: rgba(255,255,255,.76); color: #66584b; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.floating-heart { position: absolute; z-index: 2; top: 14px; right: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); cursor: pointer; }
.card-body { padding: 20px; }
.card-body h3 { margin: 7px 0; font-size: 22px; letter-spacing: -.025em; }
.card-body p { min-height: 48px; margin: 8px 0 16px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.tag { padding: 6px 9px; border-radius: 8px; background: var(--panel); color: #66584b; font-size: 11px; font-weight: 700; }
.submit-banner { min-height: 290px; display: flex; align-items: center; justify-content: space-between; gap: 36px; margin-bottom: 92px; padding: 48px; border-radius: 28px; background: var(--accent); }
.submit-banner p { max-width: 650px; color: #4c594f; line-height: 1.6; }

.page-top { padding-top: 40px; padding-bottom: 42px; }
.compact-top { padding-bottom: 24px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; color: var(--muted); font-size: 12px; }
.breadcrumbs a:last-of-type { color: var(--ink); }
.title-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 34px; }
.title-row h1 { font-size: clamp(44px, 6vw, 70px); }
.outline-button { min-height: 44px; padding: 0 17px; border-radius: 12px; font-weight: 700; }
.catalog-layout { display: grid; grid-template-columns: 245px 1fr; gap: 32px; padding-bottom: 92px; }
.filters-panel { align-self: start; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.filter-title { display: flex; justify-content: space-between; margin-bottom: 25px; }.filter-title button { border: 0; background: transparent; color: var(--muted); font-size: 12px; }
.filter-label, fieldset legend { margin-bottom: 13px; font-size: 13px; font-weight: 800; }
.range-placeholder { position: relative; height: 4px; margin-top: 18px; border-radius: 4px; background: #d7ddd7; }.range-placeholder span { position: absolute; left: 0; width: 65%; height: 100%; background: var(--dark); }.range-placeholder span::after { content: ""; position: absolute; right: -7px; top: -5px; width: 14px; height: 14px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px var(--dark); }
.range-values { display: flex; justify-content: space-between; margin-top: 10px; color: var(--muted); font-size: 11px; }.range-values strong { color: var(--ink); }
.filters-panel fieldset { display: grid; gap: 12px; margin: 25px 0 0; padding: 22px 0 0; border: 0; border-top: 1px solid var(--line); }
.filters-panel label { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; color: #66584b; font-size: 13px; }.filters-panel input { accent-color: var(--dark); }.filters-panel label span { color: var(--muted); }
.full-button { width: 100%; margin-top: 22px; }
.chip-row { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 8px; }.chip-row button { flex: 0 0 auto; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); cursor: pointer; font-size: 12px; }.chip-row button.selected { border-color: var(--dark); background: var(--dark); color: var(--white); }
.results-toolbar { display: flex; align-items: center; justify-content: space-between; margin: 20px 0 15px; }.results-toolbar > div { display: flex; gap: 5px; }.results-toolbar select { margin-left: 8px; padding: 0 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); font-size: 12px; }.view-toggle { width: 38px; height: 38px; border-radius: 10px; }.view-toggle.active { background: var(--panel); }
.catalog-with-map { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(300px, 1.15fr); gap: 16px; }
.result-list { display: grid; gap: 14px; }.result-list .card-media { min-height: 170px; }.load-more { width: 100%; }
.sticky-map { position: sticky; top: 92px; height: calc(100vh - 116px); min-height: 600px; border-radius: 20px; }
.editorial-section { padding: 92px 0; background: #f7e8d1; }
.editorial-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }.content-block { padding: 0 0 30px; border-bottom: 1px solid #ddccb4; }.content-block + .content-block { padding-top: 30px; }.content-block h3 { margin-top: 0; font-size: 24px; }.content-block p, .faq p { color: #66584b; line-height: 1.75; }
.faq { max-width: 850px; margin-top: 80px; }.faq details { border-bottom: 1px solid #ddccb4; }.faq summary { display: flex; justify-content: space-between; padding: 22px 0; font-weight: 750; cursor: pointer; list-style: none; }.faq summary span { font-size: 20px; }

.location-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }.location-heading h1 { font-size: clamp(48px, 7vw, 82px); }.heading-actions { display: flex; gap: 8px; }
.gallery-grid { height: 530px; display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; margin-top: 36px; overflow: hidden; border-radius: 26px; }.gallery-grid > div { position: relative; display: flex; align-items: flex-end; padding: 18px; overflow: hidden; }.gallery-main { grid-row: 1 / 3; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 76px; padding-top: 60px; padding-bottom: 100px; }.detail-main { display: grid; gap: 58px; }.highlight-row { display: flex; flex-wrap: wrap; gap: 9px; }.highlight-row span { padding: 9px 12px; border-radius: 10px; background: #f7e8d1; font-size: 12px; font-weight: 700; }.location-copy p { color: var(--muted); font-size: 18px; line-height: 1.75; }
.activity-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }.activity-row a { display: flex; min-height: 150px; flex-direction: column; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }.activity-row a > span { margin-bottom: auto; font-size: 24px; }.activity-row small { margin-top: 5px; color: var(--muted); }
.service-list { display: grid; margin-top: 20px; border-top: 1px solid var(--line); }.service-list > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }.service-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--panel); }.service-list p { display: flex; flex-direction: column; margin: 0; }.service-list small { margin-top: 4px; color: var(--muted); }.service-list button { border: 0; background: transparent; font-size: 20px; }
.location-sidebar { display: grid; align-self: start; gap: 12px; }.mini-map { height: 220px; border-radius: 18px; }.centered { top: 42%; left: 46%; }.sidebar-card { padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }.sidebar-card > strong { display: block; margin-top: 7px; }.sidebar-card h3 { margin-top: 0; }.sidebar-card > a { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); }.sidebar-card > a:last-child { border: 0; }.sidebar-card small { color: var(--muted); }.partner-card { background: var(--dark); color: var(--white); }.partner-card .kicker { color: var(--accent); }.partner-card p { color: #f7e8d1; line-height: 1.5; }.partner-card a { color: var(--accent); font-weight: 700; }

.site-footer { border-top: 1px solid var(--line); background: var(--white); }.footer-row { min-height: 180px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }.footer-row p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }.footer-links { display: flex; gap: 24px; color: var(--muted); font-size: 13px; }.prototype-label { justify-self: end; padding: 8px 10px; border-radius: 8px; background: var(--panel); color: var(--muted); font-size: 11px; }

@media (max-width: 980px) {
    .hero-grid { grid-template-columns: 1fr; }.hero-map { min-height: 420px; }.direction-grid { grid-template-columns: repeat(2, 1fr); }.city-list { grid-template-columns: repeat(3, 1fr); }.city-list a { border-bottom: 1px solid #ddccb4; }.catalog-layout { grid-template-columns: 1fr; }.filters-panel { display: none; }.detail-layout { grid-template-columns: 1fr; }.location-sidebar { grid-template-columns: repeat(2, 1fr); }.mini-map, .partner-card { grid-column: span 2; }
}

@media (max-width: 700px) {
    .shell { width: min(100% - 24px, 1180px); }.header-row { grid-template-columns: 1fr auto; }.main-nav { display: none; }.profile-button { display: none; }.hero { padding-top: 28px; }.hero-grid { min-height: auto; gap: 36px; }.hero-copy h1, .page-top h1, .location-heading h1 { font-size: 43px; }.hero-map { min-height: 340px; border-width: 6px; border-radius: 24px; }.search-box { grid-template-columns: auto 1fr; }.search-box button { grid-column: 1 / 3; }.section { padding-top: 64px; padding-bottom: 64px; }.direction-grid, .cards-grid, .city-list, .catalog-with-map, .editorial-grid, .activity-row { grid-template-columns: 1fr; }.city-list a { padding-left: 0; border-right: 0; }.submit-banner, .title-row, .location-heading { align-items: flex-start; flex-direction: column; }.submit-banner { margin-bottom: 64px; padding: 28px; }.sticky-map { position: relative; top: 0; height: 420px; min-height: 0; grid-row: 1; }.editorial-grid { gap: 40px; }.gallery-grid { height: 420px; grid-template-columns: 1fr 1fr; grid-template-rows: 2fr 1fr; }.gallery-main { grid-column: 1 / 3; grid-row: auto; }.detail-layout { gap: 42px; }.location-sidebar { grid-template-columns: 1fr; }.mini-map, .partner-card { grid-column: auto; }.footer-row { grid-template-columns: 1fr; padding: 42px 0; }.footer-links { flex-direction: column; gap: 10px; }.prototype-label { justify-self: start; }
}

/* Mestoved brand refinements */
:focus-visible { outline: 3px solid var(--sky); outline-offset: 3px; }
.brand-mark { background: var(--brand-deep); color: var(--honey); }
.brand-mark svg { width: 24px; height: 24px; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy small { margin-top: 5px; color: var(--bear); font-size: 9px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.site-header { border-bottom-color: rgba(221,204,180,.9); }
.hero .kicker, .eyebrow { color: var(--bear); }
.hero-map { background: linear-gradient(145deg, #f7e8d1, #cdad81); }
.map-pin { background: var(--brand-deep); color: var(--honey); }
.submit-banner { background: var(--honey); }
.primary-button, .search-box button { background: var(--brand); }
.primary-button:hover, .search-box button:hover { background: var(--brand-deep); }
.text-link:hover { color: var(--bear); }
.prototype-label { color: var(--bear); }

/* Mascot hero */
.mascot-stage { background: radial-gradient(circle at 52% 42%, #fffaf1 0 42%, #f7e8d1 74%, #cdad81 100%); transform: rotate(1.2deg); }
.hero-mascot { position: absolute; inset: 2% 2% 8%; width: 96%; height: 90%; object-fit: contain; filter: drop-shadow(0 24px 28px rgba(37,55,38,.16)); transform: rotate(-1.2deg); }
.mascot-caption { z-index: 2; }
@media (max-width: 700px) {
    .hero-mascot { inset: 0 0 10%; width: 100%; height: 90%; }
}

/* Refined header */
.site-header { background: rgba(253,244,229,.94); }
.header-row { height: 76px; grid-template-columns: auto minmax(0, 1fr) auto; gap: 30px; }
.brand { flex: 0 0 auto; }
.brand-mark { width: 40px; height: 40px; border-radius: 13px; }
.brand-copy { font-size: 21px; }
.brand-copy small { font-size: 8px; letter-spacing: .12em; }
.main-nav { justify-self: center; gap: 2px; }
.main-nav a { padding: 10px 12px; font-weight: 650; }
.header-actions { align-items: center; gap: 8px; }
.header-action { height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.78); font-size: 14px; font-weight: 700; }
.header-action:hover { border-color: var(--honey); background: var(--white); }
.header-favorite { width: 42px; border-radius: 50%; }
.header-favorite svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-login { padding: 0 15px; }
.header-cta { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; padding: 0 16px; border-radius: 12px; background: var(--brand); color: var(--white); font-size: 14px; font-weight: 750; }
.header-cta:hover { background: var(--brand-deep); }
.header-cta > span { color: var(--honey); font-size: 20px; line-height: 1; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { width: 42px; height: 42px; display: grid; align-content: center; gap: 4px; padding: 0 11px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; height: 2px; border-radius: 2px; background: var(--ink); }
.mobile-nav { position: absolute; z-index: 30; top: 50px; right: 0; width: min(310px, calc(100vw - 24px)); padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.mobile-nav a { display: flex; justify-content: space-between; padding: 13px 12px; border-radius: 10px; color: var(--muted); font-size: 14px; font-weight: 700; }
.mobile-nav a:hover, .mobile-nav a.active { background: var(--panel); color: var(--ink); }
.mobile-nav .mobile-nav-cta { justify-content: center; margin-top: 6px; background: var(--brand); color: var(--white); }

@media (max-width: 1050px) {
    .header-row { grid-template-columns: auto 1fr auto auto; gap: 10px; }
    .main-nav { display: none; }
    .mobile-menu { display: block; }
}
@media (max-width: 700px) {
    .header-row { grid-template-columns: minmax(0,1fr) auto auto; }
    .brand-mark { width: 36px; height: 36px; }
    .brand-copy { font-size: 18px; }
    .brand-copy small { font-size: 7px; }
    .header-login, .header-cta { display: none; }
}

/* City switcher and editorial city pages */
.header-row { grid-template-columns: auto auto minmax(0, 1fr) auto; gap: 18px; }
.city-switcher { position: relative; }
.city-switcher > summary { min-width: 170px; height: 46px; display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 9px; padding: 0 11px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.7); cursor: pointer; list-style: none; }
.city-switcher > summary::-webkit-details-marker { display: none; }
.city-switcher > summary > svg { width: 20px; fill: none; stroke: var(--bear); stroke-width: 1.8; }
.city-current { min-width: 0; display: grid; line-height: 1.12; }
.city-current small { color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.city-current strong { overflow: hidden; margin-top: 3px; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.city-chevron { color: var(--muted); transition: transform .2s; }
.city-switcher[open] .city-chevron { transform: rotate(180deg); }
.city-popover { position: absolute; z-index: 40; top: 54px; left: 0; width: 310px; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.city-popover-label, .mobile-nav-label { display: block; padding: 9px 11px 6px; color: var(--bear); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.city-popover a { display: grid; gap: 4px; padding: 11px; border-radius: 11px; }
.city-popover a:hover, .city-popover a.active { background: var(--panel); }
.city-popover a strong { font-size: 14px; }
.city-popover a small { color: var(--muted); font-size: 11px; }
.header-logout, .mobile-logout { margin: 0; }
.header-logout button { padding: 0 14px; cursor: pointer; }
.mobile-logout button { width: 100%; display: flex; justify-content: space-between; padding: 13px 12px; border: 0; border-radius: 10px; background: transparent; color: var(--muted); font-size: 14px; font-weight: 700; cursor: pointer; }
.mobile-logout button:hover { background: var(--panel); color: var(--ink); }

.city-guide-hero { padding: 84px 0 72px; background: radial-gradient(circle at 82% 18%, rgba(88,175,203,.22), transparent 32%), linear-gradient(135deg, var(--paper), var(--panel)); border-bottom: 1px solid var(--line); }
.city-guide-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: end; gap: 70px; }
.city-guide-kicker { color: var(--bear); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.city-guide h1 { max-width: 850px; margin: 12px 0 20px; font-size: clamp(58px, 9vw, 108px); line-height: .9; letter-spacing: -.075em; }
.city-guide-lead { max-width: 760px; margin: 0; color: var(--muted); font-size: clamp(18px, 2.2vw, 23px); line-height: 1.55; }
.city-facts { display: grid; gap: 8px; }
.city-fact { display: grid; gap: 5px; padding: 16px 18px; border: 1px solid rgba(221,204,180,.9); border-radius: 14px; background: rgba(255,255,255,.62); }
.city-fact small { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.city-fact strong { font-size: 16px; }
.city-guide-body { padding-top: 64px; padding-bottom: 100px; }
.city-guide-intro { max-width: 820px; margin: 0 0 28px; font-size: 26px; line-height: 1.45; letter-spacing: -.02em; }
.city-highlight-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 72px; }
.city-highlight-row span { padding: 9px 12px; border-radius: 999px; background: var(--panel); color: var(--brand-deep); font-size: 12px; font-weight: 750; }
.city-guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--line); }
.city-guide-grid section { min-height: 290px; padding: 34px; background: var(--white); }
.city-section-number { color: var(--honey); font-size: 13px; font-weight: 900; }
.city-guide-grid h2, .city-guide-cta h2, .city-guide-faq h2 { margin: 38px 0 14px; font-size: clamp(27px, 3vw, 38px); letter-spacing: -.045em; }
.city-guide-grid p { margin: 0; color: var(--muted); line-height: 1.72; }
.city-guide-cta { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin: 72px 0; padding: 38px; border-radius: 24px; background: var(--brand); color: var(--white); }
.city-guide-cta h2 { max-width: 590px; margin-top: 9px; margin-bottom: 0; }
.city-guide-cta .city-guide-kicker { color: var(--honey); }
.city-guide-cta > div:last-child { display: flex; gap: 9px; flex: 0 0 auto; }
.city-guide-cta .primary-button { background: var(--honey); color: var(--brand-deep); }
.city-guide-cta .outline-button { display: inline-flex; align-items: center; border-color: rgba(255,255,255,.35); background: transparent; color: var(--white); }
.city-guide-faq { max-width: 900px; }
.city-guide-faq > h2 { margin-top: 9px; }
.city-guide-faq details { border-bottom: 1px solid var(--line); }
.city-guide-faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; font-weight: 780; cursor: pointer; list-style: none; }
.city-guide-faq summary::-webkit-details-marker { display: none; }
.city-guide-faq summary span { color: var(--bear); font-size: 20px; }
.city-guide-faq details p { max-width: 760px; margin: -5px 0 22px; color: var(--muted); line-height: 1.7; }

@media (max-width: 1180px) {
    .header-row { grid-template-columns: auto auto 1fr auto; gap: 10px; }
    .main-nav a { padding-inline: 8px; font-size: 13px; }
    .header-cta { padding-inline: 12px; }
}
@media (max-width: 1050px) {
    .header-row { grid-template-columns: auto auto 1fr auto auto; }
    .city-switcher { justify-self: start; }
}
@media (max-width: 760px) {
    .header-row { grid-template-columns: minmax(0,1fr) auto auto; }
    .city-switcher { display: none; }
    .header-logout, .header-login, .header-cta { display: none; }
    .city-guide-hero { padding: 54px 0 48px; }
    .city-guide-hero-grid { grid-template-columns: 1fr; gap: 32px; }
    .city-guide h1 { font-size: 58px; }
    .city-facts { grid-template-columns: repeat(3, 1fr); gap: 6px; }
    .city-fact { padding: 12px 10px; }
    .city-fact strong { font-size: 13px; }
    .city-guide-body { padding-top: 42px; padding-bottom: 72px; }
    .city-guide-intro { font-size: 21px; }
    .city-highlight-row { margin-bottom: 42px; }
    .city-guide-grid { grid-template-columns: 1fr; }
    .city-guide-grid section { min-height: auto; padding: 26px; }
    .city-guide-grid h2 { margin-top: 26px; }
    .city-guide-cta { align-items: flex-start; flex-direction: column; padding: 28px; }
    .city-guide-cta > div:last-child { width: 100%; flex-direction: column; }
}

/* City service landing pages */
.service-landing .city-guide-hero { background: radial-gradient(circle at 85% 18%, rgba(88,175,203,.30), transparent 32%), linear-gradient(135deg, #fdf4e5, #e8efe8); }
.service-landing .city-guide h1 { max-width: 930px; font-size: clamp(52px, 7vw, 92px); line-height: .94; }
.service-notice { display: grid; grid-template-columns: 46px 1fr; gap: 18px; align-items: start; margin: 0 0 72px; padding: 24px; border: 1px solid rgba(184,95,55,.35); border-radius: 18px; background: #fff7ed; }
.service-notice > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--terracotta); color: var(--white); font-size: 22px; font-weight: 900; }
.service-notice h2 { margin: 2px 0 7px; font-size: 20px; }
.service-notice p { margin: 0; color: var(--muted); line-height: 1.65; }
.service-section-heading { margin-bottom: 25px; }
.service-section-heading h2, .service-checklist h2 { margin: 8px 0 0; font-size: clamp(30px,4vw,46px); letter-spacing: -.05em; }
.service-options, .featured-services { margin-bottom: 72px; }
.service-option-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.service-option-grid article { min-height: 235px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.service-option-grid small, .featured-service-grid > a > span { color: var(--bear); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.service-option-grid h3, .featured-service-grid h3 { margin: 34px 0 10px; font-size: 25px; letter-spacing: -.035em; }
.service-option-grid p, .featured-service-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.featured-service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.featured-service-grid > a { display: block; min-height: 225px; padding: 28px; border-radius: 20px; background: var(--brand); color: var(--white); transition: transform .2s; }
.featured-service-grid > a:hover { transform: translateY(-3px); }
.featured-service-grid > a > span { color: var(--honey); }
.featured-service-grid p { color: #e8eee8; }
.featured-service-grid strong { display: block; margin-top: 25px; color: var(--honey); }
.service-checklist { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; margin: 72px 0; padding: 38px; border-radius: 24px; background: var(--panel); }
.service-checklist p { color: var(--muted); line-height: 1.6; }
.service-checklist ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.service-checklist li { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 11px; background: rgba(255,255,255,.72); font-size: 14px; font-weight: 650; }
.service-checklist li span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--brand); color: var(--white); }
.service-related { margin: -35px 0 72px; }
.service-related > div { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 13px; }
.service-related a { display: inline-flex; gap: 15px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); font-size: 13px; font-weight: 750; }
.service-related a span { color: var(--bear); }
.service-sources { max-width: 900px; display: grid; gap: 12px; margin-top: 60px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.service-sources > div { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.service-sources a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width:760px) {
    .service-notice { grid-template-columns: 38px 1fr; padding: 18px; }
    .service-notice > span { width: 38px; height: 38px; }
    .service-option-grid, .featured-service-grid, .service-checklist { grid-template-columns: 1fr; }
    .service-option-grid article { min-height: auto; }
    .service-option-grid h3 { margin-top: 24px; }
    .service-checklist { gap: 28px; padding: 26px; }
}

/* Native geo landing location collection */
.landing-locations { margin: 0 0 72px; }
.landing-location-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.landing-location-grid > a { min-height: 210px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.landing-location-grid > a > span { color: var(--bear); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.landing-location-grid h3 { margin: 34px 0 18px; font-size: 24px; letter-spacing: -.035em; }
.landing-location-grid > a strong { margin-top: auto; color: var(--bear); font-size: 13px; }
.landing-empty { grid-column: 1 / -1; padding: 34px; border: 1px dashed var(--line); border-radius: 20px; background: rgba(255,255,255,.55); }
.landing-empty h3 { margin: 0 0 8px; }
.landing-empty p { max-width: 700px; margin: 0 0 20px; color: var(--muted); line-height: 1.65; }
@media (max-width:760px) { .landing-location-grid { grid-template-columns: 1fr; } }
