.brand-seal {
  width: 190px;
  aspect-ratio: 1;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fbf8f0;
  box-shadow: inset 0 0 0 10px #fbf8f0, inset 0 0 0 11px var(--gold);
}

.brand-seal img {
  width: 64%;
  height: 64%;
  object-fit: contain;
}

.detail-note {
  display: block;
  margin-top: .45rem;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.45;
}

.pro-hero .image-credit {
  right: 1.2rem;
  bottom: 1rem;
  margin: 0;
  padding: .28rem .55rem;
  border-radius: 999px;
  background: rgba(23, 33, 28, .66);
  color: rgba(255, 255, 255, .86);
  line-height: 1.35;
  backdrop-filter: blur(5px);
}

@media (max-width: 600px) {
  .pro-hero .image-credit {
    left: auto;
    right: 6vw;
    bottom: .75rem;
    max-width: calc(100% - 12vw);
    text-align: right;
  }
}

/* Champagne Holiday map theme: a warm parchment base with pine and gold UI. */
.champagne-map {
  background: #eee8d9;
  border-color: rgba(24, 43, 35, .26);
  box-shadow: 0 24px 60px rgba(24, 43, 35, .09);
}

.champagne-map .leaflet-tile-pane {
  /* Keep the cartography natural and readable; branding belongs in the UI. */
  filter: saturate(.94) sepia(.035) brightness(1.015) contrast(.985);
}

.champagne-map .leaflet-control-zoom,
.champagne-map .leaflet-control-layers,
.champagne-map .leaflet-popup-content-wrapper,
.champagne-map .leaflet-popup-tip {
  background: #fbf8f0;
  color: var(--ink);
}

.champagne-map .leaflet-control-zoom {
  border: 1px solid rgba(24, 43, 35, .24);
  box-shadow: 0 8px 24px rgba(24, 43, 35, .12);
}

.champagne-map .leaflet-control-zoom a {
  color: var(--pine);
  border-color: rgba(24, 43, 35, .16);
}

.champagne-map .leaflet-control-zoom a:hover,
.champagne-map .leaflet-control-zoom a:focus-visible {
  background: #f2ead8;
  color: var(--ink);
}

.champagne-map .leaflet-popup-content-wrapper {
  border: 1px solid rgba(24, 43, 35, .18);
  border-radius: 2px;
  box-shadow: 0 18px 45px rgba(24, 43, 35, .18);
}

.champagne-map .leaflet-popup-close-button {
  color: var(--pine);
}

.champagne-map .leaflet-control-attribution {
  background: rgba(251, 248, 240, .88);
  color: #536057;
}

.champagne-map .leaflet-control-attribution a {
  color: var(--pine);
}

.map-pin span {
  background: var(--pine);
  color: #fbf8f0;
  border-color: #fbf8f0;
  box-shadow: 0 0 0 2px var(--gold), 0 6px 16px rgba(24, 43, 35, .28);
}

.map-pin-sight span {
  background: var(--gold);
  color: var(--pine);
  border-color: #fbf8f0;
}

.map-legend button {
  border-radius: 999px;
  background: #fbf8f0;
  border-color: rgba(24, 43, 35, .24);
}

.map-legend button:hover,
.map-legend button:focus-visible {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(218, 179, 92, .18);
}

.map-legend button[aria-pressed=true] {
  background: var(--pine);
  border-color: var(--pine);
  box-shadow: 0 6px 18px rgba(24, 43, 35, .16);
}

.legend-dot.sight {
  background: var(--gold);
  box-shadow: inset 0 0 0 1px rgba(24, 43, 35, .24);
}

.legend-dot.house {
  background: var(--pine);
}

.region-overview-hero {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
  align-items: start;
}

.region-overview-hero .hero-figure {
  width: min(100%, 520px);
  justify-self: end;
}

.region-overview-hero .hero-figure img {
  aspect-ratio: 4 / 3;
  max-height: 390px;
}

@media (max-width: 860px) {
  .brand-seal { width: 150px; }

  .region-overview-hero {
    grid-template-columns: 1fr;
  }

  .region-overview-hero .hero-figure {
    width: 100%;
    justify-self: stretch;
  }

  .region-overview-hero .hero-figure img {
    max-height: 430px;
  }
}

@media (max-width: 600px) {
  .brand-seal { width: 120px; }
}
