:root {
  color-scheme: light;
  --ink: #24211e;
  --muted: #6f6a64;
  --paper: #f8f6f1;
  --warm: #eee8df;
  --line: rgba(36, 33, 30, 0.18);
  --white: #fff;
  --max: 1280px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 74px;
}

section {
  scroll-margin-top: 74px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0;
}

body.map-modal-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  transition: opacity 180ms ease, color 180ms ease, border-color 180ms ease;
}

a:hover,
a:focus-visible {
  opacity: 0.72;
}

button {
  border: 0;
  color: inherit;
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 4px;
}

h1,
h2,
h3,
h4,
p,
figure {
  margin-top: 0;
}

figure {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

h1,
h2,
h4 {
  font-family: Didot, "Bodoni 72", "Bodoni 72 Smallcaps", Georgia, serif;
  font-weight: 400;
  line-height: 1.05;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 32px 48px;
  color: var(--white);
  text-transform: uppercase;
}

.site-header nav {
  display: flex;
  gap: 32px;
  align-items: center;
}

.nav-right {
  justify-content: flex-end;
}

.site-header a {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-decoration: none;
}

.site-header .brand {
  font-family: Didot, Georgia, serif;
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 72svh;
  place-items: center;
  padding: 112px 28px 64px;
  overflow: hidden;
  color: var(--white);
  text-align: center;
  background:
    linear-gradient(rgba(17, 16, 15, 0.12), rgba(17, 16, 15, 0.38)),
    url("assets/hero-coast.png") center 52% / cover;
}

.hero-copy {
  width: min(740px, 100%);
  transform: translateY(12px);
}

.hero h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  font-size: clamp(4.1rem, 10.5vw, 8.45rem);
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero h1 span:nth-child(2) {
  margin: -10px 0 -8px;
  font-size: 0.46em;
  letter-spacing: 0;
  text-transform: none;
}

.hero-rule,
.short-rule {
  width: 48px;
  height: 1px;
  margin: 0 auto 20px;
  background: currentColor;
  opacity: 0.72;
}

.hero p {
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.scroll-cue {
  display: inline-flex;
  position: relative;
  margin-top: 62px;
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-cue::before {
  content: "";
  position: absolute;
  top: -58px;
  left: 50%;
  width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, 0.82);
}

.scroll-cue::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
}

.eyebrow,
.details-strip p,
.travel-notes p,
.hotel-list p,
.guide-detail-grid p,
.athens-list p,
.athens-hotels p,
.city-info-grid p {
  margin-bottom: 12px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.details-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--paper);
}

.details-strip article {
  display: grid;
  min-height: 194px;
  place-items: center;
  padding: 38px 28px;
  text-align: center;
}

.details-strip article + article {
  border-left: 1px solid var(--line);
}

.details-strip svg,
.travel-menu svg {
  width: 28px;
  height: 28px;
  margin-bottom: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
}

.details-strip h2 {
  margin-bottom: 4px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.details-strip span {
  color: var(--muted);
  font-family: Didot, Georgia, serif;
  font-size: 1.2rem;
  font-style: italic;
}

.details-strip a,
.intro-copy a {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-underline-offset: 5px;
}

.guide-map-section {
  position: relative;
  padding: clamp(48px, 5vw, 72px) 48px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.map-back-button {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2200;
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(36, 33, 30, 0.18);
  color: var(--ink);
  background: rgba(248, 246, 241, 0.82);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  cursor: pointer;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.guide-map-section[data-map-mode="destination"] .map-back-button {
  display: inline-flex;
}

.map-back-button span:first-child {
  font-size: 1.05rem;
  letter-spacing: 0;
}

.guide-map-heading {
  width: min(680px, 100%);
  margin: 0 auto 28px;
  text-align: center;
}

.guide-map-heading h2 {
  margin-bottom: 14px;
  font-size: clamp(2.2rem, 4.1vw, 3.8rem);
}

.guide-map-heading p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
}

.guide-map-layout {
  display: grid;
  width: min(var(--max), 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(36, 33, 30, 0.22);
  background: #17130f;
  box-shadow: 0 34px 90px rgba(36, 33, 30, 0.18);
}

.guide-map-section[data-map-mode="destination"] .guide-map-layout {
  grid-template-columns: 1fr;
  width: min(1180px, 100%);
}

.guide-map-section[data-map-mode="destination"] .guide-map-panel {
  display: none;
}

.guide-map-section[data-map-mode="destination"] .guide-map-stage {
  min-height: clamp(520px, 64vh, 760px);
}

.guide-map-section[data-map-mode="destination"] .guide-map-heading {
  margin-bottom: 24px;
}

.guide-map-stage {
  position: relative;
  min-height: clamp(430px, 42vw, 560px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.08), rgba(255, 250, 242, 0)),
    #15110d;
  perspective: 1200px;
}

.map-viewport {
  position: absolute;
  inset: 0;
  padding: clamp(12px, 1.5vw, 18px);
  perspective: 1200px;
}

.map-plane {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #15110d;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 28px 70px rgba(0, 0, 0, 0.38);
  transform: rotateX(7deg) rotateZ(-1deg) scale(0.985);
  transform-origin: center;
  transition: transform 650ms ease, box-shadow 650ms ease;
  cursor: grab;
  touch-action: none;
}

.guide-map-stage.is-dragging .map-plane {
  cursor: grabbing;
}

.guide-map-stage:hover .map-plane,
.guide-map-stage:focus-within .map-plane {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 34px 86px rgba(0, 0, 0, 0.44);
  transform: rotateX(4deg) rotateZ(-0.4deg) scale(1.005);
}

.map-plane::before,
.map-plane::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.map-plane::before {
  background:
    linear-gradient(180deg, rgba(15, 12, 9, 0.12), rgba(15, 12, 9, 0.02) 42%, rgba(15, 12, 9, 0.42)),
    linear-gradient(90deg, rgba(15, 12, 9, 0.34), rgba(15, 12, 9, 0.02) 34%, rgba(15, 12, 9, 0.2));
}

.map-plane::after {
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.leaflet-guide-map {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: none;
  background: #15110d;
}

.guide-map-section.has-leaflet .leaflet-guide-map {
  display: block;
}

.guide-map-section.has-leaflet .map-content {
  display: none;
}

.guide-map-section.has-leaflet .map-plane::after {
  z-index: 11;
}

.leaflet-container {
  font-family: Helvetica, Arial, sans-serif;
  background: #15110d;
}

.leaflet-tile-pane {
  filter: saturate(0.82) contrast(1.08) brightness(0.76);
}

.leaflet-stop-pin {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.leaflet-stop-pin span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid rgba(255, 250, 242, 0.78);
  border-radius: 999px;
  color: var(--pin-ink, #18130f);
  background: var(--pin-color, #d9b58f);
  box-shadow:
    0 0 0 3px color-mix(in srgb, var(--pin-color, #d9b58f) 18%, transparent),
    0 8px 16px rgba(0, 0, 0, 0.36);
  font-size: 0;
  font-weight: 900;
  line-height: 1;
  transition: opacity 180ms ease, filter 180ms ease, transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.leaflet-stop-pin span b {
  display: block;
}

.leaflet-stop-pin:hover span {
  background: color-mix(in srgb, var(--pin-color, #d9b58f) 82%, #fff 18%);
  box-shadow:
    0 0 0 5px color-mix(in srgb, var(--pin-color, #d9b58f) 28%, transparent),
    0 12px 24px rgba(0, 0, 0, 0.42);
  transform: scale(1.35);
}

.leaflet-stop-pin.is-highlighted span {
  background: var(--white);
  box-shadow:
    0 0 0 8px color-mix(in srgb, var(--pin-color, #d9b58f) 32%, transparent),
    0 18px 38px rgba(0, 0, 0, 0.48);
  transform: scale(1.55);
}

.leaflet-stop-pin.is-category-flash span {
  animation: map-pin-flash 900ms ease-in-out 0s 3;
  background: var(--white);
  transform: scale(1.5);
}

.leaflet-stop-pin.is-muted-by-category span {
  opacity: 0.28;
  filter: saturate(0.45) brightness(0.82);
}

@keyframes map-pin-flash {
  0%,
  100% {
    box-shadow:
      0 0 0 3px color-mix(in srgb, var(--pin-color, #d9b58f) 18%, transparent),
      0 8px 16px rgba(0, 0, 0, 0.36);
  }

  50% {
    box-shadow:
      0 0 0 12px color-mix(in srgb, var(--pin-color, #d9b58f) 42%, transparent),
      0 20px 46px rgba(0, 0, 0, 0.56);
  }
}

.leaflet-stop-pin.is-city-choice span {
  display: inline-flex;
  width: auto;
  min-width: 96px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-color: rgba(255, 250, 242, 0.9);
  border-radius: 999px;
  color: var(--white);
  background: rgba(20, 17, 14, 0.9);
  box-shadow:
    0 0 0 5px rgba(217, 181, 143, 0.16),
    0 16px 34px rgba(0, 0, 0, 0.42);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.guide-map-section[data-map-mode="overview"] .leaflet-stop-pin.is-city-choice {
  z-index: 9000 !important;
}

.guide-map-section[data-map-mode="overview"] .leaflet-stop-pin.is-city-choice span {
  animation: city-choice-pulse 2400ms ease-in-out infinite;
}

.leaflet-stop-pin.is-city-choice span b {
  transform: none;
}

.leaflet-stop-pin.is-city-choice span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 999px;
  background: #d9b58f;
  box-shadow: 0 0 0 5px rgba(217, 181, 143, 0.15);
}

.leaflet-stop-pin.is-landmark-choice span {
  display: inline-flex;
  width: auto;
  min-width: 88px;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-color: rgba(255, 250, 242, 0.86);
  border-radius: 999px;
  color: #332402;
  background: rgba(242, 211, 111, 0.94);
  box-shadow:
    0 0 0 5px rgba(242, 211, 111, 0.18),
    0 12px 28px rgba(0, 0, 0, 0.36);
  font-size: 0.48rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.leaflet-stop-pin.is-landmark-choice span b {
  transform: none;
}

.leaflet-stop-pin.is-landmark-choice span::before {
  content: "★";
  margin-right: 7px;
  font-size: 0.46rem;
  line-height: 1;
}

.leaflet-stop-pin.is-airport-code span {
  width: 78px;
  height: 34px;
  border-radius: 999px;
  border-color: rgba(255, 250, 242, 0.92);
  color: #061923;
  background: #e8f7ff;
  box-shadow:
    0 0 0 5px rgba(232, 247, 255, 0.18),
    0 14px 28px rgba(0, 0, 0, 0.42);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}

.leaflet-stop-pin.is-airport-code span b {
  transform: none;
}

.leaflet-stop-pin.is-wedding-pin span {
  width: 26px;
  height: 26px;
  border-color: rgba(255, 250, 242, 0.9);
  font-size: 0.58rem;
}

.leaflet-stop-pin.is-airport-code:hover span,
.leaflet-stop-pin.is-airport-code.is-highlighted span,
.leaflet-stop-pin.is-airport-code.is-category-flash span {
  transform: scale(1.1);
}

.leaflet-highway-route {
  filter:
    drop-shadow(0 0 5px rgba(255, 250, 242, 0.38))
    drop-shadow(0 2px 8px rgba(0, 0, 0, 0.58));
}

.leaflet-minor-city-label {
  border: 0;
  background: transparent;
  pointer-events: none;
  z-index: 1 !important;
}

.leaflet-minor-city-label span {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  color: rgba(255, 255, 255, 0.58);
  background: rgba(20, 17, 14, 0.24);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
  font-size: 0.46rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.leaflet-minor-city-label.is-major span {
  min-height: 25px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.66);
  background: rgba(20, 17, 14, 0.3);
  font-size: 0.5rem;
}

.leaflet-minor-city-label.is-route span {
  color: rgba(255, 255, 255, 0.54);
  background: rgba(20, 17, 14, 0.21);
}

.leaflet-minor-city-label.is-village span {
  min-height: 20px;
  padding: 0 7px;
  color: rgba(255, 255, 255, 0.48);
  background: rgba(20, 17, 14, 0.18);
  font-size: 0.42rem;
  letter-spacing: 0.1em;
}

@keyframes city-choice-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 5px rgba(217, 181, 143, 0.16),
      0 16px 34px rgba(0, 0, 0, 0.42);
  }

  50% {
    box-shadow:
      0 0 0 10px rgba(217, 181, 143, 0.24),
      0 20px 46px rgba(0, 0, 0, 0.5);
  }
}

.leaflet-tooltip.leaflet-stop-tooltip {
  padding: 10px 12px;
  border: 1px solid rgba(255, 250, 242, 0.34);
  border-radius: 0;
  color: var(--white);
  background: rgba(20, 17, 14, 0.9);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
  pointer-events: auto;
  white-space: normal;
}

.map-pin-preview {
  display: grid;
  width: min(340px, 78vw);
  max-width: 340px;
  gap: 6px;
}

.leaflet-popup .map-pin-preview {
  width: min(360px, 78vw);
  max-width: 360px;
}

.leaflet-tooltip.leaflet-stop-tooltip span,
.map-pin-preview-type {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.48rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  line-height: 1.1;
  text-transform: uppercase;
}

.leaflet-tooltip.leaflet-stop-tooltip strong,
.map-pin-preview strong {
  display: block;
  color: var(--white);
  font-family: Didot, Georgia, serif;
  font-size: 1.02rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
}

.map-pin-preview em {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.74rem;
  font-style: normal;
  line-height: 1.35;
}

.map-pin-preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-top: 4px;
}

.map-pin-preview-actions a {
  display: inline-grid;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgba(255, 250, 242, 0.36);
  padding: 0 10px;
  color: var(--white);
  background: rgba(255, 250, 242, 0.08);
  font-size: 0.5rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.map-pin-preview-actions a:hover,
.map-pin-preview-actions a:focus-visible {
  border-color: rgba(255, 250, 242, 0.78);
  background: rgba(255, 250, 242, 0.16);
}

.leaflet-tooltip.leaflet-stop-tooltip.is-airport-tooltip {
  border-color: rgba(232, 247, 255, 0.66);
}

.leaflet-tooltip-top::before {
  border-top-color: rgba(20, 17, 14, 0.82);
}

.leaflet-popup.leaflet-stop-popup .leaflet-popup-content-wrapper {
  border: 1px solid rgba(255, 250, 242, 0.34);
  border-radius: 0;
  color: var(--white);
  background: rgba(20, 17, 14, 0.93);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(14px);
}

.leaflet-popup.leaflet-stop-popup .leaflet-popup-content {
  margin: 12px 14px;
}

.leaflet-popup.leaflet-stop-popup .leaflet-popup-tip {
  background: rgba(20, 17, 14, 0.93);
}

.leaflet-popup.leaflet-stop-popup .leaflet-popup-close-button {
  color: rgba(255, 255, 255, 0.72);
}

.leaflet-popup.leaflet-stop-popup .leaflet-popup-close-button:hover,
.leaflet-popup.leaflet-stop-popup .leaflet-popup-close-button:focus-visible {
  color: var(--white);
}

.map-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  transform: translate3d(var(--map-pan-x, 0), var(--map-pan-y, 0), 0) scale(var(--map-zoom, 1));
  transform-origin: center;
  will-change: transform;
}

.map-content.is-recentering {
  transition: transform 320ms ease;
}

.guide-map-image,
.map-detail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 620ms ease, transform 900ms cubic-bezier(0.19, 1, 0.22, 1), filter 620ms ease;
}

.map-base {
  opacity: 1;
  filter: saturate(0.85) contrast(1.06) brightness(0.8);
  transform: scale(1);
}

.map-detail {
  opacity: 0;
  filter: saturate(0.9) contrast(1.05) brightness(0.78);
  transform: scale(1.08);
}

.guide-map-stage[data-map-selected="wedding-day"] .map-detail-volos,
.guide-map-stage[data-map-selected="volos"] .map-detail-volos,
.guide-map-stage[data-map-selected="athens"] .map-detail-athens,
.guide-map-stage[data-map-selected="thessaloniki"] .map-detail-thessaloniki {
  opacity: 1;
  transform: scale(1.01);
}

.guide-map-stage[data-map-selected="wedding-day"] .map-base,
.guide-map-stage[data-map-selected="volos"] .map-base,
.guide-map-stage[data-map-selected="athens"] .map-base,
.guide-map-stage[data-map-selected="thessaloniki"] .map-base {
  opacity: 0;
  transform: scale(1.18);
}

.map-pin {
  position: absolute;
  top: var(--y);
  left: var(--x);
  display: inline-flex;
  align-items: center;
  z-index: 5;
  gap: 9px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 250, 242, 0.34);
  color: var(--white);
  background: rgba(20, 17, 14, 0.58);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: opacity 240ms ease, background 240ms ease, border-color 240ms ease, color 240ms ease, transform 420ms ease, left 700ms cubic-bezier(0.19, 1, 0.22, 1), top 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.map-pin::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 999px;
  background: #d9b58f;
  box-shadow: 0 0 0 5px rgba(217, 181, 143, 0.16), 0 0 22px rgba(217, 181, 143, 0.54);
}

.map-pin span {
  max-width: 150px;
  overflow: hidden;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.map-pin:hover,
.map-pin:focus-visible,
.map-pin.is-active {
  opacity: 1;
  border-color: rgba(255, 250, 242, 0.68);
  background: rgba(248, 246, 241, 0.94);
  color: var(--ink);
  transform: translate(-50%, -57%);
}

.map-pin.is-active::before {
  background: #9d7256;
  box-shadow: 0 0 0 5px rgba(157, 114, 86, 0.18), 0 0 24px rgba(157, 114, 86, 0.5);
}

.map-pin-wedding::before {
  background: var(--white);
}

.map-pin-thessaloniki span {
  max-width: 170px;
}

.guide-map-stage[data-map-hover="athens"] .map-pin:not(.map-pin-athens),
.guide-map-stage[data-map-hover="thessaloniki"] .map-pin:not(.map-pin-thessaloniki),
.guide-map-stage[data-map-hover="volos"] .map-pin-athens,
.guide-map-stage[data-map-hover="volos"] .map-pin-thessaloniki {
  opacity: 0.48;
}

.guide-map-stage[data-map-selected="wedding-day"] .map-pin,
.guide-map-stage[data-map-selected="volos"] .map-pin,
.guide-map-stage[data-map-selected="athens"] .map-pin,
.guide-map-stage[data-map-selected="thessaloniki"] .map-pin {
  opacity: 0;
  pointer-events: none;
}

.map-stop-layer {
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
}

.map-stop-pin {
  position: absolute;
  top: var(--y);
  left: var(--x);
  z-index: 6;
  display: none;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(255, 250, 242, 0.82);
  border-radius: 999px;
  color: var(--pin-ink, #18130f);
  background: var(--pin-color, rgba(217, 181, 143, 0.96));
  box-shadow:
    0 0 0 5px color-mix(in srgb, var(--pin-color, #d9b58f) 22%, transparent),
    0 10px 22px rgba(0, 0, 0, 0.35);
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transform: translate(-50%, -50%);
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.map-stop-layer .map-stop-pin {
  display: grid;
}

.map-stop-pin::before {
  content: attr(data-symbol);
}

.map-stop-pin span {
  position: absolute;
  bottom: calc(100% + 9px);
  left: 50%;
  display: block;
  max-width: 180px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 250, 242, 0.32);
  color: var(--white);
  background: rgba(20, 17, 14, 0.78);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, 5px);
  transition: opacity 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.map-stop-pin.is-city-choice {
  width: auto;
  min-width: 94px;
  height: 36px;
  padding: 0 14px;
  border-color: rgba(255, 250, 242, 0.88);
  color: var(--white);
  background: rgba(20, 17, 14, 0.72);
  font-size: 0.56rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.map-stop-pin:hover,
.map-stop-pin:focus-visible {
  opacity: 1;
  background: var(--white);
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.16),
    0 12px 28px rgba(0, 0, 0, 0.38);
  transform: translate(-50%, -56%) scale(1.08);
}

.map-stop-pin:hover span,
.map-stop-pin:focus-visible span {
  opacity: 1;
  transform: translate(-50%, 0);
}

.guide-map-stage[data-map-selected="wedding-day"] .stop-pin-volos,
.guide-map-stage[data-map-selected="volos"] .stop-pin-volos,
.guide-map-stage[data-map-selected="athens"] .stop-pin-athens,
.guide-map-stage[data-map-selected="thessaloniki"] .stop-pin-thessaloniki {
  display: block;
}

.guide-map-stage[data-map-selected="wedding-day"] .stop-pin-volos:nth-of-type(-n + 2) span,
.guide-map-stage[data-map-selected="volos"] .stop-pin-volos:nth-of-type(-n + 2) span {
  opacity: 1;
  transform: translate(-50%, 0);
}

.pin-category-airport {
  --pin-color: #d7e6ef;
  --pin-ink: #152b37;
}

.pin-category-city {
  --pin-color: #d9b58f;
  --pin-ink: #20160f;
}

.pin-category-wedding {
  --pin-color: #fff4e7;
  --pin-ink: #6b4733;
}

.pin-category-hotel {
  --pin-color: #d8cabc;
  --pin-ink: #281a3d;
}

.pin-category-food {
  --pin-color: #d9a56e;
  --pin-ink: #2c1708;
}

.pin-category-coffee {
  --pin-color: #d8bd93;
  --pin-ink: #2a190c;
}

.pin-category-drink {
  --pin-color: #cfa2a4;
  --pin-ink: #37101b;
}

.pin-category-grocery {
  --pin-color: #bdd0b6;
  --pin-ink: #14351a;
}

.pin-category-landmark {
  --pin-color: #f2d36f;
  --pin-ink: #332402;
}

.pin-category-sight {
  --pin-color: #ddd091;
  --pin-ink: #382e05;
}

.pin-category-beach {
  --pin-color: #a8cfd2;
  --pin-ink: #0c3139;
}

.pin-category-transit {
  --pin-color: #d2d2ca;
  --pin-ink: #20231f;
}

.map-area-label {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 12;
  min-width: 178px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 250, 242, 0.26);
  color: var(--white);
  background: rgba(20, 17, 14, 0.62);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(16px);
  text-align: right;
}

.map-area-label span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.map-area-label strong {
  display: block;
  font-family: Didot, Georgia, serif;
  font-size: clamp(1.8rem, 3.2vw, 2.9rem);
  font-weight: 400;
  line-height: 0.98;
}

.map-click-cue {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 12;
  display: grid;
  min-width: min(500px, calc(100% - 210px));
  justify-items: center;
  padding: 12px 18px;
  border: 1px solid rgba(255, 250, 242, 0.24);
  color: var(--white);
  background: rgba(20, 17, 14, 0.62);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(16px);
  pointer-events: none;
  text-align: center;
  transform: translateX(-50%);
}

.guide-map-section[data-map-mode="destination"] .map-click-cue {
  display: none;
}

.map-click-cue span {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.map-click-cue strong {
  font-family: Didot, Georgia, serif;
  font-size: clamp(1rem, 1.7vw, 1.38rem);
  font-weight: 400;
  line-height: 1.05;
}

.map-click-cue em {
  display: block;
  max-width: 430px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.map-legend {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 18px;
  left: 50%;
  z-index: 12;
  display: flex;
  width: min(740px, calc(100% - 300px));
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  border: 0;
  color: var(--white);
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transform: translateX(-50%);
}

.map-legend[hidden] {
  display: none;
}

.map-legend p {
  margin: 0 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.legend-category {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  gap: 6px;
  padding: 0 8px 0 5px;
  border: 1px solid rgba(255, 250, 242, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(20, 17, 14, 0.58);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  cursor: pointer;
  font-size: 0.52rem;
  font-weight: 700;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.legend-category:hover,
.legend-category:focus-visible,
.legend-category.is-active {
  border-color: rgba(255, 250, 242, 0.5);
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.legend-category.legend-all {
  padding-left: 8px;
}

.legend-category.legend-all::before {
  color: var(--white);
  background: rgba(255, 250, 242, 0.16);
}

.legend-category::before {
  content: attr(data-symbol);
  display: grid;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  place-items: center;
  border: 1px solid rgba(255, 250, 242, 0.7);
  border-radius: 999px;
  color: var(--pin-ink, #18130f);
  background: var(--pin-color, #d9b58f);
  font-size: 0.4rem;
  font-weight: 900;
}

.map-offscreen-pointer {
  position: absolute;
  top: var(--airport-pointer-y, 50%);
  left: var(--airport-pointer-x, 50%);
  z-index: 13;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 0 10px 0 7px;
  border: 1px solid rgba(255, 250, 242, 0.38);
  border-radius: 999px;
  color: #061923;
  background: rgba(232, 247, 255, 0.96);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.map-offscreen-pointer[hidden] {
  display: none;
}

.map-offscreen-pointer:hover,
.map-offscreen-pointer:focus-visible {
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.42);
  transform: translate(-50%, -50%) scale(1.04);
}

.map-offscreen-pointer .pointer-icon {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: #172d38;
  transform: rotate(var(--airport-pointer-rotation, 0deg));
}

.map-offscreen-pointer .pointer-icon svg {
  width: 10px;
  height: 10px;
  fill: currentColor;
}

.map-explore-controls {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 12;
  display: inline-flex;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.24);
  background: rgba(20, 17, 14, 0.58);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.map-explore-controls button {
  min-width: 38px;
  min-height: 38px;
  padding: 0 12px;
  color: var(--white);
  background: transparent;
  cursor: pointer;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.map-recenter-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.map-explore-controls button + button {
  border-left: 1px solid rgba(255, 250, 242, 0.2);
}

.map-explore-controls button:hover,
.map-explore-controls button:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.map-attribution {
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 5;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guide-map-panel {
  display: flex;
  flex-direction: column;
  min-height: clamp(430px, 42vw, 560px);
  padding: clamp(24px, 3.2vw, 42px);
  background: var(--white);
}

.map-selector-copy {
  max-width: 460px;
  padding-bottom: clamp(20px, 2.4vw, 32px);
  border-bottom: 1px solid var(--line);
}

.map-selector-copy h3 {
  margin-bottom: 12px;
  font-family: Didot, Georgia, serif;
  font-size: clamp(1.9rem, 3.4vw, 3.1rem);
  font-weight: 400;
  line-height: 1.02;
}

.map-selector-copy p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
}

.guide-map-choice-grid {
  display: grid;
  gap: 0;
  background: transparent;
}

.guide-map-choice-grid button {
  display: grid;
  grid-template-columns: minmax(86px, 0.34fr) minmax(0, 1fr);
  gap: 8px 16px;
  align-items: baseline;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
  text-align: left;
  transition: color 180ms ease, padding-left 180ms ease;
}

.guide-map-choice-grid button span {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.guide-map-choice-grid button strong {
  font-family: Didot, Georgia, serif;
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1.05;
}

.guide-map-choice-grid button small {
  grid-column: 2;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.guide-map-choice-grid button:hover,
.guide-map-choice-grid button:focus-visible,
.guide-map-choice-grid button.is-active {
  opacity: 1;
  padding-left: 12px;
  color: #8c654c;
}

.guide-map-choice-grid button:hover span,
.guide-map-choice-grid button:hover small,
.guide-map-choice-grid button:focus-visible span,
.guide-map-choice-grid button:focus-visible small,
.guide-map-choice-grid button.is-active span,
.guide-map-choice-grid button.is-active small {
  color: var(--muted);
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  min-height: 462px;
  background: var(--white);
}

.intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 6.6vw, 96px);
}

.intro-copy h2,
.guide-heading h2,
.athens-intro h2,
.schedule-copy h2,
.faq-heading h2 {
  margin-bottom: 28px;
  font-size: clamp(2.2rem, 4.6vw, 4.1rem);
}

.intro-copy p:not(.eyebrow) {
  max-width: 340px;
  margin-bottom: 0;
}

.short-rule {
  margin: 0 0 34px;
  color: var(--ink);
}

.short-rule.centered {
  margin-right: auto;
  margin-left: auto;
}

.intro-copy a {
  margin-top: 48px;
  text-decoration: none;
}

.intro-copy a::after {
  content: " ->";
  font-size: 1rem;
  letter-spacing: 0;
}

.intro-image {
  margin-bottom: 0;
}

.intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.travel-menu {
  padding: 48px 48px 58px;
  background: var(--paper);
  text-align: center;
}

.travel-menu > .eyebrow {
  margin-bottom: 34px;
}

.travel-menu-grid {
  display: grid;
  width: min(var(--max), 100%);
  margin: 0 auto 40px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.travel-menu-grid article {
  min-height: 184px;
  padding: 18px 38px;
  border-left: 1px solid var(--line);
}

.travel-menu-grid article:first-child {
  border-left: 0;
}

.travel-menu-grid svg {
  margin-right: auto;
  margin-left: auto;
}

.travel-menu-grid h3,
.guide-card h3,
.faq-grid h3 {
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.travel-menu-grid p,
.travel-notes span,
.hotel-list span,
.transit-grid span,
.guide-detail-grid span,
.athens-list span,
.athens-hotels span,
.athens-cost-grid span,
.city-info-grid span,
.city-feature-copy p,
.guide-card p,
.faq-grid p,
.contact-section p {
  color: var(--muted);
}

.travel-notes {
  display: grid;
  width: min(960px, 100%);
  margin: 0 auto 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  text-align: left;
}

.travel-notes article {
  padding: 20px 24px 22px;
  background: var(--paper);
}

.travel-notes p {
  color: var(--muted);
}

.travel-notes h4 {
  margin-bottom: 6px;
  font-size: 1.2rem;
}

.travel-notes span {
  display: block;
}

.transit-guide {
  width: min(1120px, 100%);
  margin: 0 auto 30px;
  padding-top: 38px;
  border-top: 1px solid var(--line);
  text-align: left;
}

.transit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.booking-alert {
  display: grid;
  width: 100%;
  margin: 0 0 20px;
  grid-template-columns: 0.55fr 1fr;
  gap: 18px 40px;
  padding: 24px 28px;
  border: 1px solid color-mix(in srgb, var(--accent) 42%, var(--line));
  background:
    linear-gradient(135deg, rgba(151, 103, 74, 0.08), transparent 46%),
    var(--white);
}

.booking-alert p,
.transit-priority-grid p {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.booking-alert h4 {
  margin-bottom: 8px;
  font-size: 1.45rem;
}

.booking-alert span {
  display: block;
  max-width: 760px;
  color: var(--muted);
}

.booking-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  grid-column: 2;
}

.booking-links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

.booking-links a:hover,
.booking-links a:focus-visible {
  color: var(--paper);
  background: var(--ink);
}

.transit-priority-grid {
  display: grid;
  margin: 0 0 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.transit-priority-grid article {
  min-height: 130px;
  padding: 20px 22px;
  background: var(--paper);
}

.transit-priority-grid strong {
  display: block;
  margin: 8px 0 6px;
  font-family: var(--serif);
  font-size: 1.22rem;
  font-weight: 400;
}

.transit-priority-grid span,
.booking-note {
  color: var(--muted);
}

.booking-note {
  border-left: 2px solid var(--accent);
  padding-left: 12px;
  font-weight: 700;
}

.transit-grid article {
  min-height: 330px;
  padding: 26px 28px;
  background: var(--paper);
}

.transit-grid p {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.transit-grid h4 {
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.transit-grid span {
  display: block;
  margin-top: 8px;
}

.transit-disclaimer {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.hotel-list {
  display: grid;
  width: min(1120px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  text-align: left;
}

.hotel-list article {
  padding: 18px 24px 20px;
  background: var(--paper);
}

.hotel-list p {
  color: var(--muted);
}

.hotel-list h4 {
  margin-bottom: 6px;
  font-size: 1.18rem;
}

.hotel-list a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.guide-section {
  padding: 56px 48px 74px;
  background: var(--white);
}

.guide-heading {
  margin-bottom: 30px;
  text-align: center;
}

.guide-heading h2 {
  margin-bottom: 0;
  text-transform: uppercase;
}

.guide-cards {
  display: grid;
  width: min(var(--max), 100%);
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3px;
}

.guide-card {
  display: flex;
  min-height: 332px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px 24px;
  color: var(--white);
  text-decoration: none;
  text-align: center;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.guide-card::after {
  content: "->";
  margin-top: 10px;
}

.guide-card h3,
.guide-card p {
  position: relative;
  z-index: 1;
}

.guide-card {
  box-shadow: inset 0 -230px 128px rgba(14, 13, 12, 0.58), inset 0 0 0 100vw rgba(14, 13, 12, 0.1);
  transition: opacity 180ms ease, transform 180ms ease;
}

.guide-card:hover,
.guide-card:focus-visible {
  opacity: 0.92;
  transform: translateY(-2px);
}

.guide-card p {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.86);
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.42);
}

.waterfront {
  background-image: url("assets/guide-waterfront.png");
}

.pelion {
  background-image: url("assets/guide-pelion.png");
}

.meteora {
  background-image: url("assets/guide-meteora.png");
}

.flavors {
  background-image: url("assets/guide-local-flavors.png");
}

.city-subsection {
  width: min(1120px, 100%);
  margin: 48px auto 0;
  padding-top: 44px;
  border-top: 1px solid var(--line);
}

.section-kicker {
  display: grid;
  grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 28px;
}

.section-kicker h3 {
  margin-bottom: 0;
  font-family: Didot, Georgia, serif;
  font-size: clamp(1.8rem, 3.4vw, 3.1rem);
  font-weight: 400;
  line-height: 1.1;
}

.guide-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  text-align: left;
}

.city-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  text-align: left;
}

.guide-detail-grid article,
.city-info-grid article,
.athens-list,
.athens-hotels {
  background: var(--white);
}

.guide-detail-grid article {
  min-height: 238px;
  padding: 24px;
}

.city-info-grid article {
  min-height: 236px;
  padding: 24px;
}

@media (min-width: 981px) {
  .guide-detail-grid article:last-child:nth-child(4n + 1),
  .city-info-grid article:last-child:nth-child(4n + 1) {
    grid-column: span 4;
  }

  .guide-detail-grid article:nth-last-child(2):nth-child(4n + 1),
  .guide-detail-grid article:last-child:nth-child(4n + 2),
  .city-info-grid article:nth-last-child(2):nth-child(4n + 1),
  .city-info-grid article:last-child:nth-child(4n + 2) {
    grid-column: span 2;
  }

  .guide-detail-grid article:nth-last-child(3):nth-child(4n + 1),
  .city-info-grid article:nth-last-child(3):nth-child(4n + 1) {
    grid-column: span 2;
  }
}

.guide-detail-grid h4,
.city-info-grid h4,
.athens-list h4,
.athens-hotels h4 {
  margin-bottom: 10px;
  font-size: 1.32rem;
}

.guide-detail-grid a,
.city-info-grid a,
.athens-list a,
.athens-hotels a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.city-section-nav {
  display: flex;
  width: min(1120px, 100%);
  margin: 34px auto 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.city-section-nav a,
.map-focus-link {
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

.city-section-nav a:hover,
.city-section-nav a:focus-visible,
.map-focus-link:hover,
.map-focus-link:focus-visible {
  color: #8c654c;
}

.map-focus-link {
  display: inline-flex;
  width: fit-content;
  margin: -2px 0 8px;
  padding: 0;
}

.map-focus-link::before {
  content: "↗";
  margin-right: 6px;
  font-size: 0.72rem;
  letter-spacing: 0;
}

.guide-detail-grid span,
.city-info-grid span,
.athens-list span,
.athens-hotels span {
  display: block;
}

.city-info-grid span + span,
.guide-detail-grid span + span {
  margin-top: 8px;
}

.athens-section {
  display: flex;
  flex-direction: column;
  padding: 74px 48px 82px;
  background: var(--paper);
}

.thessaloniki-guide {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.athens-intro {
  width: min(720px, 100%);
  margin: 0 auto 38px;
  text-align: center;
}

.athens-intro h2 {
  margin-bottom: 18px;
}

.athens-intro p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
}

.cost-note {
  max-width: 620px;
  margin: 18px auto 0;
  font-size: 0.82rem;
}

.athens-gallery {
  display: grid;
  width: min(var(--max), 100%);
  margin: 0 auto 38px;
  grid-template-columns: 1.05fr 0.78fr 0.9fr;
  gap: 3px;
}

.athens-gallery figure {
  min-height: 270px;
  overflow: hidden;
  background: var(--warm);
}

.athens-gallery img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
}

.city-feature {
  display: grid;
  width: min(1120px, 100%);
  margin: 0 auto 38px;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  gap: 1px;
  background: var(--line);
  text-align: left;
}

.city-feature figure,
.city-feature-copy {
  background: var(--paper);
}

.thessaloniki-image {
  min-height: 420px;
  margin-bottom: 0;
  overflow: hidden;
}

.thessaloniki-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center 45%;
}

.city-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 52px);
}

.city-feature-copy h3 {
  margin-bottom: 18px;
  font-family: Didot, Georgia, serif;
  font-size: clamp(1.9rem, 3.4vw, 3.1rem);
  font-weight: 400;
  line-height: 1.1;
}

.city-feature-copy p {
  margin-bottom: 12px;
}

.athens-layout {
  display: grid;
  width: min(1120px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 1px;
  background: var(--line);
  text-align: left;
}

.athens-section .athens-layout {
  display: contents;
}

.athens-section .athens-intro {
  order: 0;
}

.athens-section .athens-gallery,
.athens-section .city-feature {
  order: 1;
}

.athens-section .city-section-nav {
  order: 2;
}

.athens-section [id$="-transit"] {
  order: 10;
}

.athens-section .athens-hotels {
  order: 20;
}

.athens-section [id$="-food"] {
  order: 30;
}

.athens-section .athens-list {
  order: 40;
}

.athens-section [id$="-more"] {
  order: 45;
}

.athens-section .athens-cost-grid {
  order: 50;
}

.athens-section .athens-list,
.athens-section .athens-hotels {
  width: min(1120px, 100%);
  margin: clamp(34px, 4vw, 54px) auto 0;
}

.athens-list,
.athens-hotels {
  padding: 34px 36px 38px;
}

.athens-list > h3,
.athens-hotels > h3 {
  margin-bottom: 16px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.athens-list article,
.athens-hotels article {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.athens-list article:last-child,
.athens-hotels article:last-child {
  padding-bottom: 0;
}

.athens-list span,
.athens-hotels span {
  margin-top: 8px;
}

.cost {
  color: var(--ink) !important;
  font-weight: 700;
}

.athens-cost-grid {
  display: grid;
  width: min(1120px, 100%);
  margin: 1px auto 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  text-align: left;
}

.athens-cost-grid article {
  min-height: 178px;
  padding: 24px;
  background: var(--paper);
}

.athens-cost-grid p {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.athens-cost-grid h4 {
  margin-bottom: 10px;
  font-size: 1.28rem;
}

.schedule-section,
.faq-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.5fr) minmax(0, 1fr);
  gap: 42px;
  padding: 82px 48px;
  background: var(--white);
}

.schedule-copy,
.faq-heading {
  max-width: 360px;
}

.schedule-copy p:not(.eyebrow) {
  color: var(--muted);
}

.schedule-visual-grid {
  display: grid;
  margin-top: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.schedule-visual {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  background: var(--paper);
}

.schedule-visual-grid .schedule-visual {
  margin-top: 0;
}

.schedule-visual img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
}

.schedule-visual:first-child img {
  object-position: center 48%;
}

.schedule-visual:nth-child(2) img {
  object-position: center 42%;
}

.schedule-visual:nth-child(3) img {
  object-position: center 58%;
}

.schedule-list {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.schedule-list article {
  display: grid;
  grid-template-columns: 150px 160px 1fr;
  gap: 18px;
  align-items: start;
  padding: 26px 28px;
  background: var(--white);
}

.schedule-list time {
  font-family: Didot, Georgia, serif;
  font-size: 1.65rem;
}

.schedule-list span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.schedule-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.faq-photo {
  margin-top: 30px;
  overflow: hidden;
  background: var(--warm);
}

.faq-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 38%;
}

.faq-grid article {
  min-height: 156px;
  padding: 28px;
  background: var(--white);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  align-items: center;
  gap: 1px;
  padding: 0;
  background: var(--paper);
  text-align: left;
}

.contact-photo {
  min-height: 360px;
  overflow: hidden;
  background: var(--warm);
}

.contact-photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: 55% center;
}

.contact-copy {
  padding: clamp(42px, 5vw, 74px);
}

.contact-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
}

.contact-copy p:last-child {
  max-width: 520px;
  margin-bottom: 0;
}

.contact-section a {
  color: var(--ink);
  font-weight: 700;
  text-underline-offset: 4px;
}

.site-footer {
  padding: 30px 48px;
  background: var(--ink);
  color: var(--white);
  text-align: center;
}

.map-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 32px;
}

.map-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(19, 17, 15, 0.72);
  cursor: pointer;
}

.map-modal-card {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(980px, 100%);
  max-height: min(760px, calc(100svh - 64px));
  grid-template-rows: minmax(360px, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--white);
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.42);
}

.map-modal iframe {
  width: 100%;
  min-height: 430px;
  border: 0;
}

.map-modal-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 24px;
  align-items: center;
  padding: 22px 28px;
  background: var(--white);
}

.map-modal-copy .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
  color: var(--muted);
}

.map-modal-copy h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.map-modal-info {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.map-modal-actions {
  grid-row: 2 / span 2;
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.map-modal-copy a {
  align-self: center;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-underline-offset: 5px;
}

.map-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}

.site-footer p {
  margin-bottom: 0;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .travel-menu-grid,
  .hotel-list,
  .transit-grid,
  .transit-priority-grid,
  .guide-detail-grid,
  .city-info-grid,
  .athens-cost-grid,
  .guide-cards,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .travel-notes {
    grid-template-columns: 1fr;
  }

  .guide-detail-grid article,
  .city-info-grid article {
    grid-column: auto;
  }

  .guide-detail-grid article:last-child:nth-child(2n + 1),
  .city-info-grid article:last-child:nth-child(2n + 1) {
    grid-column: span 2;
  }

  .booking-alert {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .booking-links {
    grid-column: 1;
  }

  .athens-layout {
    grid-template-columns: 1fr;
  }

  .guide-map-layout {
    grid-template-columns: 1fr;
  }

  .guide-map-panel,
  .guide-map-stage {
    min-height: auto;
  }

  .guide-map-stage {
    aspect-ratio: 16 / 11;
  }

  .guide-map-section[data-map-mode="destination"] .guide-map-stage {
    height: min(620px, 72svh);
    min-height: 0;
    aspect-ratio: auto;
  }

  .map-plane {
    transform: rotateX(4deg) rotateZ(-0.5deg) scale(0.99);
  }

  .map-legend {
    width: calc(100% - 150px);
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0 2px 5px;
    scrollbar-width: none;
  }

  .map-legend::-webkit-scrollbar {
    display: none;
  }

  .details-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .details-strip article {
    padding-right: 20px;
    padding-left: 20px;
  }

  .intro-section,
  .city-feature,
  .schedule-section,
  .faq-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .intro-image img {
    aspect-ratio: 4 / 5;
  }

  .thessaloniki-image img {
    aspect-ratio: 16 / 10;
  }

  .travel-menu-grid article:nth-child(odd) {
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 18px;
    text-align: center;
  }

  .site-header nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 16px;
  }

  .site-header .brand {
    order: 1;
    font-size: 1.35rem;
  }

  .nav-left {
    order: 2;
    justify-content: center;
  }

  .nav-right {
    order: 3;
    justify-content: center;
  }

  .site-header a {
    font-size: 0.62rem;
  }

  .hero {
    min-height: 76svh;
    padding-top: 178px;
  }

  .hero-copy {
    transform: none;
  }

  .hero p {
    font-size: 0.82rem;
  }

  .scroll-cue {
    margin-top: 56px;
  }

  .details-strip,
  .travel-menu-grid,
  .travel-notes,
  .hotel-list,
  .transit-grid,
  .transit-priority-grid,
  .guide-detail-grid,
  .city-info-grid,
  .athens-gallery,
  .athens-cost-grid,
  .guide-cards,
  .faq-grid,
  .athens-layout,
  .schedule-visual-grid {
    grid-template-columns: 1fr;
  }

  .guide-map-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .guide-detail-grid article,
  .city-info-grid article {
    grid-column: auto !important;
  }

  .booking-alert {
    padding: 20px;
  }

  .booking-links a {
    width: 100%;
  }

  .map-back-button {
    top: 10px;
    left: 10px;
    min-height: 34px;
    padding: 0 9px;
    font-size: 0.5rem;
  }

  .guide-map-heading {
    margin-bottom: 24px;
  }

  .guide-map-layout {
    width: 100%;
  }

  .guide-map-stage {
    height: min(510px, 72svh);
    min-height: 0;
    aspect-ratio: auto;
    scroll-margin-top: 10px;
  }

  .guide-map-section[data-map-mode="destination"] .guide-map-stage {
    height: min(640px, 78svh);
    min-height: 0;
    aspect-ratio: auto;
  }

  .map-viewport {
    padding: 8px;
  }

  .map-plane,
  .guide-map-stage:hover .map-plane,
  .guide-map-stage:focus-within .map-plane {
    transform: none;
  }

  .map-pin {
    padding: 7px 9px;
    gap: 6px;
  }

  .map-pin::before {
    width: 7px;
    height: 7px;
    flex-basis: 7px;
  }

  .map-pin span {
    max-width: 86px;
    font-size: 0.54rem;
    letter-spacing: 0.14em;
  }

  .map-pin-thessaloniki span {
    max-width: 92px;
  }

  .map-stop-pin {
    width: 21px;
    height: 21px;
    font-size: 0.52rem;
  }

  .leaflet-stop-pin.is-city-choice span,
  .map-stop-pin.is-city-choice {
    min-width: 76px;
    height: 32px;
    padding: 0 10px;
    font-size: 0.5rem;
    letter-spacing: 0.12em;
  }

  .leaflet-stop-pin.is-city-choice span::before {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }

  .leaflet-stop-pin span {
    width: 18px;
    height: 18px;
  }

  .leaflet-stop-pin.is-airport-code span {
    width: 68px;
    height: 32px;
    font-size: 0.56rem;
  }

  .map-stop-pin span {
    max-width: 132px;
    padding: 6px 7px;
    font-size: 0.48rem;
    letter-spacing: 0.12em;
  }

  .map-area-label {
    top: 8px;
    right: 8px;
    min-width: 0;
    max-width: 142px;
    padding: 8px 10px;
  }

  .map-area-label span {
    margin-bottom: 2px;
    font-size: 0.42rem;
    letter-spacing: 0.16em;
  }

  .map-area-label strong {
    font-size: 1.38rem;
  }

  .map-legend {
    top: auto;
    bottom: 48px;
    left: 8px;
    right: 8px;
    width: auto;
    max-width: none;
    gap: 6px;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0 0 6px;
    transform: none;
    scrollbar-width: none;
  }

  .map-legend::-webkit-scrollbar {
    display: none;
  }

  .map-legend p {
    position: sticky;
    left: 0;
    z-index: 1;
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    padding: 0 8px;
    background: rgba(20, 17, 14, 0.86);
    backdrop-filter: blur(14px);
  }

  .map-click-cue {
    right: 42px;
    bottom: 46px;
    left: 42px;
    min-width: 0;
    padding: 8px 10px;
    transform: none;
  }

  .guide-map-section[data-map-mode="overview"] .map-click-cue {
    display: grid;
  }

  .map-click-cue span {
    margin-bottom: 2px;
    font-size: 0.42rem;
    letter-spacing: 0.16em;
  }

  .map-click-cue strong {
    font-size: 0.9rem;
  }

  .map-click-cue em {
    display: none;
  }

  .legend-category {
    flex: 0 0 auto;
    gap: 7px;
    font-size: 0.5rem;
  }

  .map-offscreen-pointer {
    min-height: 32px;
    padding: 0 10px 0 8px;
    font-size: 0.52rem;
  }

  .legend-category::before {
    width: 17px;
    height: 17px;
    flex-basis: 17px;
    font-size: 0.48rem;
  }

  .map-explore-controls {
    left: 10px;
    bottom: 10px;
  }

  .map-explore-controls button {
    min-width: 34px;
    min-height: 34px;
    padding: 0 9px;
    font-size: 0.52rem;
    letter-spacing: 0.1em;
  }

  .map-attribution {
    right: 10px;
    bottom: 13px;
    max-width: 168px;
    font-size: 0.42rem;
    letter-spacing: 0.1em;
    text-align: right;
  }

  .guide-map-choice-grid button {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px 0;
  }

  .guide-map-choice-grid button small {
    grid-column: auto;
  }

  .map-modal {
    padding: 18px;
  }

  .map-modal-card {
    max-height: calc(100svh - 36px);
    grid-template-rows: minmax(260px, 54svh) auto;
  }

  .map-modal iframe {
    min-height: 260px;
  }

  .map-modal-copy {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .map-modal-actions {
    grid-row: auto;
    grid-column: auto;
    justify-content: flex-start;
  }

  .details-strip article + article,
  .travel-menu-grid article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .details-strip article:first-child,
  .travel-menu-grid article:first-child {
    border-top: 0;
  }

  .intro-copy {
    padding: 54px 24px;
  }

  .travel-menu,
  .guide-section,
  .athens-section,
  .schedule-section,
  .faq-section,
  .contact-copy {
    padding-right: 24px;
    padding-left: 24px;
  }

  .guide-card {
    min-height: 280px;
  }

  .contact-photo,
  .contact-photo img {
    min-height: 300px;
  }

  .section-kicker {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .guide-detail-grid article,
  .transit-grid article,
  .city-info-grid article,
  .athens-cost-grid article,
  .athens-list,
  .athens-hotels {
    padding-right: 22px;
    padding-left: 22px;
  }

  .schedule-list article {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
