:root {
  --ink: #213b33;
  --muted: #6f766b;
  --paper: #f5efe3;
  --white: #ffffff;
  --forest: #1f564c;
  --forest-dark: #123b34;
  --sage: #647466;
  --gold: #b79a67;
  --gold-soft: #d8c9ae;
  --clay: #c37550;
  --sand: #e7dcc9;
  --cream: #fbf7ef;
  --line: rgba(33, 59, 51, 0.16);
  --shadow: 0 22px 70px rgba(18, 59, 52, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 28px;
  padding: 16px clamp(20px, 4vw, 64px);
  background: rgba(251, 247, 239, 0.94);
  border-bottom: 1px solid rgba(31, 86, 76, 0.14);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 178px;
  height: auto;
}

.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.45vw, 24px);
  color: var(--forest-dark);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.main-nav a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover {
  border-color: var(--gold);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 13px;
  color: var(--forest-dark);
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(31, 86, 76, 0.16);
  border-radius: 6px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.language-switch img {
  width: 17px;
  height: 17px;
}

.language-switch:hover {
  color: var(--white);
  background: var(--forest);
  border-color: var(--forest);
}

.mobile-nav-head,
.mobile-nav-actions,
.mobile-nav-notes,
.menu-backdrop {
  display: none;
}

.header-cta,
.btn,
.inline-link {
  font-weight: 800;
}

.header-cta {
  color: var(--white);
  background: var(--forest);
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 0.86rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: var(--ink);
}

.menu-backdrop {
  position: fixed;
  z-index: 18;
  inset: 0;
  background: rgba(18, 59, 52, 0.48);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.menu-backdrop.is-open {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.hero {
  position: relative;
  min-height: max(760px, 100svh);
  display: grid;
  align-items: end;
  overflow: hidden;
  padding-top: 92px;
  background: var(--forest-dark);
}

.hero-media,
.hero picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: center 58%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 59, 52, 0.82), rgba(18, 59, 52, 0.48) 43%, rgba(18, 59, 52, 0.08) 76%),
    linear-gradient(0deg, rgba(18, 59, 52, 0.32), rgba(18, 59, 52, 0.02) 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 40px));
  margin: 0 0 clamp(82px, 14vh, 168px) clamp(20px, 7vw, 92px);
  color: var(--white);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ead6ad;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(2.7rem, 6.4vw, 6.25rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.25rem);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.hero-copy {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.55;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 14px 22px;
  transition: transform 180ms ease, background 180ms ease;
  gap: 9px;
}

.btn:hover,
.header-cta:hover,
.inline-link:hover {
  transform: translateY(-1px);
}

.btn-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}

.btn-primary {
  background: var(--clay);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(195, 117, 80, 0.28);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.78);
  color: var(--white);
}

.btn-secondary.dark {
  border-color: var(--forest);
  color: var(--forest);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.trust-strip li {
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.09);
  font-size: 0.86rem;
}

.quick-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.quick-proof div {
  min-height: 126px;
  padding: 28px clamp(18px, 3vw, 38px) 30px;
  border-right: 1px solid var(--line);
}

.quick-proof strong,
.quick-proof span {
  display: block;
}

.quick-proof strong {
  font-size: 1.04rem;
  margin-bottom: 8px;
}

.proof-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  color: var(--forest);
  fill: currentColor;
}

.quick-proof span,
p {
  color: var(--muted);
  line-height: 1.65;
}

.booking-section {
  scroll-margin-top: 96px;
  padding: clamp(34px, 5vw, 58px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(180deg, var(--cream), var(--paper));
}

.booking-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.56fr) minmax(560px, 1fr);
  gap: clamp(20px, 3vw, 42px);
  align-items: center;
  max-width: 1220px;
  margin: 0 auto;
  padding: clamp(22px, 3.2vw, 38px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(18, 59, 52, 0.98), rgba(31, 86, 76, 0.92)),
    var(--forest-dark);
  border: 1px solid rgba(234, 214, 173, 0.2);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(10, 33, 31, 0.18);
}

.booking-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.9rem, 3vw, 3.05rem);
  line-height: 1;
}

.booking-copy p:not(.section-kicker) {
  max-width: 430px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.55;
}

.booking-widget-card {
  padding: clamp(14px, 1.7vw, 20px);
  background: rgba(251, 247, 239, 0.98);
  border: 1px solid rgba(234, 214, 173, 0.34);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(10, 33, 31, 0.26);
}

.booking-widget-card .CloudBedsWidget {
  width: 100%;
}

.booking-widget-card .widgetHotelsForm,
.booking-widget-card .horizontal-widget {
  width: 100%;
}

.booking-widget-card .horizontal-widget {
  display: grid !important;
  grid-template-columns: minmax(160px, 1fr) minmax(160px, 1fr) minmax(150px, 0.52fr);
  gap: 10px;
  align-items: center;
}

.booking-widget-card .acessa_widget_block {
  position: relative;
  min-width: 0;
  padding: 10px 14px 12px;
  background: var(--white);
  border: 1px solid rgba(31, 86, 76, 0.16);
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(33, 59, 51, 0.06);
}

.booking-widget-card .acessa_widget_block p {
  margin: 0 0 6px;
  color: var(--forest-dark) !important;
  font-size: 0.74rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase;
}

.booking-widget-card .widgetHotelsInputText,
.booking-widget-card .date_mobile {
  width: 100% !important;
  min-height: 28px !important;
  padding: 0 !important;
  color: var(--ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  font: inherit !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
}

.booking-widget-card .submit_link {
  grid-column: auto;
  justify-self: stretch;
  align-self: stretch;
  width: 100% !important;
  max-width: none !important;
  min-height: 64px !important;
  margin: 0 !important;
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 24px !important;
  color: var(--white) !important;
  background: var(--clay) !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 12px 26px rgba(195, 117, 80, 0.24) !important;
  font-size: 0.95rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center;
  text-shadow: none !important;
  text-transform: uppercase;
}

.booking-widget-card .submit_link:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(195, 117, 80, 0.3) !important;
}

.section {
  padding: clamp(68px, 10vw, 128px) clamp(20px, 5vw, 72px);
}

.section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-head.compact {
  max-width: 920px;
}

.section-head p:not(.section-kicker) {
  max-width: 620px;
  font-size: 1.06rem;
}

.intro-immersive {
  position: relative;
  min-height: min(760px, 82vh);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--forest-dark);
  color: var(--white);
}

.intro-immersive::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 59, 52, 0.88), rgba(18, 59, 52, 0.54) 48%, rgba(18, 59, 52, 0.1)),
    linear-gradient(0deg, rgba(18, 59, 52, 0.5), rgba(18, 59, 52, 0.04) 56%);
  pointer-events: none;
}

.intro-visual {
  position: absolute;
  inset: 0;
}

.intro-visual img,
.intro-visual iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.intro-visual img {
  object-fit: cover;
  object-position: center;
}

.intro-content {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
}

.intro-content h2 {
  max-width: 780px;
  color: var(--white);
}

.intro-content p:not(.section-kicker) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
}

.intro-immersive .section-kicker {
  color: #ead6ad;
}

.intro-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.intro-highlights span {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid rgba(234, 214, 173, 0.36);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.86rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.intro-highlights svg {
  width: 18px;
  height: 18px;
  fill: var(--gold);
}

.destination-section {
  background: var(--paper);
}

.destination-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.destination-visual {
  display: grid;
  grid-template-rows: auto auto;
  gap: 14px;
  min-width: 0;
}

.destination-visual > img {
  width: 100%;
  height: clamp(420px, 42vw, 620px);
  min-height: 0;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.destination-mosaic {
  display: grid;
  grid-template-columns: 0.82fr 0.7fr 1fr;
  gap: 14px;
}

.destination-mosaic img {
  width: 100%;
  height: clamp(130px, 12vw, 180px);
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(33, 59, 51, 0.1);
}

.destination-mosaic img:nth-child(2) {
  object-position: center 32%;
}

.destination-grid,
.day-flow {
  display: grid;
  gap: 14px;
}

.destination-grid {
  grid-template-columns: 1fr 1fr;
}

.destination-grid article,
.day-flow article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: 0 14px 34px rgba(33, 59, 51, 0.08);
}

.destination-grid svg {
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  color: var(--gold);
  fill: currentColor;
}

.destination-grid p,
.day-flow p {
  margin-bottom: 0;
}

.day-section {
  background: var(--forest-dark);
  color: var(--white);
}

.day-section h2,
.day-flow h3 {
  color: var(--white);
}

.day-flow {
  grid-template-columns: repeat(5, 1fr);
}

.day-flow article {
  min-height: 460px;
  display: grid;
  align-content: start;
  grid-template-rows: auto auto auto 1fr;
  gap: 0;
  overflow: hidden;
  padding: 0 0 24px;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(234, 214, 173, 0.2);
}

.day-flow img {
  width: 100%;
  height: clamp(230px, 21vw, 310px);
  margin-bottom: 20px;
  object-fit: cover;
  object-position: center;
}

.day-flow span {
  width: fit-content;
  margin: 0 22px 16px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #ead6ad;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.day-flow h3,
.day-flow p {
  padding: 0 22px;
}

.day-flow p {
  color: rgba(255, 255, 255, 0.74);
}

.beach-club-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: stretch;
  background: var(--sand);
}

.beach-club-visual {
  min-height: 100%;
  display: flex;
}

.beach-club-visual img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.beach-club-announcement {
  margin-top: 18px;
  color: var(--forest-dark);
}

.beach-club-announcement p {
  margin-bottom: 14px;
  line-height: 1.58;
}

.beach-club-announcement strong {
  display: block;
  margin-bottom: 14px;
  color: var(--clay);
  font-size: clamp(1.05rem, 1.6vw, 1.34rem);
  font-weight: 900;
}

.beach-club-lead {
  color: var(--forest-dark);
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  font-weight: 900;
  line-height: 1.15 !important;
}

.beach-club-announcement ul {
  display: grid;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.beach-club-announcement li {
  position: relative;
  padding-left: 22px;
  color: var(--ink);
  font-weight: 800;
}

.beach-club-announcement li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 999px;
  transform: translateY(-50%);
}

.beach-club-postcards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 22px 0 18px;
}

.beach-club-postcards figure {
  min-height: clamp(118px, 9vw, 152px);
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--forest-dark);
  box-shadow: 0 14px 34px rgba(33, 59, 51, 0.16);
}

.beach-club-postcards img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.beach-club-postcards figure:nth-child(1) img {
  object-position: center 62%;
}

.beach-club-postcards figure:nth-child(2) img {
  object-position: center 56%;
}

.beach-club-postcards figure:nth-child(3) img {
  object-position: center 50%;
}

.beach-club-postcards figure:hover img {
  transform: scale(1.04);
}

.beach-club-copy .btn {
  margin-top: 24px;
}

.beach-club-copy .intro-highlights span {
  color: var(--forest-dark);
  border-color: rgba(31, 86, 76, 0.24);
  background: rgba(251, 247, 239, 0.76);
}

.wellness-section {
  background: var(--cream);
}

.wellness-hero {
  position: relative;
  min-height: clamp(420px, 48vw, 620px);
  display: grid;
  align-items: end;
  overflow: hidden;
  border-radius: 8px;
  background: var(--forest-dark);
  box-shadow: var(--shadow);
}

.wellness-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 59, 52, 0.86), rgba(18, 59, 52, 0.48) 48%, rgba(18, 59, 52, 0.08)),
    linear-gradient(0deg, rgba(18, 59, 52, 0.58), rgba(18, 59, 52, 0.02) 55%);
  pointer-events: none;
}

.wellness-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wellness-hero-copy {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  padding: clamp(28px, 5vw, 58px);
  color: var(--white);
}

.wellness-hero-copy h2 {
  color: var(--white);
}

.wellness-hero-copy p:not(.section-kicker) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.04rem, 1.7vw, 1.2rem);
}

.wellness-content {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  margin-top: clamp(28px, 4vw, 48px);
}

.wellness-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.95fr);
  gap: clamp(20px, 4vw, 56px);
}

.wellness-intro p {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.wellness-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.wellness-pillars article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(33, 59, 51, 0.08);
}

.wellness-pillars svg {
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: var(--gold);
  fill: currentColor;
}

.wellness-pillars h3 {
  color: var(--forest-dark);
}

.wellness-pillars p {
  margin-bottom: 0;
}

.wellness-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(31, 86, 76, 0.18);
  border-radius: 8px;
  overflow: hidden;
  background: var(--forest);
}

.wellness-stats div {
  min-height: 132px;
  padding: 24px;
  border-right: 1px solid rgba(234, 214, 173, 0.22);
}

.wellness-stats div:last-child {
  border-right: 0;
}

.wellness-stats strong,
.wellness-stats span {
  display: block;
}

.wellness-stats strong {
  color: var(--white);
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  line-height: 1.02;
  margin-bottom: 8px;
}

.wellness-stats span {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.45;
}

.wellness-closing {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(18px, 4vw, 52px);
  align-items: center;
  padding: clamp(24px, 4vw, 44px);
  border-left: 4px solid var(--gold);
  background: rgba(231, 220, 201, 0.56);
}

.wellness-closing p {
  margin-bottom: 0;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

.wellness-closing strong {
  display: block;
  color: var(--forest-dark);
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.02;
}

.wellness-closing .btn {
  width: fit-content;
  margin-top: 22px;
}

.signature-section {
  background: var(--forest);
  color: var(--white);
}

.signature-section h2,
.signature-section h3 {
  color: var(--white);
}

.signature-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.9fr);
  gap: clamp(22px, 5vw, 70px);
  align-items: stretch;
}

.signature-visual-card {
  position: sticky;
  top: 104px;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(10, 33, 31, 0.32);
}

.signature-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(18, 59, 52, 0.86), rgba(18, 59, 52, 0.1) 58%),
    linear-gradient(90deg, rgba(18, 59, 52, 0.58), rgba(18, 59, 52, 0.08));
}

.signature-visual-card img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.signature-visual-card figcaption {
  position: absolute;
  z-index: 1;
  left: clamp(22px, 4vw, 42px);
  right: clamp(22px, 4vw, 42px);
  bottom: clamp(22px, 4vw, 42px);
  padding: clamp(16px, 3vw, 24px);
  background: rgba(18, 59, 52, 0.76);
  border: 1px solid rgba(234, 214, 173, 0.28);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(10, 33, 31, 0.28);
  backdrop-filter: blur(10px);
}

.signature-visual-card span,
.signature-feature-list span {
  display: block;
  margin-bottom: 8px;
  color: #ead6ad;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.signature-visual-card strong {
  display: block;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1.02;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
}

.signature-feature-list {
  display: grid;
  gap: 16px;
}

.signature-feature-list article {
  display: grid;
  grid-template-columns: minmax(140px, 0.46fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  padding: 14px;
  border: 1px solid rgba(234, 214, 173, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.signature-feature-list img {
  width: 100%;
  height: 100%;
  min-height: 176px;
  object-fit: cover;
  border-radius: 6px;
}

.signature-feature-list div {
  align-self: center;
  padding: 10px 8px 10px 0;
}

.signature-feature-list h3 {
  margin-bottom: 8px;
}

.signature-feature-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

.media-band {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  background: var(--forest-dark);
  color: var(--white);
}

.media-band img {
  width: 100%;
  height: min(58vw, 640px);
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.media-band p {
  color: rgba(255, 255, 255, 0.78);
}

.media-band .eyebrow {
  color: #ead6ad;
}

.inline-link {
  display: inline-flex;
  margin-top: 10px;
  color: #ead6ad;
  border-bottom: 2px solid currentColor;
  padding-bottom: 4px;
}

.section-cta {
  width: fit-content;
  margin-top: 26px;
}

.stay-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.stay-card,
.testimonial-grid figure,
.faq details {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.stay-card,
.testimonial-grid figure {
  box-shadow: 0 12px 34px rgba(33, 59, 51, 0.08);
}

.stay-card {
  display: grid;
  grid-template-rows: auto 1fr;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.stay-card.is-selected {
  border-color: rgba(183, 154, 103, 0.74);
  box-shadow: 0 20px 48px rgba(33, 59, 51, 0.16);
  transform: translateY(-3px);
}

.stay-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.stay-card div {
  display: grid;
  align-content: start;
  padding: 24px;
}

.stay-pill {
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--forest);
  background: rgba(183, 154, 103, 0.18);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.stay-card-action {
  margin-top: 10px;
  padding: 0;
  border: 0;
  color: var(--forest);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-align: left;
}

.stay-card-action::after {
  content: " +";
  color: var(--gold);
}

.stay-card-action[aria-expanded="true"]::after {
  content: " -";
}

.stay-detail-shell {
  margin-top: 22px;
  scroll-margin-top: 96px;
}

.stay-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.82fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: stretch;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(183, 154, 103, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(251, 247, 239, 0.98), rgba(231, 220, 201, 0.82));
  box-shadow: var(--shadow);
}

.stay-detail[hidden] {
  display: none;
}

.stay-gallery {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 12px;
  min-width: 0;
}

.stay-main-image {
  width: 100%;
  height: min(46vw, 520px);
  min-height: 360px;
  object-fit: cover;
  border-radius: 8px;
  background: var(--forest-dark);
}

.stay-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.stay-thumbs button {
  position: relative;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 7px;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}

.stay-thumbs button.is-active {
  border-color: var(--gold);
}

.stay-thumbs img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 180ms ease, filter 180ms ease;
}

.stay-thumbs button:hover img,
.stay-thumbs button.is-active img {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.stay-detail-copy {
  align-self: center;
}

.stay-detail-copy h3 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}

.stay-amenities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.stay-amenities li {
  position: relative;
  padding: 12px 12px 12px 34px;
  border: 1px solid rgba(33, 59, 51, 0.12);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.48);
  font-weight: 700;
  line-height: 1.35;
}

.stay-amenities li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.experiences {
  background: #ede4d3;
}

.experiences + .section-separator {
  background: linear-gradient(180deg, #ede4d3 0%, var(--cream) 100%);
}

.experience-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
}

.experience-layout img {
  width: 100%;
  min-height: 540px;
  object-fit: cover;
  border-radius: 8px;
}

.experience-visual-stack {
  display: grid;
  grid-template-columns: 1fr 0.74fr;
  gap: 14px;
  align-items: stretch;
}

.experience-visual-stack img {
  min-height: 560px;
  box-shadow: var(--shadow);
}

.experience-visual-stack img:nth-child(2) {
  min-height: 420px;
  align-self: end;
}

.experience-list {
  display: grid;
  gap: 20px;
}

.experience-list div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 0 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.experience-list span {
  grid-row: span 2;
  color: var(--forest);
  font-weight: 900;
}

.icon-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--forest);
  background: var(--cream);
  box-shadow: inset 0 0 0 1px rgba(33, 59, 51, 0.1);
}

.icon-mark svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.icon-mark svg [stroke] {
  fill: none;
}

.route-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.68fr);
  gap: clamp(28px, 6vw, 90px);
  background: var(--cream);
}

.route-copy .btn {
  margin-top: 14px;
}

.terms-row {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: clamp(6px, 1.6vw, 18px);
}

.route-steps {
  counter-reset: route;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.route-steps li {
  position: relative;
  padding: 26px 26px 26px 78px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.route-steps li::before {
  counter-increment: route;
  content: counter(route);
  position: absolute;
  left: 24px;
  top: 24px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--forest);
  font-weight: 900;
}

.route-steps strong,
.route-steps span {
  display: block;
}

.route-steps span {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.5;
}

.terms-trigger {
  display: inline-flex;
  margin-top: 0;
  padding: 0;
  color: var(--forest-dark);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(31, 86, 76, 0.34);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 900;
  cursor: pointer;
}

.terms-trigger:hover {
  color: var(--clay);
  border-color: currentColor;
}

.terms-modal {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(20px, 4vw, 52px);
  background: rgba(10, 33, 31, 0.72);
  backdrop-filter: blur(12px);
}

.terms-modal[hidden] {
  display: none;
}

.terms-card {
  position: relative;
  width: min(620px, 100%);
  padding: clamp(28px, 5vw, 46px);
  color: var(--ink);
  background: var(--cream);
  border: 1px solid rgba(183, 154, 103, 0.24);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(10, 33, 31, 0.34);
}

.terms-card h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.terms-card p:not(.section-kicker) {
  color: var(--muted);
  line-height: 1.6;
}

.terms-card .btn {
  margin-top: 8px;
}

.terms-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--forest-dark);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}

.terms-close:hover {
  color: var(--white);
  background: var(--forest);
}

.section-separator {
  position: relative;
  height: clamp(54px, 7vw, 96px);
  display: grid;
  place-items: center;
  padding: 0 clamp(20px, 5vw, 72px);
  overflow: hidden;
}

.section-separator::before,
.section-separator::after {
  content: "";
  position: absolute;
  left: clamp(20px, 5vw, 72px);
  right: clamp(20px, 5vw, 72px);
  height: 1px;
}

.section-separator::before {
  top: 50%;
  background: linear-gradient(90deg, transparent, rgba(31, 86, 76, 0.2), transparent);
}

.section-separator span {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 10px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 8px 50%, var(--gold) 0 3px, transparent 4px),
    radial-gradient(circle at 27px 50%, rgba(31, 86, 76, 0.58) 0 3px, transparent 4px),
    radial-gradient(circle at 46px 50%, var(--gold) 0 3px, transparent 4px);
  box-shadow: 0 0 0 16px var(--paper);
}

.section-separator-wellness {
  background: linear-gradient(180deg, #ede4d3 0%, var(--cream) 100%);
}

.section-separator-stories {
  background: linear-gradient(180deg, var(--paper) 0%, var(--cream) 100%);
}

.section-separator-stories span {
  box-shadow: 0 0 0 16px var(--paper);
}

.image-gallery-section {
  background: var(--paper);
  padding-top: clamp(72px, 9vw, 112px);
}

.image-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: clamp(210px, 18vw, 285px);
  gap: 14px;
}

.image-gallery-grid figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--forest-dark);
  box-shadow: 0 16px 42px rgba(33, 59, 51, 0.14);
  cursor: zoom-in;
}

.image-gallery-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(18, 59, 52, 0.64), rgba(18, 59, 52, 0.02) 58%);
}

.image-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.image-gallery-grid figure:nth-child(1) img,
.image-gallery-grid figure:nth-child(7) img {
  object-position: center 42%;
}

.image-gallery-grid figure:nth-child(2) img {
  object-position: center 58%;
}

.image-gallery-grid figure:nth-child(3) img {
  object-position: center 50%;
}

.image-gallery-grid figure:nth-child(4) img {
  object-position: center 22%;
}

.image-gallery-grid figure:nth-child(5) img {
  object-position: center 48%;
}

.image-gallery-grid figure:nth-child(6) img,
.image-gallery-grid figure:nth-child(9) img {
  object-position: center 54%;
}

.image-gallery-grid figure:nth-child(8) img {
  object-position: center 40%;
}

.image-gallery-grid figure:nth-child(10) img {
  object-position: center 58%;
}

.image-gallery-grid figure:nth-child(11) img {
  object-position: center 48%;
}

.image-gallery-grid figure:nth-child(12) img {
  object-position: center 50%;
}

.image-gallery-grid figure:nth-child(13) img {
  object-position: center 48%;
}

.image-gallery-grid figure:nth-child(14) img {
  object-position: center 50%;
}

.image-gallery-grid figure:nth-child(15) img {
  object-position: center 64%;
}

.image-gallery-grid figure:nth-child(16) img {
  object-position: center 48%;
}

.image-gallery-grid figure:nth-child(17) img {
  object-position: center 60%;
}

.image-gallery-grid figure:nth-child(18) img {
  object-position: center 58%;
}

.image-gallery-grid figure:nth-child(19) img {
  object-position: center 64%;
}

.image-gallery-grid figure:nth-child(20) img {
  object-position: center 60%;
}

.image-gallery-grid figure:nth-child(21) img {
  object-position: center 54%;
}

.image-gallery-grid figure:nth-child(22) img {
  object-position: center 58%;
}

.image-gallery-grid figure:nth-child(23) img {
  object-position: center 52%;
}

.image-gallery-grid figure:nth-child(24) img {
  object-position: center 52%;
}

.image-gallery-grid figure:nth-child(25) img {
  object-position: center 56%;
}

.image-gallery-grid figure:nth-child(26) img {
  object-position: center 64%;
}

.image-gallery-grid figure:nth-child(27) img {
  object-position: center 52%;
}

.image-gallery-grid figure:nth-child(28) img {
  object-position: center 66%;
}

.image-gallery-grid figure:nth-child(29) img {
  object-position: center 58%;
}

.image-gallery-grid figure:nth-child(30) img {
  object-position: center 50%;
}

.image-gallery-grid figcaption {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: 16px;
  bottom: 14px;
  color: var(--white);
  font-weight: 900;
  line-height: 1.2;
}

.image-gallery-grid .featured {
  grid-column: span 2;
  grid-row: span 2;
}

.image-gallery-grid .wide {
  grid-column: span 2;
}

.image-gallery-grid .tall {
  grid-row: span 2;
}

.image-gallery-grid figure:hover img {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.gallery-lightbox {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(22px, 4vw, 54px);
  background: rgba(10, 33, 31, 0.88);
  backdrop-filter: blur(14px);
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox figure {
  width: min(1120px, 94vw);
  max-height: 88vh;
  margin: 0;
  display: grid;
  gap: 14px;
}

.gallery-lightbox img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
}

.gallery-lightbox figcaption {
  color: var(--white);
  text-align: center;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
}

.gallery-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}

body.has-lightbox {
  overflow: hidden;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.testimonial-grid figure {
  margin: 0;
  padding: 28px;
}

blockquote {
  margin: 0 0 22px;
  font-size: 1.18rem;
  line-height: 1.45;
}

figcaption {
  color: var(--gold);
  font-weight: 900;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(28px, 6vw, 80px);
  background: var(--sand);
}

.final-cta img {
  width: 100%;
  height: min(54vw, 580px);
  object-fit: cover;
  border-radius: 8px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq details {
  padding: 0;
}

.faq summary {
  cursor: pointer;
  padding: 22px 24px;
  font-weight: 900;
}

.faq details p {
  margin: 0;
  padding: 0 24px 24px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) minmax(220px, 1.1fr) minmax(190px, 0.9fr) auto;
  gap: clamp(22px, 4vw, 48px);
  align-items: start;
  padding: 42px clamp(20px, 5vw, 72px) 104px;
  color: var(--muted);
  background: var(--cream);
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 150px;
  margin-bottom: 14px;
}

.site-footer p,
.site-footer strong,
.site-footer a {
  display: block;
}

.site-footer p {
  max-width: 28rem;
  margin: 0;
  line-height: 1.55;
}

.site-footer strong,
.site-footer a {
  color: var(--ink);
}

.site-footer strong {
  margin-bottom: 10px;
  font-weight: 900;
}

.site-footer a {
  margin-top: 7px;
  line-height: 1.35;
}

.footer-contact a:hover {
  color: var(--clay);
}

.footer-social div {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin: 0;
  color: var(--white);
  background: var(--forest);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

.footer-social a:hover {
  background: var(--clay);
  transform: translateY(-2px);
}

.whatsapp-float {
  position: fixed;
  z-index: 45;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 17px;
  color: var(--white);
  background: #25d366;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(10, 33, 31, 0.22);
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(10, 33, 31, 0.28);
}

@media (max-width: 960px) {
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand,
  .footer-social {
    grid-column: 1 / -1;
  }
}

.mobile-sticky {
  position: fixed;
  z-index: 30;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  grid-template-columns: 1fr 1fr;
  background: var(--white);
  box-shadow: 0 -12px 36px rgba(10, 33, 31, 0.16);
}

.mobile-sticky a {
  min-height: 56px;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.mobile-sticky a:first-child {
  color: var(--white);
  background: var(--clay);
}

.mobile-sticky a:last-child {
  color: var(--white);
  background: var(--forest);
}

.motion-card {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.motion-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.signature-feature-list article,
.image-gallery-grid figure,
.wellness-pillars article,
.stay-card,
.experience-list div,
.route-steps li,
.testimonial-grid figure,
.faq details,
.quick-proof div {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.signature-feature-list article:hover,
.image-gallery-grid figure:hover,
.wellness-pillars article:hover,
.stay-card:hover,
.experience-list div:hover,
.route-steps li:hover,
.testimonial-grid figure:hover,
.faq details:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 46px rgba(33, 59, 51, 0.14);
}

.signature-feature-list article:hover {
  border-color: rgba(234, 214, 173, 0.42);
  background: rgba(255, 255, 255, 0.085);
}

.quick-proof div:hover {
  background: rgba(255, 255, 255, 0.56);
}

@media (prefers-reduced-motion: reduce) {
  .motion-card,
  .motion-card.is-visible,
  .signature-feature-list article,
  .image-gallery-grid figure,
  .wellness-pillars article,
  .stay-card,
  .experience-list div,
  .route-steps li,
  .testimonial-grid figure,
  .faq details,
  .quick-proof div {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: auto 1fr auto auto;
    z-index: 60;
    gap: 10px;
    transition: box-shadow 220ms ease, background 220ms ease;
  }

  .brand {
    order: 1;
  }

  .brand img {
    width: 150px;
  }

  .menu-toggle {
    order: 4;
    display: flex;
    justify-self: end;
    position: relative;
    z-index: 62;
    width: 48px;
    height: 48px;
    color: var(--white);
    background: var(--forest);
    border: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow: 0 14px 34px rgba(18, 59, 52, 0.2);
    transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  }

  .language-switch {
    order: 3;
    justify-self: end;
    min-height: 44px;
    padding: 0 12px;
  }

  .menu-toggle span {
    width: 21px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 220ms ease, opacity 160ms ease;
  }

  .menu-toggle[aria-expanded="true"] {
    background: var(--forest-dark);
    box-shadow: 0 12px 26px rgba(10, 33, 31, 0.22);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .header-cta {
    display: none;
  }

  .main-nav {
    position: fixed;
    z-index: 59;
    top: calc(76px + env(safe-area-inset-top));
    left: 14px;
    right: 14px;
    display: grid;
    justify-self: auto;
    align-items: stretch;
    gap: 8px;
    max-height: calc(100svh - 94px);
    overflow-y: auto;
    padding: 16px;
    color: var(--ink);
    background:
      linear-gradient(145deg, rgba(251, 247, 239, 0.98), rgba(231, 220, 201, 0.98)),
      var(--cream);
    border: 1px solid rgba(183, 154, 103, 0.24);
    border-radius: 0 0 18px 18px;
    box-shadow: 0 26px 72px rgba(10, 33, 31, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px) scale(0.98);
    transform-origin: top center;
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .main-nav a {
    width: 100%;
    min-height: 44px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 11px 14px;
    color: var(--forest-dark);
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(31, 86, 76, 0.1);
    border-radius: 8px;
    font-size: 0.78rem;
    box-shadow: 0 8px 20px rgba(33, 59, 51, 0.06);
  }

  .main-nav a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    opacity: 0.42;
    transform: rotate(-45deg);
  }

  .main-nav a:hover {
    border-color: rgba(183, 154, 103, 0.42);
    background: rgba(255, 255, 255, 0.88);
  }

  .mobile-nav-head {
    display: grid;
    gap: 5px;
    padding: 2px 4px 9px;
    border-bottom: 1px solid rgba(31, 86, 76, 0.14);
  }

  .mobile-nav-head span {
    color: var(--gold);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mobile-nav-head strong {
    color: var(--forest-dark);
    font-size: 1.18rem;
    line-height: 1.08;
  }

  .mobile-nav-head p {
    max-width: 28rem;
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .mobile-nav-actions {
    display: grid;
    gap: 8px;
    padding-top: 6px;
  }

  .mobile-nav-actions a {
    min-height: 50px;
    display: flex;
    justify-content: center;
    gap: 8px;
    font-size: 0.9rem;
  }

  .mobile-nav-actions a::after {
    display: none;
  }

  .mobile-nav-primary {
    color: var(--white) !important;
    background: var(--clay) !important;
    border-color: rgba(195, 117, 80, 0.38) !important;
  }

  .mobile-nav-secondary {
    color: var(--white) !important;
    background: var(--forest) !important;
    border-color: rgba(31, 86, 76, 0.3) !important;
  }

  .mobile-nav-notes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding-top: 2px;
  }

  .mobile-nav-notes span {
    display: grid;
    place-items: center;
    min-height: 34px;
    padding: 7px 8px;
    color: var(--forest-dark);
    background: rgba(183, 154, 103, 0.13);
    border: 1px solid rgba(183, 154, 103, 0.24);
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    text-align: center;
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open .site-header {
    background: rgba(251, 247, 239, 0.98);
    box-shadow: 0 16px 42px rgba(10, 33, 31, 0.12);
  }

  body.menu-open .mobile-sticky {
    transform: translateY(100%);
  }

  .hero {
    min-height: 88vh;
    padding-top: calc(108px + env(safe-area-inset-top));
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(18, 59, 52, 0.84), rgba(18, 59, 52, 0.18) 64%),
      linear-gradient(90deg, rgba(18, 59, 52, 0.52), rgba(18, 59, 52, 0.04));
  }

  .hero-content {
    margin: 18px 20px clamp(88px, 12vh, 150px);
    width: calc(100% - 40px);
  }

  .quick-proof,
  .stay-grid,
  .testimonial-grid,
  .wellness-pillars,
  .wellness-stats {
    grid-template-columns: 1fr 1fr;
  }

  .quick-proof div:nth-child(2) {
    border-right: 0;
  }

  .media-band,
  .destination-layout,
  .beach-club-section,
  .signature-showcase,
  .wellness-intro,
  .wellness-closing,
  .experience-layout,
  .route-section,
  .final-cta,
  .stay-detail {
    grid-template-columns: 1fr;
  }

  .booking-panel {
    grid-template-columns: 1fr;
  }

  .booking-widget-card .horizontal-widget {
    grid-template-columns: minmax(160px, 1fr) minmax(160px, 1fr) minmax(150px, 0.56fr);
  }

  .booking-widget-card .submit_link {
    grid-column: auto;
    width: 100%;
  }

  .day-flow {
    grid-template-columns: 1fr 1fr;
  }

  .destination-visual > img {
    min-height: 420px;
  }

  .experience-visual-stack {
    grid-template-columns: 1fr 1fr;
  }

  .signature-visual-card {
    position: relative;
    top: auto;
    min-height: 520px;
  }

  .signature-visual-card img {
    min-height: 520px;
  }

  .image-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 220px;
  }

  .wellness-stats div:nth-child(2) {
    border-right: 0;
  }

  .experience-layout img {
    min-height: 380px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 18px;
  }

  .hero {
    min-height: 88vh;
    padding-top: calc(116px + env(safe-area-inset-top));
  }

  .hero-media {
    object-position: 58% center;
  }

  h1 {
    font-size: clamp(2.32rem, 12vw, 3.45rem);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .hero-copy {
    font-size: 1rem;
    line-height: 1.48;
    margin-bottom: 20px;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .trust-strip {
    display: none;
  }

  .quick-proof,
  .stay-grid,
  .testimonial-grid,
  .destination-grid,
  .wellness-pillars,
  .wellness-stats {
    grid-template-columns: 1fr;
  }

  .quick-proof div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .booking-section {
    padding: 30px 14px;
  }

  .booking-panel {
    gap: 18px;
    padding: 20px;
  }

  .booking-copy h2 {
    font-size: clamp(1.75rem, 8.5vw, 2.45rem);
  }

  .booking-copy p:not(.section-kicker) {
    margin-top: 10px;
  }

  .booking-widget-card {
    padding: 14px;
  }

  .booking-widget-card .horizontal-widget {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .booking-widget-card .widgetHotelsInputText,
  .booking-widget-card .date_mobile {
    min-height: 28px !important;
  }

  .booking-widget-card .submit_link {
    min-height: 54px !important;
  }

  .wellness-hero {
    min-height: 520px;
  }

  .destination-visual > img,
  .beach-club-visual img {
    min-height: 320px;
    height: 78vw;
  }

  .destination-visual {
    width: min(86vw, 360px);
    margin-inline: auto;
  }

  .destination-visual > img {
    height: min(104vw, 430px);
    object-position: center center;
  }

  .destination-mosaic,
  .experience-visual-stack {
    grid-template-columns: 1fr;
  }

  .destination-mosaic img {
    height: min(68vw, 270px);
  }

  .day-flow {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(248px, 78vw);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    margin-right: -20px;
  }

  .day-flow article {
    min-height: 470px;
    scroll-snap-align: start;
  }

  .day-flow img {
    height: 285px;
  }

  .signature-showcase,
  .signature-feature-list article {
    grid-template-columns: 1fr;
  }

  .signature-visual-card,
  .signature-visual-card img {
    min-height: 500px;
  }

  .signature-visual-card figcaption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px;
  }

  .signature-feature-list img {
    min-height: 240px;
  }

  .signature-feature-list div {
    padding: 4px 4px 8px;
  }

  .beach-club-postcards {
    grid-template-columns: 1fr;
  }

  .beach-club-postcards figure {
    min-height: 210px;
  }

  .image-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }

  .image-gallery-grid .wide,
  .image-gallery-grid .featured,
  .image-gallery-grid .tall {
    grid-column: auto;
    grid-row: auto;
  }

  .image-gallery-grid figure {
    cursor: default;
  }

  .section-separator {
    height: 58px;
  }

  .wellness-hero-copy {
    padding: 24px;
  }

  .wellness-hero img {
    object-position: 55% center;
  }

  .wellness-pillars article {
    min-height: auto;
    padding: 22px;
  }

  .wellness-stats div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(234, 214, 173, 0.22);
  }

  .wellness-stats div:last-child {
    border-bottom: 0;
  }

  .wellness-closing {
    padding: 24px;
  }

  .wellness-closing .btn {
    width: 100%;
  }

  .section {
    padding: 62px 20px;
  }

  .intro-immersive {
    min-height: 720px;
    align-items: end;
  }

  .intro-immersive::after {
    background:
      linear-gradient(0deg, rgba(18, 59, 52, 0.9), rgba(18, 59, 52, 0.5) 58%, rgba(18, 59, 52, 0.12)),
      linear-gradient(90deg, rgba(18, 59, 52, 0.46), rgba(18, 59, 52, 0.08));
  }

  .intro-visual img {
    object-position: 56% center;
  }

  .intro-content p:not(.section-kicker) {
    font-size: 1rem;
    line-height: 1.55;
  }

  .intro-highlights {
    gap: 8px;
  }

  .intro-highlights span {
    width: 100%;
    border-radius: 6px;
  }

  .media-band img,
  .final-cta img {
    height: 360px;
  }

  .stay-detail {
    padding: 14px;
  }

  .stay-main-image {
    min-height: 260px;
    height: 68vw;
  }

  .stay-thumbs {
    grid-template-columns: repeat(4, minmax(58px, 1fr));
    gap: 8px;
  }

  .stay-detail-copy {
    padding: 6px 4px 4px;
  }

  .stay-amenities {
    grid-template-columns: 1fr;
  }

  .experience-layout img {
    min-height: 320px;
  }

  .experience-visual-stack img,
  .experience-visual-stack img:nth-child(2) {
    min-height: 300px;
  }

  .experience-list div {
    grid-template-columns: 46px 1fr;
    gap: 0 12px;
  }

  .icon-mark {
    width: 38px;
    height: 38px;
  }

  .route-steps li {
    padding: 22px 20px 22px 66px;
  }

  .route-steps li::before {
    left: 18px;
    top: 20px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding-bottom: 88px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: calc(72px + env(safe-area-inset-bottom));
    min-height: 50px;
    padding: 0 14px;
  }

  .whatsapp-float span {
    display: none;
  }

  .mobile-sticky {
    display: grid;
  }
}

@media (min-width: 961px) and (max-width: 1180px) {
  .hero-content {
    width: min(760px, calc(100% - 96px));
  }
}

@media (min-width: 1181px) and (max-height: 820px) {
  .hero-content {
    width: min(690px, calc(100% - 40px));
    margin-bottom: clamp(74px, 10vh, 96px);
  }

  .hero h1 {
    font-size: clamp(2.7rem, 5.2vw, 5.25rem);
    line-height: 0.96;
  }

  .hero-copy {
    max-width: 600px;
    margin-bottom: 20px;
    font-size: 1.08rem;
    line-height: 1.45;
  }

  .trust-strip {
    margin-top: 18px;
  }

}
