.map-live {
  min-height: 460px;
  position: relative;
  overflow: hidden;
  background: #dedbd5;
}

.map-address-card {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px;
  background: rgba(251,250,248,.96);
  box-shadow: 0 8px 30px rgba(37,49,47,.18);
  color: var(--ink);
}

.map-address-card small,
.map-address-card strong { display: block; }
.map-address-card small { font-size: 8px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--rose); }
.map-address-card strong { margin: 6px 0 13px; font: 500 20px 'Cormorant Garamond'; }
.route-links { display: flex; gap: 18px; }
.route-links a { font-size: 9px; text-transform: uppercase; letter-spacing: .8px; border-bottom: 1px solid; padding-bottom: 4px; }
.map-credit { position: absolute; z-index: 2; right: 7px; top: 6px; padding: 3px 6px; background: rgba(255,255,255,.86); font-size: 7px; color: #606866; }

@media (max-width: 760px) {
  .map-live { min-height: 380px; }
  .map-address-card { left: 12px; right: 12px; bottom: 12px; }
}

.map-consent {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 26px 22px;
  color: var(--ink);
}
.map-consent p { margin: 0; max-width: 34em; font-size: 14px; line-height: 1.5; }
.map-consent a { text-decoration: underline; }
.map-consent button {
  border: 0;
  background: var(--ink);
  color: #fff;
  padding: 12px 20px;
  min-height: 44px;
  font: 600 13px/1 Manrope, sans-serif;
  letter-spacing: .6px;
  cursor: pointer;
}
.map-consent button:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }

.map-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.72) contrast(.94);
}
