* , *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: #f6f1e8;
  color: #1f251c;
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.homepage { width: 100%; }

/* ===== Destinations ===== */
.destinations {
  --paper: #f8f4ec;
  --card: #fffdf8;
  --ink: #172319;
  --body-copy: #403f3a;
  --forest-deep: #1d3321;
  --gold: #bd8730;
  --gold-light: #e5bd68;
  --line: rgba(51, 54, 44, 0.18);
  --shadow: 0 16px 34px rgba(43, 43, 35, 0.11), 0 3px 8px rgba(43, 43, 35, 0.08);
  --shadow-hover: 0 22px 44px rgba(31, 45, 32, 0.20), 0 5px 12px rgba(31, 45, 32, 0.12);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 2%, rgba(255, 255, 255, 0.96) 0 9%, transparent 35%),
    linear-gradient(110deg, #faf7f0 0%, #f5f0e7 50%, #fbf8f2 100%);
}
.destinations__paper {
  position: absolute; inset: 0; z-index: -3; pointer-events: none; opacity: .57;
  background-image:
    repeating-radial-gradient(ellipse at 0 0, rgba(103, 87, 59, 0.035) 0 0.65px, transparent 0.9px 5px),
    repeating-linear-gradient(6deg, rgba(255,255,255,0.22) 0 1px, transparent 1px 5px);
  background-size: 144px 92px, 100% 9px; mix-blend-mode: multiply;
}
.destinations__art {
  position: absolute; z-index: -2; top: 70px; left: 50%; width: min(1760px, 126vw); aspect-ratio: 1672/941;
  transform: translateX(-50%); background: url("assets/destinations/safari-line-art-transparent.webp") center/contain no-repeat;
  opacity: .54; pointer-events: none;
}
.destinations__inner { width: min(1240px, calc(100% - 64px)); margin-inline: auto; padding: 54px 0 68px; }
.destinations__header { display: grid; justify-items: center; text-align: center; }
.destinations__title {
  margin: 0; max-width: 1080px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(53px,4.2vw,67px);
  line-height: .94; font-weight: 500; letter-spacing: -.045em; color: #142118;
}
.destinations__title span { display: block; }
.destinations__title span + span { margin-top: 10px; }
.destinations__rule {
  width: 176px; height: 3px; margin-top: 34px;
  background: linear-gradient(90deg, transparent 0%, #d5a84f 14%, #b97e24 50%, #d5a84f 86%, transparent 100%);
}
.destinations__grid {
  position: relative; z-index: 2; margin-top: 64px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(26px,3.1vw,48px);
}
.destination-card {
  min-width: 0; height: 496px; display: grid; grid-template-rows: 300px 196px; overflow: hidden;
  border: 1px solid var(--line); background: var(--card); box-shadow: var(--shadow);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.destination-card__media { overflow: hidden; background: #c9ae84; }
.destination-card__media img { height: 100%; width:100%; object-fit: cover; object-position: 50% 48%; transition: transform .7s cubic-bezier(.2,.75,.2,1), filter .35s ease; }
.destination-card:nth-child(1) .destination-card__media img { object-position: 50% 46%; }
.destination-card__media--rwanda img { object-position: 50% 47%; }
.destination-card__content {
  display: flex; flex-direction: column; padding: 23px 40px 28px; color: var(--ink); background: rgba(255,253,248,.985); transition: color .3s ease, background-color .3s ease;
}
.destination-card h3 {
  margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(34px,2.65vw,42px); line-height: .98; font-weight: 600; letter-spacing: .005em; text-transform: uppercase; color: var(--ink); transition: color .3s ease;
}
.destination-card p { margin: 15px 0 0; max-width: 300px; color: var(--body-copy); font-size: 14px; line-height: 1.58; font-weight: 500; transition: color .3s ease; }
.destination-card a { width: fit-content; margin-top: auto; display: inline-flex; align-items: center; gap: 13px; color: #a86617; font-family: "Cormorant Garamond", Georgia, serif; font-size: 21px; line-height: 1; font-weight: 600; text-decoration: none; transition: color .3s ease; }
.destination-card a svg { width: 28px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: square; stroke-linejoin: miter; transition: transform .26s ease; }
@media (hover:hover) and (pointer:fine) {
  .destination-card:hover { transform: translateY(-7px); border-color: rgba(34,58,38,.46); box-shadow: var(--shadow-hover); }
  .destination-card:hover .destination-card__content { color:#fffdf7; background: linear-gradient(145deg, #2c452f 0%, var(--forest-deep) 100%); }
  .destination-card:hover h3 { color:#fffdf7; }
  .destination-card:hover p { color: rgba(255,255,255,.84); }
  .destination-card:hover a { color: var(--gold-light); }
  .destination-card:hover .destination-card__media img { transform: scale(1.045); filter: saturate(1.04) contrast(1.02); }
  .destination-card:hover a svg { transform: translateX(5px); }
}
.destination-card:focus-within { border-color: rgba(34,58,38,.46); box-shadow: var(--shadow-hover); }
.destination-card:focus-within .destination-card__content { color:#fffdf7; background: linear-gradient(145deg, #2c452f 0%, var(--forest-deep) 100%); }
.destination-card:focus-within h3 { color:#fffdf7; }
.destination-card:focus-within p { color: rgba(255,255,255,.84); }
.destination-card:focus-within a { color: var(--gold-light); }

/* ===== About story ===== */
.story-section {
  --paper: #f7f3eb; --ink:#24231f; --body-copy:#4c4a44; --forest:#243722; --forest-hover:#30482d; --gold:#b38a3b; --white:#fffdf8; --shadow:0 22px 48px rgba(30, 28, 22, 0.18);
  position: relative; display: grid; grid-template-columns: minmax(0,50%) minmax(0,50%); width:100%; height: clamp(32.5rem,38.28vw,48.5rem); min-height:32.5rem; overflow:hidden; isolation:isolate; background-color:var(--paper);
  background-image: linear-gradient(90deg, rgba(255,255,255,.12), rgba(236,226,208,.08)), url("assets/about/paper-texture.webp"); background-repeat:no-repeat, repeat; background-size:cover, 26.25rem 26.25rem;
}
.story-section::after { content:""; position:absolute; inset:0; z-index:-1; pointer-events:none; background: radial-gradient(circle at 79% 25%, rgba(255,255,255,.5), transparent 32%), linear-gradient(180deg, rgba(255,255,255,.13), rgba(191,164,118,.03)); }
.story-section__media { position:relative; min-width:0; height:100%; margin:.875rem 0 .875rem .875rem; overflow:visible; }
.story-section__media picture:first-child { display:block; width:100%; height:100%; }
.story-section__main-image { width:100%; height:100%; object-fit:cover; object-position:39% center; filter:saturate(.92) contrast(1.02) sepia(.04); }
.story-section__media::after { content:""; position:absolute; inset:0; pointer-events:none; background: linear-gradient(180deg, rgba(15,17,13,.08), transparent 26%, transparent 72%, rgba(18,16,12,.12)), linear-gradient(90deg, rgba(19,20,15,.05), transparent 28%); }
.story-section__inset { position:absolute; z-index:3; right:-.875rem; bottom:4.25%; width:45.5%; aspect-ratio:1.24/1; margin:0; border:.5rem solid var(--white); background:var(--white); box-shadow:var(--shadow); }
.story-section__inset picture, .story-section__inset img { width:100%; height:100%; }
.story-section__inset img { object-fit:cover; object-position:53% center; }
.story-section__content { position:relative; display:flex; align-items:center; min-width:0; height:100%; padding: clamp(3.25rem,4.2vw,5.5rem) clamp(3rem,5vw,6.8rem) clamp(2.7rem,4vw,5.4rem) clamp(4.2rem,5.4vw,7.2rem); }
.story-section__copy { position:relative; z-index:2; width:min(100%,43rem); }
.story-section__eyebrow { margin:0 0 clamp(1rem,1.3vw,1.65rem); color:var(--gold); font-size:clamp(.72rem,.74vw,.92rem); font-weight:700; letter-spacing:.18em; line-height:1; text-transform:uppercase; }
.story-section__title { max-width:12.7ch; margin:0; color:var(--ink); font-family:"Cormorant Garamond", Georgia, serif; font-size:clamp(3.05rem,4.15vw,5.25rem); font-weight:400; letter-spacing:-.035em; line-height:.98; }
.story-section__text { max-width:42rem; margin-top:clamp(1.55rem,2.25vw,2.9rem); color:var(--body-copy); font-size:clamp(.98rem,1.05vw,1.28rem); line-height:1.65; }
.story-section__text p { margin:0; }
.story-section__text p + p { margin-top: clamp(.85rem,1.05vw,1.4rem); }
.story-section__signature { margin:clamp(1.45rem,2vw,2.45rem) 0 clamp(1.45rem,1.8vw,2.1rem); color:#31302c; font-family:"Nothing You Could Do",cursive; font-size:clamp(1.35rem,1.75vw,2.15rem); line-height:1.2; transform:rotate(-1.2deg); transform-origin:left center; }
.story-section__button { display:inline-flex; align-items:center; justify-content:center; min-width:9.75rem; min-height:3.35rem; padding:.8rem 1.75rem; border:1px solid rgba(255,255,255,.18); background:var(--forest); box-shadow:0 8px 20px rgba(31,49,29,.18); color:#fff; font-size:1rem; font-weight:500; text-decoration:none; transition:background-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.story-section__button:hover, .story-section__button:focus-visible { background:var(--forest-hover); transform:translateY(-2px); box-shadow:0 11px 24px rgba(31,49,29,.25); }
.story-section__stamp { position:absolute; z-index:1; top:4.4%; right:-1.5%; width:clamp(12rem,20vw,25rem); height:auto; opacity:.28; pointer-events:none; }

/* ===== Featured journeys ===== */
.journeys {
  --paper:#f6f1e6; --ink:#22231d; --copy:#555047; --forest:#243722; --forest-deep:#1a2c1a; --gold:#b78b3d; --gold-soft:#d2a452; --line:rgba(142,122,82,.28); --shadow:0 18px 36px rgba(31,28,22,.13);
  position:relative; isolation:isolate; overflow:hidden; width:100%; padding: clamp(3.1rem,4.8vw,5rem) clamp(1.25rem,4vw,4rem) clamp(3.7rem,5.3vw,5.8rem); background-color:var(--paper);
  background-image: radial-gradient(circle at 50% 3%, rgba(255,255,255,.8), transparent 34%), linear-gradient(180deg, rgba(255,255,255,.25), rgba(238,229,212,.08)), url("assets/journeys/paper-texture.webp"); background-repeat:no-repeat, no-repeat, repeat; background-size:cover, cover, 26rem 26rem;
}
.journeys::after { content:""; position:absolute; inset:0; z-index:-1; pointer-events:none; background: linear-gradient(90deg, rgba(255,255,255,.16), transparent 24%, transparent 76%, rgba(255,255,255,.16)); }
.journeys__inner { width:min(100%,1164px); margin-inline:auto; }
.journeys__header { position:relative; display:flex; align-items:flex-end; justify-content:center; min-height:6.15rem; margin-bottom:clamp(1.9rem,2.55vw,2.7rem); }
.journeys__heading { position:relative; z-index:2; flex:0 1 auto; text-align:center; }
.journeys__eyebrow { margin:0 0 .55rem; color:var(--gold); font-size:clamp(.69rem,.74vw,.82rem); font-weight:700; letter-spacing:.15em; line-height:1.25; text-transform:uppercase; }
.journeys__title { margin:0; color:var(--ink); font-family:"EB Garamond", Georgia, serif; font-size:clamp(2.55rem,3.55vw,3.9rem); font-weight:500; letter-spacing:-.035em; line-height:.95; }
.journeys__rule { position:absolute; left:calc(50% + 12.8rem); right:7.9rem; bottom:.72rem; height:1px; background: linear-gradient(90deg, rgba(183,139,61,.55), rgba(183,139,61,.06)); }
.journeys__cloud-art { position:absolute; left:5.3rem; bottom:.3rem; width:clamp(13rem,25vw,21rem); opacity:.5; pointer-events:none; }
.journeys__giraffe-art { position:absolute; right:1.85rem; bottom:-.38rem; width:4.75rem; height:auto; opacity:.82; pointer-events:none; }
.journeys__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:clamp(1.15rem,1.8vw,1.55rem); align-items:stretch; }
.journey-card { display:flex; min-width:0; flex-direction:column; overflow:hidden; border:1px solid var(--line); background:rgba(255,253,248,.94); box-shadow:0 1px 0 rgba(255,255,255,.9) inset; transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.journey-card:hover, .journey-card:focus-within { z-index:2; transform:translateY(-5px); border-color:rgba(183,139,61,.68); box-shadow:var(--shadow); }
.journey-card__image-link, .journey-card__image-link picture { display:block; width:100%; overflow:hidden; }
.journey-card__image-link { aspect-ratio:1.36/1; background:#d5c8ac; }
.journey-card__image { width:100%; height:100%; object-fit:cover; filter:saturate(.88) contrast(1.02) sepia(.04); transition:transform .52s cubic-bezier(.2,.7,.2,1), filter .26s ease; }
.journey-card__image--mara { object-position:50% 49%; }
.journey-card__image--amboseli { object-position:50% 50%; }
.journey-card__image--serengeti { object-position:50% 67%; }
.journey-card__image--gorilla { object-position:48% 45%; }
.journey-card:hover .journey-card__image, .journey-card:focus-within .journey-card__image { transform:scale(1.045); filter:saturate(.98) contrast(1.04); }
.journey-card__content { display:flex; flex:1; flex-direction:column; min-height:13.1rem; padding:.9rem 1.05rem 1.05rem; }
.journey-card__meta-row { display:flex; align-items:center; justify-content:space-between; gap:.75rem; margin:0 0 .35rem; }
.journey-card__country, .journey-card__duration { margin:0; color:var(--gold); font-size:.7rem; font-weight:700; letter-spacing:.12em; line-height:1.15; text-transform:uppercase; }
.journey-card__duration { color:#8e7a52; font-size:.64rem; letter-spacing:.075em; text-align:right; white-space:nowrap; }
.journey-card__title { margin:0; font-family:"EB Garamond", Georgia, serif; font-size:clamp(1.35rem,1.6vw,1.62rem); font-weight:500; letter-spacing:-.02em; line-height:1.02; }
.journey-card__title a { text-decoration:none; }
.journey-card__title a:hover, .journey-card__title a:focus-visible { color:var(--forest); }
.journey-card__description { min-height:4.65em; margin:.66rem 0 .72rem; color:var(--copy); font-size:.84rem; line-height:1.55; }
.journey-card__button { display:flex; align-items:center; justify-content:space-between; min-height:2.8rem; margin-top:auto; padding:.72rem .85rem .72rem 1rem; border:1px solid var(--forest); background:var(--forest); color:#fff; font-size:.82rem; font-weight:600; text-decoration:none; transition:background-color .18s ease, color .18s ease, border-color .18s ease; }
.journey-card__button:hover, .journey-card__button:focus-visible { border-color:var(--gold); background:var(--gold); color:#1f291c; }
.journey-card__arrow { color:var(--gold-soft); font-size:1.35rem; font-weight:400; transition:color .18s ease, transform .18s ease; }
.journey-card__button:hover .journey-card__arrow, .journey-card__button:focus-visible .journey-card__arrow { color:var(--forest-deep); transform:translateX(3px); }

/* ===== Why travel ===== */
.why-travel-section {
  --gold:#caa35a; --cream:#f2ece2; --divider:rgba(202,163,90,.2);
  padding:0;
}
.why-travel-inner {
  position:relative; overflow:hidden; isolation:isolate;
  background: linear-gradient(180deg, rgba(8,14,10,.16) 0%, rgba(10,16,12,.08) 100%), linear-gradient(90deg, rgba(12,24,16,.93) 0%, rgba(29,47,33,.95) 19%, rgba(34,54,37,.94) 50%, rgba(29,47,33,.95) 81%, rgba(12,24,16,.93) 100%);
}
.why-travel-inner::before { content:""; position:absolute; inset:0; background:url('assets/why/section-bg.png') center/cover no-repeat; opacity:.42; mix-blend-mode:screen; z-index:-3; }
.why-travel-inner::after { content:""; position:absolute; inset:0; background: radial-gradient(circle at center, rgba(205,169,90,.18) 0%, rgba(205,169,90,.06) 22%, rgba(0,0,0,0) 52%), linear-gradient(90deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,0) 24%, rgba(0,0,0,0) 76%, rgba(0,0,0,.22) 100%); z-index:-2; }
.why-travel-header { text-align:center; padding:34px 24px 18px; max-width:980px; margin:0 auto; }
.why-travel-header .eyebrow { margin:0 0 10px; color:var(--gold); text-transform:uppercase; letter-spacing:.22em; font-size:12px; line-height:1.2; font-weight:700; }
.why-travel-header h2 { margin:0; font-family:'Cormorant Garamond',serif; font-weight:500; font-size:clamp(2rem,3vw,3.25rem); line-height:1.04; color:#f6efe3; }
.features-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:0; max-width:1280px; margin:0 auto; padding:8px 34px 34px; }
.feature-card { position:relative; text-align:center; padding:24px 20px 18px; min-height:215px; display:flex; flex-direction:column; align-items:center; justify-content:flex-start; }
.feature-card:not(:last-child)::after { content:""; position:absolute; top:8px; right:0; width:1px; height:calc(100% - 16px); background: linear-gradient(to bottom, rgba(202,163,90,0), rgba(202,163,90,.22) 18%, rgba(202,163,90,.22) 82%, rgba(202,163,90,0)); }
.icon-wrap { width:72px; height:72px; display:grid; place-items:center; margin-bottom:14px; }
.icon-wrap img { max-width:58px; max-height:58px; width:auto; height:auto; object-fit:contain; filter: drop-shadow(0 0 0 rgba(0,0,0,0)); }
.feature-card h3 { margin:0 0 10px; font-size:15px; line-height:1.2; color:#ffffff; font-weight:500; white-space:nowrap; }
.feature-card p { margin:0; font-size:12px; line-height:1.5; color:rgba(255,255,255,.82); max-width:190px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; min-height:3em; }
.leopard-overlay {
  position:absolute; right:0; top:0; bottom:0; width:min(340px, 25vw); height:100%; object-fit:cover; object-position:right center;
  opacity:.52; mix-blend-mode:screen; filter:saturate(.78) sepia(.22) brightness(.88) contrast(1.08);
  pointer-events:none; z-index:-1; mask-image: linear-gradient(to left, rgba(0,0,0,1) 45%, rgba(0,0,0,.94) 68%, transparent 100%), linear-gradient(to top, rgba(0,0,0,1) 84%, transparent 100%); mask-composite: intersect;
}

/* ===== Responsive ===== */
@media (max-width: 1180px) {
  .destinations__inner { width:min(1080px, calc(100% - 48px)); }
  .destinations__grid { gap:24px; }
  .destination-card { height:474px; grid-template-rows:286px 188px; }
  .destination-card__content { padding:22px 28px 25px; }
  .destination-card p { font-size:13px; }

  .features-grid { grid-template-columns:repeat(3,minmax(0,1fr)); padding-inline:22px; row-gap:10px; }
  .feature-card:nth-child(3)::after { display:none; }
  .feature-card:nth-child(-n + 3) { border-bottom:1px solid var(--divider); }
  .feature-card { min-height:205px; }
  .leopard-overlay { width:min(250px, 24vw); opacity:.44; }
}

@media (max-width: 1040px) {
  .story-section__content { padding-right:2.75rem; padding-left:3.6rem; }
  .story-section__title { font-size:clamp(2.8rem,4.8vw,4.25rem); }
  .story-section__stamp { right:-8%; width:18rem; }

  .journeys__inner { width:min(100%,820px); }
  .journeys__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .journeys__rule { right:5rem; left:calc(50% + 11rem); }
  .journeys__giraffe-art { right:.25rem; }
  .journeys__cloud-art { left:0; }
}

@media (max-width: 900px) {
  .destinations__inner { width:min(760px, calc(100% - 40px)); padding:54px 0 64px; }
  .destinations__title { max-width:720px; font-size:clamp(48px, 7vw, 60px); }
  .destinations__rule { margin-top:29px; }
  .destinations__grid { margin-top:52px; grid-template-columns:repeat(2,minmax(0,1fr)); gap:26px; }
  .destination-card { height:486px; grid-template-rows:292px 194px; }
  .destination-card:last-child { grid-column:1/-1; width:calc(50% - 13px); justify-self:center; }
  .destinations__art { top:112px; width:1480px; opacity:.38; }
}

@media (max-width: 860px) {
  .story-section { display:block; height:auto; min-height:0; }
  .story-section__media { height:clamp(24rem,76vw,36rem); margin:0; }
  .story-section__main-image { object-position:40% center; }
  .story-section__inset { right:clamp(1rem,4vw,2.25rem); bottom:-4.5rem; width:min(47%,21rem); border-width:.42rem; }
  .story-section__content { align-items:flex-start; height:auto; min-height:0; padding:8.5rem clamp(1.4rem,6vw,4.25rem) 4.75rem; }
  .story-section__title { max-width:12ch; font-size:clamp(3rem,8vw,4.7rem); }
  .story-section__text { font-size:clamp(1rem,2.5vw,1.2rem); }
  .story-section__stamp { top:5.25rem; right:-5rem; width:19rem; opacity:.38; }

  .why-travel-header { padding:26px 18px 10px; }
  .features-grid { grid-template-columns:repeat(2,minmax(0,1fr)); padding:6px 16px 22px; }
  .feature-card { min-height:196px; padding:20px 16px 14px; }
  .feature-card::after { display:none !important; }
  .feature-card:nth-child(odd) { border-right:1px solid var(--divider); }
  .feature-card:not(:nth-last-child(-n + 2)) { border-bottom:1px solid var(--divider); }
  .feature-card:last-child { grid-column:1 / -1; max-width:420px; justify-self:center; border-right:0; }
  .leopard-overlay { width:min(190px, 30vw); opacity:.34; }
}

@media (max-width: 680px) {
  .journeys { padding:3.35rem 1rem 4rem; }
  .journeys__header { min-height:7.7rem; align-items:center; margin-bottom:1.65rem; }
  .journeys__heading { width:min(100%,21rem); }
  .journeys__title { font-size:clamp(2.45rem,11.7vw,3.25rem); line-height:.98; }
  .journeys__eyebrow { padding-inline:2rem; font-size:.67rem; line-height:1.5; }
  .journeys__rule { display:none; }
  .journeys__cloud-art { left:-7rem; bottom:.55rem; width:17rem; opacity:.26; }
  .journeys__giraffe-art { right:-.5rem; bottom:-.7rem; width:4.2rem; opacity:.45; }
  .journeys__grid { grid-template-columns:1fr; gap:1.15rem; }
  .journey-card__image-link { aspect-ratio:1.5 / 1; }
  .journey-card__content { min-height:auto; padding:1.15rem 1.1rem 1.1rem; }
  .journey-card__title { font-size:1.68rem; }
  .journey-card__description { min-height:0; margin-bottom:.85rem; font-size:.9rem; }
  .journey-card__duration { font-size:.62rem; }
}

@media (max-width: 620px) {
  .destinations__inner { width:min(calc(100% - 30px), 438px); padding:44px 0 54px; }
  .destinations__title { max-width:420px; font-size:clamp(40px,11.3vw,50px); line-height:.98; letter-spacing:-.042em; }
  .destinations__title span + span { margin-top:8px; }
  .destinations__rule { width:116px; height:2px; margin-top:24px; }
  .destinations__grid { margin-top:42px; grid-template-columns:1fr; gap:24px; }
  .destination-card, .destination-card:last-child { width:100%; height:auto; grid-column:auto; grid-template-rows:auto minmax(188px, auto); }
  .destination-card__media { aspect-ratio:1.24/1; }
  .destination-card__content { min-height:188px; padding:22px 25px 25px; }
  .destination-card h3 { font-size:38px; }
}

@media (max-width: 560px) {
  .story-section__media { height:25.5rem; }
  .story-section__inset { right:1rem; bottom:-3.4rem; width:52%; min-width:10rem; border-width:.3rem; box-shadow:0 16px 30px rgba(30,28,22,.22); }
  .story-section__content { padding:6.9rem 1.35rem 3.8rem; }
  .story-section__eyebrow { margin-bottom:1rem; font-size:.72rem; }
  .story-section__title { max-width:11.8ch; font-size:clamp(2.75rem,12.6vw,3.8rem); line-height:.98; }
  .story-section__text { margin-top:1.6rem; font-size:1rem; line-height:1.62; }
  .story-section__signature { margin-top:1.65rem; font-size:1.35rem; }
  .story-section__button { min-width:9.25rem; min-height:3.15rem; font-size:.96rem; }
  .story-section__stamp { top:5rem; right:-7.7rem; width:18rem; opacity:.3; }

  .why-travel-header h2 { font-size:2.1rem; }
  .why-travel-header .eyebrow { font-size:11px; letter-spacing:.16em; }
  .features-grid { grid-template-columns:1fr; padding:0 14px 18px; }
  .feature-card, .feature-card:last-child { grid-column:auto; max-width:none; min-height:auto; padding:20px 12px; border-right:0 !important; border-bottom:1px solid var(--divider); }
  .feature-card:last-child { border-bottom:0; }
  .icon-wrap { width:66px; height:66px; margin-bottom:10px; }
  .icon-wrap img { max-width:52px; max-height:52px; }
  .feature-card h3 { font-size:14px; }
  .feature-card p { font-size:13px; max-width:280px; }
  .leopard-overlay { width:150px; opacity:.24; }
}

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


/* ===== How it works ===== */
.how-it-works {
  --paper: #f7f3eb;
  --ink: #23251f;
  --copy: #57534b;
  --gold: #bf8c35;
  --line: rgba(144, 122, 84, 0.48);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-height: 345px;
  padding: 36px 28px 42px;
  background:
    radial-gradient(circle at 50% 10%, rgba(255,255,255,.92), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.36), rgba(236,226,208,.06)),
    url("assets/about/paper-texture.webp") center/26rem 26rem repeat,
    var(--paper);
}
.how-it-works::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.14), transparent 20%, transparent 80%, rgba(255,255,255,.14));
}
.how-it-works__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1110px);
  margin-inline: auto;
}
.how-it-works__header {
  text-align: center;
  margin-bottom: 18px;
}
.how-it-works__eyebrow {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.2;
  text-transform: uppercase;
}
.how-it-works__header h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.15rem, 3vw, 3.2rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1;
}
.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
  align-items: start;
  padding-top: 8px;
}
.steps__path {
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 9%;
  width: 82%;
  height: 82px;
  overflow: visible;
}
.steps__path path {
  fill: none;
  stroke: var(--line);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 2 7;
  vector-effect: non-scaling-stroke;
}
.step-card {
  position: relative;
  text-align: center;
  padding-inline: 10px;
}
.step-card__number {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(191, 140, 53, .4);
  border-radius: 50%;
  background: rgba(255,253,248,.72);
  box-shadow: 0 0 0 7px rgba(191, 140, 53, .06);
}
.step-card__number::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: linear-gradient(145deg, #d4a451 0%, #b97c25 100%);
  box-shadow: 0 5px 12px rgba(129, 86, 27, .18);
}
.step-card__number span {
  position: relative;
  z-index: 1;
  color: #fffaf1;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
}
.step-card h3 {
  margin: 0 0 7px;
  color: #292a24;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}
.step-card p {
  width: min(100%, 180px);
  min-height: 3.2em;
  margin: 0 auto;
  color: var(--copy);
  font-size: 12px;
  line-height: 1.5;
}
.how-it-works__animal {
  position: absolute;
  z-index: 1;
  bottom: 0;
  height: auto;
  pointer-events: none;
  user-select: none;
  opacity: .82;
}
.how-it-works__animal--giraffe {
  left: -48px;
  width: clamp(185px, 17vw, 270px);
  transform: translateY(18%);
}
.how-it-works__animal--elephant {
  right: -44px;
  width: clamp(210px, 18vw, 300px);
  transform: translateY(18%);
}

/* ===== Wild awaits CTA ===== */
.wild-cta {
  position: relative;
  isolation: isolate;
  min-height: clamp(330px, 31vw, 510px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: url("assets/how-it-works/wild-awaits.webp") center 52% / cover no-repeat;
}
.wild-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: inherit;
  transform: scale(1.01);
}
.wild-cta__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(22, 13, 7, .04) 0%, rgba(19, 12, 7, .16) 40%, rgba(15, 11, 7, .54) 100%),
    radial-gradient(circle at center, rgba(255,169,62,.08), transparent 42%);
}
.wild-cta__content {
  width: min(100% - 36px, 860px);
  padding: 44px 0 36px;
  text-align: center;
  color: #fff9ee;
}
.wild-cta h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 4.6vw, 5.15rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .98;
  text-shadow: 0 3px 18px rgba(0,0,0,.36);
}
.wild-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4.5vw, 60px);
  margin-top: clamp(28px, 3.2vw, 42px);
}
.wild-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 238px;
  min-height: 54px;
  padding: 13px 24px;
  border: 1px solid rgba(255, 236, 193, .56);
  background: linear-gradient(135deg, #d4a14a 0%, #b97b24 100%);
  box-shadow: 0 10px 24px rgba(45, 23, 8, .26), inset 0 1px 0 rgba(255,255,255,.24);
  color: #fffaf1;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.wild-cta__button:hover,
.wild-cta__button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 14px 30px rgba(45, 23, 8, .34), inset 0 1px 0 rgba(255,255,255,.3);
}
.wild-cta__video {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fffdf8;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 0 2px 8px rgba(0,0,0,.5);
}
.wild-cta__play {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 50%;
  background: rgba(15, 12, 8, .32);
  box-shadow: 0 0 0 6px rgba(255,255,255,.08);
  transition: transform .2s ease, background-color .2s ease;
}
.wild-cta__play svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
  transform: translateX(1px);
}
.wild-cta__video:hover .wild-cta__play,
.wild-cta__video:focus-visible .wild-cta__play {
  transform: scale(1.06);
  background: rgba(191, 130, 43, .72);
}

@media (max-width: 980px) {
  .how-it-works { padding-inline: 22px; }
  .how-it-works__animal--giraffe { left: -75px; width: 220px; opacity: .55; }
  .how-it-works__animal--elephant { right: -78px; width: 245px; opacity: .55; }
  .steps { gap: .75rem; }
  .step-card p { max-width: 160px; }
}

@media (max-width: 760px) {
  .how-it-works {
    padding: 42px 18px 50px;
  }
  .how-it-works__header { margin-bottom: 30px; }
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 20px;
    width: min(100%, 620px);
    margin-inline: auto;
  }
  .steps__path { display: none; }
  .step-card { padding-inline: 6px; }
  .step-card p { max-width: 190px; }
  .how-it-works__animal { opacity: .22; }
  .how-it-works__animal--giraffe { left: -90px; width: 220px; }
  .how-it-works__animal--elephant { right: -100px; width: 250px; }

  .wild-cta { min-height: 420px; background-position: 58% center; }
  .wild-cta__content { padding-block: 54px 44px; }
  .wild-cta__actions { flex-direction: column; gap: 24px; }
  .wild-cta__button { min-width: 230px; }
}

@media (max-width: 520px) {
  .how-it-works { padding: 38px 14px 46px; }
  .how-it-works__header h2 { font-size: clamp(2.15rem, 10.8vw, 3rem); }
  .steps { grid-template-columns: 1fr; gap: 26px; }
  .step-card { max-width: 310px; margin-inline: auto; }
  .step-card__number { width: 58px; height: 58px; margin-bottom: 12px; }
  .step-card__number span { font-size: 25px; }
  .step-card h3 { font-size: 15px; }
  .step-card p { font-size: 12.5px; max-width: 230px; }
  .how-it-works__animal--giraffe { left: -120px; width: 215px; opacity: .12; }
  .how-it-works__animal--elephant { right: -130px; width: 240px; opacity: .12; }

  .wild-cta { min-height: 455px; background-position: 64% center; }
  .wild-cta h2 { font-size: clamp(2.75rem, 12vw, 4rem); }
  .wild-cta__content { width: min(100% - 26px, 520px); }
  .wild-cta__video { font-size: 13px; }
  .wild-cta__play { width: 52px; height: 52px; }
}

/* ===== Safari request CTA ===== */
.safari-request {
  --cta-forest: #1e3323;
  --cta-forest-deep: #16271b;
  --cta-gold: #bd8a36;
  --cta-paper: #faf7f0;
  --cta-ink: #20231e;
  --cta-copy: #5d5a52;
  --cta-line: rgba(71, 66, 56, 0.18);
  position: relative;
  overflow: hidden;
  background: var(--cta-paper);
}

.safari-request__inner {
  display: grid;
  grid-template-columns: minmax(320px, 40%) minmax(0, 60%);
  width: 100%;
  min-height: 650px;
}

.safari-request__intro {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(3rem, 5vw, 6.5rem) clamp(2rem, 4.5vw, 5.5rem);
  background:
    linear-gradient(90deg, rgba(11, 21, 14, 0.38), transparent 42%),
    linear-gradient(135deg, #1a2e20 0%, #263e2a 58%, #1a2d20 100%);
  color: #fffaf0;
}

.safari-request__intro::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -2;
  width: 26%;
  background: url("assets/how-it-works/wild-awaits.webp") 22% center / auto 100% no-repeat;
  opacity: 0.48;
  filter: saturate(0.72) contrast(1.05) brightness(0.7);
}

.safari-request__intro::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 68% 24%, rgba(203, 165, 91, 0.12), transparent 34%),
    repeating-linear-gradient(100deg, rgba(255,255,255,0.012) 0 1px, transparent 1px 7px);
}

.safari-request__intro-content {
  width: min(100%, 470px);
  margin-left: auto;
}

.safari-request__eyebrow,
.safari-request__form-eyebrow {
  margin: 0 0 0.8rem;
  color: var(--cta-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.safari-request__intro h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 4.2vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.safari-request__rule {
  display: block;
  width: 70px;
  height: 3px;
  margin: 1.55rem 0 1.25rem;
  background: linear-gradient(90deg, #d4aa5d 0%, #a76c1b 100%);
}

.safari-request__lead {
  max-width: 390px;
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 0.95rem;
  line-height: 1.7;
}

.safari-request__contacts {
  display: grid;
  gap: 1.15rem;
  margin-top: 2.2rem;
  font-style: normal;
}

.safari-contact {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 0.95rem;
  color: inherit;
  text-decoration: none;
}

.safari-contact__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(207, 169, 96, 0.68);
  background: rgba(255,255,255,0.035);
  color: #d3a759;
}

.safari-contact:first-child .safari-contact__icon {
  background: #5e873c;
  color: #fff;
  border-color: rgba(255,255,255,0.18);
}

.safari-contact__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.safari-contact:first-child .safari-contact__icon svg path:last-child {
  fill: currentColor;
  stroke: none;
}

.safari-contact strong,
.safari-contact small {
  display: block;
}

.safari-contact strong {
  margin-bottom: 0.28rem;
  color: rgba(255,255,255,0.7);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.035em;
}

.safari-contact small {
  overflow-wrap: anywhere;
  color: #fffdf7;
  font-size: 0.96rem;
  line-height: 1.35;
}

.safari-request__form-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3.2rem, 5.2vw, 6rem) clamp(2rem, 7vw, 8.2rem);
  background:
    radial-gradient(circle at 75% 8%, rgba(255,255,255,0.94), transparent 32%),
    linear-gradient(115deg, rgba(255,255,255,0.7), rgba(244,237,225,0.28)),
    url("assets/about/paper-texture.webp") center / 26rem 26rem repeat,
    #faf7f0;
}

.safari-request__form-heading {
  width: min(100%, 590px);
  margin: 0 auto 1.75rem;
}

.safari-request__form-heading h3 {
  margin: 0;
  color: var(--cta-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 2.8vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.safari-request-form {
  width: min(100%, 590px);
  margin-inline: auto;
}

.form-field {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
}

.form-field label {
  color: #34352f;
  font-size: 0.84rem;
  font-weight: 600;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--cta-line);
  border-radius: 0;
  outline: none;
  background: rgba(255,255,255,0.72);
  color: var(--cta-ink);
  font: inherit;
  font-size: 0.93rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.form-field input {
  min-height: 52px;
  padding: 0 1rem;
}

.form-field textarea {
  min-height: 140px;
  padding: 0.95rem 1rem;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #989389;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: rgba(189, 138, 54, 0.92);
  background: #fffdf8;
  box-shadow: 0 0 0 3px rgba(189, 138, 54, 0.13);
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.safari-request-form__submit {
  width: 100%;
  min-height: 54px;
  margin-top: 0.35rem;
  padding: 0.8rem 1.25rem 0.8rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ad7625;
  border-radius: 0;
  background: linear-gradient(135deg, #c99843 0%, #b57925 100%);
  box-shadow: 0 10px 24px rgba(91, 59, 19, 0.18), inset 0 1px 0 rgba(255,255,255,0.2);
  color: #fffdf8;
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}

.safari-request-form__submit svg {
  width: 30px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.safari-request-form__submit:hover,
.safari-request-form__submit:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 14px 28px rgba(91, 59, 19, 0.25), inset 0 1px 0 rgba(255,255,255,0.25);
}

/* ===== Footer ===== */
.site-footer {
  --footer-deep: #102016;
  --footer-main: #172a1d;
  --footer-gold: #c69a4c;
  position: relative;
  overflow: hidden;
  color: rgba(255,255,255,0.78);
  background:
    radial-gradient(circle at 16% 20%, rgba(199, 155, 77, 0.08), transparent 30%),
    linear-gradient(105deg, #0f1e14 0%, #1a2d1e 52%, #102117 100%);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.17;
  background: url("assets/why/section-bg.png") center / cover no-repeat;
  mix-blend-mode: screen;
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
  padding: 4.7rem 0 3.5rem;
  display: grid;
  grid-template-columns: minmax(300px, 1.55fr) minmax(120px, 0.65fr) minmax(230px, 0.95fr) minmax(250px, 1fr);
  gap: clamp(2rem, 4vw, 4.6rem);
}

.footer-logo {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: #fffaf0;
  text-decoration: none;
}

.footer-logo__mark {
  width: 52px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--footer-gold);
}

.footer-logo__mark svg {
  width: 52px;
  height: 42px;
  fill: currentColor;
}

.footer-logo strong,
.footer-logo small {
  display: block;
}

.footer-logo strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 0.92;
}

.footer-logo small {
  margin-top: 0.3rem;
  color: var(--footer-gold);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.site-footer__brand > p {
  max-width: 430px;
  margin: 1.25rem 0 0;
  color: rgba(255,255,255,0.62);
  font-size: 0.83rem;
  line-height: 1.75;
}

.site-footer h3 {
  margin: 0 0 1.25rem;
  color: var(--footer-gold);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__links li + li {
  margin-top: 0.65rem;
}

.site-footer a {
  transition: color 0.18s ease;
}

.site-footer__links a,
.site-footer__contact a,
.site-footer__bottom a {
  color: inherit;
  text-decoration: none;
}

.site-footer__links a:hover,
.site-footer__contact a:hover,
.site-footer__bottom a:hover {
  color: #e4bb71;
}

.site-footer__links a {
  font-size: 0.86rem;
}

.site-footer__contact dl,
.site-footer__contact dd {
  margin: 0;
}

.site-footer__contact dl {
  display: grid;
  gap: 1.1rem;
}

.site-footer__contact dt {
  margin-bottom: 0.3rem;
  color: rgba(255,255,255,0.48);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.site-footer__contact dd {
  overflow-wrap: anywhere;
  color: #fffdf7;
  font-size: 0.86rem;
  line-height: 1.45;
}

.tripadvisor-card {
  display: block;
  padding: 1.25rem;
  border: 1px solid rgba(198, 154, 76, 0.35);
  background: rgba(255,255,255,0.035);
  color: #fff;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.tripadvisor-card:hover,
.tripadvisor-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(198, 154, 76, 0.72);
  background: rgba(255,255,255,0.06);
}

.tripadvisor-card__brand {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 0.8rem;
}

.tripadvisor-card__brand svg {
  width: 54px;
  height: 38px;
  fill: none;
  stroke: #72b954;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tripadvisor-card__brand strong,
.tripadvisor-card__brand small {
  display: block;
}

.tripadvisor-card__brand strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.tripadvisor-card__brand small {
  margin-top: 0.2rem;
  color: rgba(255,255,255,0.55);
  font-size: 0.68rem;
  line-height: 1.35;
}

.tripadvisor-card__dots {
  display: flex;
  gap: 5px;
  margin: 1rem 0 0.85rem;
}

.tripadvisor-card__dots i {
  width: 13px;
  height: 13px;
  border: 2px solid #52aa6b;
  border-radius: 50%;
}

.tripadvisor-card__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255,255,255,0.09);
  color: rgba(255,255,255,0.76);
  font-size: 0.74rem;
}

.tripadvisor-card__cta b {
  color: var(--footer-gold);
  font-size: 1.05rem;
}

.site-footer__bottom {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
  padding: 1.15rem 0 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.09);
  color: rgba(255,255,255,0.42);
  font-size: 0.7rem;
}

.site-footer__bottom p {
  margin: 0;
}

.site-footer__bottom div {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

@media (max-width: 1050px) {
  .safari-request__inner {
    grid-template-columns: minmax(300px, 42%) minmax(0, 58%);
  }

  .safari-request__intro,
  .safari-request__form-panel {
    padding-inline: 2.3rem;
  }

  .site-footer__inner {
    grid-template-columns: 1.4fr 0.7fr 1fr;
  }

  .site-footer__tripadvisor {
    grid-column: 1 / -1;
    width: min(100%, 420px);
  }
}

@media (max-width: 800px) {
  .safari-request__inner {
    grid-template-columns: 1fr;
  }

  .safari-request__intro {
    min-height: 520px;
    padding: 4rem clamp(1.5rem, 7vw, 4rem);
  }

  .safari-request__intro-content {
    margin-left: 0;
  }

  .safari-request__intro::before {
    width: 34%;
    opacity: 0.34;
  }

  .safari-request__form-panel {
    padding: 4rem clamp(1.4rem, 7vw, 4rem);
  }

  .site-footer__inner {
    width: min(100% - 40px, 720px);
    grid-template-columns: 1.3fr 0.7fr;
  }

  .site-footer__contact {
    grid-column: 1 / 2;
  }

  .site-footer__tripadvisor {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .site-footer__bottom {
    width: min(100% - 40px, 720px);
  }
}

@media (max-width: 560px) {
  .safari-request__intro {
    min-height: 0;
    padding: 3.3rem 1.35rem;
  }

  .safari-request__intro::before {
    width: 42%;
    opacity: 0.25;
  }

  .safari-request__intro h2 {
    font-size: clamp(3rem, 14vw, 4rem);
  }

  .safari-request__lead {
    font-size: 0.9rem;
  }

  .safari-contact {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .safari-contact__icon {
    width: 44px;
    height: 44px;
  }

  .safari-request__form-panel {
    padding: 3.3rem 1.25rem 3.8rem;
  }

  .safari-request__form-heading h3 {
    font-size: 2.15rem;
  }

  .site-footer__inner {
    width: min(100% - 32px, 470px);
    padding: 3.6rem 0 2.8rem;
    grid-template-columns: 1fr;
    gap: 2.6rem;
  }

  .site-footer__contact,
  .site-footer__tripadvisor {
    grid-column: auto;
    grid-row: auto;
  }

  .site-footer__tripadvisor {
    width: 100%;
  }

  .site-footer__bottom {
    width: min(100% - 32px, 470px);
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===== Approved Luxury Footer — final implementation ===== */
.site-footer {
  --footer-bg: #102218;
  --footer-bg-deep: #0b1a11;
  --footer-gold: #c59645;
  --footer-green: #49b96c;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.88);
  background:
    radial-gradient(circle at 49% 28%, rgba(61, 91, 66, 0.28), transparent 42%),
    linear-gradient(110deg, #0c1d13 0%, #172d1e 50%, #0d1e14 100%);
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("assets/why/section-bg.png") center / cover no-repeat;
  opacity: 0.26;
  mix-blend-mode: screen;
}
.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.18), transparent 19%, transparent 81%, rgba(0,0,0,.18)),
    repeating-radial-gradient(ellipse at 0 0, rgba(255,255,255,.018) 0 .7px, transparent 1px 5px);
}
.site-footer__decor {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}
.site-footer__main {
  position: relative;
  z-index: 2;
  width: min(1450px, calc(100% - 80px));
  margin-inline: auto;
  padding: clamp(5.2rem, 6.4vw, 7.25rem) 0 clamp(4.6rem, 5.8vw, 6.4rem);
  display: grid;
  grid-template-columns: minmax(310px, 1.32fr) minmax(290px, 1.08fr) minmax(190px, .72fr) minmax(300px, 1.22fr);
  align-items: start;
}
.footer-brand,
.footer-review-offers,
.footer-info {
  min-height: 480px;
  border-right: 1px solid rgba(197, 150, 69, 0.22);
}
.footer-brand { padding-right: clamp(2.5rem, 4vw, 5rem); }
.footer-review-offers { padding: 1.1rem clamp(2.2rem, 3.4vw, 4.2rem) 0; }
.footer-info { padding: 0 clamp(2.1rem, 3vw, 3.8rem); }
.footer-contact { padding-left: clamp(2.4rem, 3.5vw, 4.4rem); }
.footer-brand__dove {
  width: 92px;
  height: 70px;
  margin-bottom: .65rem;
  color: var(--footer-gold);
}
.footer-brand__dove svg { width: 100%; height: 100%; fill: currentColor; }
.footer-brand h2 {
  margin: 0;
  color: #fffdf5;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.25rem, 4vw, 4.35rem);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: .98;
}
.footer-heading-rule {
  display: block;
  width: 46px;
  height: 2px;
  margin: 1.25rem 0 1.7rem;
  background: var(--footer-gold);
}
.footer-brand p {
  max-width: 360px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(.94rem, 1.03vw, 1.08rem);
  line-height: 1.7;
}
.tripadvisor-summary {
  display: block;
  color: #fff;
  text-decoration: none;
}
.tripadvisor-summary__heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fffdf8;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 2.05vw, 2.15rem);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.tripadvisor-summary__icon {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--footer-green);
  color: #07150d;
  box-shadow: 0 7px 20px rgba(0,0,0,.16);
}
.tripadvisor-summary__icon svg {
  width: 39px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tripadvisor-stars {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1.7rem;
}
.tripadvisor-stars > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--footer-green);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}
.tripadvisor-stars svg { width: 23px; height: 23px; fill: currentColor; }
.tripadvisor-summary:hover .tripadvisor-summary__icon,
.tripadvisor-summary:focus-visible .tripadvisor-summary__icon,
.tripadvisor-summary:hover .tripadvisor-stars > span,
.tripadvisor-summary:focus-visible .tripadvisor-stars > span {
  filter: brightness(1.08);
}
.special-offers-badge {
  position: relative;
  width: min(250px, 100%);
  aspect-ratio: 260 / 250;
  margin: 2.25rem auto 0;
  display: grid;
  place-items: center;
  color: var(--footer-gold);
  text-decoration: none;
  transition: transform .22s ease, filter .22s ease;
}
.special-offers-badge:hover,
.special-offers-badge:focus-visible { transform: translateY(-4px); filter: brightness(1.08); }
.special-offers-badge__frame { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; }
.special-offers-badge__frame path:nth-child(2) { stroke-width: .8; stroke-dasharray: 2.5 2.5; opacity: .82; }
.special-offers-badge__copy { position: relative; top: 18px; display: grid; justify-items: center; line-height: .9; }
.special-offers-badge__copy strong {
  color: #fffdf8;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 2.8vw, 2.8rem);
  font-weight: 500;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.special-offers-badge__copy em {
  margin-top: .45rem;
  color: var(--footer-gold);
  font-family: "Nothing You Could Do", cursive;
  font-size: clamp(2.35rem, 3.2vw, 3.25rem);
  font-style: normal;
  transform: rotate(-3deg);
}
.footer-info h3 {
  margin: 0;
  color: #fffdf8;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.35rem, 3vw, 3.15rem);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1;
  text-transform: none;
}
.footer-info .footer-heading-rule { margin-top: 1rem; margin-bottom: 1.75rem; }
.footer-info ul { margin: 0; padding: 0; list-style: none; }
.footer-info li + li { margin-top: 1.3rem; }
.footer-info a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 2rem;
  color: rgba(255,255,255,.88);
  font-size: 1.08rem;
  text-decoration: none;
}
.footer-info a::before {
  content: "›";
  position: absolute;
  left: 0;
  top: -.14em;
  color: var(--footer-gold);
  font-family: Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}
.footer-info a:hover,
.footer-info a:focus-visible { color: #e7bc72; transform: translateX(3px); }
.footer-contact__item { padding-bottom: 2rem; }
.footer-contact__item + .footer-contact__item { padding-top: 1.9rem; border-top: 1px solid rgba(197,150,69,.2); }
.footer-contact__item h3 {
  margin: 0 0 1rem;
  color: var(--footer-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.footer-contact__item a,
.footer-contact__value {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fffdf8;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 1.7vw, 1.75rem);
  line-height: 1.25;
  text-decoration: none;
}
.footer-contact__item:nth-child(2) a { font-family: "Inter", Arial, sans-serif; font-size: clamp(.88rem, 1.05vw, 1rem); overflow-wrap: anywhere; }
.footer-contact__icon { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; color: var(--footer-gold); }
.footer-contact__icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.footer-contact__item a:hover,
.footer-contact__item a:focus-visible { color: #e8bc72; }
.site-footer__bottom {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 108px;
  margin: 0;
  padding: 1.5rem max(4vw, 42px);
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(380px, 1.15fr) minmax(260px, 1fr);
  align-items: center;
  gap: 2rem;
  border-top: 1px solid rgba(197,150,69,.62);
  color: rgba(255,255,255,.86);
  font-size: .9rem;
}
.footer-copyright { display: flex; align-items: center; gap: 1rem; }
.footer-copyright p,
.footer-tagline,
.footer-powered { margin: 0; }
.footer-copyright__dove { width: 64px; height: 48px; color: var(--footer-gold); }
.footer-copyright__dove svg { width: 100%; height: 100%; fill: currentColor; }
.footer-tagline {
  color: var(--footer-gold);
  font-family: "Nothing You Could Do", cursive;
  font-size: clamp(1.25rem, 1.65vw, 1.65rem);
  text-align: center;
  white-space: nowrap;
}
.footer-tagline span { display: inline-block; margin-left: .5rem; font-size: 2rem; vertical-align: middle; }
.footer-powered { text-align: right; }
.footer-powered a { color: var(--footer-gold); text-decoration: none; }
.footer-powered a:hover,
.footer-powered a:focus-visible { color: #e8bd70; }

@media (max-width: 1180px) {
  .site-footer__main {
    width: min(980px, calc(100% - 56px));
    grid-template-columns: 1.15fr 1fr;
    row-gap: 3.5rem;
  }
  .footer-brand, .footer-review-offers, .footer-info { min-height: 0; }
  .footer-review-offers { border-right: 0; }
  .footer-info { padding-left: 0; }
  .footer-brand, .footer-info { border-right: 1px solid rgba(197,150,69,.22); }
  .footer-contact { padding-left: clamp(2.4rem, 4vw, 4rem); }
  .site-footer__bottom { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: .8rem; padding-block: 1.5rem; }
  .footer-powered { text-align: center; }
}
@media (max-width: 700px) {
  .site-footer__main {
    width: min(100% - 34px, 520px);
    padding: 4rem 0 3.4rem;
    grid-template-columns: 1fr;
    row-gap: 2.7rem;
  }
  .footer-brand, .footer-review-offers, .footer-info, .footer-contact {
    padding: 0 0 2.7rem;
    border-right: 0;
    border-bottom: 1px solid rgba(197,150,69,.22);
  }
  .footer-contact { border-bottom: 0; padding-bottom: 0; }
  .footer-brand p { max-width: 100%; }
  .footer-review-offers { padding-inline: 0; }
  .tripadvisor-summary__heading { font-size: 1.65rem; white-space: normal; }
  .special-offers-badge { width: 230px; margin-left: 0; }
  .footer-info li + li { margin-top: 1rem; }
  .site-footer__bottom { padding-inline: 1.1rem; }
  .footer-copyright { flex-direction: column; gap: .35rem; text-align: center; }
  .footer-tagline { white-space: normal; line-height: 1.4; }
}

/* ===== Complete site shell, header and hero ===== */
:root {
  --site-forest: #183021;
  --site-forest-deep: #0f2016;
  --site-gold: #c59645;
  --site-cream: #fbf6eb;
  --site-header-height: 86px;
}
.skip-link {
  position: fixed;
  z-index: 9999;
  left: 1rem;
  top: -5rem;
  padding: .8rem 1rem;
  background: #fff;
  color: #13241a;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
  transition: top .18s ease;
}
.skip-link:focus { top: 1rem; }
.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  transition: background-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled,
body.menu-open .site-header {
  background: rgba(13, 29, 19, .93);
  box-shadow: 0 10px 30px rgba(0,0,0,.16);
  backdrop-filter: blur(14px);
}
.site-header__inner {
  width: min(1360px, calc(100% - 64px));
  min-height: var(--site-header-height);
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2.25rem;
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.site-logo {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  color: inherit;
  text-decoration: none;
}
.site-logo__mark {
  width: 48px;
  height: 38px;
  color: #d0a454;
}
.site-logo__mark svg { width: 100%; height: 100%; fill: currentColor; }
.site-logo__text strong,
.site-logo__text small { display: block; }
.site-logo__text strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: .85;
  letter-spacing: .02em;
}
.site-logo__text small {
  margin-top: .32rem;
  color: #d0a454;
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .35em;
  text-transform: uppercase;
}
.primary-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.1rem, 2.2vw, 2.5rem);
}
.primary-nav a {
  position: relative;
  color: rgba(255,255,255,.88);
  font-size: .78rem;
  font-weight: 500;
  text-decoration: none;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.55rem;
  height: 1px;
  background: #d1a657;
  transition: right .2s ease;
}
.primary-nav a:hover,
.primary-nav a:focus-visible { color: #fff; }
.primary-nav a:hover::after,
.primary-nav a:focus-visible::after { right: 0; }
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .75rem 1.15rem;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(135deg, #d0a04c, #b77c29);
  box-shadow: 0 8px 24px rgba(84,53,15,.2);
  color: #fff;
  font-size: .76rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .18s ease, filter .18s ease;
}
.header-cta:hover,
.header-cta:focus-visible { transform: translateY(-2px); filter: brightness(1.07); }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.04);
  color: #fff;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.menu-toggle span + span { margin-top: 6px; }
body.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(720px, 86vh, 900px);
  overflow: visible;
  color: #fff;
  background: #101b13;
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("assets/hero/hero-safari.webp") center center / cover no-repeat;
  transform: scale(1.001);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7,14,9,.86) 0%, rgba(7,14,9,.63) 36%, rgba(7,14,9,.23) 65%, rgba(7,14,9,.28) 100%),
    linear-gradient(180deg, rgba(5,10,7,.45) 0%, transparent 26%, transparent 68%, rgba(5,10,7,.66) 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 72% 25%, rgba(210,157,65,.17), transparent 33%);
}
.hero__inner {
  width: min(1360px, calc(100% - 64px));
  min-height: clamp(720px, 86vh, 900px);
  margin-inline: auto;
  padding: calc(var(--site-header-height) + 7rem) 0 8.5rem;
  display: grid;
  grid-template-columns: minmax(0, 760px) 1fr;
  align-items: center;
  gap: 3rem;
}
.hero__content { max-width: 760px; }
.hero__eyebrow {
  margin: 0 0 1.25rem;
  color: #d2a453;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.hero__eyebrow span { margin-inline: .55rem; color: rgba(255,255,255,.5); }
.hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.25rem, 6.5vw, 7.3rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .84;
  text-shadow: 0 7px 32px rgba(0,0,0,.22);
}
.hero h1 em { color: #d7ac62; font-style: normal; }
.hero__lead {
  max-width: 620px;
  margin: 2rem 0 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(.98rem, 1.2vw, 1.16rem);
  line-height: 1.65;
}
.hero__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.25rem;
}
.hero__primary,
.hero__secondary {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .82rem;
  font-weight: 600;
  text-decoration: none;
}
.hero__primary {
  min-width: 174px;
  padding: .9rem 1.4rem;
  background: linear-gradient(135deg, #d1a04b, #b77c29);
  box-shadow: 0 12px 30px rgba(74,46,12,.28);
}
.hero__secondary {
  gap: .75rem;
  padding: .7rem 1rem;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(8,16,11,.18);
  backdrop-filter: blur(5px);
}
.hero__play {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 50%;
}
.hero__play svg { width: 14px; height: 14px; fill: currentColor; }
.hero__primary:hover,
.hero__primary:focus-visible,
.hero__secondary:hover,
.hero__secondary:focus-visible { filter: brightness(1.08); transform: translateY(-2px); }
.hero-note {
  justify-self: end;
  align-self: start;
  width: 132px;
  margin-top: calc(var(--site-header-height) + 1rem);
  padding: 1.2rem 1rem 1.3rem;
  border-left: 1px solid rgba(205,160,81,.48);
  background: linear-gradient(180deg, rgba(16,35,23,.72), rgba(16,35,23,.32));
  color: rgba(255,255,255,.78);
  text-align: center;
  backdrop-filter: blur(8px);
}
.hero-note__dove {
  width: 36px;
  height: 28px;
  margin: 0 auto .7rem;
  color: #c99b4b;
}
.hero-note__dove svg { width: 100%; height: 100%; fill: currentColor; }
.hero-note p { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: .95rem; line-height: 1.35; }

.safari-finder {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: -46px;
  width: min(1240px, calc(100% - 80px));
  min-height: 92px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  align-items: stretch;
  padding: .85rem;
  background: linear-gradient(135deg, rgba(26,49,32,.98), rgba(18,37,24,.98));
  box-shadow: 0 16px 36px rgba(0,0,0,.28);
  color: #fff;
}
.safari-finder__field {
  min-width: 0;
  padding: .2rem 1rem;
  border-right: 1px solid rgba(255,255,255,.13);
}
.safari-finder__field > span {
  display: block;
  margin-bottom: .45rem;
  color: #cda154;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.safari-finder select,
.safari-finder input {
  width: 100%;
  min-height: 34px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: rgba(255,255,255,.86);
  font: inherit;
  font-size: .77rem;
}
.safari-finder input { color-scheme: dark; }
.safari-finder select option { color: #17291d; background: #fff; }
.safari-finder button {
  min-width: 150px;
  border: 0;
  background: linear-gradient(135deg, #d1a04b, #b77c29);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: .8rem;
  font-weight: 600;
}
.hero + .destinations .destinations__inner { padding-top: 112px; }

.form-status { display: none; margin: 0 0 1rem; padding: .85rem 1rem; font-size: .85rem; line-height: 1.5; }
.form-status.is-success { display: block; border: 1px solid rgba(51,126,76,.38); background: rgba(51,126,76,.09); color: #235a35; }
.form-status.is-error { display: block; border: 1px solid rgba(168,61,48,.34); background: rgba(168,61,48,.08); color: #8b3026; }

@media (max-width: 1080px) {
  .site-header__inner { width: min(100% - 40px, 980px); grid-template-columns: auto 1fr auto; }
  .primary-nav { gap: 1.15rem; }
  .primary-nav a { font-size: .72rem; }
  .hero__inner { width: min(100% - 48px, 980px); grid-template-columns: minmax(0, 720px) auto; }
  .safari-finder { width: min(100% - 48px, 980px); }
}
@media (max-width: 900px) {
  :root { --site-header-height: 74px; }
  .site-header__inner { min-height: var(--site-header-height); grid-template-columns: auto 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .primary-nav {
    position: fixed;
    top: var(--site-header-height);
    left: 0;
    right: 0;
    display: grid;
    justify-content: stretch;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    background: rgba(13,29,19,.98);
    opacity: 0;
    visibility: hidden;
    transition: max-height .3s ease, opacity .2s ease, visibility .2s ease;
  }
  body.menu-open .primary-nav { max-height: 440px; opacity: 1; visibility: visible; }
  .primary-nav a { padding: 1rem 1.5rem; border-top: 1px solid rgba(255,255,255,.08); font-size: .9rem; }
  .primary-nav a::after { display: none; }
  .hero__inner { grid-template-columns: 1fr; align-items: center; padding-top: calc(var(--site-header-height) + 5rem); }
  .hero-note { display: none; }
  .safari-finder { grid-template-columns: repeat(2,minmax(0,1fr)); bottom: -136px; }
  .safari-finder__field:nth-child(2) { border-right: 0; }
  .safari-finder button { min-height: 52px; grid-column: 1 / -1; margin-top: .5rem; }
  .hero + .destinations .destinations__inner { padding-top: 205px; }
}
@media (max-width: 620px) {
  .site-header__inner { width: calc(100% - 28px); }
  .site-logo__mark { width: 42px; height: 34px; }
  .site-logo__text strong { font-size: 1.25rem; }
  .hero { min-height: 720px; }
  .hero__inner { min-height: 720px; width: calc(100% - 30px); padding: calc(var(--site-header-height) + 4rem) 0 11rem; align-items: start; }
  .hero__media { background-position: 68% center; }
  .hero::before { background: linear-gradient(90deg, rgba(7,14,9,.82), rgba(7,14,9,.46)), linear-gradient(180deg, rgba(5,10,7,.45), transparent 42%, rgba(5,10,7,.72)); }
  .hero__eyebrow { font-size: .58rem; letter-spacing: .17em; line-height: 1.6; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 5.2rem); line-height: .88; }
  .hero__lead { margin-top: 1.5rem; font-size: .95rem; line-height: 1.6; }
  .hero__actions { align-items: stretch; flex-direction: column; width: min(100%, 280px); }
  .hero__primary, .hero__secondary { width: 100%; }
  .safari-finder { bottom: -310px; width: calc(100% - 30px); grid-template-columns: 1fr; padding: .65rem; }
  .safari-finder__field { padding: .6rem .8rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .safari-finder button { grid-column: auto; margin-top: .65rem; min-height: 50px; }
  .hero + .destinations .destinations__inner { padding-top: 365px; }
}

/* ========================================================================== 
   FINAL SITE INTEGRATION OVERRIDES — uniform typography, corrected flow,
   modern giraffe hero, visible story content and reusable country pages.
   ========================================================================== */
:root {
  --brand-forest: #1d3524;
  --brand-forest-deep: #12271a;
  --brand-gold: #b9852f;
  --brand-gold-light: #d9ad5f;
  --brand-paper: #f7f3ea;
  --brand-ink: #1e281f;
  --brand-copy: #55574f;
  --site-header-height: 82px;
}

body, button, input, select, textarea { font-family: "Inter", Arial, sans-serif; }
h1, h2, h3, h4, h5, h6,
.hero h1, .story-section__title, .destinations__title, .journeys__title,
.journey-card__title, .why-travel-header h2, .how-it-works__header h2,
.wild-cta h2, .safari-request__intro h2, .site-footer h2, .site-footer h3,
.country-hero h1, .country-intro h2, .country-card h2, .detail-heading h1,
.detail-booking h2, .detail-section h2 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

h1, h2, h3, p, a, span { overflow-wrap: anywhere; }
section { scroll-margin-top: calc(var(--site-header-height) + 18px); }

/* Header is light, stable and uniform on every page. */
.site-header {
  position: sticky !important;
  top: 0;
  z-index: 1000;
  background: rgba(255, 253, 248, .97) !important;
  color: var(--brand-ink) !important;
  border-bottom: 1px solid rgba(35, 48, 36, .11);
  box-shadow: 0 10px 30px rgba(24, 37, 27, .06);
  backdrop-filter: blur(16px);
}
.site-header.is-scrolled, body.menu-open .site-header { background: rgba(255,253,248,.985) !important; }
.site-header__inner { width: min(1380px, calc(100% - 48px)); min-height: var(--site-header-height); }
.site-logo, .primary-nav a { color: var(--brand-ink) !important; }
.site-logo__mark { color: var(--brand-gold) !important; }
.primary-nav { gap: clamp(1rem, 1.8vw, 2rem); }
.primary-nav a { font-size: .79rem; white-space: nowrap; }
.primary-nav a::after { background: var(--brand-gold) !important; }
.header-cta { background: var(--brand-gold) !important; color: #fff !important; border-color: var(--brand-gold) !important; }
.menu-toggle span { background: var(--brand-ink) !important; }

/* Hero: editorial left panel + giraffe/acacia visual with a visible dove. */
.hero.hero--giraffe {
  position: relative;
  min-height: auto !important;
  overflow: visible;
  color: var(--brand-ink);
  background:
    radial-gradient(circle at 16% 32%, rgba(219, 174, 90, .13), transparent 28%),
    linear-gradient(115deg, #fbf8f1 0%, #f3ede1 45%, #e9ddc7 100%);
  padding: 0 0 44px;
}
.hero.hero--giraffe::before,
.hero.hero--giraffe::after,
.hero.hero--giraffe .hero__media,
.hero.hero--giraffe .hero-note { display: none !important; }
.hero__shell {
  width: min(1480px, 100%);
  min-height: clamp(610px, 72vh, 790px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  align-items: stretch;
}
.hero.hero--giraffe .hero__content {
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4.3rem, 8vw, 8.2rem) clamp(2.2rem, 6vw, 7rem) clamp(5.2rem, 8vw, 7.5rem);
  position: relative;
  z-index: 3;
}
.hero.hero--giraffe .hero__eyebrow {
  margin: 0 0 1.3rem;
  color: #8f6825;
  font-size: clamp(.64rem, .78vw, .78rem);
  letter-spacing: .2em;
  line-height: 1.45;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: none;
}
.hero.hero--giraffe .hero__eyebrow span { color: rgba(143, 104, 37, .5); }
.hero.hero--giraffe h1 {
  margin: 0;
  max-width: 9.2ch;
  color: #183021;
  font-size: clamp(4.2rem, 6.2vw, 7.2rem);
  line-height: .84;
  letter-spacing: -.052em;
  font-weight: 500;
  text-shadow: none;
}
.hero.hero--giraffe h1 em { color: var(--brand-gold); font-style: normal; }
.hero.hero--giraffe .hero__lead {
  max-width: 570px;
  margin: 1.75rem 0 0;
  color: #50554e;
  font-size: clamp(.96rem, 1.15vw, 1.12rem);
  line-height: 1.72;
  text-shadow: none;
}
.hero.hero--giraffe .hero__actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .85rem; }
.hero.hero--giraffe .hero__primary,
.hero.hero--giraffe .hero__secondary {
  min-height: 52px;
  padding: .85rem 1.45rem;
  border: 1px solid var(--brand-gold);
  border-radius: 0;
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.hero.hero--giraffe .hero__primary { background: var(--brand-gold); color: #fff; box-shadow: 0 12px 28px rgba(117, 77, 18, .18); }
.hero.hero--giraffe .hero__secondary { background: rgba(255,255,255,.58); color: var(--brand-forest); }
.hero.hero--giraffe .hero__primary:hover,
.hero.hero--giraffe .hero__secondary:hover { transform: translateY(-2px); }
.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1.35rem;
  margin-top: 2rem;
  color: #5a6058;
  font-size: .72rem;
  font-weight: 600;
}
.hero__trust span { position: relative; padding-left: 16px; }
.hero__trust span::before { content: ""; position: absolute; left: 0; top: .43em; width: 7px; height: 7px; border-radius: 50%; background: var(--brand-gold); }
.hero__visual { position: relative; min-height: 610px; overflow: hidden; background: #cab88f; }
.hero__visual::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 22%;
  background: linear-gradient(90deg, #f3ede1 0%, rgba(243,237,225,.72) 38%, transparent 100%);
  pointer-events: none;
}
.hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(14, 31, 20, .02), transparent 58%, rgba(14, 31, 20, .18));
  pointer-events: none;
}
.hero__visual > img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; object-position: 51% center; filter: saturate(.94) contrast(1.02); }
.hero__dove {
  position: absolute;
  z-index: 4;
  top: 9%;
  left: 10%;
  width: clamp(84px, 10vw, 150px);
  color: rgba(255,255,255,.97);
  filter: drop-shadow(0 10px 14px rgba(31, 40, 31, .22));
  transform: rotate(-8deg);
}
.hero__dove svg { width: 100%; height: auto; fill: currentColor; }
.hero__seal {
  position: absolute;
  z-index: 4;
  right: clamp(1rem, 3vw, 3rem);
  bottom: clamp(1rem, 3vw, 2.5rem);
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  color: #fff;
  background: rgba(24, 48, 32, .38);
  backdrop-filter: blur(5px);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: .94rem;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.hero.hero--giraffe .safari-finder {
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  z-index: 12;
  width: min(1180px, calc(100% - 48px));
  margin: -44px auto 0;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  background: linear-gradient(135deg, #233d2a, #172c1e);
  box-shadow: 0 22px 46px rgba(17, 31, 21, .24);
}
.hero.hero--giraffe .safari-finder input,
.hero.hero--giraffe .safari-finder select { color-scheme: dark; }

/* Correct section flow after the finder. */
.homepage > section { position: relative; }
.homepage > .story-section { border-top: 0; }

/* About section: image, inset and button remain fully visible. */
.story-section {
  height: auto !important;
  min-height: 690px;
  overflow: visible !important;
  grid-template-columns: minmax(0, 51%) minmax(0, 49%);
  padding: clamp(3.5rem, 5vw, 5.5rem) 0;
}
.story-section__media { height: auto !important; min-height: 570px; margin: 0 0 0 clamp(.9rem, 2vw, 2rem); overflow: visible !important; }
.story-section__media picture:first-child { height: 100%; }
.story-section__main-image { min-height: 570px; }
.story-section__inset { right: -1.6rem; bottom: 2.2rem; width: min(46%, 330px); z-index: 8; }
.story-section__content { height: auto !important; min-height: 570px; padding: clamp(2.8rem, 4.4vw, 5rem) clamp(2.2rem, 5.2vw, 6.2rem); align-items: center; overflow: visible; }
.story-section__copy { z-index: 6; }
.story-section__title { max-width: 12.4ch; font-size: clamp(3.4rem, 4.5vw, 5.5rem); line-height: .94; }
.story-section__text { max-width: 620px; font-size: clamp(.95rem, 1.05vw, 1.12rem); }
.story-section__button { position: relative; z-index: 10; visibility: visible !important; opacity: 1 !important; }
.story-section__stamp { z-index: 1; opacity: .22; }

/* Uniform headings and copy across the homepage. */
.destinations__title, .journeys__title, .why-travel-header h2,
.how-it-works__header h2, .wild-cta h2, .safari-request__intro h2 {
  letter-spacing: -.035em;
  text-wrap: balance;
}
.journey-card__title { font-family: "Cormorant Garamond", Georgia, serif; }
.journey-card__description, .destination-card p, .feature-card p,
.step-card p, .safari-request__lead { overflow-wrap: normal; word-break: normal; }
.feature-card h3 { overflow-wrap: normal; }

/* Shared country listing pages. */
.subpage { background: var(--brand-paper); color: var(--brand-ink); }
.country-hero {
  position: relative;
  min-height: 350px;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--brand-forest-deep);
  color: #fff;
  text-align: center;
}
.country-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--country-image) center/cover no-repeat; opacity: .52; filter: saturate(.8); }
.country-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(13,29,18,.38), rgba(13,29,18,.82)); }
.country-hero__inner { width: min(100% - 36px, 1040px); padding: 4.5rem 1rem; }
.country-hero__eyebrow { margin: 0 0 .8rem; color: var(--brand-gold-light); font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.country-hero h1 { margin: 0; font-size: clamp(3.5rem, 7vw, 6.5rem); line-height: .88; font-weight: 500; letter-spacing: -.045em; }
.country-hero p { max-width: 720px; margin: 1.15rem auto 0; color: rgba(255,255,255,.83); font-size: clamp(.92rem, 1.2vw, 1.08rem); line-height: 1.65; }
.breadcrumbs { margin-top: 1.1rem; font-size: .72rem; color: rgba(255,255,255,.7); }
.breadcrumbs a { color: inherit; text-decoration: none; }
.country-listing { padding: clamp(4rem, 7vw, 7rem) clamp(1rem, 4vw, 4rem); background: #faf7f0; }
.country-intro { width: min(100%, 860px); margin: 0 auto clamp(2.7rem, 5vw, 4.5rem); text-align: center; }
.country-intro__eyebrow { margin: 0 0 .7rem; color: var(--brand-gold); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.country-intro h2 { margin: 0; font-size: clamp(2.6rem, 4.8vw, 4.7rem); line-height: .95; font-weight: 500; letter-spacing: -.035em; }
.country-intro p { max-width: 720px; margin: 1.2rem auto 0; color: var(--brand-copy); line-height: 1.72; }
.country-grid { width: min(100%, 1180px); margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.country-card { min-width: 0; display: grid; grid-template-rows: 290px 1fr; background: #fffdf8; border: 1px solid rgba(40,52,41,.13); box-shadow: 0 13px 32px rgba(28,37,29,.08); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.country-card:hover { transform: translateY(-5px); box-shadow: 0 22px 42px rgba(28,37,29,.14); }
.country-card__image { display: block; overflow: hidden; }
.country-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.country-card:hover .country-card__image img { transform: scale(1.035); }
.country-card__body { display: flex; flex-direction: column; padding: 1.35rem 1.4rem 1.45rem; }
.country-card__meta { display: flex; justify-content: space-between; gap: 1rem; color: var(--brand-gold); font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.country-card h2 { margin: .65rem 0 0; font-size: clamp(1.9rem, 3vw, 2.7rem); line-height: .98; font-weight: 500; }
.country-card p { margin: .9rem 0 1.25rem; color: var(--brand-copy); line-height: 1.62; font-size: .91rem; }
.country-card__link { margin-top: auto; display: inline-flex; align-items: center; justify-content: space-between; min-height: 46px; padding: .75rem 1rem; background: var(--brand-forest); color: #fff; text-decoration: none; font-size: .82rem; font-weight: 700; }
.country-card__link span:last-child { color: var(--brand-gold-light); font-size: 1.2rem; }

/* Shared safari detail pages. */
.detail-page { background: #faf7f0; color: var(--brand-ink); }
.detail-heading { width: min(100% - 36px, 1180px); margin: 0 auto; padding: clamp(3rem, 6vw, 5.5rem) 0 2.2rem; }
.detail-heading .breadcrumbs { color: #77766f; margin: 0 0 1.2rem; }
.detail-heading h1 { margin: 0; max-width: 900px; font-size: clamp(3.2rem, 6vw, 6.2rem); line-height: .88; font-weight: 500; letter-spacing: -.05em; }
.detail-heading__lead { max-width: 780px; margin: 1.3rem 0 0; color: var(--brand-copy); font-size: clamp(.96rem, 1.2vw, 1.1rem); line-height: 1.7; }
.detail-facts { width: min(100% - 36px, 1180px); margin: 0 auto 2rem; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-block: 1px solid rgba(45,57,46,.14); }
.detail-fact { padding: 1.25rem; text-align: center; }
.detail-fact + .detail-fact { border-left: 1px solid rgba(45,57,46,.14); }
.detail-fact small { display: block; color: #807765; font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.detail-fact strong { display: block; margin-top: .4rem; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.45rem; font-weight: 600; }
.detail-layout { width: min(100% - 36px, 1180px); margin: 0 auto; padding-bottom: clamp(4rem, 7vw, 7rem); display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .75fr); gap: 2rem; align-items: start; }
.detail-gallery { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .8rem; }
.detail-gallery__main { grid-column: 1/-1; aspect-ratio: 1.7/1; }
.detail-gallery figure { margin: 0; overflow: hidden; background: #d6cab5; }
.detail-gallery figure:not(.detail-gallery__main) { aspect-ratio: 1.15/1; }
.detail-gallery img { width: 100%; height: 100%; object-fit: cover; }
.detail-section { margin-top: 2rem; padding: 2rem; background: #fffdf8; border: 1px solid rgba(45,57,46,.12); }
.detail-section h2 { margin: 0 0 .9rem; font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1; font-weight: 500; }
.detail-section p { margin: 0; color: var(--brand-copy); line-height: 1.75; }
.detail-booking { position: sticky; top: calc(var(--site-header-height) + 20px); padding: 1.8rem; background: #fffdf8; border: 1px solid rgba(45,57,46,.13); box-shadow: 0 18px 40px rgba(31,42,33,.1); }
.detail-booking__eyebrow { margin: 0 0 .55rem; color: var(--brand-gold); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.detail-booking h2 { margin: 0; font-size: 2.35rem; line-height: .98; font-weight: 500; }
.detail-booking p { color: var(--brand-copy); line-height: 1.65; }
.detail-includes { margin: 1.2rem 0 1.45rem; padding: 0; list-style: none; }
.detail-includes li { position: relative; padding-left: 1.4rem; font-size: .88rem; line-height: 1.7; }
.detail-includes li::before { content: "✓"; position: absolute; left: 0; color: #2d7142; font-weight: 800; }
.detail-booking__button { display: flex; align-items: center; justify-content: center; min-height: 50px; padding: .85rem 1rem; background: var(--brand-gold); color: #fff; text-decoration: none; font-weight: 700; font-size: .86rem; }

@media (max-width: 1080px) {
  .site-header__inner { width: min(100% - 32px, 980px); }
  .primary-nav { gap: 1rem; }
  .primary-nav a { font-size: .72rem; }
  .hero__shell { grid-template-columns: minmax(0, 47%) minmax(0, 53%); }
  .hero.hero--giraffe .hero__content { padding-inline: clamp(1.8rem, 4vw, 4rem); }
  .hero.hero--giraffe h1 { font-size: clamp(4rem, 7vw, 5.9rem); }
  .hero.hero--giraffe .safari-finder { width: min(100% - 36px, 980px); }
}

@media (max-width: 900px) {
  :root { --site-header-height: 72px; }
  .site-header__inner { min-height: var(--site-header-height); }
  .primary-nav { background: #fffdf8 !important; color: var(--brand-ink) !important; }
  .hero__shell { grid-template-columns: 1fr; }
  .hero.hero--giraffe .hero__content { min-height: 540px; padding: 4.5rem clamp(1.5rem, 7vw, 4rem) 4rem; }
  .hero.hero--giraffe h1 { max-width: 8.5ch; font-size: clamp(4.2rem, 12vw, 6.5rem); }
  .hero__visual { min-height: 520px; }
  .hero__visual > img { min-height: 520px; object-position: 54% center; }
  .hero__visual::before { width: 100%; height: 18%; inset: 0 0 auto; background: linear-gradient(180deg, #f3ede1 0%, transparent 100%); }
  .hero__dove { left: 7%; top: 8%; }
  .hero.hero--giraffe .safari-finder { margin-top: -28px; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hero.hero--giraffe .safari-finder button { grid-column: 1/-1; min-height: 52px; margin-top: .5rem; }

  .story-section { grid-template-columns: 1fr; padding: 0; min-height: 0; overflow: hidden !important; }
  .story-section__media { min-height: 500px; margin: 0; }
  .story-section__main-image { min-height: 500px; }
  .story-section__inset { right: clamp(1rem,5vw,3rem); bottom: -3.6rem; width: min(46%, 300px); }
  .story-section__content { min-height: 0; padding: 7.3rem clamp(1.4rem,6vw,4rem) 4.5rem; }
  .story-section__title { max-width: 12ch; font-size: clamp(3.4rem, 9vw, 5rem); }

  .country-grid { grid-template-columns: 1fr; }
  .detail-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .detail-fact:nth-child(3) { border-left: 0; border-top: 1px solid rgba(45,57,46,.14); }
  .detail-fact:nth-child(4) { border-top: 1px solid rgba(45,57,46,.14); }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-booking { position: static; }
}

@media (max-width: 620px) {
  :root { --site-header-height: 68px; }
  .site-header__inner { width: calc(100% - 24px); }
  .site-logo__text strong { font-size: .95rem; }
  .header-cta { display: none !important; }
  .hero.hero--giraffe .hero__content { min-height: 510px; padding: 3.8rem 1.25rem 3.2rem; }
  .hero.hero--giraffe h1 { max-width: 8.2ch; font-size: clamp(3.55rem, 17vw, 5.15rem); line-height: .86; }
  .hero.hero--giraffe .hero__lead { font-size: .93rem; line-height: 1.65; }
  .hero.hero--giraffe .hero__actions { flex-direction: column; width: min(100%, 290px); }
  .hero.hero--giraffe .hero__primary, .hero.hero--giraffe .hero__secondary { width: 100%; }
  .hero__trust { display: grid; gap: .5rem; }
  .hero__visual { min-height: 430px; }
  .hero__visual > img { min-height: 430px; object-position: 51% center; }
  .hero__seal { width: 88px; height: 88px; font-size: .76rem; }
  .hero.hero--giraffe .safari-finder { width: calc(100% - 24px); grid-template-columns: 1fr; padding: .7rem; margin-top: -22px; }
  .hero.hero--giraffe .safari-finder__field { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .hero.hero--giraffe .safari-finder button { grid-column: auto; margin-top: .55rem; }

  .story-section__media { min-height: 390px; }
  .story-section__main-image { min-height: 390px; object-position: 43% center; }
  .story-section__inset { width: min(51%, 220px); right: 1rem; bottom: -2.7rem; border-width: .35rem; }
  .story-section__content { padding: 5.7rem 1.25rem 3.5rem; }
  .story-section__title { font-size: clamp(3rem, 15vw, 4.25rem); line-height: .94; }
  .story-section__text { font-size: .95rem; line-height: 1.65; }

  .destinations__title, .journeys__title, .why-travel-header h2,
  .how-it-works__header h2, .wild-cta h2, .safari-request__intro h2 {
    max-width: 100%; overflow-wrap: normal; word-break: normal;
  }
  .feature-card h3 { white-space: normal; }

  .country-hero { min-height: 300px; }
  .country-hero h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .country-card { grid-template-rows: 230px 1fr; }
  .country-card__meta { align-items: flex-start; flex-direction: column; gap: .35rem; }
  .detail-heading { padding-top: 2.8rem; }
  .detail-heading h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .detail-facts { grid-template-columns: 1fr 1fr; }
  .detail-fact { padding: 1rem .55rem; }
  .detail-gallery { grid-template-columns: 1fr 1fr; }
  .detail-gallery__main { grid-column: 1/-1; }
  .detail-gallery figure:last-child { display: none; }
  .detail-section { padding: 1.35rem; }
}
/* Ensure the story media always fills its reserved column without hiding the inset. */
.story-section__media > picture:first-child { position: absolute; inset: 0; }
@media (max-width: 900px) { .story-section { overflow: visible !important; } }

/* Production CMS, 8-card homepage grid, 4-column country listings and blog */
.journeys__grid{grid-template-columns:repeat(4,minmax(0,1fr));row-gap:clamp(1.15rem,1.8vw,1.65rem)}
.country-grid.country-grid--four,.country-grid--four{grid-template-columns:repeat(4,minmax(0,1fr));max-width:1320px}
.country-grid--four .country-card__image{aspect-ratio:1.35/1}
.country-grid--four .country-card__body{padding:1rem;min-height:265px}
.country-grid--four .country-card__body h2{font-size:clamp(1.25rem,1.45vw,1.55rem);line-height:1.05}
.country-grid--four .country-card__body p{font-size:.84rem;line-height:1.55}
.pagination{display:flex;justify-content:center;gap:.55rem;margin:2.3rem auto 0}.pagination a{display:grid;place-items:center;min-width:42px;height:42px;border:1px solid rgba(183,139,61,.45);background:#fffdf8;color:#203221;text-decoration:none;font-weight:700}.pagination a:hover,.pagination a.is-current,.pagination a[aria-current=page]{background:#243722;color:#fff;border-color:#243722}
.home-blog{padding:clamp(4rem,6vw,6.5rem) clamp(1.2rem,4vw,4rem);background:#f7f3eb}.home-blog__inner{width:min(1180px,100%);margin:auto}.home-blog__header{display:grid;grid-template-columns:1fr auto;align-items:end;gap:1rem;margin-bottom:2rem}.home-blog__header p{grid-column:1/-1;margin:0;color:#b78b3d;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:700}.home-blog__header h2{margin:0;font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(2.2rem,4vw,3.8rem);font-weight:500;line-height:1}.home-blog__header>a{color:#243722;font-weight:700;text-decoration:none}.home-blog__grid,.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.home-blog-card,.blog-card{background:#fffdf8;border:1px solid rgba(92,84,68,.16);box-shadow:0 12px 28px rgba(37,42,33,.08)}.home-blog-card__image,.blog-card__image{display:block;aspect-ratio:1.55/1;overflow:hidden}.home-blog-card__image img,.blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.home-blog-card:hover img,.blog-card:hover img{transform:scale(1.04)}.home-blog-card>div,.blog-card__body{padding:1.25rem}.home-blog-card time,.blog-card time{font-size:.72rem;color:#987234;text-transform:uppercase;letter-spacing:.1em}.home-blog-card h3,.blog-card h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.65rem;line-height:1.05;margin:.55rem 0}.home-blog-card h3 a,.blog-card h2 a{text-decoration:none}.home-blog-card p,.blog-card p{color:#5a554c;line-height:1.6;font-size:.9rem}.home-blog-card>div>a,.blog-card__link{color:#243722;font-weight:700;text-decoration:none}.blog-hero{padding:7.2rem 1.5rem 5rem;background:linear-gradient(135deg,rgba(19,42,26,.96),rgba(31,65,39,.9)),url('assets/how-it-works/wild-awaits.webp') center/cover;color:#fff;text-align:center}.blog-hero p{color:#d3a74f;text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:700}.blog-hero h1{font:500 clamp(2.8rem,6vw,5.5rem)/.95 "Cormorant Garamond",Georgia,serif;margin:.5rem 0 1rem}.blog-hero span{font-size:1.05rem}.blog-list{padding:4rem 1.4rem 6rem}.blog-grid{width:min(1180px,100%);margin:auto}.blog-post{width:min(980px,calc(100% - 2rem));margin:0 auto;padding:6.5rem 0}.blog-post__header{text-align:center}.blog-post__header>p{color:#b78b3d;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:700}.blog-post__header h1{font:500 clamp(2.8rem,6vw,5.2rem)/.96 "Cormorant Garamond",Georgia,serif;margin:.8rem auto 1rem;max-width:14ch}.blog-post__meta{display:flex;justify-content:center;gap:1rem;color:#766f63;font-size:.85rem}.blog-post__image{margin:2.5rem 0}.blog-post__image img{width:100%;aspect-ratio:1.65/1;object-fit:cover}.blog-post__content{width:min(760px,100%);margin:auto;font-size:1.05rem;line-height:1.8;color:#44413a}.blog-post__content h2{font:500 2.2rem/1.1 "Cormorant Garamond",Georgia,serif;color:#1f3021;margin-top:2.2rem}.blog-post__cta{margin:3rem auto 0;padding:2.2rem;background:#183021;color:#fff;text-align:center}.blog-post__cta h2{font:500 2.2rem/1 "Cormorant Garamond",Georgia,serif;margin:0 0 .8rem}.blog-post__cta a{display:inline-block;margin-top:.8rem;padding:.85rem 1.3rem;background:#c99a3b;color:#142217;text-decoration:none;font-weight:700}.tripadvisor-summary--disabled{cursor:default}
@media(max-width:1100px){.country-grid.country-grid--four,.country-grid--four{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.country-grid.country-grid--four,.country-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.home-blog__grid,.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.journeys__grid{grid-template-columns:1fr}.country-grid.country-grid--four,.country-grid--four,.home-blog__grid,.blog-grid{grid-template-columns:1fr}.home-blog__header{grid-template-columns:1fr;align-items:start}.blog-post{padding-top:4.5rem}.blog-post__meta{flex-direction:column;gap:.3rem}}

/* ========================================================================== 
   RESTORED APPROVED HEADER + HERO
   This final block intentionally overrides only the homepage header/hero and
   responsive text wrapping. All approved sections and CMS styles remain intact.
   ========================================================================== */
.homepage-home {
  --restored-header-height: 88px;
  background: #f7f3ea;
}

/* Prevent heading words from splitting while allowing ordinary copy to wrap. */
.homepage-home h1,
.homepage-home h2,
.homepage-home h3,
.homepage-home h4,
.homepage-home h5,
.homepage-home h6 {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none;
  text-wrap: balance;
}
.homepage-home p,
.homepage-home a,
.homepage-home span,
.homepage-home label,
.homepage-home button {
  word-break: normal;
  overflow-wrap: break-word;
}

/* Header overlays the hero cleanly and becomes solid after scrolling. */
.homepage-home .site-header {
  position: fixed !important;
  inset: 0 0 auto 0;
  z-index: 1000;
  color: #fffaf0 !important;
  background: linear-gradient(180deg, rgba(8, 20, 13, .78), rgba(8, 20, 13, .28) 70%, transparent) !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none;
  transition: background-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.homepage-home .site-header.is-scrolled,
.homepage-home.menu-open .site-header,
body.homepage-home.menu-open .site-header {
  background: rgba(13, 31, 20, .965) !important;
  border-bottom: 1px solid rgba(207, 164, 82, .22) !important;
  box-shadow: 0 12px 34px rgba(4, 12, 7, .22) !important;
  backdrop-filter: blur(14px);
}
.homepage-home .site-header__inner {
  width: min(1420px, calc(100% - 56px));
  min-height: var(--restored-header-height);
}
.homepage-home .site-logo,
.homepage-home .primary-nav a {
  color: #fffaf0 !important;
}
.homepage-home .site-logo__mark {
  color: #d0a24d !important;
}
.homepage-home .site-logo__text strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.52rem;
  font-weight: 600;
  letter-spacing: .015em;
}
.homepage-home .site-logo__text small {
  color: #d5ac61;
  letter-spacing: .28em;
}
.homepage-home .primary-nav {
  gap: clamp(.85rem, 1.55vw, 1.8rem);
}
.homepage-home .primary-nav a {
  font-family: "Inter", Arial, sans-serif;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .025em;
  white-space: nowrap;
}
.homepage-home .primary-nav a::after {
  background: #d0a24d !important;
}
.homepage-home .header-cta {
  min-height: 48px;
  padding-inline: 1.35rem;
  border: 1px solid #d0a24d !important;
  border-radius: 0;
  background: #d0a24d !important;
  color: #142319 !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .15);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .04em;
}
.homepage-home .menu-toggle span {
  background: #fffaf0 !important;
}

/* Clean full-bleed hero: no image box and no finder panel. */
.homepage-home .hero.hero--giraffe.hero--restored {
  position: relative;
  isolation: isolate;
  min-height: clamp(720px, 100svh, 960px) !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #fffaf0;
  background-color: #102318;
  background-image:
    linear-gradient(90deg, rgba(7, 21, 13, .97) 0%, rgba(7, 21, 13, .89) 25%, rgba(7, 21, 13, .55) 48%, rgba(7, 21, 13, .09) 76%),
    linear-gradient(180deg, rgba(4, 13, 8, .34) 0%, rgba(4, 13, 8, .02) 45%, rgba(4, 13, 8, .42) 100%),
    url("assets/hero/hero-giraffe-dove-restored.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.homepage-home .hero.hero--giraffe.hero--restored::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: -1;
  inset: auto auto -18% -10%;
  width: min(620px, 48vw);
  aspect-ratio: 1;
  pointer-events: none;
  opacity: .18;
  background:
    radial-gradient(circle, rgba(200, 156, 72, .17), transparent 65%);
}
.homepage-home .hero.hero--giraffe.hero--restored::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 0;
  inset: auto 0 0;
  height: 110px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(10, 25, 16, .38));
}
.homepage-home .hero--restored .hero__shell {
  position: relative;
  z-index: 2;
  display: flex !important;
  align-items: center;
  width: min(1420px, calc(100% - 72px));
  min-height: clamp(720px, 100svh, 960px);
  margin: 0 auto;
  padding: calc(var(--restored-header-height) + 4.5rem) 0 5.5rem;
}
.homepage-home .hero--restored .hero__content {
  display: block !important;
  width: min(100%, 780px);
  max-width: 780px !important;
  min-height: 0 !important;
  padding: 0 !important;
}
.homepage-home .hero--restored .hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 1.5rem !important;
  color: #d7a84e !important;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(.68rem, .8vw, .8rem) !important;
  font-weight: 800 !important;
  letter-spacing: .19em !important;
  line-height: 1.4 !important;
  text-transform: uppercase;
  text-shadow: none !important;
}
.homepage-home .hero--restored .hero__eyebrow::before {
  content: "";
  flex: 0 0 42px;
  height: 1px;
  background: #d7a84e;
}
.homepage-home .hero--restored h1 {
  max-width: 11ch !important;
  margin: 0 !important;
  color: #fff7e8 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(4.8rem, 7.5vw, 8.6rem) !important;
  font-weight: 500 !important;
  letter-spacing: -.052em !important;
  line-height: .82 !important;
  text-shadow: 0 5px 26px rgba(0, 0, 0, .22) !important;
}
.homepage-home .hero--restored h1 span {
  display: block;
  white-space: nowrap;
}
.homepage-home .hero--restored h1 span + span {
  margin-top: .08em;
}
.homepage-home .hero--restored h1 em {
  color: #d4a447 !important;
  font-style: normal !important;
}
.homepage-home .hero--restored .hero__lead {
  max-width: 610px !important;
  margin: 1.8rem 0 0 !important;
  color: rgba(255, 250, 240, .88) !important;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(.98rem, 1.25vw, 1.16rem) !important;
  line-height: 1.72 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .2) !important;
}
.homepage-home .hero--restored .hero__actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 2.25rem !important;
}
.homepage-home .hero--restored .hero__primary,
.homepage-home .hero--restored .hero__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
  min-width: 190px;
  min-height: 54px;
  padding: .9rem 1.25rem !important;
  border-radius: 0 !important;
  font-family: "Inter", Arial, sans-serif;
  font-size: .78rem !important;
  font-weight: 800 !important;
  letter-spacing: .035em;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.homepage-home .hero--restored .hero__primary {
  border: 1px solid #d2a24a !important;
  background: #d2a24a !important;
  color: #142319 !important;
  box-shadow: 0 12px 30px rgba(3, 11, 6, .2);
}
.homepage-home .hero--restored .hero__secondary {
  border: 1px solid rgba(218, 178, 98, .85) !important;
  background: rgba(10, 29, 18, .34) !important;
  color: #fff8eb !important;
  backdrop-filter: blur(5px);
}
.homepage-home .hero--restored .hero__primary:hover,
.homepage-home .hero--restored .hero__secondary:hover {
  transform: translateY(-2px);
}
.homepage-home .hero--restored .hero__visual,
.homepage-home .hero--restored .safari-finder,
.homepage-home .hero--restored .hero__trust,
.homepage-home .hero--restored .hero__dove,
.homepage-home .hero--restored .hero__seal {
  display: none !important;
}

/* Keep the first approved section flush beneath the hero. */
.homepage-home .hero--restored + .homepage,
.homepage-home .hero--restored + main {
  margin-top: 0 !important;
}
.homepage-home .hero--restored + .homepage > .story-section:first-child {
  padding-top: 0;
}

@media (max-width: 1180px) {
  .homepage-home .site-header__inner,
  .homepage-home .hero--restored .hero__shell {
    width: min(100% - 40px, 1080px);
  }
  .homepage-home .primary-nav {
    gap: .85rem;
  }
  .homepage-home .primary-nav a {
    font-size: .68rem;
  }
  .homepage-home .hero--restored h1 {
    font-size: clamp(4.5rem, 8.4vw, 7.2rem) !important;
  }
}

@media (max-width: 900px) {
  .homepage-home {
    --restored-header-height: 72px;
  }
  .homepage-home .site-header__inner {
    width: calc(100% - 30px);
    min-height: var(--restored-header-height);
  }
  .homepage-home .primary-nav {
    top: var(--restored-header-height) !important;
    right: 15px !important;
    left: 15px !important;
    width: auto !important;
    max-height: 0;
    overflow: hidden;
    background: rgba(13, 31, 20, .99) !important;
    color: #fffaf0 !important;
    border: 1px solid rgba(207, 164, 82, .18);
    box-shadow: 0 18px 34px rgba(4, 12, 7, .3);
  }
  body.homepage-home.menu-open .primary-nav {
    max-height: calc(100svh - var(--restored-header-height) - 20px);
    overflow-y: auto;
  }
  .homepage-home .primary-nav a {
    padding: .95rem 1.15rem;
    color: #fffaf0 !important;
    border-top: 1px solid rgba(255, 255, 255, .07);
    font-size: .82rem;
  }
  .homepage-home .hero.hero--giraffe.hero--restored {
    min-height: 820px !important;
    background-image:
      linear-gradient(90deg, rgba(7, 21, 13, .95) 0%, rgba(7, 21, 13, .74) 46%, rgba(7, 21, 13, .16) 100%),
      linear-gradient(180deg, rgba(4, 13, 8, .25) 0%, rgba(4, 13, 8, .04) 48%, rgba(4, 13, 8, .55) 100%),
      url("assets/hero/hero-giraffe-dove-restored.webp");
    background-position: 61% center;
  }
  .homepage-home .hero--restored .hero__shell {
    width: calc(100% - 40px);
    min-height: 820px;
    padding: calc(var(--restored-header-height) + 4.3rem) 0 4.5rem;
    align-items: flex-start;
  }
  .homepage-home .hero--restored .hero__content {
    width: min(100%, 610px);
  }
  .homepage-home .hero--restored h1 {
    font-size: clamp(4.4rem, 12.5vw, 6.7rem) !important;
  }
}

@media (max-width: 620px) {
  .homepage-home {
    --restored-header-height: 68px;
  }
  .homepage-home .site-header__inner {
    width: calc(100% - 24px);
  }
  .homepage-home .site-logo__mark {
    width: 40px;
    height: 32px;
  }
  .homepage-home .site-logo__text strong {
    font-size: 1.02rem;
  }
  .homepage-home .site-logo__text small {
    font-size: .5rem;
  }
  .homepage-home .header-cta {
    display: none !important;
  }
  .homepage-home .hero.hero--giraffe.hero--restored {
    min-height: 760px !important;
    background-image:
      linear-gradient(90deg, rgba(7, 21, 13, .96) 0%, rgba(7, 21, 13, .77) 48%, rgba(7, 21, 13, .25) 100%),
      linear-gradient(180deg, rgba(4, 13, 8, .24) 0%, rgba(4, 13, 8, .02) 44%, rgba(4, 13, 8, .64) 100%),
      url("assets/hero/hero-giraffe-dove-restored.webp");
    background-position: 62% center;
  }
  .homepage-home .hero--restored .hero__shell {
    width: calc(100% - 30px);
    min-height: 760px;
    padding: calc(var(--restored-header-height) + 4.1rem) 0 3.6rem;
  }
  .homepage-home .hero--restored .hero__content {
    width: min(100%, 365px);
  }
  .homepage-home .hero--restored .hero__eyebrow {
    gap: 11px;
    margin-bottom: 1.15rem !important;
    font-size: .61rem !important;
    letter-spacing: .15em !important;
  }
  .homepage-home .hero--restored .hero__eyebrow::before {
    flex-basis: 30px;
  }
  .homepage-home .hero--restored h1 {
    max-width: 9.5ch !important;
    font-size: clamp(3.55rem, 17.2vw, 5.1rem) !important;
    line-height: .84 !important;
    letter-spacing: -.045em !important;
  }
  .homepage-home .hero--restored h1 span {
    white-space: normal;
  }
  .homepage-home .hero--restored .hero__lead {
    max-width: 335px !important;
    margin-top: 1.35rem !important;
    font-size: .91rem !important;
    line-height: 1.62 !important;
  }
  .homepage-home .hero--restored .hero__actions {
    width: min(100%, 285px);
    flex-direction: column;
    gap: .7rem;
    margin-top: 1.65rem !important;
  }
  .homepage-home .hero--restored .hero__primary,
  .homepage-home .hero--restored .hero__secondary {
    width: 100%;
    min-height: 50px;
    font-size: .74rem !important;
  }
}

@media (max-width: 390px) {
  .homepage-home .hero--restored h1 {
    font-size: clamp(3.2rem, 16.7vw, 4.2rem) !important;
  }
  .homepage-home .hero--restored .hero__lead {
    max-width: 300px !important;
    font-size: .86rem !important;
  }
}

/* =========================================================
   CLIENT MEETING UPDATE — exact navigation, gallery and plan trip
   Added as scoped extensions so approved sections remain intact.
   ========================================================= */

h1, h2, h3 {
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

/* Modern editorial homepage gallery */
.wildlife-gallery {
  position: relative;
  overflow: hidden;
  padding: clamp(4.4rem, 7vw, 7rem) clamp(1rem, 4vw, 4rem);
  background:
    radial-gradient(circle at 86% 0%, rgba(196, 151, 72, .12), transparent 30%),
    linear-gradient(180deg, #f8f4ec 0%, #f1eadf 100%);
  color: #1e2b20;
}
.wildlife-gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .38;
  background-image:
    repeating-radial-gradient(ellipse at 0 0, rgba(103, 87, 59, .035) 0 .65px, transparent .9px 5px),
    repeating-linear-gradient(6deg, rgba(255,255,255,.25) 0 1px, transparent 1px 5px);
  background-size: 150px 96px, 100% 9px;
}
.wildlife-gallery__inner {
  position: relative;
  width: min(1220px, 100%);
  margin: 0 auto;
}
.wildlife-gallery__header {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(270px, .7fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.wildlife-gallery__eyebrow,
.gallery-page__eyebrow {
  margin: 0 0 .7rem;
  color: #b78432;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.wildlife-gallery__header h2,
.gallery-page__header h2 {
  max-width: 14ch;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: .95;
}
.wildlife-gallery__header > p {
  max-width: 33rem;
  margin: 0 0 .35rem;
  color: #59574f;
  font-size: clamp(.95rem, 1.2vw, 1.05rem);
  line-height: 1.75;
}
.wildlife-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 108px;
  gap: 12px;
}
.wildlife-gallery__item,
.gallery-page__item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #263729;
  color: #fff;
  cursor: zoom-in;
  box-shadow: 0 10px 26px rgba(26, 32, 24, .12);
}
.wildlife-gallery__item--1 { grid-column: span 5; grid-row: span 4; }
.wildlife-gallery__item--2 { grid-column: span 3; grid-row: span 2; }
.wildlife-gallery__item--3 { grid-column: span 4; grid-row: span 3; }
.wildlife-gallery__item--4 { grid-column: span 3; grid-row: span 2; }
.wildlife-gallery__item--5 { grid-column: span 4; grid-row: span 3; }
.wildlife-gallery__item--6 { grid-column: span 3; grid-row: span 2; }
.wildlife-gallery__item--7 { grid-column: span 5; grid-row: span 3; }
.wildlife-gallery__item--8 { grid-column: span 4; grid-row: span 2; }
.wildlife-gallery__item img,
.gallery-page__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.75,.2,1), filter .35s ease;
}
.wildlife-gallery__item::after,
.gallery-page__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(7, 21, 13, .78) 100%);
  transition: background .3s ease;
}
.wildlife-gallery__item > span,
.gallery-page__item > span {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: .9rem;
  left: 1rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
}
.wildlife-gallery__item strong,
.gallery-page__item strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  font-weight: 600;
  line-height: 1.05;
}
.wildlife-gallery__item small,
.gallery-page__item small {
  color: #e7bd69;
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (hover:hover) and (pointer:fine) {
  .wildlife-gallery__item:hover img,
  .gallery-page__item:hover img { transform: scale(1.055); filter: saturate(1.08) contrast(1.03); }
  .wildlife-gallery__item:hover::after,
  .gallery-page__item:hover::after { background: linear-gradient(180deg, rgba(7,21,13,.05) 25%, rgba(7,21,13,.86) 100%); }
}
.wildlife-gallery__footer {
  display: flex;
  justify-content: center;
  margin-top: 2.2rem;
}
.wildlife-gallery__footer a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-height: 50px;
  padding: .8rem 1.4rem;
  border: 1px solid #263b29;
  color: #263b29;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}
.wildlife-gallery__footer a:hover,
.wildlife-gallery__footer a:focus-visible { background: #263b29; color: #fff; }

/* Shared gallery lightbox */
.gallery-lightbox {
  width: min(1120px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100svh - 32px);
  padding: 0;
  border: 1px solid rgba(207,164,82,.35);
  border-radius: 0;
  background: #0d1d13;
  color: #fff;
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
}
.gallery-lightbox::backdrop { background: rgba(3, 10, 6, .86); backdrop-filter: blur(5px); }
.gallery-lightbox figure { display: grid; margin: 0; }
.gallery-lightbox img { width: 100%; max-height: calc(100svh - 110px); object-fit: contain; background: #081109; }
.gallery-lightbox figcaption { padding: 1rem 1.25rem; color: #f6efe4; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.25rem; }
.gallery-lightbox__close {
  position: absolute;
  z-index: 2;
  top: .75rem;
  right: .75rem;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50%;
  background: rgba(7,21,13,.8);
  color: #fff;
  font-size: 1.7rem;
  cursor: pointer;
}

/* Full gallery page */
.gallery-page-hero,
.plan-trip-hero {
  min-height: clamp(290px, 38vw, 500px);
  display: grid;
  place-items: center;
  padding: 7rem 1.25rem 3.5rem;
  text-align: center;
  color: #fff8eb;
  background:
    linear-gradient(rgba(10,27,17,.72), rgba(10,27,17,.72)),
    url("assets/hero/hero-giraffe-dove-restored.webp") center 50%/cover no-repeat;
}
.gallery-page-hero > div,
.plan-trip-hero > div { width: min(780px, 100%); }
.gallery-page-hero p,
.plan-trip-hero p { margin: 0 0 .75rem; color: #d2a958; font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.gallery-page-hero h1,
.plan-trip-hero h1 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(3.2rem, 7vw, 6rem); font-weight: 500; line-height: .92; }
.gallery-page-hero span,
.plan-trip-hero span { display: block; margin-top: 1.2rem; font-size: clamp(.95rem, 1.4vw, 1.12rem); line-height: 1.65; }
.gallery-page {
  width: min(1260px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 7rem) 0;
}
.gallery-page__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.4rem;
}
.gallery-filters { display: flex; flex-wrap: wrap; gap: .45rem; }
.gallery-filters a {
  padding: .65rem .95rem;
  border: 1px solid rgba(36,55,34,.22);
  color: #263b29;
  font-size: .72rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.gallery-filters a[aria-current="page"], .gallery-filters a:hover { background: #263b29; color: #fff; }
.gallery-page__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.gallery-page__item { aspect-ratio: 1.05/1; }
.gallery-page__item:nth-child(7n+1), .gallery-page__item:nth-child(7n+5) { grid-row: span 2; aspect-ratio: auto; }

/* Dedicated Plan Trip page */
.plan-trip-page {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  width: min(1120px, calc(100% - 40px));
  margin: clamp(-4rem, -5vw, -2rem) auto clamp(4rem, 7vw, 7rem);
  background: #fffdf8;
  box-shadow: 0 26px 70px rgba(21, 31, 22, .17);
}
.plan-trip-page__details {
  padding: clamp(2.5rem, 5vw, 4.5rem);
  background: linear-gradient(145deg, #203824, #122617);
  color: #f5efe4;
}
.plan-trip-page__eyebrow { margin: 0 0 .8rem; color: #d1a252; font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.plan-trip-page__details h2 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.5rem, 4vw, 4rem); font-weight: 500; line-height: .98; }
.plan-trip-page__details > p:not(.plan-trip-page__eyebrow) { margin: 1.5rem 0 2.2rem; color: rgba(255,255,255,.78); line-height: 1.75; }
.plan-trip-page__details dl { display: grid; gap: 0; margin: 0; }
.plan-trip-page__details dl div { padding: 1.25rem 0; border-top: 1px solid rgba(210,169,88,.22); }
.plan-trip-page__details dt { margin-bottom: .35rem; color: #d1a252; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.25rem; }
.plan-trip-page__details dd { margin: 0; color: #fff; overflow-wrap: anywhere; }
.plan-trip-page__details a { color: inherit; text-decoration: none; }
.plan-trip-page__form { padding: clamp(2.5rem, 5vw, 4.5rem); }
.plan-trip-page__form header { margin-bottom: 1.6rem; }
.plan-trip-page__form header p { margin: 0 0 .45rem; color: #b78331; font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.plan-trip-page__form header h2 { max-width: 24ch; margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 500; line-height: 1.05; }
.plan-trip-page .safari-request-form { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.plan-trip-page .safari-request-form label { display: grid; gap: .45rem; color: #30372f; font-size: .78rem; font-weight: 600; }
.plan-trip-page .safari-request-form input,
.plan-trip-page .safari-request-form textarea {
  width: 100%;
  padding: .9rem 1rem;
  border: 1px solid #d9d0c2;
  border-radius: 0;
  background: #fff;
  color: #1f2c20;
  font: inherit;
}
.plan-trip-page .safari-request-form textarea { resize: vertical; min-height: 150px; }
.plan-trip-page .safari-request-form button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: .85rem 1.1rem;
  border: 0;
  border-radius: 0;
  background: #bd8d37;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.form-honeypot { position: absolute !important; left: -10000px !important; }
.form-notice { margin-bottom: 1rem; padding: .85rem 1rem; border-left: 4px solid; }
.form-notice.success { background: #edf8ef; border-color: #397a45; color: #285a32; }
.form-notice.error { background: #fff0ed; border-color: #b94635; color: #853327; }

@media (max-width: 980px) {
  .wildlife-gallery__grid { grid-auto-rows: 92px; }
  .gallery-page__grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .plan-trip-page { grid-template-columns: .9fr 1.1fr; }
}

@media (max-width: 760px) {
  .wildlife-gallery__header { grid-template-columns: 1fr; gap: 1.2rem; }
  .wildlife-gallery__header h2 { max-width: 12ch; }
  .wildlife-gallery__grid { grid-template-columns: repeat(2, minmax(0,1fr)); grid-auto-rows: 155px; gap: 8px; }
  .wildlife-gallery__item { grid-column: span 1 !important; grid-row: span 1 !important; }
  .wildlife-gallery__item--1, .wildlife-gallery__item--5 { grid-column: 1 / -1 !important; grid-row: span 2 !important; }
  .gallery-page__header { align-items: flex-start; flex-direction: column; }
  .gallery-page__grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
  .gallery-page__item:nth-child(n) { grid-row: auto; aspect-ratio: 1/1; }
  .plan-trip-page { grid-template-columns: 1fr; margin-top: 0; width: 100%; }
  .plan-trip-page__details, .plan-trip-page__form { padding: 2.2rem 1.35rem; }
}

@media (max-width: 480px) {
  .wildlife-gallery { padding-inline: .75rem; }
  .wildlife-gallery__grid { grid-auto-rows: 125px; }
  .wildlife-gallery__item > span, .gallery-page__item > span { right: .7rem; bottom: .65rem; left: .7rem; }
  .wildlife-gallery__item strong, .gallery-page__item strong { font-size: 1rem; }
  .wildlife-gallery__item small, .gallery-page__item small { display: none; }
  .gallery-page { width: calc(100% - 20px); }
  .gallery-page__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gallery-page-hero, .plan-trip-hero { min-height: 330px; padding-top: 6rem; }
}

.primary-nav__plan-trip { display: none !important; }
@media (max-width: 900px) {
  .primary-nav .primary-nav__plan-trip {
    display: block !important;
    margin: .65rem 1rem 1rem;
    border: 1px solid #c99a46 !important;
    background: #c99a46;
    color: #102016 !important;
    text-align: center;
  }
}

/* ========================================================================== 
   2026-07 CLIENT POLISH — supplied logo, brighter hero, section breathing
   room, simple animated gallery and restrained motion. These rules are
   deliberately appended as overrides so the approved CMS and page structure
   remain intact.
   ========================================================================== */

/* Supplied Lemon Dove logo */
.site-logo {
  flex: 0 0 auto;
  min-width: 0;
}
.site-logo__image {
  display: block;
  width: 88px;
  height: 72px;
  object-fit: contain;
  object-position: center;
}
.site-logo__mark,
.site-logo__text { display: none !important; }
.homepage-home .site-logo__image {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .18));
}

/* Let the approved photograph breathe. The image itself provides the dark
   reading area; the overlays are now subtle rather than opaque jungle green. */
.homepage-home .hero.hero--giraffe.hero--restored {
  min-height: clamp(680px, 92svh, 880px) !important;
  background-color: #263423;
  background-image:
    linear-gradient(90deg, rgba(8, 23, 14, .42) 0%, rgba(8, 23, 14, .28) 28%, rgba(8, 23, 14, .08) 55%, transparent 76%),
    linear-gradient(180deg, rgba(5, 12, 8, .18) 0%, transparent 48%, rgba(5, 12, 8, .22) 100%),
    url("assets/hero/hero-giraffe-dove-bright.webp") !important;
  background-size: cover !important;
  background-position: center center !important;
}
.homepage-home .hero--restored .hero__shell {
  min-height: clamp(680px, 92svh, 880px) !important;
  padding-top: calc(var(--restored-header-height) + 3.75rem) !important;
  padding-bottom: 4.75rem !important;
}
.homepage-home .hero--restored .hero__content {
  width: min(100%, 730px);
}
.homepage-home .hero--restored h1 {
  font-size: clamp(4.65rem, 7.2vw, 8rem) !important;
  text-shadow: 0 5px 24px rgba(0, 0, 0, .28) !important;
}
.homepage-home .hero--restored .hero__lead {
  color: rgba(255, 252, 245, .94) !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .36) !important;
}
.homepage-home .hero.hero--giraffe.hero--restored::after {
  height: 72px;
  background: linear-gradient(180deg, transparent, rgba(12, 25, 16, .18));
}

/* Premium visual pause between landing and the story section. */
.hero-transition {
  position: relative;
  height: clamp(30px, 4vw, 52px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    repeating-radial-gradient(ellipse at 0 0, rgba(103, 87, 59, .025) 0 .6px, transparent .9px 5px),
    #f7f3ea;
}
.hero-transition span {
  width: clamp(70px, 8vw, 116px);
  height: 1px;
  background: linear-gradient(90deg, transparent, #be8d36 18%, #be8d36 82%, transparent);
}
.homepage-home .hero--restored + .hero-transition + .homepage > .story-section:first-child {
  padding-top: clamp(2.6rem, 4.5vw, 4.5rem);
}

/* Simple, image-first homepage gallery carousel. */
.wildlife-gallery {
  padding: clamp(4.5rem, 7vw, 7.25rem) clamp(1rem, 4vw, 4rem);
  background:
    radial-gradient(circle at 88% 12%, rgba(193, 147, 65, .11), transparent 28%),
    repeating-radial-gradient(ellipse at 0 0, rgba(103, 87, 59, .025) 0 .6px, transparent .9px 5px),
    #f7f3ea;
}
.wildlife-gallery__inner {
  width: min(1260px, 100%);
}
.wildlife-gallery__header {
  grid-template-columns: minmax(0, .9fr) minmax(260px, .55fr);
  margin-bottom: clamp(1.8rem, 3vw, 2.7rem);
}
.wildlife-gallery__header h2 {
  max-width: 12ch;
}
.wildlife-gallery__carousel {
  position: relative;
}
.wildlife-gallery__viewport {
  position: relative;
  min-height: clamp(390px, 48vw, 650px);
  overflow: hidden;
  background: #1b2d20;
  box-shadow: 0 22px 52px rgba(28, 38, 29, .16);
}
.wildlife-gallery__slides {
  position: absolute;
  inset: 0;
}
.wildlife-gallery__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #1b2d20;
  color: #fff;
  cursor: zoom-in;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.025);
  transition: opacity .8s ease, visibility .8s ease, transform 1.1s cubic-bezier(.2,.75,.2,1);
}
.wildlife-gallery__slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 2;
}
.wildlife-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.96) contrast(1.015);
  transition: transform 7s linear;
}
.wildlife-gallery__slide.is-active img {
  transform: scale(1.035);
}
.wildlife-gallery__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(8, 22, 13, .72) 100%);
  pointer-events: none;
}
.wildlife-gallery__caption {
  position: absolute;
  z-index: 3;
  right: clamp(1.2rem, 4vw, 3rem);
  bottom: clamp(1.25rem, 4vw, 2.7rem);
  left: clamp(1.2rem, 4vw, 3rem);
  display: grid;
  gap: .25rem;
  text-align: left;
  pointer-events: none;
}
.wildlife-gallery__caption small {
  color: #e0b45f;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.wildlife-gallery__caption strong {
  max-width: 18ch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4.25rem);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: .95;
  text-wrap: balance;
}
.wildlife-gallery__nav {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 50%;
  background: rgba(13, 31, 20, .42);
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transform: translateY(-50%);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.wildlife-gallery__nav:hover,
.wildlife-gallery__nav:focus-visible {
  border-color: #d3a651;
  background: #d3a651;
  color: #142419;
  transform: translateY(-50%) scale(1.04);
}
.wildlife-gallery__nav--prev { left: clamp(.75rem, 2vw, 1.5rem); }
.wildlife-gallery__nav--next { right: clamp(.75rem, 2vw, 1.5rem); }
.wildlife-gallery__counter {
  position: absolute;
  z-index: 5;
  right: clamp(1.2rem, 4vw, 3rem);
  top: clamp(1rem, 3vw, 2rem);
  display: flex;
  align-items: center;
  gap: .65rem;
  color: rgba(255,255,255,.92);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
}
.wildlife-gallery__counter i {
  width: 54px;
  height: 1px;
  background: rgba(255,255,255,.55);
}
.wildlife-gallery__dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .48rem;
  margin-top: 1.2rem;
}
.wildlife-gallery__dot {
  width: 24px;
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(37, 57, 39, .22);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}
.wildlife-gallery__dot.is-active {
  width: 48px;
  background: #bd8a34;
}
.wildlife-gallery__footer { margin-top: 1.7rem; }

/* Calm entrance animations. Content stays visible when JavaScript is disabled. */
@keyframes lemonHeroRise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
.homepage-home .hero--restored .hero__eyebrow,
.homepage-home .hero--restored h1,
.homepage-home .hero--restored .hero__lead,
.homepage-home .hero--restored .hero__actions {
  animation: lemonHeroRise .85s both cubic-bezier(.2,.75,.2,1);
}
.homepage-home .hero--restored h1 { animation-delay: .08s; }
.homepage-home .hero--restored .hero__lead { animation-delay: .16s; }
.homepage-home .hero--restored .hero__actions { animation-delay: .24s; }
html.motion-ready .motion-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1);
}
html.motion-ready .motion-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .site-logo__image { width: 74px; height: 62px; }
  .homepage-home .hero.hero--giraffe.hero--restored {
    min-height: 760px !important;
    background-image:
      linear-gradient(90deg, rgba(8, 23, 14, .58) 0%, rgba(8, 23, 14, .39) 43%, rgba(8, 23, 14, .08) 78%),
      linear-gradient(180deg, rgba(5, 12, 8, .14) 0%, transparent 48%, rgba(5, 12, 8, .24) 100%),
      url("assets/hero/hero-giraffe-dove-bright.webp") !important;
    background-position: 62% center !important;
  }
  .homepage-home .hero--restored .hero__shell {
    min-height: 760px !important;
  }
  .wildlife-gallery__header {
    grid-template-columns: 1fr;
  }
  .wildlife-gallery__header > p { max-width: 650px; }
  .wildlife-gallery__viewport { min-height: clamp(360px, 62vw, 540px); }
}

@media (max-width: 620px) {
  .site-logo__image { width: 64px; height: 54px; }
  .homepage-home .hero.hero--giraffe.hero--restored {
    min-height: 720px !important;
    background-image:
      linear-gradient(90deg, rgba(8, 23, 14, .66) 0%, rgba(8, 23, 14, .46) 50%, rgba(8, 23, 14, .10) 100%),
      linear-gradient(180deg, rgba(5, 12, 8, .12) 0%, transparent 46%, rgba(5, 12, 8, .28) 100%),
      url("assets/hero/hero-giraffe-dove-bright.webp") !important;
    background-position: 64% center !important;
  }
  .homepage-home .hero--restored .hero__shell {
    min-height: 720px !important;
    padding-top: calc(var(--restored-header-height) + 3.35rem) !important;
  }
  .homepage-home .hero--restored h1 {
    font-size: clamp(3.35rem, 16.5vw, 4.85rem) !important;
  }
  .hero-transition { height: 26px; }
  .homepage-home .hero--restored + .hero-transition + .homepage > .story-section:first-child {
    padding-top: 2.3rem;
  }
  .wildlife-gallery { padding-inline: 1rem; }
  .wildlife-gallery__viewport {
    min-height: clamp(390px, 118vw, 560px);
  }
  .wildlife-gallery__slide img { object-position: center; }
  .wildlife-gallery__nav { width: 42px; height: 42px; }
  .wildlife-gallery__caption strong { font-size: clamp(2rem, 10vw, 3.15rem); }
  .wildlife-gallery__counter { top: 1rem; right: 1rem; }
}

@media (max-width: 390px) {
  .site-logo__image { width: 58px; height: 49px; }
  .wildlife-gallery__viewport { min-height: 410px; }
  .wildlife-gallery__nav--prev { left: .55rem; }
  .wildlife-gallery__nav--next { right: .55rem; }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-home .hero--restored .hero__eyebrow,
  .homepage-home .hero--restored h1,
  .homepage-home .hero--restored .hero__lead,
  .homepage-home .hero--restored .hero__actions { animation: none !important; }
  html.motion-ready .motion-reveal,
  html.motion-ready .motion-reveal.is-visible,
  .wildlife-gallery__slide,
  .wildlife-gallery__slide img { transition: none !important; transform: none !important; }
}

/* =========================================================
   CLIENT POLISH 2026-07-19
   Surgical corrections only: remove country-card image gap
   and reveal more of the approved hero photograph.
   ========================================================= */

/* Country listing cards: the image aspect ratio now determines the image row.
   This removes the empty band that appeared between the photograph and content. */
.country-grid--four .country-card {
  grid-template-rows: auto 1fr !important;
}
.country-grid--four .country-card__image {
  display: block !important;
  width: 100%;
  height: auto !important;
  aspect-ratio: 1.35 / 1;
  line-height: 0;
  overflow: hidden;
}
.country-grid--four .country-card__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.country-grid--four .country-card__body {
  min-height: 250px;
  padding-top: 1rem;
}

/* Hero: keep the natural image visible. There is no solid green block;
   only a light transparent reading veil and text shadow. */
.homepage-home .hero.hero--giraffe.hero--restored {
  background-color: #283527 !important;
  background-image:
    linear-gradient(90deg,
      rgba(8, 19, 12, .20) 0%,
      rgba(8, 19, 12, .13) 27%,
      rgba(8, 19, 12, .045) 50%,
      transparent 68%),
    linear-gradient(180deg,
      rgba(5, 10, 7, .10) 0%,
      transparent 54%,
      rgba(5, 10, 7, .14) 100%),
    url("assets/hero/hero-giraffe-dove-airy.webp") !important;
  background-size: cover !important;
  background-position: center center !important;
}
.homepage-home .hero.hero--giraffe.hero--restored::after {
  height: 54px !important;
  background: linear-gradient(180deg, transparent, rgba(12, 25, 16, .10)) !important;
}
.homepage-home .hero--restored h1 {
  text-shadow: 0 4px 20px rgba(0, 0, 0, .30) !important;
}
.homepage-home .hero--restored .hero__lead {
  color: rgba(255, 252, 245, .97) !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .38) !important;
}
.homepage-home .hero--restored .hero__secondary {
  background: rgba(12, 28, 18, .24) !important;
  backdrop-filter: blur(3px);
}

@media (max-width: 900px) {
  .homepage-home .hero.hero--giraffe.hero--restored {
    background-image:
      linear-gradient(90deg,
        rgba(7, 18, 11, .30) 0%,
        rgba(7, 18, 11, .18) 48%,
        rgba(7, 18, 11, .035) 74%,
        transparent 100%),
      linear-gradient(180deg,
        rgba(4, 10, 6, .10) 0%,
        transparent 50%,
        rgba(4, 10, 6, .20) 100%),
      url("assets/hero/hero-giraffe-dove-airy.webp") !important;
    background-position: 61% center !important;
  }
}

@media (max-width: 620px) {
  .homepage-home .hero.hero--giraffe.hero--restored {
    background-image:
      linear-gradient(90deg,
        rgba(7, 18, 11, .43) 0%,
        rgba(7, 18, 11, .25) 54%,
        rgba(7, 18, 11, .05) 82%,
        transparent 100%),
      linear-gradient(180deg,
        rgba(4, 10, 6, .12) 0%,
        transparent 48%,
        rgba(4, 10, 6, .25) 100%),
      url("assets/hero/hero-giraffe-dove-airy.webp") !important;
    background-position: 64% center !important;
  }
  .country-grid--four .country-card__body {
    min-height: auto;
  }
}

/* ========================================================================== 
   FINAL CLIENT POLISH — OPEN HERO, SIMPLE IMAGE GRID, COMPACT CLEAN FOOTER
   These rules intentionally override only the header/hero, homepage gallery
   and footer. Existing safari, country, blog, CMS and admin styles are intact.
   ========================================================================== */

/* ---------- Header: light, premium and consistent ---------- */
.homepage-home .site-header {
  color: #173021 !important;
  background: rgba(252, 249, 241, .88) !important;
  border-bottom: 1px solid rgba(35, 55, 39, .13) !important;
  box-shadow: 0 8px 28px rgba(35, 45, 34, .07) !important;
  backdrop-filter: blur(14px) saturate(1.08) !important;
}
.homepage-home .site-header.is-scrolled,
.homepage-home.menu-open .site-header,
body.homepage-home.menu-open .site-header {
  background: rgba(252, 249, 241, .98) !important;
  border-bottom-color: rgba(35, 55, 39, .16) !important;
  box-shadow: 0 10px 30px rgba(30, 42, 31, .11) !important;
}
.homepage-home .site-logo,
.homepage-home .primary-nav a { color: #173021 !important; }
.homepage-home .primary-nav a::after { background: #bd8730 !important; }
.homepage-home .menu-toggle span { background: #173021 !important; }
.homepage-home .site-logo__image,
.site-header .site-logo__image {
  width: 92px !important;
  height: 72px !important;
  object-fit: contain;
}

/* ---------- Hero: full visible wilderness, no dark green wall ---------- */
.homepage-home .hero.hero--giraffe.hero--restored {
  min-height: clamp(700px, 94svh, 900px) !important;
  color: #173021 !important;
  background-color: #e7bd78 !important;
  background-image:
    linear-gradient(90deg, rgba(255, 250, 239, .27) 0%, rgba(255, 250, 239, .11) 34%, transparent 58%),
    url("assets/hero/hero-giraffe-dove-open.webp") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.homepage-home .hero.hero--giraffe.hero--restored::before {
  inset: 0 !important;
  width: auto !important;
  aspect-ratio: auto !important;
  opacity: 1 !important;
  background: linear-gradient(180deg, rgba(255,255,255,.05), transparent 56%, rgba(43,37,22,.07)) !important;
}
.homepage-home .hero.hero--giraffe.hero--restored::after {
  height: 48px !important;
  background: linear-gradient(180deg, transparent, rgba(247,243,235,.58)) !important;
}
.homepage-home .hero--restored .hero__shell {
  min-height: clamp(700px, 94svh, 900px) !important;
  padding-top: calc(var(--restored-header-height) + 4.2rem) !important;
}
.homepage-home .hero--restored .hero__content {
  width: min(100%, 690px) !important;
  max-width: 690px !important;
}
.homepage-home .hero--restored .hero__eyebrow {
  color: #8d5d13 !important;
  text-shadow: 0 1px 1px rgba(255,255,255,.65) !important;
}
.homepage-home .hero--restored .hero__eyebrow::before { background: #a97119 !important; }
.homepage-home .hero--restored h1 {
  max-width: 10.7ch !important;
  color: #173021 !important;
  font-size: clamp(4.65rem, 7.2vw, 8.15rem) !important;
  line-height: .84 !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.72), 0 4px 18px rgba(255,239,201,.24) !important;
}
.homepage-home .hero--restored h1 em { color: #a76c12 !important; }
.homepage-home .hero--restored .hero__lead {
  max-width: 590px !important;
  color: #25372a !important;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(255,255,255,.7) !important;
}
.homepage-home .hero--restored .hero__primary {
  background: #bd8730 !important;
  border-color: #bd8730 !important;
  color: #112519 !important;
}
.homepage-home .hero--restored .hero__secondary {
  background: rgba(255, 250, 240, .72) !important;
  border-color: rgba(23, 48, 33, .72) !important;
  color: #173021 !important;
  backdrop-filter: blur(8px) !important;
}
.hero-transition {
  position: relative;
  z-index: 5;
  height: clamp(22px, 3vw, 38px) !important;
  margin: 0 !important;
  background: #f7f3eb !important;
  border-top: 1px solid rgba(106, 84, 45, .1);
  box-shadow: 0 -12px 30px rgba(63, 47, 27, .05);
}
.hero-transition span { display: none !important; }

/* ---------- Simple homepage gallery: 5/4 columns, 2 on mobile ---------- */
.wildlife-gallery {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(4.2rem, 7vw, 7rem) clamp(1rem, 4vw, 4rem) !important;
  background: #f7f3eb !important;
}
.wildlife-gallery::before { display: none !important; }
.wildlife-gallery__inner { width: min(1320px, 100%) !important; margin: 0 auto !important; }
.wildlife-gallery__header {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 470px) !important;
  align-items: end !important;
  gap: 2rem !important;
  margin-bottom: clamp(1.7rem, 3vw, 2.7rem) !important;
  text-align: left !important;
}
.wildlife-gallery__eyebrow {
  margin: 0 0 .6rem !important;
  color: #a8731d !important;
  font-size: .72rem !important;
  font-weight: 800 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}
.wildlife-gallery__header h2 {
  max-width: 15ch !important;
  margin: 0 !important;
  color: #183021 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(2.65rem, 4.6vw, 4.7rem) !important;
  font-weight: 500 !important;
  letter-spacing: -.035em !important;
  line-height: .94 !important;
}
.wildlife-gallery__header > p {
  margin: 0 !important;
  color: #5b584f !important;
  font-size: .96rem !important;
  line-height: 1.7 !important;
}
.wildlife-gallery__grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: clamp(.65rem, 1.1vw, 1rem) !important;
  grid-auto-rows: auto !important;
}
.wildlife-gallery__item {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #d7c5a4 !important;
  cursor: zoom-in !important;
  box-shadow: none !important;
}
.wildlife-gallery__item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform .55s cubic-bezier(.2,.75,.2,1), filter .3s ease !important;
}
.wildlife-gallery__overlay {
  position: absolute !important;
  inset: auto 0 0 !important;
  display: grid !important;
  gap: .18rem !important;
  padding: 1.2rem .9rem .8rem !important;
  color: #fff !important;
  text-align: left !important;
  background: linear-gradient(180deg, transparent, rgba(8,20,13,.77)) !important;
  transform: translateY(22%) !important;
  opacity: 0 !important;
  transition: opacity .28s ease, transform .28s ease !important;
}
.wildlife-gallery__overlay small {
  color: #e6bb68 !important;
  font-size: .6rem !important;
  font-weight: 800 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}
.wildlife-gallery__overlay strong {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(1rem, 1.35vw, 1.3rem) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
}
@media (hover: hover) and (pointer: fine) {
  .wildlife-gallery__item:hover img { transform: scale(1.055) !important; filter: saturate(1.05) contrast(1.02); }
  .wildlife-gallery__item:hover .wildlife-gallery__overlay,
  .wildlife-gallery__item:focus-visible .wildlife-gallery__overlay { opacity: 1 !important; transform: translateY(0) !important; }
}

/* Lightbox with previous/next navigation. */
.gallery-lightbox {
  width: min(1180px, calc(100% - 24px)) !important;
  max-width: none !important;
  max-height: calc(100svh - 24px) !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(204,161,78,.38) !important;
  border-radius: 0 !important;
  background: #0c1810 !important;
  color: #fff !important;
}
.gallery-lightbox figure { display: grid !important; margin: 0 !important; }
.gallery-lightbox img { width: 100% !important; max-height: calc(100svh - 94px) !important; object-fit: contain !important; background: #071009 !important; }
.gallery-lightbox figcaption { min-height: 54px; padding: .85rem 4.2rem .85rem 1rem !important; font-size: 1.15rem !important; }
.gallery-lightbox__close,
.gallery-lightbox__nav {
  position: absolute !important;
  z-index: 3 !important;
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  border: 1px solid rgba(255,255,255,.5) !important;
  border-radius: 50% !important;
  background: rgba(9,24,15,.76) !important;
  color: #fff !important;
  cursor: pointer !important;
  backdrop-filter: blur(7px);
}
.gallery-lightbox__close { top: .75rem !important; right: .75rem !important; font-size: 1.65rem !important; }
.gallery-lightbox__nav { top: 50% !important; transform: translateY(-50%); font-size: 1.35rem !important; }
.gallery-lightbox__nav--prev { left: .75rem !important; }
.gallery-lightbox__nav--next { right: .75rem !important; }
.gallery-lightbox__position {
  position: absolute;
  right: 1rem;
  bottom: .9rem;
  color: rgba(255,255,255,.72);
  font-size: .75rem;
  letter-spacing: .09em;
}

/* ---------- Clean, compact footer with no background artwork ---------- */
.site-footer {
  position: relative !important;
  overflow: hidden !important;
  min-height: 0 !important;
  padding: 0 !important;
  color: rgba(255,255,255,.84) !important;
  background: #102218 !important;
  background-image: none !important;
}
.site-footer::before,
.site-footer::after,
.site-footer__decor { display: none !important; content: none !important; }
.site-footer__main {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, .72fr) minmax(150px, .55fr) minmax(240px, 1fr) !important;
  gap: clamp(1.5rem, 3vw, 3.2rem) !important;
  width: min(1280px, calc(100% - 56px)) !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: clamp(2.5rem, 4vw, 3.6rem) 0 2.2rem !important;
  align-items: start !important;
}
.footer-brand,
.footer-review-offers,
.footer-info,
.footer-contact {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.footer-brand {
  display: grid !important;
  grid-template-columns: 88px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 1.1rem !important;
}
.footer-brand__logo { width: 88px !important; height: 78px !important; object-fit: contain !important; }
.footer-brand h2,
.footer-info h3,
.footer-contact h3 {
  margin: 0 0 .75rem !important;
  color: #fff7e9 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}
.footer-brand h2 { font-size: 1.8rem !important; }
.footer-info h3,
.footer-contact h3 { color: #d5a552 !important; font-size: 1.45rem !important; }
.footer-brand p {
  max-width: 450px !important;
  margin: 0 !important;
  color: rgba(255,255,255,.7) !important;
  font-size: .82rem !important;
  line-height: 1.65 !important;
}
.footer-review-offers { display: grid !important; gap: 1rem !important; }
.tripadvisor-summary {
  display: grid !important;
  gap: .7rem !important;
  padding: 0 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.tripadvisor-summary__heading { display: flex !important; align-items: center !important; gap: .65rem !important; font-family: "Cormorant Garamond", Georgia, serif !important; font-size: 1.25rem !important; }
.tripadvisor-summary__icon { display: grid !important; place-items: center !important; width: 38px !important; height: 38px !important; border-radius: 50% !important; background: #58bd76 !important; color: #0d2416 !important; }
.tripadvisor-summary__icon svg { width: 27px !important; height: 22px !important; fill: none !important; stroke: currentColor !important; stroke-width: 2 !important; }
.tripadvisor-stars { display: flex !important; gap: .28rem !important; }
.tripadvisor-stars span { display: grid !important; place-items: center !important; width: 25px !important; height: 25px !important; border-radius: 50% !important; background: #58bd76 !important; }
.tripadvisor-stars svg { width: 15px !important; height: 15px !important; fill: #fff !important; }
.special-offers-compact {
  display: grid !important;
  gap: .1rem !important;
  padding: .8rem .9rem !important;
  border: 1px solid rgba(213,165,82,.58) !important;
  color: #fff !important;
  text-decoration: none !important;
  transition: background-color .2s ease, border-color .2s ease !important;
}
.special-offers-compact span { color: #e2b765 !important; font-family: "Cormorant Garamond", Georgia, serif !important; font-size: 1.28rem !important; font-weight: 600 !important; }
.special-offers-compact small { color: rgba(255,255,255,.66) !important; font-size: .69rem !important; line-height: 1.35 !important; }
.special-offers-compact:hover,
.special-offers-compact:focus-visible { background: rgba(213,165,82,.1) !important; border-color: #d5a552 !important; }
.footer-info ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: .58rem .9rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.footer-info li,
.footer-info li + li { margin: 0 !important; }
.footer-info a {
  display: inline-flex !important;
  padding: 0 !important;
  color: rgba(255,255,255,.76) !important;
  font-size: .82rem !important;
  text-decoration: none !important;
}
.footer-info a::before { display: none !important; }
.footer-info a:hover,
.footer-info a:focus-visible { color: #e4b762 !important; transform: none !important; }
.footer-contact { display: grid !important; gap: .85rem !important; }
.footer-contact > a,
.footer-contact > div {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: .7rem !important;
  padding: 0 !important;
  border: 0 !important;
  color: rgba(255,255,255,.84) !important;
  font-size: .8rem !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  overflow-wrap: anywhere;
}
.footer-contact small {
  display: block !important;
  margin-bottom: .12rem !important;
  color: #d5a552 !important;
  font-size: .64rem !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}
.footer-contact__icon { width: 30px !important; height: 30px !important; color: #d5a552 !important; }
.footer-contact__icon svg { width: 24px !important; height: 24px !important; fill: none !important; stroke: currentColor !important; stroke-width: 1.6 !important; }
.site-footer__bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  width: min(1280px, calc(100% - 56px)) !important;
  min-height: 58px !important;
  margin: 0 auto !important;
  padding: .8rem 0 !important;
  border-top: 1px solid rgba(213,165,82,.2) !important;
  background: transparent !important;
  color: rgba(255,255,255,.58) !important;
  font-size: .72rem !important;
}
.site-footer__bottom p { margin: 0 !important; }
.site-footer__bottom a { color: #d5a552 !important; text-decoration: none !important; }

@media (max-width: 1180px) {
  .wildlife-gallery__grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .site-footer__main { grid-template-columns: 1.2fr .75fr .6fr 1fr !important; gap: 1.5rem !important; }
  .footer-brand { grid-template-columns: 72px minmax(0,1fr) !important; }
  .footer-brand__logo { width: 72px !important; height: 66px !important; }
}

@media (max-width: 900px) {
  .homepage-home .site-header { background: rgba(252,249,241,.96) !important; }
  .homepage-home .primary-nav {
    background: rgba(252,249,241,.99) !important;
    color: #173021 !important;
    border-color: rgba(35,55,39,.13) !important;
    box-shadow: 0 18px 34px rgba(35,45,34,.16) !important;
  }
  .homepage-home .primary-nav a { color: #173021 !important; border-top-color: rgba(35,55,39,.08) !important; }
  .homepage-home .hero.hero--giraffe.hero--restored {
    background-image:
      linear-gradient(90deg, rgba(255,250,239,.24), rgba(255,250,239,.07) 48%, transparent 72%),
      url("assets/hero/hero-giraffe-dove-open.webp") !important;
    background-position: 57% center !important;
  }
  .wildlife-gallery__header { grid-template-columns: 1fr !important; gap: 1rem !important; }
  .site-footer__main { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .footer-brand { grid-column: 1 / -1 !important; }
}

@media (max-width: 760px) {
  .wildlife-gallery { padding-inline: .9rem !important; }
  .wildlife-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: .55rem !important; }
  .wildlife-gallery__overlay { opacity: 1 !important; transform: none !important; padding: 1rem .65rem .55rem !important; }
}

@media (max-width: 620px) {
  .homepage-home .site-logo__image,
  .site-header .site-logo__image { width: 62px !important; height: 54px !important; }
  .homepage-home .hero.hero--giraffe.hero--restored {
    min-height: auto !important;
    padding-top: var(--restored-header-height) !important;
    background-color: #f7f3eb !important;
    background-image: url("assets/hero/hero-giraffe-dove-mobile.webp") !important;
    background-size: 100% auto !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
  }
  .homepage-home .hero.hero--giraffe.hero--restored::before,
  .homepage-home .hero.hero--giraffe.hero--restored::after { display: none !important; }
  .homepage-home .hero--restored .hero__shell {
    width: 100% !important;
    min-height: 0 !important;
    padding: min(126vw, 610px) 0 0 !important;
    align-items: stretch !important;
  }
  .homepage-home .hero--restored .hero__content {
    width: 100% !important;
    max-width: none !important;
    padding: 2.15rem 1.25rem 3rem !important;
    background: #f7f3eb !important;
  }
  .homepage-home .hero--restored h1 {
    max-width: 10ch !important;
    color: #173021 !important;
    font-size: clamp(3.25rem, 15.8vw, 4.65rem) !important;
    line-height: .88 !important;
    text-shadow: none !important;
  }
  .homepage-home .hero--restored .hero__lead { color: #3c493e !important; text-shadow: none !important; }
  .homepage-home .hero--restored .hero__actions { width: 100% !important; max-width: 330px; }
  .hero-transition { height: 16px !important; }
  .site-footer__main {
    grid-template-columns: 1fr !important;
    width: min(100% - 32px, 520px) !important;
    gap: 1.8rem !important;
    padding-block: 2.3rem 1.7rem !important;
  }
  .footer-brand { grid-column: auto !important; grid-template-columns: 70px minmax(0,1fr) !important; }
  .footer-info ul { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .site-footer__bottom {
    width: min(100% - 32px, 520px) !important;
    min-height: 0 !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: .35rem !important;
    padding-block: 1rem 1.25rem !important;
  }
  .gallery-lightbox__nav { width: 40px !important; height: 40px !important; }
}

@media (max-width: 390px) {
  .footer-info ul { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .wildlife-gallery__header h2 { font-size: 2.45rem !important; }
}

/* ========================================================================== 
   V5 HERO RESPONSIVENESS CORRECTION
   Scope: homepage header + hero only. All other approved sections untouched.
   ========================================================================== */

/* Clean dark glass header so the logo and navigation remain legible. */
.homepage-home .site-header {
  color: #fff8ec !important;
  background: linear-gradient(90deg, rgba(12,31,20,.88), rgba(20,40,26,.72)) !important;
  border-bottom: 1px solid rgba(226,183,101,.24) !important;
  box-shadow: 0 8px 26px rgba(7,18,11,.12) !important;
  backdrop-filter: blur(10px) saturate(1.04) !important;
}
.homepage-home .site-header.is-scrolled,
.homepage-home.menu-open .site-header,
body.homepage-home.menu-open .site-header {
  background: rgba(14,34,22,.97) !important;
  border-bottom-color: rgba(226,183,101,.30) !important;
  box-shadow: 0 10px 30px rgba(7,18,11,.22) !important;
}
.homepage-home .site-logo,
.homepage-home .primary-nav a { color: #fff8ec !important; }
.homepage-home .primary-nav a::after { background: #d9a747 !important; }
.homepage-home .menu-toggle span { background: #fff8ec !important; }
.homepage-home .site-logo__image,
.site-header .site-logo__image {
  width: 82px !important;
  height: 68px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,.20));
}
.homepage-home .header-cta {
  background: #d9a747 !important;
  border-color: #d9a747 !important;
  color: #14261a !important;
}

/* Full visible safari image with only a soft, local readability veil. */
.homepage-home .hero.hero--giraffe.hero--restored {
  min-height: clamp(690px, 90svh, 860px) !important;
  color: #fff8ec !important;
  background-color: #c78d3c !important;
  background-image:
    linear-gradient(90deg,
      rgba(8,25,16,.38) 0%,
      rgba(8,25,16,.24) 24%,
      rgba(8,25,16,.09) 43%,
      rgba(8,25,16,0) 64%),
    linear-gradient(180deg,
      rgba(6,16,10,.10) 0%,
      rgba(6,16,10,0) 48%,
      rgba(6,16,10,.11) 100%),
    url("assets/hero/hero-giraffe-dove-open.webp") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.homepage-home .hero.hero--giraffe.hero--restored::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: min(58vw, 850px) !important;
  height: 100% !important;
  opacity: 1 !important;
  pointer-events: none !important;
  background: radial-gradient(ellipse at 28% 52%, rgba(7,24,15,.27) 0%, rgba(7,24,15,.13) 46%, transparent 73%) !important;
}
.homepage-home .hero.hero--giraffe.hero--restored::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: auto 0 0 !important;
  width: 100% !important;
  height: 20px !important;
  opacity: 1 !important;
  background: linear-gradient(180deg, transparent, rgba(247,243,235,.32)) !important;
  pointer-events: none !important;
}
.homepage-home .hero--restored .hero__shell {
  width: min(1320px, calc(100% - 72px)) !important;
  min-height: clamp(690px, 90svh, 860px) !important;
  margin-inline: auto !important;
  padding: calc(var(--restored-header-height) + 4.4rem) 0 4.8rem !important;
  align-items: center !important;
}
.homepage-home .hero--restored .hero__content {
  position: relative !important;
  z-index: 2 !important;
  width: min(100%, 650px) !important;
  max-width: 650px !important;
  padding: 0 !important;
  background: transparent !important;
}
.homepage-home .hero--restored .hero__eyebrow {
  color: #e7b75e !important;
  text-shadow: 0 2px 8px rgba(0,0,0,.35) !important;
}
.homepage-home .hero--restored .hero__eyebrow::before { background: #e7b75e !important; }
.homepage-home .hero--restored h1 {
  max-width: 10.6ch !important;
  color: #fff8ec !important;
  font-size: clamp(4.45rem, 6.5vw, 7.35rem) !important;
  line-height: .86 !important;
  text-shadow: 0 3px 18px rgba(0,0,0,.31) !important;
}
.homepage-home .hero--restored h1 em { color: #d8a242 !important; }
.homepage-home .hero--restored .hero__lead {
  max-width: 570px !important;
  color: rgba(255,250,240,.95) !important;
  font-weight: 500 !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.45) !important;
}
.homepage-home .hero--restored .hero__primary {
  background: #d9a747 !important;
  border-color: #d9a747 !important;
  color: #14261a !important;
}
.homepage-home .hero--restored .hero__secondary {
  background: rgba(11,31,20,.34) !important;
  border-color: rgba(255,248,236,.66) !important;
  color: #fff8ec !important;
  backdrop-filter: blur(6px) !important;
}
.hero-transition {
  height: 12px !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: #f7f3eb !important;
}

@media (max-width: 900px) {
  .homepage-home .primary-nav {
    background: rgba(14,34,22,.99) !important;
    color: #fff8ec !important;
    border-color: rgba(226,183,101,.25) !important;
    box-shadow: 0 18px 34px rgba(6,17,10,.26) !important;
  }
  .homepage-home .primary-nav a {
    color: #fff8ec !important;
    border-top-color: rgba(255,255,255,.08) !important;
  }
  .homepage-home .hero.hero--giraffe.hero--restored {
    background-position: 58% center !important;
  }
  .homepage-home .hero--restored .hero__shell {
    width: min(100% - 40px, 820px) !important;
  }
  .homepage-home .hero--restored h1 {
    font-size: clamp(4rem, 9vw, 6rem) !important;
  }
}

/* Mobile remains one integrated full-image hero — no detached cream text block. */
@media (max-width: 620px) {
  .homepage-home .site-header {
    background: rgba(12,31,20,.90) !important;
  }
  .homepage-home .site-logo__image,
  .site-header .site-logo__image {
    width: 60px !important;
    height: 52px !important;
  }
  .homepage-home .hero.hero--giraffe.hero--restored {
    min-height: clamp(720px, 100svh, 900px) !important;
    padding-top: 0 !important;
    background-color: #9d692d !important;
    background-image:
      linear-gradient(180deg,
        rgba(7,20,12,.06) 0%,
        rgba(7,20,12,.03) 38%,
        rgba(7,20,12,.36) 65%,
        rgba(7,20,12,.82) 100%),
      url("assets/hero/hero-giraffe-dove-mobile.webp") !important;
    background-size: cover !important;
    background-position: center 34% !important;
    background-repeat: no-repeat !important;
  }
  .homepage-home .hero.hero--giraffe.hero--restored::before {
    display: none !important;
  }
  .homepage-home .hero.hero--giraffe.hero--restored::after {
    height: 10px !important;
    background: linear-gradient(180deg, transparent, rgba(247,243,235,.38)) !important;
  }
  .homepage-home .hero--restored .hero__shell {
    width: min(100% - 30px, 520px) !important;
    min-height: clamp(720px, 100svh, 900px) !important;
    margin-inline: auto !important;
    padding: calc(var(--restored-header-height) + 17rem) 0 2.2rem !important;
    align-items: end !important;
  }
  .homepage-home .hero--restored .hero__content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    color: #fff8ec !important;
    background: transparent !important;
  }
  .homepage-home .hero--restored .hero__eyebrow {
    font-size: .67rem !important;
    letter-spacing: .16em !important;
  }
  .homepage-home .hero--restored h1 {
    max-width: 9.6ch !important;
    color: #fff8ec !important;
    font-size: clamp(3.1rem, 14vw, 4.25rem) !important;
    line-height: .88 !important;
    text-shadow: 0 3px 15px rgba(0,0,0,.43) !important;
  }
  .homepage-home .hero--restored h1 em { color: #e1ae4f !important; }
  .homepage-home .hero--restored .hero__lead {
    max-width: 31rem !important;
    color: rgba(255,250,240,.94) !important;
    font-size: clamp(.94rem, 4.2vw, 1.06rem) !important;
    line-height: 1.55 !important;
    text-shadow: 0 2px 9px rgba(0,0,0,.52) !important;
  }
  .homepage-home .hero--restored .hero__actions {
    width: 100% !important;
    max-width: 360px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: .65rem !important;
  }
  .homepage-home .hero--restored .hero__primary,
  .homepage-home .hero--restored .hero__secondary {
    min-width: 0 !important;
    padding-inline: .85rem !important;
  }
  .hero-transition { height: 8px !important; }
}

@media (max-width: 390px) {
  .homepage-home .hero--restored .hero__shell {
    padding-top: calc(var(--restored-header-height) + 15.5rem) !important;
  }
  .homepage-home .hero--restored h1 {
    font-size: clamp(2.8rem, 13.7vw, 3.6rem) !important;
  }
  .homepage-home .hero--restored .hero__actions {
    grid-template-columns: 1fr !important;
    max-width: 260px !important;
  }
}

/* ========================================================================== 
   V6 HERO-ONLY CORRECTION
   Restores the balanced desktop/mobile hero. No other section is changed.
   ========================================================================== */

/* Transparent, clean header over the photograph. */
.homepage-home .site-header {
  color: #fff9ee !important;
  background: linear-gradient(180deg, rgba(11,27,17,.22), rgba(11,27,17,.04)) !important;
  border-bottom: 1px solid rgba(255,255,255,.16) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
.homepage-home .site-header.is-scrolled,
.homepage-home.menu-open .site-header,
body.homepage-home.menu-open .site-header {
  background: rgba(18,42,27,.96) !important;
  border-bottom-color: rgba(225,177,83,.24) !important;
  box-shadow: 0 8px 24px rgba(7,18,11,.16) !important;
  backdrop-filter: blur(10px) saturate(1.04) !important;
}
.homepage-home .site-logo,
.homepage-home .primary-nav a {
  color: #fff9ee !important;
  text-shadow: 0 2px 8px rgba(0,0,0,.45) !important;
}
.homepage-home .menu-toggle {
  border-color: rgba(255,255,255,.42) !important;
  background: rgba(14,34,22,.18) !important;
}
.homepage-home .menu-toggle span { background: #fff9ee !important; }
.homepage-home .site-logo__image,
.site-header .site-logo__image {
  width: 78px !important;
  height: 66px !important;
}

/* The complete savannah remains visible. Only a narrow local veil supports text. */
.homepage-home .hero.hero--giraffe.hero--restored {
  min-height: clamp(680px, 88svh, 830px) !important;
  color: #fff9ee !important;
  background-color: #c88c3b !important;
  background-image:
    linear-gradient(90deg,
      rgba(10,29,18,.29) 0%,
      rgba(10,29,18,.20) 22%,
      rgba(10,29,18,.08) 40%,
      rgba(10,29,18,0) 58%),
    url("assets/hero/hero-giraffe-dove-open.webp") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.homepage-home .hero.hero--giraffe.hero--restored::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: min(48vw, 700px) !important;
  height: 100% !important;
  pointer-events: none !important;
  background: radial-gradient(ellipse at 22% 52%, rgba(7,23,14,.18), rgba(7,23,14,.06) 54%, transparent 76%) !important;
}
.homepage-home .hero.hero--giraffe.hero--restored::after {
  display: none !important;
  content: none !important;
}
.homepage-home .hero--restored .hero__shell {
  width: min(1320px, calc(100% - 72px)) !important;
  min-height: clamp(680px, 88svh, 830px) !important;
  padding: calc(var(--restored-header-height) + 3.7rem) 0 4.25rem !important;
  align-items: center !important;
}
.homepage-home .hero--restored .hero__content {
  width: min(100%, 625px) !important;
  max-width: 625px !important;
}
.homepage-home .hero--restored h1 {
  max-width: 10.4ch !important;
  font-size: clamp(4.35rem, 6.25vw, 7.05rem) !important;
  line-height: .87 !important;
  color: #fff8ed !important;
  text-shadow: 0 3px 16px rgba(0,0,0,.34) !important;
}
.homepage-home .hero--restored .hero__lead {
  max-width: 560px !important;
  color: rgba(255,250,240,.97) !important;
  font-size: clamp(1rem, 1.22vw, 1.16rem) !important;
  line-height: 1.58 !important;
  text-shadow: 0 2px 8px rgba(0,0,0,.52) !important;
}
.homepage-home .hero--restored .hero__secondary {
  background: rgba(15,35,23,.20) !important;
  backdrop-filter: blur(4px) !important;
}

/* Remove the pale strip between hero and About Us entirely. */
.hero-transition {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.homepage-home .hero + .hero-transition + .homepage,
.homepage-home .hero + .homepage {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  .homepage-home .primary-nav {
    background: rgba(18,42,27,.98) !important;
  }
  .homepage-home .hero.hero--giraffe.hero--restored {
    background-position: 61% center !important;
  }
  .homepage-home .hero--restored .hero__shell {
    width: min(100% - 40px, 820px) !important;
  }
}

/* Mobile: preserve the integrated hero composition that previously worked well. */
@media (max-width: 620px) {
  .homepage-home .site-header {
    background: linear-gradient(180deg, rgba(13,31,20,.52), rgba(13,31,20,.14)) !important;
    border-bottom-color: rgba(255,255,255,.13) !important;
  }
  .homepage-home .site-header.is-scrolled,
  .homepage-home.menu-open .site-header,
  body.homepage-home.menu-open .site-header {
    background: rgba(18,42,27,.97) !important;
  }
  .homepage-home .site-logo__image,
  .site-header .site-logo__image {
    width: 58px !important;
    height: 50px !important;
  }
  .homepage-home .hero.hero--giraffe.hero--restored {
    min-height: 760px !important;
    padding-top: 0 !important;
    background-color: #9d692d !important;
    background-image:
      linear-gradient(180deg,
        rgba(8,22,14,.04) 0%,
        rgba(8,22,14,.02) 34%,
        rgba(8,22,14,.18) 57%,
        rgba(8,22,14,.68) 100%),
      url("assets/hero/hero-giraffe-dove-mobile.webp") !important;
    background-size: cover !important;
    background-position: center 36% !important;
    background-repeat: no-repeat !important;
  }
  .homepage-home .hero.hero--giraffe.hero--restored::before,
  .homepage-home .hero.hero--giraffe.hero--restored::after {
    display: none !important;
  }
  .homepage-home .hero--restored .hero__shell {
    width: min(100% - 28px, 500px) !important;
    min-height: 760px !important;
    margin-inline: auto !important;
    padding: calc(var(--restored-header-height) + 10.75rem) 0 2rem !important;
    align-items: end !important;
  }
  .homepage-home .hero--restored .hero__content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    background: transparent !important;
  }
  .homepage-home .hero--restored .hero__eyebrow {
    margin-bottom: .95rem !important;
    font-size: .64rem !important;
    letter-spacing: .15em !important;
  }
  .homepage-home .hero--restored h1 {
    max-width: 8.9ch !important;
    margin-bottom: 1.05rem !important;
    font-size: clamp(3rem, 13.4vw, 3.75rem) !important;
    line-height: .9 !important;
    text-shadow: 0 3px 14px rgba(0,0,0,.45) !important;
  }
  .homepage-home .hero--restored .hero__lead {
    max-width: 23rem !important;
    margin-bottom: 1.4rem !important;
    font-size: .96rem !important;
    line-height: 1.48 !important;
  }
  .homepage-home .hero--restored .hero__actions {
    width: 100% !important;
    max-width: 320px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: .62rem !important;
  }
  .homepage-home .hero--restored .hero__primary,
  .homepage-home .hero--restored .hero__secondary {
    min-height: 50px !important;
    width: 100% !important;
    padding: .8rem 1.1rem !important;
  }
}

@media (max-width: 390px) {
  .homepage-home .hero.hero--giraffe.hero--restored,
  .homepage-home .hero--restored .hero__shell {
    min-height: 730px !important;
  }
  .homepage-home .hero--restored .hero__shell {
    padding-top: calc(var(--restored-header-height) + 9.5rem) !important;
  }
  .homepage-home .hero--restored h1 {
    font-size: clamp(2.75rem, 13vw, 3.35rem) !important;
  }
}

/* ========================================================================== 
   V7 MOBILE HERO COMPOSITION
   Mobile-only correction matching the approved compact hero reference.
   Desktop/tablet sections and CMS output are unchanged.
   ========================================================================== */
@media (max-width: 620px) {
  :root { --site-header-height: 70px !important; }

  .homepage-home .site-header,
  .homepage-home .site-header.is-scrolled,
  .homepage-home.menu-open .site-header,
  body.homepage-home.menu-open .site-header {
    position: sticky !important;
    top: 0 !important;
    min-height: 70px !important;
    background: #13291b !important;
    border-bottom: 1px solid rgba(255,255,255,.18) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .homepage-home .site-header__inner {
    width: calc(100% - 28px) !important;
    min-height: 70px !important;
    padding: 0 !important;
  }

  .homepage-home .site-logo__image,
  .site-header .site-logo__image {
    width: 96px !important;
    height: 54px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  .homepage-home .menu-toggle {
    width: 44px !important;
    height: 44px !important;
    border: 1px solid rgba(255,255,255,.28) !important;
    background: rgba(255,255,255,.035) !important;
  }
  .homepage-home .menu-toggle span {
    width: 23px !important;
    height: 2px !important;
    background: #fff8e9 !important;
  }

  .homepage-home .hero.hero--giraffe.hero--restored {
    min-height: 610px !important;
    height: 610px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background-color: #102619 !important;
    background-image:
      linear-gradient(90deg,
        rgba(7,25,15,.88) 0%,
        rgba(7,25,15,.76) 31%,
        rgba(7,25,15,.34) 56%,
        rgba(7,25,15,.04) 78%),
      linear-gradient(180deg,
        rgba(8,22,14,.08) 0%,
        rgba(8,22,14,.02) 47%,
        rgba(8,22,14,.33) 100%),
      url("assets/hero/hero-giraffe-dove-mobile.webp") !important;
    background-size: cover !important;
    background-position: 61% center !important;
    background-repeat: no-repeat !important;
  }

  .homepage-home .hero.hero--giraffe.hero--restored::before,
  .homepage-home .hero.hero--giraffe.hero--restored::after {
    display: none !important;
    content: none !important;
  }

  .homepage-home .hero--restored .hero__shell {
    width: calc(100% - 30px) !important;
    min-height: 610px !important;
    height: 610px !important;
    margin: 0 auto !important;
    padding: 49px 0 31px !important;
    display: flex !important;
    align-items: flex-start !important;
  }

  .homepage-home .hero--restored .hero__content {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .homepage-home .hero--restored .hero__eyebrow {
    margin: 0 0 18px !important;
    color: #dca945 !important;
    font-size: .64rem !important;
    line-height: 1.2 !important;
    letter-spacing: .15em !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.4) !important;
  }

  .homepage-home .hero--restored h1 {
    width: 220px !important;
    max-width: 220px !important;
    margin: 0 0 20px !important;
    color: #fff7e9 !important;
    font-size: 4rem !important;
    line-height: .91 !important;
    letter-spacing: -.045em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-shadow: 0 3px 14px rgba(0,0,0,.38) !important;
  }
  .homepage-home .hero--restored h1 span {
    display: block !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  .homepage-home .hero--restored h1 em {
    color: #dba740 !important;
    font-style: normal !important;
  }

  .homepage-home .hero--restored .hero__lead {
    width: 100% !important;
    max-width: 370px !important;
    margin: 0 0 27px !important;
    color: #fff !important;
    font-size: .965rem !important;
    font-weight: 600 !important;
    line-height: 1.55 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-shadow: 0 2px 9px rgba(0,0,0,.55) !important;
  }

  .homepage-home .hero--restored .hero__actions {
    width: min(100%, 285px) !important;
    max-width: 285px !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .homepage-home .hero--restored .hero__primary,
  .homepage-home .hero--restored .hero__secondary {
    width: 100% !important;
    min-height: 51px !important;
    padding: .8rem 1.25rem !important;
    justify-content: space-between !important;
    font-size: .8rem !important;
    font-weight: 700 !important;
  }
  .homepage-home .hero--restored .hero__primary {
    background: #d9a442 !important;
    border-color: #d9a442 !important;
    color: #102619 !important;
  }
  .homepage-home .hero--restored .hero__secondary {
    background: rgba(7,25,15,.18) !important;
    border-color: rgba(221,170,70,.88) !important;
    color: #fff !important;
    backdrop-filter: none !important;
  }

  .hero-transition {
    display: none !important;
    height: 0 !important;
  }
}

@media (max-width: 390px) {
  .homepage-home .hero.hero--giraffe.hero--restored,
  .homepage-home .hero--restored .hero__shell {
    min-height: 600px !important;
    height: 600px !important;
  }
  .homepage-home .hero--restored .hero__shell {
    width: calc(100% - 24px) !important;
    padding-top: 46px !important;
  }
  .homepage-home .hero--restored h1 {
    width: 205px !important;
    max-width: 205px !important;
    font-size: 3.7rem !important;
  }
  .homepage-home .hero--restored .hero__lead {
    font-size: .91rem !important;
  }
}

/* ======================================================================
   V8 FINAL UNIFORMITY PASS
   Header/logo, compact footer and simplified home contact CTA only.
   Existing hero, cards, gallery, CMS and responsive layouts are preserved.
   ====================================================================== */

:root {
  --v8-header-bg: rgba(250, 247, 239, 0.94);
  --v8-header-border: rgba(42, 61, 45, 0.13);
  --v8-forest: #183021;
  --v8-forest-deep: #102318;
  --v8-gold: #c99a46;
  --v8-paper: #f4f3ef;
  --v8-card: #fffdf8;
  --v8-copy: #4a504b;
}

/* One clean header treatment across every public page. */
.site-header,
.homepage-home .site-header,
.homepage-home .site-header.is-scrolled,
.homepage-home.menu-open .site-header,
body.homepage-home.menu-open .site-header {
  background: var(--v8-header-bg) !important;
  border-bottom: 1px solid var(--v8-header-border) !important;
  box-shadow: 0 5px 22px rgba(29, 42, 31, 0.06) !important;
  -webkit-backdrop-filter: blur(14px) saturate(125%) !important;
  backdrop-filter: blur(14px) saturate(125%) !important;
}

.site-header__inner,
.homepage-home .site-header__inner {
  width: min(1380px, calc(100% - 48px)) !important;
  min-height: 88px !important;
  gap: clamp(1rem, 2vw, 2.4rem) !important;
}

.site-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 138px !important;
  overflow: visible !important;
}

.site-header .site-logo__image,
.homepage-home .site-header .site-logo__image {
  display: block !important;
  width: 142px !important;
  height: 76px !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: drop-shadow(0 2px 8px rgba(20, 37, 24, 0.08)) !important;
}

.primary-nav {
  gap: clamp(1.25rem, 2.1vw, 2.2rem) !important;
}

.primary-nav > a:not(.primary-nav__plan-trip) {
  color: var(--v8-forest) !important;
  font-size: 0.86rem !important;
  font-weight: 650 !important;
  letter-spacing: 0.005em !important;
  text-shadow: none !important;
}

.primary-nav > a:not(.primary-nav__plan-trip):hover,
.primary-nav > a:not(.primary-nav__plan-trip):focus-visible,
.primary-nav > a[aria-current="page"] {
  color: #9b6c1f !important;
}

.header-cta {
  min-width: 118px !important;
  min-height: 48px !important;
  padding: 0.8rem 1.35rem !important;
  background: var(--v8-gold) !important;
  border-color: var(--v8-gold) !important;
  color: #142419 !important;
  box-shadow: none !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: #b98531 !important;
  border-color: #b98531 !important;
  transform: translateY(-1px) !important;
}

.menu-toggle {
  border-color: rgba(24, 48, 33, 0.28) !important;
  background: rgba(255, 255, 255, 0.5) !important;
}
.menu-toggle span { background: var(--v8-forest) !important; }

/* Homepage CTA above footer: simple, calm grey canvas with balanced panels. */
.homepage-home .safari-request {
  padding: clamp(4rem, 6vw, 6.5rem) clamp(1rem, 4vw, 3rem) !important;
  background: #eceeea !important;
  background-image: none !important;
  border-top: 1px solid rgba(40, 57, 43, 0.08) !important;
}

.homepage-home .safari-request::before,
.homepage-home .safari-request::after {
  display: none !important;
}

.homepage-home .safari-request__inner {
  width: min(1180px, 100%) !important;
  min-height: 0 !important;
  margin-inline: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr) !important;
  align-items: stretch !important;
  gap: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  border: 1px solid rgba(35, 52, 38, 0.13) !important;
  box-shadow: 0 18px 48px rgba(31, 42, 33, 0.09) !important;
}

.homepage-home .safari-request__intro {
  min-height: 100% !important;
  padding: clamp(2.5rem, 4vw, 4.25rem) !important;
  background: linear-gradient(145deg, #203a28 0%, var(--v8-forest-deep) 100%) !important;
  color: #fff !important;
}

.homepage-home .safari-request__intro::before,
.homepage-home .safari-request__intro::after {
  display: none !important;
}

.homepage-home .safari-request__intro-content {
  width: 100% !important;
  max-width: 430px !important;
  margin: 0 !important;
}

.homepage-home .safari-request__eyebrow,
.homepage-home .safari-request__form-eyebrow {
  color: var(--v8-gold) !important;
  letter-spacing: 0.16em !important;
}

.homepage-home .safari-request__intro h2 {
  max-width: 11ch !important;
  margin: 0 !important;
  color: #fffaf0 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(2.5rem, 4vw, 4rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.035em !important;
}

.homepage-home .safari-request__rule {
  width: 64px !important;
  margin: 1.35rem 0 1.25rem !important;
  background: var(--v8-gold) !important;
}

.homepage-home .safari-request__lead {
  max-width: 38ch !important;
  margin: 0 0 2rem !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.96rem !important;
  line-height: 1.7 !important;
}

.homepage-home .safari-request__contacts {
  display: grid !important;
  gap: 1rem !important;
}

.homepage-home .safari-contact {
  min-height: 52px !important;
  padding: 0 !important;
  color: #fff !important;
  border: 0 !important;
  background: transparent !important;
}

.homepage-home .safari-contact__icon {
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px !important;
  border: 1px solid rgba(201, 154, 70, 0.55) !important;
  background: rgba(201, 154, 70, 0.08) !important;
  color: var(--v8-gold) !important;
}

.homepage-home .safari-contact strong {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}
.homepage-home .safari-contact small {
  color: #fff !important;
  font-size: 0.9rem !important;
}

.homepage-home .safari-request__form-panel {
  min-height: 100% !important;
  padding: clamp(2.5rem, 4vw, 4.25rem) !important;
  background: var(--v8-card) !important;
  color: var(--v8-forest) !important;
}

.homepage-home .safari-request__form-heading {
  margin-bottom: 1.75rem !important;
}

.homepage-home .safari-request__form-heading h3 {
  max-width: 560px !important;
  margin: 0.4rem 0 0 !important;
  color: #263329 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(1.8rem, 2.6vw, 2.45rem) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
}

.homepage-home .safari-request-form {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1rem !important;
}

.homepage-home .form-field {
  display: grid !important;
  gap: 0.45rem !important;
}

.homepage-home .form-field label {
  color: #354239 !important;
  font-size: 0.78rem !important;
  font-weight: 650 !important;
}

.homepage-home .form-field input,
.homepage-home .form-field textarea {
  width: 100% !important;
  min-width: 0 !important;
  border: 1px solid rgba(39, 55, 42, 0.16) !important;
  border-radius: 0 !important;
  background: #f7f7f3 !important;
  color: #243027 !important;
  box-shadow: none !important;
}

.homepage-home .form-field input {
  min-height: 50px !important;
  padding: 0 1rem !important;
}
.homepage-home .form-field textarea {
  min-height: 130px !important;
  padding: 0.9rem 1rem !important;
  resize: vertical !important;
}
.homepage-home .form-field input:focus,
.homepage-home .form-field textarea:focus {
  border-color: var(--v8-gold) !important;
  outline: 3px solid rgba(201, 154, 70, 0.13) !important;
  outline-offset: 0 !important;
}

.homepage-home .safari-request-form__submit {
  min-height: 52px !important;
  margin-top: 0.25rem !important;
  background: var(--v8-gold) !important;
  border: 1px solid var(--v8-gold) !important;
  color: #16261a !important;
  box-shadow: none !important;
}
.homepage-home .safari-request-form__submit:hover,
.homepage-home .safari-request-form__submit:focus-visible {
  background: #b98531 !important;
  border-color: #b98531 !important;
}

/* Compact, clean footer shared by every page. */
.site-footer {
  background: var(--v8-forest-deep) !important;
  background-image: none !important;
  color: rgba(255, 255, 255, 0.82) !important;
  border-top: 1px solid rgba(201, 154, 70, 0.25) !important;
}
.site-footer::before,
.site-footer::after { display: none !important; }

.site-footer__main {
  width: min(1280px, calc(100% - 48px)) !important;
  margin-inline: auto !important;
  padding: clamp(2.6rem, 4vw, 4rem) 0 clamp(2.1rem, 3vw, 3rem) !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 1.25fr) minmax(190px, 0.85fr) minmax(150px, 0.62fr) minmax(240px, 1fr) !important;
  gap: clamp(1.5rem, 3vw, 3.2rem) !important;
  align-items: start !important;
}

.footer-brand {
  display: grid !important;
  grid-template-columns: 96px minmax(0, 1fr) !important;
  gap: 1rem !important;
  align-items: start !important;
}
.footer-brand__logo {
  width: 96px !important;
  height: 88px !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: 0 !important;
}
.footer-brand h2,
.site-footer h3 {
  color: #fff8eb !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
}
.footer-brand h2 {
  margin: 0 0 0.55rem !important;
  font-size: 1.65rem !important;
}
.footer-brand p {
  max-width: 38ch !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.67) !important;
  font-size: 0.82rem !important;
  line-height: 1.65 !important;
}

.footer-review-offers {
  gap: 1.15rem !important;
  padding: 0 !important;
  border: 0 !important;
}
.tripadvisor-summary,
.special-offers-compact {
  min-height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.tripadvisor-summary__heading { color: #fff !important; }
.special-offers-compact span { color: #fff8eb !important; }
.special-offers-compact small { color: rgba(255,255,255,.62) !important; }

.footer-info h3,
.footer-contact h3 {
  margin: 0 0 1rem !important;
  font-size: 1.35rem !important;
}
.footer-info ul { gap: 0.55rem !important; }
.footer-info a,
.footer-contact a,
.footer-contact > div {
  color: rgba(255,255,255,.76) !important;
  font-size: 0.82rem !important;
}
.footer-info a:hover,
.footer-contact a:hover { color: var(--v8-gold) !important; }
.footer-contact { gap: 0.9rem !important; }
.footer-contact__icon {
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
}
.footer-contact small {
  color: var(--v8-gold) !important;
  font-size: 0.64rem !important;
}

.site-footer__bottom {
  width: min(1280px, calc(100% - 48px)) !important;
  margin-inline: auto !important;
  min-height: 58px !important;
  padding: 0.9rem 0 !important;
  border-top: 1px solid rgba(255,255,255,.1) !important;
  color: rgba(255,255,255,.6) !important;
  font-size: 0.72rem !important;
}
.site-footer__bottom a { color: var(--v8-gold) !important; }

@media (max-width: 1050px) {
  .site-header__inner,
  .homepage-home .site-header__inner {
    width: min(100% - 32px, 980px) !important;
    min-height: 80px !important;
  }
  .site-header .site-logo__image,
  .homepage-home .site-header .site-logo__image {
    width: 124px !important;
    height: 68px !important;
  }
  .site-logo { min-width: 120px !important; }
  .site-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  .homepage-home .safari-request__inner {
    grid-template-columns: 1fr !important;
  }
  .homepage-home .safari-request__intro,
  .homepage-home .safari-request__form-panel {
    padding: 2.5rem clamp(1.25rem, 5vw, 2.5rem) !important;
  }
  .homepage-home .safari-request__intro-content { max-width: 620px !important; }
}

@media (max-width: 720px) {
  :root { --site-header-height: 76px !important; }
  .site-header__inner,
  .homepage-home .site-header__inner {
    width: calc(100% - 24px) !important;
    min-height: 76px !important;
  }
  .site-logo { min-width: 105px !important; }
  .site-header .site-logo__image,
  .homepage-home .site-header .site-logo__image {
    width: 108px !important;
    height: 62px !important;
  }
  .primary-nav {
    top: 76px !important;
    background: rgba(250,247,239,.99) !important;
    border-top: 1px solid var(--v8-header-border) !important;
  }
  .primary-nav > a:not(.primary-nav__plan-trip) { color: var(--v8-forest) !important; }
  .site-footer__main {
    width: min(100% - 30px, 620px) !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 2rem 1.35rem !important;
  }
  .footer-brand {
    grid-column: 1 / -1 !important;
  }
  .footer-contact { grid-column: 1 / -1 !important; }
  .site-footer__bottom {
    width: min(100% - 30px, 620px) !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.4rem !important;
  }
}

@media (max-width: 460px) {
  .site-header .site-logo__image,
  .homepage-home .site-header .site-logo__image {
    width: 98px !important;
    height: 58px !important;
  }
  .site-logo { min-width: 96px !important; }
  .menu-toggle { width: 44px !important; height: 44px !important; }
  .homepage-home .safari-request { padding: 3rem 0.85rem !important; }
  .homepage-home .safari-request__intro,
  .homepage-home .safari-request__form-panel { padding: 2.25rem 1.15rem !important; }
  .homepage-home .safari-request__intro h2 { font-size: clamp(2.35rem, 12vw, 3.1rem) !important; }
  .site-footer__main {
    grid-template-columns: 1fr !important;
  }
  .footer-brand,
  .footer-contact { grid-column: auto !important; }
  .footer-brand { grid-template-columns: 82px minmax(0,1fr) !important; }
  .footer-brand__logo { width: 82px !important; height: 76px !important; }
}


/* ==========================================================================
   V9 HEADER + HERO RECOVERY
   This final block corrects only the homepage header, hero and mobile menu.
   All other V8 sections, CTA, footer, CMS and admin styles remain unchanged.
   ========================================================================== */

/* Desktop homepage: transparent header over the photograph so the giraffe
   remains visible. Inner pages retain the existing V8 ivory header. */
@media (min-width: 901px) {
  .homepage-home .site-header,
  .homepage-home .site-header.is-scrolled {
    position: fixed !important;
    top: 0 !important;
    color: #fffaf0 !important;
    background:
      linear-gradient(180deg, rgba(10, 24, 15, 0.56) 0%, rgba(10, 24, 15, 0.20) 72%, rgba(10, 24, 15, 0) 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  .homepage-home .site-header.is-scrolled {
    background: rgba(18, 42, 27, 0.94) !important;
    border-bottom-color: rgba(214, 167, 75, 0.24) !important;
    box-shadow: 0 8px 24px rgba(7, 18, 11, 0.16) !important;
    -webkit-backdrop-filter: blur(10px) saturate(110%) !important;
    backdrop-filter: blur(10px) saturate(110%) !important;
  }

  .homepage-home .site-header__inner {
    min-height: 86px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  }

  .homepage-home .site-header .site-logo__image {
    width: 116px !important;
    height: 72px !important;
    object-fit: contain !important;
    object-position: left center !important;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.28)) !important;
  }

  .homepage-home .primary-nav > a:not(.primary-nav__plan-trip) {
    color: rgba(255, 250, 240, 0.96) !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.42) !important;
  }

  .homepage-home .primary-nav > a:not(.primary-nav__plan-trip):hover,
  .homepage-home .primary-nav > a:not(.primary-nav__plan-trip):focus-visible {
    color: #e1b45d !important;
  }

  .homepage-home .header-cta {
    background: #d9a442 !important;
    border-color: #d9a442 !important;
    color: #13271a !important;
  }

  .homepage-home .hero.hero--giraffe.hero--restored {
    min-height: clamp(720px, 100svh, 830px) !important;
    height: auto !important;
    overflow: hidden !important;
    background-color: #c88c3b !important;
    background-image:
      linear-gradient(90deg,
        rgba(11, 31, 19, 0.30) 0%,
        rgba(11, 31, 19, 0.21) 23%,
        rgba(11, 31, 19, 0.08) 42%,
        rgba(11, 31, 19, 0) 60%),
      linear-gradient(180deg,
        rgba(7, 18, 11, 0.04) 0%,
        rgba(7, 18, 11, 0) 70%,
        rgba(7, 18, 11, 0.10) 100%),
      url("assets/hero/hero-giraffe-dove-open.webp") !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
  }

  .homepage-home .hero.hero--giraffe.hero--restored::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: 0 auto 0 0 !important;
    width: min(47vw, 680px) !important;
    height: 100% !important;
    background:
      radial-gradient(ellipse at 18% 51%,
        rgba(10, 29, 18, 0.18) 0%,
        rgba(10, 29, 18, 0.08) 52%,
        rgba(10, 29, 18, 0) 78%) !important;
    pointer-events: none !important;
  }

  .homepage-home .hero.hero--giraffe.hero--restored::after {
    display: none !important;
    content: none !important;
  }

  .homepage-home .hero--restored .hero__shell {
    width: min(1320px, calc(100% - 72px)) !important;
    min-height: clamp(720px, 100svh, 830px) !important;
    height: auto !important;
    margin-inline: auto !important;
    padding: 9.4rem 0 4.5rem !important;
    display: flex !important;
    align-items: center !important;
  }

  .homepage-home .hero--restored .hero__content {
    width: min(100%, 620px) !important;
    max-width: 620px !important;
  }

  .homepage-home .hero--restored h1 {
    color: #fff8ed !important;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.34) !important;
  }

  .homepage-home .hero--restored .hero__lead {
    color: rgba(255, 250, 240, 0.98) !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.50) !important;
  }
}

/* Tablet/mobile homepage: preserve the compact approved composition. */
@media (max-width: 900px) {
  :root {
    --site-header-height: 70px !important;
  }

  .homepage-home .site-header,
  .homepage-home .site-header.is-scrolled,
  .homepage-home.menu-open .site-header,
  body.homepage-home.menu-open .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1300 !important;
    min-height: 70px !important;
    background: #13291b !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  .homepage-home .site-header__inner {
    width: calc(100% - 28px) !important;
    min-height: 70px !important;
    padding: 0 !important;
    grid-template-columns: auto 1fr auto !important;
    border-bottom: 0 !important;
  }

  .homepage-home .site-logo {
    min-width: 100px !important;
  }

  .homepage-home .site-header .site-logo__image {
    width: 102px !important;
    height: 58px !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: left center !important;
    filter: drop-shadow(0 2px 7px rgba(0, 0, 0, 0.25)) !important;
  }

  .homepage-home .header-cta {
    display: none !important;
  }

  .homepage-home .menu-toggle {
    position: relative !important;
    z-index: 1402 !important;
    display: grid !important;
    place-content: center !important;
    justify-self: end !important;
    width: 44px !important;
    height: 44px !important;
    padding: 9px !important;
    border: 1px solid rgba(255, 255, 255, 0.34) !important;
    background: rgba(255, 255, 255, 0.045) !important;
    color: #fff8e9 !important;
  }

  .homepage-home .menu-toggle span {
    display: block !important;
    width: 23px !important;
    height: 2px !important;
    background: #fff8e9 !important;
  }

  .homepage-home .primary-nav {
    position: fixed !important;
    z-index: 1400 !important;
    top: 70px !important;
    left: 14px !important;
    right: 14px !important;
    width: auto !important;
    display: grid !important;
    justify-content: stretch !important;
    gap: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: rgba(15, 36, 23, 0.99) !important;
    border: 1px solid rgba(214, 167, 75, 0.30) !important;
    box-shadow: 0 18px 36px rgba(4, 14, 8, 0.28) !important;
    transition: max-height 0.28s ease, opacity 0.18s ease, visibility 0.18s ease !important;
  }

  body.homepage-home.menu-open .primary-nav {
    max-height: 460px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .homepage-home .primary-nav > a,
  .homepage-home .primary-nav > a:not(.primary-nav__plan-trip) {
    display: flex !important;
    align-items: center !important;
    min-height: 54px !important;
    padding: 0 1.2rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
    color: #fff8e9 !important;
    background: transparent !important;
    font-size: 0.88rem !important;
    font-weight: 650 !important;
    text-shadow: none !important;
  }

  .homepage-home .primary-nav > a::after {
    display: none !important;
  }

  .homepage-home .primary-nav > a.primary-nav__plan-trip {
    min-height: 54px !important;
    margin: 0.8rem !important;
    justify-content: center !important;
    border: 0 !important;
    background: #d9a442 !important;
    color: #13271a !important;
  }

  .homepage-home .hero.hero--giraffe.hero--restored {
    min-height: 610px !important;
    height: 610px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background-color: #102619 !important;
    background-image:
      linear-gradient(90deg,
        rgba(7, 25, 15, 0.88) 0%,
        rgba(7, 25, 15, 0.76) 31%,
        rgba(7, 25, 15, 0.34) 56%,
        rgba(7, 25, 15, 0.04) 78%),
      linear-gradient(180deg,
        rgba(8, 22, 14, 0.08) 0%,
        rgba(8, 22, 14, 0.02) 47%,
        rgba(8, 22, 14, 0.33) 100%),
      url("assets/hero/hero-giraffe-dove-mobile.webp") !important;
    background-size: cover !important;
    background-position: 61% center !important;
    background-repeat: no-repeat !important;
  }

  .homepage-home .hero.hero--giraffe.hero--restored::before,
  .homepage-home .hero.hero--giraffe.hero--restored::after {
    display: none !important;
    content: none !important;
  }

  .homepage-home .hero--restored .hero__shell {
    width: calc(100% - 30px) !important;
    min-height: 610px !important;
    height: 610px !important;
    margin: 0 auto !important;
    padding: 49px 0 31px !important;
    display: flex !important;
    align-items: flex-start !important;
  }

  .homepage-home .hero--restored .hero__content {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .homepage-home .hero--restored .hero__eyebrow {
    margin: 0 0 18px !important;
    color: #dca945 !important;
    font-size: 0.64rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0.15em !important;
    white-space: nowrap !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.40) !important;
  }

  .homepage-home .hero--restored h1 {
    width: 220px !important;
    max-width: 220px !important;
    margin: 0 0 20px !important;
    color: #fff7e9 !important;
    font-size: 4rem !important;
    line-height: 0.91 !important;
    letter-spacing: -0.045em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.38) !important;
  }

  .homepage-home .hero--restored h1 span {
    display: block !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .homepage-home .hero--restored h1 em {
    color: #dba740 !important;
    font-style: normal !important;
  }

  .homepage-home .hero--restored .hero__lead {
    width: 100% !important;
    max-width: 370px !important;
    margin: 0 0 27px !important;
    color: #fff !important;
    font-size: 0.965rem !important;
    font-weight: 600 !important;
    line-height: 1.55 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-shadow: 0 2px 9px rgba(0, 0, 0, 0.55) !important;
  }

  .homepage-home .hero--restored .hero__actions {
    width: min(100%, 285px) !important;
    max-width: 285px !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .homepage-home .hero--restored .hero__primary,
  .homepage-home .hero--restored .hero__secondary {
    width: 100% !important;
    min-height: 51px !important;
    padding: 0.8rem 1.25rem !important;
    justify-content: space-between !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
  }

  .homepage-home .hero--restored .hero__primary {
    background: #d9a442 !important;
    border-color: #d9a442 !important;
    color: #102619 !important;
  }

  .homepage-home .hero--restored .hero__secondary {
    background: rgba(7, 25, 15, 0.18) !important;
    border-color: rgba(221, 170, 70, 0.88) !important;
    color: #fff !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  .hero-transition {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 390px) {
  .homepage-home .hero.hero--giraffe.hero--restored,
  .homepage-home .hero--restored .hero__shell {
    min-height: 600px !important;
    height: 600px !important;
  }

  .homepage-home .hero--restored .hero__shell {
    width: calc(100% - 24px) !important;
    padding-top: 46px !important;
  }

  .homepage-home .hero--restored h1 {
    width: 205px !important;
    max-width: 205px !important;
    font-size: 3.7rem !important;
  }

  .homepage-home .hero--restored .hero__lead {
    font-size: 0.91rem !important;
  }
}

/* ==========================================================================
   V10 CONTENT REFINEMENTS
   Scope: headings, process grid, image-only galleries, About page, tour pages
   and responsive blog imagery. Header, hero, CTA, footer and CMS layout from
   V9 are intentionally preserved.
   ========================================================================== */

:root {
  --display-font: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --body-font: "Inter", Arial, sans-serif;
  --v10-forest: #173020;
  --v10-forest-deep: #0f2418;
  --v10-gold: #c9983f;
  --v10-gold-light: #e3bd70;
  --v10-paper: #f7f3eb;
  --v10-cream: #fffaf1;
  --v10-copy: #565148;
}

/* Uniform editorial headings without broken words or uncontrolled overflow. */
.story-section__title,
.journeys__title,
.why-travel-header h2,
.how-it-works__header h2,
.home-blog__header h2,
.wildlife-gallery__header h2,
.safari-request__intro h2,
.wild-cta h2,
.country-hero h1,
.country-intro h2,
.blog-hero h1,
.blog-post__header h1,
.about-page h1,
.about-page h2,
.tour-page h1,
.tour-page h2 {
  font-family: var(--display-font) !important;
  font-weight: 500 !important;
  text-wrap: balance;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

.story-section__title,
.journeys__title,
.why-travel-header h2,
.how-it-works__header h2,
.home-blog__header h2,
.wildlife-gallery__header h2,
.safari-request__intro h2,
.country-intro h2 {
  max-width: 18ch;
}

.journey-card__title,
.country-card h2,
.home-blog-card h3,
.blog-card h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 2.08em;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

/* Four planning steps remain two columns on narrow mobile screens. */
@media (max-width: 520px) {
  .how-it-works {
    padding: 36px 12px 42px !important;
  }

  .how-it-works__header {
    width: min(100%, 360px);
    margin: 0 auto 24px !important;
  }

  .how-it-works__header h2 {
    max-width: 12ch;
    margin-inline: auto !important;
    font-size: clamp(2rem, 10vw, 2.75rem) !important;
    line-height: .98 !important;
  }

  .steps {
    width: min(100%, 390px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 10px !important;
  }

  .step-card {
    max-width: none !important;
    margin: 0 !important;
    padding-inline: 3px !important;
  }

  .step-card__number {
    width: 53px !important;
    height: 53px !important;
    margin-bottom: 10px !important;
  }

  .step-card__number span { font-size: 23px !important; }
  .step-card h3 {
    min-height: 2.35em;
    margin-bottom: 5px !important;
    font-size: 13px !important;
    line-height: 1.16 !important;
  }
  .step-card p {
    max-width: 155px !important;
    min-height: 0 !important;
    font-size: 11.25px !important;
    line-height: 1.42 !important;
  }
}

/* Homepage gallery: images only. Titles remain available as alt text and in
   the admin dashboard, but no caption overlays appear on the photographs. */
.wildlife-gallery__overlay,
.wildlife-gallery__caption,
.gallery-page__item > span,
.gallery-lightbox figcaption {
  display: none !important;
}

.wildlife-gallery__item::after,
.gallery-page__item::after {
  background: linear-gradient(180deg, transparent 70%, rgba(7, 20, 12, .10)) !important;
  opacity: 0 !important;
}

.wildlife-gallery__item {
  background: #e7e0d4 !important;
}

.wildlife-gallery__item:focus-visible {
  outline: 3px solid var(--v10-gold) !important;
  outline-offset: 3px !important;
}

/* Blog cards keep a consistent landscape rectangle at every breakpoint. */
.home-blog-card__image,
.blog-card__image {
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  min-height: 0 !important;
}

.home-blog-card__image img,
.blog-card__image img,
.blog-post__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (max-width: 680px) {
  .home-blog__header,
  .home-blog__grid,
  .blog-grid { min-width: 0 !important; }

  .home-blog__header h2 {
    max-width: 12ch;
    font-size: clamp(2.05rem, 9.5vw, 2.9rem) !important;
    line-height: 1 !important;
  }

  .home-blog-card__image,
  .blog-card__image,
  .blog-post__image img {
    aspect-ratio: 16 / 9 !important;
  }

  .home-blog-card h3,
  .blog-card h2 {
    min-height: 0;
    font-size: 1.55rem !important;
  }
}

/* ===== Modern About page ===== */
.about-page {
  background: var(--v10-paper);
  color: #22271f;
}

.about-hero {
  position: relative;
  min-height: clamp(500px, 65vh, 720px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: #15291c;
}

.about-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(12, 31, 19, .80) 0%, rgba(12, 31, 19, .52) 42%, rgba(12, 31, 19, .10) 75%),
    linear-gradient(180deg, rgba(7, 18, 11, .10), rgba(7, 18, 11, .46)),
    url("assets/about/safari-story.webp") center 54% / cover no-repeat;
  transform: scale(1.01);
}

.about-hero__content {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  padding: clamp(8rem, 16vh, 10rem) 0 clamp(4rem, 8vw, 6rem);
  color: #fffaf1;
}

.about-hero__content > p,
.section-eyebrow {
  margin: 0 0 .9rem;
  color: var(--v10-gold);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-hero h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(3.6rem, 7vw, 6.8rem);
  line-height: .91;
  letter-spacing: -.045em;
}

.about-hero__content > span {
  display: block;
  max-width: 660px;
  margin-top: 1.6rem;
  color: rgba(255, 250, 241, .90);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

.about-intro {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
  padding: clamp(5rem, 8vw, 8rem) 0;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.about-intro__copy h2,
.name-story h2,
.about-values h2,
.about-destinations h2,
.about-cta h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: .96;
  letter-spacing: -.04em;
}

.about-intro__copy > p:not(.section-eyebrow) {
  margin: 1.2rem 0 0;
  color: var(--v10-copy);
  font-size: 1rem;
  line-height: 1.78;
}

.about-intro__visual {
  position: relative;
  min-height: clamp(420px, 48vw, 630px);
  padding: 0 0 3.6rem 3.5rem;
}

.about-intro__main {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 38% center;
}

.about-intro__accent {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(45%, 300px);
  aspect-ratio: 1 / .86;
  object-fit: cover;
  border: 7px solid #fffaf1;
  box-shadow: 0 20px 45px rgba(28, 31, 25, .18);
}

.name-story {
  padding: clamp(5rem, 8vw, 8rem) max(24px, calc((100vw - 1180px) / 2));
  background: var(--v10-forest);
  color: #fffaf1;
}

.name-story > header {
  max-width: 780px;
  margin-bottom: 3rem;
}

.name-story__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(227, 189, 112, .25);
  border: 1px solid rgba(227, 189, 112, .25);
}

.name-story__grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  padding: clamp(2rem, 4vw, 3.5rem);
  background: #173020;
}

.name-story__letter {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(227, 189, 112, .42);
  color: var(--v10-gold-light);
  font: 500 2.3rem/1 var(--display-font);
}

.name-story h3,
.about-values h3 {
  margin: 0 0 .6rem;
  font-family: var(--display-font);
  font-size: 1.7rem;
  font-weight: 500;
}

.name-story article p,
.name-story__closing {
  margin: 0;
  color: rgba(255, 250, 241, .76);
  line-height: 1.7;
}

.name-story__closing {
  max-width: 820px;
  margin: 2.2rem auto 0;
  text-align: center;
  font-family: var(--display-font);
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  line-height: 1.3;
}

.about-values {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  padding: clamp(5rem, 8vw, 8rem) 0;
}

.about-values > header {
  max-width: 760px;
  margin-bottom: 3rem;
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.about-values__grid article {
  padding: 2rem 1.5rem;
  border-top: 2px solid var(--v10-gold);
  background: #fffaf1;
  box-shadow: 0 14px 30px rgba(32, 37, 28, .07);
}

.about-values__grid article > span {
  color: var(--v10-gold);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.about-values__grid h3 { margin-top: 1.6rem; color: #203124; }
.about-values__grid p { margin: 0; color: var(--v10-copy); font-size: .9rem; line-height: 1.65; }

.about-destinations {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(3rem, 7vw, 7rem);
  padding: clamp(4.5rem, 8vw, 7rem) max(24px, calc((100vw - 1180px) / 2));
  background: #ebe5da;
  align-items: center;
}

.about-destinations > div > p:last-child {
  color: var(--v10-copy);
  line-height: 1.75;
}

.about-destinations nav {
  display: grid;
  border-top: 1px solid rgba(35, 55, 40, .18);
}

.about-destinations nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(35, 55, 40, .18);
  color: #203124;
  text-decoration: none;
}

.about-destinations nav span { font: 500 2rem/1 var(--display-font); }
.about-destinations nav small { color: #9b6e24; font-weight: 700; }

.about-cta {
  padding: clamp(5rem, 9vw, 8rem) 24px;
  background:
    linear-gradient(90deg, rgba(12, 31, 19, .90), rgba(12, 31, 19, .68)),
    url("assets/how-it-works/wild-awaits.webp") center 60% / cover no-repeat;
  color: #fffaf1;
  text-align: center;
}

.about-cta h2 {
  max-width: 16ch;
  margin-inline: auto;
}

.about-cta > a {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  background: var(--v10-gold);
  color: #14271a;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 900px) {
  .about-intro,
  .about-destinations { grid-template-columns: 1fr; }
  .about-intro__visual { order: -1; }
  .about-values__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .about-hero { min-height: 580px; }
  .about-hero__media {
    background:
      linear-gradient(180deg, rgba(10, 28, 17, .20), rgba(10, 28, 17, .82)),
      url("assets/about/safari-story.webp") 39% center / cover no-repeat;
  }
  .about-hero__content { width: calc(100% - 30px); padding-bottom: 3.2rem; }
  .about-hero h1 { max-width: 10ch; font-size: clamp(3.1rem, 14vw, 4.5rem); }
  .about-hero__content > span { font-size: .95rem; line-height: 1.6; }
  .about-intro { width: calc(100% - 30px); padding: 4rem 0; gap: 3.4rem; }
  .about-intro__copy h2,
  .name-story h2,
  .about-values h2,
  .about-destinations h2,
  .about-cta h2 { max-width: 11ch; font-size: clamp(2.65rem, 12vw, 3.7rem); }
  .about-intro__visual { min-height: 370px; padding: 0 0 2.5rem 2rem; }
  .about-intro__accent { border-width: 4px; }
  .name-story { padding-inline: 15px; }
  .name-story__grid { grid-template-columns: 1fr; }
  .name-story__grid article { grid-template-columns: 54px 1fr; gap: 1rem; padding: 1.5rem 1.1rem; }
  .name-story__letter { width: 54px; height: 54px; }
  .about-values { width: calc(100% - 30px); }
  .about-values__grid { grid-template-columns: 1fr; }
  .about-destinations { padding-inline: 15px; }
}

/* ===== Safari detail pages modelled on the approved tour reference ===== */
.tour-page {
  background: #f7f4ec;
  color: #2d3029;
}

.tour-hero {
  position: relative;
  min-height: clamp(480px, 61vh, 660px);
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  color: #fffaf0;
}

.tour-hero > img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.tour-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 25, 15, .84), rgba(7, 25, 15, .36) 58%, rgba(7, 25, 15, .12)),
    linear-gradient(180deg, rgba(6, 15, 9, .08), rgba(6, 15, 9, .68));
}

.tour-hero__content {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  padding: 8.5rem 0 4.2rem;
}

.tour-hero .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-bottom: 1.4rem;
  color: rgba(255, 250, 240, .72);
  font-size: .76rem;
}

.tour-hero .breadcrumbs a { color: inherit; text-decoration: none; }
.tour-hero__content > p {
  margin: 0 0 .75rem;
  color: var(--v10-gold-light);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.tour-hero h1 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(3.5rem, 6.5vw, 6.5rem);
  line-height: .91;
  letter-spacing: -.045em;
}

.tour-hero__content > span {
  display: block;
  max-width: 650px;
  margin-top: 1.25rem;
  color: rgba(255, 250, 240, .88);
  font-size: 1.02rem;
  line-height: 1.65;
}

.tour-facts {
  width: min(1120px, calc(100% - 48px));
  margin: -34px auto 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fffaf1;
  border: 1px solid rgba(43, 53, 42, .13);
  box-shadow: 0 18px 40px rgba(27, 34, 26, .12);
}

.tour-facts > div {
  min-width: 0;
  padding: 1.2rem 1.35rem;
  border-right: 1px solid rgba(43, 53, 42, .12);
}
.tour-facts > div:last-child { border-right: 0; }
.tour-facts small { display: block; color: #9a6c25; font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.tour-facts strong { display: block; margin-top: .35rem; color: #203124; font-size: .9rem; line-height: 1.35; }

.tour-layout {
  width: min(1180px, calc(100% - 48px));
  margin: clamp(4rem, 7vw, 6rem) auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 350px);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}

.tour-content { min-width: 0; }
.tour-section { padding-bottom: clamp(3.2rem, 6vw, 5rem); }
.tour-section + .tour-section { padding-top: clamp(3.2rem, 6vw, 5rem); border-top: 1px solid rgba(41, 55, 43, .15); }
.tour-section__eyebrow { margin: 0 0 .65rem; color: #a57428; font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.tour-section h2 { max-width: 17ch; margin: 0 0 1.1rem; color: #203124; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: .98; letter-spacing: -.035em; }
.tour-section > p:not(.tour-section__eyebrow) { max-width: 780px; margin: 0; color: var(--v10-copy); line-height: 1.78; }

.tour-timeline {
  margin: 2.4rem 0 0;
  padding: 0 0 0 1.2rem;
  list-style: none;
  border-left: 1px solid rgba(197, 145, 52, .35);
}

.tour-timeline li {
  position: relative;
  padding: 0 0 2.2rem 1rem;
}
.tour-timeline li:last-child { padding-bottom: 0; }
.tour-timeline__dot { position: absolute; top: .2rem; left: -1.54rem; width: 9px; height: 9px; border-radius: 50%; background: var(--v10-gold); box-shadow: 0 0 0 4px #f7f4ec; }
.tour-timeline small { display: block; color: #b07b2c; font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.tour-timeline h3 { margin: .35rem 0 .5rem; color: #213326; font-family: var(--display-font); font-size: 1.45rem; font-weight: 600; line-height: 1.1; }
.tour-timeline p { margin: 0; color: var(--v10-copy); font-size: .9rem; line-height: 1.65; }

.tour-section__heading-row { display: flex; justify-content: space-between; gap: 1rem; align-items: end; }
.tour-section__heading-row > span { padding-bottom: 1.15rem; color: #8f8068; font-size: .74rem; }
.tour-gallery__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.tour-gallery__item { min-width: 0; padding: 0; border: 0; background: #ddd3c2; overflow: hidden; cursor: zoom-in; }
.tour-gallery__item img { width: 100%; aspect-ratio: 1 / .82; height: 100%; object-fit: cover; transition: transform .45s ease; }
.tour-gallery__item:nth-child(3n + 1) img { object-position: center; }
@media (hover: hover) { .tour-gallery__item:hover img { transform: scale(1.045); } }
.tour-gallery__item:focus-visible { outline: 3px solid var(--v10-gold); outline-offset: 3px; }

.tour-inclusions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.tour-inclusions h2 { font-size: clamp(1.9rem, 3vw, 2.7rem); }
.tour-inclusions ul { margin: 1.5rem 0 0; padding: 0; list-style: none; }
.tour-inclusions li { position: relative; padding: .55rem 0 .55rem 1.6rem; border-bottom: 1px solid rgba(37, 53, 39, .10); color: var(--v10-copy); font-size: .88rem; }
.tour-inclusions li::before { content: "✓"; position: absolute; left: 0; color: #36784a; font-weight: 800; }
.tour-inclusions .is-excluded li::before { content: "–"; color: #9b6c28; }

.tour-sidebar { position: sticky; top: 110px; display: grid; gap: 1rem; }
.tour-quote { padding: 1.55rem; background: var(--v10-forest-deep); color: #fffaf1; box-shadow: 0 18px 35px rgba(13, 31, 20, .18); }
.tour-quote > p { margin: 0; color: var(--v10-gold-light); font-size: .64rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.tour-quote h2 { margin: .35rem 0 1.25rem; font-size: 2rem; line-height: 1; }
.tour-quote__form { display: grid; gap: .8rem; }
.tour-quote__form label { display: grid; gap: .35rem; color: rgba(255, 250, 241, .68); font-size: .61rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tour-quote__form input,
.tour-quote__form textarea { width: 100%; min-width: 0; border: 1px solid rgba(255, 255, 255, .18); border-radius: 7px; background: rgba(255, 255, 255, .055); color: #fff; padding: .78rem .8rem; font: 400 .82rem/1.45 var(--body-font); resize: vertical; }
.tour-quote__form input::placeholder,
.tour-quote__form textarea::placeholder { color: rgba(255, 255, 255, .35); }
.tour-quote__form input:focus,
.tour-quote__form textarea:focus { outline: 2px solid var(--v10-gold-light); outline-offset: 2px; border-color: transparent; }
.tour-quote__form button { min-height: 48px; margin-top: .2rem; border: 0; background: var(--v10-gold); color: #14271a; font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; }
.tour-quote__form > small { color: rgba(255, 250, 241, .52); font-size: .58rem; line-height: 1.5; text-align: center; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.tour-quote__status { padding: .7rem; font-size: .72rem; line-height: 1.45; text-align: center; }
.tour-quote__status.is-success { background: rgba(80, 160, 99, .22); color: #d7f0dc; }
.tour-quote__status.is-error { background: rgba(180, 74, 67, .22); color: #f5d4d1; }

.tour-advice { display: grid; grid-template-columns: 48px 1fr; gap: .8rem; align-items: center; padding: .9rem 1rem; border: 1px solid rgba(40, 54, 42, .16); background: #fffaf1; color: #223226; text-decoration: none; }
.tour-advice img { width: 48px; height: 48px; object-fit: contain; }
.tour-advice span { display: grid; gap: .1rem; }
.tour-advice strong { font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.tour-advice small { color: #716c62; font-size: .66rem; }
.tour-advice b { color: #b27b2a; font-size: .68rem; }

.tour-share { width: min(1180px, calc(100% - 48px)); margin: 0 auto clamp(4rem, 7vw, 6rem); padding: 1.2rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-radius: 17px; background: #13250f; color: #fffaf1; }
.tour-share > div:first-child { display: grid; gap: .2rem; }
.tour-share strong { font-size: .74rem; letter-spacing: .05em; text-transform: uppercase; }
.tour-share small { color: rgba(255, 250, 241, .58); font-size: .65rem; }
.tour-share__actions { display: flex; align-items: center; gap: .6rem; }
.tour-share__actions a { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, .08); color: #fff; text-decoration: none; font-weight: 700; text-transform: uppercase; }
.tour-share__actions button { min-height: 38px; padding: .65rem 1rem; border: 0; border-radius: 999px; background: var(--v10-gold); color: #14271a; font-size: .65rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }

@media (max-width: 980px) {
  .tour-layout { grid-template-columns: 1fr; }
  .tour-sidebar { position: static; grid-template-columns: minmax(0, 1fr) minmax(260px, .65fr); align-items: start; }
}

@media (max-width: 680px) {
  .tour-hero { min-height: 520px; }
  .tour-hero__content { width: calc(100% - 30px); padding: 7rem 0 3rem; }
  .tour-hero h1 { max-width: 11ch; font-size: clamp(3rem, 13vw, 4.3rem); }
  .tour-hero__content > span { font-size: .92rem; line-height: 1.55; }
  .tour-facts { width: calc(100% - 30px); grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: -24px; }
  .tour-facts > div:nth-child(2) { border-right: 0; }
  .tour-facts > div:nth-child(n + 3) { border-top: 1px solid rgba(43, 53, 42, .12); }
  .tour-layout { width: calc(100% - 30px); gap: 2.5rem; }
  .tour-section h2 { max-width: 11ch; font-size: clamp(2.2rem, 10vw, 3.05rem); }
  .tour-section__heading-row { align-items: start; }
  .tour-section__heading-row > span { padding: .35rem 0 0; }
  .tour-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .tour-gallery__item img { aspect-ratio: 1 / .9; }
  .tour-inclusions { grid-template-columns: 1fr; }
  .tour-sidebar { grid-template-columns: 1fr; }
  .tour-share { width: calc(100% - 30px); flex-direction: column; align-items: flex-start; gap: 1rem; }
  .tour-share__actions { width: 100%; flex-wrap: wrap; }
  .tour-share__actions button { margin-left: auto; }
}

@media (max-width: 390px) {
  .tour-gallery__grid { gap: 6px; }
  .tour-quote { padding: 1.2rem; }
  .tour-share__actions button { width: 100%; margin-left: 0; }
}
