/*
Theme Name: Botswana Safari Tours
Theme URI: https://botswanasafaritour.com
Description: Delta Teal + Sand + Copper design system for Botswana Safari Tours. Child theme of Astra.
Author: Botswana Safari Tours
Template: astra
Version: 1.1.0
Text Domain: bst-child
*/


/* ==========================================================================
   BOTSWANA SAFARI TOURS — design system
   Delta Teal + Sand + Copper.  Marcellus / Nunito Sans.

   BUILT FOR ELEMENTOR. Every layout in this file is flexbox only: rows,
   columns, gap, padding. No CSS grid, no float, no JS-driven layout.
   Each block below maps to a native Elementor widget — the comment above
   each section names it.
   ========================================================================== */

/* --------------------------------------------------------------- tokens - */
:root {
  --teal:        #10403C;
  --teal-deep:   #0A2E2B;
  --teal-soft:   #1C5A54;
  --teal-line:   #23524C;

  --sand:         #F2ECE0;
  --sand-2:       #E9E1D1;
  --sand-3:       #DCD2BE;

  --copper:        #B5703C;
  --copper-light:  #D29566;
  --copper-dim:    #8F5527;

  --ink:          #191814;
  --ink-soft:     #4C4A42;
  --ink-mute:     #66635D;
  --sage:         #7C8474;
  --white:        #FFFFFF;
  /* Field borders must clear 3:1 (1.4.11); the decorative --sand-3
     hairlines are deliberately left soft. */
  --field-border: #8D867A;
  --field-hint:   #78756D;
  /* No single focus colour clears 3:1 on both light and dark
     surfaces, so there are two. */
  --focus-ring:   #191814;
  --focus-ring-dark: #F2ECE0;

  --font-display: "Marcellus", Georgia, "Times New Roman", serif;
  --font-body:    "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --wrap:         1240px;
  --wrap-narrow:  880px;
  --gutter:       24px;
  --header-h:     86px;
  --header-h-sm:  68px;

  --radius:       2px;
  --shadow:       0 18px 50px -24px rgba(10, 46, 43, .38);
  --shadow-lift:  0 26px 70px -26px rgba(10, 46, 43, .5);
  --ease:         cubic-bezier(.22, .61, .36, 1);
}

/* ---------------------------------------------------------------- reset - */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

/* Deep links land below the sticky header rather than behind it. */
[id] { scroll-margin-top: calc(var(--header-h) + 24px); }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--ink-soft);
  background: var(--sand);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

a { color: var(--teal); text-decoration: none; transition: color .25s var(--ease); }
a:hover { color: var(--copper-dim); }

:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 3px;
  border-radius: var(--radius);
}
/* Dark surfaces need the light ring to keep 3:1 against them. */
.site-header :focus-visible,
.mobile-menu :focus-visible,
.section--teal :focus-visible,
.quote-band :focus-visible,
.site-footer :focus-visible,
.trust-strip :focus-visible,
.xpro-theme-builder-header :focus-visible,
#xpro-theme-builder-footer :focus-visible {
  outline-color: var(--focus-ring-dark);
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--teal); color: var(--sand);
  padding: 14px 22px; font-size: .9rem;
}
.skip-link:focus { left: 8px; top: 8px; color: var(--sand); }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}

/* ------------------------------------------------------------ typography -
   Elementor: Heading widget + Text Editor widget                           */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--teal);
  margin: 0 0 .5em;
  line-height: 1.1;
  letter-spacing: -.005em;
}

h1 { font-size: clamp(2.55rem, 6.2vw, 5rem); line-height: 1.03; }
h2 { font-size: clamp(2rem, 4.2vw, 3.35rem); }
h3 { font-size: clamp(1.35rem, 2.1vw, 1.85rem); line-height: 1.2; }
h4 { font-size: clamp(1.1rem, 1.5vw, 1.3rem); font-family: var(--font-body); font-weight: 600; letter-spacing: 0; }

p { margin: 0 0 1.25em; }
p:last-child { margin-bottom: 0; }

strong, b { font-weight: 600; color: var(--ink); }

.eyebrow {
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--copper-dim);
  margin: 0 0 1.1rem;
  display: block;
}

.lede {
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  line-height: 1.65;
  color: var(--ink-soft);
}

.display-quote {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.6rem, 3.4vw, 2.9rem);
  line-height: 1.25;
  letter-spacing: -.01em;
  margin: 0;
}

.rule {
  border: 0;
  height: 1px;
  width: 68px;
  background: var(--copper);
  margin: 0 0 1.8rem;
}
.rule--center { margin-left: auto; margin-right: auto; }
.rule--full { width: 100%; background: var(--sand-3); }

.text-center { text-align: center; }

/* ---------------------------------------------------------------- layout -
   Elementor: Container (boxed) / Container (full width)                     */
.container {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container--narrow { max-width: var(--wrap-narrow); }
.container--wide { max-width: 1440px; }

.section { padding-block: clamp(72px, 9vw, 132px); }
.section--tight { padding-block: clamp(52px, 6vw, 84px); }
.section--flush-top { padding-top: 0; }

.section--sand   { background: var(--sand); }
.section--sand-2 { background: var(--sand-2); }
.section--white  { background: var(--white); }

.section--teal {
  background: var(--teal);
  color: rgba(242, 236, 224, .8);
}
.section--teal h1, .section--teal h2, .section--teal h3 { color: var(--sand); }
.section--teal h4 { color: var(--sand); }
.section--teal .eyebrow { color: var(--copper-light); }
.section--teal a { color: var(--sand); }
.section--teal a:hover { color: var(--copper-light); }
.section--teal strong { color: var(--sand); }
.section--teal .rule--full { background: var(--teal-line); }

.section--ink {
  background: var(--teal-deep);
  color: rgba(242, 236, 224, .78);
}
.section--ink h2, .section--ink h3 { color: var(--sand); }
.section--ink .eyebrow { color: var(--copper-light); }

/* Flex rows. Elementor: Container set to row + wrap, children as columns. */
.row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 3.4vw, 56px);
}
.row--tight { gap: clamp(18px, 2vw, 28px); }
.row--wide  { gap: clamp(36px, 5vw, 80px); }
.row--middle { align-items: center; }
.row--center { justify-content: center; }
.row--stretch { align-items: stretch; }

/* Grow-ratio columns rather than percentage widths, so a wider row gap can
   never push a column onto the next line. Elementor container widths behave
   the same way when set to "grow". */
/* Bases are chosen so that, at the 1192px content width and the largest row
   gap, exactly N columns fit and N+1 cannot. */
.col      { flex: 1 1 260px; min-width: 0; }
.col-half { flex: 1 1 400px; min-width: 0; }   /* 2 up */
.col-3rd  { flex: 1 1 300px; min-width: 0; }   /* 3 up */
.col-4th  { flex: 1 1 220px; min-width: 0; }   /* 4 up */
.col-2-3  { flex: 1.63 1 400px; min-width: 0; }
.col-1-3  { flex: 1 1 260px; min-width: 0; }

.stack { display: flex; flex-direction: column; }
.stack--gap-sm { gap: 12px; }
.stack--gap { gap: 24px; }
.stack--gap-lg { gap: 40px; }

.section-head { max-width: 720px; margin-bottom: clamp(40px, 5vw, 72px); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .rule { margin-inline: auto; }
.section-head p:last-child { margin-bottom: 0; }

/* --------------------------------------------------------------- buttons -
   Elementor: Button widget                                                  */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 18px 34px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background-color .28s var(--ease), color .28s var(--ease),
              border-color .28s var(--ease), transform .28s var(--ease);
  text-align: center;
  line-height: 1.2;
}
.btn:hover { transform: translateY(-2px); }

.btn--copper { background: var(--copper); color: #191814; border-color: var(--copper); }
.btn--copper:hover { background: var(--copper-light); border-color: var(--copper-light); color: #191814; }

.btn--teal { background: var(--teal); color: var(--sand); border-color: var(--teal); }
.btn--teal:hover { background: var(--teal-deep); border-color: var(--teal-deep); color: var(--sand); }

.btn--outline { background: transparent; color: var(--teal); border-color: rgba(16, 64, 60, .35); }
.btn--outline:hover { background: var(--teal); border-color: var(--teal); color: var(--sand); }

.btn--outline-light { background: transparent; color: var(--sand); border-color: rgba(242, 236, 224, .42); }
.btn--outline-light:hover { background: var(--sand); border-color: var(--sand); color: var(--teal); }

.btn--sm { padding: 13px 24px; font-size: .72rem; }
.btn--block { width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-row--center { justify-content: center; }

/* Text link with a copper underline that grows on hover */
.link-arrow {
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--copper);
  transition: gap .28s var(--ease), color .28s var(--ease);
}
.link-arrow:hover { gap: 15px; color: var(--copper-dim); }
.link-arrow span { line-height: 1; }
.section--teal .link-arrow, .section--ink .link-arrow { color: var(--sand); }
.section--teal .link-arrow:hover, .section--ink .link-arrow:hover { color: var(--copper-light); }

/* ---------------------------------------------------------------- header -
   Elementor: Header template — Site Logo + Nav Menu + Button                */
.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: var(--teal);
  border-bottom: 1px solid var(--teal-line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: var(--header-h);
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.brand { display: flex; align-items: center; flex-shrink: 1; min-width: 0; }
.brand img { height: 46px; width: auto; }

.nav { display: flex; align-items: center; gap: 4px; }

.nav a {
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(242, 236, 224, .82);
  padding: 10px 15px;
  border-radius: var(--radius);
  transition: color .25s var(--ease), background-color .25s var(--ease);
  white-space: nowrap;
}
.nav a:hover { color: var(--sand); background: rgba(242, 236, 224, .07); }
.nav a[aria-current="page"] { color: var(--copper-light); }

.header-cta { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }

.nav-toggle {
  display: none;
  width: 46px; height: 46px;
  align-items: center; justify-content: center;
  background: transparent;
  border: 1px solid rgba(242, 236, 224, .3);
  border-radius: var(--radius);
  cursor: pointer;
  padding: 0;
}
.nav-toggle span {
  display: block; position: relative;
  width: 20px; height: 1.5px; background: var(--sand);
  transition: background-color .2s var(--ease);
}
.nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 0;
  width: 20px; height: 1.5px; background: var(--sand);
  transition: transform .3s var(--ease), top .3s var(--ease);
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after  { top: 6px; }

body.menu-open .nav-toggle span { background: transparent; }
body.menu-open .nav-toggle span::before { top: 0; transform: rotate(45deg); }
body.menu-open .nav-toggle span::after  { top: 0; transform: rotate(-45deg); }

/* Mobile drawer. Elementor: Nav Menu widget in "Dropdown" mode. */
.mobile-menu {
  position: fixed;
  inset: var(--header-h-sm) 0 0 0;
  background: var(--teal);
  padding: 28px var(--gutter) 48px;
  overflow-y: auto;
  transform: translateX(100%);
  /* Hidden, not merely moved: while closed the drawer must leave the tab
     order and the accessibility tree, or keyboard users tab through twelve
     invisible links and screen readers announce the nav twice. */
  visibility: hidden;
  transition: transform .38s var(--ease), visibility 0s linear .38s;
  z-index: 89;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body.menu-open .mobile-menu {
  transform: translateX(0);
  visibility: visible;
  transition: transform .38s var(--ease), visibility 0s;
}
body.menu-open { overflow: hidden; }

.mobile-menu a {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--sand);
  padding: 12px 0;
  border-bottom: 1px solid var(--teal-line);
}
.mobile-menu a:hover, .mobile-menu a[aria-current="page"] { color: var(--copper-light); }
.mobile-menu .btn { margin-top: 26px; }
.mobile-menu .mobile-contact {
  margin-top: 26px;
  font-size: .9rem;
  color: rgba(242, 236, 224, .7);
  line-height: 2;
}
.mobile-menu .mobile-contact a {
  font-family: var(--font-body);
  font-size: .9rem;
  border: 0;
  padding: 0;
  display: inline;
}

/* Astra's parent stylesheet is enqueued after this one and resets the body
   background to white. Win on specificity rather than on load order. */
html body { background-color: var(--sand) !important; color: var(--ink-soft); }

/* ------------------------------------------------- Xpro Theme Builder -
   The header and footer are Xpro templates, so Elementor wraps them in its
   own landmark and container. Sticky has to live on that wrapper: a sticky
   element can never move outside its own parent, and .site-header's parent
   is now only as tall as the header itself.                               */
.xpro-theme-builder-header {
  position: sticky;
  top: 0;
  z-index: 90;
}
.xpro-theme-builder-header .site-header { position: static; }

/* Strip Elementor's default container padding and width caps so the
   header and footer stay full-bleed. */
.xpro-theme-builder-header .e-con,
.xpro-theme-builder-header .e-con-inner,
#xpro-theme-builder-footer .e-con,
#xpro-theme-builder-footer .e-con-inner {
  --container-max-width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}
.xpro-theme-builder-header .elementor-widget-container,
#xpro-theme-builder-footer .elementor-widget-container {
  margin: 0;
  padding: 0;
}
.xpro-theme-builder-header .elementor-widget,
#xpro-theme-builder-footer .elementor-widget { margin: 0; }
.xpro-theme-builder-header .xpro-theme-builder-header-nav { all: unset; display: block; }
.xpro-hidden { display: none !important; }

/* ------------------------------------------------------------------ hero -
   Elementor: Container with background image + overlay                      */
.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: min(88vh, 820px);
  padding-block: clamp(80px, 12vw, 150px);
  background: var(--teal-deep);
  overflow: hidden;
}
.hero__media {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,46,43,.66) 0%, rgba(10,46,43,.40) 38%, rgba(10,46,43,.90) 100%);
}
.hero .container { position: relative; z-index: 2; }

.hero h1 { color: var(--sand); margin-bottom: .35em; max-width: 22ch; }
/* Lifted out of the copper family so it reads over pale Delta water. */
.hero .eyebrow { color: #EBC49E; }
.hero__lede {
  color: rgba(242, 236, 224, .88);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  max-width: 56ch;
  margin-bottom: 2.4rem;
}
.hero .btn-row { margin-top: 4px; }

/* Shorter hero for interior pages */
.hero--page {
  min-height: min(62vh, 560px);
  align-items: flex-end;
  padding-block: clamp(70px, 9vw, 110px);
}
.hero--page h1 { max-width: 20ch; font-size: clamp(2.3rem, 5vw, 4rem); }
.hero--page .hero__scrim {
  background: linear-gradient(180deg, rgba(10,46,43,.70) 0%, rgba(10,46,43,.48) 42%, rgba(10,46,43,.88) 100%);
}

.breadcrumb {
  font-size: .74rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(242, 236, 224, .62);
  margin-bottom: 1.1rem;
}
.breadcrumb a { color: rgba(242, 236, 224, .62); }
.breadcrumb a:hover { color: var(--copper-light); }
.breadcrumb span { padding: 0 8px; color: rgba(242, 236, 224, .35); }

/* ------------------------------------------------------------ trust strip -
   Elementor: Container row of Icon Box widgets                              */
.trust-strip {
  background: var(--teal-deep);
  padding-block: 26px;
  border-bottom: 1px solid var(--teal-line);
}
.trust-strip .row { gap: 14px 40px; align-items: center; justify-content: center; }
.trust-item {
  display: flex; align-items: center; gap: 10px;
  font-size: .74rem; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgba(242, 236, 224, .72);
}
.trust-item svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--copper-light); }

/* ------------------------------------------------------------ media split -
   Elementor: Container row → Image widget + Text Editor                     */
.media-split { display: flex; flex-wrap: wrap; gap: clamp(32px, 5vw, 78px); align-items: center; }
.media-split__media { flex: 1 1 380px; min-width: 0; position: relative; }
.media-split__body  { flex: 1 1 400px; min-width: 0; }
.media-split--reverse .media-split__media { order: 2; }

.media-split__media img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

/* small offset image behind the main one */
.media-frame { position: relative; }
.media-frame::before {
  content: "";
  position: absolute;
  inset: 22px -22px -22px 22px;
  border: 1px solid var(--copper);
  border-radius: var(--radius);
  z-index: 0;
  pointer-events: none;
}
.media-frame img { position: relative; z-index: 1; }
.section--teal .media-frame::before { border-color: rgba(181, 112, 60, .55); }

/* -------------------------------------------------------------- icon box -
   Elementor: Icon Box widget                                                */
.icon-box { display: flex; flex-direction: column; gap: 14px; }
.icon-box__icon {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  color: var(--copper);
  border: 1px solid rgba(181, 112, 60, .45);
  border-radius: 50%;
  flex-shrink: 0;
}
.icon-box__icon svg { width: 21px; height: 21px; }
.icon-box h3 { font-size: 1.28rem; margin: 0; }
.icon-box p { font-size: .97rem; margin: 0; }
.section--teal .icon-box__icon { border-color: rgba(181, 112, 60, .6); color: var(--copper-light); }

/* numbered variant */
.icon-box__num {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  color: var(--copper);
  display: block;
}
.section--teal .icon-box__num { color: var(--copper-light); }

/* ----------------------------------------------------------------- cards -
   Elementor: Image Box widget                                               */
.card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--sand-3);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  transition: box-shadow .35s var(--ease), transform .35s var(--ease);
}
a.card:hover { box-shadow: var(--shadow-lift); border-color: var(--copper); color: inherit; }

.card__media { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: var(--sand-2); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
a.card:hover .card__media img { transform: none; }

.card__tag {
  position: absolute; top: 14px; left: 14px;
  background: rgba(10, 46, 43, .86);
  color: var(--sand);
  font-size: .64rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  padding: 7px 12px;
  border-radius: var(--radius);
}

.card__body { padding: 26px 26px 30px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card__body h3 { margin: 0; font-size: 1.45rem; }
.card__meta {
  font-size: .72rem; font-weight: 600;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--copper-dim);
}
.card__body p { font-size: .96rem; margin: 0; }
.card__foot {
  margin-top: auto; padding-top: 16px;
  border-top: 1px solid var(--sand-3);
  display: flex; flex-wrap: wrap; align-items: baseline;
  justify-content: space-between; gap: 6px 12px;
  font-size: .8rem;
}
.card__price { font-family: var(--font-display); font-size: 1.3rem; color: var(--teal); white-space: nowrap; }
.card__price small { font-family: var(--font-body); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute); }
.card__cue { font-size: .72rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--copper-dim); white-space: nowrap; }

/* Full-bleed image tile with text over it */
.tile {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 420px;
  border-radius: var(--radius);
  overflow: hidden;
  padding: 30px;
  color: var(--sand);
}
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.tile::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,46,43,.20) 0%, rgba(10,46,43,.52) 52%, rgba(10,46,43,.94) 100%);
}
.tile:hover img { transform: none; }
.tile__body { position: relative; z-index: 2; }
.tile__body h3 { color: var(--sand); margin: 0 0 6px; }
.tile__body p { font-size: .92rem; color: rgba(242,236,224,.85); margin: 0; }
a.tile:hover { color: var(--sand); }

/* ------------------------------------------------------------ journey row -
   Elementor: Container row → Image + Text, alternating direction            */
.journey {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 4vw, 60px);
  /* Top-aligned, because the day-by-day copy is far taller than the image. */
  align-items: flex-start;
  padding-block: clamp(44px, 5vw, 76px);
  border-bottom: 1px solid var(--sand-3);
}
.journey:last-child { border-bottom: 0; }
.journey__media { flex: 1 1 380px; min-width: 0; }
.journey__media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--radius); }

/* The image follows you down the itinerary rather than scrolling away.
   Elementor: Motion Effects -> Sticky on the image container. */
@media (min-width: 781px) {
  .journey__media {
    position: sticky;
    top: calc(var(--header-h) + 28px);
    align-self: flex-start;
  }
}
.journey__body { flex: 1 1 400px; min-width: 0; }
.journey--reverse .journey__media { order: 2; }
.journey__body h3 { margin-bottom: .35em; }
.journey__facts {
  display: flex; flex-wrap: wrap; gap: 6px 14px;
  margin: 0 0 18px; padding: 0; list-style: none;
}
.journey__facts li {
  font-size: .72rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--copper-dim);
  display: flex; align-items: center;
}
/* Separator hangs off the end of each item except the last, so a wrapped
   line never begins or ends with a stray dot. */
.journey__facts li:not(:last-child)::after {
  content: ""; flex-shrink: 0;
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--copper); opacity: .5;
  margin-left: 14px;
}
.section--teal .journey { border-bottom-color: var(--teal-line); }
.section--teal .journey__facts li { color: var(--copper-light); }

/* ------------------------------------------------------------- itinerary -
   Day-by-day breakdown inside a journey.
   Elementor: Icon List widget, or one Text Editor per row.                  */
.itinerary { margin: 28px 0 0; }
.itinerary h4 {
  font-family: var(--font-body);
  font-size: .72rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-mute);
  margin: 0 0 16px;
}
.itinerary ol {
  list-style: none; margin: 0; padding: 0 0 0 20px;
  border-left: 1px solid var(--sand-3);
  display: flex; flex-direction: column; gap: 14px;
}
.itinerary li {
  display: flex; flex-wrap: wrap; gap: 2px 18px;
  font-size: .95rem; line-height: 1.6;
}
.itinerary li strong {
  flex: 0 0 104px;
  font-family: var(--font-body);
  font-size: .7rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--copper-dim);
  padding-top: .34em;
}
.itinerary li span { flex: 1 1 240px; min-width: 0; }

.journey__notes {
  margin-top: 38px; padding-top: 28px;
  border-top: 1px solid var(--sand-3);
}
.journey__notes li { font-size: .93rem; }
.journey__cta { margin-top: 30px; }

.section--teal .itinerary ol,
.section--teal .journey__notes { border-color: var(--teal-line); }
.section--teal .itinerary h4 { color: rgba(242, 236, 224, .6); }
.section--teal .itinerary li strong { color: var(--copper-light); }

@media (max-width: 560px) {
  .itinerary ol { padding-left: 16px; }
  .itinerary li strong { flex-basis: 100%; padding-top: 0; }
}

/* ----------------------------------------------------------------- tiers -
   Elementor: Container row of Price Table / Icon Box widgets                */
.tier {
  display: flex; flex-direction: column;
  background: var(--white);
  border: 1px solid var(--sand-3);
  border-radius: var(--radius);
  padding: 34px 30px 36px;
  height: 100%;
}
.tier--feature { border-color: var(--copper); box-shadow: var(--shadow); }
.tier__name {
  font-family: var(--font-body);
  font-size: .74rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--copper-dim);
  margin: 0 0 14px;
}
.tier__price { font-family: var(--font-display); font-size: 2.5rem; font-weight: 400; color: var(--teal); line-height: 1; margin: 0 0 4px; }
.tier__price small { font-size: .95rem; color: var(--ink-mute); }
.tier__unit { font-size: .78rem; color: var(--ink-mute); margin: 0 0 22px; }
.tier__list { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.tier__list li { position: relative; padding-left: 26px; font-size: .95rem; line-height: 1.6; }
.tier__list li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: 11px; height: 1px; background: var(--copper);
}

/* Comparison table — becomes stacked rows on small screens */
.compare-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.compare {
  width: 100%; min-width: 720px;
  border-collapse: collapse;
  font-size: .95rem;
  background: var(--white);
}
.compare th, .compare td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid var(--sand-3);
  vertical-align: top;
}
.compare thead th {
  font-family: var(--font-display);
  font-size: 1.25rem; font-weight: 400;
  color: var(--teal);
  border-bottom: 1px solid var(--copper);
  white-space: nowrap;
}
.compare tbody th {
  font-family: var(--font-body);
  font-size: .72rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-mute);
  width: 190px;
  white-space: nowrap;
}
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: 0; }
.table-note { font-size: .84rem; color: var(--ink-mute); margin-top: 16px; }

/* ---------------------------------------------------------- testimonials -
   Elementor: Testimonial widget + Star Rating widget                        */
.testimonial {
  display: flex; flex-direction: column; gap: 18px;
  background: var(--white);
  border: 1px solid var(--sand-3);
  border-left: 2px solid var(--copper);
  border-radius: var(--radius);
  padding: 32px 30px;
  height: 100%;
}
.testimonial__stars { display: flex; gap: 3px; color: var(--copper); }
.testimonial__stars svg { width: 15px; height: 15px; }
.testimonial__quote {
  font-family: var(--font-display);
  font-size: 1.22rem; font-weight: 400; line-height: 1.5;
  color: var(--teal); margin: 0;
}
.testimonial__by { margin-top: auto; font-size: .82rem; color: var(--ink-mute); }
.testimonial__by strong { display: block; color: var(--ink); font-size: .9rem; letter-spacing: .04em; }
.placeholder-note {
  display: inline-block;
  font-size: .62rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--copper-dim);
  background: var(--sand-2);
  border: 1px dashed var(--copper);
  padding: 5px 9px; border-radius: var(--radius);
}

/* ----------------------------------------------------------------- stats -
   Elementor: Counter widget                                                 */
.stat { display: flex; flex-direction: column; gap: 6px; }
.stat__num {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 400; line-height: 1;
  color: var(--copper);
}
.stat__label { font-size: .95rem; line-height: 1.5; }
.section--teal .stat__num { color: var(--copper-light); }

/* ------------------------------------------------------------- accordion -
   Elementor: Accordion / Toggle widget. Native <details>, no JS needed.     */
.accordion { border-top: 1px solid var(--sand-3); }
.accordion details { border-bottom: 1px solid var(--sand-3); }
.accordion summary {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 1.6vw, 1.4rem);
  font-weight: 400;
  color: var(--teal);
  transition: color .25s var(--ease);
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary:hover { color: var(--copper-dim); }
.accordion summary::after {
  content: "";
  flex-shrink: 0;
  width: 13px; height: 13px;
  border-right: 1.5px solid var(--copper);
  border-bottom: 1.5px solid var(--copper);
  transform: rotate(45deg) translate(-3px, -3px);
  transition: transform .3s var(--ease);
}
.accordion details[open] summary::after { transform: rotate(-135deg) translate(-3px, -3px); }
.accordion .accordion__body { padding: 0 0 26px; max-width: 74ch; }
.accordion .accordion__body p:last-child { margin-bottom: 0; }

.section--teal .accordion, .section--teal .accordion details { border-color: var(--teal-line); }
.section--teal .accordion summary { color: var(--sand); }
.section--teal .accordion summary:hover { color: var(--copper-light); }

/* --------------------------------------------------------------- gallery -
   Elementor: Gallery / Basic Gallery widget                                 */
.gallery { display: flex; flex-wrap: wrap; gap: 14px; }
.gallery figure { flex: 1 1 260px; margin: 0; overflow: hidden; border-radius: var(--radius); }
.gallery img { width: 100%; height: 260px; object-fit: cover; transition: transform .7s var(--ease); }
.gallery figure:hover img { transform: none; }
.gallery--tall img { height: 340px; }

/* ------------------------------------------------------------ quote band -
   Elementor: Container with background image + Heading                      */
.quote-band {
  position: relative;
  display: flex; align-items: center;
  min-height: 460px;
  padding-block: clamp(70px, 9vw, 120px);
  overflow: hidden;
  background: var(--teal-deep);
}
.quote-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.quote-band::after { content: ""; position: absolute; inset: 0; background: rgba(10,46,43,.80); }
.quote-band .container { position: relative; z-index: 2; text-align: center; }
.quote-band .display-quote { color: var(--sand); max-width: 26ch; margin-inline: auto; }
.quote-band cite {
  display: block; margin-top: 26px;
  font-style: normal; font-size: .74rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--copper-light);
}

/* --------------------------------------------------------------- CTA band */
.cta-band { background: var(--copper); color: #191814; padding-block: clamp(56px, 6vw, 84px); }
.cta-band h2 { color: #191814; margin-bottom: .3em; }
.cta-band p { color: rgba(25, 24, 20, .8); margin-bottom: 0; }
.cta-band .row { align-items: center; justify-content: space-between; gap: 32px; }
.cta-band .btn--teal { background: var(--teal-deep); border-color: var(--teal-deep); }
.cta-band .btn--teal:hover { background: #061F1D; border-color: #061F1D; }
.cta-band .btn--outline { border-color: rgba(25, 24, 20, .5); color: #191814; }
.cta-band .btn--outline:hover { background: #191814; border-color: #191814; color: var(--sand); }

/* ------------------------------------------------------------------ form -
   Elementor: Form widget                                                    */
.form { display: flex; flex-direction: column; gap: 22px; }
.form-row { display: flex; flex-wrap: wrap; gap: 22px; }
.field { display: flex; flex-direction: column; gap: 8px; flex: 1 1 185px; min-width: 0; }
.field--full { flex-basis: 100%; }

.field label {
  font-size: .72rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-mute);
}
.field .req { color: var(--copper-dim); }

.field input, .field select, .field textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--field-border);
  border-radius: var(--radius);
  padding: 14px 16px;
  width: 100%;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}

/* Astra's dynamic CSS forces `height: 40px` and `line-height: 1` onto every
   form control. With border-box and our 14px padding that leaves a 10px
   content box, so the text renders clipped through the middle. These rules
   are `.field <element>` (0,1,1) against Astra's bare `select` (0,0,1), so
   they win on specificity and do not depend on stylesheet order.
   The 52px floor also clears the 44px WCAG 2.5.5 touch-target minimum. */
.field input:not([type="checkbox"]):not([type="radio"]),
.field select,
.field textarea {
  height: auto;
  min-height: 52px;
  line-height: 1.4;
}

/* Native select chrome ignores our padding and draws its own arrow, so we
   take the control over completely and supply the chevron ourselves — the
   same approach Elementor's own Form widget uses for its selects. */
.field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%234C4A42' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px 8px;
  text-overflow: ellipsis;
  cursor: pointer;
}
.field select::-ms-expand { display: none; }

.field textarea { min-height: 150px; resize: vertical; }
.field [aria-invalid="true"] {
  border-color: #A33B2A;
  box-shadow: 0 0 0 3px rgba(163, 59, 42, .14);
}
.field-error {
  font-size: .85rem;
  color: #8E2E20;
  margin: 0;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--copper);
  box-shadow: 0 0 0 3px rgba(181, 112, 60, .16);
}
.field input::placeholder, .field textarea::placeholder { color: var(--field-hint); }

.checkline {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: .95rem; font-weight: 400; line-height: 1.5;
  letter-spacing: normal; text-transform: none;
  color: var(--ink-soft); cursor: pointer;
}
.checkline span { letter-spacing: normal; text-transform: none; }
.checkline input { width: 18px; height: 18px; flex-shrink: 0; margin-top: 3px; accent-color: var(--teal); }

.form-note { font-size: .84rem; color: var(--ink-mute); }

/* Interest checkboxes. Elementor: Form widget → Checkbox field, inline. */
.checkgroup { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.checkgroup .checkline { flex: 1 1 260px; font-size: .95rem; align-items: center; }
.checkgroup .checkline input { margin-top: 0; }
.form-legend-label {
  font-size: .72rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-mute);
}
.form-status {
  padding: 16px 18px;
  border-radius: var(--radius);
  font-size: .95rem;
  border: 1px solid var(--copper);
  background: var(--sand-2);
  color: var(--teal);
}
.form-status[hidden] { display: none; }

/* ------------------------------------------------------------- info list -
   Elementor: Icon List widget                                               */
.info-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 20px; }
.info-list li { display: flex; gap: 14px; align-items: flex-start; }
.info-list svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 5px; color: var(--copper); }
.info-list strong { display: block; font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 2px; }
.section--teal .info-list strong { color: rgba(242,236,224,.55); }

.tick-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.tick-list li { position: relative; padding-left: 30px; }
.tick-list li::before {
  content: ""; position: absolute; left: 0; top: .52em;
  width: 14px; height: 7px;
  border-left: 1.5px solid var(--copper);
  border-bottom: 1.5px solid var(--copper);
  transform: rotate(-45deg);
}

/* ---------------------------------------------------------------- footer -
   Elementor: Footer template                                                */
.site-footer { background: var(--teal-deep); color: rgba(242, 236, 224, .68); padding-top: clamp(60px, 7vw, 92px); }
.site-footer .footer-heading {
  font-family: var(--font-body);
  font-size: .72rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase;
  line-height: 1.4;
  color: var(--copper-light);
  margin: 0 0 20px;
}
.site-footer a { color: rgba(242, 236, 224, .68); font-size: .95rem; }
.site-footer a:hover { color: var(--copper-light); }
.footer-brand { flex: 1.6 1 300px; min-width: 0; }
.footer-col { flex: 1 1 185px; min-width: 0; }
.footer-brand img { height: 120px; width: auto; margin-bottom: 22px; }
.footer-brand p { font-size: .95rem; max-width: 34ch; }
.footer-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.footer-bottom {
  margin-top: clamp(44px, 5vw, 68px);
  border-top: 1px solid var(--teal-line);
  padding-block: 26px;
  display: flex; flex-wrap: wrap; gap: 12px 28px;
  align-items: center; justify-content: space-between;
  font-size: .82rem;
}
.footer-bottom p { margin: 0; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.footer-badges span {
  font-size: .64rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgba(242, 236, 224, .6);
  border: 1px solid var(--teal-line);
  border-radius: var(--radius);
  padding: 7px 11px;
}

/* --------------------------------------------------------- whatsapp float */
.wa-float {
  position: fixed;
  right: 20px; bottom: 20px;
  z-index: 80;
  width: 54px; height: 54px;
  display: flex; align-items: center; justify-content: center;
  background: var(--teal);
  color: var(--sand);
  border-radius: 50%;
  box-shadow: 0 10px 30px -8px rgba(10, 46, 43, .55);
  transition: transform .28s var(--ease), background-color .28s var(--ease);
}
.wa-float:hover { transform: translateY(-3px) scale(1.04); background: var(--copper); color: #191814; }
.wa-float svg { width: 25px; height: 25px; }

/* --------------------------------------------------------------- 404 page */
.error-page { display: flex; align-items: center; min-height: min(70vh, 620px); padding-block: 90px; text-align: center; }
.error-page .big {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(5rem, 16vw, 11rem); line-height: 1;
  color: var(--copper); margin: 0 0 .1em;
}

/* ---------------------------------------------------------------- tables -
   Credits page                                                              */
.credits-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.credits-table th, .credits-table td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--sand-3); vertical-align: top; }
.credits-table th { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); font-weight: 600; }
.credits-table td:first-child { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .8rem; white-space: nowrap; }

/* ----------------------------------------------------------- breakpoints - */
@media (max-width: 1140px) {
  .nav a { padding: 10px 11px; font-size: .74rem; }
  .brand img { height: 42px; }
}

@media (max-width: 1000px) {
  :root { --header-h: var(--header-h-sm); }
  .nav { display: none; }
  .header-cta .btn { display: none; }
  .nav-toggle { display: flex; }
  /* Let the wide lockup shrink so it can never crowd out the menu button. */
  .brand img { height: auto; max-height: 40px; max-width: 62vw; }
  .col-3rd, .col-4th, .col-2-3, .col-1-3 { flex: 1 1 42%; }
}

@media (max-width: 780px) {
  .col-half, .col-3rd, .col-4th, .col-2-3, .col-1-3 { flex: 1 1 100%; }
  .media-split--reverse .media-split__media,
  .journey--reverse .journey__media { order: 0; }
  .media-frame::before { inset: 14px -14px -14px 14px; }
  .hero { min-height: min(78vh, 720px); }
  .hero h1 { max-width: 100%; }
  .cta-band .row { flex-direction: column; align-items: flex-start; }
  .gallery img { height: 210px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 520px) {
  :root { --gutter: 20px; }
  body { font-size: 1rem; }
  .btn { padding: 16px 26px; font-size: .72rem; }
  .btn-row .btn { width: 100%; }
  .tile { min-height: 320px; }
  .card__body { padding: 22px 22px 26px; }
  .journey__facts { gap: 5px 12px; }
  .wa-float { right: 14px; bottom: 14px; width: 50px; height: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

@media print {
  .site-header, .mobile-menu, .wa-float, .cta-band, .site-footer { display: none !important; }
  body { color: #000; background: #fff; }
}
