:root {
  --ink: #19211e;
  --paper: #f2efe7;
  --sand: #d7c8ad;
  --moss: #33453c;
  --forest: #1d332b;
  --white: #fffdf8;
  --line: rgba(25, 33, 30, .18);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.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;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px;
  color: var(--white);
  transition: .3s ease;
}
.site-header.scrolled {
  background: rgba(242,239,231,.93);
  color: var(--ink);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; gap: 12px; align-items: center; font-weight: 600; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
}
.brand-name { letter-spacing: -.02em; }
.desktop-nav { display: flex; gap: 28px; font-size: 14px; }
.desktop-nav a { opacity: .9; }
.desktop-nav a:hover { opacity: .55; }

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: currentColor;
}
.menu-button span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 1px;
  background: currentColor;
  margin: 5px auto;
}

.mobile-menu {
  position: fixed;
  inset: 82px 0 auto;
  z-index: 29;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 20px 24px 28px;
}
.mobile-menu a {
  display: block;
  font: 36px/1.1 var(--serif);
  padding: 8px 0;
}

.hero {
  position: relative;
  min-height: 100svh;
  color: var(--white);
  overflow: hidden;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #173129;
}
.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,22,18,.46), rgba(10,22,18,.06) 64%),
    linear-gradient(0deg, rgba(10,22,18,.30), rgba(10,22,18,0) 48%);
}
.hero-copy {
  position: absolute;
  left: max(42px, 6vw);
  right: max(42px, 6vw);
  bottom: 12vh;
  max-width: 980px;
}
.eyebrow {
  margin: 0 0 24px;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px;
  font-weight: 600;
}
.light { color: rgba(255,255,255,.78); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 38px;
  font: 400 clamp(68px, 7.7vw, 126px)/.82 var(--serif);
  letter-spacing: -.045em;
}
h1 em, h2 em { font-weight: 400; }
.hero-intro {
  max-width: 590px;
  margin-bottom: 30px;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.55;
  color: rgba(255,255,255,.9);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}
.button-light {
  background: var(--white);
  color: var(--ink);
}
.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
}
.light-link { color: var(--white); }
.hero-meta {
  position: absolute;
  left: max(34px, 4vw);
  right: max(34px, 4vw);
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.68);
}

.section { padding: 110px max(34px, 6vw); }
.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr .7fr;
  gap: 10vw;
  align-items: end;
}
h2 {
  margin-bottom: 0;
  font: 400 clamp(52px, 6.4vw, 96px)/.9 var(--serif);
  letter-spacing: -.035em;
}
.intro-copy p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 44px;
}
.section-note {
  max-width: 260px;
  font-size: 14px;
  line-height: 1.5;
  opacity: .65;
}
.section-link { margin-bottom: 8px; }

.experience-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.experience-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: var(--white);
}
.card-coast, .card-wild { grid-column: span 7; }
.card-lakes, .card-people { grid-column: span 5; }
.card-reefs { grid-column: 1 / -1; min-height: 620px; }
.card-image { position: absolute; inset: 0; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.experience-card:hover .card-image { transform: scale(1.035); }
.image-coast { background: url("assets/images/experiences/coast.webp") center/cover; }
.image-lakes { background: url("assets/images/experiences/lakes.webp") center/cover; }
.image-wild { background: url("assets/images/experiences/wild.webp") center/cover; }
.image-people { background: url("assets/images/experiences/people.webp") center/cover; }
.image-reefs { background: url("assets/images/experiences/reefs.webp") center/cover; }
.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10,20,16,.68), rgba(10,20,16,.04) 58%);
}
.card-copy {
  position: absolute;
  inset: auto 28px 28px;
}
.card-number {
  display: block;
  margin-bottom: 24px;
  font-size: 11px;
  opacity: .65;
}
.card-copy h3 {
  margin-bottom: 8px;
  font: 400 clamp(40px, 4vw, 64px)/.95 var(--serif);
}
.card-copy p {
  max-width: 350px;
  line-height: 1.5;
  color: rgba(255,255,255,.8);
}
.card-copy a {
  display: inline-flex;
  gap: 8px;
  font-size: 13px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.5);
}

.feature-story {
  min-height: 78vh;
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  background: var(--forest);
  color: var(--white);
}
.feature-media {
  min-height: 70vh;
  background:
    linear-gradient(0deg, rgba(12,26,21,.08), rgba(12,26,21,.08)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=88")
    center/cover;
}
.feature-copy {
  padding: 9vw 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-copy h2 { margin-bottom: 30px; }
.feature-copy p:not(.eyebrow) {
  max-width: 480px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,.78);
  margin-bottom: 30px;
}
.feature-copy .button { align-self: flex-start; }

.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.listing-card { background: rgba(255,255,255,.35); }
.listing-image {
  position: relative;
  aspect-ratio: 1.15/1;
  background-position: center;
  background-size: cover;
}
.stay-one { background-image: url("assets/images/stay-landscapes/coast-stay-landscape-illustration.webp"); background-position: center center; }
.stay-two { background-image: url("assets/images/stay-landscapes/lakes-stay-landscape-illustration.webp"); background-position: center 50%; }
.stay-three { background-image: url("assets/images/stay-landscapes/wild-stay-landscape-illustration.webp"); background-position: center center; }
.listing-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,253,248,.9);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.listing-copy { padding: 24px; }
.listing-location {
  margin-bottom: 12px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
  opacity: .55;
}
.listing-copy h3 {
  margin-bottom: 11px;
  font: 400 34px/1 var(--serif);
}
.listing-copy > p:not(.listing-location) {
  min-height: 50px;
  line-height: 1.55;
  opacity: .72;
}
.handoff-note {
  margin-top: 32px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  font-size: 13px;
  opacity: .72;
}

.stories { padding-top: 70px; }
.story-list { border-top: 1px solid var(--line); }
.story-row {
  display: grid;
  grid-template-columns: 70px 1fr 40px;
  gap: 22px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  transition: padding .2s ease, opacity .2s ease;
}
.story-row:hover { padding-left: 10px; }
.story-index { font-size: 11px; opacity: .45; }
.story-type {
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10px;
  opacity: .55;
}
.story-row h3 {
  margin: 0;
  max-width: 880px;
  font: 400 clamp(29px, 3.2vw, 48px)/1.02 var(--serif);
}
.story-arrow { justify-self: end; font-size: 22px; }

.plan-card {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: var(--moss);
  color: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.plan-copy {
  padding: 8vw 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.plan-copy h2 { margin-bottom: 26px; }
.plan-copy > p:not(.eyebrow) {
  max-width: 510px;
  line-height: 1.7;
  color: rgba(255,255,255,.76);
  font-size: 17px;
}
.plan-actions {
  display: flex;
  gap: 26px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.map-art {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 42%, rgba(255,255,255,.07), transparent 32%),
    repeating-radial-gradient(ellipse at 60% 50%, transparent 0 36px, rgba(255,255,255,.08) 37px 38px);
}
.map-line {
  position: absolute;
  width: 58%;
  height: 115%;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  transform: rotate(14deg);
}
.line-a { left: 3%; top: -11%; }
.line-b { left: 16%; top: -18%; }
.line-c { left: 30%; top: -22%; }
.map-point {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.map-point::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--white);
}
.point-a { left: 44%; top: 25%; }
.point-b { left: 62%; top: 48%; }
.point-c { left: 36%; top: 71%; }
.point-d { left: 20%; top: 38%; }

footer {
  padding: 76px max(34px, 6vw) 26px;
  background: #14211d;
  color: var(--white);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  padding-bottom: 64px;
}
.footer-top h2 { font-size: clamp(54px, 7vw, 100px); }
.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.footer-links p {
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10px;
  color: rgba(255,255,255,.42);
}
.footer-links a {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  color: rgba(255,255,255,.78);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.45);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

@media (max-width: 900px) {
  .site-header { padding: 0 20px; height: 70px; }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .mobile-menu { inset: 70px 0 auto; }
  .hero-copy { left: 20px; right: 20px; bottom: 13vh; }
  .hero-meta { left: 20px; right: 20px; bottom: 18px; }
  .section { padding: 80px 20px; }
  .intro-grid, .feature-story, .plan-card, .footer-top {
    grid-template-columns: 1fr;
  }
  .intro-grid { gap: 38px; }
  .section-heading { display: block; }
  .section-note, .section-link { margin-top: 24px; }
  .experience-grid { display: block; }
  .experience-card { min-height: 520px; margin-bottom: 14px; }
  .feature-media { min-height: 54vh; }
  .feature-copy { padding: 70px 20px; }
  .listing-grid { grid-template-columns: 1fr; }
  .listing-copy > p:not(.listing-location) { min-height: auto; }
  .plan-copy { padding: 70px 24px; }
  .map-art { min-height: 420px; }
  .footer-top { gap: 50px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  h1 { font-size: clamp(58px, 18vw, 88px); }
  h2 { font-size: clamp(48px, 15vw, 72px); }
  .hero-intro { font-size: 16px; }
  .hero-meta span:last-child { display: none; }
  .experience-card { min-height: 460px; }
  .story-row {
    grid-template-columns: 34px 1fr 20px;
    gap: 12px;
    padding: 24px 0;
  }
  .story-row h3 { font-size: 29px; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}


.point-e { left: 52%; top: 61%; }
.point-f { left: 66%; top: 74%; }

@media (max-width: 700px) {
  .hero-video {
    object-position: center center;
  }
}

/* Focal positioning for supplied Maputaland photography */
.image-coast { background-position: center 60%; }
.image-lakes { background-position: center 55%; }
.image-wild { background-position: center center; }
.image-people { background-position: center 58%; }

.image-reefs { background-position: center 42%; }


/* Real Visit Maputaland uMap embed */
.map-embed {
  position: relative;
  min-height: 640px;
  width: 100%;
  overflow: hidden;
  background: #d8ded7;
}
.map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 900px) {
  .map-embed {
    min-height: 500px;
  }
}


/* Hero simplification + mobile breathing pass */
@media (max-width: 900px) {
  .hero-copy {
    left: 24px;
    right: 24px;
    bottom: 12vh;
    max-width: none;
  }

  .hero-copy .eyebrow {
    margin-bottom: 24px;
    max-width: 330px;
    line-height: 1.55;
  }

  .hero-copy h1 {
    margin-bottom: 34px;
    font-size: clamp(58px, 16vw, 78px);
    line-height: .82;
  }

  .hero-actions {
    gap: 20px 26px;
  }

  .hero-meta {
    left: 24px;
    right: 24px;
    bottom: 20px;
  }
}

@media (max-width: 600px) {
  .site-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-copy {
    left: 24px;
    right: 24px;
    bottom: 13vh;
  }

  .hero-copy h1 {
    font-size: clamp(56px, 15.5vw, 72px);
    margin-bottom: 32px;
  }

  .hero-actions {
    align-items: center;
    gap: 18px 22px;
  }

  .hero-actions .button {
    min-height: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-meta span:last-child {
    display: none;
  }
}


/* ==========================================================
   VISIT MAPUTALAND — EDITORIAL REGIONS MAP
   Inspired by premium destination-region map interfaces.
   ========================================================== */

.region-map-section {
  --map-khaki: #8a805e;
  --map-land: #9a9172;
  --map-text: #fffdf5;
  --map-muted: rgba(255,253,245,.72);
  position: relative;
  overflow: hidden;
  background: var(--map-khaki);
  color: var(--map-text);
  padding: 58px max(34px, 5vw) 46px;
}

.region-map-shell {
  max-width: 1600px;
  margin: 0 auto;
}

.region-map-kicker {
  margin: 0 0 48px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 18px;
  font-weight: 600;
}

.region-tabs {
  display: grid;
  grid-template-columns: .75fr 1.35fr .85fr .75fr 1fr;
  gap: 22px;
  align-items: start;
  margin-bottom: 70px;
}

.region-tab {
  position: relative;
  min-height: 54px;
  padding: 0 4px 18px;
  border: 0;
  background: transparent;
  color: rgba(255,253,245,.62);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
}

.region-tab::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 0;
  height: 3px;
  background: transparent;
  transition: background .25s ease;
}

.region-tab:hover {
  color: rgba(255,253,245,.88);
}

.region-tab.active {
  color: var(--map-text);
}

.region-tab.active::after {
  background: var(--map-text);
}

.region-map-layout {
  display: grid;
  grid-template-columns: minmax(310px, 38%) minmax(0, 62%);
  gap: 42px;
  align-items: center;
  min-height: 570px;
}

.region-map-copy {
  position: relative;
  z-index: 2;
  max-width: 550px;
  padding: 16px 0 42px max(0px, 3vw);
}

.region-map-copy h2 {
  margin: 0 0 24px;
  font: 400 clamp(44px, 4.2vw, 70px)/.95 var(--serif);
  letter-spacing: -.025em;
  color: var(--map-text);
}

.region-map-copy > p {
  max-width: 520px;
  margin: 0 0 28px;
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.65;
  color: rgba(255,253,245,.91);
}

.region-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.region-outline-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(255,253,245,.92);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--map-text);
  transition: background .2s ease, color .2s ease;
}

.region-outline-button:hover {
  background: var(--map-text);
  color: #302d23;
}

.region-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
  color: rgba(255,253,245,.68);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.region-map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.legend-stay,
.legend-experience {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1.5px solid var(--map-text);
}

.legend-stay {
  border-radius: 50%;
}

.legend-experience {
  transform: rotate(45deg);
  background: var(--map-text);
}

.region-map-stage {
  position: relative;
  height: 570px;
  min-width: 0;
}

.region-map-canvas {
  position: absolute;
  inset: 0;
  background: var(--map-khaki);
}

.region-map-status {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  color: rgba(255,253,245,.65);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  pointer-events: none;
}

.region-map-status.loaded {
  display: none;
}

/* Make MapLibre feel like part of the editorial layout, not an embedded app. */
.region-map-stage .maplibregl-canvas {
  outline: none;
}

.region-map-stage .maplibregl-ctrl-bottom-right {
  opacity: .54;
  font-size: 9px;
}

.region-map-stage .maplibregl-ctrl-attrib {
  background: rgba(138,128,94,.74);
  color: rgba(255,255,255,.74);
}

.region-map-stage .maplibregl-ctrl-attrib a {
  color: inherit;
}

/* Custom markers */
.vm-map-marker {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #fffdf5;
  white-space: nowrap;
}

.vm-map-marker-core {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  border: 2px solid #fffdf5;
  background: transparent;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(70,66,48,.12);
}

.vm-map-marker.experience .vm-map-marker-core {
  width: 12px;
  height: 12px;
  border-radius: 1px;
  background: #fffdf5;
  transform: rotate(45deg);
}

.vm-map-marker-label {
  padding: 3px 5px;
  border-radius: 3px;
  background: rgba(119,110,80,.58);
  color: #fffdf5;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .01em;
  text-shadow: 0 1px 2px rgba(38,35,25,.24);
  pointer-events: none;
}

.vm-map-marker.stay:not(.show-label) .vm-map-marker-label {
  display: none;
}

.vm-map-marker.stay:not(.show-label):hover .vm-map-marker-label {
  display: block;
}

.maplibregl-popup-content {
  min-width: 190px;
  padding: 14px 16px;
  border-radius: 0;
  background: #fffdf5;
  color: #24271f;
  box-shadow: none;
  font-family: var(--sans);
}

.maplibregl-popup-content strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
}

.maplibregl-popup-content span {
  color: rgba(36,39,31,.62);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.maplibregl-popup-close-button {
  color: #24271f;
  font-size: 18px;
}

/* Mobile map */
@media (max-width: 900px) {
  .region-map-section {
    padding: 50px 24px 30px;
  }

  .region-map-kicker {
    margin-bottom: 32px;
    font-size: 14px;
  }

  .region-tabs {
    display: flex;
    gap: 26px;
    overflow-x: auto;
    margin: 0 -24px 38px;
    padding: 0 24px 3px;
    scrollbar-width: none;
  }

  .region-tabs::-webkit-scrollbar {
    display: none;
  }

  .region-tab {
    flex: 0 0 auto;
    min-height: 44px;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
  }

  .region-tab::after {
    left: 0;
    right: 0;
  }

  .region-map-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: 0;
  }

  .region-map-copy {
    max-width: 640px;
    padding: 0 0 14px;
  }

  .region-map-copy h2 {
    font-size: clamp(44px, 12vw, 66px);
  }

  .region-map-copy > p {
    max-width: 590px;
    font-size: 16px;
  }

  .region-map-legend {
    margin-top: 26px;
  }

  .region-map-stage {
    height: 440px;
    margin: 4px -24px 0;
  }

  .vm-map-marker-label {
    font-size: 10px;
  }
}

@media (max-width: 520px) {
  .region-map-stage {
    height: 390px;
  }

  .region-map-actions {
    gap: 10px;
  }

  .region-outline-button {
    min-height: 43px;
    padding: 0 17px;
    font-size: 12px;
  }
}


/* ==========================================================
   VISIT MAPUTALAND — 2026 BRAND INTEGRATION
   ========================================================== */

:root {
  --brand-olive: #436300;
  --brand-deep: #2B3A12;
  --brand-orange: #D26C0F;
  --brand-sand: #F7DCA8;
  --brand-coral: #E0674A;
  --brand-lagoon: #439B82;
  --brand-shell: #FDF5E9;

  --ink: var(--brand-deep);
  --paper: var(--brand-shell);
  --sand: var(--brand-sand);
  --moss: var(--brand-olive);
  --forest: var(--brand-deep);
  --white: #FFFDF8;
  --line: rgba(43,58,18,.16);

  --serif: "Gilda Display", Georgia, serif;
  --body: "Newsreader", Georgia, serif;
  --sans: "Quicksand", Arial, sans-serif;
}

body {
  background: var(--brand-shell);
  color: var(--brand-deep);
  font-family: var(--body);
}

button,
.button,
.text-link,
.eyebrow,
.brand-name,
.desktop-nav,
.mobile-menu,
.hero-meta,
.listing-location,
.listing-tag,
.story-type,
.footer-links,
.footer-bottom,
.region-tab,
.region-map-kicker,
.region-map-legend,
.stay-region-tab,
.stay-region-count,
.stay-card-copy p {
  font-family: var(--sans);
}

h1, h2, h3,
.card-copy h3,
.listing-copy h3,
.story-row h3,
.footer-top h2 {
  font-family: var(--serif);
}

h1 em, h2 em, h3 em {
  font-style: normal;
}

/* Visitor-facing mark from the identity system */
.brand {
  gap: 11px;
}

.brand-logo {
  display: block;
  width: 62px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}

.site-header {
  color: var(--brand-shell);
}

.site-header.scrolled {
  background: rgba(253,245,233,.95);
  color: var(--brand-deep);
  border-bottom-color: rgba(43,58,18,.14);
}

.site-header.scrolled .brand-logo {
  filter: none;
}

.brand-name {
  font-weight: 600;
  letter-spacing: -.01em;
}

/* Signature slogan: used once, as the hero */
.hero-copy h1 {
  max-width: 900px;
  color: var(--brand-shell);
  font-family: var(--serif);
  font-size: clamp(74px, 9vw, 142px);
  line-height: .94;
  letter-spacing: -.035em;
  margin-bottom: 38px;
}

.hero-copy .eyebrow {
  color: var(--brand-sand);
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(43,58,18,.44), rgba(43,58,18,.04) 66%),
    linear-gradient(0deg, rgba(43,58,18,.28), rgba(43,58,18,0) 50%);
}

.button-light {
  background: var(--brand-shell);
  color: var(--brand-deep);
}

.button-light:hover {
  background: var(--brand-sand);
}

.text-link.light-link {
  color: var(--brand-shell);
}

.eyebrow:not(.light) {
  color: var(--brand-orange);
}

/* Sand + shell carry the space */
.section,
.stay-regions-page,
.profile-directory {
  background: var(--brand-shell);
}

.listing-card {
  background: rgba(247,220,168,.18);
}

.listing-tag {
  background: var(--brand-shell);
  color: var(--brand-deep);
}

/* Olive anchors large branded fields */
.feature-story,
.plan-card {
  background: var(--brand-deep);
}

.handoff-note,
.story-list,
.story-row {
  border-color: rgba(43,58,18,.17);
}

/* Small accent doses only */
.card-number,
.story-index {
  color: var(--brand-orange);
}

.section-heading .eyebrow,
.intro .eyebrow,
.explore .eyebrow,
.stories .eyebrow,
.stay .eyebrow {
  color: var(--brand-orange);
}

/* Footer: deep palm + faint official palm texture */
footer {
  position: relative;
  overflow: hidden;
  background-color: var(--brand-deep);
  background-image: url("assets/brand/palm-pattern.png");
  background-repeat: repeat;
  background-size: 520px 520px;
  color: var(--brand-shell);
}

footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(43,58,18,.18);
  pointer-events: none;
}

footer > * {
  position: relative;
  z-index: 1;
}

/* Regional map identity */
.region-map-section {
  --map-khaki: var(--brand-olive);
  --map-land: #587617;
  --map-text: var(--brand-shell);
  --map-muted: rgba(253,245,233,.72);
  background: var(--brand-olive);
}

.region-map-kicker {
  color: var(--brand-sand);
}

.region-tab {
  color: rgba(253,245,233,.62);
}

.region-tab.active {
  color: var(--brand-shell);
}

.region-tab.active::after {
  background: var(--brand-orange);
}

.region-map-copy .eyebrow {
  color: var(--brand-sand);
}

.region-map-copy h2 {
  font-family: var(--serif);
}

.region-map-copy > p {
  font-family: var(--body);
}

.region-outline-button {
  border-color: var(--brand-shell);
  color: var(--brand-shell);
  font-family: var(--sans);
}

.region-outline-button:hover {
  background: var(--brand-shell);
  color: var(--brand-deep);
}

.region-map-canvas,
.region-map-status {
  background-color: var(--brand-olive);
}

/* Cream discs with small olive/orange identifiers, per map-marker guidance */
.vm-map-marker-core {
  position: relative;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background: var(--brand-shell);
  box-shadow: 0 0 0 1px rgba(43,58,18,.12);
}

.vm-map-marker-core::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: var(--brand-olive);
}

.vm-map-marker.experience .vm-map-marker-core {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--brand-shell);
  transform: none;
}

.vm-map-marker.experience .vm-map-marker-core::after {
  border-radius: 1px;
  background: var(--brand-orange);
  transform: translate(-50%,-50%) rotate(45deg);
}

.vm-map-marker-label {
  padding: 3px 4px;
  background: transparent;
  color: var(--brand-shell);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-shadow: 0 1px 2px rgba(43,58,18,.28);
}

.maplibregl-popup-content {
  background: var(--brand-shell);
  color: var(--brand-deep);
  font-family: var(--body);
}

.maplibregl-popup-content strong {
  font-family: var(--serif);
}

/* Stay-by-region page */
.stay-region-tabs {
  border-bottom-color: rgba(67,99,0,.18);
}

.stay-region-tab {
  color: rgba(43,58,18,.48);
}

.stay-region-tab.active {
  color: var(--brand-deep);
}

.stay-region-tab.active::after {
  background: var(--brand-orange);
}

.stay-region-feature {
  background: var(--brand-olive);
  color: var(--brand-shell);
}

.stay-region-copy .eyebrow {
  color: var(--brand-sand);
}

.stay-region-copy h2 {
  font-family: var(--serif);
}

.stay-region-copy > p:not(.eyebrow) {
  font-family: var(--body);
}

.stay-region-map {
  background: var(--brand-olive);
}

.stay-map-marker > span {
  position: relative;
  width: 21px;
  height: 21px;
  border: 0;
  background: var(--brand-shell);
}

.stay-map-marker > span::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 7px;
  top: 7px;
  border-radius: 50%;
  background: var(--brand-olive);
}

.stay-map-marker > em {
  background: transparent;
  color: var(--brand-shell);
  font-family: var(--sans);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.stay-region-card {
  border-color: rgba(67,99,0,.16);
}

.stay-region-card:hover {
  background: rgba(247,220,168,.18);
}

.stay-card-number {
  color: var(--brand-orange);
}

@media (max-width: 600px) {
  .brand-logo {
    width: 52px;
    height: 36px;
  }

  .hero-copy h1 {
    font-size: clamp(58px, 16vw, 78px);
    line-height: .96;
  }
}


/* ==========================================================
   MAP CLEANUP — light cartography, branded overlays only
   ========================================================== */

/* Main regional map */
.region-map-section {
  --map-text: #2B3A12;
  --map-muted: rgba(43,58,18,.62);
  background: #F7DCA8;
  color: #2B3A12;
}

.region-map-kicker {
  color: #D26C0F;
}

.region-tab {
  color: rgba(43,58,18,.48);
}

.region-tab:hover {
  color: rgba(43,58,18,.78);
}

.region-tab.active {
  color: #2B3A12;
}

.region-tab.active::after {
  background: #D26C0F;
}

.region-map-copy .eyebrow {
  color: #D26C0F;
}

.region-map-copy h2 {
  color: #2B3A12;
}

.region-map-copy > p {
  color: rgba(43,58,18,.76);
}

.region-outline-button {
  border-color: #436300;
  color: #2B3A12;
}

.region-outline-button:hover {
  background: #436300;
  color: #FDF5E9;
}

.region-map-legend {
  color: rgba(43,58,18,.58);
}

.legend-stay,
.legend-experience {
  border-color: #436300;
}

.legend-experience {
  background: #D26C0F;
}

.region-map-stage,
.region-map-canvas,
.region-map-status {
  background: #FDF5E9;
}

/* clean markers: olive stay / orange experience */
.vm-map-marker {
  color: #2B3A12;
}

.vm-map-marker-core {
  width: 16px;
  height: 16px;
  border: 2px solid #FDF5E9;
  border-radius: 50%;
  background: #436300;
  box-shadow: 0 0 0 1px rgba(43,58,18,.18);
}

.vm-map-marker-core::after {
  display: none;
}

.vm-map-marker.experience .vm-map-marker-core {
  width: 14px;
  height: 14px;
  border: 2px solid #FDF5E9;
  border-radius: 2px;
  background: #D26C0F;
  transform: rotate(45deg);
}

.vm-map-marker.experience .vm-map-marker-core::after {
  display: none;
}

.vm-map-marker-label {
  background: rgba(253,245,233,.92);
  color: #2B3A12;
  padding: 4px 6px;
  border-radius: 2px;
  font-size: 9px;
  text-shadow: none;
  box-shadow: 0 0 0 1px rgba(43,58,18,.08);
}

/* show labels only when intentionally enabled or hovered */
.vm-map-marker.stay:not(.show-label) .vm-map-marker-label {
  display: none;
}

.vm-map-marker.stay:not(.show-label):hover .vm-map-marker-label {
  display: block;
}

.region-map-stage .maplibregl-ctrl-attrib {
  background: rgba(253,245,233,.9);
  color: rgba(43,58,18,.52);
}

.region-map-stage .maplibregl-ctrl-attrib a {
  color: inherit;
}

/* Stay-by-region map */
.stay-region-feature {
  background: #F7DCA8;
  color: #2B3A12;
}

.stay-region-copy .eyebrow {
  color: #D26C0F;
}

.stay-region-copy h2 {
  color: #2B3A12;
}

.stay-region-copy > p:not(.eyebrow) {
  color: rgba(43,58,18,.76);
}

.stay-region-count {
  border-top-color: rgba(67,99,0,.38);
  color: rgba(43,58,18,.58);
}

.stay-region-map-wrap,
.stay-region-map,
.stay-map-status {
  background: #FDF5E9;
}

.stay-region-map-wrap .maplibregl-ctrl-attrib {
  background: rgba(253,245,233,.9);
  color: rgba(43,58,18,.5);
}

.stay-map-marker {
  color: #2B3A12;
}

.stay-map-marker > span {
  width: 16px;
  height: 16px;
  border: 2px solid #FDF5E9;
  border-radius: 50%;
  background: #436300;
  box-shadow: 0 0 0 1px rgba(43,58,18,.18);
}

.stay-map-marker > span::after {
  display: none;
}

.stay-map-marker > em {
  background: rgba(253,245,233,.94);
  color: #2B3A12;
  padding: 4px 6px;
  border-radius: 2px;
  font-size: 9px;
  box-shadow: 0 0 0 1px rgba(43,58,18,.08);
}

.stay-region-map-wrap .maplibregl-popup-content {
  background: #FDF5E9;
  color: #2B3A12;
}

@media (max-width: 900px) {
  .region-map-section {
    background: #F7DCA8;
  }
}
