@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #18201b;
  --muted: #68736c;
  --paper: #efe3c4;
  --sand: #efe3c4;
  --leaf: #2f5d42;
  --leaf-dark: #173522;
  --sun: #d88b26;
  --sky: #d6eff2;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(24, 32, 27, 0.16);
}

/* Unified programs page: one visual itinerary grid instead of grouped sections */
.unified-programs{padding-top:35px;background:#efe3c4}.unified-program-heading{max-width:820px;margin:0 auto 48px;text-align:center}.unified-program-heading h2{margin:8px 0 15px;color:#35170d;font:400 clamp(48px,6vw,78px)/.95 "DM Serif Display",Georgia,serif}.unified-program-heading>p:last-child{max-width:650px;margin:0 auto;color:#72665d;line-height:1.7}
.quick-links{justify-content:center}.quick-links a{border-radius:3px;transition:background .25s,color .25s,transform .25s}.quick-links a:hover{transform:translateY(-2px)}.quick-links a.is-active{color:#fff;background:#50555a;box-shadow:inset 0 -3px #d9832d}
.unified-program-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;max-width:1500px;margin:0 auto}.unified-program-grid .program-card{position:relative;display:block;min-height:520px;overflow:hidden;padding:0;border:0;border-radius:10px;color:#fff;background:#3f4448;box-shadow:0 18px 42px rgba(40,41,42,.16);transition:opacity .35s,transform .55s cubic-bezier(.16,.8,.25,1),box-shadow .4s}
.unified-program-grid .program-card::after{position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,23,13,.02) 35%,rgba(16,24,14,.94));content:""}.unified-program-grid .program-card{cursor:pointer}.unified-program-grid .program-card img{position:absolute;inset:0;width:100%;height:100%;margin:0;border-radius:0;object-fit:cover;filter:sepia(.1) saturate(.9);transition:transform .85s cubic-bezier(.2,.7,.2,1),filter .45s}.unified-program-grid .program-card:hover{transform:translateY(-8px);box-shadow:0 30px 65px rgba(43,28,18,.27)}.unified-program-grid .program-card:hover img{transform:scale(1.065);filter:sepia(0) saturate(1.05)}
.unified-program-grid .program-card .tag{position:absolute;z-index:3;top:20px;right:20px;margin:0;padding:14px 17px;border:0;border-radius:4px;color:#fff;background:rgba(82,87,91,.92);backdrop-filter:blur(7px);font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.unified-program-grid .program-card h3{position:absolute;z-index:3;right:23px;bottom:74px;left:23px;margin:0;color:#fff8e8;font:400 clamp(25px,2.4vw,37px)/1.06 "DM Serif Display",Georgia,serif}
.unified-program-grid .program-card ul{display:none}.unified-program-grid .program-card .text-link{position:absolute;z-index:3;right:23px;bottom:25px;left:23px;display:flex;align-items:center;justify-content:space-between;margin:0;padding-top:13px;border-top:1px solid rgba(255,255,255,.22);color:#e6b66b;font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.unified-program-grid .program-card .text-link::after{content:"→";font-size:18px;font-weight:400}.unified-program-grid .program-card.is-program-hidden{display:none}
@media(max-width:950px){.unified-program-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.unified-program-grid .program-card{min-height:480px}}
@media(max-width:600px){.unified-programs{padding-right:16px;padding-left:16px}.unified-program-grid{grid-template-columns:1fr}.unified-program-grid .program-card{min-height:500px}.quick-links{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px}.quick-links a{flex:0 0 auto}}

/* Compact Zanzibar catalogue cards: four balanced cards per row on wide screens. */
.zanzibar-programs-view .unified-program-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;max-width:1240px}
.zanzibar-programs-view .unified-program-grid .program-card{min-height:390px;border-radius:12px;box-shadow:0 14px 34px rgba(43,28,18,.15)}
.zanzibar-programs-view .unified-program-grid .program-card .tag{top:15px;right:15px;padding:11px 13px;font-size:8px}
.zanzibar-programs-view .unified-program-grid .program-card h3{right:18px;bottom:62px;left:18px;font-size:clamp(23px,1.8vw,30px);line-height:1.04}
.zanzibar-programs-view .unified-program-grid .program-card .text-link{right:18px;bottom:19px;left:18px;padding-top:10px}
@media(max-width:1050px){.zanzibar-programs-view .unified-program-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}.zanzibar-programs-view .unified-program-grid .program-card{min-height:400px}}
@media(max-width:600px){.zanzibar-programs-view .unified-program-grid{grid-template-columns:1fr;max-width:390px}.zanzibar-programs-view .unified-program-grid .program-card{min-height:420px}}

/* Keep every non-Zanzibar program catalogue compact as well. */
body:not(.zanzibar-programs-view) .unified-program-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;max-width:1240px}
body:not(.zanzibar-programs-view) .unified-program-grid .program-card{min-height:390px}
body:not(.zanzibar-programs-view) .unified-program-grid .program-card h3{font-size:clamp(22px,1.8vw,30px)}
@media(max-width:1050px){body:not(.zanzibar-programs-view) .unified-program-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}body:not(.zanzibar-programs-view) .unified-program-grid .program-card{min-height:400px}}
@media(max-width:600px){body:not(.zanzibar-programs-view) .unified-program-grid{grid-template-columns:1fr;max-width:390px}body:not(.zanzibar-programs-view) .unified-program-grid .program-card{min-height:420px}}

/* Final cascade locks for the premium homepage hero */
.site-header:not(.page-header) .reference-hero {
  height: min(690px, calc(100vh - 140px));
  min-height: 580px;
}
.site-header:not(.page-header) .hero-slide-dots {
  right: auto;
  bottom: 35px;
  left: max(6vw, 46px);
}
.site-header:not(.page-header) .hero-slide-dots button { width: 9px; height: 9px; border-width: 1px; }
.site-header:not(.page-header) .hero-slide-dots button.is-active { width: 28px; background: #da8d35; border-color: #da8d35; }
@media (max-width: 900px) {
  .site-header:not(.page-header) .reference-hero { height: calc(100vh - 120px); min-height: 640px; }
  .site-header:not(.page-header) .hero-slide-dots { bottom: 115px; left: 27px; }
}
@media (max-width: 600px) {
  .site-header:not(.page-header) .reference-hero { height: 680px; min-height: 680px; }
  .site-header:not(.page-header) .hero-slide-dots { display: none; }
}

/* Premium homepage header and hero */
body { font-family: "Manrope", Arial, Helvetica, sans-serif; }

.site-header:not(.page-header) {
  position: relative;
  background: #f7f0e7;
}

.site-header:not(.page-header) .top-bar {
  min-height: 34px;
  padding: 5px max(3.5vw, 24px);
  color: #f1bf75;
  background: linear-gradient(90deg, #30180f, #5a2d1c 52%, #30180f);
  font-size: 11px;
  letter-spacing: .02em;
}

.site-header:not(.page-header) .top-contact a,
.site-header:not(.page-header) .top-social a { color: #f1bf75; transition: color .2s ease, transform .2s ease; }
.site-header:not(.page-header) .top-contact a:hover,
.site-header:not(.page-header) .top-social a:hover { color: #fff; transform: translateY(-1px); }

.site-header:not(.page-header) .nav {
  min-height: 106px;
  padding: 10px max(3.5vw, 24px);
  border-bottom: 1px solid rgba(75, 40, 24, .08);
  background: rgba(255, 252, 247, .97);
  box-shadow: 0 12px 40px rgba(52, 29, 17, .08);
}

.site-header:not(.page-header) .brand { min-width: 165px; }
.site-header:not(.page-header) .brand-logo { width: 145px; height: 86px; filter: drop-shadow(0 5px 10px rgba(60, 31, 17, .1)); }
.site-header:not(.page-header) .nav-menu { gap: clamp(15px, 1.55vw, 25px); }
.site-header:not(.page-header) .nav-menu > a:not(.nav-book),
.site-header:not(.page-header) .nav-dropdown-trigger { color: #321b12; font-size: 11px; letter-spacing: .035em; }
.site-header:not(.page-header) .nav-menu > a::after,
.site-header:not(.page-header) .nav-dropdown-trigger::after { bottom: -10px; height: 1px; background: #c47b2a; }
.site-header:not(.page-header) .nav-book {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 25px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(110deg, #4a2517, #6e3721);
  box-shadow: 0 12px 27px rgba(73, 35, 20, .22);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.site-header:not(.page-header) .nav-book::after { display: none; }
.site-header:not(.page-header) .nav-book:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 32px rgba(73, 35, 20, .3); }

.reference-hero {
  height: min(690px, calc(100vh - 140px));
  min-height: 580px;
  isolation: isolate;
  background: #25160f;
}
.hero-slideshow { z-index: -3; }
.hero-slideshow img { filter: saturate(.92) contrast(1.03); }
.hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24, 13, 8, .84) 0%, rgba(28, 15, 9, .52) 45%, rgba(25, 14, 9, .15) 76%),
    linear-gradient(0deg, rgba(22, 12, 7, .52), transparent 48%);
  pointer-events: none;
}
.reference-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1px solid rgba(255,255,255,.11);
  content: "";
  pointer-events: none;
}
.hero-content-premium {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: max(6vw, 46px);
  width: min(720px, 62vw);
  color: #fff;
  transform: translateY(-53%);
}
.hero-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 17px;
  color: #f0c28f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.hero-kicker span { width: 34px; height: 1px; background: #f0a443; }
.hero-content-premium h1 {
  margin: 0;
  font: 400 clamp(56px, 7vw, 96px)/.92 "DM Serif Display", Georgia, serif;
  letter-spacing: -.035em;
  text-shadow: 0 6px 35px rgba(0,0,0,.34);
}
.hero-content-premium h1 em { color: #f1c08e; font-weight: 400; }
.hero-intro {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.8);
  font-size: 14px;
  line-height: 1.8;
}
.hero-actions-premium { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.hero-primary,.hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}
.hero-primary { gap: 25px; background: linear-gradient(110deg,#b76f29,#d68e39); box-shadow: 0 15px 34px rgba(39,20,10,.3); }
.hero-primary span { font-size: 19px; font-weight: 400; }
.hero-primary:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 19px 38px rgba(39,20,10,.38); }
.hero-secondary { gap: 10px; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.hero-secondary:hover { color: #fff; background: rgba(255,255,255,.16); transform: translateY(-3px); }
.play-icon { display: grid; place-items: center; width: 27px; height: 27px; padding-left: 2px; border-radius: 50%; color: #3f2416; background: #fff; font-size: 8px; }
.hero-trust {
  position: absolute;
  z-index: 2;
  right: max(4vw, 32px);
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 17px;
  color: #fff;
  background: rgba(28, 16, 10, .58);
  box-shadow: 0 16px 40px rgba(0,0,0,.17);
  backdrop-filter: blur(13px);
}
.hero-trust div { padding: 15px 18px; border-right: 1px solid rgba(255,255,255,.14); }
.hero-trust div:last-child { border: 0; }
.hero-trust strong { display: block; color: #f2b86f; font: 400 20px "DM Serif Display", Georgia, serif; }
.hero-trust span { display: block; color: rgba(255,255,255,.7); font-size: 8px; letter-spacing: .04em; text-transform: uppercase; }
.hero-slide-dots { right: auto; bottom: 35px; left: max(6vw, 46px); }
.hero-slide-dots button { width: 9px; height: 9px; border-width: 1px; }
.hero-slide-dots button.is-active { width: 28px; background: #da8d35; border-color: #da8d35; }
body.is-loaded .hero-content-premium { animation: premiumHeroIn .95s cubic-bezier(.2,.75,.25,1) both; }
body.is-loaded .hero-trust { animation: premiumHeroIn .85s .28s cubic-bezier(.2,.75,.25,1) both; }
@keyframes premiumHeroIn { from { opacity:0; transform:translateY(calc(-53% + 28px)); } to { opacity:1; transform:translateY(-53%); } }
body.is-loaded .hero-trust { transform:none; }
@keyframes premiumTrustIn { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:none; } }
body.is-loaded .hero-trust { animation-name: premiumTrustIn; }

@media (max-width: 1080px) {
  .site-header:not(.page-header) .nav-menu { gap: 13px; }
  .site-header:not(.page-header) .nav-menu > a:not(.nav-book), .site-header:not(.page-header) .nav-dropdown-trigger { font-size: 10px; }
  .site-header:not(.page-header) .nav-book { padding: 0 18px; }
  .hero-trust { grid-template-columns: repeat(3, 115px); }
}
@media (max-width: 900px) {
  .site-header:not(.page-header) .top-bar { grid-template-columns: 1fr auto; }
  .site-header:not(.page-header) .top-contact { display:none; }
  .site-header:not(.page-header) .nav { min-height: 86px; }
  .site-header:not(.page-header) .brand-logo { width: 120px; height: 68px; }
  .reference-hero { min-height: 640px; height: calc(100vh - 120px); }
  .hero-content-premium { left: 27px; width: calc(100% - 54px); }
  .hero-content-premium h1 { font-size: clamp(50px, 12vw, 72px); }
  .hero-trust { right: 20px; bottom: 18px; grid-template-columns: repeat(3,1fr); width: calc(100% - 40px); }
  .hero-slide-dots { bottom: 115px; left: 27px; }
}
@media (max-width: 600px) {
  .site-header:not(.page-header) .top-bar p { font-size: 9px; }
  .site-header:not(.page-header) .top-social { gap: 8px; }
  .reference-hero { min-height: 680px; }
  .hero-content-premium { top: 43%; }
  .hero-kicker { font-size: 8px; }
  .hero-content-premium h1 { font-size: 48px; }
  .hero-intro { font-size: 12px; }
  .hero-actions-premium { align-items: stretch; flex-direction: column; }
  .hero-primary,.hero-secondary { width: 100%; }
  .hero-trust div { padding: 11px 9px; text-align:center; }
  .hero-trust strong { font-size: 17px; }
  .hero-trust span { font-size: 7px; }
  .hero-slide-dots { display:none; }
}
@media (prefers-reduced-motion: reduce) {
  body.is-loaded .hero-content-premium,body.is-loaded .hero-trust { animation:none; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

main {
  background: var(--paper);
}

body.is-loaded .hero-content,
body.is-loaded .hero-panel {
  animation: riseIn 800ms ease both;
}

body.is-loaded .hero-panel {
  animation-delay: 180ms;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  color: var(--ink);
  background: var(--white);
}

.top-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 26px;
  align-items: center;
  min-height: 36px;
  padding: 7px 24px;
  color: var(--sun);
  background: #4a2719;
  font-size: 14px;
  font-weight: 700;
}

.top-bar p {
  margin: 0;
}

.top-contact,
.top-social {
  display: flex;
  align-items: center;
  gap: 18px;
}

.top-contact a,
.top-social a {
  color: var(--sun);
}

.top-social a {
  font-size: 13px;
  text-transform: uppercase;
}

.top-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}

.top-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.hero-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  transform: translateX(0);
  will-change: transform;
}

.hero-slideshow.is-sliding {
  transition: transform 2400ms cubic-bezier(0.76, 0, 0.24, 1);
}

.hero-slideshow img {
  flex: 0 0 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.03);
}

.hero-slide-dots {
  position: absolute;
  right: 24px;
  bottom: 28px;
  z-index: 3;
  display: flex;
  gap: 10px;
}

.hero-slide-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.82);
  background: rgba(74, 39, 25, 0.18);
  border-radius: 50%;
  cursor: pointer;
  transition: width 220ms ease, background 220ms ease, border-color 220ms ease;
}

.hero-slide-dots button.is-active {
  width: 34px;
  background: var(--sun);
  border-color: var(--sun);
  border-radius: 999px;
}

.reference-hero {
  position: relative;
  height: min(600px, calc(100vh - 128px));
  min-height: 420px;
  overflow: hidden;
  background: #d7e8ee;
}

.still-hero {
  display: grid;
  place-items: stretch;
  height: auto;
  min-height: 0;
  padding: 22px;
  background: #f0e7d1;
}

.hero-still-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-auto-rows: minmax(180px, 260px);
  gap: 14px;
}

.hero-still-grid img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(24, 32, 27, 0.14);
}

.hero-still-grid img:first-child {
  grid-row: span 2;
}

.page-header {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(10, 21, 14, 0.86), rgba(10, 21, 14, 0.42)),
    url("https://images.unsplash.com/photo-1504432842672-1a79f78e4084?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.page-header .top-bar {
  color: var(--sun);
}

.page-header .nav {
  color: #3d1f14;
}

.nav {
  position: relative;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: none;
  margin: 0 auto;
  min-height: 112px;
  padding: 14px 34px;
  color: #3d1f14;
  background: var(--white);
}

.brand,
.nav-menu {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 190px;
}

.brand-logo {
  width: 178px;
  height: 96px;
  object-fit: contain;
  object-position: left center;
}

.nav-menu a,
.nav-dropdown-trigger {
  position: relative;
  color: #2e160f;
  font-size: 13px;
  font-weight: 800;
  opacity: 1;
  text-transform: uppercase;
}

.nav-dropdown-trigger {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}

.nav-menu a::after,
.nav-dropdown-trigger::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: #4a2719;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.nav-menu a:hover,
.nav-dropdown-trigger:hover {
  color: #4a2719;
}

.nav-menu a:hover::after,
.nav-dropdown-trigger:hover::after {
  transform: scaleX(1);
}

.nav-dropdown {
  position: static;
}

.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
}

.nav-dropdown-trigger::before {
  order: 2;
  width: 0;
  height: 0;
  border-top: 5px solid #8b7b72;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}

.mega-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
  color: #746044;
  background: #f1f1f1;
  border-top: 1px solid rgba(116, 96, 68, .2);
  border-bottom: 1px solid rgba(116, 96, 68, .2);
  box-shadow: 0 16px 32px rgba(24, 32, 27, 0.12);
}

/* The primary Safaris menu contains park destinations only. */
.nav-menu > .nav-dropdown:first-of-type .mega-menu {
  grid-template-columns: repeat(2, 1fr);
}

.nav-menu > .nav-dropdown:first-of-type .mega-column:last-child:nth-child(3) {
  display: none;
}

.zanzibar-simple-menu {
  right: auto;
  left: auto;
  width: 260px;
  grid-template-columns: 1fr;
}

.nav-dropdown:hover .mega-menu,
.nav-dropdown.is-open .mega-menu,
.nav-dropdown:focus-within .mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-column {
  display: grid;
  align-content: start;
  border-right: 1px solid rgba(116, 96, 68, .18);
}

.mega-column:last-child {
  border-right: 0;
}

.mega-column h3 {
  margin: 0;
  padding: 14px 18px;
  color: #746044;
  background: #f7f7f7;
  border-bottom: 1px solid rgba(116, 96, 68, .2);
  font-size: 15px;
  text-transform: uppercase;
}

.mega-column a {
  display: block;
  padding: 14px 18px;
  color: #746044;
  border-bottom: 1px solid rgba(116, 96, 68, .16);
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
}

.mega-column a::after {
  display: none;
}

.mega-column a:hover {
  color: #4a2719;
  background: rgba(116, 96, 68, .1);
}

.nav-menu .nav-book {
  min-width: 190px;
  padding: 14px 24px;
  color: var(--sun);
  background: #4a2719;
  border-radius: 999px;
  text-align: center;
}

.nav-menu .nav-book::after {
  display: none;
}

.nav-menu .nav-book:hover {
  color: var(--white);
  background: #5a2f1f;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid rgba(74, 39, 25, 0.28);
  background: rgba(74, 39, 25, 0.08);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: #4a2719;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 40px;
  align-items: end;
  max-width: 1180px;
  min-height: calc(92vh - 92px);
  margin: 0 auto;
  padding: 60px 24px 80px;
}

.page-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 90px 24px 120px;
}

.page-hero h1 {
  max-width: 900px;
}

.page-hero p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
}

.page-hero .park-hero-motto {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
}

.hero-content {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--sun);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 640px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(24, 32, 27, 0.18);
}

.btn-primary {
  color: var(--leaf-dark);
  background: var(--sun);
}

.btn-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.text-link {
  display: inline-flex;
  color: var(--leaf);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.hero-panel {
  display: grid;
  gap: 18px;
  padding: 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-panel div {
  transition: transform 220ms ease;
}

.hero-panel div:hover {
  transform: translateX(6px);
}

.hero-panel strong,
.hero-panel span {
  display: block;
}

.hero-panel strong {
  font-size: 24px;
}

.hero-panel span {
  color: var(--muted);
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 92px 24px;
}

.intro {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 42px;
  align-items: center;
}

.intro-copy {
  display: grid;
  gap: 22px;
}

.intro-copy h2 {
  margin-bottom: 0;
}

.intro-photo {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  margin: 0;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(24, 32, 27, 0.14);
}

.intro-photo img {
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  transition: transform 600ms ease, filter 260ms ease;
}

.intro-video video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.intro-photo:hover img {
  filter: saturate(1.12) brightness(1.03);
  transform: scale(1.04);
}

.intro .feature-grid {
  grid-column: 1 / -1;
}

.feature-grid,
.tour-grid,
.gallery-grid,
.destination-grid {
  display: grid;
  gap: 22px;
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.feature-grid article {
  padding-top: 22px;
  border-top: 3px solid var(--sun);
}

.reveal {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  filter: blur(5px);
  transition:
    opacity 820ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 820ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.reveal-left {
  transform: translateX(-38px) translateY(12px);
}

.reveal-right {
  transform: translateX(38px) translateY(12px);
}

.reveal-lift {
  transform: translateY(42px) scale(0.96);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.reveal-left.is-visible,
.reveal-right.is-visible,
.reveal-lift.is-visible {
  transform: translateX(0) translateY(0) scale(1);
}

.tour-card.reveal,
.destination-card.reveal,
.program-card.reveal,
.program-grid article.reveal {
  box-shadow: 0 8px 22px rgba(24, 32, 27, 0.06);
}

.tour-card.reveal.is-visible,
.destination-card.reveal.is-visible,
.program-card.reveal.is-visible,
.program-grid article.reveal.is-visible {
  box-shadow: 0 18px 48px rgba(74, 39, 25, 0.18);
}

.section-heading {
  max-width: 700px;
  margin-bottom: 34px;
}

.tours {
  max-width: none;
  background: var(--sand);
}

.tours .section-heading,
.tour-grid {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.tour-grid {
  grid-template-columns: repeat(3, 1fr);
}

.tour-card {
  overflow: hidden;
  background: var(--paper);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(24, 32, 27, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.tour-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 58px rgba(24, 32, 27, 0.2);
}

.tour-card img {
  height: 260px;
  object-fit: cover;
  transition: transform 500ms ease;
}

.tour-card:hover img {
  transform: scale(1.06);
}

.tour-card-body {
  padding: 24px;
  background: var(--paper);
}

.tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 10px;
  color: var(--leaf-dark);
  background: var(--sky);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
  color: var(--leaf);
  font-weight: 800;
}

.destinations {
  max-width: none;
  background: var(--paper);
}

.destinations .section-heading,
.destination-grid {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.destination-grid {
  grid-template-columns: repeat(3, 1fr);
}

.destination-card {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(24, 32, 27, 0.08);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(24, 32, 27, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.destination-card-link {
  color: inherit;
  cursor: pointer;
}

.destination-card-link h3 {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  transition: text-decoration-color 180ms ease;
}

.destination-card-link:hover h3 {
  text-decoration-color: var(--sun);
}

.destination-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(24, 32, 27, 0.15);
}

.destination-card img {
  height: 210px;
  object-fit: cover;
  transition: transform 500ms ease;
}

.destination-card:hover img {
  transform: scale(1.05);
}

.destination-card div {
  padding: 22px;
  background: var(--paper);
}

.destination-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.destination-pager a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--leaf);
  border-radius: 50%;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease;
}

.destination-pager a:hover {
  background: var(--sun);
  transform: translateY(-3px);
}

.kenya-destinations {
  background: var(--sky);
}

.destination-list-page .program-section,
.destination-list-page .serengeti-detail,
.destination-list-page .destination-detail {
  display: none;
}

.destination-list-page.destination-detail-open .destinations,
.destination-list-page.destination-detail-open .program-section {
  display: none;
}

.destination-list-page .serengeti-detail.is-active,
.destination-list-page .destination-detail.is-active {
  display: block;
}

body.single-park-open main > section[id] {
  display: none;
}

body.single-park-open main > section.is-selected-park {
  display: block;
}

.destination-next {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.destination-dark-button {
  color: var(--leaf-dark);
  border-color: rgba(24, 32, 27, 0.28);
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1180px;
  margin: 0 auto 34px;
}

.quick-links a {
  padding: 10px 14px;
  color: var(--leaf-dark);
  background: var(--white);
  border: 1px solid rgba(24, 32, 27, 0.1);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.park-categories {
  max-width: none;
  background: var(--paper);
}

.park-categories .section-heading,
.park-category-grid {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.park-category-grid {
  display: grid;
  gap: 24px;
}

.park-category-card {
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(74, 39, 25, 0.14);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(24, 32, 27, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.park-category-card:hover,
.park-category-card.reveal.is-visible {
  box-shadow: 0 20px 52px rgba(74, 39, 25, 0.18);
}

.park-category-card:hover {
  transform: translateY(-4px);
}

.park-category-card img {
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.park-category-card > div {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 32px;
}

.park-category-card h3,
.park-category-card p {
  margin: 0;
}

.park-category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.park-category-links a {
  padding: 9px 12px;
  color: #3d1f14;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(74, 39, 25, 0.16);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.park-category-links a:hover {
  color: var(--sun);
  background: #4a2719;
  transform: translateY(-2px);
}

.park-story {
  margin-top: 18px;
  padding: 18px;
  background: transparent;
  border-left: 4px solid #4a2719;
  border-radius: 4px;
}

.park-story strong {
  display: block;
  margin-bottom: 6px;
  color: #3d1f14;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.park-programs {
  margin-top: 18px;
  padding: 18px;
  background: transparent;
  border: 1px solid rgba(74, 39, 25, 0.18);
  border-radius: 4px;
}

.park-programs h4 {
  margin: 0 0 10px;
  color: #3d1f14;
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.park-programs ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.park-programs li + li {
  margin-top: 8px;
}

.park-itinerary {
  padding: 12px 0;
  border-top: 1px solid rgba(74, 39, 25, 0.16);
}

.park-itinerary:first-of-type {
  border-top: 0;
}

.park-itinerary p {
  margin-bottom: 8px;
}

.park-itinerary p:last-child {
  margin-bottom: 0;
}

.program-title {
  color: #3d1f14;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.program-practical {
  color: var(--ink);
  font-style: italic;
}

.program-practical strong {
  color: #3d1f14;
  font-style: normal;
}

.park-book-action {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.park-book-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  color: var(--sun);
  background: #4a2719;
  border-radius: 999px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 12px 26px rgba(74, 39, 25, 0.22);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.park-book-button:hover {
  color: var(--white);
  background: #5a2f1f;
  box-shadow: 0 12px 28px rgba(24, 32, 27, 0.18);
  transform: translateY(-2px);
}

.program-category {
  max-width: none;
}

.program-category:nth-of-type(odd) {
  background: var(--paper);
}

.program-category:nth-of-type(even) {
  background: var(--sand);
}

.program-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}

.program-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: var(--paper);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(24, 32, 27, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.program-card img {
  height: 190px;
  object-fit: cover;
  border-radius: 6px;
}

.program-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.program-section {
  display: grid;
  gap: 24px;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.program-grid article {
  padding: 24px;
  background: var(--paper);
  border-left: 4px solid var(--sun);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(24, 32, 27, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.serengeti-detail,
.destination-detail {
  max-width: none;
  background: var(--sand);
}

.destination-detail {
  background: var(--paper);
}

.detail-actions,
.serengeti-detail .section-heading,
.destination-detail .section-heading,
.park-media-wide,
.serengeti-overview,
.serengeti-facts,
.safari-days-grid,
.serengeti-notes,
.serengeti-gallery {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.detail-actions {
  margin-bottom: 24px;
}

.serengeti-overview {
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.park-media {
  display: grid;
  grid-template-rows: 1fr;
  min-height: 380px;
  background: transparent;
}

.park-media-wide {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(24, 32, 27, 0.1);
}

.park-media-wide img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.park-media img,
.serengeti-overview img {
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.park-media img {
  min-height: 0;
}

.serengeti-overview > div {
  padding: 32px;
}

.serengeti-overview ul {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.serengeti-overview li + li {
  margin-top: 10px;
}

.serengeti-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 34px;
}

.serengeti-facts article {
  padding: 20px;
  background: var(--leaf-dark);
  border-radius: 8px;
  color: var(--white);
}

.serengeti-facts span,
.serengeti-facts strong {
  display: block;
}

.serengeti-facts span {
  margin-bottom: 8px;
  color: var(--sun);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.serengeti-facts strong {
  line-height: 1.35;
}

.safari-days-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.safari-day-card {
  padding: 24px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(24, 32, 27, 0.1);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.safari-day-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 52px rgba(24, 32, 27, 0.16);
}

.safari-day-card ul {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.safari-day-card li + li {
  margin-top: 12px;
}

.safari-day-card strong {
  color: var(--leaf-dark);
}

.serengeti-notes {
  margin-top: 34px;
  padding: 26px;
  color: var(--white);
  background: var(--leaf-dark);
  border-radius: 8px;
}

.serengeti-notes p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
}

.serengeti-gallery-heading {
  margin-top: 70px;
}

.serengeti-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.serengeti-gallery figure {
  overflow: hidden;
  margin: 0;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(24, 32, 27, 0.1);
}

.serengeti-gallery img {
  height: 245px;
  object-fit: cover;
  transition: transform 500ms ease, filter 260ms ease;
}

.serengeti-gallery figure:hover img {
  filter: saturate(1.16) brightness(1.04);
  transform: scale(1.06);
}

.serengeti-gallery figcaption {
  padding: 14px 16px 16px;
  color: var(--leaf-dark);
  font-weight: 800;
}

.itinerary {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 46px;
}

.timeline {
  display: grid;
  gap: 22px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(47, 93, 66, 0.2);
}

.timeline-item span {
  transition: transform 240ms ease, background 240ms ease;
}

.timeline-item span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--white);
  background: var(--leaf);
  border-radius: 50%;
  font-size: 15px;
  font-weight: 800;
}

.timeline-item:hover span {
  background: var(--sun);
  transform: scale(1.08);
}

.gallery {
  max-width: none;
  background: var(--leaf-dark);
  color: var(--white);
}

.gallery .section-heading,
.gallery-grid {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.gallery-grid {
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-auto-rows: 260px;
}

.gallery-grid img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: filter 260ms ease, transform 260ms ease;
}

.gallery-grid img:hover {
  filter: saturate(1.18) brightness(1.05);
  transform: scale(1.025);
}

.gallery-grid img:first-child {
  grid-row: span 2;
}

.about-us {
  max-width: none;
  padding: 38px 28px 0;
  color: #4a2719;
  background: var(--paper);
  text-align: center;
}

.about-us-inner {
  max-width: 1190px;
  margin: 0 auto;
}

.about-us h2 {
  margin: 0;
  color: #4a2719;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  letter-spacing: 0;
}

.about-divider {
  position: relative;
  height: 1px;
  margin: 22px auto 42px;
  background: rgba(74, 39, 25, 0.14);
}

.about-divider::after {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 1px solid rgba(74, 39, 25, 0.14);
  border-bottom: 1px solid rgba(74, 39, 25, 0.14);
  background: var(--paper);
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.about-us p {
  max-width: 1040px;
  margin: 0 auto 22px;
  color: #5e6067;
  font-size: 15px;
  line-height: 1.72;
}

.about-location {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: stretch;
  max-width: 1040px;
  margin: 0 auto 38px;
  text-align: left;
}

.about-map {
  overflow: hidden;
  min-height: 310px;
  background: #eee7dc;
  border: 1px solid rgba(74, 39, 25, 0.18);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(24, 32, 27, 0.12);
}

.about-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 310px;
  border: 0;
}

.about-location-details {
  display: grid;
  align-content: center;
  padding: 28px;
  background: rgba(255, 255, 255, 0.28);
  border-left: 4px solid #4a2719;
  border-radius: 8px;
}

.about-location-details h3 {
  margin: 0 0 12px;
}

.about-location-details p {
  margin: 0;
}

.about-us h3 {
  margin: 54px auto 18px;
  color: #3d1f14;
  font-size: 22px;
  line-height: 1.35;
}

.about-booking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 185px;
  min-height: 54px;
  margin: 18px auto 28px;
  padding: 14px 24px;
  color: var(--white);
  background: #ff875a;
  border-radius: 4px;
  font-weight: 800;
  box-shadow: 0 8px 0 #e67347;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.about-booking:hover {
  color: var(--white);
  background: #ef7448;
  box-shadow: 0 5px 0 #c95c34;
  transform: translateY(3px);
}

.about-ending {
  padding-bottom: 0;
}

.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.contact-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.contact-form {
  display: grid;
  grid-column: 1 / -1;
  gap: 16px;
  margin-top: 0;
  padding: 28px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transform-origin: center;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.contact-form.is-visible {
  animation: contactFormSettle 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.contact-form:hover,
.contact-form:focus-within {
  box-shadow: 0 28px 78px rgba(24, 32, 27, 0.2);
  transform: translateY(-4px);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--leaf-dark);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  border: 1px solid rgba(24, 32, 27, 0.2);
  border-radius: 4px;
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 0;
  border-color: var(--sun);
  box-shadow: 0 0 0 4px rgba(216, 139, 38, 0.18);
  transform: translateY(-1px);
}

.contact-form textarea {
  resize: vertical;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--leaf);
  font-weight: 800;
}

.form-status.is-active {
  animation: pulseText 700ms ease;
}

.contact-form.is-sent {
  animation: contactFormSent 520ms ease both;
}

.contact-office-map {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 0.35fr 0.65fr;
  gap: 24px;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 28px;
  background: var(--paper);
  border: 1px solid rgba(74, 39, 25, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(74, 39, 25, 0.16);
}

.contact-map-copy {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 28px;
}

.contact-map-copy h3,
.contact-map-copy p {
  margin: 0;
}

.contact-map-copy a {
  color: #3d1f14;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-office-map iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
}

.footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 38px 24px;
  color: var(--white);
  background: var(--ink);
}

.footer-contact {
  display: grid;
  gap: 14px;
  max-width: 720px;
}

.footer-contact strong {
  display: block;
  margin-bottom: 6px;
  color: var(--sun);
  font-size: 22px;
}

.footer p,
.footer address {
  margin: 0;
}

.footer address {
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
}

.footer a {
  color: var(--sun);
  font-weight: 800;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.footer-social a {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--leaf-dark);
  background: var(--sun);
  border-radius: 50%;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.footer-social a:hover {
  color: var(--white);
  background: var(--leaf);
  transform: translateY(-4px);
}

.footer-social svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
  width: 58px;
  min-height: 54px;
  padding: 12px 14px;
  color: var(--white);
  background: #25d366;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(24, 32, 27, 0.26);
  font-weight: 800;
  white-space: nowrap;
  transition: width 260ms ease, gap 260ms ease, transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.whatsapp-float:hover {
  gap: 10px;
  width: 172px;
  background: #1fbd5b;
  box-shadow: 0 22px 52px rgba(24, 32, 27, 0.34);
  transform: translateY(-3px) scale(1.02);
}

.whatsapp-float:focus-visible {
  gap: 10px;
  width: 172px;
  outline: 3px solid rgba(216, 139, 38, 0.65);
  outline-offset: 4px;
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
  flex: 0 0 auto;
}

.whatsapp-float span {
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 200ms ease, transform 220ms ease;
}

.whatsapp-float:hover span,
.whatsapp-float:focus-visible span {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 920px) {
  .top-bar {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .top-contact,
  .top-social {
    flex-wrap: wrap;
    gap: 10px 16px;
  }

  .about-location {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-location-details {
    border-top: 4px solid #4a2719;
    border-left: 0;
  }

  .contact-office-map {
    grid-template-columns: 1fr;
  }

  .contact-map-copy {
    text-align: center;
  }

  .park-category-card {
    grid-template-columns: 1fr;
  }

  .park-category-card img {
    min-height: 240px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    z-index: 70;
    top: 100%;
    right: 24px;
    display: grid;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
    min-width: 220px;
    padding: 18px;
    color: var(--ink);
    background: var(--white);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .nav-menu .nav-book {
    min-width: 0;
    padding: 12px 16px;
  }

  .mega-menu {
    position: static;
    grid-template-columns: 1fr;
    display: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    max-height: 320px;
    overflow-y: auto;
    box-shadow: none;
  }

  .nav-dropdown:hover .mega-menu,
  .nav-dropdown.is-open .mega-menu,
  .nav-dropdown:focus-within .mega-menu {
    display: grid;
  }

  .mega-column {
    border-right: 0;
  }

  .mega-column h3 {
    padding: 12px 0 8px;
  }

  .mega-column a {
    padding: 10px 0;
  }

  .nav-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero,
  .intro,
  .itinerary,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    align-items: start;
    min-height: auto;
  }

  .hero-panel {
    max-width: 520px;
  }

  .feature-grid,
  .tour-grid,
  .destination-grid,
  .program-grid,
  .program-list,
  .safari-days-grid,
  .serengeti-facts,
  .serengeti-gallery,
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .serengeti-overview {
    grid-template-columns: 1fr;
  }

  .serengeti-overview img {
    min-height: 300px;
  }

  .park-media {
    min-height: 300px;
  }

  .gallery-grid img:first-child {
    grid-row: auto;
  }

  .hero-still-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-still-grid img:first-child {
    grid-row: auto;
  }
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseText {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.025);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes contactFormSettle {
  0% {
    opacity: 0;
    transform: translateY(22px) scale(0.98);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes contactFormSent {
  0% {
    transform: translateY(-4px) scale(1);
  }

  45% {
    transform: translateY(-4px) scale(1.015);
  }

  100% {
    transform: translateY(-4px) scale(1);
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .hero-slideshow.is-sliding {
    transition: transform 2400ms cubic-bezier(0.76, 0, 0.24, 1) !important;
  }
}

@media (max-width: 640px) {
  .nav {
    padding: 18px;
  }

  .top-bar {
    padding: 8px 18px;
    font-size: 13px;
  }

  .top-bar p {
    display: none;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 142px;
    height: 76px;
  }

  .hero {
    padding: 44px 18px 64px;
  }

  .reference-hero {
    min-height: 360px;
    height: 58vh;
  }

  .section {
    padding: 64px 18px;
  }

  h1 {
    font-size: 42px;
  }

  .hero-actions,
  .card-meta {
    flex-direction: column;
  }

  .footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .feature-grid,
  .tour-grid,
  .destination-grid,
  .program-grid,
  .program-list,
  .safari-days-grid,
  .serengeti-facts,
  .serengeti-gallery,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-auto-rows: 230px;
  }

  .hero-still-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .timeline-item {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }

  .timeline-item span {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 52px;
    min-height: 50px;
    padding: 11px 12px;
    font-size: 14px;
  }

  .whatsapp-float:hover {
    width: 152px;
  }

  .whatsapp-float svg {
    width: 27px;
    height: 27px;
  }
}

/* Shared home-page typography across every page */
body,
button,
input,
select,
textarea {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.site-header .nav-menu > a:not(.nav-book),
.page-header .nav-menu > a:not(.nav-book),
.site-header .nav-dropdown-trigger,
.page-header .nav-dropdown-trigger {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .035em;
}

.site-header .nav-book,
.page-header .nav-book {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .055em;
}

.top-bar,
.mega-menu,
.footer,
footer {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
}

@media (max-width: 1100px) {
  .site-header .nav-menu > a:not(.nav-book),
  .page-header .nav-menu > a:not(.nav-book),
  .site-header .nav-dropdown-trigger,
  .page-header .nav-dropdown-trigger {
    font-size: 10px;
  }
}

/* Integrated safari landscape footer */
.footer.safari-footer,
.about-footer.safari-footer {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  color: #fff9e9;
  background: #746044;
}

.safari-footer-landscape {
  width: 100%;
  height: clamp(190px, 27vw, 350px);
  margin: 0;
  background: #746044 url("assets/footer-safari-landscape.png") center bottom / 100% auto no-repeat;
}

.safari-footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 58px;
}

.safari-footer-intro {
  display: grid;
  justify-items: center;
  max-width: 700px;
  margin: 0 auto 38px;
  text-align: center;
}

.safari-footer-intro img {
  width: 145px;
  height: 112px;
  margin-bottom: 17px;
  object-fit: contain;
  filter: drop-shadow(0 7px 15px rgba(33,20,10,.2));
}

.safari-footer-intro > p:not(.safari-footer-copyright) {
  margin: 0;
  color: rgba(255,249,233,.9);
  font: 500 15px/1.85 "Manrope", Arial, sans-serif;
}

.safari-footer-social {
  display: flex;
  gap: 11px;
  margin: 25px 0 17px;
}

.safari-footer-social a {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  color: #fff;
  background: rgba(49,39,25,.42);
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .25s, background .25s;
}

.safari-footer-social a:hover {
  color: #fff;
  background: #c87830;
  transform: translateY(-4px);
}

.tripadvisor-review {
  display: grid;
  width: min(100%, 245px);
  margin-top: 24px;
  padding: 14px 16px;
  border: 1px solid #00aa6c;
  color: #1e1e1e !important;
  background: #fff;
  box-shadow: 0 10px 22px rgba(21, 26, 19, .16);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.tripadvisor-review:hover {
  color: #1e1e1e !important;
  transform: translateY(-3px);
  box-shadow: 0 15px 28px rgba(21, 26, 19, .25);
}

.tripadvisor-review-kicker {
  color: #444;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tripadvisor-review strong {
  display: block;
  margin-top: 3px;
  font: 800 20px/1.15 Arial, sans-serif;
}

.tripadvisor-review strong i {
  color: #00aa6c;
  font-size: 16px;
  font-style: normal;
}

.tripadvisor-review-name {
  margin-top: 8px;
  color: #06774f;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
}

.tripadvisor-review-stars {
  margin-top: 6px;
  color: #00aa6c;
  font-size: 17px;
  letter-spacing: 1px;
}

.tripadvisor-review em {
  margin-top: 4px;
  color: #555;
  font-size: 11px;
  font-style: normal;
}

/* TripAdvisor review widget */
.tripadvisor-review {
  display: block;
  width: min(100%, 240px);
  margin-top: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.tripadvisor-review-title {
  display: block;
  margin: 0 0 12px;
  color: #fff;
  font: 700 17px/1.2 Arial, sans-serif;
}

.tripadvisor-review-panel {
  display: grid;
  gap: 8px;
  padding: 13px 10px 14px;
  border: 1px solid #00aa6c;
  color: #111;
  background: #fff;
}

.tripadvisor-review .tripadvisor-review-panel strong {
  margin: 0;
  color: #111;
  text-align: center;
  font: 800 18px/1 Arial, sans-serif;
}

.tripadvisor-review .tripadvisor-review-panel strong i {
  color: #00aa6c;
  font-size: 16px;
  font-style: normal;
}

.tripadvisor-review .tripadvisor-review-panel > a {
  color: #006b47 !important;
  font: 700 12px/1.2 Arial, sans-serif;
  text-decoration: underline;
}

.tripadvisor-review fieldset {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  border: 0;
}

.tripadvisor-review fieldset label {
  position: relative;
  width: 14px;
  height: 14px;
}

.tripadvisor-review fieldset input {
  position: absolute;
  opacity: 0;
}

.tripadvisor-review fieldset span {
  display: grid;
  width: 12px;
  height: 12px;
  place-items: center;
  border: 2px solid #00aa6c;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
}

.tripadvisor-review fieldset input:checked + span {
  background: #00aa6c;
  box-shadow: inset 0 0 0 2px #fff;
}

.tripadvisor-review fieldset input:focus-visible + span {
  outline: 2px solid #111;
  outline-offset: 2px;
}

.tripadvisor-review fieldset em {
  margin: 0 0 0 5px;
  color: #111;
  font: 12px/1 Arial, sans-serif;
}

.tripadvisor-review textarea {
  min-height: 66px;
  padding: 5px;
  border: 1px solid #245d48;
  border-radius: 0;
  color: #222;
  font: 12px/1.15 Arial, sans-serif;
  resize: vertical;
}

.tripadvisor-review button {
  width: max-content;
  padding: 5px 14px;
  border: 1px solid #1e6448;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(#79bd9b, #438b68);
  box-shadow: inset 0 1px rgba(255,255,255,.55);
  cursor: pointer;
  font: 12px Arial, sans-serif;
}

.tripadvisor-review button:hover { filter: brightness(1.08); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.safari-footer-copyright {
  margin: 0;
  color: rgba(255,249,233,.72);
  font-size: 11px;
  letter-spacing: .035em;
}

.safari-footer-contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 28px 0;
  border-top: 1px dashed rgba(255,255,255,.28);
  border-bottom: 1px dashed rgba(255,255,255,.28);
}

.safari-footer-contact > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.safari-footer-contact span {
  display: grid;
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 50%;
  color: #5a482f;
  background: #d7d7ad;
  font-size: 19px;
}

.safari-footer-contact p {
  display: grid;
  margin: 0;
  color: #fff7e4;
  font-size: 13px;
}

.safari-footer-contact b,
.safari-footer-links h3 {
  color: #f6c879;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.safari-footer-contact a,
.safari-footer-links a {
  color: #fff7e4;
  font-weight: 500;
  text-decoration: none;
}

.safari-footer-links {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: clamp(35px, 8vw, 105px);
  padding-top: 34px;
}

.safari-footer-links > div {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 7px;
}

.safari-footer-links h3 {
  margin: 0 0 9px;
  font-size: 12px;
}

.safari-footer-links a {
  color: rgba(255,249,233,.86);
  font-size: 13px;
  transition: color .2s, transform .2s;
}

.safari-footer-links a:hover {
  color: #ffd38c;
  transform: translateX(4px);
}

@media (max-width: 760px) {
  .safari-footer-landscape { height: 190px; background-size: auto 190px; }
  .safari-footer-inner { width: min(100% - 30px, 620px); padding-top: 38px; }
  .safari-footer-contact { grid-template-columns: 1fr; gap: 18px; }
  .safari-footer-links { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
}

@media (max-width: 480px) {
  .safari-footer-links { grid-template-columns: 1fr; }
  .safari-footer-intro > p:not(.safari-footer-copyright) { font-size: 13px; }
}

/* Safari programs editorial introduction */
.programs-page .page-header {
  color: #2f3431;
  background: #eee3c8;
}

.programs-page .programs-editorial-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
  width: min(1420px, calc(100% - 64px));
  min-height: 650px;
  margin: 26px auto 54px;
  padding: clamp(48px, 6vw, 86px);
  overflow: hidden;
  border: 1px solid rgba(83,72,52,.14);
  border-radius: 32px;
  background-color: #f5eddc;
  background-image: radial-gradient(rgba(83,72,52,.07) .7px, transparent .8px);
  background-size: 7px 7px;
  box-shadow: 0 28px 70px rgba(59,48,32,.12);
  isolation: isolate;
}

.programs-page .programs-editorial-hero::before {
  position: absolute;
  top: -130px;
  left: -100px;
  z-index: -1;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(139,108,67,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(139,108,67,.04), 0 0 0 95px rgba(139,108,67,.025);
  content: "";
}

.programs-hero-copy { position: relative; z-index: 2; }
.programs-page .programs-hero-copy .eyebrow { margin: 0 0 17px; color: #9f5529; font-size: 10px; letter-spacing: .2em; }
.programs-page .programs-hero-copy h1 { max-width: 660px; margin: 0; color: #303934; font: 400 clamp(55px, 6.47vw, 92px)/.9 "DM Serif Display", Georgia, serif; letter-spacing: -.045em; text-shadow: none; }
.programs-page .programs-hero-copy > p:last-of-type { max-width: 620px; margin: 27px 0 0; color: #65594d; font-size: 15px; line-height: 1.85; }

.programs-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.programs-hero-actions a { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 52px; padding: 0 21px; border: 1px solid #3f4a43; border-radius: 999px; color: #fff; background: #3f4a43; font-size: 10px; font-weight: 900; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; transition: transform .25s, background .25s; }
.programs-hero-actions a + a { color: #6a442b; background: transparent; border-color: rgba(106,68,43,.3); }
.programs-hero-actions a:hover { color: #fff; background: #a95f31; transform: translateY(-3px); }
.programs-hero-actions span { font-size: 18px; font-weight: 400; }

.programs-hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 570px; margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(77,69,54,.16); }
.programs-hero-facts span { display: grid; gap: 2px; color: #7a6b5d; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.programs-hero-facts strong { color: #354039; font: 800 15px/1 "Manrope", Arial, sans-serif; letter-spacing: 0; text-transform: none; }

.programs-hero-visual { position: relative; min-height: 500px; overflow: hidden; border-radius: 220px 220px 28px 28px; background: linear-gradient(0deg, rgba(25,33,27,.72), transparent 54%), url("assets/elephant-sunset-hero.png") center/cover no-repeat; box-shadow: 0 25px 55px rgba(48,38,25,.22); }
.programs-page.trekking-programs-view .programs-hero-visual { background-image: linear-gradient(0deg, rgba(25,33,27,.72), transparent 54%), url("assets/kilimanjaro-climbing-editorial.png"); background-position: center; }
.programs-hero-visual::before { position: absolute; inset: 16px; border: 1px solid rgba(255,244,216,.45); border-radius: inherit; content: ""; }
.programs-hero-visual span,.programs-hero-visual b { position: absolute; right: 34px; left: 34px; z-index: 2; color: #fff8e8; }
.programs-hero-visual span { bottom: 64px; font: italic 400 27px/1 "DM Serif Display", Georgia, serif; }
.programs-hero-visual b { bottom: 34px; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }

.programs-page main > .destinations:first-child { margin-top: 0; padding-top: 55px; border-radius: 38px 38px 0 0; background: #efe3c4; }

@media (max-width: 930px) {
  .programs-page .programs-editorial-hero { grid-template-columns: 1fr; width: min(100% - 30px, 720px); padding: 48px; }
  .programs-hero-visual { min-height: 470px; }
}

@media (max-width: 560px) {
  .programs-page .programs-editorial-hero { margin-top: 15px; padding: 37px 22px 22px; border-radius: 22px; }
  .programs-page .programs-hero-copy h1 { font-size: 51px; }
  .programs-hero-facts { gap: 12px; }
  .programs-hero-visual { min-height: 390px; border-radius: 170px 170px 20px 20px; }
}
.nav-menu .nav-book {
  display: none !important;
}
#ngorongoro .serengeti-overview > div > p:last-child {
  display: none;
}
