.address-page {
  --address-ink: #14233b;
  --address-paper: #fbf8f1;
  --address-sand: #efe5d8;
  --address-red: #bd4c33;
  --address-gold: #b3955b;
  --address-map: #e7e2d7;
  overflow-x: clip;
  background: var(--address-paper);
  color: var(--address-ink);
}

.address-page main { padding-top: 80px; }
.address-page .eyebrow { margin: 0; color: inherit; font: 700 9px/1.2 var(--sans); letter-spacing: .19em; text-transform: uppercase; }
.address-page h1,
.address-page h2,
.address-page h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .96; }
.address-page button,
.address-page input,
.address-page select { font-family: var(--sans); }
.address-icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.address-page .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.address-explorer {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: clamp(390px, 34vw, 500px) minmax(0, 1fr);
  height: calc(100svh - 80px);
  min-height: 640px;
  max-height: 920px;
  overflow: hidden;
  border-top: 1px solid rgba(20,35,59,.12);
  border-bottom: 1px solid rgba(20,35,59,.12);
  background: var(--address-map);
}

.address-explorer-panel {
  position: relative;
  z-index: 3;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 38px clamp(26px, 2.7vw, 42px) 30px;
  background: var(--address-paper);
  box-shadow: 18px 0 50px rgba(20,35,59,.08);
  scrollbar-color: rgba(20,35,59,.26) transparent;
  scrollbar-width: thin;
}

.address-explorer-heading { padding-bottom: 28px; border-bottom: 1px solid rgba(20,35,59,.13); }
.address-explorer-heading .eyebrow { color: var(--address-red); }
.address-explorer-heading h1 { margin-top: 13px; font-size: clamp(48px, 4.2vw, 66px); letter-spacing: -.045em; }
.address-explorer-heading h1 em { color: var(--address-red); font-weight: inherit; }
.address-explorer-heading > p:last-child { max-width: 390px; margin: 18px 0 0; color: #62605b; font-size: 12px; line-height: 1.65; }

.address-plan-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 28px;
  width: 100%;
  gap: 17px;
  align-items: center;
  margin: 24px 0;
  padding: 12px;
  border: 1px solid rgba(20,35,59,.1);
  border-radius: 16px;
  background: #f0ebe5;
  color: var(--address-ink);
  text-align: left;
  box-shadow: 0 12px 34px rgba(20,35,59,.06);
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 220ms var(--ease-luxury);
}
.address-plan-card:hover,
.address-plan-card:focus-visible { border-color: rgba(189,76,51,.44); box-shadow: 0 16px 38px rgba(20,35,59,.1); transform: translateY(-2px); }
.address-plan-card__image { width: 84px; height: 84px; overflow: hidden; border-radius: 12px 4px 12px 4px; }
.address-plan-card__image img { width: 100%; height: 100%; object-fit: cover; }
.address-plan-card > span:nth-child(2) { display: grid; gap: 4px; }
.address-plan-card small { color: var(--address-red); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.address-plan-card strong { font: 500 22px/1.05 var(--serif); }
.address-plan-card > span:nth-child(2) > span { color: #696661; font-size: 9px; line-height: 1.5; }
.address-plan-card > i { font: 400 24px/1 var(--serif); transition: transform 180ms ease; }
.address-plan-card[aria-expanded="true"] > i { transform: rotate(90deg); }

.address-journey-planner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 12px;
  margin: -12px 0 25px;
  padding: 20px;
  border-radius: 12px;
  background: var(--address-ink);
  color: #fff;
}
.address-journey-planner[hidden] { display: none; }
.address-journey-planner label { display: grid; min-width: 0; gap: 7px; }
.address-journey-planner label:first-child { grid-column: 1 / -1; }
.address-journey-planner label > span { color: rgba(255,255,255,.58); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.address-journey-planner input,
.address-journey-planner select {
  width: 100%;
  height: 44px;
  min-width: 0;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 6px;
  background: rgba(255,255,255,.07);
  color: #fff;
  font-size: 11px;
}
.address-journey-planner input::placeholder { color: rgba(255,255,255,.43); }
.address-journey-planner select option { color: var(--address-ink); }
.address-journey-planner > button {
  align-self: end;
  height: 44px;
  border: 0;
  border-radius: 6px;
  background: var(--address-red);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.address-places-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 30px 0 14px; }
.address-places-heading .eyebrow { margin-bottom: 8px; color: var(--address-gold); }
.address-places-heading h2 { font-size: 34px; letter-spacing: -.025em; }
.address-places-heading > span { padding-bottom: 4px; color: #77716a; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.address-place-search {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 10px;
  height: 45px;
  margin-bottom: 9px;
  padding: 0 14px;
  border: 1px solid rgba(20,35,59,.15);
  border-radius: 999px;
  background: #fff;
}
.address-place-search svg { width: 17px; height: 17px; fill: none; stroke: #6c6a65; stroke-width: 1.7; stroke-linecap: round; }
.address-place-search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--address-ink); font-size: 11px; }
.address-place-search input::placeholder { color: #8a867f; }

.address-place-list { border-top: 1px solid rgba(20,35,59,.13); }
.address-place-card {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  width: 100%;
  gap: 13px;
  align-items: center;
  padding: 15px 9px;
  border: 0;
  border-bottom: 1px solid rgba(20,35,59,.11);
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: background 160ms ease, padding 180ms ease;
}
.address-place-card:hover,
.address-place-card:focus-visible,
.address-place-card.is-active { padding-right: 13px; padding-left: 13px; background: #f0ebe4; }
.address-place-card.is-home { margin-top: 9px; margin-bottom: 9px; padding: 16px 14px; border-bottom: 0; border-radius: 10px; background: var(--address-ink); color: #fff; }
.address-place-card.is-home:hover,
.address-place-card.is-home:focus-visible,
.address-place-card.is-home.is-active { background: #1d304d; }
.address-place-card__icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(20,35,59,.18);
  border-radius: 50%;
  color: var(--address-red);
}
.address-place-card__icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.address-place-card.is-home .address-place-card__icon { border: 0; background: var(--address-red); color: #fff; font: 500 17px/1 var(--serif); }
.address-place-card[data-place-category="architecture"] .address-place-card__icon { color: var(--address-red); }
.address-place-card[data-place-category="museum"] .address-place-card__icon { color: #6d5d7d; }
.address-place-card[data-place-category="food"] .address-place-card__icon { color: #bd653d; }
.address-place-card[data-place-category="essentials"] .address-place-card__icon { color: #55745d; }
.address-place-card[data-place-category="transport"] .address-place-card__icon { color: #92723d; }
.address-place-card[data-place-category="beach"] .address-place-card__icon { color: #3c6f78; }
.address-place-card[data-place-category="sight"] .address-place-card__icon { color: #8e5268; }
.address-place-card[data-place-category="family"] .address-place-card__icon { color: #4e7772; }
.address-place-card__copy { display: grid; min-width: 0; gap: 3px; }
.address-place-card__copy strong { overflow: hidden; font: 500 19px/1.05 var(--serif); text-overflow: ellipsis; white-space: nowrap; }
.address-place-card__copy small { overflow: hidden; color: #76716b; font-size: 9px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.address-place-card.is-home .address-place-card__copy small { color: rgba(255,255,255,.62); }
.address-place-card__meta { display: grid; justify-items: end; gap: 5px; }
.address-place-card__meta small { color: #77716a; font-size: 8px; font-weight: 800; letter-spacing: .06em; text-align: right; text-transform: uppercase; }
.address-place-card.is-home .address-place-card__meta small { color: rgba(255,255,255,.72); }
.address-place-card__meta i { font: 400 17px/1 var(--serif); }
.address-place-empty { margin: 0; padding: 34px 16px; color: #706c66; font: 500 18px/1.25 var(--serif); text-align: center; }

.address-map-frame { position: relative; min-width: 0; min-height: 0; overflow: hidden; background: var(--address-map); }
.address-map-canvas { width: 100%; height: 100%; min-height: 640px; background: var(--address-map); }
.address-map-filters {
  position: absolute;
  top: 17px;
  left: 18px;
  z-index: 500;
  display: flex;
  max-width: calc(100% - 96px);
  gap: 8px;
  overflow-x: auto;
  padding: 2px;
  scrollbar-width: none;
}
.address-map-filters::-webkit-scrollbar { display: none; }
.address-map-filters button {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 42px;
  align-items: center;
  gap: 7px;
  padding: 0 16px;
  border: 1px solid rgba(20,35,59,.11);
  border-radius: 999px;
  background: rgba(251,248,241,.96);
  color: var(--address-ink);
  box-shadow: 0 7px 24px rgba(20,35,59,.12);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  cursor: pointer;
}
.address-map-filters button svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.address-map-filters button.is-active { border-color: var(--address-ink); background: var(--address-ink); color: #fff; }

.address-map-city,
.address-map-home,
.address-map-directions {
  position: absolute;
  right: 18px;
  z-index: 500;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(20,35,59,.16);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.address-map-city { bottom: 126px; gap: 8px; padding: 0 17px; border: 1px solid rgba(20,35,59,.09); background: rgba(251,248,241,.96); color: var(--address-ink); cursor: pointer; }
.address-map-city svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.address-map-home { bottom: 72px; gap: 9px; padding: 0 17px 0 9px; background: rgba(251,248,241,.96); color: var(--address-ink); cursor: pointer; }
.address-map-home span { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: var(--address-red); color: #fff; font: 500 13px/1 var(--serif); }
.address-map-directions { bottom: 18px; padding: 0 18px; background: var(--address-red); color: #fff; }
.address-map-directions span { margin-left: 9px; font-size: 13px; }

.address-map-zoom-hint {
  position: absolute;
  top: 74px;
  left: 20px;
  z-index: 500;
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 10px 13px;
  border: 1px solid rgba(20,35,59,.09);
  border-radius: 9px;
  background: rgba(251,248,241,.94);
  color: var(--address-ink);
  box-shadow: 0 8px 24px rgba(20,35,59,.1);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(12px);
}
.address-map-zoom-hint strong { font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.address-map-zoom-hint span { color: #676963; font-size: 8px; }
.address-map-zoom-hint.is-hidden { opacity: 0; transform: translateY(-5px); }

.address-map-key {
  position: absolute;
  bottom: 18px;
  left: 18px;
  z-index: 500;
  display: flex;
  gap: 15px;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(251,248,241,.94);
  color: var(--address-ink);
  box-shadow: 0 10px 28px rgba(20,35,59,.12);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}
.address-map-key span { display: flex; align-items: center; gap: 6px; }
.address-map-key i { display: grid; width: 12px; height: 12px; place-items: center; border: 2px solid var(--address-ink); border-radius: 50%; font-style: normal; }
.address-map-key .address-map-key-pdg { width: 21px; height: 21px; border: 0; background: var(--address-red); color: #fff; font-size: 7px; }

.address-map-note { margin: 17px 0 0; color: #827c74; font-size: 8px; line-height: 1.55; }
.address-map-fallback { position: absolute; inset: 0; z-index: 600; display: grid; place-items: center; margin: 0; padding: 30px; background: var(--address-map); color: var(--address-ink); text-align: center; }
.address-map-fallback a { text-decoration: underline; }

.leaflet-container { font-family: var(--sans); }
.leaflet-tile-pane { filter: saturate(.62) sepia(.06) brightness(1.03) contrast(.94); }
.leaflet-control-attribution { color: #59616b; font-size: 8px; }
.leaflet-control-attribution a { color: inherit; text-decoration: underline; }
.leaflet-control-zoom { margin-top: 72px !important; margin-right: 18px !important; border: 0 !important; box-shadow: 0 10px 28px rgba(20,35,59,.15) !important; }
.leaflet-top.leaflet-left { right: 0; left: auto; }
.leaflet-control-zoom a { border-color: rgba(20,35,59,.1) !important; background: rgba(251,248,241,.96) !important; color: var(--address-ink) !important; }
.address-map-marker { display: grid; width: 30px; height: 30px; place-items: center; border: 2px solid var(--address-paper); border-radius: 50% 50% 50% 0; background: var(--marker-color, var(--address-ink)); color: #fff; box-shadow: 0 5px 14px rgba(20,35,59,.28); font: 700 9px/1 var(--sans); transform: rotate(-45deg); transition: transform 150ms ease, box-shadow 150ms ease; }
.leaflet-marker-icon > .address-map-marker { margin: 6px; }
.address-map-marker span { transform: rotate(45deg); }
.address-map-marker:hover { box-shadow: 0 8px 20px rgba(20,35,59,.34); transform: rotate(-45deg) scale(1.12); }
.address-map-marker--walk { --marker-color: var(--address-ink); }
.address-map-marker--architecture { --marker-color: var(--address-red); }
.address-map-marker--museum { --marker-color: #6d5d7d; }
.address-map-marker--food { --marker-color: #bd653d; }
.address-map-marker--essentials { --marker-color: #55745d; }
.address-map-marker--transport { --marker-color: #a18148; color: var(--address-ink); }
.address-map-marker--beach { --marker-color: #3c6f78; }
.address-map-marker--sight { --marker-color: #8e5268; }
.address-map-marker--family { --marker-color: #4e7772; }

.address-map-landmark-shell { overflow: visible !important; background: transparent !important; border: 0 !important; }
.address-map-landmark {
  position: absolute;
  bottom: 4px;
  left: 50%;
  display: block;
  width: 154px;
  height: 112px;
  filter: drop-shadow(0 12px 12px rgba(20,35,59,.2));
  transform: translateX(-50%) scale(var(--address-home-marker-scale, .75));
  transform-origin: 50% 100%;
  transition: transform 250ms cubic-bezier(0,0,.25,1);
}
.leaflet-container .leaflet-marker-pane .address-map-landmark img { position: absolute; bottom: 27px; left: 50%; width: 118px; height: auto; object-fit: contain; transform: translateX(-50%); }
.address-map-landmark__label {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: grid;
  min-width: 108px;
  gap: 4px;
  padding: 7px 13px 6px;
  border: 2px solid #fff;
  border-radius: 9px;
  background: var(--address-paper);
  color: var(--address-ink);
  box-shadow: 0 8px 22px rgba(20,35,59,.2);
  text-align: center;
  transform: translateX(-50%);
}
.address-map-landmark__label strong { font: 800 10px/1 var(--sans); letter-spacing: .14em; }
.address-map-landmark__label small { display: inline-flex; align-items: center; justify-content: center; gap: 4px; color: var(--address-red); font-size: 6px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.address-map-landmark__label small b { width: 5px; height: 5px; border-radius: 50%; background: var(--address-red); box-shadow: 0 0 0 3px rgba(189,76,51,.14); }
.address-map-landmark > i { position: absolute; bottom: -7px; left: 50%; width: 13px; height: 13px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; background: var(--address-paper); transform: translateX(-50%) rotate(45deg); }
.address-map-attraction-shell { overflow: visible !important; background: transparent !important; border: 0 !important; }
.address-map-attraction {
  position: absolute;
  bottom: 4px;
  left: 50%;
  display: grid;
  width: 112px;
  height: 100px;
  align-items: end;
  justify-items: center;
  filter: drop-shadow(0 7px 7px rgba(20,35,59,.22));
  transform: translateX(-50%) scale(var(--address-attraction-marker-scale, .7));
  transform-origin: 50% 100%;
  transition: filter 160ms ease, transform 250ms cubic-bezier(0,0,.25,1);
}
.leaflet-container .leaflet-marker-pane .address-map-attraction img { width: auto !important; max-width: 68px !important; height: auto !important; max-height: 58px !important; object-fit: contain; }
.leaflet-container .leaflet-marker-pane .address-map-attraction--sagrada img { max-width: 48px !important; max-height: 64px !important; }
.leaflet-container .leaflet-marker-pane .address-map-attraction--batllo img { max-width: 46px !important; max-height: 62px !important; }
.leaflet-container .leaflet-marker-pane .address-map-attraction--arc-triomf img { max-width: 72px !important; max-height: 50px !important; }
.leaflet-container .leaflet-marker-pane .address-map-attraction--park-guell img { max-width: 66px !important; max-height: 58px !important; }
.leaflet-container .leaflet-marker-pane .address-map-attraction--magic-fountain img { max-width: 76px !important; max-height: 48px !important; }
.address-map-attraction__label {
  position: absolute;
  bottom: -2px;
  left: 50%;
  overflow: hidden;
  max-width: 112px;
  padding: 5px 8px 4px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 999px;
  background: rgba(20,35,59,.94);
  color: #fff;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .06em;
  opacity: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: opacity 150ms ease, transform 150ms ease;
  white-space: nowrap;
}
.address-map-canvas.is-city-view .address-map-attraction__label { opacity: 0; transform: translate(-50%, 3px); }
.address-map-canvas.is-city-view .address-map-attraction-shell:hover .address-map-attraction__label,
.address-map-canvas.is-city-view .address-map-attraction-shell:focus .address-map-attraction__label { opacity: 1; transform: translate(-50%, 0); }
.address-map-attraction-shell:hover .address-map-attraction { filter: drop-shadow(0 10px 9px rgba(20,35,59,.3)); }
.leaflet-popup-content-wrapper { border-radius: 10px; box-shadow: 0 18px 48px rgba(20,35,59,.2); }
.leaflet-popup-content { width: 238px !important; margin: 17px 19px; color: var(--address-ink); }
.leaflet-popup-content > small { display: block; margin-bottom: 7px; color: var(--address-gold); font-size: 7px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.leaflet-popup-content strong { display: block; margin-bottom: 5px; font: 500 22px/1 var(--serif); }
.leaflet-popup-content span { display: block; color: #62676d; font-size: 10px; line-height: 1.55; }
.leaflet-popup-content > div { display: flex; flex-wrap: wrap; gap: 11px 14px; }
.leaflet-popup-content a { display: inline-block; margin-top: 11px; border-bottom: 1px solid; color: var(--address-red); font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.address-text-link { display: inline-flex; align-items: center; gap: 10px; padding: 10px 0 7px; border-bottom: 1px solid currentColor; font: 700 10px/1.2 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.address-text-link span { font-size: 15px; transition: transform 180ms ease; }
.address-text-link:hover span { transform: translate(2px, -2px); }

.address-arrivals { padding: clamp(90px, 11vw, 160px) clamp(24px, 6vw, 96px); }
.address-arrivals-intro { display: grid; grid-template-columns: .7fr 1fr; align-items: start; gap: 26px 70px; }
.address-arrivals-intro .eyebrow { grid-column: 1 / -1; color: var(--address-red); }
.address-arrivals-intro h2 { max-width: 650px; font-size: clamp(58px, 7vw, 110px); letter-spacing: -.05em; }
.address-arrivals-intro > p:last-child { max-width: 540px; margin: 12px 0 0; color: #5a5d60; font-size: 16px; line-height: 1.8; }
.address-arrival-tabs { display: flex; margin-top: 70px; border-bottom: 1px solid var(--line); }
.address-arrival-tabs button { display: flex; min-width: 180px; min-height: 44px; align-items: center; gap: 12px; padding: 0 8px; border: 0; background: transparent; color: #777; font: 700 11px/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.address-arrival-tabs button span { color: var(--address-gold); }
.address-arrival-tabs button.is-active { box-shadow: 0 2px 0 var(--address-red); color: var(--address-ink); }
.address-arrival-panels > section { display: grid; grid-template-columns: repeat(3, 1fr); }
.address-arrival-panels > section[hidden] { display: none; }
.address-arrival-panels article { display: flex; min-height: 410px; flex-direction: column; padding: 42px clamp(24px, 3vw, 46px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.address-arrival-panels article:first-child { border-left: 1px solid var(--line); }
.address-arrival-panels svg { width: 30px; height: 30px; margin-bottom: 50px; fill: none; stroke: var(--address-red); stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.address-route-label { margin: 0 0 12px; color: var(--address-gold); font: 700 9px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.address-arrival-panels h3 { font-size: clamp(29px, 3vw, 41px); letter-spacing: -.025em; line-height: 1.02; }
.address-arrival-panels article > p:not(.address-route-label) { margin: 20px 0 28px; color: #626467; font-size: 13px; line-height: 1.75; }
.address-arrival-panels article > a,
.address-arrival-panels article > button { display: inline-flex; min-height: 44px; align-items: center; align-self: flex-start; margin-top: auto; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--address-red); font: 700 9px/1.3 var(--sans); letter-spacing: .09em; text-transform: uppercase; }
.address-route-builder { display: grid; grid-template-columns: minmax(230px, .8fr) 1.2fr .65fr auto; align-items: end; gap: 22px; margin-top: 64px; padding: 34px; background: var(--address-ink); color: #fff; }
.address-route-builder h3 { margin-top: 9px; font-size: 31px; }
.address-route-builder label { display: grid; gap: 9px; }
.address-route-builder label span { color: rgba(255,255,255,.58); font: 700 9px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.address-route-builder input,
.address-route-builder select { width: 100%; height: 49px; padding: 0 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 0; background: rgba(255,255,255,.06); color: #fff; font: 500 12px/1 var(--sans); }
.address-route-builder select option { color: var(--address-ink); }
.address-route-builder input::placeholder { color: rgba(255,255,255,.44); }
.address-route-builder > button { height: 49px; padding: 0 22px; border: 1px solid var(--address-red); background: var(--address-red); color: #fff; font: 700 10px/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; }

.address-coast { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr); min-height: 760px; background: #dfe6e5; }
.address-coast-media { min-height: 650px; }
.address-coast-media img { object-position: center; }
.address-coast-copy { align-self: center; padding: clamp(60px, 8vw, 120px); }
.address-coast-copy .eyebrow { color: #3c6f78; }
.address-coast-copy h2 { max-width: 610px; margin-top: 18px; font-size: clamp(53px, 6vw, 91px); letter-spacing: -.05em; }
.address-coast-lead { max-width: 550px; margin: 25px 0 42px; color: #40545a; font: 500 25px/1.35 var(--serif); }
.address-coast-list { border-top: 1px solid rgba(20,35,59,.2); }
.address-coast-list article { display: grid; grid-template-columns: 34px 1fr auto; gap: 16px; align-items: start; padding: 23px 0; border-bottom: 1px solid rgba(20,35,59,.2); }
.address-coast-list article > span { color: #3c6f78; font: 700 9px/1.5 var(--sans); }
.address-coast-list h3 { font-size: 27px; }
.address-coast-list p { margin: 7px 0 0; color: #536267; font-size: 12px; line-height: 1.65; }
.address-coast-list button { display: inline-flex; min-height: 44px; align-items: center; align-self: center; padding: 0; border: 0; border-bottom: 1px solid; background: transparent; color: #3c6f78; font: 700 8px/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.address-text-link--dark { margin-top: 28px; color: var(--address-ink); }

.address-building { padding: clamp(90px, 11vw, 165px) clamp(20px, 5vw, 76px); }
.address-building > header { display: grid; grid-template-columns: .6fr 1fr; align-items: end; gap: 24px 60px; margin-bottom: 55px; }
.address-building > header .eyebrow { grid-column: 1 / -1; color: var(--address-red); }
.address-building > header h2 { font-size: clamp(58px, 7vw, 108px); letter-spacing: -.05em; }
.address-building > header > p:last-child { max-width: 500px; margin: 0 0 9px; color: #5e6062; font-size: 15px; line-height: 1.75; }
.address-building-gallery { display: grid; grid-template-columns: 1.45fr .72fr; grid-template-rows: 1fr 1fr; gap: 12px; height: min(78vw, 880px); }
.address-building-gallery figure { min-width: 0; min-height: 0; margin: 0; overflow: hidden; }
.address-building-gallery-main { grid-row: 1 / 3; }
.address-building-gallery img { transition: transform 900ms var(--ease-luxury); }
.address-building-gallery figure:hover img { transform: scale(1.025); }
.address-building-caption { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 24px; }
.address-building-caption p { margin: 0; font: 500 24px/1.35 var(--serif); }
.address-building-caption a { padding-bottom: 6px; border-bottom: 1px solid; color: var(--address-red); font: 700 9px/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; }

.address-faq { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(420px, 1fr); gap: clamp(50px, 9vw, 150px); padding: clamp(90px, 11vw, 160px) clamp(24px, 7vw, 110px); background: var(--address-sand); }
.address-faq > div:first-child { position: sticky; top: 125px; align-self: start; }
.address-faq .eyebrow { color: var(--address-red); }
.address-faq h2 { margin-top: 17px; font-size: clamp(55px, 6.5vw, 96px); letter-spacing: -.05em; }
.address-faq > div:first-child > p:last-child { max-width: 470px; margin: 25px 0 0; color: #625e59; font-size: 13px; line-height: 1.75; }
.address-faq-list { border-top: 1px solid rgba(20,35,59,.2); }
.address-faq-list details { border-bottom: 1px solid rgba(20,35,59,.2); }
.address-faq-list summary { display: grid; grid-template-columns: 1fr 24px; gap: 20px; align-items: center; padding: 25px 0; font: 500 clamp(23px, 2.6vw, 34px)/1.15 var(--serif); list-style: none; cursor: pointer; }
.address-faq-list summary::-webkit-details-marker { display: none; }
.address-faq-list summary span { position: relative; width: 18px; height: 18px; }
.address-faq-list summary span::before,
.address-faq-list summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 16px; height: 1px; background: currentColor; transform: translate(-50%, -50%); transition: transform 180ms ease; }
.address-faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.address-faq-list details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.address-faq-list details p { max-width: 680px; margin: -3px 45px 27px 0; color: #5d5b58; font-size: 13px; line-height: 1.8; }

.address-handoff { position: relative; display: grid; min-height: min(80vw, 860px); place-items: center; overflow: hidden; color: #fff; text-align: center; }
.address-handoff::after { content: ""; position: absolute; inset: 0; background: rgba(12,23,39,.48); }
.address-handoff img { position: absolute; inset: 0; }
.address-handoff > div { position: relative; z-index: 1; padding: 80px 24px; }
.address-handoff .eyebrow { color: rgba(255,255,255,.74); }
.address-handoff h2 { margin-top: 20px; font-size: clamp(60px, 8vw, 125px); letter-spacing: -.052em; }
.address-handoff a { display: inline-block; margin-top: 34px; padding: 0 0 7px; border-bottom: 1px solid currentColor; font: 700 10px/1 var(--sans); letter-spacing: .11em; text-transform: uppercase; }

@media (max-width: 980px), (pointer: coarse) {
  .address-page main { padding-top: 68px; }
  .address-explorer { display: flex; height: auto; min-height: 0; max-height: none; flex-direction: column; overflow: visible; }
  .address-map-frame { order: 1; height: max(500px, 61svh); min-height: 500px; }
  .address-map-canvas { height: 100%; min-height: 500px; }
  .address-explorer-panel { order: 2; overflow: visible; padding: 46px clamp(24px, 6vw, 58px) 52px; box-shadow: none; }
  .address-explorer-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .65fr); align-items: end; gap: 18px 40px; }
  .address-explorer-heading .eyebrow { grid-column: 1 / -1; }
  .address-explorer-heading h1 { font-size: clamp(54px, 8vw, 78px); }
  .address-explorer-heading > p:last-child { margin: 0 0 7px; }
  .address-plan-card { margin-top: 30px; }
  .address-place-card__copy strong { font-size: 21px; }
  .address-arrival-panels > section { grid-template-columns: 1fr; }
  .address-arrival-panels article { min-height: 300px; border-left: 1px solid var(--line); }
  .address-arrival-panels svg { margin-bottom: 28px; }
  .address-route-builder { grid-template-columns: 1fr 1fr; }
  .address-route-builder > div { grid-column: 1 / -1; }
  .address-coast { grid-template-columns: 1fr; }
  .address-coast-media { min-height: 58vw; }
  .address-building > header { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .address-map-frame { height: max(430px, 56svh); min-height: 430px; }
  .address-map-canvas { min-height: 430px; }
  .address-map-filters { top: 9px; left: 9px; max-width: calc(100% - 18px); gap: 6px; }
  .address-map-filters button { min-height: 44px; padding: 0 13px; font-size: 8px; }
  .address-map-filters button svg { width: 14px; height: 14px; }
  .leaflet-control-zoom { margin-top: 58px !important; margin-right: 10px !important; }
  .address-map-city { right: 10px; bottom: 126px; min-height: 44px; }
  .address-map-home { right: 10px; bottom: 68px; min-height: 44px; }
  .address-map-directions { right: 10px; bottom: 10px; min-height: 44px; }
  .address-map-frame .leaflet-control-zoom a { width: 44px; height: 44px; line-height: 44px; }
  .address-map-zoom-hint { top: 56px; left: 10px; }
  .address-map-key { bottom: 10px; left: 10px; }
  .address-map-key span:last-child { display: none; }
  .address-explorer-panel { padding: 36px 18px 44px; }
  .address-explorer-heading { display: block; }
  .address-explorer-heading h1 { margin-top: 12px; font-size: clamp(50px, 15vw, 66px); }
  .address-explorer-heading > p:last-child { margin-top: 17px; }
  .address-plan-card { grid-template-columns: 72px minmax(0, 1fr) 20px; gap: 13px; padding: 10px; }
  .address-plan-card__image { width: 72px; height: 78px; }
  .address-plan-card strong { font-size: 19px; }
  .address-journey-planner { grid-template-columns: 1fr; padding: 18px; }
  .address-journey-planner label:first-child { grid-column: auto; }
  .address-places-heading { margin-top: 27px; }
  .address-places-heading h2 { font-size: 31px; }
  .address-place-card { padding: 15px 4px; }
  .address-place-card:hover,
  .address-place-card:focus-visible,
  .address-place-card.is-active { padding-right: 8px; padding-left: 8px; }
  .address-arrivals { padding: 82px 20px; }
  .address-arrivals-intro { grid-template-columns: 1fr; gap: 18px; }
  .address-arrivals-intro .eyebrow { grid-column: auto; }
  .address-arrivals-intro h2 { font-size: 60px; }
  .address-arrival-tabs { margin-top: 45px; overflow-x: auto; }
  .address-arrival-tabs button { min-width: 132px; }
  .address-arrival-panels article { min-height: 330px; padding: 34px 25px; }
  .address-route-builder { grid-template-columns: 1fr; padding: 27px 20px; }
  .address-route-builder > div { grid-column: auto; }
  .address-coast-media { min-height: 400px; }
  .address-coast-copy { padding: 75px 22px; }
  .address-coast-copy h2 { font-size: 58px; }
  .address-coast-list article { grid-template-columns: 28px 1fr; }
  .address-coast-list button { grid-column: 2; justify-self: start; }
  .address-building { padding: 82px 16px; }
  .address-building > header { grid-template-columns: 1fr; }
  .address-building-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 1.4fr .75fr; height: 720px; }
  .address-building-gallery-main { grid-column: 1 / 3; grid-row: auto; }
  .address-building-caption { align-items: start; flex-direction: column; }
  .address-faq { grid-template-columns: 1fr; padding: 80px 22px; }
  .address-faq > div:first-child { position: static; }
  .address-faq h2 { font-size: 60px; }
  .address-faq-list summary { font-size: 25px; }
  .address-handoff { min-height: 720px; }
  .address-handoff h2 { font-size: 59px; }
}

@media (prefers-reduced-motion: reduce) {
  .address-plan-card,
  .address-building-gallery img,
  .address-text-link span { transition: none; }
}
