/* Oloropa destination vector route atlas — direct Google Maps JavaScript vector integration. */
.ol-vector-route-map-section {
  --ol-map-espresso: #2D1F18;
  --ol-map-espresso-soft: #4A3B32;
  --ol-map-ivory: #FDFBF7;
  --ol-map-gold: #C29B68;
  --ol-map-rust: #A25A38;
  --ol-map-line: rgba(194, 155, 104, .88);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--ol-map-ivory);
  background:
    radial-gradient(circle at 12% 8%, rgba(194, 155, 104, .15), transparent 32rem),
    radial-gradient(circle at 88% 86%, rgba(162, 90, 56, .14), transparent 34rem),
    linear-gradient(145deg, #211711, var(--ol-map-espresso) 54%, #1a120e);
}

.ol-vector-route-map-section.ol14-animated-iframe-map::before {
  content: none;
}

.ol-vector-route-map-section .ol14-map-clean-head {
  max-width: 1720px;
  margin: 0 auto clamp(1.4rem, 3vw, 2.4rem);
}

.ol-vector-route-map-section .ol14-map-clean-head h2,
.ol-vector-route-map-section .ol14-map-clean-head p {
  color: var(--ol-map-ivory);
}

.ol-vector-route-map-section .ol14-map-clean-head > p:last-child {
  color: rgba(253, 251, 247, .72);
}

.ol-vector-route-map-shell {
  position: relative;
  min-height: clamp(590px, 76svh, 900px);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(253, 251, 247, .14);
  border-radius: clamp(1.7rem, 4vw, 3.4rem);
  background:
    radial-gradient(circle at 42% 36%, rgba(194, 155, 104, .12), transparent 34%),
    var(--ol-map-espresso);
  box-shadow:
    inset 0 1px 0 rgba(253, 251, 247, .08),
    inset 0 0 90px rgba(45, 31, 24, .22),
    0 44px 130px rgba(18, 11, 8, .46);
  transform: translateZ(0);
}

.ol-vector-route-map-shell.ol14-contained-map-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(253, 251, 247, .055),
    inset 0 0 82px rgba(45, 31, 24, .24),
    inset 0 -130px 170px rgba(45, 31, 24, .22);
}

.ol-vector-route-map-canvas,
.ol-vector-route-map-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  display: block;
}

.ol-vector-route-map-canvas {
  z-index: 1;
  background: var(--ol-map-espresso);
}

.ol-vector-route-map-canvas .gm-style {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  background: var(--ol-map-espresso) !important;
}

.ol-vector-route-map-canvas .gm-style img {
  max-width: none !important;
}

.ol-vector-route-map-canvas .gm-style-cc,
.ol-vector-route-map-canvas .gmnoprint:not(.gm-style-mtc-bbw),
.ol-vector-route-map-canvas button[title="Toggle fullscreen view"] {
  opacity: .78;
}

.ol-vector-route-map-fallback {
  z-index: 2;
  filter: saturate(.92) contrast(1.08) brightness(.84);
}

.ol-vector-route-map-shell:not(.is-vector-map-fallback) .ol-vector-route-map-fallback {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.ol-vector-route-map-shell.is-vector-map-fallback .ol-vector-route-map-canvas {
  visibility: hidden;
  opacity: 0;
}

.ol-vector-route-map-loader {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: .9rem;
  color: var(--ol-map-ivory);
  background:
    radial-gradient(circle at 50% 42%, rgba(194, 155, 104, .13), transparent 32%),
    linear-gradient(145deg, rgba(45, 31, 24, .96), rgba(33, 23, 17, .91));
  transition: opacity .5s ease, visibility .5s ease;
}

.ol-vector-route-map-loader span {
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid rgba(253, 251, 247, .22);
  border-top-color: var(--ol-map-gold);
  border-radius: 999px;
  box-shadow: 0 0 34px rgba(194, 155, 104, .22);
  animation: olVectorMapSpin .9s linear infinite;
}

.ol-vector-route-map-loader strong {
  font-size: .65rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ol-vector-route-map-shell.is-vector-map-ready .ol-vector-route-map-loader,
.ol-vector-route-map-shell.is-vector-map-fallback .ol-vector-route-map-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ol-vector-route-map-vignette {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(45, 31, 24, .34), transparent 18%, transparent 82%, rgba(45, 31, 24, .30)),
    linear-gradient(180deg, rgba(45, 31, 24, .22), transparent 24%, transparent 68%, rgba(45, 31, 24, .48));
  mix-blend-mode: multiply;
}

.ol-vector-route-map-hud {
  position: absolute;
  left: clamp(1rem, 3vw, 2.3rem);
  bottom: clamp(1rem, 3vw, 2.3rem);
  z-index: 7;
  width: min(34rem, calc(100% - 2rem));
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid rgba(194, 155, 104, .28);
  border-radius: clamp(1.25rem, 2.6vw, 2rem);
  color: var(--ol-map-ivory);
  background:
    radial-gradient(circle at 12% 0%, rgba(194, 155, 104, .22), transparent 34%),
    linear-gradient(145deg, rgba(45, 31, 24, .82), rgba(33, 23, 17, .76));
  box-shadow:
    inset 0 1px 0 rgba(253, 251, 247, .1),
    0 26px 70px rgba(18, 11, 8, .38);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}

.ol-vector-route-map-hud__count {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: .52rem .75rem;
  border: 1px solid rgba(253, 251, 247, .14);
  border-radius: 999px;
  color: rgba(253, 251, 247, .8);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.ol-vector-route-map-hud h3 {
  margin: .9rem 0 .36rem;
  color: var(--ol-map-ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: .86;
  letter-spacing: -.045em;
}

.ol-vector-route-map-hud p {
  margin: 0;
  max-width: 56ch;
  color: rgba(253, 251, 247, .72);
  font-size: .82rem;
  line-height: 1.55;
}

.ol-vector-route-map-hud__status {
  display: block;
  margin-top: .8rem;
  color: var(--ol-map-gold);
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ol-vector-route-map-legend {
  position: absolute;
  right: clamp(1rem, 2.4vw, 2rem);
  bottom: clamp(1rem, 2.4vw, 2rem);
  z-index: 7;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .5rem;
  max-width: min(30rem, calc(100% - 2rem));
}

.ol-vector-route-map-legend span {
  display: inline-flex;
  align-items: center;
  min-height: 2.65rem;
  padding: .7rem .9rem;
  border: 1px solid rgba(253, 251, 247, .14);
  border-radius: 999px;
  color: rgba(253, 251, 247, .82);
  background: rgba(45, 31, 24, .66);
  box-shadow: 0 14px 34px rgba(18, 11, 8, .24);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ol-vector-map-marker {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ol-map-ivory);
  cursor: pointer;
  overflow: visible;
  transform: translateY(0) translateZ(0);
  transition: transform .22s ease, filter .22s ease;
}

.ol-vector-map-marker:hover,
.ol-vector-map-marker:focus-visible {
  transform: translateY(-4px) scale(1.06);
  filter: drop-shadow(0 15px 24px rgba(18, 11, 8, .44));
  outline: none;
}

.ol-vector-map-marker:focus-visible .ol-vector-map-marker__core {
  box-shadow: 0 0 0 5px rgba(253, 251, 247, .42), 0 0 0 10px rgba(194, 155, 104, .25);
}

.ol-vector-map-marker__pulse,
.ol-vector-map-marker__core {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.ol-vector-map-marker__pulse {
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid rgba(194, 155, 104, .62);
  background: rgba(194, 155, 104, .12);
  animation: olVectorMarkerPulse 2.5s ease-out var(--ol-marker-delay, 0s) infinite;
}

.ol-vector-map-marker__core {
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid rgba(253, 251, 247, .92);
  background: linear-gradient(145deg, #E8C48E, var(--ol-map-rust));
  box-shadow: 0 0 0 6px rgba(162, 90, 56, .18), 0 10px 22px rgba(18, 11, 8, .4);
}

.ol-vector-map-marker__label {
  position: absolute;
  left: 50%;
  top: calc(50% + 1.45rem);
  transform: translateX(-50%);
  max-width: 12rem;
  padding: .42rem .62rem;
  border: 1px solid rgba(253, 251, 247, .14);
  border-radius: 999px;
  color: var(--ol-map-ivory);
  background: rgba(45, 31, 24, .82);
  box-shadow: 0 10px 26px rgba(18, 11, 8, .3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: .62rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.ol-vector-route-map-canvas .gm-style-iw-c {
  padding: 0 !important;
  overflow: visible !important;
  border: 1px solid rgba(194, 155, 104, .36) !important;
  border-radius: 1.4rem !important;
  background: rgba(45, 31, 24, .88) !important;
  box-shadow: 0 28px 76px rgba(18, 11, 8, .46) !important;
  backdrop-filter: blur(12px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(120%) !important;
}

.ol-vector-route-map-canvas .gm-style-iw-d {
  overflow: hidden !important;
  max-height: none !important;
}

.ol-vector-route-map-canvas .gm-style-iw-tc::after {
  background: rgba(45, 31, 24, .9) !important;
}

.ol-vector-route-map-canvas .gm-ui-hover-effect {
  top: .35rem !important;
  right: .35rem !important;
  width: 2.2rem !important;
  height: 2.2rem !important;
  border-radius: 999px !important;
  background: rgba(253, 251, 247, .1) !important;
  filter: invert(1);
}

.ol-vector-map-info {
  width: min(19rem, calc(100vw - 4rem));
  padding: 1.15rem 1.2rem 1.2rem;
  color: var(--ol-map-ivory);
  background:
    radial-gradient(circle at 12% 0%, rgba(194, 155, 104, .22), transparent 34%),
    linear-gradient(145deg, rgba(45, 31, 24, .94), rgba(33, 23, 17, .9));
}

.ol-vector-map-info__eyebrow {
  display: block;
  padding-right: 2rem;
  color: var(--ol-map-gold);
  font-size: .56rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ol-vector-map-info h3 {
  margin: .5rem 0 .45rem;
  color: var(--ol-map-ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: .92;
  letter-spacing: -.035em;
}

.ol-vector-map-info p,
.ol-vector-map-info small {
  color: rgba(253, 251, 247, .72);
}

.ol-vector-map-info p {
  margin: 0;
  font-size: .76rem;
  line-height: 1.55;
}

.ol-vector-map-info small {
  display: block;
  margin-top: .58rem;
  font-size: .62rem;
}

.ol-vector-map-info__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .9rem;
}

.ol-vector-map-info__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  padding: .65rem .82rem;
  border: 1px solid rgba(253, 251, 247, .16);
  border-radius: 999px;
  color: var(--ol-map-ivory);
  text-decoration: none;
  font-size: .65rem;
  font-weight: 850;
}

.ol-vector-map-info__actions a:first-child {
  border-color: transparent;
  color: var(--ol-map-espresso);
  background: var(--ol-map-gold);
}

@keyframes olVectorMapSpin {
  to { transform: rotate(360deg); }
}

@keyframes olVectorMarkerPulse {
  0% { opacity: .74; transform: translate(-50%, -50%) scale(.45); }
  75%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(1.55); }
}

@media (max-width: 900px) {
  .ol-vector-route-map-shell {
    min-height: clamp(520px, 72svh, 720px);
  }

  .ol-vector-route-map-legend {
    display: none;
  }

  .ol-vector-route-map-hud {
    right: 1rem;
    width: auto;
  }
}

@media (max-width: 640px) {
  .ol-vector-route-map-section.ol14-google-route-logic.ol14-advanced-iframe-only {
    padding-inline: .65rem !important;
  }

  .ol-vector-route-map-shell {
    min-height: 520px;
    border-radius: 1.45rem;
  }

  .ol-vector-route-map-hud {
    left: .75rem;
    right: .75rem;
    bottom: .75rem;
    padding: .9rem;
    border-radius: 1.15rem;
  }

  .ol-vector-route-map-hud h3 {
    font-size: clamp(2rem, 13vw, 3rem);
  }

  .ol-vector-map-marker__label {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ol-vector-route-map-loader span,
  .ol-vector-map-marker__pulse {
    animation: none !important;
  }

  .ol-vector-map-marker,
  .ol-vector-route-map-loader {
    transition: none !important;
  }
}
