:root {
  --vk-forest: #102724;
  --vk-ink: #152522;
  --vk-ink-soft: #31433f;
  --vk-muted: #5d6f6b;
  --vk-teal: #006b67;
  --vk-teal-dark: #004d4a;
  --vk-teal-soft: #e4f0ed;
  --vk-mint: #c8e6dc;
  --vk-sand: #f5f2ec;
  --vk-paper: #fbfaf7;
  --vk-line: #dce5e0;
  --vk-line-strong: #c8d6d0;
  --vk-white: #fff;
  --vk-gold: #d69a2d;
  --vk-shadow-sm: 0 7px 20px rgba(21, 37, 34, .05);
  --vk-shadow: 0 18px 42px rgba(21, 37, 34, .1);
  --vk-radius-sm: .2rem;
  --vk-radius: .45rem;
  --vk-radius-lg: .75rem;
  --vk-page-max: 80rem;
  --vk-reading: 44rem;
  --vk-section-space: clamp(3.6rem, 7vw, 6.8rem);
  --vk-content-space: clamp(2.5rem, 5vw, 4.5rem);
  --vk-ease: 180ms cubic-bezier(.2, .7, .2, 1);
  --vk-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --vk-font-display: Iowan Old Style, Baskerville, Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--vk-paper); }
body { margin: 0; color: var(--vk-ink); background: var(--vk-paper); font-family: var(--vk-font-sans); font-size: 1rem; line-height: 1.62; text-rendering: optimizeLegibility; }
main { overflow: clip; background: var(--vk-white); }
.container { --bs-gutter-x: clamp(1.2rem, 3vw, 2rem); }
body::selection { color: var(--vk-forest); background: var(--vk-mint); }
img { max-width: 100%; height: auto; }
.vk-image-placeholder-label { display: grid; width: 100%; height: 100%; min-height: inherit; place-items: center; padding: 1rem; color: var(--vk-muted); background: linear-gradient(135deg, #e5eeeb, #cddfd9); font-size: .8rem; font-weight: 750; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
a { color: var(--vk-teal); text-decoration-thickness: 1px; text-underline-offset: .16em; }
a:hover { color: var(--vk-teal-dark); }
h1, h2, h3, h4 { margin: 0; color: var(--vk-ink); font-family: var(--vk-font-display); font-weight: 600; line-height: 1.08; letter-spacing: -.028em; }
h1 { font-size: clamp(2.55rem, 7vw, 5.7rem); }
h2 { font-size: clamp(1.85rem, 3.5vw, 3.15rem); }
h3 { font-size: 1.38rem; }
p { margin: 0 0 1rem; }
@media (min-width: 1400px) { .container { max-width: var(--vk-page-max); } }

.skip-link { position: fixed; z-index: 3000; top: .5rem; left: .5rem; padding: .65rem .9rem; color: #fff; background: var(--vk-forest); border-radius: .3rem; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #8a4f00; outline-offset: 3px; }

/* Header and navigation */
.site-header { position: sticky; z-index: 1030; top: 0; min-height: 70px; background: rgba(255, 255, 255, .94); border-bottom: 1px solid rgba(21, 37, 34, .075); backdrop-filter: blur(14px); transition: box-shadow var(--vk-ease), background var(--vk-ease); }
.site-header.is-scrolled { background: rgba(255, 255, 255, .98); box-shadow: 0 5px 20px rgba(21, 37, 34, .07); }
.navbar { min-height: 70px; padding: .5rem 0; --bs-navbar-toggler-border-color: var(--vk-line-strong); }
.navbar-brand { display: inline-flex; align-items: center; max-width: 148px; }
.navbar-brand img { width: 148px; height: auto; }
.navbar-toggler { display: inline-flex; gap: .45rem; align-items: center; padding: .46rem .62rem; color: var(--vk-ink); border-color: var(--vk-line-strong); border-radius: var(--vk-radius-sm); font-size: .73rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.navbar-toggler:hover { background: var(--vk-sand); }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(0, 107, 103, .15); }
.navbar-toggler-icon { width: 1.25em; height: 1.25em; }
.navbar-nav { gap: .15rem; align-items: center; }
.nav-link { position: relative; padding: .52rem .7rem !important; color: var(--vk-ink); background: transparent; border: 0; border-radius: var(--vk-radius-sm); font: inherit; font-size: .88rem; font-weight: 720; letter-spacing: .005em; line-height: 1.35; text-decoration: none; }
button.nav-link { cursor: pointer; }
.nav-link:hover, .nav-link.active, .nav-link.show { color: var(--vk-teal); background: var(--vk-teal-soft); }
.nav-link.dropdown-toggle::after { margin-left: .42rem; vertical-align: .13em; }
.dropdown-menu { min-width: 14.5rem; padding: .45rem; margin-top: .65rem; background: rgba(255, 255, 255, .99); border: 1px solid var(--vk-line); border-radius: var(--vk-radius); box-shadow: var(--vk-shadow); }
.dropdown-item { padding: .58rem .65rem; color: var(--vk-ink); border-radius: .48rem; font-size: .88rem; font-weight: 650; }
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active { color: var(--vk-teal-dark); background: var(--vk-teal-soft); }
.language-switcher { display: flex; gap: .38rem; align-items: center; margin-left: 1rem; padding: .35rem .5rem; color: var(--vk-line-strong); background: var(--vk-paper); border: 1px solid var(--vk-line); border-radius: var(--vk-radius-sm); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.language-switcher-label { padding-left: .15rem; color: var(--vk-muted); font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; }
.language-switcher a { padding: .1rem .15rem; color: var(--vk-muted); text-decoration: none; }
.language-switcher a.active { color: var(--vk-teal); }

/* Hero and shared section language */
.hero, .place-hero, .city-hero { position: relative; overflow: hidden; color: #fff; isolation: isolate; }
.hero { min-height: min(780px, calc(100svh - 70px)); display: grid; align-items: end; }
.hero-media, .place-hero-media, .city-hero-image { position: absolute; inset: 0; z-index: -2; }
.hero picture, .hero picture img, .place-hero picture, .place-hero picture img, .city-hero picture, .city-hero picture img, .hero-media > .hero-image, .place-hero-media > .place-hero-image, .city-hero-image > .city-image { width: 100%; height: 100%; }
.hero-image, .place-hero-image, .city-image { display: block; object-fit: cover; }
.hero-overlay, .place-hero-overlay, .city-hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0, 29, 28, .82) 0%, rgba(0, 29, 28, .53) 49%, rgba(0, 29, 28, .08) 100%); }
.hero-content { max-width: 880px; padding-top: 9rem; padding-bottom: clamp(3.75rem, 9vw, 7.5rem); }
.hero h1, .hero h2, .place-hero h1, .city-hero h1 { max-width: 13ch; color: #fff; text-wrap: balance; }
/* Carousel slides after the first use an H2 so there is one page-level H1. */
.hero h2 { font-size: clamp(2.55rem, 7vw, 5.7rem); }
.hero-copy { max-width: 56ch; margin-top: 1.35rem; color: rgba(255, 255, 255, .94); font-size: clamp(1.03rem, 2.1vw, 1.28rem); }
.eyebrow { margin-bottom: .7rem; color: var(--vk-teal); font-size: .72rem; font-weight: 850; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.text-light { color: #cce7e0; }
.hero-search { display: flex; max-width: 670px; margin-top: 2rem; padding: .38rem; background: #fff; border: 1px solid rgba(255, 255, 255, .72); border-radius: var(--vk-radius); box-shadow: 0 18px 34px rgba(0, 0, 0, .2); }
.hero-search input { min-width: 0; flex: 1; padding: .82rem 1rem; color: var(--vk-ink); background: transparent; border: 0; border-radius: var(--vk-radius-sm); font: inherit; }
.hero-search input:focus { outline: 0; box-shadow: inset 0 0 0 2px var(--vk-teal); }
.hero-search button, .btn-teal { padding: .78rem 1.18rem; color: #fff; background: var(--vk-teal); border: 1px solid var(--vk-teal); border-radius: var(--vk-radius-sm); font: inherit; font-weight: 760; }
.hero-search button:hover, .btn-teal:hover { color: #fff; background: var(--vk-teal-dark); border-color: var(--vk-teal-dark); }
.hero-links { display: flex; flex-wrap: wrap; gap: .65rem 1.25rem; margin-top: 1rem; }
.hero-links a { color: #fff; font-size: .9rem; font-weight: 750; }
.hero-carousel .carousel-inner, .hero-carousel .carousel-item, .hero-slide { min-height: inherit; }
.hero-slide { position: relative; display: grid; min-height: min(780px, calc(100svh - 70px)); align-items: end; isolation: isolate; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem 1.15rem; margin-top: 1.7rem; }
.hero-actions .btn-light { padding: .78rem 1.18rem; color: var(--vk-teal-dark); border-radius: .58rem; font-weight: 800; }
.hero-map-link { color: #fff; font-size: .92rem; font-weight: 760; text-decoration: underline; text-underline-offset: .2em; }
.hero-carousel .carousel-indicators { right: auto; bottom: 1.35rem; left: max(1rem, calc((100% - 1240px) / 2)); justify-content: flex-start; margin: 0; }
.hero-carousel .carousel-indicators button { width: 2.15rem; height: .27rem; margin: 0 .25rem 0 0; border: 0; border-radius: 99px; }
.hero-carousel-controls { position: absolute; right: max(1rem, calc((100% - 1240px) / 2)); bottom: 1rem; z-index: 3; display: flex; gap: .5rem; }
.hero-carousel-controls .carousel-control-next, .hero-carousel-controls .carousel-control-prev { position: static; display: grid; width: 2.65rem; height: 2.65rem; place-items: center; opacity: 1; background: rgba(255,255,255,.17); border: 1px solid rgba(255,255,255,.6); border-radius: 50%; }
.hero-carousel-controls .carousel-control-next:hover, .hero-carousel-controls .carousel-control-prev:hover { background: rgba(255,255,255,.3); }

.section { padding: var(--vk-section-space) 0; }
.section-tint { background: var(--vk-sand); }
.section-heading { display: flex; gap: 1.5rem; align-items: end; justify-content: space-between; margin-bottom: 2rem; }
.section-heading h2 { max-width: 18ch; text-wrap: balance; }
.section-heading p { margin-bottom: .55rem; }
.section-heading-stack { display: block; }
.text-link { display: inline-flex; gap: .25rem; align-items: center; white-space: nowrap; color: var(--vk-teal); font-size: .9rem; font-weight: 800; text-decoration: none; }
.text-link span { transition: transform var(--vk-ease); }
.text-link:hover span { transform: translateX(.2rem); }

/* Featured, data-driven carousel */
.section-featured { overflow: hidden; background: linear-gradient(180deg, var(--vk-paper) 0%, #fff 100%); }
.featured-section-heading { margin-bottom: 1.65rem; }
.featured-carousel { position: relative; overflow: hidden; background: var(--vk-forest); border: 1px solid rgba(16, 39, 36, .08); border-radius: var(--vk-radius-lg); box-shadow: var(--vk-shadow); }
.featured-carousel-panel { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); min-height: min(550px, 54vw); }
.featured-carousel-media { min-height: 100%; background: #23423c; }
.featured-carousel-media > a, .featured-carousel-media picture, .featured-carousel-image { display: block; width: 100%; height: 100%; }
.featured-carousel-image { min-height: 100%; object-fit: cover; }
.featured-carousel-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2rem, 5vw, 4.7rem); color: #edf6f3; background: radial-gradient(circle at 100% 0, rgba(46, 132, 120, .52), transparent 41%), linear-gradient(150deg, #0b2d29, #10433e); }
.featured-carousel-copy .eyebrow { color: #b9ded4; }
.featured-carousel-copy .badge-row { margin-bottom: .65rem; }
.featured-carousel-copy h3 { max-width: 12ch; color: #fff; font-size: clamp(2rem, 3.4vw, 3.55rem); text-wrap: balance; }
.featured-carousel-copy h3 a { color: inherit; text-decoration: none; }
.featured-carousel-copy h3 a:hover { color: #d6eee7; }
.featured-carousel-copy .card-meta { margin-top: .9rem; margin-bottom: 1rem; color: #b9ded4; }
.featured-carousel-summary { display: -webkit-box; max-width: 38ch; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; margin: 0 0 1.5rem; color: rgba(237, 246, 243, .84); font-size: 1rem; }
.featured-carousel-copy .btn { margin-top: .15rem; }
.featured-carousel .carousel-indicators { position: absolute; right: auto; bottom: 1.35rem; left: calc(60% + 1.6rem); z-index: 4; justify-content: flex-start; gap: .45rem; margin: 0; }
.featured-carousel .carousel-indicators [data-bs-target] { width: 1.65rem; height: .24rem; padding: 0; margin: 0; background-color: rgba(255, 255, 255, .48); border: 0; border-radius: 999px; opacity: 1; transition: width .2s ease, background .2s ease; }
.featured-carousel .carousel-indicators .active { width: 2.45rem; background-color: #fff; }
.featured-carousel-controls { position: absolute; z-index: 4; right: 1.35rem; bottom: 1.15rem; display: flex; gap: .45rem; }
.featured-carousel-controls .carousel-control-prev, .featured-carousel-controls .carousel-control-next { position: static; display: grid; width: 2.5rem; height: 2.5rem; place-items: center; color: #fff; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; opacity: 1; }
.featured-carousel-controls .carousel-control-prev:hover, .featured-carousel-controls .carousel-control-next:hover { background: rgba(255, 255, 255, .23); }
.featured-carousel-controls .carousel-control-prev-icon, .featured-carousel-controls .carousel-control-next-icon { width: .9rem; height: .9rem; }

/* Discovery cards */
.discovery-card { position: relative; display: flex; flex-direction: column; height: 100%; overflow: hidden; background: #fff; border: 1px solid rgba(21, 37, 34, .11); border-radius: var(--vk-radius); box-shadow: var(--vk-shadow-sm); transition: box-shadow var(--vk-ease), transform var(--vk-ease), border-color var(--vk-ease); }
.discovery-card:hover, .discovery-card:focus-within { border-color: rgba(0, 107, 103, .38); box-shadow: 0 14px 30px rgba(21, 37, 34, .1); transform: translateY(-2px); }
.card-image-link { display: block; overflow: hidden; aspect-ratio: 4 / 2.7; background: #dfe9e6; }
.card-image-link picture, .card-image { display: block; width: 100%; height: 100%; }
.card-image { object-fit: cover; transition: transform 420ms ease; }
.discovery-card:hover .card-image, .discovery-card:focus-within .card-image { transform: scale(1.025); }
.card-body { display: flex; flex: 1; flex-direction: column; min-height: 184px; padding: 1.12rem 1.12rem 1.08rem; }
.card-body h3 { margin: .22rem 0 .34rem; font-size: 1.37rem; }
.card-meta { display: flex; flex-wrap: wrap; gap: .36rem; margin-bottom: .62rem; color: var(--vk-teal); font-size: .75rem; font-weight: 780; line-height: 1.35; }
.card-summary { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; margin-bottom: .95rem; color: var(--vk-muted); font-size: .9rem; line-height: 1.52; }
.card-distance { margin: auto 0 .1rem; color: var(--vk-muted); font-size: .76rem; font-weight: 720; }
.card-link { display: inline-flex; gap: .42rem; align-items: center; margin-top: auto; color: var(--vk-teal); font-size: .83rem; font-weight: 850; text-decoration: none; }
.card-stretch-link::after { position: absolute; z-index: 1; inset: 0; content: ''; }
.card-stretch-link:focus-visible::after { outline: 3px solid #8a4f00; outline-offset: -4px; }
.card-link span { transition: transform .2s ease; }
.card-link:hover span { transform: translateX(.2rem); }
.badge-row { display: flex; flex-wrap: wrap; gap: .38rem; min-height: 0; }
.badge { display: inline-flex; align-items: center; padding: .25rem .45rem; border-radius: 2px; font-family: var(--vk-font-sans); font-size: .62rem; font-weight: 850; letter-spacing: .075em; text-transform: uppercase; }
.badge-recommendation { color: #553600; background: #f5dfac; }
.badge-local { color: #004e4b; background: #d8eee8; }
.discovery-card-compact .card-image-link { aspect-ratio: 1.25 / 1; }
.discovery-card-compact .card-body { min-height: 148px; padding: .86rem; }
.discovery-card-compact .card-body h3 { font-size: 1.12rem; }
.discovery-card-compact .card-summary { display: none; }
.discovery-card-compact .card-meta { margin-bottom: .45rem; font-size: .68rem; }
.discovery-card-compact .card-link { font-size: .76rem; }

/* Content-aware card layouts keep a one- or two-item collection intentional. */
.vk-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2.2vw, 1.45rem); }
.vk-card-grid--single { max-width: 29rem; grid-template-columns: minmax(0, 1fr); }
.vk-card-grid--pair { max-width: 56rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vk-card-grid--collection .discovery-card--city .card-image-link { aspect-ratio: 16 / 10; }

.local-banner { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(48, 151, 137, .55), transparent 30%), linear-gradient(125deg, #004e4a, #006b67 63%, #177b70); }
.local-banner::after { position: absolute; right: -10vw; bottom: -16vw; width: 38vw; height: 38vw; content: ''; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; }
.local-banner .container { position: relative; z-index: 1; }
.local-banner h2 { max-width: 12ch; color: #fff; }
.local-banner p:not(.eyebrow) { max-width: 48ch; color: rgba(255, 255, 255, .86); }
.btn-light { color: var(--vk-teal); border-color: #fff; font-weight: 780; }
.btn-light:hover { color: var(--vk-teal-dark); background: #eaf7f3; border-color: #eaf7f3; }
.btn-outline-teal { color: var(--vk-teal); border-color: var(--vk-teal); font-weight: 780; }
.btn-outline-teal:hover { color: #fff; background: var(--vk-teal); border-color: var(--vk-teal); }
.local-banner .discovery-card { color: var(--vk-ink); }
.local-secondary-link { color: #fff; font-size: .9rem; font-weight: 800; text-decoration: underline; text-underline-offset: .2em; }
.local-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
.home-confidence { background: var(--vk-paper); }
.home-confidence-inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(18rem, .85fr) auto; gap: 2rem; align-items: end; padding: clamp(1.5rem, 4vw, 3rem); border-top: 2px solid var(--vk-teal); background: #fff; box-shadow: var(--vk-shadow-sm); }
.home-confidence h2 { max-width: 16ch; font-size: clamp(1.7rem, 3vw, 2.55rem); }
.home-confidence-inner > p { max-width: 38ch; margin: 0; color: var(--vk-muted); }
.home-confidence-links { display: grid; gap: .55rem; }
.home-confidence-links a { display: flex; gap: .4rem; justify-content: space-between; padding: .6rem 0; color: var(--vk-teal-dark); border-bottom: 1px solid var(--vk-line); font-size: .87rem; font-weight: 800; text-decoration: none; }
.home-confidence-links a:hover { color: var(--vk-teal); }

/* Maps */
.leaflet-map { position: relative; min-height: 390px; overflow: hidden; border: 1px solid var(--vk-line); border-radius: var(--vk-radius); background: linear-gradient(135deg, #dbe8e4, #c6dcd6); box-shadow: var(--vk-shadow-sm); }
.leaflet-map > p { padding: 1.25rem; margin: 0; color: var(--vk-muted); font-size: .9rem; }
.leaflet-map.is-map-ready { background: #dbe8e4; }
.leaflet-map:focus-within { border-color: var(--vk-teal); box-shadow: 0 0 0 .22rem rgba(0, 107, 103, .12), var(--vk-shadow-sm); }
.leaflet-container { font: inherit; color: var(--vk-ink); }
.leaflet-container a { color: var(--vk-teal-dark); }
.leaflet-control-zoom { overflow: hidden; border: 0 !important; border-radius: .55rem !important; box-shadow: 0 3px 12px rgba(21, 37, 34, .19) !important; }
.leaflet-control-zoom a { width: 30px !important; height: 30px !important; color: var(--vk-ink) !important; border-bottom-color: var(--vk-line) !important; line-height: 30px !important; }
.leaflet-control-zoom a:hover { color: var(--vk-teal-dark) !important; background: var(--vk-teal-soft) !important; }
.leaflet-popup-content-wrapper { border-radius: .7rem; box-shadow: 0 8px 24px rgba(21, 37, 34, .18); }
.leaflet-popup-content { margin: .78rem .95rem; font: inherit; font-size: .88rem; font-weight: 750; }
.leaflet-popup-tip { box-shadow: 3px 3px 9px rgba(21, 37, 34, .11); }
.leaflet-control-attribution { padding: .12rem .35rem !important; color: #526662 !important; background: rgba(255, 255, 255, .82) !important; font-size: .65rem !important; }
.vk-map-marker-wrap { background: transparent; border: 0; }
.vk-map-marker { display: block; width: 25px; height: 25px; background: var(--vk-teal); border: 4px solid #fff; border-radius: 50% 50% 50% 0; box-shadow: 0 3px 9px rgba(0, 47, 44, .32); transform: rotate(-45deg); }
.vk-map-marker::after { display: block; width: 7px; height: 7px; margin: 5px; background: #d9f1ea; border-radius: 50%; content: ''; }
.vk-map-popup { overflow: hidden; margin: -.78rem -.95rem; }
.vk-map-popup > img { display: block; width: 100%; height: 112px; object-fit: cover; }
.vk-map-popup > div { padding: .78rem .95rem .85rem; }
.vk-map-popup h3 { margin: 0; font-size: 1rem; line-height: 1.25; }
.vk-map-popup h3 a { color: var(--vk-ink); text-decoration: none; }
.vk-map-popup-meta { margin: .35rem 0; color: var(--vk-muted); font-size: .76rem; font-weight: 650; }
.vk-map-popup p:last-child { display: flex; flex-wrap: wrap; gap: .65rem; margin: .65rem 0 0; }
.vk-map-popup-link, .vk-map-popup-directions { color: var(--vk-teal-dark); font-size: .79rem; text-decoration: none; }
.vk-map-popup-directions { color: var(--vk-muted); }
.map-activate { position: absolute; z-index: 700; right: .8rem; bottom: .8rem; padding: .58rem .72rem; color: #fff; background: var(--vk-teal-dark); border: 1px solid rgba(255,255,255,.72); border-radius: .45rem; box-shadow: 0 3px 12px rgba(0,0,0,.2); font: inherit; font-size: .78rem; font-weight: 750; }
.map-service-note { position: absolute; right: .75rem; bottom: 1.8rem; z-index: 700; max-width: 280px; padding: .65rem .75rem; margin: 0; color: #4d3e13; background: #fff4d9; border-radius: .4rem; font-size: .76rem; }
.vk-map-fullscreen { width: 30px !important; height: 30px !important; color: var(--vk-ink); background: #fff; border: 0; font: inherit; line-height: 28px; text-align: center; }
.leaflet-map:fullscreen { width: 100vw; height: 100vh; border-radius: 0; }
.map-discovery .leaflet-map, .map-page-full .leaflet-map { min-height: 470px; }
.map-fallback { padding: 1rem; color: var(--vk-muted); border: 1px dashed var(--vk-line); border-radius: var(--vk-radius-sm); }
.map-fallback p { margin-bottom: .55rem; }
.map-fallback ul { display: grid; gap: .35rem; padding-left: 1.1rem; margin: 0; }
.leaflet-map.is-map-ready .map-fallback { display: none; }
.map-attribution-note { margin-top: .8rem; color: var(--vk-muted); font-size: .76rem; }
.map-page-section { background: linear-gradient(180deg, var(--vk-paper), #fff 55%); }
.map-page-toolbar { display: flex; gap: 1.5rem; align-items: end; justify-content: space-between; margin-bottom: 1.5rem; }
.map-page-toolbar h2 { max-width: 22ch; font-size: clamp(1.55rem, 3vw, 2.35rem); }
.map-page-toolbar .eyebrow { margin-bottom: .45rem; }
.map-count { flex: none; padding: .45rem .75rem; margin: 0; color: var(--vk-teal-dark); background: var(--vk-teal-soft); border-radius: 999px; font-size: .82rem; font-weight: 800; white-space: nowrap; }
.map-count span { margin-right: .25rem; font-size: 1rem; }

/* Indexes, content, and detail pages */
.page-hero { padding: clamp(3.8rem, 9vw, 7.5rem) 0; color: #fff; background: radial-gradient(circle at 88% 0, rgba(64, 158, 144, .47), transparent 32%), linear-gradient(125deg, #004a47, #006b67 68%, #1c8278); }
.page-hero-short { padding: clamp(3.1rem, 6vw, 5.25rem) 0; }
.page-hero h1 { max-width: 14ch; color: #fff; text-wrap: balance; }
.page-hero-short h1 { font-size: clamp(2.55rem, 5vw, 4.35rem); }
.page-hero p:not(.eyebrow) { max-width: 58ch; margin-top: 1rem; color: rgba(255, 255, 255, .9); font-size: 1.08rem; }
.page-hero .eyebrow { color: #c1e3db; }
.page-hero .breadcrumb { margin-bottom: 1.35rem; }
.page-hero .breadcrumb a, .page-hero .breadcrumb-item.active { color: #fff; }
.page-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255, 255, 255, .7); }

.discovery-filters { padding: 1.25rem; background: var(--vk-paper); border: 1px solid #e8e4da; border-radius: var(--vk-radius); box-shadow: var(--vk-shadow-sm); }
.discovery-filter-panel > summary { display: none; }
.discovery-filter-panel > summary::-webkit-details-marker { display: none; }
.filter-grid { display: grid; grid-template-columns: minmax(14rem, 1.5fr) repeat(4, minmax(8rem, 1fr)) auto; gap: .85rem; align-items: end; }
.filter-grid label { display: block; margin-bottom: .36rem; color: var(--vk-muted); font-size: .72rem; font-weight: 820; letter-spacing: .04em; text-transform: uppercase; }
.filter-grid input, .filter-grid select { width: 100%; min-height: 45px; padding: .57rem .72rem; color: var(--vk-ink); background: #fff; border: 1px solid #cbd8d3; border-radius: .52rem; font: inherit; font-size: .91rem; }
.filter-grid input:focus, .filter-grid select:focus { border-color: var(--vk-teal); outline: 0; box-shadow: 0 0 0 .2rem rgba(0, 107, 103, .12); }
.filter-action { display: flex; gap: .7rem; align-items: center; min-height: 45px; }
.filter-action .btn { white-space: nowrap; }
.filter-action a { font-size: .84rem; font-weight: 750; white-space: nowrap; }
.active-filter-row { display: flex; flex-wrap: wrap; gap: .45rem; align-items: center; margin-top: .9rem; }
.active-filter-row span { padding: .35rem .55rem; color: var(--vk-teal-dark); background: var(--vk-teal-soft); border: 1px solid rgba(0, 107, 103, .12); border-radius: 2px; font-size: .78rem; font-weight: 750; }
.active-filter-row a { margin-left: .2rem; font-size: .8rem; font-weight: 800; }
.result-count { margin: 1.45rem 0; color: var(--vk-muted); font-size: .87rem; font-weight: 670; }
.listing-map-wrap { margin-top: var(--vk-content-space); }
.listing-map-wrap h2 { margin-bottom: 1.25rem; font-size: 2rem; }

@media (max-width: 1199.98px) {
  .filter-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .filter-grid > :first-child { grid-column: span 2; }
  .filter-action { grid-column: span 1; }
}

.place-hero { min-height: min(650px, 72vh); display: grid; align-items: end; }
.place-hero-content, .city-hero-content { padding-top: 5rem; padding-bottom: clamp(3rem, 7vw, 5.5rem); }
.place-hero .breadcrumb, .city-hero .breadcrumb { margin-bottom: 1.1rem; }
.place-hero .breadcrumb a, .place-hero .breadcrumb-item.active, .city-hero .breadcrumb a, .city-hero .breadcrumb-item.active { color: #fff; }
.place-hero .breadcrumb-item + .breadcrumb-item::before, .city-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255, 255, 255, .7); }
.place-subtitle { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1rem; color: #d5eee8; font-size: 1rem; font-weight: 650; }
.place-subtitle span + a::before { margin-right: .65rem; content: '·'; }
.place-subtitle a { color: #fff; }
.place-layout { padding-top: var(--vk-content-space); padding-bottom: var(--vk-section-space); }
.place-quick-actions { display: none; border-bottom: 1px solid var(--vk-line); background: var(--vk-paper); }
.place-quick-actions-inner { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.place-quick-actions a { display: grid; min-height: 3.3rem; place-items: center; padding: .6rem; color: var(--vk-teal-dark); border-right: 1px solid var(--vk-line); font-size: .84rem; font-weight: 800; text-align: center; text-decoration: none; }
.place-quick-actions a:first-child { border-left: 1px solid var(--vk-line); }
.place-quick-actions a:hover { color: #fff; background: var(--vk-teal); }
.lead { color: var(--vk-ink-soft); font-family: var(--vk-font-display); font-size: clamp(1.23rem, 2.2vw, 1.62rem); line-height: 1.48; }
.richtext { max-width: var(--vk-reading); font-size: 1.03rem; }
.richtext > * + * { margin-top: 1.15rem; }
.richtext h2, .richtext h3 { margin-top: 2.3rem; }
.richtext h2 { font-size: 2rem; }
.richtext h3 { font-size: 1.5rem; }
.richtext ul, .richtext ol { padding-left: 1.3rem; }
.richtext blockquote { padding: 1rem 1.25rem; color: var(--vk-teal-dark); background: var(--vk-teal-soft); border-left: 4px solid var(--vk-teal); border-radius: 0 .5rem .5rem 0; }
.place-actions { position: sticky; top: 1.25rem; display: grid; gap: .65rem; padding: 1.35rem; background: var(--vk-paper); border: 1px solid #e7e3d9; border-radius: var(--vk-radius); box-shadow: var(--vk-shadow-sm); }
.place-actions h2 { margin-bottom: .35rem; font-size: 1.55rem; }
.place-actions .btn { min-height: 46px; padding: .64rem .75rem; font-size: .91rem; }
.place-facts { margin-top: 1.5rem; }
.place-facts div { padding: .9rem 0; border-bottom: 1px solid var(--vk-line); }
.place-facts dt { margin-bottom: .25rem; color: var(--vk-muted); font-size: .7rem; font-weight: 830; letter-spacing: .1em; text-transform: uppercase; }
.place-facts dd { margin: 0; }
.fact-links { display: flex; flex-wrap: wrap; gap: .45rem .7rem; }
.fact-links a { font-size: .9rem; }
.share-links { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.25rem; font-size: .83rem; }
.share-links span { color: var(--vk-muted); font-weight: 750; }
.gallery-section, .map-section, .section-related { margin-top: clamp(3.5rem, 8vw, 6.25rem); }
.place-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
.place-gallery a { overflow: hidden; border-radius: .75rem; }
.place-gallery picture, .gallery-image { display: block; width: 100%; height: 100%; }
.gallery-image { aspect-ratio: 4 / 2.8; object-fit: cover; transition: transform .3s ease; }
.place-gallery a:hover .gallery-image { transform: scale(1.025); }
.janjeva-sight-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem; }
.janjeva-sight-grid article { overflow: hidden; background: var(--vk-paper); border: 1px solid var(--vk-line); border-radius: .45rem; }
.janjeva-sight-grid a, .janjeva-sight-image { display: block; width: 100%; }.janjeva-sight-image { aspect-ratio: 4 / 2.75; object-fit: cover; }
.janjeva-sight-grid h3 { margin: 1rem 1rem .45rem; font-size: 1.25rem; }.janjeva-sight-grid p { margin: 0 1rem 1rem; color: var(--vk-muted); }
.place-gallery a:first-child { grid-row: span 2; }
.place-gallery a:first-child .gallery-image { aspect-ratio: 4 / 5.7; }
.place-hero-gallery { touch-action: pan-y; }
.place-hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .28s ease; }
.place-hero-slide.is-active { opacity: 1; }
.place-hero-controls { position: absolute; z-index: 2; right: max(1rem, calc((100vw - 1320px) / 2)); bottom: 1.15rem; display: flex; gap: .6rem; align-items: center; padding: .45rem; color: #fff; background: rgba(9, 28, 26, .72); border: 1px solid rgba(255,255,255,.25); border-radius: .4rem; backdrop-filter: blur(8px); }
.place-hero-controls button { display: grid; width: 2.25rem; height: 2.25rem; place-items: center; color: inherit; background: transparent; border: 1px solid rgba(255,255,255,.4); border-radius: .25rem; font-size: 1.1rem; }
.place-hero-controls button:hover { background: rgba(255,255,255,.16); }
.place-hero-controls span { min-width: 3.2rem; font-size: .78rem; font-weight: 750; text-align: center; }
.vk-lightbox { width: min(96vw, 1180px); max-width: none; max-height: 94vh; padding: 1rem 3.4rem 2.5rem; color: #fff; background: #081917; border: 1px solid rgba(255,255,255,.2); border-radius: .35rem; box-shadow: 0 25px 85px rgba(0,0,0,.5); }
.vk-lightbox::backdrop { background: rgba(3, 13, 12, .88); }
.vk-lightbox figure { display: grid; max-height: calc(94vh - 4rem); margin: 0; place-items: center; }
.vk-lightbox img { display: block; max-width: 100%; max-height: calc(94vh - 7.5rem); object-fit: contain; }
.vk-lightbox figcaption { max-width: 80ch; margin-top: .75rem; color: rgba(255,255,255,.82); font-size: .88rem; text-align: center; }
.vk-lightbox button { position: absolute; top: 50%; display: grid; width: 2.7rem; height: 2.7rem; place-items: center; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.32); border-radius: .25rem; font-size: 1.3rem; transform: translateY(-50%); }
.vk-lightbox button:hover { background: rgba(255,255,255,.22); }
.vk-lightbox-close { top: 1.3rem !important; right: 1.1rem; transform: none !important; }
.vk-lightbox-prev { left: .45rem; }.vk-lightbox-next { right: .45rem; }
.vk-lightbox-count { position: absolute; right: 1rem; bottom: .25rem; margin: 0; color: rgba(255,255,255,.75); font-size: .78rem; }
.ad-slot { min-height: 1px; margin: 2rem 0; }

.city-hero { min-height: min(570px, 64vh); display: grid; align-items: end; }
.city-hero-content { max-width: 850px; }
.city-hero-content > p:last-child { max-width: 55ch; margin-top: 1rem; color: rgba(255, 255, 255, .92); font-size: 1.1rem; }
.city-intro { padding-top: .65rem; }
.city-live-map { height: 100%; }
.city-live-map h2 { max-width: 14ch; margin-bottom: .65rem; font-size: clamp(1.5rem, 2.5vw, 2.15rem); }
.city-live-map > p:not(.eyebrow) { max-width: 42ch; margin-bottom: 1.1rem; color: var(--vk-muted); font-size: .9rem; }
.municipality-facts-section { border-top: 1px solid rgba(0, 107, 103, .1); }
.municipality-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 2rem 0 0; border-top: 1px solid var(--vk-line); }
.municipality-facts > div { min-height: 100%; padding: 1.15rem 1.25rem; border-bottom: 1px solid var(--vk-line); }
.municipality-facts > div:nth-child(odd) { border-right: 1px solid var(--vk-line); }
.municipality-facts dt { margin-bottom: .38rem; color: var(--vk-muted); font-size: .7rem; font-weight: 830; letter-spacing: .1em; text-transform: uppercase; }
.municipality-facts dd { margin: 0; color: var(--vk-ink); font-weight: 620; line-height: 1.58; }
.municipality-legacy { max-width: 76ch; margin-top: 1.75rem; }
.municipality-legacy h3 { margin-bottom: .55rem; font-size: 1.05rem; }
.municipality-legacy p { margin: 0; color: var(--vk-muted); }
.municipality-villages { margin-top: 2rem; padding: 1rem 1.2rem; border: 1px solid var(--vk-line); border-radius: .8rem; background: rgba(255,255,255,.74); }
.municipality-villages summary { cursor: pointer; color: var(--vk-teal); font-weight: 800; }
.municipality-villages ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: .45rem 1.25rem; margin: 1rem 0 0; padding-left: 1.15rem; }
.municipality-villages li { padding-left: .05rem; line-height: 1.5; }
.municipality-media-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; }
.municipality-media-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--vk-line); border-radius: .8rem; background: var(--vk-paper); }
.municipality-media-grid picture, .municipality-media-image { display: block; width: 100%; }
.municipality-media-image { max-height: 720px; background: #fff; object-fit: contain; }
.municipality-media-grid figcaption { padding: .7rem .85rem; color: var(--vk-muted); font-size: .85rem; }
.city-gallery-section { background: linear-gradient(180deg, #fff 0%, var(--vk-paper) 100%); }
.city-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); gap: 1rem; }
.city-gallery > a { color: inherit; text-decoration: none; }
.city-gallery figure { height: 100%; overflow: hidden; margin: 0; background: #fff; border: 1px solid var(--vk-line); border-radius: .8rem; box-shadow: var(--vk-shadow-sm); transition: box-shadow .2s ease, transform .2s ease; }
.city-gallery > a:hover figure, .city-gallery > a:focus-visible figure { box-shadow: var(--vk-shadow); transform: translateY(-3px); }
.city-gallery picture, .city-gallery-image { display: block; width: 100%; }
.city-gallery-image { aspect-ratio: 3 / 2; object-fit: cover; transition: transform .35s ease; }
.city-gallery > a:hover .city-gallery-image, .city-gallery > a:focus-visible .city-gallery-image { transform: scale(1.025); }
.city-directory-grid, .municipality-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); gap: 1rem; }
.city-directory-grid--compact { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.city-directory-card, .municipality-card { overflow: hidden; color: var(--vk-ink); background: var(--vk-white); border: 1px solid var(--vk-line); border-radius: .55rem; box-shadow: var(--vk-shadow-sm); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.city-directory-card:hover, .municipality-card:hover, .city-directory-card:focus-visible, .municipality-card:focus-visible { color: var(--vk-ink); box-shadow: var(--vk-shadow); transform: translateY(-3px); }
.city-directory-card picture, .municipality-card picture { display: block; }.city-directory-image, .municipality-card-image { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.city-directory-card > .city-directory-image, .municipality-card > .municipality-card-image { min-height: 10rem; }
.city-directory-grid--compact .city-directory-card { display: grid; grid-template-columns: 6.5rem minmax(0, 1fr); min-height: 0; }
.city-directory-grid--compact .city-directory-card picture, .city-directory-grid--compact .city-directory-card > .city-directory-image { height: 100%; min-height: 100%; }
.city-directory-grid--compact .city-directory-image { aspect-ratio: auto; height: 100%; }
.city-directory-grid--compact .city-directory-copy { padding: .9rem; }
.city-directory-grid--compact .city-directory-copy > span { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: .86rem; }
.city-directory-copy, .municipality-card > span { display: grid; gap: .45rem; padding: 1rem; }.city-directory-copy strong, .municipality-card strong { font-family: var(--vk-font-display); font-size: 1.35rem; }.city-directory-copy > span, .municipality-card small { color: var(--vk-muted); }.city-directory-copy em, .municipality-card em { margin-top: .25rem; color: var(--vk-teal); font-size: .81rem; font-style: normal; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.municipality-map-feature { padding-bottom: 0; }.municipality-directory-list { margin-top: 2rem; padding: 1rem 1.25rem; background: #fff; border: 1px solid var(--vk-line); border-radius: var(--vk-radius); }.municipality-directory-list summary { cursor: pointer; color: var(--vk-teal-dark); font-weight: 800; }.municipality-directory-list > div { display: grid; grid-template-columns: repeat(auto-fit, minmax(165px, 1fr)); gap: .35rem 1rem; margin-top: 1rem; }.municipality-directory-list a { display: flex; justify-content: space-between; gap: .5rem; padding: .45rem 0; color: var(--vk-teal); border-bottom: 1px solid rgba(220,229,224,.75); text-decoration: none; }.municipality-directory-list a:hover { color: var(--vk-teal-dark); }.municipality-directory-list small { color: var(--vk-muted); font-size: .72rem; }
.fact-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)); gap: .75rem; margin: 1.5rem 0 2.25rem; }.fact-card-grid p { margin: 0; padding: 1rem; background: var(--vk-paper); border-left: 3px solid var(--vk-teal); border-radius: .25rem; }.fact-card-grid strong { color: var(--vk-teal-dark); font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; }

.category-tile { display: flex; flex-direction: column; min-height: 255px; padding: 1.5rem; color: var(--vk-ink); background: var(--vk-sand); border: 1px solid #ebe6dc; border-radius: var(--vk-radius); text-decoration: none; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.category-tile:hover { color: #fff; background: var(--vk-teal); box-shadow: var(--vk-shadow-sm); transform: translateY(-3px); }
.category-tile h2 { margin: .75rem 0; }
.category-tile p { color: var(--vk-muted); }
.category-tile:hover h2, .category-tile:hover p, .category-tile:hover span { color: #fff; }
.category-tile > span:last-child { margin-top: auto; font-size: .85rem; font-weight: 800; }
.category-count { color: var(--vk-teal); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.subcategories { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2rem; }
.subcategories a { padding: .48rem .7rem; color: var(--vk-teal-dark); background: var(--vk-teal-soft); border-radius: 99px; font-size: .84rem; font-weight: 700; text-decoration: none; }
.subcategories a:hover { color: #fff; background: var(--vk-teal); }

.municipality-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: .75rem; }
.municipality-grid a { display: flex; justify-content: space-between; gap: 1rem; padding: .95rem 1rem; color: var(--vk-ink); background: var(--vk-paper); border: 1px solid #e8e3d9; border-radius: .7rem; box-shadow: 0 2px 8px rgba(21, 37, 34, .025); font-weight: 700; text-decoration: none; transition: background .2s ease, transform .2s ease, color .2s ease; }
.municipality-grid a:hover { color: #fff; background: var(--vk-teal); transform: translateY(-2px); }
.municipality-directory-image { max-width: 920px; margin: 0 0 2rem; overflow: hidden; border: 1px solid var(--vk-line); border-radius: .8rem; background: var(--vk-paper); }
.municipality-directory-image picture, .municipality-directory-map { display: block; width: 100%; }
.municipality-directory-map { aspect-ratio: 2 / 1; object-fit: cover; object-position: center; }

.basic-content { padding: clamp(3.5rem, 8vw, 7rem) 0; }
.narrow { max-width: 860px; }
.content-top { margin-bottom: 2.5rem; }
.content-top h1 { max-width: 16ch; margin: .5rem 0 1rem; font-size: clamp(2.45rem, 6vw, 4.6rem); text-wrap: balance; }
.content-top .breadcrumb { margin-bottom: 1rem; }
.article-featured-image { overflow: hidden; margin: 0 0 2.5rem; border-radius: var(--vk-radius); box-shadow: var(--vk-shadow-sm); }
.article-featured-image picture, .article-featured-image img { display: block; width: 100%; }
.editorial-note { margin-top: 2rem; padding: 1rem 1.15rem; color: #534215; background: #fff4d9; border-left: 4px solid var(--vk-gold); border-radius: .35rem; }
.empty-state { padding: 1.25rem; color: var(--vk-muted); background: var(--vk-sand); border-radius: .75rem; }
.planning-page .editorial-note, .municipality-page .editorial-note, .city-page .editorial-note { margin: 0 0 1.5rem; }
.planning-richtext > :first-child, .municipality-page .richtext > :first-child { margin-top: 0; }
.planning-richtext h2, .municipality-page .richtext h2 { margin-top: 2.4rem; }
.faq-item { margin: .75rem 0; padding: 0 1.1rem; background: var(--vk-paper); border: 1px solid var(--vk-line); border-radius: var(--vk-radius); transition: border-color var(--vk-ease), background var(--vk-ease); }
.faq-item[open] { background: #fff; border-color: rgba(0, 107, 103, .3); }
.faq-item summary { position: relative; padding: 1.05rem 2rem 1.05rem 0; cursor: pointer; color: var(--vk-ink); font-weight: 780; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { position: absolute; top: 50%; right: .08rem; color: var(--vk-teal); content: '+'; font-size: 1.35rem; font-weight: 400; line-height: 1; transform: translateY(-50%); }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { padding-bottom: 1.1rem; color: var(--vk-muted); }
.directory-summary { margin-bottom: 1.25rem; color: var(--vk-muted); }
.directory-summary strong { color: var(--vk-teal); font-size: 1.15rem; }
.city-municipality-link { margin-top: 1.4rem; }

/* Nearby discovery and contact */
.nearby-cities-section { padding-top: clamp(2.6rem, 5vw, 4.25rem); border-top: 1px solid var(--vk-line); }
.nearby-cities-section .section-heading { margin-bottom: 1.35rem; }
.contact-section { background: linear-gradient(180deg, #fff 0%, var(--vk-paper) 100%); }
.contact-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 7vw, 6.25rem); align-items: start; }
.contact-intro { max-width: 35rem; padding-top: .3rem; }
.contact-intro h2 { max-width: 13ch; margin-bottom: 1.2rem; text-wrap: balance; }
.contact-intro > p:not(.eyebrow) { color: var(--vk-muted); }
.contact-email { display: grid; gap: .18rem; padding: 1.15rem 0; margin: 1.6rem 0; border-top: 1px solid var(--vk-line); border-bottom: 1px solid var(--vk-line); font-style: normal; }
.contact-email span { color: var(--vk-muted); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-email a { color: var(--vk-teal-dark); font-family: var(--vk-font-display); font-size: clamp(1.35rem, 2.2vw, 1.75rem); font-weight: 600; text-decoration: none; }
.contact-email a:hover { color: var(--vk-teal); text-decoration: underline; }
.contact-note { padding: 1.1rem 1.15rem; background: var(--vk-teal-soft); border-left: 3px solid var(--vk-teal); border-radius: 0 var(--vk-radius) var(--vk-radius) 0; }
.contact-note strong { color: var(--vk-teal-dark); font-size: .82rem; }
.contact-note p { margin: .35rem 0 0; color: var(--vk-ink-soft); font-size: .9rem; }
.contact-form-wrap { padding: clamp(1.25rem, 3.5vw, 2.35rem); background: #fff; border: 1px solid var(--vk-line); border-radius: var(--vk-radius-lg); box-shadow: var(--vk-shadow-sm); }
.contact-form fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
.contact-form fieldset + fieldset { padding-top: 1.7rem; margin-top: 1.7rem; border-top: 1px solid var(--vk-line); }
.contact-form legend { float: none; width: auto; margin: 0 0 1.05rem; color: var(--vk-ink); font-family: var(--vk-font-display); font-size: 1.55rem; font-weight: 600; line-height: 1.15; }
.contact-form label { display: block; margin-bottom: .4rem; color: var(--vk-ink-soft); font-size: .77rem; font-weight: 820; letter-spacing: .025em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 46px; padding: .65rem .75rem; color: var(--vk-ink); background: #fff; border: 1px solid var(--vk-line-strong); border-radius: .35rem; font: inherit; font-size: .94rem; }
.contact-form textarea { min-height: 9rem; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--vk-teal); outline: 0; box-shadow: 0 0 0 .2rem rgba(0, 107, 103, .14); }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.contact-field-full { margin-top: 1rem; }
.contact-suggestion-fields { padding: 1.25rem !important; background: var(--vk-sand); border: 1px solid #e5e2da !important; border-radius: var(--vk-radius); }
.contact-suggestion-fields[hidden] { display: none; }
.contact-suggestion-fields > p { max-width: 66ch; color: var(--vk-muted); font-size: .9rem; }
.contact-submit { display: flex; flex-wrap: wrap; gap: .8rem 1.5rem; align-items: center; justify-content: space-between; padding-top: 1.45rem; }
.contact-submit p { margin: 0; color: var(--vk-muted); font-size: .78rem; }
.contact-submit .btn { min-width: 9.5rem; }
.contact-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.contact-message { margin: 0 0 1.25rem; padding: 1rem 1.1rem; border-left: 4px solid; border-radius: .35rem; }
.contact-message strong { display: block; margin-bottom: .3rem; }
.contact-message p, .contact-message ul { margin: 0; }
.contact-message ul { padding-left: 1.15rem; }
.contact-message-success { color: #0a4b3b; background: #e4f3ed; border-color: #14755b; }
.contact-message-error { color: #7a2c20; background: #fff0ec; border-color: #bd4c39; }
.contact-story .narrow { max-width: 48rem; }
.contact-story h2 { max-width: 17ch; margin-bottom: 1.25rem; text-wrap: balance; }
.contact-story p:not(.eyebrow) { color: var(--vk-ink-soft); font-size: 1.04rem; }
.contact-share { padding-top: clamp(2.75rem, 6vw, 5.5rem); padding-bottom: clamp(2.75rem, 6vw, 5.5rem); background: linear-gradient(135deg, #e5f1ed 0%, #f8f7f2 100%); }
.contact-share-card { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(17rem, .8fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: center; max-width: 68rem; padding: clamp(1.5rem, 4vw, 3rem); margin: 0 auto; background: rgba(255, 255, 255, .82); border: 1px solid rgba(0, 80, 76, .14); border-radius: var(--vk-radius-lg); box-shadow: var(--vk-shadow-sm); }
.contact-share-card h2 { max-width: 18ch; margin-bottom: .65rem; text-wrap: balance; }
.contact-share-card p:not(.eyebrow) { max-width: 40ch; margin-bottom: 0; color: var(--vk-ink-soft); }
.contact-share-actions { display: flex; flex-wrap: wrap; gap: .65rem; align-items: center; justify-content: flex-start; }
.contact-share-actions .btn { min-width: 8.8rem; }
.share-facebook { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .58rem .95rem; color: var(--vk-teal-dark); border: 1px solid var(--vk-line-strong); border-radius: .35rem; font-size: .84rem; font-weight: 820; text-decoration: none; }
.share-facebook:hover { color: #fff; background: #1877f2; border-color: #1877f2; }

.editorial-bridge { background: linear-gradient(180deg, var(--vk-paper), #fff); }
.editorial-bridge-inner { display: grid; grid-template-columns: minmax(0, .85fr) minmax(20rem, 1.15fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; max-width: 68rem; }
.editorial-bridge-inner h2 { max-width: 13ch; }
.editorial-bridge-inner > div > p:not(.eyebrow) { max-width: 45ch; color: var(--vk-muted); }
.editorial-bridge-links { display: grid; border-top: 1px solid var(--vk-line); }
.editorial-bridge-links a { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .25rem 1.5rem; padding: 1rem 0; color: var(--vk-ink); border-bottom: 1px solid var(--vk-line); text-decoration: none; }
.editorial-bridge-links strong { color: var(--vk-teal-dark); font-family: var(--vk-font-display); font-size: 1.25rem; }
.editorial-bridge-links span { color: var(--vk-muted); font-size: .88rem; }
.editorial-bridge-links b { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--vk-teal); }

/* Footer */
.site-footer { padding: 4.25rem 0 1.25rem; color: #e1f0ec; background: var(--vk-forest); }
.footer-logo { width: 176px; height: auto; margin-bottom: 1.2rem; }
.site-footer p { max-width: 40ch; color: #aec8c1; }
.site-footer h2 { margin-bottom: .85rem; color: #fff; font-family: var(--vk-font-sans); font-size: .73rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li + li { margin-top: .48rem; }
.site-footer a { color: #d8ebe6; font-size: .89rem; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem; padding-top: 2rem; margin-top: 2.25rem; color: #92ada6; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .77rem; }

@media (max-width: 991.98px) {
  body.vk-menu-open { overflow: hidden; }
  .navbar-collapse { max-height: calc(100svh - 70px); padding: .75rem 0 1rem; overflow-y: auto; border-top: 1px solid var(--vk-line); }
  .navbar-nav { align-items: stretch; padding: .25rem 0; }
  .nav-item { border-bottom: 1px solid rgba(21, 37, 34, .07); }
  .nav-link, .nav-link.dropdown-toggle { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: .72rem .15rem !important; border-radius: 0; text-align: left; }
  .nav-link:hover, .nav-link.active, .nav-link.show { background: transparent; }
  .dropdown-menu { padding: .2rem 0 .45rem; margin: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
  .dropdown-item { padding: .58rem .75rem; }
  .language-switcher { align-self: flex-start; margin: .9rem 0 0; }
  .filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filter-action { grid-column: 1 / -1; }
  .vk-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vk-card-grid--single { max-width: 29rem; grid-template-columns: minmax(0, 1fr); }
  .vk-card-grid--pair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .place-actions { position: static; margin-top: .5rem; }
  .place-quick-actions { display: block; }
  .featured-carousel-panel { grid-template-columns: minmax(0, 1.1fr) minmax(270px, .9fr); min-height: 480px; }
  .featured-carousel-copy { padding: 2.25rem 2rem 4.35rem; }
  .featured-carousel .carousel-indicators { left: calc(55% + 1rem); }
  .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
  .contact-share-card { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
  .hero { min-height: min(560px, calc(100svh - 70px)); }
  .hero-slide { min-height: min(560px, calc(100svh - 70px)); }
  .hero-overlay, .place-hero-overlay, .city-hero-overlay { background: linear-gradient(0deg, rgba(0, 29, 28, .84) 0%, rgba(0, 29, 28, .28) 100%); }
  .hero-content { padding-top: 7rem; }
  .hero h1, .hero h2 { max-width: 11ch; }
  .hero-search { display: grid; gap: .45rem; padding: .45rem; }
  .hero-search button { width: 100%; }
  .section-heading, .map-page-toolbar { align-items: flex-start; flex-direction: column; gap: .75rem; }
  .section-heading h2 { max-width: 22ch; }
  .featured-carousel { border-radius: var(--vk-radius); }
  .featured-carousel-panel { display: flex; flex-direction: column; min-height: auto; }
  .featured-carousel-media { min-height: 280px; }
  .featured-carousel-image { min-height: 280px; }
  .featured-carousel-copy { min-height: 315px; padding: 1.65rem 1.4rem 4.4rem; }
  .featured-carousel-copy h3 { max-width: 15ch; font-size: clamp(1.95rem, 9vw, 2.75rem); }
  .featured-carousel-summary { -webkit-line-clamp: 3; font-size: .95rem; }
  .featured-carousel .carousel-indicators { right: auto; bottom: 1.2rem; left: 1.4rem; }
  .featured-carousel-controls { right: 1rem; bottom: 1rem; }
  .card-body { min-height: 182px; }
  .local-banner .row .col-lg-7 { margin-top: .5rem; }
  .local-card-grid { grid-template-columns: 1fr; }
  .home-confidence-inner, .editorial-bridge-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .home-confidence-inner { align-items: start; }
  .leaflet-map { min-height: 325px; }
  .map-discovery .leaflet-map, .map-page-full .leaflet-map { min-height: 390px; }
  .discovery-filter-panel { padding: 0; overflow: hidden; }
  .discovery-filter-panel > summary { display: flex; align-items: center; justify-content: space-between; min-height: 3.25rem; padding: .75rem 1rem; color: var(--vk-teal-dark); cursor: pointer; font-size: .88rem; font-weight: 850; list-style: none; }
  .discovery-filter-panel > summary::after { margin-left: .8rem; content: '+'; font-size: 1.15rem; }
  .discovery-filter-panel[open] > summary { border-bottom: 1px solid var(--vk-line); }
  .discovery-filter-panel[open] > summary::after { content: '−'; }
  .filter-summary-count { color: var(--vk-muted); font-size: .74rem; font-weight: 700; }
  .discovery-filter-panel form { padding: 1rem; }
  .filter-grid { grid-template-columns: 1fr; }
  .filter-action { grid-column: auto; }
  .vk-card-grid, .vk-card-grid--pair { grid-template-columns: minmax(0, 1fr); }
  .vk-card-grid--single { max-width: none; }
  .place-hero { min-height: 560px; }
  .place-gallery { grid-template-columns: 1fr; }
  .janjeva-sight-grid { grid-template-columns: 1fr; }
  .place-gallery a:first-child { grid-row: auto; }.place-gallery a:first-child .gallery-image { aspect-ratio: 4 / 2.8; }
  .place-hero-controls { right: 1rem; bottom: .8rem; }.vk-lightbox { width: 100vw; min-height: 100vh; max-height: none; padding: 1rem 2.8rem 2.8rem; border: 0; border-radius: 0; }.vk-lightbox figure, .vk-lightbox img { max-height: calc(100vh - 7rem); }
  .city-hero { min-height: 490px; }
  .municipality-facts { grid-template-columns: 1fr; }
  .municipality-facts > div:nth-child(odd) { border-right: 0; }
  .municipality-villages ul { grid-template-columns: 1fr; }
  .basic-content { padding-top: 3rem; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 1.15rem; }
  .contact-submit { align-items: stretch; flex-direction: column; }
  .contact-submit .btn { width: 100%; }
}

@media (max-width: 399px) {
  .container { --bs-gutter-x: 1.1rem; }
  .navbar-brand, .navbar-brand img { width: 132px; }
  .navbar-toggler-label { display: none; }
  h1 { font-size: 2.55rem; }
  .hero { min-height: min(525px, calc(100svh - 70px)); }
  .hero-slide { min-height: min(525px, calc(100svh - 70px)); }
  .hero-content { padding-bottom: 3rem; }
  .card-body { padding: 1rem; }
  .featured-carousel-media, .featured-carousel-image { min-height: 245px; }
  .map-count { white-space: normal; }
}

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