/*
Theme Name: Boma Tours & Safaris
Theme URI: https://bomatoursandsafaris.com
Author: Boma Tours & Safaris
Description: A bespoke, responsive WordPress theme for personal Tanzania safaris.
Version: 3.6.4
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: boma
*/

:root {
  --ink: #19231e;
  --forest: #14291f;
  --deep: #0d1a14;
  --gold: #dca64f;
  --gold-pale: #efd091;
  --sand: #eee5d5;
  --paper: #fbfaf6;
  --sage: #71806b;
  --muted: #647068;
  --line: rgba(25, 35, 30, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
p { line-height: 1.75; }
main > .wp-block-group, main > .wp-block-columns { margin-block: 0; }
.wp-block-columns { margin-bottom: 0; }
.wp-block-image { margin: 0; }
.wp-block-image img, .wp-block-video video { margin-inline: auto; }
.wp-block-buttons { margin: 0; }
.shell { width: min(calc(100% - 56px), 1240px); max-width: 1240px !important; margin-inline: auto; }
.narrow { width: min(calc(100% - 56px), 820px); max-width: 820px !important; margin-inline: auto; }
.section { padding-block: clamp(76px, 9vw, 124px); }
.skip-link, .screen-reader-text { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link:focus { z-index: 9999; top: 12px; left: 12px; width: auto; height: auto; margin: 0; padding: 12px 18px; clip: auto; color: #fff; background: var(--deep); }

.topbar { color: #172017; background: var(--gold); font-size: 12px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { border-bottom: 1px solid rgba(23, 32, 23, .5); }
.site-header { position: sticky; z-index: 100; top: 0; color: #fff; background: rgba(13, 26, 20, .97); box-shadow: 0 8px 32px rgba(8, 16, 12, .12); }
.site-header__inner { min-height: 90px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(24px, 4vw, 58px); }
.wordmark { display: inline-flex; align-items: center; gap: 11px; width: max-content; color: var(--ink); }
.site-header .wordmark, .wordmark--light { color: #fff; }
.wordmark__seal { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: italic 21px/1 var(--serif); }
.wordmark strong { display: block; font: 400 22px/.9 var(--serif); letter-spacing: .08em; }
.wordmark small { display: block; margin-top: 6px; font-size: 9px; font-weight: 750; letter-spacing: .22em; text-transform: uppercase; }
.primary-nav { justify-self: center; }
.boma-menu { margin: 0; padding: 0; display: flex; align-items: center; gap: clamp(17px, 2.3vw, 34px); list-style: none; }
.boma-menu a { position: relative; padding-block: 12px; color: rgba(255,255,255,.82); font-size: 12px; font-weight: 600; }
.boma-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--gold); transition: right .2s ease; }
.boma-menu a:hover::after, .current-menu-item > a::after { right: 0; }
.header-cta { padding: 13px 17px; border: 1px solid rgba(255,255,255,.5); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.header-cta span { margin-left: 12px; color: var(--gold-pale); }
.menu-toggle { display: none; }

.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: var(--sage); font-size: 12px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold); }
.eyebrow--light { color: rgba(255,255,255,.7); }
.display-title, .section-title, .page-hero h1 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
.display-title { font-size: clamp(63px, 8.5vw, 122px); line-height: .84; }
.section-title { font-size: clamp(45px, 5.2vw, 75px); line-height: 1; }
.display-title em, .section-title em, .page-hero h1 em { color: var(--gold-pale); font-weight: 400; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 24px; border: 0; cursor: pointer; font: 750 12px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.button--gold { color: var(--ink); background: var(--gold); }
.button--outline { color: #fff; border: 1px solid rgba(255,255,255,.55); background: transparent; }
.button:hover { transform: translateY(-2px); }
.wp-block-button.button--gold .wp-block-button__link,
.wp-block-button.button--outline .wp-block-button__link { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 0; font: 750 12px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.wp-block-button.button--gold .wp-block-button__link { color: var(--ink); background: var(--gold); }
.wp-block-button.button--outline .wp-block-button__link { color: #fff; border: 1px solid rgba(255,255,255,.55); background: transparent; }
.wp-block-button .wp-block-button__link:hover { transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding-bottom: 7px; border-bottom: 1px solid rgba(25,35,30,.36); font-size: 12px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.text-link span { color: var(--gold); }

.home-hero { position: relative; min-height: 730px; overflow: hidden; isolation: isolate; display: flex; align-items: center; color: #fff; background: var(--deep); }
.home-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,14,9,.9) 0%, rgba(7,17,11,.68) 42%, rgba(7,17,11,.2) 73%, rgba(7,17,11,.12) 100%), linear-gradient(0deg, rgba(6,15,10,.5), transparent 45%); }
.home-hero::after { content: none; }
.home-hero__image { position: absolute; inset: 0; z-index: -2; width: 100%; max-width: none; height: 100%; margin: 0; }
.home-hero__image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 55%; }
.hero-pattern { position: absolute; inset: 0; z-index: -1; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.home-hero__content { position: relative; z-index: 2; padding-block: 110px 130px; }
.home-hero .display-title { max-width: 820px; }
.home-hero__intro { max-width: 530px; margin: 34px 0; color: rgba(255,255,255,.78); font: 18px/1.7 var(--serif); }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-note { position: absolute; right: 6vw; bottom: 65px; z-index: 3; max-width: 245px; padding: 18px 20px; border-left: 2px solid var(--gold); color: rgba(255,255,255,.72); font: 13px/1.6 var(--serif); background: rgba(12,25,18,.5); }

.intro-grid { display: grid; grid-template-columns: .72fr 1.35fr; gap: 68px; }
.intro-copy > p { max-width: 690px; margin: 30px 0; color: var(--muted); font-size: 16px; }
.fact-row { grid-column: 1/-1; margin-top: 65px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.fact-row > div { min-height: 112px; padding: 26px 36px; display: flex; align-items: center; gap: 20px; border-right: 1px solid var(--line); }
.fact-row > div:first-child { padding-left: 0; }
.fact-row > div:last-child { border-right: 0; }
.fact-row h3 { margin: 0; color: #9b743b; font: 400 41px/1 var(--serif); }
.fact-row p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 750; letter-spacing: .11em; line-height: 1.5; text-transform: uppercase; }
.featured-safari { color: #fff; background: var(--forest); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.section-heading > .wp-block-column:last-child p { max-width: 430px; margin: 0; color: rgba(255,255,255,.67); font: 16px/1.75 var(--serif); }
.safari-feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); overflow: hidden; background: #183126; }
.safari-feature > * { width: auto; max-width: none !important; margin: 0 !important; }
.safari-feature__copy { padding: clamp(42px, 6vw, 78px); align-self: center; }
.safari-feature__copy > * { width: auto; max-width: 650px; margin-left: 0; margin-right: 0; }
.package-kicker { margin: 0 0 20px; color: var(--gold); font-size: 12px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.safari-feature__copy h3 { margin: 0 0 24px; font: 400 clamp(38px, 4.5vw, 58px)/1.03 var(--serif); letter-spacing: -.03em; }
.safari-feature__copy > p:not(.package-kicker) { color: #bcc8c0; font-size: 15px; }
.safari-route { margin: 28px 0 34px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 26px; list-style: none; }
.safari-route li { position: relative; padding-left: 18px; color: #e0e6e2; font-size: 13px; line-height: 1.5; }
.safari-route li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.safari-feature__image, .safari-feature__image figure { position: relative; min-height: 590px; height: 100%; margin: 0; overflow: hidden; background: #1a2f24; }
.safari-feature__image img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: 51% center; }
.safari-feature__image figcaption { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 14px 16px; color: #fff; font: 17px/1.35 var(--serif); background: rgba(8,22,14,.82); }

.wild-moments { background: #e9e2d5; }
.wild-moments__heading { margin-bottom: 50px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.wild-moments__heading > p { max-width: 420px; margin: 0; color: var(--muted); font: 16px/1.75 var(--serif); }
.photo-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.photo-duo figure { position: relative; min-height: 560px; margin: 0; overflow: hidden; background: #c9c0b0; }
.photo-duo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-duo figcaption { position: absolute; left: 25px; bottom: 23px; padding: 11px 15px; color: #fff; font: 20px/1.2 var(--serif); background: rgba(12,27,19,.75); }

.founder-feature { display: grid; grid-template-columns: .95fr 1.05fr; background: #e9e2d5; }
.founder-image { position: relative; min-height: 690px; margin: 0; overflow: hidden; background: #d7d1c4; }
.founder-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 36%; }
.founder-image figcaption { position: absolute; left: 28px; bottom: 28px; padding: 12px 16px; display: grid; gap: 3px; color: #fff; background: rgba(11,26,18,.78); }
.founder-image strong { font: 400 18px/1.2 var(--serif); }
.founder-image small { color: #cfdbd2; font-size: 12px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.founder-copy { padding: clamp(68px, 8vw, 120px); align-self: center; }
.founder-copy > p { color: var(--muted); font-size: 14px; }
.founder-copy .lead { margin: 30px 0 18px; color: #26352c; font: 20px/1.6 var(--serif); }
.founder-copy .text-link { margin-top: 18px; }

.field-note { background: var(--paper); }
.field-grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.field-copy > p { max-width: 600px; color: var(--muted); }
.reel-frame { justify-self: center; width: min(100%, 390px); padding: 14px; background: var(--deep); box-shadow: 0 26px 65px rgba(18,31,24,.2); }
.reel-frame video { width: 100%; max-height: 620px; display: block; background: #000; }
.reel-caption { margin: 13px 2px 0; display: flex; justify-content: space-between; gap: 18px; color: #dce4de; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }

.cta-band { position: relative; overflow: hidden; color: #fff; background: #7a4e2e; }
.cta-band::before { content: ""; position: absolute; width: 360px; aspect-ratio: 1; right: -60px; top: -135px; border-radius: 50%; background: rgba(239,208,145,.18); }
.cta-band__inner { position: relative; min-height: 350px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.cta-band h2 { max-width: 740px; margin: 0; font: 400 clamp(46px, 5vw, 72px)/1 var(--serif); letter-spacing: -.04em; }
.cta-band h2 em { color: var(--gold-pale); font-weight: 400; }

.page-hero { position: relative; overflow: hidden; isolation: isolate; min-height: 420px; display: flex; align-items: center; color: #fff; background: var(--deep); }
.page-hero::before { content: ""; position: absolute; z-index: -1; width: 420px; aspect-ratio: 1; right: 6vw; top: -190px; border-radius: 50%; background: radial-gradient(circle, rgba(239,208,145,.66), rgba(218,159,72,.28) 38%, transparent 39%); }
.page-hero::after { content: ""; position: absolute; z-index: -1; left: 48%; right: -10%; bottom: -55%; height: 90%; border-radius: 50% 50% 0 0; background: #21372a; transform: rotate(-4deg); }
.page-hero__inner { position: relative; z-index: 1; padding-block: 74px; }
.page-hero h1 { max-width: 900px; font-size: clamp(55px, 7vw, 96px); line-height: .92; }
.page-hero__inner > p:not(.eyebrow) { max-width: 680px; margin: 24px 0 0; color: rgba(255,255,255,.72); font: 18px/1.7 var(--serif); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.prose h2 { margin: 0 0 24px; font: 400 clamp(37px, 4vw, 58px)/1.08 var(--serif); letter-spacing: -.035em; }
.prose h3 { margin: 38px 0 10px; font: 400 26px/1.25 var(--serif); }
.prose p, .prose li { color: var(--muted); font-size: 15px; line-height: 1.8; }
.prose ul { padding-left: 20px; }
.prose .lead { color: #2d3a32; font: 20px/1.65 var(--serif); }
.image-panel { position: relative; min-height: 620px; margin: 0; overflow: hidden; background: #d9d2c5; }
.image-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-panel figcaption { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 15px 18px; color: #fff; font: 17px/1.4 var(--serif); background: rgba(12,27,19,.78); }

.destination-stack { display: grid; gap: 32px; }
.destination-stack > .destination-row { width: 100%; max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; }
.destination-row { min-height: 500px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; color: #fff; background: var(--forest); }
.destination-row:nth-child(even) .destination-row__image { order: 2; }
.destination-row__image, .destination-row__image figure { min-height: 500px; height: 100%; }
.destination-row__image figure > a { height: 100%; display: block; overflow: hidden; }
.destination-row__image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.destination-row__image a:hover img { transform: scale(1.025); }
.destination-row__image a:focus-visible { outline: 3px solid var(--gold); outline-offset: -5px; }
.destination-row__copy { padding: clamp(44px, 6vw, 80px); align-self: center; }
.destination-row__copy span,
.destination-row__copy > p:first-child { margin: 0; color: var(--gold); font: 400 14px/1 var(--serif); }
.destination-row__copy h2 { margin: 14px 0 20px; font: 400 clamp(40px, 4.2vw, 62px)/1 var(--serif); }
.destination-row__copy p { color: #b3beb6; font-size: 14px; }
.destination-row__copy p:last-child { margin-top: 28px; }
.destination-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.34); color: #fff; font-size: 12px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.destination-link span { color: var(--gold); }
.destination-text-grid { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.destination-text-grid > .wp-block-column { padding: 42px; background: #ece5d8; }
.destination-text-grid h3 { margin: 0 0 14px; font: 400 30px/1.2 var(--serif); }
.destination-text-grid p { color: var(--muted); font-size: 14px; }
.beyond-parks .section-title { max-width: 760px; }
.destination-experience-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.destination-experience-card { min-height: 600px; padding: 0; display: flex; flex-direction: column; background: #fbfaf6; }
.destination-experience-card > * { width: auto; max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; }
.destination-experience-card__media { width: 100% !important; min-height: 260px !important; border: 0 !important; }
.destination-experience-card__body { min-height: 340px; padding: clamp(32px, 4vw, 50px); display: flex; flex: 1; flex-direction: column; }
.destination-experience-card__body > * { width: auto; max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; }
.destination-experience-card__body > p:first-child { margin: 0 0 46px; color: #9b743b; font: 400 14px/1 var(--serif); }
.destination-experience-card h3 { margin: 0 0 18px; font: 400 34px/1.12 var(--serif); }
.destination-experience-card__body > p:not(:first-child):not(:last-child) { color: var(--muted); font-size: 14px; }
.destination-experience-card__body > p:last-child { margin-top: auto; padding-top: 28px; }
.destination-experience-card a { padding-bottom: 6px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

.boma-photo-slots { overflow: hidden; background: #f1eadf; }
.boma-photo-slots .section-title { max-width: 880px; }
.photo-slot-intro { max-width: 720px; color: var(--muted); font: 17px/1.7 var(--serif); }
.photo-slot-grid { margin-top: 48px; display: grid; gap: 20px; }
.photo-slot-grid--1 { max-width: 820px; grid-template-columns: 1fr; }
.photo-slot-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.photo-slot-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.photo-slot-grid > .wp-block-column { min-width: 0; }
.photo-slot { position: relative; isolation: isolate; min-height: 360px; margin: 0; overflow: hidden; border: 1px solid rgba(24,48,35,.24); background: linear-gradient(145deg, #123022, #37533e); }
.photo-slot::after { content: none; }
.photo-slot .wp-block-cover__background { background: transparent !important; }
.photo-slot .wp-block-cover__image-background { z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-slot .wp-block-cover__inner-container { position: relative; z-index: 2; width: 100%; min-height: inherit; display: flex; align-items: flex-end; }
.photo-slot__label { max-width: calc(100% - 50px); margin: 0 25px 25px; padding: 12px 15px; color: #fff !important; background: rgba(8,24,16,.78); font: 18px/1.25 var(--serif); text-align: left !important; }
.destination-card-photo-link { max-width: none; margin: 0; padding: 0; background: transparent; }
.destination-card-photo-link a { position: absolute; z-index: 3; inset: 0; padding: 0 25px 25px; display: flex; align-items: flex-end; border: 0; color: #fff; background: linear-gradient(0deg, rgba(5,19,12,.76), transparent 55%); font: 18px/1.25 var(--serif); letter-spacing: 0; text-align: left; text-transform: none; }
.destination-card-photo-link a:hover { color: var(--gold-pale); }

.package-page-hero h1 { max-width: 1120px; font-size: clamp(49px, 6.3vw, 88px); }
.package-summary { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.package-facts { padding: clamp(32px, 4vw, 48px); border-top: 3px solid var(--gold); background: #eee7da; }
.package-facts h3 { margin: 0 0 22px; font: 400 31px/1.2 var(--serif); }
.package-facts ul { margin: 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.package-facts li { padding-bottom: 13px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; line-height: 1.55; }
.package-note { margin: 26px 0 0; color: #5e695f; font-size: 12px; line-height: 1.65; }
.itinerary-section .section-title { max-width: 720px; }
.itinerary-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.itinerary-day { min-height: 320px; padding: 34px; border-top: 3px solid var(--gold); background: #fbfaf6; }
.itinerary-day > p:first-child { margin: 0 0 52px; color: #9b743b; font: 400 14px/1 var(--serif); }
.itinerary-day h3 { margin: 0 0 16px; font: 400 28px/1.18 var(--serif); }
.itinerary-day > p:last-child { margin: 0; color: var(--muted); font-size: 14px; }
.inclusions-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.inclusions-grid > .wp-block-column { padding: clamp(34px, 5vw, 56px); color: #fff; background: var(--forest); }
.inclusions-grid h2 { margin: 0 0 26px; font: 400 clamp(34px, 4vw, 48px)/1.1 var(--serif); }
.inclusions-grid ul { margin: 0; padding-left: 20px; }
.inclusions-grid li { margin-bottom: 12px; color: #c2ccc5; font-size: 14px; line-height: 1.65; }
.package-disclaimer { margin-top: 24px; padding: 24px 28px; border-left: 3px solid var(--gold); background: #eee7da; }
.package-disclaimer p { margin: 0; color: var(--muted); font-size: 13px; }

.detail-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.detail-facts { padding: clamp(32px, 4vw, 48px); border-top: 3px solid var(--gold); background: #eee7da; }
.detail-facts h3 { margin: 0 0 10px; font: 400 27px/1.2 var(--serif); }
.detail-facts h3:not(:first-child) { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.detail-facts p { margin: 0; color: var(--muted); font-size: 14px; }
.detail-highlights { margin-top: 70px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: rgba(25,35,30,.16); }
.detail-highlight { min-height: 300px; padding: clamp(30px, 4vw, 46px); background: #fff; }
.detail-highlight > p:first-child { margin: 0 0 48px; color: #9b743b; font: 400 14px/1 var(--serif); }
.detail-highlight h3 { margin: 0 0 16px; font: 400 29px/1.2 var(--serif); }
.detail-highlight > p:last-child { margin: 0; color: var(--muted); font-size: 14px; }
.detail-next { padding-block: 72px; color: #fff; background: var(--deep); }
.detail-next__inner { display: grid; grid-template-columns: 1fr auto; gap: 30px 50px; align-items: center; }
.detail-next h2 { margin: 0; font: 400 clamp(38px, 4.5vw, 58px)/1.08 var(--serif); }
.detail-next p { grid-column: 1; margin: 0; color: #aab6ae; }
.detail-next .wp-block-buttons { grid-column: 2; grid-row: 1 / span 2; display: flex; gap: 14px; flex-wrap: wrap; }

.option-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.option-card { padding: 40px; border-top: 3px solid var(--gold); background: #eee7da; }
.option-card span,
.option-card > p:first-child { margin: 0; color: #a47539; font: 400 14px/1 var(--serif); }
.option-card h3 { margin: 40px 0 14px; font: 400 29px/1.2 var(--serif); }
.option-card p { color: var(--muted); font-size: 14px; }

.featured-stays { display: grid; gap: 34px; }
.featured-stays__heading { margin-bottom: 26px; }
.featured-stays__heading > p:last-child { max-width: 720px; color: var(--muted); }
.stay-card { display: block; background: #fff; box-shadow: 0 22px 55px rgba(25,35,30,.09); }
.stay-card > * { width: auto; max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; }
.stay-card > .wp-block-group__inner-container { width: 100% !important; max-width: none !important; }
.stay-card__header { padding: 34px clamp(34px, 4vw, 54px) 28px; border-bottom: 1px solid var(--line); }
.stay-card__header > * { width: auto; max-width: none !important; margin-left: 0; margin-right: 0; }
.stay-card__header h3 { max-width: 920px !important; margin: 0; font: 400 clamp(35px, 4vw, 50px)/1.06 var(--serif); }
.stay-card__gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; width: 100% !important; max-width: none !important; min-height: 380px; background: #f1eadf; }
.stay-card__gallery > .wp-block-column { min-width: 0; margin: 0; }
.stay-card__gallery > .wp-block-column, .stay-card__gallery figure, .stay-card__photo-slot { min-height: 380px; height: 100%; }
.stay-card__gallery figure { position: relative; overflow: hidden; }
.stay-card__gallery img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.stay-card__photo-slot { width: 100%; border: 0; }
.stay-card__copy { width: 100%; padding: 34px clamp(34px, 4vw, 54px) 42px; }
.stay-card__copy > * { width: auto; max-width: none; margin-left: 0; margin-right: 0; }
.stay-card__location { margin: 0 0 14px; color: #8b612d; font-size: 12px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.stay-card__copy p { max-width: 920px; color: var(--muted); font-size: 15px; line-height: 1.72; }
.stay-card__copy .text-link { margin-top: 12px; color: var(--ink); }
.stay-disclaimer { margin-top: 6px; color: var(--muted); font-size: 12px; }

.purpose-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.purpose-card { min-height: 285px; padding: 36px 38px; border-right: 1px solid var(--line); }
.purpose-card:first-child { padding-left: 0; }
.purpose-card:last-child { border-right: 0; }
.purpose-card span,
.purpose-card > p:first-child { margin: 0; color: #a77a3f; font-family: var(--serif); }
.purpose-card h3 { margin: 56px 0 14px; font: 400 29px/1.2 var(--serif); }
.purpose-card p { color: var(--muted); font-size: 13px; }

.community-intro { display: grid; gap: 48px; }
.community-intro__copy { width: 100%; max-width: 920px !important; margin: 0 !important; }
.community-gallery { width: 100%; max-width: none !important; margin: 0 !important; display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.community-gallery > .wp-block-column { min-width: 0; margin: 0 !important; }
.community-gallery > .wp-block-column figure { position: relative; width: 100% !important; max-width: none !important; aspect-ratio: 4 / 5; overflow: hidden; margin: 0 !important; background: #d7d1c4; }
.community-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; }
.community-pillars__heading { margin-bottom: 54px; }
.purpose-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border-top: 0; background: rgba(25,35,30,.14); }
.purpose-grid--four .purpose-card,
.purpose-grid--four .purpose-card:first-child,
.purpose-grid--four .purpose-card:last-child { min-height: 330px; padding: clamp(32px, 4vw, 52px); border: 0; background: #f8f4eb; }
.purpose-grid--four .purpose-card h3 { margin-top: 52px; }
.purpose-grid--four .purpose-card p { max-width: 520px; font-size: 15px; }
.community-promise { padding-top: 58px; border-top: 1px solid var(--line); }
.community-promise > p { max-width: 690px; margin-inline: auto; }

.season-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.season-card { position: relative; min-height: 540px; overflow: hidden; isolation: isolate; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: #26372e; border-top: 3px solid var(--gold); }
.season-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(8,17,12,.04) 22%, rgba(8,17,12,.87) 100%); }
.season-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.season-card > figure { margin: 0; }
.season-card > p:first-of-type { margin: 0 auto auto 0; font-size: 12px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.season-card h2 { margin: 0 0 12px; font: 400 29px/1.15 var(--serif); }
.season-card > p:last-of-type { margin: 0; color: rgba(255,255,255,.76); font-size: 14px; }
.travel-list { margin-top: 70px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.travel-list--continuation { margin-top: 24px; }
.travel-card { padding: 40px; border: 1px solid var(--line); background: #fff; }
.travel-card h2 { margin: 0 0 18px; font: 400 29px/1.2 var(--serif); }
.travel-card p, .travel-card li { color: var(--muted); font-size: 14px; line-height: 1.75; }
.travel-card a { color: #5f421f; border-bottom: 1px solid #b98943; font-weight: 650; }
.travel-card--official { border-top: 3px solid var(--gold); }
.reviewed-date { margin-top: 24px !important; color: #6f7b73 !important; font-size: 12px !important; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.contact-photo { position: relative; min-height: 680px; margin: 0; overflow: hidden; background: #d8d2c5; }
.contact-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.contact-details { margin-top: 36px; display: grid; gap: 13px; }
.contact-details p { margin: 0; }
.contact-details a { padding-bottom: 11px; display: block; border-bottom: 1px solid var(--line); font: 400 20px/1.3 var(--serif); }
.contact-details small { display: block; margin-bottom: 5px; color: #80591f; font: 750 12px/1.2 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.enquiry-form { padding: clamp(34px, 5vw, 64px); color: #fff; background: var(--forest); }
.enquiry-form h2 { margin: 0 0 12px; font: 400 clamp(38px, 4vw, 56px)/1.1 var(--serif); }
.enquiry-form > p { margin: 0 0 34px; color: #aeb9b1; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 8px; }
.field--wide { grid-column: 1/-1; }
.field label { color: #d9e0db; font-size: 12px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); border-radius: 0; outline: none; color: #fff; background: transparent; font: 15px var(--sans); }
.field select option { color: var(--ink); }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.enquiry-form .button { margin-top: 30px; }
.consent-field label { display: flex; align-items: flex-start; gap: 12px; font-weight: 500; letter-spacing: 0; line-height: 1.55; text-transform: none; }
.consent-field input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--gold); }
.consent-field a { color: var(--gold-pale); border-bottom: 1px solid currentColor; }
.form-status { min-height: 1.5em; margin: 18px 0 0 !important; color: #d8e0da !important; font-size: 13px; }

.site-footer { position: relative; overflow: hidden; padding: 76px 0 28px; color: #fff; background: var(--deep); }
.footer-sun { position: absolute; width: 270px; height: 270px; right: -65px; top: -150px; border-radius: 50%; border: 44px solid rgba(220,166,79,.13); }
.footer-main { position: relative; padding-bottom: 62px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-statement { margin: 0; color: #9daba2; font: 16px/1.6 var(--serif); }
.footer-links { justify-self: end; display: grid; gap: 12px; text-align: right; }
.footer-links a { padding-bottom: 4px; border-bottom: 1px solid #5c6d62; font-family: var(--serif); }
.footer-business { padding-block: 22px; display: flex; flex-wrap: wrap; gap: 10px 28px; border-bottom: 1px solid rgba(255,255,255,.14); color: #bdc9c1; font-size: 13px; }
.footer-business span { max-width: 340px; }
.footer-bottom { padding-top: 25px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px 24px; color: #91a097; font-size: 12px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.footer-legal a { border-bottom: 1px solid #52645a; }

.standard-content { min-height: 45vh; }
.standard-content h1 { font-family: var(--serif); }
.section--sand { background: #eee7da; }
.centre-copy { margin-top: 70px; text-align: center; }
.legal-copy { width: 100%; }
.legal-copy h2:not(:first-child) { margin-top: 48px; }

/* V3.6.4 image presentation audit: centre every deliberate crop and keep
   multi-image groups visually separated at every responsive breakpoint. */
.home-hero__image img,
.safari-feature__image img,
.photo-duo img,
.founder-image img,
.image-panel img,
.destination-row__image img,
.destination-experience-card__media .wp-block-cover__image-background,
.photo-slot .wp-block-cover__image-background,
.stay-card__gallery img,
.community-gallery img,
.season-card img,
.contact-photo img {
  object-position: center center;
}
.wp-block-gallery { gap: 20px !important; }

@media (max-width: 1040px) {
  .site-header__inner { grid-template-columns: auto 1fr auto; }
  .primary-nav { position: absolute; top: 90px; right: 18px; width: min(330px, calc(100vw - 36px)); padding: 24px; display: none; background: var(--deep); box-shadow: 0 25px 60px rgba(0,0,0,.32); }
  .primary-nav.is-open { display: block; }
  .boma-menu { display: grid; gap: 7px; }
  .boma-menu a { display: block; padding: 10px 0; font: 400 18px/1.2 var(--serif); }
  .menu-toggle { justify-self: end; width: 44px; height: 42px; padding: 0; display: grid; place-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.42); color: #fff; background: transparent; }
  .menu-toggle span:not(.screen-reader-text) { width: 18px; height: 1px; display: block; background: currentColor; }
  .header-cta { display: none; }
}

@media (max-width: 820px) {
  body.admin-bar .site-header { top: 46px; }
  .shell, .narrow { width: min(calc(100% - 36px), 1240px); }
  .topbar__inner { justify-content: center; }
  .topbar__inner > span { display: none; }
  .site-header__inner { min-height: 82px; }
  .primary-nav { top: 82px; }
  .home-hero { min-height: 690px; }
  .home-hero__content { padding-block: 90px 130px; }
  .home-hero::before { background: linear-gradient(90deg, rgba(5,14,9,.88), rgba(7,17,11,.42)), linear-gradient(0deg, rgba(6,15,10,.55), transparent 45%); }
  .hero-note { left: 18px; right: auto; bottom: 34px; }
  .intro-grid, .section-heading, .wild-moments__heading, .field-grid, .split, .contact-grid, .safari-feature, .package-summary, .detail-intro { grid-template-columns: 1fr; }
  .fact-row { grid-template-columns: 1fr; }
  .fact-row > div, .fact-row > div:first-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact-row > div:last-child { border-bottom: 0; }
  .safari-feature__image, .safari-feature__image figure { min-height: 520px; }
  .founder-feature { grid-template-columns: 1fr; }
  .photo-duo { grid-template-columns: 1fr; }
  .photo-duo figure { min-height: 560px; }
  .founder-image { min-height: 600px; }
  .founder-copy { padding: 75px 28px; }
  .field-grid { grid-template-columns: 1fr; }
  .reel-frame { width: min(88vw, 390px); }
  .cta-band__inner { padding-block: 65px; grid-template-columns: 1fr; }
  .destination-row { grid-template-columns: 1fr; }
  .destination-row:nth-child(even) .destination-row__image { order: 0; }
  .destination-row__image { min-height: 460px; }
  .option-grid, .destination-text-grid, .travel-list, .destination-experience-grid, .itinerary-grid, .inclusions-grid, .detail-highlights { grid-template-columns: 1fr; }
  .photo-slot-grid--2, .photo-slot-grid--3 { grid-template-columns: 1fr; }
  .stay-card__gallery { min-height: 440px; }
  .stay-card__gallery > .wp-block-column, .stay-card__gallery figure, .stay-card__photo-slot { min-height: 440px; }
  .community-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .purpose-grid, .purpose-grid--four, .season-grid { grid-template-columns: 1fr; }
  .purpose-card, .purpose-card:first-child { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .purpose-card h3 { margin-top: 22px; }
  .purpose-grid--four .purpose-card,
  .purpose-grid--four .purpose-card:first-child,
  .purpose-grid--four .purpose-card:last-child { min-height: auto; padding: 34px 30px; border-bottom: 0; }
  .purpose-grid--four .purpose-card h3 { margin-top: 30px; }
  .season-card { min-height: 590px; }
  .contact-photo { min-height: 620px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-links { justify-self: start; text-align: left; }
  .detail-next__inner { grid-template-columns: 1fr; }
  .detail-next p, .detail-next .wp-block-buttons { grid-column: 1; grid-row: auto; }
}

@media (max-width: 520px) {
  .display-title { font-size: 59px; }
  .section-title { font-size: 42px; }
  .wordmark strong { font-size: 18px; }
  .wordmark__seal { width: 36px; height: 36px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .safari-route { grid-template-columns: 1fr; }
  .safari-feature__copy { padding: 38px 25px; }
  .safari-feature__image, .safari-feature__image figure { min-height: 390px; }
  .founder-image { min-height: 500px; }
  .destination-row__image { min-height: 390px; }
  .destination-row__copy, .destination-text-grid article, .option-card, .travel-card, .itinerary-day, .detail-highlight { padding: 32px 25px; }
  .destination-experience-card__body { min-height: 320px; padding: 32px 25px; }
  .photo-slot, .destination-experience-card__media { min-height: 300px !important; }
  .stay-card__gallery { grid-template-columns: 1fr; min-height: auto; }
  .stay-card__gallery > .wp-block-column, .stay-card__gallery figure, .stay-card__photo-slot { min-height: 270px !important; }
  .stay-card__header { padding: 28px 25px 24px; }
  .community-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .community-gallery > .wp-block-column figure { aspect-ratio: 1 / 1; }
  .stay-card__copy { padding: 38px 25px; }
  .image-panel { min-height: 520px; }
  .enquiry-form { padding: 38px 24px; }
  .footer-bottom { flex-direction: column; }
}

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