
.teaser img { width: 100%; aspect-ratio: 16/9; object-fit: cover; filter: saturate(.9) brightness(.85); }
.teaser__overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; gap: 14px; padding: clamp(18px, 3vw, 30px); background: linear-gradient(to top, rgba(23,14,33,.85), rgba(23,14,33,.1)); }
.badge-note { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); background: var(--sun-gold); padding: 4px 10px; border-radius: 4px; }

/* ---------- Region page ---------- */
.crumbs { font-size: 13px; font-weight: 600; color: var(--text-quiet-dark); margin-bottom: 14px; }
.crumbs a { color: var(--text-quiet-dark); } .crumbs a:hover { color: var(--sunset-pink); }
.crumbs span { color: var(--plum-muted); }
.region-hero { position: relative; background: var(--ink-raised) center/cover no-repeat; min-height: clamp(240px, 34vw, 420px); display: flex; align-items: flex-end; }
.region-hero__scrim { position: absolute; inset: 0; background: linear-gradient(to top, var(--ink) 6%, rgba(23,14,33,.45) 60%, rgba(23,14,33,.2)); }
.region-hero__inner { position: relative; padding: clamp(24px, 4vw, 40px) 0; width: 100%; max-width: var(--maxw); margin: 0 auto; padding-left: clamp(16px,3vw,24px); padding-right: clamp(16px,3vw,24px); }
.region-hero__sub { font-size: 1.1rem; font-weight: 600; color: var(--paper); margin: 0; }

/* ---------- Footer ---------- */
.ftr { background: var(--ink); border-top: 1px solid var(--hairline); padding: clamp(40px, 6vw, 64px) 0 32px; }
.ftr__grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); }
.ftr h4 { font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--text-quiet-dark); margin: 0 0 14px; }
.ftr ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.ftr a { color: var(--paper); font-size: 14px; font-weight: 600; }
.ftr a:hover { color: var(--sunset-pink); }
.ftr__brandrow { display: flex; align-items: center; gap: 12px; }
.ftr__brandrow img { height: 50px; width: auto; }
.ftr__word { display: flex; align-items: baseline; gap: 7px; font-family: 'Bebas Neue', Impact, sans-serif; font-size: 30px; letter-spacing: .06em; color: var(--paper); }
.ftr__word .b2 { color: var(--sunset-pink); }
.ftr__brand p { color: var(--text-quiet-dark); font-size: 14px; max-width: 40ch; margin: 14px 0 0; }
.disclaimer { margin-top: clamp(28px, 4vw, 44px); padding-top: 24px; border-top: 1px solid var(--hairline); color: var(--text-quiet-dark); font-size: 13px; line-height: 1.7; }
.disclaimer strong { color: var(--paper); }

/* ---------- Interactive map page ---------- */
.maproot { position: relative; display: flex; height: calc(100vh - var(--header-h)); min-height: 480px; }
.mappanel { width: 340px; flex: none; background: var(--ink-raised); border-right: 1px solid var(--hairline); overflow-y: auto; padding: 18px; }
.mappanel h2 { font-family: 'Bebas Neue', Impact, sans-serif; font-size: 30px; letter-spacing: .04em; margin: 0 0 4px; }
.mappanel .sub { color: var(--text-quiet-dark); font-size: 13px; margin: 0 0 16px; }
.mapgroup { border-top: 1px solid var(--hairline); padding: 14px 0; }
.mapgroup h3 { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--text-quiet-dark); margin: 0 0 10px; }
.mapgroup__head { display: flex; align-items: center; justify-content: space-between; margin: 0 0 10px; }
.mapgroup__head h3 { margin: 0; }
.mapgroup__bulk { display: flex; gap: 4px; }
.mbulk { background: transparent; border: 1px solid var(--hairline); color: var(--paper); font-family: inherit; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 999px; cursor: pointer; }
.mbulk:hover { border-color: var(--sunset-pink); color: var(--sunset-pink); }
/* Map search box */
.mapsearch { position: relative; display: flex; align-items: center; margin: 0 0 14px; }
.mapsearch__ico { position: absolute; left: 11px; color: var(--text-quiet-dark); pointer-events: none; }
.mapsearch input { width: 100%; background: var(--ink); border: 1px solid var(--hairline); border-radius: 10px; color: var(--paper); font-family: inherit; font-size: 14px; padding: 10px 34px 10px 34px; }
.mapsearch input:focus { outline: 2px solid var(--sun-gold); outline-offset: 1px; border-color: var(--plum-muted); }
.mapsearch input::-webkit-search-cancel-button { display: none; }
.mapsearch__clear { position: absolute; right: 8px; width: 24px; height: 24px; display: grid; place-items: center; background: transparent; border: 0; color: var(--text-quiet-dark); font-size: 20px; line-height: 1; cursor: pointer; border-radius: 50%; }
.mapsearch__clear:hover { color: var(--paper); background: var(--ink-raised); }
.checkrow { display: flex; align-items: center; gap: 10px; min-height: 36px; font-size: 14px; font-weight: 600; color: var(--paper); cursor: pointer; }
.checkrow input { width: 16px; height: 16px; accent-color: var(--sunset-pink); }
.checkrow .sw { width: 12px; height: 12px; border-radius: 50%; flex: none; }
.checkrow .sw--icon { width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; border: 1.5px solid rgba(255,255,255,.9); }
.checkrow .sw--icon svg { width: 12px; height: 12px; fill: #fff; display: block; }
.checkrow .sw--region { background: #256d91; }
.mapgroup__sub { margin-top: 6px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-quiet-dark); font-weight: 800; }
.reslist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.reslist button { width: 100%; text-align: left; display: flex; flex-direction: column; gap: 2px; padding: 10px 12px; background: var(--ink); border: 1px solid var(--hairline); border-radius: var(--radius); color: var(--paper); cursor: pointer; font-family: inherit; }
.reslist button:hover { border-color: var(--plum-muted); }
.reslist .rn { font-weight: 700; font-size: 14px; }
.reslist .rm { font-size: 12px; color: var(--text-quiet-dark); }
.mapcanvas { flex: 1; background: #4ea7c5; min-height: 320px; isolation: isolate; }
.leaflet-container { background: #4ea7c5; font-family: Manrope, sans-serif; }
/* Leaflet loads after this stylesheet. Keep zoomed-out space ocean-blue, not grey. */
.page-map .mapcanvas.leaflet-container { background: #4ea7c5 !important; }
.page-map .mapcanvas::before { display: none; }
.map-watermarks { position: absolute; inset: 0; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); pointer-events: none; overflow: hidden; }
.map-watermarks span { background: center / min(68%, 240px) auto no-repeat url('/assets/logo/logo-footer.png'); opacity: .08; filter: grayscale(1) brightness(2); }
.map-watermarks span:nth-child(1),.map-watermarks span:nth-child(3),.map-watermarks span:nth-child(6),.map-watermarks span:nth-child(8),.map-watermarks span:nth-child(9),.map-watermarks span:nth-child(11) { display: block; }
.map-watermarks span:not(:nth-child(1)):not(:nth-child(3)):not(:nth-child(6)):not(:nth-child(8)):not(:nth-child(9)):not(:nth-child(11)) { background-image: none; }
.gc-region-label { background: transparent; border: 0; display: flex; align-items: center; justify-content: center; pointer-events: auto; }
.gc-region-label__name { display: block; width: 190px; color: #fff; font-family: 'Bebas Neue', Impact, sans-serif; font-size: 20px; font-weight: 700; line-height: .88; letter-spacing: .04em; text-align: center; text-transform: uppercase; text-shadow: 0 2px 2px rgba(5, 20, 29, .88), 0 0 5px rgba(5, 20, 29, .72); }
.leaflet-popup-content-wrapper { background: var(--ink-raised); color: var(--paper); border-radius: var(--radius); }
.leaflet-popup-tip { background: var(--ink-raised); }
.leaflet-popup-content { margin: 12px 14px; font-size: 14px; }
.leaflet-popup-content strong { color: var(--sun-gold); }
.gc-pin { background: transparent; border: 0; }
.gc-pin__dot { display: block; width: 16px; height: 16px; border-radius: 50%; background: var(--lagoon); border: 2px solid #fff; box-shadow: 0 0 0 2px rgba(0,0,0,.35), 0 2px 6px rgba(0,0,0,.5); }
.gc-pin__badge { display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 0 1px rgba(0,0,0,.4), 0 2px 5px rgba(0,0,0,.5); transition: transform .12s; }
.gc-pin__badge svg { width: 13px; height: 13px; display: block; fill: #fff; }
.gc-pin:hover .gc-pin__badge { transform: scale(1.18); }
.mapcredit { padding: 12px 2px 4px; color: var(--text-quiet-dark); font-size: 12px; line-height: 1.5; }
.mapcredit a { color: var(--text-quiet-dark); text-decoration: underline; }
.mapcredit a:hover { color: var(--sunset-pink); }
/* Drawer toggle + FAB (mobile only; hidden on desktop) */
.mappanel__close { display: none; width: 40px; height: 40px; place-items: center; background: var(--ink); border: 1px solid var(--hairline); border-radius: 8px; color: var(--paper); cursor: pointer; }
.map-fab { display: none; position: absolute; z-index: 40; left: 50%; bottom: 20px; transform: translateX(-50%); align-items: center; gap: 8px; height: 48px; padding: 0 24px; border-radius: 999px; background: var(--sunset-pink); color: #fff; font-family: inherit; font-weight: 800; font-size: 15px; border: 2px solid #fff; cursor: pointer; box-shadow: 0 6px 20px rgba(0,0,0,.5); }
.map-fab:active { transform: translateX(-50%) scale(.96); }
.map-fab:hover { background: var(--sunset-coral); }
/* Cluster bubbles */
.gc-cluster { background: transparent; }
.gc-cluster span { display: grid; place-items: center; width: 100%; height: 100%; border-radius: 50%; background: rgba(240,90,157,.92); color: #fff; font-weight: 800; font-size: 13px; border: 2px solid #fff; box-shadow: 0 0 0 3px rgba(240,90,157,.32), 0 2px 8px rgba(0,0,0,.5); }
.leaflet-marker-icon.is-active .gc-pin__dot { background: var(--sunset-pink); transform: scale(1.25); }
.leaflet-marker-icon.is-active .gc-pin__badge { transform: scale(1.28); box-shadow: 0 0 0 2px var(--sun-gold), 0 2px 6px rgba(0,0,0,.5); }

/* ---------- Responsive ---------- */
@media (max-width: 1023px) {
  .only-wide { display: none; }
  .only-narrow { display: flex; }
  .menu-toggle { display: grid; }
  .grid-2 { grid-template-columns: 1fr; }
  .ftr__grid { grid-template-columns: 1fr 1fr; }
  .maproot { display: block; position: relative; height: calc(100vh - var(--header-h)); min-height: 420px; }
  .mapcanvas { position: absolute; inset: 0; height: 100%; width: 100%; }
  .mappanel { position: absolute; top: 0; left: 0; bottom: 0; width: min(340px, 86vw); max-height: none; box-shadow: 8px 0 34px rgba(0,0,0,.55); transform: translateX(-100%); transition: transform 250ms var(--ease); z-index: 50; }
  .mappanel.is-open { transform: translateX(0); }
  .mappanel__close { display: grid; position: absolute; top: 12px; right: 12px; }
  .map-fab { display: inline-flex; }
  .mapbackdrop.is-open { display: block; position: absolute; inset: 0; background: rgba(0,0,0,.45); z-index: 45; }
  /* Map page: lock the map to the full mobile viewport — no page scroll; drag to pan, pinch to zoom. */
  body.page-map { overflow: hidden; }
  .page-map .maproot { position: fixed; top: var(--header-h); left: 0; right: 0; bottom: 0; height: auto; min-height: 0; }
  .page-map .ftr { display: none; }
}
@media (max-width: 560px) {
  .ftr__grid { grid-template-columns: 1fr; }
  .hero-content .actions .btn { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  html { scroll-behavior: auto; }
  .hero-banner__video { display: none; }
}

/* ---------- Neon ghost "My Progress" ---------- */
.progress-link {
  background: transparent;
  border: 2px solid var(--sunset-pink);
  color: var(--sunset-pink);
  box-shadow: 0 0 10px rgba(240,90,157,.55), inset 0 0 8px rgba(240,90,157,.22);
  text-shadow: 0 0 7px rgba(240,90,157,.55);
  transition: box-shadow 180ms var(--ease), color 180ms var(--ease), border-color 180ms var(--ease), background-color 180ms var(--ease);
}