/* Millennia Safaris — Public Site Stylesheet
   2026 rebrand v3: sunset-orange + deep teal-blue + warm gold. Replaces the
   earlier teal + terracotta-clay palette with a bolder, warmer primary
   (inspired by client-supplied reference colors) paired with a deep
   teal-blue for mood sections, so the two read as complementary rather
   than both landing in the same warm-brown family as before.
   Type system simplified sitewide for readability per client feedback: the
   old script/serif combo (Sacramento cursive accents + Fraunces serif
   headings) was hard to read, especially where it was set in all-caps.
   Everything now uses two clean, modern sans faces — Space Grotesk for
   headings/labels, Manrope for body text and the "accent" role that
   Sacramento used to fill (kept legible, just italicized for a little
   personality instead of switching to a script face). */

:root {
    --primary: #D9660D;       /* sunset orange — CTAs, links, icons, active nav */
    --secondary: #A84B0A;     /* primary hover */
    --cream: #FBF2E7;         /* warm light background (header, footer, sections) */
    --heading: #241708;       /* near-black warm brown for headings */
    --body-text: #5B4E42;     /* warm neutral brown-gray for body text */
    --border: #E8D6C0;        /* warm sand border */
    --bg-lite: #FDF7EF;       /* lighter warm tone for alternating sections */
    --white: #ffffff;
    --whatsapp: #25d366;

    /* Brand additions */
    --olive: #0B5566;         /* deep teal-blue — quote widget, testimonials, footer strip */
    --olive-dark: #073C48;
    --amber: #F2B233;         /* warm gold — primary CTA buttons, price badges */
    --amber-dark: #D89A1E;
    --stripe-red: #D9660D;    /* thin decorative top stripe */
    --brown: #2B1B0C;
    --font-display: 'Space Grotesk', sans-serif;
    --font-hand: 'Manrope', sans-serif; /* was the Sacramento cursive script — replaced for readability */
}

* { box-sizing: border-box; margin: 0; padding: 0; }
/* Safety net: nothing on the site should ever cause a horizontal scrollbar
   on the page itself (a single too-wide element anywhere shouldn't be able
   to widen the whole page) — components that need their own horizontal
   scroll (tabs, testimonial track, etc.) opt back in with their own
   overflow-x: auto, which still works fine with this in place. */
html { overflow-x: hidden; max-width: 100%; }
body {
    font-family: 'Manrope', sans-serif;
    color: var(--body-text);
    line-height: 1.7;
    background: var(--white);
    overflow-x: hidden;
    max-width: 100%;
}
h1, h2, h3, h4, h5 {
    font-family: var(--font-display); /* was 'Fraunces', serif — replaced for readability */
    color: var(--heading);
    font-weight: 600;
    line-height: 1.3;
}
a { text-decoration: none; color: var(--primary); }
img { max-width: 100%; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ---- Decorative top stripe ---- */
.header-stripe { height: 4px; background: var(--stripe-red); }

/* ---------- Utility bar (language / currency / ratings / blog) ---------- */
.utility-bar {
    background: var(--primary);
    color: #fff;
    font-size: 12.5px;
    position: relative;
    padding-bottom: 20px;
}
.utility-bar::after {
    content: "";
    position: absolute; left: 0; right: 0; bottom: -1px; height: 16px;
    background: var(--primary);
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNjAwIDQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBkPSJNIDAgMCBMIDE2MDAgMCBMIDE2MDAgMTUuOSBRIDE2MDAuMCAxNS45IDE1ODAuMCAxNy4yIFEgMTU2MC4wIDE4LjUgMTU0MC4wIDE1LjYgUSAxNTIwLjAgMTIuOCAxNTAwLjAgMTUuMiBRIDE0ODAuMCAxNy42IDE0NjAuMCAxNS41IFEgMTQ0MC4wIDEzLjQgMTQyMC4wIDE2LjIgUSAxNDAwLjAgMTkuMCAxMzgwLjAgMjAuNyBRIDEzNjAuMCAyMi40IDEzNDAuMCAxNi41IFEgMTMyMC4wIDEwLjUgMTMwMC4wIDE0LjkgUSAxMjgwLjAgMTkuMyAxMjYwLjAgMTcuMyBRIDEyNDAuMCAxNS40IDEyMjAuMCAxNC42IFEgMTIwMC4wIDEzLjkgMTE4MC4wIDE1LjkgUSAxMTYwLjAgMTcuOSAxMTQwLjAgMTUuNSBRIDExMjAuMCAxMy4xIDExMDAuMCAyMC42IFEgMTA4MC4wIDI4LjEgMTA2MC4wIDI4LjEgUSAxMDQwLjAgMjguMSAxMDIwLjAgMjUuNyBRIDEwMDAuMCAyMy4zIDk4MC4wIDE3LjEgUSA5NjAuMCAxMC45IDk0MC4wIDE4LjkgUSA5MjAuMCAyNi45IDkwMC4wIDI1LjAgUSA4ODAuMCAyMy4yIDg2MC4wIDE5LjYgUSA4NDAuMCAxNi4wIDgyMC4wIDE1LjAgUSA4MDAuMCAxMy45IDc4MC4wIDIxLjkgUSA3NjAuMCAyOS45IDc0MC4wIDIxLjggUSA3MjAuMCAxMy44IDcwMC4wIDE2LjAgUSA2ODAuMCAxOC4yIDY2MC4wIDIxLjkgUSA2NDAuMCAyNS42IDYyMC4wIDIyLjMgUSA2MDAuMCAxOS4xIDU4MC4wIDE4LjEgUSA1NjAuMCAxNy4wIDU0MC4wIDIxLjUgUSA1MjAuMCAyNi4wIDUwMC4wIDI3LjcgUSA0ODAuMCAyOS41IDQ2MC4wIDI0LjcgUSA0NDAuMCAxOS45IDQyMC4wIDIyLjggUSA0MDAuMCAyNS42IDM4MC4wIDI3LjUgUSAzNjAuMCAyOS40IDM0MC4wIDI1LjUgUSAzMjAuMCAyMS42IDMwMC4wIDI0LjkgUSAyODAuMCAyOC4zIDI2MC4wIDIwLjIgUSAyNDAuMCAxMi4yIDIyMC4wIDE0LjMgUSAyMDAuMCAxNi41IDE4MC4wIDE1LjkgUSAxNjAuMCAxNS4zIDE0MC4wIDIwLjQgUSAxMjAuMCAyNS41IDEwMC4wIDI1LjAgUSA4MC4wIDI0LjUgNjAuMCAyNy4wIFEgNDAuMCAyOS41IDIwLjAgMjMuNCBMIDAgMTcuMiBaIiBmaWxsPSJibGFjayIvPjwvc3ZnPg==");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNjAwIDQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBkPSJNIDAgMCBMIDE2MDAgMCBMIDE2MDAgMTUuOSBRIDE2MDAuMCAxNS45IDE1ODAuMCAxNy4yIFEgMTU2MC4wIDE4LjUgMTU0MC4wIDE1LjYgUSAxNTIwLjAgMTIuOCAxNTAwLjAgMTUuMiBRIDE0ODAuMCAxNy42IDE0NjAuMCAxNS41IFEgMTQ0MC4wIDEzLjQgMTQyMC4wIDE2LjIgUSAxNDAwLjAgMTkuMCAxMzgwLjAgMjAuNyBRIDEzNjAuMCAyMi40IDEzNDAuMCAxNi41IFEgMTMyMC4wIDEwLjUgMTMwMC4wIDE0LjkgUSAxMjgwLjAgMTkuMyAxMjYwLjAgMTcuMyBRIDEyNDAuMCAxNS40IDEyMjAuMCAxNC42IFEgMTIwMC4wIDEzLjkgMTE4MC4wIDE1LjkgUSAxMTYwLjAgMTcuOSAxMTQwLjAgMTUuNSBRIDExMjAuMCAxMy4xIDExMDAuMCAyMC42IFEgMTA4MC4wIDI4LjEgMTA2MC4wIDI4LjEgUSAxMDQwLjAgMjguMSAxMDIwLjAgMjUuNyBRIDEwMDAuMCAyMy4zIDk4MC4wIDE3LjEgUSA5NjAuMCAxMC45IDk0MC4wIDE4LjkgUSA5MjAuMCAyNi45IDkwMC4wIDI1LjAgUSA4ODAuMCAyMy4yIDg2MC4wIDE5LjYgUSA4NDAuMCAxNi4wIDgyMC4wIDE1LjAgUSA4MDAuMCAxMy45IDc4MC4wIDIxLjkgUSA3NjAuMCAyOS45IDc0MC4wIDIxLjggUSA3MjAuMCAxMy44IDcwMC4wIDE2LjAgUSA2ODAuMCAxOC4yIDY2MC4wIDIxLjkgUSA2NDAuMCAyNS42IDYyMC4wIDIyLjMgUSA2MDAuMCAxOS4xIDU4MC4wIDE4LjEgUSA1NjAuMCAxNy4wIDU0MC4wIDIxLjUgUSA1MjAuMCAyNi4wIDUwMC4wIDI3LjcgUSA0ODAuMCAyOS41IDQ2MC4wIDI0LjcgUSA0NDAuMCAxOS45IDQyMC4wIDIyLjggUSA0MDAuMCAyNS42IDM4MC4wIDI3LjUgUSAzNjAuMCAyOS40IDM0MC4wIDI1LjUgUSAzMjAuMCAyMS42IDMwMC4wIDI0LjkgUSAyODAuMCAyOC4zIDI2MC4wIDIwLjIgUSAyNDAuMCAxMi4yIDIyMC4wIDE0LjMgUSAyMDAuMCAxNi41IDE4MC4wIDE1LjkgUSAxNjAuMCAxNS4zIDE0MC4wIDIwLjQgUSAxMjAuMCAyNS41IDEwMC4wIDI1LjAgUSA4MC4wIDI0LjUgNjAuMCAyNy4wIFEgNDAuMCAyOS41IDIwLjAgMjMuNCBMIDAgMTcuMiBaIiBmaWxsPSJibGFjayIvPjwvc3ZnPg==");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.utility-bar .utility-inner {
    max-width: 1400px; margin: 0 auto; padding: 7px 24px 0;
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px;
}
.utility-left, .utility-right { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.utility-dropdown { display: flex; align-items: center; gap: 6px; font-weight: 600; cursor: pointer; white-space: nowrap; }

/* ---------- Language switcher (real Google-powered translation) ---------- */
.lang-switcher { position: relative; }
.lang-switcher .caret-sm { font-size: 10px; }
.lang-menu {
    display: none; position: absolute; top: 100%; left: 0; margin-top: 10px;
    background: #fff; border-radius: 10px; box-shadow: 0 16px 40px rgba(0,0,0,.25);
    padding: 10px; min-width: 210px; z-index: 150;
}
.lang-menu.open { display: block; }
.lang-menu button {
    display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; background: none; border: 0;
    padding: 10px 12px; border-radius: 6px; font-size: 14.5px; font-weight: 600;
    color: var(--heading); cursor: pointer; white-space: nowrap;
}
.lang-menu button:hover { background: var(--bg-lite); }
.lang-flag { font-size: 20px; line-height: 1; flex-shrink: 0; }
.lang-switcher .fi, .lang-menu .fi {
    width: 22px; height: 16px; border-radius: 2px; flex-shrink: 0;
    box-shadow: 0 0 0 1px rgba(0,0,0,.15); background-size: cover;
}
.lang-menu .fi { width: 24px; height: 18px; }

/* ---------- Currency switcher (real conversion via live exchange rates) ---------- */
.currency-switcher { position: relative; }
.currency-menu {
    display: none; position: absolute; top: 100%; left: 0; margin-top: 10px;
    background: #fff; border-radius: 10px; box-shadow: 0 16px 40px rgba(0,0,0,.25);
    padding: 10px; min-width: 210px; z-index: 150;
}
.currency-menu.open { display: block; }
.currency-menu button {
    display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; background: none; border: 0;
    padding: 10px 12px; border-radius: 6px; font-size: 14.5px; font-weight: 600;
    color: var(--heading); cursor: pointer; white-space: nowrap;
}
.currency-menu button:hover { background: var(--bg-lite); }
.currency-menu .coin-icon {
    width: 26px; height: 26px; border-radius: 999px; background: var(--amber); color: var(--brown);
    display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; flex-shrink: 0;
}
.mobile-drawer-topbar .currency-menu { left: auto; right: 0; }

/* Suppress Google's own intrusive UI: the top banner iframe that pushes the
   whole page down, and the dotted/shaded highlight it puts on translated text. */
body { top: 0 !important; }
.goog-te-banner-frame { display: none !important; }
.goog-text-highlight { background: none !important; box-shadow: none !important; }
#google_translate_element { display: none !important; }
.skiptranslate iframe { display: none !important; }
.utility-dropdown .flag-icon { font-size: 15px; }
.utility-dropdown .coin-icon {
    width: 18px; height: 18px; border-radius: 999px; background: var(--amber); color: var(--brown);
    display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; flex-shrink: 0;
}
/* ---------- Utility bar: contact links + social icons ---------- */
.utility-contact-link { display: flex; align-items: center; gap: 8px; color: #fff; font-weight: 600; }
.utility-contact-link svg { flex-shrink: 0; opacity: .9; }
.utility-contact-link:hover { color: var(--amber); }
.utility-social { display: flex; align-items: center; gap: 10px; }
.utility-social a { display: flex; line-height: 1; transition: transform .15s ease; }
.utility-social a:hover { transform: translateY(-2px); }
@media (max-width: 1100px) and (min-width: 701px) {
    .utility-bar .utility-inner { justify-content: center; }
}
@media (max-width: 700px) {
    .utility-inner { justify-content: center; gap: 10px 18px; padding: 10px 10px 8px; }
    /* Phone/email removed entirely on mobile — desktop still shows them. */
    .utility-left { display: none; }
    .utility-social { gap: 14px; }
}
@media (max-width: 420px) {
    .header-inner { padding: 12px 16px; gap: 10px; }
    .logo-img { height: 42px; }
    .header-actions { gap: 12px; }
    .header-actions .utility-dropdown { font-size: 12.5px; gap: 4px; }
    .header-actions #currencyCurrentLabel { display: none; } /* the $ coin icon alone is enough at this width */
    .mobile-toggle { padding: 4px; margin: -4px; }
}

/* ---- Header ---- */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--cream); border-bottom: 1px solid var(--border); }
.header-inner { max-width: 1400px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }

.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-partof { font-family: var(--font-hand); font-size: 15px; color: var(--body-text); white-space: nowrap; }
.logo-img { height: 52px; width: auto; display: block; }
.logo-text { font-family: var(--font-hand); font-weight: 700; color: var(--brown); line-height: .95; font-size: 24px; letter-spacing: .5px; display: flex; align-items: center; gap: 8px; }
.logo-text .logo-lines { display: flex; flex-direction: column; text-transform: uppercase; }
.logo-badge { display: inline-flex; align-items: center; justify-content: center; background: var(--olive); color: #fff; border-radius: 50%; width: 46px; height: 46px; font-family: var(--font-hand); font-weight: 700; font-size: 15px; text-transform: lowercase; flex-shrink: 0; margin-left: -16px; }

.main-nav { display: flex; align-items: center; gap: 30px; }
.mobile-drawer-topbar, .mobile-only-link, .mobile-drawer-cta, .drawer-close, .label-mobile { display: none; }
.main-nav a { position: relative; display: inline-block; padding: 8px 2px; color: var(--heading); font-size: 15px; font-weight: 600; text-transform: none; letter-spacing: 0; }
.main-nav a::after {
    content: ''; position: absolute; left: 2px; right: 2px; bottom: 3px; height: 2px;
    background: var(--primary); border-radius: 2px; transform: scaleX(0); transform-origin: left;
    transition: transform .2s ease;
}
.main-nav a:hover, .main-nav a.active { color: var(--primary); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.dropdown { position: relative; }
.main-nav a.dropdown-toggle { display: inline-flex; align-items: center; gap: 4px; }
.dropdown-toggle .caret { font-size: 10px; }
.dropdown-menu { display: none; position: absolute; top: 100%; left: 0; background: var(--white); border: 1px solid var(--border); border-radius: 6px; min-width: 220px; box-shadow: 0 8px 24px rgba(0,0,0,.12); padding: 8px 0; margin-top: 14px; z-index: 50; }
.practical-info-dropdown { position: relative; cursor: pointer; }
.practical-info-menu { left: auto; right: 0; z-index: 150; margin-top: 10px; min-width: 240px; }
.dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu a { display: block; padding: 8px 18px; font-size: 13px; text-transform: none; font-weight: 500; }
.dropdown-menu a:hover { background: var(--bg-lite); }

/* ---------- Mega menu (Itineraries) ---------- */
.mega-dropdown { position: static; }
.mega-menu {
    display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
    margin-top: 18px; z-index: 60;
    width: min(980px, 92vw);
    background: #fff; border-radius: 8px; box-shadow: 0 24px 60px -16px rgba(0,0,0,.3);
    overflow: hidden;
    grid-template-columns: 1fr 300px;
}
.mega-dropdown:hover .mega-menu, .mega-menu.open { display: grid; }
.mega-menu-main { padding: 28px 30px; }
.mega-menu-viewall { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 800; color: var(--heading); text-transform: uppercase; letter-spacing: .3px; margin-bottom: 22px; }
.mega-menu-viewall .circ { width: 30px; height: 30px; border-radius: 999px; background: var(--amber); color: var(--brown); display: flex; align-items: center; justify-content: center; font-size: 15px; }
.mega-menu-viewall:hover { text-decoration: underline; }
.mega-menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px 16px; }
.mega-tile { display: block; }
.mega-tile-img { aspect-ratio: 4/3; border-radius: 4px; background-size: cover; background-position: center; margin-bottom: 8px; transition: transform .2s ease; }
.mega-tile:hover .mega-tile-img { transform: scale(1.03); }
.mega-tile span { font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .3px; color: var(--heading); }
.mega-menu-side { background: var(--olive); color: #fff; padding: 26px 24px; display: flex; flex-direction: column; }
.mega-menu-side h4 { color: #fff; font-size: 22px; text-transform: uppercase; margin-bottom: 16px; }
.mega-side-photo { aspect-ratio: 4/3; border-radius: 6px; background-size: cover; background-position: center; margin-bottom: 16px; }
.mega-menu-side p { font-size: 13.5px; color: rgba(255,255,255,.85); line-height: 1.6; margin-bottom: 18px; flex: 1; }
.mega-menu-side .btn-cta { text-align: center; }

/* Solid-color tiles (Traveller Reviews / Make A Request) instead of a photo */
.mega-tile-solid { aspect-ratio: 4/3; border-radius: 4px; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; padding: 14px; text-align: center; }
.mega-tile-solid.olive { background: var(--olive); }
.mega-tile-solid.olive svg { width: 56px; height: 56px; fill: #fff; opacity: .9; }
.mega-tile-solid.amber { background: var(--amber); }
.mega-tile-solid.amber span { font-family: var(--font-hand); font-size: 19px; font-weight: 700; color: var(--brown); line-height: 1.3; text-transform: uppercase; }

/* "Iconic Destinations" sidebar (Discover Tanzania mega menu) */
.mega-menu-side.destinations-side { padding: 26px 22px; }
.destination-list { display: flex; flex-direction: column; gap: 16px; flex: 1; }
.destination-item { display: flex; align-items: center; gap: 14px; }
.destination-item .dest-thumb { width: 46px; height: 46px; border-radius: 50%; background-size: cover; background-position: center; flex-shrink: 0; border: 2px solid rgba(255,255,255,.25); }
.destination-item span { font-size: 14.5px; font-weight: 700; line-height: 1.3; color: #fff; }
.destination-item:hover span { color: var(--amber); }

.header-actions { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.header-actions .utility-dropdown { color: var(--heading); font-size: 13.5px; }
.header-actions .lang-menu, .header-actions .currency-menu { left: auto; right: 0; }
.header-icon-btn { background: none; border: 0; color: var(--primary); font-size: 20px; cursor: pointer; display: flex; align-items: center; line-height: 1; padding: 0; }

/* ---------- Header search panel ---------- */
.site-search-panel {
    display: none; position: absolute; top: 100%; right: 24px; margin-top: 12px;
    background: #fff; border-radius: 8px; box-shadow: 0 16px 40px rgba(0,0,0,.2);
    padding: 10px; z-index: 150; width: min(360px, 90vw);
}
.site-search-panel.open { display: block; }
.site-search-form { display: flex; gap: 8px; }
.site-search-form input {
    flex: 1; border: 1px solid var(--border); border-radius: 6px; padding: 11px 14px; font-family: inherit; font-size: 14px;
}
.site-search-form input:focus { outline: 2px solid var(--primary); outline-offset: -1px; }
.site-search-form button {
    background: var(--primary); color: #fff; border: 0; border-radius: 6px; width: 44px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.site-search-form button svg { width: 18px; height: 18px; fill: #fff; }
.site-search-form button:hover { background: var(--secondary); }
.header-icon-btn svg { width: 22px; height: 22px; fill: currentColor; }
.btn-cta { background: var(--primary); color: #fff !important; padding: 12px 26px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; border-radius: 2px; white-space: nowrap; }
.btn-cta:hover { background: var(--secondary); }
.mobile-toggle { display: none; background: none; border: none; font-size: 24px; cursor: pointer; color: var(--heading); }

/* ---- Hero (video) + inline quote card ---- */
.hero { position: relative; min-height: 640px; display: flex; align-items: center; overflow: hidden; padding: 60px 0 140px; }
.hero video, .hero .hero-fallback-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.45) 45%, rgba(0,0,0,.25) 100%); z-index: 2; }
.hero-inner { position: relative; z-index: 3; width: 100%; display: grid; grid-template-columns: 1.3fr 1fr; gap: 50px; align-items: center; }
.hero-content { color: #fff; max-width: 620px; }
.hero-content h1 { color: #fff; font-size: 48px; margin-bottom: 16px; }
.hero-content p { font-size: 18px; margin-bottom: 26px; color: #f2ece1; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary { background: var(--primary); color: #fff; padding: 14px 30px; border-radius: 30px; font-weight: 600; display: inline-block; }
.btn-primary:hover { background: var(--secondary); color: #fff; }
.btn-outline { border: 2px solid #fff; color: #fff; padding: 12px 28px; border-radius: 30px; font-weight: 600; display: inline-block; }
.btn-outline:hover { background: #fff; color: var(--heading); }

/* ---- Hero partners bar: full-width, centered, translucent gold overlay ---- */
.hero-partners-bar {
    position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;
    background: rgba(169, 121, 31, 0.55); /* translucent dark gold, sits above the photo */
    backdrop-filter: blur(2px);
    padding: 18px 0;
}
.hero-partners-label {
    color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px;
    text-align: center; margin-bottom: 14px; opacity: .95; font-weight: 600;
}
.hero-partners-logos {
    display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap;
}
@media (max-width: 900px) {
    .hero-partners-logos { gap: 22px; }
    .hero-partners-logos img { height: 30px !important; }
}

/* ---- Quote form card (used in hero + as reusable widget) ---- */
.quote-card { background: #fff; border-radius: 12px; padding: 28px; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.quote-card h3 { font-size: 22px; margin-bottom: 4px; }
.quote-card .quote-sub { font-size: 13px; color: var(--body-text); margin-bottom: 18px; }
.quote-card .form-field { margin-bottom: 14px; }
.quote-card .form-field label { display: block; font-size: 12px; font-weight: 600; color: var(--heading); margin-bottom: 5px; text-transform: uppercase; letter-spacing: .5px; }
.quote-card .form-field input, .quote-card .form-field select, .quote-card .form-field textarea {
    width: 100%; padding: 11px 13px; border: 1px solid var(--border); border-radius: 6px; font-family: inherit; font-size: 14px; background: var(--bg-lite);
}
.quote-card .form-field textarea { min-height: 70px; }
.quote-card .form-submit-btn { width: 100%; background: var(--primary); color: #fff; border: 0; padding: 14px; border-radius: 6px; font-weight: 700; cursor: pointer; font-size: 15px; letter-spacing: .5px; }
.quote-card .form-submit-btn:hover { background: var(--secondary); }
.quote-card .form-success { background: #e8f5e9; border: 1px solid #4caf50; padding: 12px; border-radius: 6px; font-size: 13px; margin-bottom: 14px; }
.quote-card .form-error { background: #fdecea; border: 1px solid #f5c2c0; padding: 12px; border-radius: 6px; font-size: 13px; margin-bottom: 14px; }
.trip-widget .form-success, .trip-widget .form-error {
    padding: 12px 14px; border-radius: 6px; font-size: 13.5px; margin-bottom: 14px; font-weight: 500;
}
.trip-widget .form-success { background: #e8f5e9; border: 1px solid #4caf50; }
.trip-widget .form-error { background: #fdecea; border: 1px solid #f5c2c0; }

/* ---- Sections ---- */
.section { padding: 80px 0; }
.section-lite { background: var(--bg-lite); }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.section-head.left-align { text-align: left; margin: 0 0 24px; }
.section-head .eyebrow { color: var(--primary); text-transform: uppercase; letter-spacing: 2px; font-size: 13px; font-weight: 600; }
.section-head h2 { font-size: 38px; margin-top: 8px; }
.section-head p { margin-top: 12px; }

/* ---- Intro / About strip ---- */
.intro-strip { padding: 56px 0; text-align: center; }
.intro-strip p { max-width: 820px; margin: 0 auto; font-size: 17px; color: var(--heading); }

/* ---- Category block (description + quick-link list, mirrors tour operator UX pattern) ---- */
.category-block { padding: 50px 0; border-bottom: 1px solid var(--border); }
.category-block-head { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; margin-bottom: 20px; }
.category-block-head h2 { font-size: 30px; }
.category-block-head p { max-width: 640px; font-size: 15px; margin-top: 8px; }
.category-block-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-sm { padding: 9px 20px; border-radius: 24px; font-size: 13px; font-weight: 600; display: inline-block; }
.btn-sm.filled { background: var(--primary); color: #fff; }
.btn-sm.filled:hover { background: var(--secondary); color: #fff; }
.btn-sm.outline { border: 1.5px solid var(--primary); color: var(--primary); }
.btn-sm.outline:hover { background: var(--primary); color: #fff; }
.itinerary-quicklist { columns: 2; column-gap: 40px; margin-top: 20px; }
.itinerary-quicklist a { display: block; padding: 7px 0; font-size: 14px; color: var(--heading); border-bottom: 1px dashed var(--border); break-inside: avoid; }
.itinerary-quicklist a:hover { color: var(--primary); }

/* ---- Tour cards ---- */
.tour-grid { display: flex; flex-direction: column; gap: 28px; }

/* ---------- Tour listing row card (redesigned: rounded, floating pill
   badges over the photo, soft lift-on-hover shadow — shares the same
   pill/rounded visual language as the homepage tour cards below) ---------- */
.tour-row-card { display: grid; grid-template-columns: 340px 1fr; background: var(--cream); border-radius: 14px; overflow: hidden; box-shadow: 0 4px 18px rgba(22,38,31,.07); transition: transform .25s ease, box-shadow .25s ease; }
.tour-row-card:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(22,38,31,.14); }
.tour-row-img { position: relative; background: var(--border) center/cover no-repeat; min-height: 260px; }
.tour-row-wish {
    position: absolute; top: 16px; left: 16px; width: 36px; height: 36px; border-radius: 999px; background: rgba(255,255,255,.94); border: 0;
    display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--heading); cursor: pointer; box-shadow: 0 4px 10px rgba(0,0,0,.15); transition: color .2s;
}
.tour-row-wish:hover { color: var(--olive); }
.tour-row-popular { position: absolute; top: 16px; right: 16px; background: var(--olive); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .3px; padding: 6px 13px; border-radius: 999px; }
.tour-row-price-badge { position: absolute; left: 16px; bottom: 16px; background: var(--amber); color: var(--brown); font-size: 12.5px; font-weight: 700; padding: 8px 14px; border-radius: 999px; box-shadow: 0 4px 12px rgba(0,0,0,.2); }
.tour-row-price-badge strong { font-size: 15px; }
.tour-row-body {
    position: relative; padding: 28px 32px 28px 28px; display: flex; flex-direction: column;
    background-color: var(--cream);
    /* Faint acacia-tree watermark, bottom-right — "opacity" achieved by layering a
       near-opaque cream tint over the image rather than a true opacity property,
       so it never fights with the text sitting in normal flow above it. */
    background-image:
        linear-gradient(rgba(251,242,231,.93), rgba(251,242,231,.93)),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 220'%3E%3Cellipse cx='150' cy='55' rx='140' ry='30' fill='%230B5566'/%3E%3Cellipse cx='60' cy='40' rx='55' ry='22' fill='%230B5566'/%3E%3Cellipse cx='240' cy='40' rx='55' ry='22' fill='%230B5566'/%3E%3Cpath d='M150 80 L150 150 M150 110 L110 90 M150 100 L195 85 M150 130 L120 160 M150 125 L185 155' stroke='%230B5566' stroke-width='6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat, no-repeat;
    background-position: right bottom, right -14px bottom -10px;
    background-size: 100% 100%, 230px auto;
}
.tour-row-days { display: inline-block; color: var(--primary); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; margin-bottom: 8px; }
.tour-row-body h3 { font-size: 20px; margin-bottom: 12px; }
.tour-row-body h3 a { color: var(--heading); }
.tour-row-body h3 a:hover { color: var(--primary); }
.tour-row-highlights { list-style: none; margin-bottom: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.tour-row-highlights li { background: var(--bg-lite); color: var(--body-text); font-size: 12.5px; line-height: 1.4; padding: 7px 13px; border-radius: 999px; }
.tour-row-route { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 13px; color: var(--olive); font-weight: 600; margin-bottom: 20px; }
.tour-row-route .route-sep { color: var(--body-text); opacity: .6; }
.tour-row-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: auto; }
.tour-row-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--primary); color: #fff; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; padding: 13px 28px; border-radius: 999px; transition: background .2s; }
.tour-row-btn:hover { background: var(--secondary); }
.tour-row-whatsapp { display: inline-flex; align-items: center; gap: 7px; background: var(--whatsapp); color: #fff; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; padding: 13px 22px; border-radius: 999px; transition: filter .2s; }
.tour-row-whatsapp:hover { filter: brightness(.92); }

@media (max-width: 700px) {
    .tour-row-card { grid-template-columns: 1fr; border-radius: 10px; }
    .tour-row-img { min-height: 200px; }
    .tour-row-body { padding: 22px; }
}



.tour-card > .img-wrap { height: 200px; background: var(--bg-lite) center/cover no-repeat; position: relative; border-radius: 8px 8px 0 0; }
.tour-card > .img-wrap .cat-badge { position: absolute; top: 14px; left: 14px; background: var(--primary); color: #fff; font-size: 12px; padding: 4px 12px; border-radius: 20px; text-transform: uppercase; letter-spacing: .5px; }
.cat-badge { background: var(--primary); color: #fff; font-size: 12px; padding: 4px 12px; border-radius: 20px; text-transform: uppercase; letter-spacing: .5px; }
.tour-card > .body { padding: 18px; border: 1px solid var(--border); border-top: 0; border-radius: 0 0 8px 8px; }
.tour-card > .body h3 { font-size: 19px; margin-bottom: 4px; }
.act-view { display: inline-block; padding: 9px 16px; border-radius: 6px; background: var(--heading); color: #fff; font-size: 13px; }
.act-view:hover { background: var(--primary); color: #fff; }

/* ---- Category tabs / filters ---- */
.filter-bar { display: flex; gap: 12px; justify-content: center; margin-bottom: 40px; flex-wrap: wrap; }
.filter-bar a { padding: 8px 20px; border: 1px solid var(--border); border-radius: 30px; font-size: 14px; color: var(--heading); }
.filter-bar a.active, .filter-bar a:hover { background: var(--primary); color: #fff; border-color: var(--primary); }

/* ---- Tours archive sidebar layout ---- */
.archive-layout { display: grid; grid-template-columns: 260px 1fr; gap: 40px; align-items: start; }
.archive-sidebar { padding: 4px 0; position: sticky; top: 100px; }
.archive-widget { padding-bottom: 26px; margin-bottom: 26px; border-bottom: 1px solid var(--border); }
.archive-widget:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.archive-widget h4 { font-size: 16px; font-weight: 700; color: var(--heading); margin-bottom: 16px; text-transform: none; letter-spacing: 0; }
.archive-widget ul { list-style: none; }
.archive-widget li { margin-bottom: 12px; }
.archive-widget a {
    display: flex; align-items: center; gap: 10px;
    font-size: 14.5px; color: var(--body-text);
}
.archive-widget a:hover { color: var(--heading); }
.archive-widget a::before {
    content: ''; display: inline-block; width: 18px; height: 18px; flex-shrink: 0;
    border: 1.5px solid #b8ac91; border-radius: 3px; background: #fff;
}
.archive-widget a.active { color: var(--heading); font-weight: 600; }
.archive-widget a.active::before {
    background: var(--amber); border-color: var(--amber);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233a2117' d='M6.2 11.2 3.5 8.5l-1 1L6.2 13.2 13.5 5.9l-1-1z'/%3E%3C/svg%3E");
    background-size: 14px; background-repeat: no-repeat; background-position: center;
}
.archive-widget a .count { font-size: 12px; opacity: .65; margin-left: auto; }
.archive-reset { display: inline-block; font-size: 13px; color: var(--primary); margin-top: 6px; text-decoration: underline; }

.filters-toggle {
    display: none; width: 100%; align-items: center; justify-content: space-between;
    background: #fff; border: 1px solid var(--border); border-radius: 6px;
    padding: 14px 16px; font-size: 15px; font-weight: 700; color: var(--heading);
    margin-bottom: 14px; cursor: pointer;
}
.filters-toggle .count-badge {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px;
    background: var(--primary); color: #fff; font-size: 11.5px; font-weight: 800; margin-left: 4px;
}
.filters-toggle .chevron { transition: transform .2s ease; flex-shrink: 0; }
.filters-toggle.open .chevron { transform: rotate(180deg); }

@media (max-width: 900px) {
    .archive-layout { grid-template-columns: 1fr; }
    .archive-sidebar { position: static; }
    .filters-toggle { display: flex; }
    .archive-sidebar {
        display: none; background: #fff; border: 1px solid var(--border); border-radius: 6px;
        padding: 18px 18px 4px; margin-bottom: 20px;
    }
    .archive-sidebar.open { display: block; }
}

/* ---- Tabbed category teaser (left tab list + right image panel) ---- */
.tabs-wrap { display: grid; grid-template-columns: 280px 1fr; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.tabs-list { background: #fff; border-right: 1px solid var(--border); }
.tab-btn {
    display: block; width: 100%; text-align: left; padding: 22px 24px; background: #fff; border: 0;
    border-bottom: 1px solid var(--border); cursor: pointer; font-size: 15px; color: var(--heading);
    font-family: inherit; border-left: 4px solid transparent;
}
.tab-btn:last-child { border-bottom: 0; }
.tab-btn:hover { background: var(--cream); }
.tab-btn.active { background: var(--cream); border-left-color: var(--primary); font-weight: 700; }
.tabs-panel-wrap { position: relative; background-size: cover; background-position: center; min-height: 540px; }
.tabs-panel-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(46,42,34,.82) 0%, rgba(46,42,34,.55) 60%, rgba(46,42,34,.35) 100%); }
.tabs-panel { display: none; position: relative; z-index: 2; padding: 44px 50px; color: #fff; }
.tabs-panel.active { display: block; }
.tabs-panel h3 { color: #fff; text-decoration: underline; text-decoration-color: var(--primary); text-underline-offset: 6px; text-transform: uppercase; font-size: 26px; margin-top: 4px; }
.tabs-panel p { color: #f2ece1; max-width: 640px; margin-top: 14px; }
.tabs-panel .itinerary-quicklist a { color: #fff; text-decoration: underline; text-decoration-color: rgba(255,255,255,.4); border-bottom: 0; }
.tabs-panel .itinerary-quicklist a:hover { text-decoration-color: var(--primary); color: var(--primary); }
.tabs-panel-buttons { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }
.tabs-panel-buttons a { border: 1.5px solid #fff; color: #fff; padding: 12px 26px; border-radius: 4px; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; }
.tabs-panel-buttons a:hover { background: #fff; color: var(--heading); }
.coming-soon-note { color: #f2ece1; font-style: italic; font-size: 14px; margin-top: 24px; max-width: 500px; border-left: 3px solid var(--primary); padding-left: 16px; }
.coming-soon-badge { position: absolute; top: 14px; left: 14px; background: var(--heading); color: #fff; font-size: 11px; padding: 4px 12px; border-radius: 20px; text-transform: uppercase; letter-spacing: .5px; z-index: 1; }
@media (max-width: 900px) {
    .tabs-wrap { grid-template-columns: 1fr; }
    .tabs-list { display: flex; overflow-x: auto; }
    .tab-btn { border-bottom: 0; border-right: 1px solid var(--border); white-space: nowrap; border-left: 0; border-top: 4px solid transparent; }
    .tab-btn.active { border-left: 0; border-top-color: var(--primary); }
    .tabs-panel { padding: 30px 24px; }
}

/* ---- Why Choose Us ---- */
.why-choose { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.why-choose img { border-radius: 12px; }
.why-choose ol { list-style: none; counter-reset: reasons; }
.why-choose ol li { counter-increment: reasons; position: relative; padding: 10px 0 10px 46px; font-size: 15.5px; color: var(--heading); }
.why-choose ol li::before {
    content: counter(reasons); position: absolute; left: 0; top: 8px; width: 30px; height: 30px; border-radius: 50%;
    background: var(--primary); color: #fff; font-weight: 700; font-size: 13px; display: flex; align-items: center; justify-content: center;
}

/* ---- FAQ accordion ---- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question { width: 100%; text-align: left; background: none; border: 0; padding: 20px 4px; font-family: var(--font-display); font-size: 19px; font-weight: 600; color: var(--heading); cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-question .faq-icon { font-size: 18px; color: var(--primary); transition: transform .2s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .25s ease; font-size: 14.5px; padding: 0 4px; }
.faq-item.open .faq-answer { max-height: 400px; padding-bottom: 18px; }

/* ---- Single tour page ---- */
/* ================================================================
   Tour detail page v3 — layout/interactions adapted from a reference
   file the client supplied, recolored to Millennia Safaris' palette
   (var(--primary) amber/orange instead of rust, var(--olive) dark brown,
   existing Cormorant Garamond / Josefin Sans pairing instead of Georgia).
   ================================================================ */
.tour-hero-img { height: 420px; background: var(--bg-lite) center/cover no-repeat; }

/* ---------- Destination page ---------- */
.dest-hero {
    position: relative; min-height: 360px; display: flex; align-items: flex-end;
    background: var(--olive-dark) center/cover no-repeat; padding: 50px 24px 40px;
}
.dest-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,10,5,.75) 0%, rgba(10,10,5,.2) 65%); }
.dest-hero .container { position: relative; z-index: 2; }
.dest-hero h1 { color: #fff; font-size: 38px; margin: 0 0 8px; }
.dest-hero-tagline { color: rgba(255,255,255,.9); font-size: 16px; max-width: 560px; margin: 0; }

.dest-facts-bar { background: var(--bg-lite); border-bottom: 1px solid var(--border); padding: 20px 0; }
.dest-facts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.dest-fact { display: flex; gap: 12px; align-items: flex-start; }
.dest-fact .meta-icon { font-size: 18px; color: var(--primary); flex-shrink: 0; }
.dest-fact strong { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .3px; color: var(--heading); margin-bottom: 3px; }
.dest-fact span { font-size: 13.5px; color: var(--body-text); line-height: 1.4; }

.dest-index-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.dest-index-card { display: block; border-radius: 12px; overflow: hidden; background: #fff; border: 0; box-shadow: 0 6px 20px rgba(22,38,31,.08); transition: transform .25s ease, box-shadow .25s ease; }
.dest-index-card:hover { transform: translateY(-5px); box-shadow: 0 16px 32px rgba(22,38,31,.15); }
.dest-index-photo { aspect-ratio: 4/3; background-size: cover; background-position: center; }
.dest-index-body { padding: 16px 18px 18px; border-top: 3px solid var(--amber); }
.dest-index-body h3 { font-size: 18px; margin-bottom: 6px; color: var(--heading); }
.dest-index-body p { font-size: 13.5px; color: var(--body-text); margin: 0; }
.search-section { margin-bottom: 44px; }
.search-section h2 { font-size: 22px; margin-bottom: 18px; }
.search-count { font-size: 14px; font-weight: 400; color: var(--body-text); }
@media (max-width: 700px) {
    .dest-hero h1 { font-size: 28px; }
}

/* ---------- Great Migration page ---------- */
.prose-bullets { list-style: none; padding: 0; }
.prose-bullets li { position: relative; padding-left: 22px; margin-bottom: 14px; font-size: 15px; line-height: 1.7; color: var(--body-text); }
.prose-bullets li::before { content: ''; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 999px; background: var(--primary); }

.quick-facts-split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.quick-facts-text h2 { margin-bottom: 20px; }
.quick-facts-photo img {
    width: 100%; aspect-ratio: 1/1; object-fit: cover;
    border-radius: 42% 58% 63% 37% / 47% 44% 56% 53%;
}
@media (max-width: 860px) {
    .quick-facts-split { grid-template-columns: 1fr; }
    .quick-facts-photo { order: -1; max-width: 340px; margin: 0 auto; }
}

/* The month-by-month trail: a horizontal, zig-zagging timeline connected by
   a single line — a visual "route" rather than a plain list, since the
   migration itself is a continuous circular route, not a fixed schedule. */
.migration-trail {
    position: relative;
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 70px 10px 90px;
}
.migration-trail::before {
    content: '';
    position: absolute; left: 40px; right: 40px; top: 50%;
    height: 3px; background: repeating-linear-gradient(90deg, var(--primary) 0 10px, transparent 10px 18px);
    transform: translateY(-50%);
    z-index: 0;
}
.trail-stop { position: relative; flex: 0 0 148px; display: flex; flex-direction: column; align-items: center; z-index: 1; }
.trail-up .trail-card { order: 1; margin-bottom: 18px; }
.trail-up .trail-dot { order: 2; }
.trail-down .trail-dot { order: 1; }
.trail-down .trail-card { order: 2; margin-top: 18px; }
.trail-dot { width: 14px; height: 14px; border-radius: 999px; background: var(--amber); border: 3px solid #fff; box-shadow: 0 0 0 1px var(--primary); flex-shrink: 0; }
.trail-current .trail-dot { background: var(--primary); box-shadow: 0 0 0 5px rgba(204,75,37,.25); }
.trail-card {
    position: relative; background: #fff; border: 1px solid var(--border); border-radius: 6px;
    padding: 14px 12px; text-align: center; width: 148px; box-shadow: 0 6px 16px rgba(0,0,0,.06);
}
.trail-current .trail-card { border-color: var(--primary); box-shadow: 0 10px 24px rgba(204,75,37,.18); }
.trail-now-badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--primary); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .3px; padding: 3px 8px; border-radius: 999px; }
.trail-month { font-family: var(--font-display); font-size: 15px; color: var(--amber-dark, var(--primary)); font-weight: 700; text-transform: uppercase; margin-bottom: 4px; }
.trail-place { font-size: 12.5px; font-weight: 700; color: var(--heading); line-height: 1.3; margin-bottom: 6px; min-height: 32px; }
.trail-blurb { font-size: 11.5px; color: var(--body-text); line-height: 1.5; }
@media (max-width: 700px) {
    .migration-trail { flex-direction: column; align-items: center; padding: 20px 10px; gap: 0; }
    .migration-trail::before { left: 50%; top: 20px; bottom: 20px; right: auto; width: 3px; height: auto; transform: translateX(-50%); background: repeating-linear-gradient(180deg, var(--primary) 0 10px, transparent 10px 18px); }
    .trail-stop { flex: none; margin-bottom: 24px; }
    .trail-up .trail-card, .trail-down .trail-card { order: 2; margin: 12px 0 0; }
    .trail-up .trail-dot, .trail-down .trail-dot { order: 1; }
}

.migration-cta-band { background: var(--bg-lite); }

.migration-itineraries-band { background: var(--brown, #2B1B0C); padding: 70px 0; }
.migration-itineraries-band .section-head h2 { color: #fff; }
.migration-itineraries-band .section-head p { color: rgba(255,255,255,.75); }
.migration-itineraries-band .eyebrow { color: var(--amber); }

/* ---------- Accommodations listing ---------- */
.accom-photo-placeholder {
    background: linear-gradient(135deg, var(--bg-lite) 0%, var(--border) 100%);
    display: flex; align-items: center; justify-content: center;
}
.accom-photo-note { color: var(--body-text); font-size: 13px; font-weight: 600; opacity: .6; }
.accom-website-link { display: inline-block; margin-top: 8px; font-size: 13px; font-weight: 700; color: var(--primary); }
.accom-website-link:hover { text-decoration: underline; }
.accom-location { font-size: 12px; text-transform: uppercase; letter-spacing: .4px; color: var(--body-text); font-weight: 700; margin-bottom: 6px; }
.budget-note { font-size: 12.5px; color: var(--body-text); line-height: 1.6; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border); }

/* ---------- Blog listing ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(22,38,31,.08); transition: transform .25s ease, box-shadow .25s ease; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 16px 32px rgba(22,38,31,.15); }
.blog-card-photo { position: relative; display: block; aspect-ratio: 4/3; background: var(--bg-lite) center/cover no-repeat; overflow: hidden; }
.blog-card-date { position: absolute; left: 0; bottom: 0; background: rgba(20,20,10,.75); color: #fff; font-size: 12px; font-weight: 600; padding: 6px 12px; }
.blog-card-body { padding: 18px 20px 20px; border-top: 3px solid var(--amber); }
.blog-card-title { display: block; font-size: 17px; font-weight: 700; color: var(--heading); line-height: 1.4; margin-bottom: 8px; }
.blog-card-title:hover { color: var(--primary); }
.blog-card-excerpt { font-size: 13.5px; color: var(--body-text); line-height: 1.6; margin-bottom: 16px; }
.blog-card-readmore { display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; color: var(--primary); }
.blog-card-readmore .arrow-circle { width: 32px; height: 32px; border-radius: 50%; background: var(--bg-lite); color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; transition: background .2s, color .2s; }
.blog-card:hover .blog-card-readmore .arrow-circle { background: var(--amber); color: var(--brown); }
@media (max-width: 900px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }

/* ---------- National Parks listing hero (photo + title, sits inside the
   same hero-widget-wrap/trip-widget pattern as the homepage) ---------- */
.dest-listing-hero-text {
    position: relative; z-index: 3; max-width: 560px;
    padding: 0 24px 60px;
    padding-left: max(24px, calc((100% - 1400px) / 2 + 24px));
    margin: 0;
    align-self: flex-start; margin-top: auto;
}
.home-hero:has(.dest-listing-hero-text) { align-items: flex-start; padding-bottom: 0; }
.dest-listing-hero-text h1 { color: #fff; font-size: 40px; margin-bottom: 16px; }
.dest-listing-hero-text p { color: rgba(255,255,255,.92); font-size: 15.5px; line-height: 1.7; max-width: 560px; }
@media (max-width: 900px) {
    .dest-listing-hero-text { padding-left: 24px; }
}
@media (max-width: 700px) {
    .dest-listing-hero-text { padding: 0 20px 30px; }
    .dest-listing-hero-text h1 { font-size: 28px; }
}

/* ---------- National park row cards (listing page) ---------- */
.dest-row-list { display: flex; flex-direction: column; gap: 24px; }
.dest-row-card { display: grid; grid-template-columns: 300px 1fr; background: var(--bg-lite); border-radius: 4px; overflow: hidden; }
.dest-row-photo { position: relative; background: var(--border) center/cover no-repeat; min-height: 280px; }
.dest-row-region-tag { position: absolute; top: 16px; right: 16px; background: var(--bg-lite); color: var(--heading); font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: 3px; }
.dest-row-body { padding: 28px 32px; display: flex; flex-direction: column; align-items: flex-start; }
.dest-row-body h3 { font-size: 19px; letter-spacing: .3px; margin-bottom: 12px; }
.dest-row-body p { color: var(--body-text); font-size: 14.5px; line-height: 1.7; margin-bottom: 20px; }
.btn-green-block { display: inline-block; background: var(--olive); color: #fff; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; padding: 14px 30px; border-radius: 3px; margin-top: auto; }
.btn-green-block:hover { background: var(--olive-dark); }
@media (max-width: 700px) {
    .dest-row-card { grid-template-columns: 1fr; }
    .dest-row-photo { min-height: 220px; }
    .dest-row-body { padding: 22px; }
}

.tour-layout-v3 { display: grid; grid-template-columns: 1fr 340px; gap: 28px; align-items: start; margin-top: 32px; }
.tour-main-v3 { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 12px 36px rgba(36,24,17,.08); }

.tabs-v3 { display: flex; background: var(--cream); border-bottom: 0; position: sticky; top: 0; z-index: 20; overflow-x: auto; padding: 10px; gap: 6px; }
.tabs-v3 a { padding: 12px 20px; color: var(--heading); text-decoration: none; font-weight: 700; font-size: 12.5px; text-transform: uppercase; letter-spacing: .3px; position: relative; white-space: nowrap; border-radius: 999px; transition: background .2s, color .2s; }
.tabs-v3 a:hover { background: rgba(217,102,13,.1); color: var(--primary); }
.tabs-v3 a.active { background: var(--primary); color: #fff; box-shadow: 0 8px 18px rgba(217,102,13,.35); }

.content-section-v3 { display: none; padding: 36px; }
.content-section-v3.active-section { display: block; }
.content-section-v3 h2 { font-size: 27px; margin: 0 0 18px; font-family: var(--font-display); color: var(--heading); }
.overview-text-v3 { font-size: 15.5px; line-height: 1.75; color: var(--body-text); margin-bottom: 22px; }

.sb-box { border: 0; background: var(--bg-lite); margin-bottom: 20px; border-radius: 16px; overflow: hidden; }
.sb-box-title { background: transparent; border-bottom: 1px solid var(--border); padding: 16px 20px; font-weight: 800; color: var(--heading); font-size: 13.5px; text-transform: uppercase; letter-spacing: .4px; }
.sb-box-title small { font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--body-text); margin-left: 6px; }
.sb-box-body { padding: 20px; }

/* Route stepper — replaces the old illustrated route map with a clean, real
   list of this trip's actual stops in order. No map image/pins/graphic. */
.route-stepper { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 6px 2px; }
.route-stepper-stop { display: flex; flex-direction: column; align-items: center; text-align: center; min-width: 96px; padding: 6px 8px; }
.route-stepper-stop .rs-dot { width: 13px; height: 13px; border-radius: 50%; background: var(--primary); border: 3px solid var(--bg-lite); box-shadow: 0 0 0 2px var(--primary); margin-bottom: 9px; }
.route-stepper-stop.rs-anchor .rs-dot { background: var(--olive); box-shadow: 0 0 0 2px var(--olive); }
.route-stepper-stop strong { display: block; color: var(--heading); font-size: 13.5px; line-height: 1.3; }
.route-stepper-stop .rs-label { color: var(--body-text); font-size: 10.5px; text-transform: uppercase; letter-spacing: .3px; margin-top: 3px; }
.route-stepper-arrow { color: var(--border); font-size: 20px; flex-shrink: 0; margin-top: 22px; }
@media (max-width: 500px) {
    .route-stepper { flex-direction: column; align-items: flex-start; gap: 0; }
    .route-stepper-stop { flex-direction: row; align-items: center; text-align: left; min-width: 0; gap: 10px; padding: 8px 0; }
    .route-stepper-stop .rs-dot { margin-bottom: 0; }
    .route-stepper-stop .rs-label { margin-top: 0; }
    .route-stepper-arrow { display: none; }
}

/* ---------- Day-by-day timeline (v4) ---------- */
.day-timeline { max-width: 980px; margin: 0 auto; }
.day-connector { display: flex; justify-content: center; padding: 4px 0; }
.day-connector .dot { width: 10px; height: 10px; border-radius: 999px; background: var(--amber); border: 2px solid #fff; box-shadow: 0 0 0 1px var(--border); }
.day-card-v4 {
    background: var(--cream); display: grid; grid-template-columns: 1.3fr 1fr; gap: 30px; padding: 34px;
    border-radius: 20px; box-shadow: 0 8px 24px rgba(36,24,17,.07);
}
.day-card-v4.no-photo { grid-template-columns: 1fr; }
.day-card-v4-text .day-label-v4 { color: var(--amber-dark); font-weight: 800; font-size: 15px; letter-spacing: .5px; margin-bottom: 4px; text-transform: uppercase; }
.day-card-v4-text h3 { color: var(--olive); font-family: var(--font-hand); font-size: 30px; text-transform: uppercase; line-height: 1.15; margin: 0 0 14px; font-weight: 700; }
.day-card-v4-text p { color: var(--body-text); font-size: 14.5px; line-height: 1.7; margin-bottom: 20px; }
.day-accom-label { font-weight: 800; color: var(--heading); font-size: 13px; text-transform: uppercase; letter-spacing: .4px; margin-bottom: 10px; }
.day-accom-label.departure-note { font-weight: 500; text-transform: none; letter-spacing: 0; color: var(--body-text); font-style: italic; font-size: 13.5px; }
.day-accom-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; font-size: 13px; color: var(--body-text); }
.day-accom-row a { font-weight: 700; color: var(--heading); }
.bed-icon { flex-shrink: 0; opacity: .7; }
.day-card-v4-photo { border-radius: 16px; background-size: cover; background-position: center; min-height: 220px; }
@media (max-width: 760px) {
    .day-card-v4 { grid-template-columns: 1fr; padding: 24px; }
    .day-card-v4-photo { min-height: 180px; }
}


.feature-grid-v3 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.feature-item-v3 { display: flex; gap: 12px; padding: 15px 16px; background: #fff; border-radius: 12px; align-items: flex-start; font-size: 13.5px; box-shadow: 0 2px 10px rgba(36,24,17,.05); }
.feature-item-v3 .meta-icon { color: var(--primary); font-size: 18px; width: 22px; flex-shrink: 0; }
.feature-item-v3 strong { display: block; margin-bottom: 3px; color: var(--heading); }
.feature-item-v3 span { color: var(--body-text); }

.activity-list-v3 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.activity-list-v3 div { padding: 10px 12px; background: var(--bg-lite); border: 1px solid var(--border); font-size: 13.5px; border-radius: 3px; }
.activity-list-v3 .meta-icon { color: var(--primary); margin-right: 8px; }
.info-table-v3 { width: 100%; border-collapse: separate; border-spacing: 0 8px; font-size: 13.5px; margin-top: -8px; }
.info-table-v3 th, .info-table-v3 td { border: 0; background: #fff; padding: 14px 16px; text-align: left; vertical-align: top; }
.info-table-v3 th { border-radius: 10px 0 0 10px; width: 28%; color: var(--heading); font-weight: 700; }
.info-table-v3 td { border-radius: 0 10px 10px 0; color: var(--body-text); }

.day-card-v3 { border: 1px solid var(--border); margin-bottom: 24px; background: #fff; border-radius: 4px; overflow: hidden; }
.day-photo-v3 { height: 260px; background-size: cover; background-position: center; position: relative; }
.day-photo-v3::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
.day-photo-v3 h3 { position: absolute; left: 22px; bottom: 18px; z-index: 2; color: #fff; font-size: 27px; margin: 0; text-shadow: 0 2px 6px rgba(0,0,0,.5); }
.day-content-v3 { padding: 22px; }
.day-content-v3 p { line-height: 1.7; color: var(--body-text); font-size: 14.5px; }
.destination-line-v3 { border-left: 4px solid var(--primary); background: var(--bg-lite); padding: 12px 14px; margin: 16px 0; font-size: 13.5px; }
.safari-facts-v3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 18px 0; }
.safari-fact-v3 { background: var(--bg-lite); border: 1px solid var(--border); padding: 13px; border-radius: 3px; font-size: 13px; }
.safari-fact-v3 strong { display: block; color: var(--heading); margin-bottom: 5px; }
.wildlife-row-v3 { display: flex; gap: 10px; flex-wrap: wrap; margin: 16px 0; }
.wildlife-row-v3 span { background: #fff6ea; border: 1px solid #f0cfaa; color: #6b3b05; padding: 7px 12px; border-radius: 20px; font-size: 12.5px; font-weight: 700; }

.rates-note-v3 { background: var(--bg-lite); border: 0; border-left: 4px solid var(--amber); padding: 16px 20px; margin-bottom: 20px; border-radius: 4px 12px 12px 4px; font-size: 13.5px; }
.rates-price-block { text-align: center; padding: 42px 20px; background: linear-gradient(135deg, var(--olive) 0%, var(--olive-dark) 100%); border-radius: 18px; }
.rates-price-block .price { font-size: 44px; font-weight: 800; color: var(--amber); font-family: var(--font-display); }
.rates-price-block .unit { color: rgba(255,255,255,.82); font-size: 13px; }

.inclusion-grid-v3 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.list-box-v3 { border: 0; border-radius: 16px; overflow: hidden; background: var(--bg-lite); }
.list-box-v3 h3 { margin: 0; background: transparent; border-bottom: 1px solid var(--border); padding: 15px 18px; color: var(--heading); font-size: 16px; }
.list-box-v3 ul { padding: 18px 20px; margin: 0; list-style: none; }
.list-box-v3 li { margin-bottom: 12px; line-height: 1.5; font-size: 13.5px; padding-left: 24px; position: relative; }
.list-box-v3 .yes::before { content: '✓'; position: absolute; left: 0; color: var(--olive); font-weight: 700; }
.list-box-v3 .no::before { content: '✕'; position: absolute; left: 0; color: var(--primary); font-weight: 700; }

.getting-card-v3 { display: flex; gap: 18px; align-items: flex-start; border-bottom: 1px solid var(--border); padding: 20px 2px; }
.getting-card-v3:last-of-type { border-bottom: 0; }
.getting-card-v3 .meta-icon { flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; background: var(--bg-lite); font-size: 20px; color: var(--primary); display: flex; align-items: center; justify-content: center; }
.getting-card-v3 h3 { margin: 0 0 6px; color: var(--heading); font-size: 16px; }
.getting-card-v3 p { color: var(--body-text); font-size: 13.5px; }

.section-next-btn-v3 { display: inline-flex; align-items: center; justify-content: center; gap: 9px; width: 100%; margin-top: 20px; padding: 15px 16px; background: var(--primary); color: #fff; border-radius: 999px; font-weight: 700; font-size: 13.5px; text-transform: uppercase; letter-spacing: .3px; transition: background .2s; }
.section-next-btn-v3:hover { background: var(--secondary); color: #fff; }

.sidebar-card-v3 { background: #fff; border: 0; border-radius: 20px; position: sticky; top: 90px; overflow: hidden; box-shadow: 0 14px 38px rgba(36,24,17,.12); }
.side-photo-v3 { height: 160px; background-size: cover; background-position: center; }
.side-price-v3 { padding: 20px 22px; border-bottom: 1px solid var(--border); background: var(--cream); }
.side-price-v3 small { display: block; color: var(--body-text); }
.side-price-v3 strong { display: block; color: var(--primary); font-size: 32px; margin: 3px 0; font-family: var(--font-display); }
.side-section-v3 { padding: 20px 22px; border-bottom: 1px solid var(--border); }
.side-section-v3:last-child { border-bottom: 0; }
.side-section-v3 h3 { margin: 0 0 12px; color: var(--heading); font-size: 17px; }

@media (max-width: 1000px) {
    .tour-layout-v3 { grid-template-columns: 1fr; }
    .sidebar-card-v3 { position: relative; top: auto; }
    .inclusion-grid-v3, .feature-grid-v3, .activity-list-v3, .safari-facts-v3 { grid-template-columns: 1fr; }
    .tabs-v3 { position: static; }
}


/* ---------- Tour detail hero (v2) — brand new look: full-bleed photo,
   bottom-anchored content, no separate white titlebar card underneath. ---------- */
.tour-hero-v2 { position: relative; min-height: 480px; display: flex; align-items: flex-end; background: var(--olive-dark) center/cover no-repeat; padding: 0; }
.tour-hero-v2::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,10,5,.05) 0%, rgba(15,10,5,.25) 45%, rgba(15,10,5,.88) 100%); }
.tour-hero-v2 .container { position: relative; z-index: 2; width: 100%; padding-bottom: 38px; }
.tour-hero-v2 h1 { color: #fff; font-family: var(--font-display); font-size: 42px; font-weight: 800; line-height: 1.14; margin: 8px 0 18px; max-width: 900px; }
.tour-hero-sub { display: inline-block; background: var(--amber); color: var(--brown); font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; padding: 6px 14px; border-radius: 999px; }
.tour-hero-fineprint { color: rgba(255,255,255,.75); font-size: 12.5px; max-width: 640px; }
.archive-breadcrumb.light, .archive-breadcrumb.light a { color: rgba(255,255,255,.85); margin: 0 0 12px; }

.tour-submeta-v2 { display: flex; gap: 24px; flex-wrap: wrap; color: rgba(255,255,255,.92); font-size: 14px; margin-bottom: 22px; }
.tour-submeta-v2 .meta-icon { color: var(--amber); margin-right: 6px; }

.tour-hero-price-chip {
    display: inline-flex; align-items: baseline; gap: 8px; background: #fff; color: var(--heading);
    padding: 13px 24px; border-radius: 999px; font-size: 13px; font-weight: 600;
    box-shadow: 0 14px 30px rgba(0,0,0,.28);
}
.tour-hero-price-chip strong { color: var(--primary); font-size: 21px; font-weight: 800; font-family: var(--font-display); }
.tour-hero-price-chip small { color: var(--body-text); }
@media (max-width: 700px) {
    .tour-hero-v2 { min-height: 400px; }
    .tour-hero-v2 h1 { font-size: 30px; }
}

/* ---------- Sub-nav tabs ---------- */
.tour-subnav { position: sticky; top: 0; z-index: 40; background: #fff; border-bottom: 1px solid var(--border); }
.tour-subnav-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 24px; flex-wrap: wrap; }
.tour-subnav-tabs { display: flex; gap: 26px; flex-wrap: wrap; }
.tour-subnav-tabs a { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .3px; color: var(--body-text); padding-bottom: 4px; border-bottom: 2px solid transparent; }
.tour-subnav-tabs a:hover, .tour-subnav-tabs a.active { color: var(--primary); border-color: var(--primary); }
.btn-rust-pill { background: var(--primary); color: #fff; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .3px; padding: 11px 22px; border-radius: 999px; white-space: nowrap; }
.btn-rust-pill:hover { background: var(--secondary); }

.section-note { color: var(--body-text); font-size: 14px; margin-bottom: 24px; max-width: 720px; }

/* ---------- Inline CTA band (used mid-page on tour.php) ---------- */
.cta-band-inline { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--olive); color: #fff; border-radius: 6px; padding: 26px 30px; margin: 36px 0; flex-wrap: wrap; }
.cta-band-inline.rust { background: var(--primary); }
.cta-band-inline h3 { color: #fff; font-size: 18px; margin-bottom: 6px; }
.cta-band-inline p { color: rgba(255,255,255,.85); font-size: 13.5px; margin: 0; }
.btn-amber-block { background: var(--amber); color: var(--brown); font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .3px; padding: 13px 26px; border-radius: 4px; white-space: nowrap; }
.btn-amber-block:hover { background: var(--amber-dark); }

/* ---------- Accommodation tiers ---------- */
.accom-tier { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; margin-bottom: 36px; }
.accom-tier.reverse .accom-tier-text { order: 2; }
.accom-tier.reverse .accom-tier-photo { order: 1; }
.accom-tier-text h3 { color: var(--olive); font-size: 20px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .3px; }
.accom-tier-text p { color: var(--body-text); font-size: 14.5px; line-height: 1.7; }
.accom-tier-photo { aspect-ratio: 4/3; background-size: cover; background-position: center; border-radius: 6px; }
@media (max-width: 720px) {
    .accom-tier, .accom-tier.reverse { grid-template-columns: 1fr; }
    .accom-tier.reverse .accom-tier-text, .accom-tier.reverse .accom-tier-photo { order: initial; }
    .cta-band-inline { flex-direction: column; align-items: flex-start; }
}

.tour-single-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; margin-top: 40px; align-items: start; }
.tour-facts { display: flex; gap: 30px; flex-wrap: wrap; padding: 20px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin: 24px 0; }
.tour-facts .fact { font-size: 14px; }
.tour-facts .fact strong { display: block; color: var(--heading); font-size: 15px; }
.itinerary-day { display: flex; gap: 20px; margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--border); }
.itinerary-day .day-num { flex-shrink: 0; width: 90px; font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--primary); }
.inc-exc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 24px; }
.inc-exc-grid ul { list-style: none; }
.inc-exc-grid li { padding: 6px 0; font-size: 14px; padding-left: 24px; position: relative; }
.inc-exc-grid .includes li::before { content: '✓'; position: absolute; left: 0; color: #4caf50; font-weight: 700; }
.inc-exc-grid .excludes li::before { content: '✕'; position: absolute; left: 0; color: #c0392b; font-weight: 700; }

/* ---- Sidebar / quote box on single tour page reuses .quote-card ---- */
.sidebar-box { position: sticky; top: 100px; }

/* ---- About / Contact pages ---- */
.page-header {
    position: relative; min-height: 320px; display: flex; align-items: center; justify-content: center; text-align: center;
    background: var(--olive-dark) center/cover no-repeat; padding: 60px 24px;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 97.83% 96%, 95.65% 100%, 93.48% 92%, 91.3% 96%, 89.13% 92%, 86.96% 100%, 84.78% 92%, 82.61% 96%, 80.43% 92%, 78.26% 96%, 76.09% 100%, 73.91% 92%, 71.74% 96%, 69.57% 92%, 67.39% 100%, 65.22% 92%, 63.04% 96%, 60.87% 92%, 58.7% 96%, 56.52% 100%, 54.35% 92%, 52.17% 96%, 50.0% 92%, 47.83% 96%, 45.65% 100%, 43.48% 92%, 41.3% 96%, 39.13% 92%, 36.96% 100%, 34.78% 92%, 32.61% 96%, 30.43% 92%, 28.26% 96%, 26.09% 100%, 23.91% 92%, 21.74% 96%, 19.57% 92%, 17.39% 100%, 15.22% 92%, 13.04% 96%, 10.87% 92%, 8.7% 96%, 6.52% 92%, 4.35% 100%, 2.17% 96%, 0.0% 92%);
}
.page-header::before { content: ''; position: absolute; inset: 0; background: rgba(20,20,10,.5); z-index: 1; }
.page-header .container { position: relative; z-index: 2; max-width: 780px; }
.page-header-video-el {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0;
    background: var(--olive-dark) center/cover no-repeat;
}
/* Tour listing page hero only — plain bottom edge, no zigzag (other
   page-header pages like About/Contact/FAQ keep the jagged edge). */
.page-header.page-header-video { clip-path: none; }
.page-header h1 { font-size: 38px; color: #fff; margin-bottom: 14px; }
.page-header p { color: rgba(255,255,255,.9); font-size: 15px; line-height: 1.7; margin-bottom: 20px; }
.page-header .ph-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(0,0,0,.25); padding: 10px 18px; border-radius: 6px; }
.page-header .ph-badge img { height: 42px; }

.archive-breadcrumb { font-size: 13px; color: var(--body-text); margin: 28px 0 20px; }
.archive-breadcrumb a { color: var(--body-text); text-decoration: underline; }
.archive-breadcrumb .sep { margin: 0 6px; opacity: .6; }

.archive-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; flex-wrap: wrap; gap: 12px; }
.archive-toolbar .results-count { color: var(--body-text); font-size: 14px; }
.archive-sort { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--body-text); }
.archive-sort select { padding: 8px 12px; border: 1px solid var(--border); border-radius: 6px; font-family: inherit; font-size: 13.5px; background: #fff; }

.archive-disclaimer { background: var(--olive); color: #fff; padding: 16px 22px; border-radius: 6px; font-size: 13.5px; line-height: 1.6; margin-bottom: 24px; }

.prose h2 { font-size: 30px; margin: 30px 0 14px; }
.prose p { margin-bottom: 16px; }
.prose ul { margin: 0 0 16px 20px; }
.legal-disclaimer-box { background: #fff8ec; border: 1px solid #e6c38d; border-radius: 6px; padding: 16px 18px; margin-bottom: 28px; font-size: 13.5px; }
.legal-disclaimer-box p { margin: 0; color: var(--body-text); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-top: 40px; }

/* ---- WhatsApp floating button ---- */
.whatsapp-float {
    position: fixed; bottom: 24px; right: 24px; z-index: 999; background: var(--whatsapp); color: #fff;
    width: 58px; height: 58px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 6px 20px rgba(0,0,0,.25); font-size: 28px;
}
.whatsapp-float:hover { background: #1ebc59; color: #fff; }

/* ---- Footer ---- */
.footer-recommend { background: var(--olive); color: #fff; padding: 16px 0; }
.footer-recommend .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.footer-recommend-msg { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.footer-recommend-msg .arrow-circle { width: 30px; height: 30px; border-radius: 50%; background: #fff; color: var(--olive); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.footer-recommend-badges { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.footer-recommend-badge { display: flex; align-items: center; gap: 8px; font-size: 12.5px; }
.footer-recommend-badge .badge-icon { width: 26px; height: 26px; border-radius: 50%; overflow: hidden; background: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.footer-recommend-badge .brand-badge-text.sb { font-size: 9px; }
.footer-recommend-badge strong { display: block; color: var(--amber); }
.footer-recommend-badge a { color: rgba(255,255,255,.75); text-decoration: underline; font-size: 11px; }

.site-footer { background: var(--cream); color: var(--heading); padding: 50px 0 0; }
.footer-inner { max-width: 1300px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-col h3 { font-size: 15px; }
.footer-col h4 { color: var(--olive); margin-bottom: 16px; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; font-family: var(--font-display); font-weight: 700; }
.footer-col p { font-size: 13.5px; margin-bottom: 8px; color: var(--body-text); }
.footer-col a { display: block; color: var(--primary); font-size: 13.5px; margin-bottom: 10px; font-weight: 500; }
.footer-col a:hover { color: var(--olive); text-decoration: underline; }
.footer-logo { display: flex; align-items: center; margin-bottom: 14px; }
.footer-logo .logo-text { font-size: 20px; }
.footer-logo .logo-badge { width: 38px; height: 38px; font-size: 13px; margin-left: -14px; }
.footer-logo-img { height: 52px; width: auto; display: block; }
.footer-phone { font-size: 17px; font-weight: 700; color: var(--heading); display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.footer-phone:hover { color: var(--primary); }
.footer-certs { display: flex; align-items: center; gap: 18px; margin-bottom: 18px; flex-wrap: wrap; }
.footer-certs .cert-logo { display: block; height: 44px; width: auto; max-width: 110px; object-fit: contain; }
.footer-copyright { font-size: 12px; color: var(--body-text); margin-bottom: 6px; }
.footer-legal { display: flex; gap: 14px; margin-top: 8px; }
.footer-legal a { display: inline; margin: 0; font-size: 12px; color: var(--body-text); text-decoration: underline; font-weight: 400; }

.footer-newsletter-form input { padding: 10px 12px; border: 1px solid var(--border); border-radius: 4px; font-family: inherit; font-size: 13px; background: #fff; }
.footer-newsletter-inputs { display: flex; gap: 8px; margin-bottom: 10px; flex-wrap: wrap; }
.footer-newsletter-inputs input { flex: 1; min-width: 110px; }
.footer-newsletter-bottom-row { display: flex; align-items: center; gap: 14px; justify-content: space-between; margin-bottom: 22px; }
.footer-newsletter-note { font-size: 11.5px; color: var(--body-text); margin: 0; line-height: 1.5; }
.footer-newsletter-note a { display: inline; margin: 0; text-decoration: underline; }
.footer-newsletter-form button { background: var(--olive); color: #fff; border: 0; padding: 12px 22px; border-radius: 4px; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .5px; cursor: pointer; white-space: nowrap; flex-shrink: 0; }
.footer-newsletter-form button:hover { background: var(--olive-dark); }
.footer-social-title { font-size: 12px; text-transform: uppercase; letter-spacing: .5px; color: var(--olive); font-weight: 700; margin-bottom: 10px; font-family: var(--font-display); }
.footer-social { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-social a { width: 32px; height: 32px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; transition: transform .15s ease; }
.footer-social a:hover { transform: translateY(-2px); }
.footer-social a .social-icon-img { width: 60%; height: 60%; object-fit: contain; }
.footer-social a { font-size: 11px; font-weight: 800; color: var(--brown); }
.footer-bottom-nav { display: none; }

/* Mobile sticky bottom action bar */
.mobile-bottom-nav {
    display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 998; background: #fff;
    border-top: 1px solid var(--border); box-shadow: 0 -4px 16px rgba(0,0,0,.06);
}
.mobile-bottom-nav .row { display: flex; }
.mobile-bottom-nav a { flex: 1; text-align: center; padding: 10px 4px; font-size: 11px; color: var(--heading); }
.mobile-bottom-nav a .icon { display: block; font-size: 18px; margin-bottom: 2px; }

/* =========================================================
   HOMEPAGE REDESIGN — Tanzania Specialist
   Hero, trip widget, tour grid, intro split, testimonials,
   why-choose, get-inspired mosaic, CTA + call-an-expert.
   ========================================================= */

/* ---- Display type helpers ---- */
.h-display { font-family: var(--font-display); font-weight: 800; color: var(--olive); text-transform: uppercase; letter-spacing: .5px; line-height: 1.15; }
.h-hand { font-family: var(--font-hand); font-style: italic; font-weight: 700; color: var(--brown); font-size: 22px; text-transform: none; letter-spacing: .2px; }
.home-section-head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.home-section-head .h-display { font-size: 34px; margin-bottom: 8px; }
.home-section-head p { margin-top: 14px; font-size: 15px; }

/* ---- Home hero ---- */
.hero-widget-wrap { position: relative; }
.home-hero { position: relative; background: var(--olive-dark) center/cover no-repeat; min-height: 620px; display: flex; align-items: flex-end; overflow: hidden; }
.home-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.home-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.05) 45%, rgba(0,0,0,.15) 100%); z-index: 2; }
.home-hero-inner { position: relative; z-index: 3; width: 100%; }
.hero-tripadvisor-badge { position: absolute; top: 40px; left: max(24px, calc((100% - 1400px) / 2 + 24px)); z-index: 4; }
.hero-tripadvisor-badge img { width: 110px; height: auto; filter: drop-shadow(0 10px 20px rgba(0,0,0,.35)); }

/* ---------- Homepage hero slider — crossfading photos (Safaris / Zanzibar /
   Kilimanjaro) with an animated eyebrow + title + tagline caption per slide. ---------- */
.hero-slider .hero-slide {
    background-size: cover; background-position: center; opacity: 0; transition: opacity 1.3s ease;
    transform: scale(1); transform-origin: center center;
}
/* Slow Ken-Burns zoom while a slide is showing — matches the 6s autoplay
   interval in main.js, running slightly longer so the zoom doesn't finish
   and freeze before the next slide crossfades in. */
.hero-slider .hero-slide.active { opacity: 1; animation: heroSlideZoom 6.5s ease-out forwards; }
@keyframes heroSlideZoom {
    from { transform: scale(1); }
    to { transform: scale(1.12); }
}
@media (prefers-reduced-motion: reduce) {
    .hero-slider .hero-slide.active { animation: none; }
}

.hero-slide-content {
    /* All of this box's children are position:absolute (so they can crossfade
       stacked on top of each other), which means it has no in-flow content to
       size itself from as a flex item — an explicit width is required, not
       just max-width, or it collapses to just its own padding. */
    position: relative; z-index: 3; width: 620px; max-width: calc(100% - 48px); min-height: 240px;
    padding: 0 24px 60px;
    padding-left: max(24px, calc((100% - 1400px) / 2 + 24px));
    align-self: center;
    margin-top: 0;
}
.hero-slide-text {
    position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end;
    opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; pointer-events: none;
}
.hero-slide-text.active { opacity: 1; transform: translateY(0); pointer-events: auto; transition-delay: .35s; }
.hero-slide-eyebrow {
    display: inline-block; align-self: flex-start; background: var(--amber); color: var(--brown);
    font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px;
    padding: 6px 14px; border-radius: 999px; margin-bottom: 16px;
}
.hero-slide-title {
    color: #fff; font-family: 'Fraunces', serif; font-style: italic; font-weight: 900;
    font-size: 46px; line-height: 1.12; letter-spacing: .2px; margin: 0 0 14px;
    text-shadow: 0 4px 26px rgba(0,0,0,.4);
}
.hero-slide-tagline { color: rgba(255,255,255,.92); font-size: 15.5px; line-height: 1.6; max-width: 480px; margin: 0; }
.hero-slide-dots { position: absolute; left: 0; bottom: 18px; display: flex; gap: 8px; z-index: 4; }
.hero-slide-dots button { width: 9px; height: 9px; border-radius: 999px; border: 0; background: rgba(255,255,255,.45); cursor: pointer; padding: 0; transition: background .2s, width .2s; }
.hero-slide-dots button.active { background: var(--amber); width: 24px; }
@media (max-width: 1000px) {
    .hero-slide-title { font-size: 32px; }
}
.hero-checklist-mobile { display: none; }

/* Floating trip-builder widget, sits over the hero top-right — clean white
   card per the client's reference design: bold dark heading, a light-gray
   pill toggle (Safari/Kilimanjaro), a single month field, and a bold green
   "Design my..." button. */
.trip-widget { position: absolute; top: 40px; right: 50px; z-index: 5; width: 400px; background: var(--primary); border-radius: 20px; padding: 30px 28px 26px; box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.trip-widget .tw-title { color: #fff; font-family: var(--font-display); font-size: 21px; margin-bottom: 18px; font-weight: 700; }
.trip-widget .tw-toggle { display: flex; gap: 6px; background: rgba(255,255,255,.2); border-radius: 999px; padding: 5px; margin-bottom: 20px; }
.trip-widget .tw-toggle-btn {
    flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
    background: transparent; border: 0; border-radius: 999px; padding: 11px 10px;
    font-family: inherit; font-size: 14.5px; font-weight: 600; color: rgba(255,255,255,.85); cursor: pointer;
    transition: background .2s, color .2s, box-shadow .2s;
}
.trip-widget .tw-toggle-btn.active { background: #fff; color: var(--heading); box-shadow: 0 4px 14px rgba(0,0,0,.15); }
.trip-widget .tw-toggle-icon { display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; }
.trip-widget .tw-toggle-icon svg { width: 13px; height: 13px; fill: #fff; }
.trip-widget .tw-icon-safari { background: var(--amber); }
.trip-widget .tw-icon-kili { background: var(--olive); }
.trip-widget label.tw-date-label { display: block; color: #fff; font-size: 14px; font-weight: 600; margin-bottom: 10px; }
.trip-widget .tw-field { position: relative; display: flex; border: 1px solid rgba(255,255,255,.4); border-radius: 10px; overflow: hidden; }
.trip-widget input { flex: 1; min-width: 0; padding: 14px 14px; border: 0; font-family: inherit; font-size: 15px; font-weight: 600; color: var(--heading); background: #fff; }
.trip-widget input[type="month"]::-webkit-calendar-picker-indicator { opacity: 0; position: absolute; inset: 0; width: 100%; height: 100%; cursor: pointer; margin: 0; }
.trip-widget input[type="month"] { position: relative; }
.trip-widget .tw-field .tw-icon {
    flex-shrink: 0; width: 44px; display: flex; align-items: center; justify-content: center;
    background: #fff; position: static;
}
.trip-widget .tw-field .tw-icon svg { width: 20px; height: 20px; fill: var(--body-text); opacity: .85; }
.trip-widget .tw-submit { width: 100%; background: var(--whatsapp); color: #fff; border: 0; padding: 16px; border-radius: 999px; font-weight: 700; font-size: 15.5px; cursor: pointer; margin-top: 18px; transition: background .2s; }
.trip-widget .tw-submit:hover { background: #1fa855; }
.trip-widget .tw-note { text-align: center; color: rgba(255,255,255,.85); font-size: 12.5px; margin-top: 14px; line-height: 1.5; }

.home-intro-heading { background: var(--bg-lite); text-align: center; padding: 70px 24px 60px; }
.home-intro-heading .h-display { font-size: 40px; }
.home-intro-heading .h-hand { margin-top: 10px; display: block; }

/* ---- Home tour grid (image-forward cards) ---- */
.home-tour-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
/* ---------- Homepage tour card (redesigned: photo top + separate white
   body below, amber accent border, hover lift — a genuinely different
   layout from the old full-bleed photo-with-text-overlay card) ---------- */
.home-tour-card { display: flex; flex-direction: column; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 6px 20px rgba(22,38,31,.08); transition: transform .25s ease, box-shadow .25s ease; }
.home-tour-card:hover { transform: translateY(-6px); box-shadow: 0 18px 34px rgba(22,38,31,.16); }
.home-tour-card-media { position: relative; aspect-ratio: 4/3; background: var(--bg-lite) center/cover no-repeat; }
.home-tour-card-link { position: absolute; inset: 0; z-index: 1; }
.home-tour-card .price-badge { position: absolute; top: 12px; right: 12px; z-index: 2; background: var(--amber); color: var(--brown); font-size: 12px; font-weight: 800; padding: 6px 12px; border-radius: 999px; box-shadow: 0 2px 8px rgba(0,0,0,.18); }
.home-tour-card .card-whatsapp-btn { position: absolute; top: 12px; left: 12px; z-index: 3; width: 34px; height: 34px; border-radius: 50%; background: var(--whatsapp); display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,.3); transition: transform .2s; }
.home-tour-card .card-whatsapp-btn:hover { transform: scale(1.08); }
.home-tour-card-body { position: relative; padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; border-top: 3px solid var(--amber); }
.home-tour-card-body h3 { font-size: 16px; font-weight: 800; font-family: var(--font-display); color: var(--heading); line-height: 1.3; margin-bottom: 4px; }
.home-tour-card-body h3 a { color: inherit; }
.home-tour-card-body h3 a:hover { color: var(--primary); }
.home-tour-card-body p { color: var(--body-text); font-size: 12.5px; margin-bottom: 16px; }
.home-tour-card-cta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; color: var(--primary); }
.home-tour-card .arrow-circle { width: 32px; height: 32px; border-radius: 50%; background: var(--bg-lite); color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; transition: background .2s, color .2s; }
.home-tour-card:hover .arrow-circle { background: var(--amber); color: var(--brown); }

/* ---- Intro split (text + blob photo) ---- */
.section-white-blob { position: relative; background: #fff; overflow: hidden; }
.section-white-blob::before { content: ''; position: absolute; top: -10%; left: -12%; width: 55%; height: 120%; background: var(--bg-lite); z-index: 0; clip-path: polygon(0% 0%, 78% 0%, 92% 18%, 74% 34%, 96% 46%, 68% 58%, 88% 72%, 58% 86%, 70% 100%, 0% 100%); }
.story-rows { padding: 60px 0 20px; }
.story-row { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.35fr; gap: 54px; align-items: center; padding: 42px 0; border-bottom: 1px solid var(--border); }
.story-rows .story-row:first-child { padding-top: 0; }
.story-rows .story-row:last-child { padding-bottom: 0; border-bottom: none; }
.story-row.reverse .story-row-media { order: 2; }
.story-row.reverse .story-row-text { order: 1; }
.story-row-media { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; box-shadow: 0 16px 34px rgba(36,24,17,.16); }
.story-row-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.story-row-tag { position: absolute; top: 14px; left: 14px; background: #fff; color: var(--olive); font-family: var(--font-display); font-size: 12px; font-weight: 800; letter-spacing: .5px; padding: 6px 13px; border-radius: 20px; box-shadow: 0 4px 10px rgba(0,0,0,.15); }
.story-row-text .h-display { font-size: 24px; margin-bottom: 16px; }
.story-row-text .h-hand { font-size: 22px; margin-bottom: 12px; display: block; }
.story-row-text p { font-size: 14.5px; line-height: 1.7; margin-bottom: 14px; }
.story-row-text p a { text-decoration: underline; font-weight: 600; }

/* ---- Testimonials band ---- */
.testimonial-band { background: var(--olive); padding: 60px 0 70px; overflow: hidden; }
.testimonial-band .home-section-head .h-display { color: #fff; }
.testimonial-band .home-section-head .h-hand { color: var(--amber); }
.testimonial-track-wrap { position: relative; max-width: 1300px; margin: 0 auto; padding: 0 24px; }
.testimonial-track { display: flex; gap: 20px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; padding-bottom: 4px; }
.testimonial-track::-webkit-scrollbar { display: none; }
.testimonial-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 6px; padding: 20px; flex: 0 0 260px; }
.testimonial-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.testimonial-head img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.testimonial-head strong { color: #fff; font-size: 13.5px; display: block; }
.testimonial-head span { color: rgba(255,255,255,.6); font-size: 11.5px; }
.testimonial-stars { color: var(--amber); font-size: 13px; margin-bottom: 10px; letter-spacing: 2px; }
.testimonial-card p { color: #f0ead9; font-size: 13px; margin-bottom: 10px; }
.testimonial-card a { color: #fff; text-decoration: underline; font-size: 12.5px; font-weight: 600; }
.testimonial-source { display: flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 11px; color: rgba(255,255,255,.65); }
.testimonial-source .dot { width: 16px; height: 16px; border-radius: 50%; background: #34e0a1; display: inline-flex; align-items: center; justify-content: center; font-size: 9px; color: #063; font-weight: 800; }
.testimonial-nav-btn { position: absolute; top: 50%; right: -10px; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background: var(--cream); border: 0; color: var(--olive); font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 16px rgba(0,0,0,.2); }
.testimonial-dots { display: flex; justify-content: center; gap: 8px; margin-top: 26px; }
.testimonial-dots button { width: 9px; height: 9px; border-radius: 50%; border: 0; background: rgba(255,255,255,.35); cursor: pointer; padding: 0; }
.testimonial-dots button.active { background: var(--stripe-red); }

/* ---- Why choose ---- */
.why-choose-band { position: relative; background: var(--bg-lite); padding: 70px 0; margin-top: 6px; }
.why-choose-band .home-section-head p { max-width: 760px; }
.why-check-grid { max-width: 900px; margin: 34px auto 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; row-gap: 22px; }
.why-check-item { display: flex; align-items: flex-start; gap: 14px; }
.why-check-item .tick { width: 26px; height: 26px; border-radius: 50%; background: var(--amber); color: var(--brown); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 900; flex-shrink: 0; margin-top: 1px; }
.why-check-item span { font-size: 14.5px; color: var(--heading); font-weight: 600; line-height: 1.4; }
.why-choose-actions { display: flex; gap: 14px; justify-content: center; margin-top: 38px; flex-wrap: wrap; }
.btn-block { padding: 13px 26px; border-radius: 3px; font-size: 12.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; }
.btn-block.terracotta { background: var(--primary); color: #fff; }
.btn-block.terracotta:hover { background: var(--secondary); color: #fff; }
.btn-block.olive { background: var(--olive); color: #fff; }
.btn-block.olive:hover { background: var(--olive-dark); color: #fff; }

/* ---- Get Inspired mosaic ---- */
.inspire-band { padding: 70px 0; }
.inspire-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.inspire-card { background: #fff; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; box-shadow: 0 10px 24px rgba(36,24,17,.08); transition: transform .2s ease, box-shadow .2s ease; }
.inspire-card:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(36,24,17,.14); }
.inspire-card-media { position: relative; aspect-ratio: 4/3; background: var(--bg-lite) center/cover no-repeat; }
.inspire-card-label { position: absolute; top: 12px; left: 12px; font-family: var(--font-display); font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .4px; padding: 6px 12px; border-radius: 20px; }
.inspire-card-label.olive { background: var(--olive); color: #fff; }
.inspire-card-label.sand { background: var(--cream); color: var(--heading); }
.inspire-card-label.amber { background: var(--amber); color: var(--brown); }
.inspire-card-body { padding: 20px 22px 22px; }
.inspire-card-body h3 { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--heading); margin-bottom: 8px; }
.inspire-card-body p { font-size: 12.5px; line-height: 1.6; margin-bottom: 12px; color: var(--body-text); }
.inspire-card .read-more { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; color: var(--olive); }
.inspire-card .read-more .circ { width: 20px; height: 20px; border-radius: 50%; background: var(--amber); color: var(--brown); display: inline-flex; align-items: center; justify-content: center; font-size: 10px; }
.inspire-tile-ratings { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.inspire-tile-ratings .rating-item { display: flex; align-items: center; gap: 6px; }
.inspire-tile-ratings .rating-dot { width: 16px; height: 16px; border-radius: 50%; overflow: hidden; background: var(--bg-lite); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.inspire-tile-ratings .rating-dot .brand-badge-text.sb { font-size: 6px; }
.inspire-tile-ratings .rating-text { font-size: 11.5px; color: var(--heading); font-weight: 700; line-height: 1.4; }
.inspire-tile-ratings .stars { color: var(--amber); }

.category-pills { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 40px; }
.category-pills a { border: 1.5px solid var(--border); color: var(--heading); padding: 9px 22px; border-radius: 24px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.category-pills a:hover { background: var(--olive); border-color: var(--olive); color: #fff; }

/* ---- CTA split + call an expert ----
   Two full-bleed photo panels instead of a grid of small tiles: the left
   panel carries the tailor-made-trip pitch directly over the photo (dark
   gradient scrim), the right panel has the "Call An Expert" card floating
   over its photo, overlapping the bottom edge for depth. ---- */
.cta-band { padding: 20px 0 70px; }
.cta-split { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.cta-split-panel { position: relative; border-radius: 18px; overflow: hidden; min-height: 440px; background: var(--bg-lite) center/cover no-repeat; display: flex; align-items: flex-end; }
.cta-split-main::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(22,13,7,.88) 0%, rgba(22,13,7,.35) 50%, rgba(22,13,7,0) 78%); }
.cta-split-main-content { position: relative; z-index: 2; padding: 36px; color: #fff; }
.cta-split-main-content h3 { color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 27px; text-transform: uppercase; letter-spacing: .4px; line-height: 1.2; margin-bottom: 10px; }
.cta-split-main-content p { font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: rgba(255,255,255,.85); margin-bottom: 22px; }
.cta-split-expert-card { position: relative; z-index: 2; margin: 0 22px 22px; width: calc(100% - 44px); box-sizing: border-box; background: #fff; border-radius: 14px; padding: 22px 22px 24px; box-shadow: 0 18px 40px rgba(36,24,17,.3); display: flex; align-items: center; gap: 16px; }
.cta-split-expert-card img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 3px solid var(--amber); }
.cta-split-expert-card h3 { font-family: var(--font-hand); font-style: italic; font-size: 19px; color: var(--brown); margin-bottom: 2px; }
.cta-split-expert-card p { font-size: 11.5px; color: var(--body-text); margin-bottom: 8px; }
.call-expert-numbers { display: flex; gap: 8px; flex-wrap: wrap; }
.call-expert-numbers a { background: var(--primary); color: #fff; padding: 8px 14px; border-radius: 3px; font-size: 12px; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.call-expert-numbers a:hover { background: var(--secondary); color: #fff; }
.call-expert-more { display: block; margin-top: 8px; font-size: 11.5px; text-decoration: underline; }

/* ---- Responsive ---- */
@media (max-width: 900px) {
    .main-nav {
        display: flex; position: fixed; top: 0; right: 0; bottom: 0; width: min(340px, 86vw);
        background: #fff; flex-direction: column; align-items: flex-start;
        padding: 24px 24px 100px; gap: 0; border-bottom: 0; z-index: 200;
        transform: translateX(100%); transition: transform .32s ease; overflow-y: auto;
    }
    .main-nav.open { transform: translateX(0); }
    .main-nav a { color: var(--heading); font-size: 15px; font-weight: 800; padding: 16px 0; width: 100%; border-bottom: 1px solid var(--border); letter-spacing: .3px; }
    .main-nav a:hover, .main-nav a.active { color: var(--primary); }
    .main-nav .dropdown { width: 100%; }
    .main-nav .dropdown-menu { position: static; box-shadow: none; background: var(--bg-lite); border-radius: 6px; padding: 4px 14px; margin-top: -4px; display: none; }
    .main-nav .dropdown.mobile-open .dropdown-menu { display: flex; }
    .main-nav .dropdown-menu a { color: var(--body-text); border-bottom: 1px solid var(--border); font-size: 14.5px; font-weight: 500; }

    /* Top row inside the drawer: language + currency + close button */
    .mobile-drawer-topbar { display: flex; align-items: center; gap: 16px; width: 100%; padding-bottom: 22px; margin-bottom: 6px; }
    .mobile-drawer-topbar .utility-dropdown { color: var(--heading); font-size: 14px; }
    .mobile-drawer-topbar .lang-menu { left: 0; }
    .drawer-close { display: block; margin-left: auto; background: none; border: 0; color: var(--primary); font-size: 22px; line-height: 1; cursor: pointer; padding: 4px; }

    /* "All Trips" (was "Itineraries" on desktop) is a plain link on mobile —
       Safaris/Kilimanjaro/Zanzibar already sit right below it as their own
       links, so an expanding photo grid here would just repeat them. */
    .label-mobile { display: none; }
    .mobile-plain-link .label-desktop { display: none; }
    .mobile-plain-link .label-mobile { display: inline; }
    .mobile-plain-link .caret { display: none; }

    .mobile-only-link { display: block !important; }
    .mobile-secondary-link { font-weight: 500; text-transform: none; color: var(--body-text); font-size: 14px; border-bottom: 0; padding-top: 20px; }

    /* .main-nav has a CSS transform applied (for the slide animation), which
       makes it the containing block for any position:fixed descendant — so
       this anchors to the drawer's own box and slides in/out with it,
       without needing to duplicate the drawer's width calculation here. */
    .mobile-drawer-cta {
        display: block; position: fixed; left: 0; right: 0; bottom: 0;
        background: var(--primary); color: #fff; text-align: center;
        padding: 18px; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .4px;
        border-bottom: 0;
    }
    .mobile-drawer-cta:hover { background: var(--secondary); color: #fff; }

    /* Mega menu collapses to a simple text list on mobile — the photo grid
       and "Start the Adventure" side panel are desktop-hover-only content. */
    .mega-menu {
        position: static; display: none; width: auto; transform: none; margin: -4px 0 0;
        background: var(--bg-lite); border-radius: 6px; box-shadow: none;
        grid-template-columns: 1fr;
    }
    .main-nav .dropdown.mobile-open .mega-menu { display: block; }
    .mega-menu-main { padding: 6px 14px 10px; }
    .mega-menu-viewall { color: var(--heading); font-size: 13.5px; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
    .mega-menu-grid { grid-template-columns: 1fr; gap: 0; }
    .mega-tile { display: flex; align-items: center; padding: 9px 0; border-bottom: 1px solid var(--border); }
    .mega-tile-img { display: none; }
    .mega-tile-solid { display: none; }
    .mega-tile span { color: var(--body-text); font-weight: 500; text-transform: none; font-size: 14.5px; }
    .mega-menu-side { display: none; }
    .main-nav .mobile-cta { margin-top: 20px; background: var(--primary); color: #fff; text-align: center; border-radius: 3px; border-bottom: 0; font-weight: 700; text-transform: uppercase; font-size: 13px; letter-spacing: .4px; padding: 14px; }
    .nav-overlay { display: none; position: fixed; inset: 0; background: rgba(20,20,10,.55); z-index: 190; }
    .nav-overlay.open { display: block; }
    .mobile-toggle { display: block; }
    .mobile-toggle .icon-bars { display: block; width: 22px; height: 16px; position: relative; }
    .mobile-toggle .icon-bars span { position: absolute; left: 0; width: 100%; height: 2px; background: var(--heading); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
    .mobile-toggle .icon-bars span:nth-child(1) { top: 0; }
    .mobile-toggle .icon-bars span:nth-child(2) { top: 7px; }
    .mobile-toggle .icon-bars span:nth-child(3) { top: 14px; }
    .mobile-toggle.open .icon-bars span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .mobile-toggle.open .icon-bars span:nth-child(2) { opacity: 0; }
    .mobile-toggle.open .icon-bars span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .hero-inner { grid-template-columns: 1fr; }
    .hero-content { max-width: 100%; }
    .tour-grid { grid-template-columns: 1fr; }
    .tour-single-layout { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .hero-content h1 { font-size: 32px; }
    .inc-exc-grid { grid-template-columns: 1fr; }
    .why-choose { grid-template-columns: 1fr; }
    .itinerary-quicklist { columns: 1; }
    .category-block-head { grid-template-columns: 1fr; }
    .mobile-bottom-nav { display: block; }
    body { padding-bottom: 58px; }
    .whatsapp-float { bottom: 70px; }

    /* Homepage redesign — mobile: hero layout matched to the supplied reference */
    .home-hero {
        height: 220px;
        min-height: 220px;
        padding-bottom: 0;
        align-items: flex-end;
        overflow: hidden;
    }
    .home-hero-photo {
        object-position: center center;
    }
    .home-hero::after {
        background: linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.25) 45%, rgba(0,0,0,.62) 100%);
    }
    .home-hero-inner { padding: 0; }
    .hero-tripadvisor-badge { top: 72px; left: 74px; }
    .hero-tripadvisor-badge img { width: 72px; }
    /* The 220px-tall mobile hero has no room for the full-size animated
       caption, so show a condensed version instead of hiding it outright —
       smaller type, tagline clamped to 2 lines, dots hidden. The static
       heading below the photo (.home-intro-heading) still repeats the
       core message for anyone who scrolls past before the caption lands. */
    .hero-slide-content {
        display: block;
        position: absolute;
        left: 0; right: 0; bottom: 0;
        width: auto; max-width: none; min-height: 0;
        padding: 0 16px 12px;
        margin-top: 0;
    }
    .hero-slide-eyebrow { font-size: 9.5px; padding: 3px 9px; margin-bottom: 6px; }
    .hero-slide-title { font-size: 18px; line-height: 1.2; margin: 0 0 4px; }
    .hero-slide-tagline {
        font-size: 11.5px; line-height: 1.4; max-width: none;
        display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
    }
    .hero-slide-dots { display: none; }

    /* On phones the trip planner becomes a full-width section directly below
       the photo, instead of floating over it. */
    .trip-widget {
        position: relative;
        top: auto;
        right: auto;
        z-index: 6;
        width: 100%;
        margin: 0;
        border-radius: 0;
        padding: 40px 26px 42px;
        box-shadow: none;
    }
    .trip-widget .tw-title {
        font-size: 22px;
        line-height: 1.25;
        margin-bottom: 22px;
        max-width: 390px;
    }
    .trip-widget .tw-toggle-btn {
        font-size: 15px;
        padding: 13px 10px;
    }
    .trip-widget label.tw-date-label {
        font-size: 14.5px;
        margin-bottom: 10px;
    }
    .trip-widget input {
        padding: 15px 14px;
        min-height: 53px;
        font-size: 17px;
    }
    .trip-widget .tw-field .tw-icon {
        width: 52px;
    }
    .trip-widget .tw-field .tw-icon svg {
        width: 22px;
        height: 22px;
    }
    .trip-widget .tw-submit {
        min-height: 62px;
        padding: 16px 14px;
        margin-top: 16px;
        font-size: 16px;
    }
    .trip-widget .tw-note {
        font-size: 13px;
        line-height: 1.55;
        margin: 12px auto 0;
        max-width: 430px;
    }
    .hero-checklist-desktop { display: none; }
    .hero-checklist-mobile {
        display: flex; flex-direction: column; gap: 12px; position: relative; z-index: 3;
        padding: 18px 16px 22px;
    }
    .hero-checklist-mobile span { display: flex; align-items: center; gap: 8px; color: #000; font-size: 13.5px; font-weight: 600; }
    .hero-checklist-mobile .tick { width: 18px; height: 18px; border-radius: 50%; background: var(--amber); color: var(--brown); display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 900; flex-shrink: 0; }
    .home-tour-grid { grid-template-columns: 1fr 1fr; }
    .story-row, .story-row.reverse { grid-template-columns: 1fr; gap: 20px; padding: 28px 0; }
    .story-row .story-row-media, .story-row.reverse .story-row-media { order: -1; }
    .story-row .story-row-text, .story-row.reverse .story-row-text { order: 2; }
    .why-check-grid { grid-template-columns: 1fr; }
    .inspire-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .cta-split { grid-template-columns: 1fr; }
    .cta-split-panel { min-height: 340px; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .footer-recommend .container { flex-direction: column; text-align: center; }
}
@media (max-width: 640px) {
    .home-tour-grid { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; }
    .inspire-grid { grid-template-columns: 1fr; }
}

/* =====================================================================
   HOMEPAGE LAYOUT VARIANTS
   Switchable in admin (Homepage Content page) via the `home_layout`
   setting. Variant 1 (default, no body class) is the original design
   above. Variants 2 and 3 apply via a body class added by index.php
   (home-v2 / home-v3) and are additive/override-only — they never touch
   the base rules above, so switching back to variant 1 always restores
   the exact original look, and no other page is affected since only
   index.php ever sets this body class. Each variant uses a genuinely
   different color palette, not just a single accent-color swap.
   ===================================================================== */

/* ---- Variant 2: "Coastal" — bright turquoise + coral/sunset palette,
   softer/rounder shapes, hero framed as an inset card. ---- */
body.home-v2 {
    --primary: #0E7C86;
    --secondary: #0A5A62;
    --olive: #D9622B;
    --olive-dark: #B84F1F;
    --amber: #F2B705;
    --amber-dark: #D69A00;
    --cream: #EAF6F6;
    --heading: #073B3A;
    --body-text: #3E5B59;
    --border: #CDE8E6;
    --bg-lite: #F3FBFA;
}
body.home-v2 .hero { margin: 18px auto 0; max-width: 1440px; border-radius: 22px; overflow: hidden; padding-top: 44px; }
body.home-v2 .home-tour-card { border-radius: 18px; }
body.home-v2 .home-tour-card-media { border-radius: 18px 18px 0 0; }
body.home-v2 .home-tour-card-body { border-top: 3px solid var(--primary); }
body.home-v2 .btn-primary, body.home-v2 .btn-cta, body.home-v2 .tour-row-btn, body.home-v2 .home-tour-card .arrow-circle:hover { border-radius: 999px; }
body.home-v2 .testimonial-card, body.home-v2 .tour-row-card { border-radius: 20px; }
body.home-v2 .category-pills a { border-radius: 999px; }

/* ---- Variant 3: "Savanna Minimal" — neutral editorial palette (near-black
   + white + a single moss-green accent), sharp corners, thin borders
   instead of soft shadows for a calmer, high-contrast look. ---- */
body.home-v3 {
    --primary: #2B2B28;
    --secondary: #000000;
    --olive: #4C5B3B;
    --olive-dark: #333d24;
    --amber: #C8A25C;
    --amber-dark: #A98230;
    --cream: #FFFFFF;
    --heading: #17140F;
    --body-text: #4A463E;
    --border: #E4E1D8;
    --bg-lite: #FAF9F5;
}
body.home-v3 .home-tour-card,
body.home-v3 .home-tour-card-media,
body.home-v3 .tour-row-card,
body.home-v3 .testimonial-card { border-radius: 0; box-shadow: none; border: 1px solid var(--border); }
body.home-v3 .home-tour-card:hover,
body.home-v3 .tour-row-card:hover { transform: none; box-shadow: 0 0 0 1px var(--heading); }
body.home-v3 .home-tour-card-body { border-top: 1px solid var(--heading); }
body.home-v3 .price-badge, body.home-v3 .tour-row-price-badge { border-radius: 0; }
body.home-v3 .btn-primary, body.home-v3 .btn-cta { border-radius: 0; }