@font-face {
  font-family: "Manrope";
  src: url("/static/fonts/manrope/manrope-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/static/fonts/manrope/manrope-semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/static/fonts/manrope/manrope-extrabold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --ink: #17211b;
  --ink-soft: #56665b;
  --paper: #f5f7f2;
  --surface: #ffffff;
  --line: rgba(23, 33, 27, 0.12);
  --aqua: #23b7c7;
  --aqua-dark: #087184;
  --orange: #ff9e44;
  --green: #2d9a71;
  --shadow: 0 24px 70px rgba(29, 50, 37, 0.14);
  --header-height: 76px;
  font-family: Manrope, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--paper); }
button, input, select { font: inherit; }
button { border: 0; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid var(--aqua); outline-offset: 4px; }
.site-footer__links a { display: flex; align-items: center; min-height: 24px; }

.site-frame { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: max(12px, env(safe-area-inset-top, 0px)); left: 20px; padding: 12px 16px; border-radius: 12px; background: var(--ink); color: #fff; transform: translateY(calc(-100% - max(40px, env(safe-area-inset-top, 0px)))); transition: transform .16s ease; }
.skip-link:focus-visible { transform: translateY(0); }

.site-header { position: sticky; z-index: 700; top: 0; padding-top: env(safe-area-inset-top); border-bottom: 1px solid transparent; background: rgba(245, 247, 242, .82); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-height); gap: 28px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; }
.brand__mark { width: 45px; height: 45px; }
.brand__copy { display: grid; gap: 0; line-height: 1.15; }
.brand__copy strong { font-size: 16px; font-weight: 800; letter-spacing: -.04em; }
.brand__copy span { color: var(--ink-soft); font-size: 10px; font-weight: 700; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; }
.site-nav a { position: relative; color: #405045; font-size: 13px; font-weight: 700; }
.site-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; border-radius: 2px; background: var(--aqua); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .18s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.site-header__actions { display: flex; align-items: center; gap: 8px; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 0 13px; border: 1px solid transparent; border-radius: 999px; background: transparent; color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 800; transition: background .18s ease, border-color .18s ease; }
.icon-button:hover { border-color: var(--line); background: #fff; }
.icon-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.icon-button--menu { display: none; }
.mobile-menu { position: fixed; z-index: 650; inset: calc(var(--header-height) + env(safe-area-inset-top)) 0 auto; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .98); box-shadow: 0 20px 32px rgba(29, 50, 37, .1); }
.mobile-menu nav { display: grid; width: min(100% - 40px, 480px); margin: 0 auto; padding: 15px 0 calc(18px + env(safe-area-inset-bottom)); }
.mobile-menu a { padding: 15px 4px; border-bottom: 1px solid var(--line); font-size: 17px; font-weight: 800; }
.menu-is-open { overflow: hidden; }

.hero { position: relative; display: grid; min-height: 410px; overflow: hidden; align-items: center; padding: 40px 0 30px; background: linear-gradient(118deg, #edf3ec 0%, #f5f7f2 50%, #eaf4f5 100%); }
.hero__pattern { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero__pattern::before, .hero__pattern::after { position: absolute; border-radius: 50%; content: ""; }
.hero__pattern::before { top: -22vw; right: -14vw; width: min(50vw, 670px); height: min(50vw, 670px); border: 1px solid rgba(35, 183, 199, .25); box-shadow: 0 0 0 56px rgba(35, 183, 199, .05), 0 0 0 112px rgba(35, 183, 199, .03); }
.hero__pattern::after { right: 10%; bottom: 12%; width: 122px; height: 122px; background: radial-gradient(circle at 35% 35%, rgba(255, 158, 68, .94) 0 8%, transparent 9%), radial-gradient(circle at 65% 65%, rgba(35, 183, 199, .95) 0 7%, transparent 8%), rgba(23, 33, 27, .95); box-shadow: 0 20px 44px rgba(23, 33, 27, .18); transform: rotate(-18deg); }
.hero__content { position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; color: var(--aqua-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero h1, .section-heading h2, .about-section h2, .benefits-section h2 { margin: 0; font-size: clamp(43px, 6.8vw, 84px); font-weight: 800; letter-spacing: -.075em; line-height: .98; }
.hero h1 { max-width: 790px; font-size: clamp(48px, 5.4vw, 68px); }
.hero__lead { max-width: 610px; margin: 18px 0 0; color: var(--ink-soft); font-size: clamp(16px, 1.5vw, 19px); font-weight: 600; line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 22px; border-radius: 14px; cursor: pointer; font-size: 14px; font-weight: 800; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
[data-placement-submissions][hidden] { display: none !important; }
.button:hover { transform: translateY(-2px); }
.button--primary { gap: 16px; background: var(--ink); color: #fff; box-shadow: 0 14px 28px rgba(23, 33, 27, .2); }
.button--primary:hover { background: #263a2e; box-shadow: 0 18px 34px rgba(23, 33, 27, .25); }
.button--quiet { border: 1px solid var(--line); background: rgba(255, 255, 255, .56); color: var(--ink); }
.map-section { padding: 12px 0 clamp(74px, 8vw, 108px); background: #fff; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 50px; margin-bottom: 36px; }
.section-heading h2, .about-section h2, .benefits-section h2 { font-size: clamp(34px, 4.7vw, 60px); }
.section-heading > p { max-width: 390px; margin: 0 0 4px; color: var(--ink-soft); font-size: 15px; font-weight: 600; line-height: 1.7; }
.section-heading--map { gap: 38px; margin-bottom: 16px; }
.section-heading--map .eyebrow { margin-bottom: 10px; }
.section-heading--map h2 { font-size: clamp(34px, 4vw, 48px); }
.public-map { position: relative; min-height: 700px; overflow: hidden; border: 1px solid rgba(23, 33, 27, .1); border-radius: 22px; background: #d7e5e1; box-shadow: 0 18px 52px rgba(29, 50, 37, .13); }
.public-map__canvas { position: absolute; inset: 0; z-index: 1; min-height: 700px; outline: none; }
.public-map .leaflet-control-attribution { padding: 2px 5px; background: rgba(255, 255, 255, .78); font-size: 9px; }
.public-map .leaflet-bottom.leaflet-right { right: 14px; bottom: 16px; }
.public-map .leaflet-control-zoom { overflow: hidden; border: 0; border-radius: 12px; box-shadow: 0 8px 22px rgba(23, 33, 27, .2); }
.public-map .leaflet-control-zoom a { width: 36px; height: 36px; border: 0; background: #fff; color: var(--ink); line-height: 34px; }
.public-map__topbar { position: absolute; z-index: 400; top: 16px; right: 16px; left: 16px; display: flex; align-items: center; justify-content: space-between; gap: 14px; pointer-events: none; }
.map-search { display: flex; align-items: center; width: min(100%, 380px); min-height: 54px; padding: 0 14px; border: 1px solid rgba(23, 33, 27, .1); border-radius: 16px; background: rgba(255, 255, 255, .94); box-shadow: 0 12px 28px rgba(23, 33, 27, .13); pointer-events: auto; backdrop-filter: blur(12px); }
.map-search svg { flex: 0 0 auto; width: 20px; height: 20px; fill: none; stroke: var(--ink-soft); stroke-linecap: round; stroke-width: 1.8; }
.map-search input { width: 100%; min-width: 0; padding: 0 11px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; font-weight: 700; }
.map-search input::placeholder { color: #879287; }
.map-search__clear { width: 28px; height: 28px; border-radius: 50%; background: #edf0ec; color: var(--ink-soft); cursor: pointer; font-size: 21px; line-height: 1; }
.map-tools { display: flex; gap: 8px; pointer-events: auto; }
.map-tools button { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(23, 33, 27, .1); border-radius: 14px; background: rgba(255, 255, 255, .94); box-shadow: 0 12px 28px rgba(23, 33, 27, .13); color: var(--ink); cursor: pointer; }
.map-tools button:hover { background: #fff; }
.map-tools svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.map-filters { position: absolute; z-index: 404; top: 82px; right: 16px; display: grid; width: min(370px, calc(100% - 32px)); max-height: calc(100% - 116px); gap: 14px; padding: 17px; overflow: auto; overscroll-behavior: contain; border: 1px solid rgba(23, 33, 27, .1); border-radius: 18px; background: rgba(255, 255, 255, .97); box-shadow: 0 16px 34px rgba(23, 33, 27, .16); scrollbar-width: thin; backdrop-filter: blur(14px); }
.map-filters[hidden] { display: none; }
.map-filters__heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.map-filters__heading > div:first-child { display: grid; gap: 2px; }
.map-filters__heading span { color: var(--ink); font-size: 13px; font-weight: 800; }
.map-filters__heading strong { color: var(--aqua-dark); font-size: 10px; font-weight: 800; }
.map-filters__heading button { padding: 6px 8px; border-radius: 8px; background: #edf4f0; color: var(--ink-soft); cursor: pointer; font-size: 10px; font-weight: 800; }
.map-filters__heading-actions { display: flex; align-items: center; gap: 5px; }
.map-filters__heading .map-filters__close { display: none; width: 32px; height: 32px; place-items: center; padding: 0; border-radius: 50%; font-size: 20px; line-height: 1; }
.map-filter-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.map-filters label { display: grid; gap: 5px; min-width: 0; color: var(--ink-soft); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.map-filters select, .map-filters input[type="number"] { width: 100%; min-width: 0; height: 40px; padding: 0 30px 0 10px; border: 1px solid var(--line); border-radius: 10px; outline: 0; background: #fff; color: var(--ink); font: 700 12px Manrope, Arial, sans-serif; letter-spacing: 0; text-transform: none; }
.map-filters input[type="number"] { padding-right: 9px; appearance: textfield; }
.map-filters select:focus-visible, .map-filters input[type="number"]:focus-visible { border-color: var(--aqua-dark); box-shadow: 0 0 0 3px rgba(35, 183, 199, .18); }
.map-filter-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.map-filter-fieldset > legend { margin-bottom: 8px; padding: 0; color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.map-filter-chip-grid { display: flex; flex-wrap: wrap; gap: 6px; }
.map-filter-chip-grid label { position: relative; display: block; cursor: pointer; letter-spacing: 0; text-transform: none; }
.map-filter-chip-grid input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.map-filter-chip-grid span { display: inline-flex; min-height: 36px; align-items: center; padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink-soft); font-size: 10px; font-weight: 800; line-height: 1.2; }
.map-filter-chip-grid input:checked + span { border-color: rgba(8, 113, 132, .3); background: #daf0f1; color: #075c6c; }
.map-filter-chip-grid input:focus-visible + span { outline: 3px solid rgba(35, 183, 199, .5); outline-offset: 2px; }
.map-filter-chip-grid label.is-unavailable span { border-style: dashed; }
.map-filter-chip-grid--kinds { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.map-filter-chip-grid--kinds span { width: 100%; justify-content: center; text-align: center; }
.map-filter-price { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.map-filter-price label > span { font-size: 9px; }
.map-legend { position: absolute; z-index: 402; right: 16px; bottom: 16px; display: flex; max-width: min(620px, calc(100% - 430px)); flex-wrap: wrap; justify-content: flex-end; gap: 5px; pointer-events: none; }
.map-legend[hidden] { display: none; }
.map-legend span { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px 5px 5px; border-radius: 999px; background: rgba(255, 255, 255, .93); box-shadow: 0 4px 12px rgba(23, 33, 27, .08); color: var(--ink-soft); font-size: 10px; font-weight: 800; }
.map-legend i { display: grid; width: 22px; height: 22px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--legend-accent); color: #fff; }
.map-legend i svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.map-legend b { font: inherit; }
.public-map__loading { position: absolute; z-index: 402; top: 88px; left: 16px; display: inline-flex; align-items: center; gap: 9px; padding: 10px 13px; border-radius: 12px; background: rgba(23, 33, 27, .92); color: #fff; font-size: 12px; font-weight: 700; }
.public-map__loading[hidden] { display: none; }
.public-map__loading span { width: 8px; height: 8px; border-radius: 50%; background: var(--aqua); animation: map-pulse 1.3s ease-in-out infinite; }
.public-map__status { position: absolute; z-index: 402; right: 16px; bottom: 16px; left: 16px; max-width: 370px; margin: 0; padding: 9px 11px; border-radius: 10px; background: rgba(255, 255, 255, .84); color: #536257; font-size: 11px; font-weight: 700; line-height: 1.45; pointer-events: none; }
.public-map__status:empty { display: none; }
.public-map__results { position: absolute; z-index: 402; top: 82px; left: 16px; width: min(380px, calc(100% - 32px)); overflow: hidden; border-radius: 14px; pointer-events: auto; }
.public-map__result-summary { margin: 0; padding: 12px 14px; background: rgba(23, 33, 27, .91); color: #fff; font-size: 11px; font-weight: 800; }
.public-map__result { display: grid; width: 100%; gap: 3px; padding: 13px 14px; border-top: 1px solid rgba(23, 33, 27, .08); background: rgba(255, 255, 255, .96); color: var(--ink); cursor: pointer; text-align: left; }
.public-map__result:hover { background: #eff6f2; }
.public-map__result strong { font-size: 13px; }
.public-map__result span { overflow: hidden; color: var(--ink-soft); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.public-map-marker-wrap { background: transparent; border: 0; }
.public-map-marker { position: relative; display: grid; width: 44px; height: 44px; place-items: center; border: 3px solid #fff; border-radius: 50% 50% 50% 0; background: var(--marker-accent); box-shadow: 0 6px 15px rgba(23, 33, 27, .35); color: #fff; transform: rotate(-45deg); }
.public-map-marker-wrap:focus-visible { outline: 0; }
.public-map-marker-wrap:focus-visible .public-map-marker { box-shadow: 0 0 0 4px var(--ink), 0 7px 18px rgba(23, 33, 27, .42); }
.public-map-marker svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; transform: rotate(45deg); }
.public-map-cluster-wrap { background: transparent; border: 0; }
.public-map-cluster { display: grid; width: 46px; height: 46px; place-items: center; border: 3px solid #fff; border-radius: 50%; background: var(--aqua); box-shadow: 0 7px 16px rgba(10, 126, 145, .35); color: #fff; font-size: 13px; font-weight: 800; }
.public-map-popup { display: grid; gap: 5px; padding: 3px 2px; color: var(--ink); font-family: Manrope, Arial, sans-serif; }
.public-map-popup > img, .public-map-popup__placeholder { width: 100%; height: 110px; margin-bottom: 5px; border-radius: 10px; object-fit: cover; }
.public-map-popup__placeholder { display: grid; place-items: center; background: linear-gradient(135deg, #dcefea, #edf5ed); color: var(--green); font-size: 42px; font-weight: 800; }
.public-map-popup p { margin: 0; color: var(--aqua-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.public-map-popup h3 { margin: 0; font-size: 16px; font-weight: 800; letter-spacing: -.035em; line-height: 1.2; }
.public-map-popup > span { color: var(--ink-soft); font-size: 11px; font-weight: 600; }
.public-map-popup > small { display: -webkit-box; overflow: hidden; color: var(--ink-soft); font-size: 10px; font-weight: 600; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.public-map-popup strong { margin-top: 4px; font-size: 12px; }
.public-map-popup__actions { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 5px; }
.public-map-popup a { display: inline-flex; width: fit-content; padding: 8px 10px; border-radius: 8px; color: #fff; font-size: 10px; font-weight: 800; }
.public-map-popup__detail { background: var(--ink); }
.public-map-popup__contact { background: var(--aqua-dark); }
.leaflet-popup { max-width: calc(100vw - 28px); }
.leaflet-popup-content-wrapper { border-radius: 14px; box-shadow: 0 14px 34px rgba(23, 33, 27, .23); }
.leaflet-popup-content { max-width: calc(100vw - 60px); margin: 14px 16px; }
.leaflet-container a.leaflet-popup-close-button { top: 5px; right: 5px; display: grid; width: 36px; height: 36px; place-items: center; padding: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--ink); font-size: 22px; line-height: 1; }
@keyframes map-pulse { 50% { opacity: .35; transform: scale(.55); } }

@media (max-width: 800px) {
  :root { --header-height: 68px; }
  .site-frame { width: min(100% - 32px, 680px); }
  .site-header__inner { gap: 10px; }
  .brand__mark { width: 39px; height: 39px; }
  .site-nav { display: none; }
  .icon-button--menu { display: inline-flex; }
  .icon-button { min-height: 39px; padding: 0 10px; }
  .icon-button span { display: none; }
  .hero { min-height: 0; padding: 34px 0 28px; }
  .hero__pattern::after { right: -28px; bottom: 24px; width: 98px; height: 98px; }
  .hero h1 { font-size: clamp(38px, 10.5vw, 46px); }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading > p { max-width: 580px; }
  .map-section { padding-top: 20px; }
  .public-map { min-height: 620px; border-radius: 20px; }
  .public-map__canvas { min-height: 620px; }
  .map-legend { max-width: calc(100% - 32px); }
}

@media (max-width: 520px) {
  .site-frame { width: min(100% - 28px, 480px); }
  .brand { gap: 8px; }
  .brand__copy strong { font-size: 14px; }
  .brand__copy span { font-size: 8px; }
  .hero { padding: 32px 0 28px; }
  .hero__desktop-break { display: none; }
  .hero .eyebrow { margin-bottom: 10px; }
  .hero h1 { max-width: 360px; font-size: clamp(36px, 10vw, 40px); }
  .hero__lead { margin-top: 14px; font-size: 15px; line-height: 1.5; }
  .hero__actions { display: grid; grid-template-columns: 1fr; margin-top: 20px; }
  .hero__actions .button { width: 100%; }
  .map-section { padding: 18px 0 64px; }
  .section-heading { margin-bottom: 26px; }
  .section-heading--map { gap: 0; margin-bottom: 14px; }
  .section-heading--map .eyebrow { margin-bottom: 8px; }
  .section-heading--map h2 { font-size: clamp(30px, 8.8vw, 36px); }
  .section-heading--map > p { display: none; }
  .public-map { min-height: 600px; }
  .public-map__canvas { min-height: 600px; }
  .public-map__topbar { top: 10px; right: 10px; left: 10px; gap: 8px; }
  .map-search { min-height: 47px; border-radius: 13px; }
  .map-search input { font-size: 12px; }
  .map-tools { gap: 5px; }
  .map-tools button { width: 41px; height: 41px; border-radius: 12px; }
  .public-map__loading { top: 67px; left: 10px; font-size: 10px; }
  .public-map__results { top: 65px; left: 10px; width: calc(100% - 20px); }
  .map-filters { top: 65px; right: 10px; width: calc(100% - 20px); max-height: calc(100% - 75px); padding: 16px; border-radius: 16px; }
  .map-filters__heading { position: sticky; z-index: 1; top: -16px; margin: -16px -16px 0; padding: 14px 16px 10px; background: rgba(255, 255, 255, .98); }
  .map-filters__heading .map-filters__close { display: grid; width: 40px; height: 40px; }
  .map-filter-grid { grid-template-columns: 1fr 1fr; }
  .map-legend { right: 10px; bottom: 50px; left: 10px; max-width: none; justify-content: flex-start; }
  .map-legend { max-height: 82px; overflow: hidden; }
  .map-legend span { font-size: 9px; }
  .map-legend i { width: 20px; height: 20px; }
  .public-map-popup { gap: 4px; }
  .public-map-popup > img, .public-map-popup__placeholder { height: 86px; margin-bottom: 3px; }
  .public-map-popup > small { -webkit-line-clamp: 2; }
  .public-map-popup__actions { flex-wrap: wrap; overflow: visible; }
  .public-map-popup a { min-height: 34px; max-width: 100%; align-items: center; padding: 7px 9px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .leaflet-popup-content { margin: 10px 12px; }
  .public-map__status { right: 10px; bottom: 10px; left: 10px; max-width: none; font-size: 10px; }
}

@media (max-width: 360px) {
  .public-map-popup > img, .public-map-popup__placeholder { height: 72px; }
  .public-map-popup p { font-size: 8px; }
  .public-map-popup h3 { font-size: 14px; }
  .public-map-popup > span, .public-map-popup > small { font-size: 9px; }
  .public-map-popup a { font-size: 9px; }
}

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