:root {
  --forest-950: #061f19;
  --forest-900: #082b23;
  --forest-800: #0c3b2e;
  --forest-700: #15513f;
  --forest-100: #dfeae5;
  --sun-600: #d88625;
  --sun-500: #e9a34a;
  --sun-300: #f3c67e;
  --sand-100: #f5efe4;
  --sand-50: #fbf8f1;
  --cream: #fffdf8;
  --white: #fff;
  --ink: #172620;
  --muted: #627069;
  --line: rgba(23, 38, 32, .14);
  --line-light: rgba(255, 255, 255, .22);
  --shadow-sm: 0 12px 32px rgba(6, 31, 25, .08);
  --shadow-md: 0 24px 70px rgba(6, 31, 25, .14);
  --shadow-lg: 0 34px 100px rgba(6, 31, 25, .28);
  --radius-sm: .75rem;
  --radius-md: 1.25rem;
  --radius-lg: 2rem;
  --radius-pill: 999px;
  --container: 1220px;
  --header-height: 88px;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
picture { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 {
  color: inherit;
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(3.4rem, 7vw, 7.8rem); }
h2 { font-size: clamp(2.45rem, 4.2vw, 4.8rem); }
h3 { font-size: clamp(1.45rem, 2vw, 2rem); }
em { font-weight: 400; }
::selection { color: var(--forest-950); background: var(--sun-300); }

.container { width: min(calc(100% - 3rem), var(--container)); margin-inline: auto; }
.section { position: relative; padding: clamp(5.5rem, 10vw, 9.5rem) 0; }
.section--sand { background: var(--sand-100); }
.section--forest { color: var(--white); background: var(--forest-900); }
.media-cover, .media-cover img { width: 100%; height: 100%; object-fit: cover; }
.icon { width: 1.2em; height: 1.2em; flex: 0 0 auto; }
.lead { font-size: clamp(1.2rem, 1.8vw, 1.55rem); line-height: 1.55; color: #34473e; }
.section--forest .lead { color: rgba(255,255,255,.78); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1.15rem;
  color: var(--forest-700);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow::before { width: 1.7rem; height: 1px; background: currentColor; content: ""; }
.eyebrow--light { color: var(--sun-300); }
.section-heading { max-width: 780px; margin-bottom: clamp(2.5rem, 6vw, 5rem); }
.section-heading h2 { margin-bottom: 1.25rem; }
.section-heading p { max-width: 610px; color: var(--muted); font-size: 1.05rem; }
.section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 3rem; max-width: none; }
.section-heading--split > p { margin-bottom: .6rem; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--light h2, .section-heading--light p { color: var(--white); }
.section-heading--light p { opacity: .7; }
.section-footer { display: flex; justify-content: center; margin-top: 3.4rem; }

.skip-link {
  position: fixed; z-index: 9999; top: .7rem; left: .7rem;
  padding: .7rem 1rem; color: var(--white); background: var(--forest-900);
  border-radius: .5rem; transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.setup-notice { position: relative; z-index: 210; color: #402b0c; background: #ffe4a9; font-size: .85rem; }
.setup-notice .container { padding-block: .5rem; text-align: center; }
.setup-notice a { font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.setup-notice code { padding: .1rem .3rem; background: rgba(255,255,255,.45); border-radius: .25rem; }

.site-header {
  z-index: 200; top: 0; left: 0; width: 100%; height: var(--header-height);
  transition: background .35s var(--ease), box-shadow .35s var(--ease), color .35s var(--ease), height .35s var(--ease);
}
.site-header--overlay { position: absolute; color: var(--white); background: linear-gradient(180deg, rgba(0,0,0,.35), transparent); }
.site-header--solid { position: sticky; color: var(--ink); background: rgba(255,253,248,.92); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px); }
.site-header.is-scrolled { position: fixed; height: 72px; color: var(--ink); background: rgba(255,253,248,.95); box-shadow: 0 8px 30px rgba(6,31,25,.09); backdrop-filter: blur(18px); }
.setup-notice + .site-header.is-scrolled { top: 0; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--forest-900); }
.brand--light, .site-header--overlay:not(.is-scrolled) .brand { color: var(--white); }
.brand__mark { width: 42px; height: 42px; }
.brand__mark svg { width: 100%; height: 100%; }
.brand__text { display: grid; line-height: 1; }
.brand__text strong { font-size: 1.05rem; letter-spacing: .22em; }
.brand__text small { margin-top: .35rem; font-size: .55rem; font-weight: 800; letter-spacing: .5em; }
.nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2rem); }
.nav__link { position: relative; padding: .6rem 0; font-size: .86rem; font-weight: 700; }
.nav__link::after { position: absolute; right: 0; bottom: .2rem; left: 0; height: 2px; background: var(--sun-500); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s var(--ease); }
.nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); transform-origin: left; }
.site-header__actions { display: flex; align-items: center; gap: .75rem; }
.header-whatsapp { display: inline-flex; align-items: center; gap: .45rem; font-size: .82rem; font-weight: 800; }
.header-whatsapp .icon { color: #25d366; }
.menu-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; color: inherit; background: transparent; border: 1px solid currentColor; border-radius: 50%; }
.menu-toggle__close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-toggle__open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-toggle__close { display: inline-flex; }
.mobile-menu { position: absolute; top: 100%; left: 0; width: 100%; max-height: 0; overflow: hidden; color: var(--ink); background: var(--cream); opacity: 0; transition: max-height .45s var(--ease), opacity .3s; box-shadow: var(--shadow-md); }
.mobile-menu.is-open { max-height: calc(100vh - 72px); opacity: 1; overflow: auto; }
.mobile-menu__inner { display: grid; padding-block: 1.3rem 2rem; }
.mobile-menu .nav__link { padding: 1rem 0; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: 1.45rem; font-weight: 500; }
.mobile-menu .button { margin-top: .8rem; }

.button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: .7rem;
  padding: .85rem 1.35rem; border: 1px solid transparent; border-radius: var(--radius-pill);
  font-size: .86rem; font-weight: 800; line-height: 1.1; letter-spacing: .01em;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s, border-color .25s;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(233,163,74,.5); outline-offset: 3px; }
.button--small { min-height: 42px; padding: .65rem 1rem; }
.button--full { width: 100%; }
.button--sun { color: var(--forest-950); background: var(--sun-500); box-shadow: 0 9px 24px rgba(233,163,74,.2); }
.button--sun:hover { background: #f0b35f; box-shadow: 0 13px 28px rgba(233,163,74,.28); }
.button--forest { color: var(--white); background: var(--forest-900); }
.button--forest:hover { background: var(--forest-700); }
.button--outline { color: var(--forest-900); border-color: rgba(8,43,35,.42); background: transparent; }
.button--outline:hover { color: var(--white); border-color: var(--forest-900); background: var(--forest-900); }
.button--glass { color: var(--white); border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.1); backdrop-filter: blur(10px); }
.button--glass:hover, .button--ghost-light:hover { background: rgba(255,255,255,.2); }
.button--ghost-light { color: var(--white); border-color: rgba(255,255,255,.38); background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--forest-800); font-size: .83rem; font-weight: 850; letter-spacing: .03em; }
.text-link .icon { transition: transform .25s var(--ease); }
.text-link:hover .icon { transform: translateX(4px); }
.text-link--light { color: var(--white); }

.hero { position: relative; min-height: min(900px, 100svh); overflow: hidden; color: var(--white); background: var(--forest-950); }
.hero__media, .hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,25,20,.86) 0%, rgba(5,25,20,.6) 45%, rgba(5,25,20,.18) 75%), linear-gradient(0deg, rgba(5,25,20,.52), transparent 45%); }
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); align-items: end; gap: clamp(3rem, 7vw, 7rem); min-height: min(900px, 100svh); padding-top: calc(var(--header-height) + 5rem); padding-bottom: clamp(5.5rem, 10vh, 8rem); }
.hero__copy { max-width: 810px; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: .7rem; margin-bottom: 1.5rem; color: var(--sun-300); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero__eyebrow span { width: 2rem; height: 1px; background: currentColor; }
.hero h1 { margin-bottom: 1.5rem; text-wrap: balance; }
.hero h1 em { color: var(--sun-300); }
.hero__copy > p { max-width: 670px; margin-bottom: 2rem; color: rgba(255,255,255,.84); font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 1.25rem 2rem; margin-top: 2.3rem; color: rgba(255,255,255,.78); font-size: .78rem; font-weight: 700; }
.hero__proof span { display: inline-flex; align-items: center; gap: .45rem; }
.hero__proof .icon { color: var(--sun-300); }
.quick-planner { padding: 1.6rem; color: var(--ink); background: rgba(255,253,248,.94); border: 1px solid rgba(255,255,255,.38); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); backdrop-filter: blur(16px); }
.quick-planner h2 { margin-bottom: 1.2rem; font-size: 2rem; }
.quick-planner form { display: grid; gap: .75rem; }
.quick-planner label > span { display: block; margin-bottom: .35rem; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quick-planner input, .quick-planner select { width: 100%; height: 49px; padding: 0 .9rem; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: .65rem; }
.quick-planner > p { margin: .85rem 0 0; color: var(--muted); font-size: .72rem; text-align: center; }
.hero__scroll { position: absolute; z-index: 3; right: max(1.5rem, calc((100vw - var(--container))/2)); bottom: 2.2rem; display: flex; align-items: center; gap: .7rem; color: rgba(255,255,255,.72); font-size: .65rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right bottom; }
.hero__scroll i { display: block; width: 3rem; height: 1px; overflow: hidden; background: rgba(255,255,255,.35); }
.hero__scroll i::after { display: block; width: 50%; height: 100%; background: var(--sun-500); content: ""; animation: scroll-line 2.2s infinite; }
@keyframes scroll-line { from { transform: translateX(-120%); } to { transform: translateX(220%); } }

.trust-strip { color: var(--white); background: var(--forest-950); border-top: 1px solid rgba(255,255,255,.1); }
.trust-strip__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__inner span { display: flex; align-items: center; gap: .75rem; padding: 1.35rem 1.2rem; color: rgba(255,255,255,.75); font-size: .76rem; font-weight: 700; border-right: 1px solid rgba(255,255,255,.1); }
.trust-strip__inner span:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.trust-strip strong { color: var(--sun-300); font-family: var(--font-display); font-size: 1.15rem; font-weight: 500; }
.intro-grid, .two-column-copy { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(3rem, 8vw, 8rem); }
.intro-grid .section-heading, .two-column-copy .section-heading { margin-bottom: 0; }
.intro-grid__body > p:not(.lead), .two-column-copy > div > p:not(.lead) { color: var(--muted); }

.destination-grid { display: grid; gap: 1.5rem; }
.destination-grid--editorial { grid-template-columns: repeat(12, 1fr); }
.destination-grid--editorial .destination-card { grid-column: span 4; }
.destination-grid--editorial .destination-card--featured { grid-column: span 8; }
.destination-grid--index { grid-template-columns: repeat(3, 1fr); gap: 2rem 1.5rem; }
.destination-card { min-width: 0; }
.destination-card__image { position: relative; display: block; height: 380px; overflow: hidden; background: var(--forest-800); border-radius: var(--radius-md); }
.destination-card--featured .destination-card__image { height: 520px; }
.destination-card__image img { transition: transform .8s var(--ease); }
.destination-card:hover .destination-card__image img { transform: scale(1.045); }
.destination-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,20,16,.7), transparent 50%); }
.destination-card__number { position: absolute; right: 1.2rem; bottom: .7rem; color: rgba(255,255,255,.72); font-family: var(--font-display); font-size: 3.2rem; }
.destination-card__body { padding: 1.35rem .25rem 0; }
.destination-card__body .eyebrow { margin-bottom: .55rem; }
.destination-card__body h3 { margin-bottom: .65rem; }
.destination-card__body p { color: var(--muted); }
.section--forest .destination-card__body p { color: rgba(255,255,255,.62); }
.section--forest .destination-card__body h3, .section--forest .destination-card__body .text-link { color: var(--white); }

.package-grid, .guide-grid, .review-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.5rem; }
.package-card, .guide-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.package-card:hover, .guide-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.package-card__image, .guide-card__image { position: relative; display: block; height: 275px; overflow: hidden; }
.package-card__image img, .guide-card__image img { transition: transform .7s var(--ease); }
.package-card:hover img, .guide-card:hover img { transform: scale(1.05); }
.package-card__duration { position: absolute; top: 1rem; right: 1rem; padding: .5rem .75rem; color: var(--white); background: rgba(8,43,35,.88); border-radius: var(--radius-pill); font-size: .69rem; font-weight: 800; backdrop-filter: blur(7px); }
.package-card__body, .guide-card__body { padding: 1.45rem; }
.package-card__body .eyebrow, .guide-card__body .eyebrow { margin-bottom: .6rem; }
.package-card__body h3, .guide-card__body h3 { margin-bottom: .7rem; }
.package-card__body p, .guide-card__body p { color: var(--muted); font-size: .94rem; }
.package-card__meta { display: flex; justify-content: space-between; align-items: center; gap: .8rem; margin: 1.1rem 0; padding: .9rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .74rem; }
.package-card__meta span { display: inline-flex; align-items: center; gap: .4rem; color: var(--muted); }
.package-card__meta strong { color: var(--forest-800); }
.package-grid--dark .package-card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); box-shadow: none; }
.package-grid--dark .package-card__body p, .package-grid--dark .package-card__meta span { color: rgba(255,255,255,.66); }
.package-grid--dark .package-card__meta { border-color: rgba(255,255,255,.13); }
.package-grid--dark .package-card__meta strong, .package-grid--dark .text-link { color: var(--sun-300); }

.why-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.why-grid__visual { position: relative; min-height: 650px; }
.why-grid__visual > picture { position: absolute; inset: 0 7% 0 0; overflow: hidden; border-radius: var(--radius-lg); }
.why-grid__note { position: absolute; z-index: 2; right: 0; bottom: 4rem; max-width: 260px; padding: 1.4rem; color: var(--white); background: var(--forest-900); border-radius: var(--radius-md); box-shadow: var(--shadow-md); }
.why-grid__note strong { display: block; margin-bottom: .45rem; font-family: var(--font-display); font-size: 1.55rem; font-weight: 500; }
.why-grid__note span { color: rgba(255,255,255,.7); font-size: .78rem; }
.benefit-list { display: grid; gap: .2rem; margin-top: 2rem; }
.benefit-item { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; padding: 1.15rem 0; border-top: 1px solid var(--line); }
.benefit-item__icon { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; color: var(--forest-800); background: var(--sand-100); border-radius: 50%; }
.benefit-item h3 { margin-bottom: .35rem; font-family: var(--font-sans); font-size: 1rem; font-weight: 800; letter-spacing: 0; }
.benefit-item p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }

.process-section { overflow: hidden; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-md); overflow: hidden; }
.process-grid article { min-height: 290px; padding: 2rem 1.5rem; background: var(--forest-900); }
.process-grid article > span { color: var(--sun-300); font-family: var(--font-display); font-size: 2.2rem; }
.process-grid h3 { margin: 2.3rem 0 .8rem; font-family: var(--font-sans); font-size: 1.05rem; font-weight: 800; letter-spacing: 0; }
.process-grid p { color: rgba(255,255,255,.65); font-size: .9rem; }
.reviews-section { background: var(--sand-100); }
.sample-disclosure { margin: -2.3rem 0 1.5rem; padding: .75rem 1rem; color: #69420e; background: #fff3d5; border: 1px solid #ebc57d; border-radius: .65rem; font-size: .78rem; }
.review-card { position: relative; padding: 1.8rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.review-card__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.4rem; }
.review-card__quote { display: inline-flex; color: var(--sun-600); }
.review-card__quote .icon { width: 2rem; height: 2rem; }
.sample-badge { padding: .32rem .6rem; color: #69420e; background: #fff0ce; border-radius: var(--radius-pill); font-size: .62rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.review-card > p { min-height: 140px; font-family: var(--font-display); font-size: 1.24rem; line-height: 1.5; }
.review-card footer { display: flex; align-items: center; gap: .8rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.avatar { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; color: var(--white); background: var(--forest-700); border-radius: 50%; font-family: var(--font-display); }
.review-card footer div { display: grid; }
.review-card footer strong { font-size: .85rem; }
.review-card footer span { color: var(--muted); font-size: .7rem; }

.faq-layout { display: grid; grid-template-columns: minmax(260px,.65fr) minmax(0,1.35fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.section-heading--sticky { position: sticky; top: 110px; margin-bottom: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.5rem 0; font-family: var(--font-display); font-size: 1.3rem; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item__plus { position: relative; width: 24px; height: 24px; flex: 0 0 auto; }
.faq-item__plus::before, .faq-item__plus::after { position: absolute; top: 50%; left: 50%; width: 16px; height: 1.5px; background: var(--forest-800); content: ""; transform: translate(-50%,-50%); transition: transform .25s; }
.faq-item__plus::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-item[open] .faq-item__plus::after { transform: translate(-50%,-50%) rotate(0); }
.faq-item__answer { padding: 0 3rem 1.5rem 0; }
.faq-item__answer p { margin: 0; color: var(--muted); }

.enquiry-section { color: var(--white); background: var(--forest-950); overflow: hidden; }
.enquiry-section::before { position: absolute; top: -18rem; left: -12rem; width: 42rem; height: 42rem; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; content: ""; box-shadow: 0 0 0 6rem rgba(255,255,255,.025), 0 0 0 12rem rgba(255,255,255,.018); }
.enquiry-layout { position: relative; display: grid; grid-template-columns: minmax(280px,.65fr) minmax(0,1.35fr); gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.enquiry-layout__intro { position: sticky; top: 110px; }
.enquiry-layout__intro h2 { margin-bottom: 1.2rem; }
.enquiry-layout__intro .lead { color: rgba(255,255,255,.7); }
.enquiry-layout__form, .contact-grid__form { padding: clamp(1.5rem,4vw,3rem); color: var(--ink); background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.contact-options { display: grid; gap: .8rem; margin-top: 2rem; }
.contact-options > a { display: flex; align-items: center; gap: 1rem; padding: 1rem; border: 1px solid rgba(255,255,255,.15); border-radius: .8rem; }
.contact-options > a > span { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; color: var(--forest-950); background: var(--sun-500); border-radius: 50%; }
.contact-options > a div { display: grid; }
.contact-options small { color: rgba(255,255,255,.62); }
.privacy-note { display: flex; align-items: center; gap: .5rem; margin-top: 1rem; color: rgba(255,255,255,.58); font-size: .75rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.05rem; }
.field { display: grid; gap: .4rem; }
.field--full { grid-column: 1 / -1; }
.field--honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.field label { font-size: .74rem; font-weight: 800; letter-spacing: .02em; }
.field input, .field select, .field textarea { width: 100%; color: var(--ink); background: #fff; border: 1px solid rgba(23,38,32,.2); border-radius: .7rem; transition: border-color .2s, box-shadow .2s; }
.field input, .field select { height: 52px; padding: 0 .9rem; }
.field textarea { min-height: 130px; padding: .85rem .9rem; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #8c9691; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest-700); box-shadow: 0 0 0 3px rgba(21,81,63,.11); outline: 0; }
.check-field { display: grid; grid-template-columns: 20px 1fr; gap: .65rem; align-items: start; margin: 1.2rem 0; color: var(--muted); font-size: .78rem; }
.check-field input { width: 18px; height: 18px; margin-top: .1rem; accent-color: var(--forest-800); }
.check-field a { color: var(--forest-800); text-decoration: underline; }
.form-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.form-actions p { margin: 0; color: var(--muted); font-size: .78rem; }
.form-actions a { color: var(--forest-800); font-weight: 800; }
.form-status { min-height: 1.5rem; margin-top: .75rem; font-size: .82rem; font-weight: 700; }
.form-status.is-error { color: #a52719; }
.form-status.is-success { color: #177245; }
.turnstile-wrap { margin-top: 1.2rem; }

.page-hero, .destination-hero, .package-hero { position: relative; overflow: hidden; color: var(--white); background: var(--forest-900); }
.page-hero--image { min-height: 660px; }
.page-hero__media, .page-hero__media img, .destination-hero__media, .destination-hero__media img, .package-hero__media, .package-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero__overlay, .destination-hero__overlay, .package-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,25,20,.84), rgba(5,25,20,.28) 72%), linear-gradient(0deg, rgba(5,25,20,.38), transparent 50%); }
.page-hero__content { position: relative; z-index: 2; display: flex; min-height: 660px; flex-direction: column; justify-content: end; padding-top: calc(var(--header-height) + 5rem); padding-bottom: 5.5rem; }
.page-hero__content h1 { margin-bottom: 1.2rem; font-size: clamp(3.5rem,6.5vw,7rem); }
.page-hero__content h1 em { color: var(--sun-300); }
.page-hero__content > p { max-width: 720px; color: rgba(255,255,255,.78); font-size: 1.15rem; }
.page-hero--plain { color: var(--ink); background: var(--sand-100); }
.page-hero__content--plain { min-height: 470px; padding-bottom: 4rem; }
.page-hero__content--plain h1 { font-size: clamp(3.1rem,6vw,6rem); }
.page-hero__content--plain h1 em { color: var(--forest-700); }
.page-hero__content--plain > p { color: var(--muted); }
.page-hero--about { min-height: 720px; }
.breadcrumbs { margin-bottom: 2rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; list-style: none; font-size: .7rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.breadcrumbs li:not(:last-child)::after { margin-left: .45rem; content: "/"; opacity: .5; }
.breadcrumbs a { opacity: .75; }
.breadcrumbs a:hover { opacity: 1; }

.comparison-table-wrap { overflow: auto; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.comparison-table { width: 100%; min-width: 850px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 1.2rem 1.1rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table thead th { color: var(--white); background: var(--forest-900); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.comparison-table tbody th { font-family: var(--font-display); font-size: 1.15rem; font-weight: 500; }
.comparison-table td { color: var(--muted); font-size: .86rem; }
.comparison-table tbody tr:last-child > * { border-bottom: 0; }

.destination-hero, .package-hero { min-height: 790px; }
.destination-hero__content, .package-hero__content { position: relative; z-index: 2; display: flex; min-height: 650px; flex-direction: column; justify-content: end; padding-top: calc(var(--header-height) + 5rem); padding-bottom: 4.5rem; }
.destination-hero h1, .package-hero h1 { margin-bottom: 1.2rem; font-size: clamp(3.8rem,7vw,7.5rem); }
.destination-hero h1 em, .package-hero h1 em { color: var(--sun-300); }
.destination-hero__content > p, .package-hero__content > p { max-width: 720px; color: rgba(255,255,255,.8); font-size: 1.16rem; }
.destination-hero__actions, .package-hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.destination-stats, .package-hero__facts { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3,1fr); color: var(--white); background: rgba(8,43,35,.76); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-md) var(--radius-md) 0 0; backdrop-filter: blur(14px); }
.destination-stats > div, .package-hero__facts > div { display: grid; grid-template-columns: 42px 1fr; align-items: center; column-gap: .8rem; padding: 1.2rem 1.4rem; border-right: 1px solid rgba(255,255,255,.13); }
.destination-stats > div:last-child, .package-hero__facts > div:last-child { border: 0; }
.destination-stats > div > span, .package-hero__facts > div > span { grid-row: 1/3; display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; color: var(--sun-300); background: rgba(255,255,255,.1); border-radius: 50%; }
.destination-stats small, .package-hero__facts small { color: rgba(255,255,255,.55); font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }
.destination-stats strong, .package-hero__facts strong { font-size: .82rem; }
.split-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,7vw,7rem); align-items: center; }
.split-feature--reverse .split-feature__image { order: 2; }
.split-feature__image { min-height: 570px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.split-feature__content h2 { margin-bottom: 1.5rem; }
.check-list { display: grid; gap: .85rem; margin: 1.6rem 0 2rem; padding: 0; list-style: none; }
.check-list li { display: flex; gap: .8rem; align-items: flex-start; color: var(--muted); }
.check-list .icon { width: 1.35rem; height: 1.35rem; padding: .2rem; color: var(--white); background: var(--forest-700); border-radius: 50%; }
.route-line { display: flex; align-items: center; flex-wrap: wrap; gap: .55rem; padding: 1.7rem; color: var(--forest-900); background: var(--sand-100); border: 1px solid var(--line); border-radius: var(--radius-md); }
.route-line span { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--font-display); font-size: 1.25rem; }
.route-line span:not(:last-child)::after { width: 2.2rem; height: 1px; background: var(--sun-600); content: ""; }
.custom-build-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem,8vw,8rem); align-items: start; }
.custom-build-grid__points { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.custom-build-grid__points article { padding: 1.4rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); }
.custom-build-grid__points span { color: var(--sun-600); font-family: var(--font-display); font-size: 2rem; }
.custom-build-grid__points h3 { margin: 1rem 0 .5rem; font-family: var(--font-sans); font-size: 1rem; font-weight: 800; letter-spacing: 0; }
.custom-build-grid__points p { margin: 0; color: var(--muted); font-size: .86rem; }

.package-overview__grid { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(280px,.7fr); gap: clamp(3rem,8vw,8rem); align-items: start; }
.package-summary-card { position: sticky; top: 105px; padding: 1.6rem; background: var(--sand-100); border: 1px solid var(--line); border-radius: var(--radius-md); }
.package-summary-card h2 { font-size: 1.8rem; }
.package-summary-card dl { margin: 1.2rem 0 0; }
.package-summary-card div { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem 0; border-top: 1px solid var(--line); font-size: .82rem; }
.package-summary-card dt { color: var(--muted); }
.package-summary-card dd { margin: 0; font-weight: 800; text-align: right; }
.itinerary-layout { display: grid; grid-template-columns: minmax(250px,.55fr) minmax(0,1.45fr); gap: clamp(3rem,8vw,8rem); align-items: start; }
.itinerary-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; }
.itinerary-list article { display: grid; grid-template-columns: 125px 1fr; gap: 1.3rem; padding: 1.5rem; background: var(--white); }
.itinerary-list article > span { color: var(--forest-700); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.itinerary-list h3 { margin-bottom: .55rem; font-family: var(--font-sans); font-size: 1.02rem; font-weight: 800; letter-spacing: 0; }
.itinerary-list p { margin: 0; color: var(--muted); font-size: .9rem; }
.inclusions-grid { display: grid; grid-template-columns: 1fr 1fr .75fr; gap: 1.5rem; }
.inclusions-grid > div { padding: 1.6rem; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-md); }
.inclusions-grid h3 { font-family: var(--font-sans); font-size: 1rem; font-weight: 800; letter-spacing: 0; }
.inclusions-grid ul { display: grid; gap: .7rem; margin: 1rem 0 0; padding-left: 1.1rem; color: rgba(255,255,255,.68); font-size: .86rem; }
.inclusions-grid__custom { background: var(--sun-500) !important; border-color: var(--sun-500) !important; color: var(--forest-950); }
.inclusions-grid__custom p { color: rgba(6,31,25,.75); }

.article-hero { padding: calc(var(--header-height) + 4rem) 0 5rem; background: var(--sand-100); }
.article-hero__inner { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); align-items: center; gap: clamp(3rem,7vw,7rem); }
.article-hero__copy h1 { margin-bottom: 1.4rem; font-size: clamp(3.3rem,5.7vw,6.3rem); }
.article-hero__copy > p { color: var(--muted); font-size: 1.14rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1.5rem; color: var(--muted); font-size: .76rem; }
.article-hero__image { height: 520px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.article-layout { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(260px,.6fr); gap: clamp(3rem,7vw,7rem); align-items: start; }
.article-body { max-width: 790px; }
.article-lead { margin-bottom: 2.5rem; font-family: var(--font-display); font-size: 1.5rem; line-height: 1.55; }
.article-section { margin-bottom: 3.4rem; }
.article-section h2 { margin-bottom: 1rem; font-size: clamp(2rem,3vw,3.1rem); }
.article-section h3 { margin: 2rem 0 .7rem; font-family: var(--font-sans); font-size: 1.1rem; font-weight: 800; letter-spacing: 0; }
.article-section p, .article-section li { color: #45564e; }
.article-section li + li { margin-top: .5rem; }
.article-aside { position: sticky; top: 105px; display: grid; gap: 1rem; }
.article-aside__card { padding: 1.45rem; background: var(--sand-100); border: 1px solid var(--line); border-radius: var(--radius-md); }
.article-aside__card h2 { font-size: 1.7rem; }
.article-aside__card p { color: var(--muted); font-size: .86rem; }
.related-guides { display: grid; gap: .7rem; }
.related-guides a { padding-bottom: .7rem; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: 1rem; }

.cta-band { padding: clamp(4rem,7vw,6rem) 0; color: var(--white); background: var(--forest-800); }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.cta-band h2 { max-width: 700px; margin-bottom: .7rem; font-size: clamp(2.3rem,4vw,4.2rem); }
.cta-band p { max-width: 690px; margin-bottom: 0; color: rgba(255,255,255,.7); }
.cta-band__actions { display: flex; flex: 0 0 auto; flex-direction: column; gap: .7rem; }

.contact-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); gap: 2rem; align-items: start; }
.contact-grid__form { box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.contact-sidebar { display: grid; gap: 1rem; }
.contact-card { padding: 1.5rem; background: var(--sand-100); border: 1px solid var(--line); border-radius: var(--radius-md); }
.contact-card--whatsapp { color: var(--white); background: var(--forest-900); }
.contact-card > span { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; color: var(--forest-950); background: #25d366; border-radius: 50%; }
.contact-card h2 { margin: 1rem 0 .7rem; font-size: 1.8rem; }
.contact-card p, .contact-card small { color: var(--muted); }
.contact-card--whatsapp p, .contact-card--whatsapp small { color: rgba(255,255,255,.68); }
.contact-card > a:not(.button) { display: flex; align-items: center; gap: .5rem; margin: .65rem 0; color: var(--forest-800); font-weight: 750; font-size: .86rem; }
.contact-card ol { display: grid; gap: .85rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.contact-card li { display: grid; grid-template-columns: 30px 1fr; gap: .7rem; align-items: center; color: var(--muted); font-size: .84rem; }
.contact-card li span { display: flex; width: 28px; height: 28px; align-items: center; justify-content: center; color: var(--white); background: var(--forest-700); border-radius: 50%; font-size: .7rem; }

.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.3rem; }
.values-grid article { padding: 1.6rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); }
.values-grid span { color: var(--sun-600); font-family: var(--font-display); font-size: 2rem; }
.values-grid h3 { margin: 1.2rem 0 .6rem; font-family: var(--font-sans); font-size: 1.05rem; font-weight: 800; letter-spacing: 0; }
.values-grid p { margin: 0; color: var(--muted); }
.legal-copy { max-width: 850px; }
.legal-copy h2 { margin-top: 2.7rem; font-size: 2rem; }
.legal-copy p, .legal-copy li { color: #44534c; }
.credits-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.credit-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); }
.credit-card picture { height: 220px; }
.credit-card > div { padding: 1.2rem; }
.credit-card h2 { margin-bottom: .4rem; font-size: 1.45rem; }
.credit-card p { margin-bottom: .5rem; color: var(--muted); font-size: .82rem; }
.credit-card a { color: var(--forest-700); font-weight: 800; font-size: .78rem; }
.credits-note { margin-top: 2rem; padding: 1rem; background: var(--sand-100); border-radius: .7rem; color: var(--muted); font-size: .82rem; }
.checklist-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: 2rem; align-items: start; }
.checklist-section { padding: 1.7rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); }
.checklist-section + .checklist-section { margin-top: 1rem; }
.checklist-section h2 { font-size: 1.8rem; }
.launch-list { display: grid; gap: .8rem; padding: 0; list-style: none; }
.launch-list li { display: grid; grid-template-columns: 24px 1fr; gap: .6rem; color: var(--muted); }
.launch-list li::before { display: flex; width: 20px; height: 20px; align-items: center; justify-content: center; color: var(--white); background: var(--forest-700); border-radius: 50%; content: "✓"; font-size: .7rem; }
.checklist-aside { position: sticky; top: 105px; padding: 1.6rem; color: var(--white); background: var(--forest-900); border-radius: var(--radius-md); }
.checklist-aside h2 { font-size: 1.8rem; }
.checklist-aside p { color: rgba(255,255,255,.65); }
.success-page, .not-found { min-height: 78vh; display: grid; place-items: center; padding: 8rem 0; background: var(--sand-100); }
.success-page__inner, .not-found__inner { max-width: 720px; text-align: center; }
.success-icon { display: flex; width: 80px; height: 80px; align-items: center; justify-content: center; margin: 0 auto 1.5rem; color: var(--white); background: var(--forest-700); border-radius: 50%; }
.success-icon .icon { width: 2rem; height: 2rem; }
.not-found__number { color: var(--sun-600); font-family: var(--font-display); font-size: clamp(6rem,18vw,13rem); line-height: .75; }
.success-page h1, .not-found h1 { margin: 1.5rem 0 1rem; font-size: clamp(3rem,6vw,5.4rem); }
.success-page p, .not-found p { color: var(--muted); }

.site-footer { color: var(--white); background: var(--forest-950); }
.site-footer__top { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: clamp(2rem,5vw,5rem); padding: 5rem 0 4rem; }
.site-footer__brand p { max-width: 360px; margin-top: 1.2rem; color: rgba(255,255,255,.58); font-size: .88rem; }
.site-footer h2 { margin-bottom: 1.1rem; color: var(--sun-300); font-family: var(--font-sans); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.site-footer__top > div:not(.site-footer__brand) { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer__top > div:not(.site-footer__brand) > a:not(.button) { margin-bottom: .65rem; color: rgba(255,255,255,.7); font-size: .82rem; }
.site-footer__top a:hover { color: var(--white) !important; }
.site-footer__contact > a { display: inline-flex !important; align-items: center; gap: .45rem; }
.site-footer__contact p { color: rgba(255,255,255,.48); font-size: .75rem; }
.footer-social { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-social a { color: var(--sun-300); font-size: .75rem; font-weight: 800; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.4rem 0; color: rgba(255,255,255,.48); border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom div { display: flex; gap: 1rem; }
.floating-whatsapp { position: fixed; z-index: 160; right: 1.2rem; bottom: 1.2rem; display: inline-flex; min-height: 52px; align-items: center; gap: .55rem; padding: .7rem 1rem; color: #063519; background: #25d366; border: 2px solid rgba(255,255,255,.75); border-radius: var(--radius-pill); box-shadow: 0 12px 32px rgba(0,0,0,.2); font-size: .78rem; font-weight: 850; transition: transform .25s; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp .icon { width: 1.4rem; height: 1.4rem; }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .nav--desktop, .header-whatsapp, .site-header__actions > .button { display: none; }
  .menu-toggle { display: inline-flex; }
  .site-header--overlay .menu-toggle { border-color: rgba(255,255,255,.6); }
  .site-header.is-scrolled .menu-toggle { border-color: rgba(23,38,32,.3); }
  .hero__inner { grid-template-columns: 1fr; align-items: end; }
  .quick-planner { max-width: 650px; }
  .destination-grid--editorial .destination-card, .destination-grid--editorial .destination-card--featured { grid-column: span 6; }
  .destination-card--featured .destination-card__image { height: 420px; }
  .package-grid, .guide-grid, .review-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .site-footer__top { grid-template-columns: 1.4fr repeat(2,1fr); }
  .site-footer__contact { grid-column: 2 / -1; }
}

@media (max-width: 850px) {
  :root { --header-height: 74px; }
  .container { width: min(calc(100% - 2rem), var(--container)); }
  .section { padding: 5.2rem 0; }
  .section-heading--split, .cta-band__inner { align-items: flex-start; flex-direction: column; }
  .section-heading--split { display: flex; gap: 1rem; }
  .section-heading--split p { max-width: 100%; }
  .trust-strip__inner { grid-template-columns: repeat(2,1fr); }
  .intro-grid, .two-column-copy, .why-grid, .faq-layout, .enquiry-layout, .split-feature, .custom-build-grid, .package-overview__grid, .itinerary-layout, .article-hero__inner, .article-layout, .contact-grid, .checklist-layout { grid-template-columns: 1fr; gap: 2.7rem; }
  .section-heading--sticky, .enquiry-layout__intro, .package-summary-card, .article-aside, .checklist-aside { position: static; }
  .destination-grid--index { grid-template-columns: repeat(2,1fr); }
  .why-grid__visual { min-height: 540px; }
  .split-feature--reverse .split-feature__image { order: 0; }
  .destination-stats, .package-hero__facts { grid-template-columns: 1fr; border-radius: var(--radius-md) var(--radius-md) 0 0; }
  .destination-stats > div, .package-hero__facts > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .destination-hero, .package-hero { min-height: auto; }
  .destination-hero__content, .package-hero__content { min-height: 680px; }
  .inclusions-grid { grid-template-columns: 1fr 1fr; }
  .inclusions-grid__custom { grid-column: 1 / -1; }
  .article-hero__image { height: 430px; }
  .site-footer__top { grid-template-columns: repeat(2,1fr); }
  .site-footer__brand { grid-column: 1 / -1; }
  .site-footer__contact { grid-column: auto; }
  .values-grid, .credits-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(3.1rem,16vw,5rem); }
  h2 { font-size: clamp(2.25rem,11vw,3.5rem); }
  .site-header__inner { gap: 1rem; }
  .brand__mark { width: 36px; height: 36px; }
  .brand__text strong { font-size: .95rem; }
  .hero { min-height: auto; }
  .hero__inner { min-height: 860px; padding-top: 9rem; padding-bottom: 4.5rem; }
  .hero__copy > p { font-size: 1rem; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__proof { display: grid; grid-template-columns: 1fr; gap: .55rem; }
  .quick-planner { padding: 1.25rem; }
  .hero__scroll { display: none; }
  .trust-strip__inner { grid-template-columns: 1fr; }
  .trust-strip__inner span, .trust-strip__inner span:first-child { border: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .destination-grid--editorial { grid-template-columns: 1fr; }
  .destination-grid--editorial .destination-card, .destination-grid--editorial .destination-card--featured { grid-column: auto; }
  .destination-grid--index, .package-grid, .guide-grid, .review-grid, .values-grid, .credits-grid { grid-template-columns: 1fr; }
  .destination-card__image, .destination-card--featured .destination-card__image { height: 355px; }
  .package-card__image, .guide-card__image { height: 245px; }
  .why-grid__visual { min-height: 470px; }
  .why-grid__visual > picture { inset: 0 0 2.5rem 0; }
  .why-grid__note { right: 1rem; bottom: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 230px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .enquiry-layout__form, .contact-grid__form { padding: 1.2rem; border-radius: var(--radius-md); }
  .form-actions { align-items: stretch; flex-direction: column; }
  .page-hero--image, .page-hero__content { min-height: 600px; }
  .page-hero__content--plain { min-height: 410px; }
  .page-hero__content h1, .destination-hero h1, .package-hero h1 { font-size: clamp(3.1rem,14vw,5rem); }
  .destination-hero__content, .package-hero__content { min-height: 660px; }
  .destination-hero__actions, .package-hero__actions { align-items: stretch; flex-direction: column; }
  .split-feature__image { min-height: 420px; }
  .route-line { align-items: flex-start; flex-direction: column; }
  .route-line span { display: flex; width: 100%; align-items: center; }
  .route-line span:not(:last-child)::after { width: 1px; height: 1.5rem; margin-left: .4rem; }
  .custom-build-grid__points { grid-template-columns: 1fr; }
  .itinerary-list article { grid-template-columns: 1fr; gap: .5rem; }
  .inclusions-grid { grid-template-columns: 1fr; }
  .inclusions-grid__custom { grid-column: auto; }
  .article-hero { padding-top: calc(var(--header-height) + 2rem); }
  .article-hero__image { height: 340px; }
  .article-lead { font-size: 1.3rem; }
  .cta-band__actions { width: 100%; }
  .site-footer__top { grid-template-columns: 1fr; }
  .site-footer__brand, .site-footer__contact { grid-column: auto; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 54px; height: 54px; justify-content: center; padding: 0; }
  .review-card > p { min-height: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* Launch-only configuration banner should sit above an overlaid header. */
.setup-notice + .site-header--overlay:not(.is-scrolled) { top: auto; }

/* Numbered launch checklist. */
.launch-list li { grid-template-columns: 58px 1fr; align-items: start; }
.launch-list li::before { display: none; }
.launch-list li > span { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; color: var(--forest-900); background: var(--sun-500); border-radius: 50%; font-family: var(--font-display); font-size: 1rem; }
.launch-list li h2 { margin-bottom: .45rem; font-size: 1.55rem; }
.launch-list li p { margin: 0; }

/* Preserve logo contrast after an overlaid header becomes the light sticky header. */
.site-header.is-scrolled .brand--light { color: var(--forest-900); }

/* Eyebrows need a warm, high-contrast treatment on dark surfaces. */
.section--forest .eyebrow,
.enquiry-section .eyebrow,
.cta-band .eyebrow,
.checklist-aside .eyebrow { color: var(--sun-300); }

/* The launch checklist is a page section; each numbered item is the card. */
section.checklist-section { padding: clamp(5.5rem, 10vw, 9.5rem) 0; background: var(--cream); border: 0; border-radius: 0; }
section.checklist-section .launch-list > li { padding: 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
