:root {
  --primary: #0a3550;
  --primary-dark: #051f30;
  --primary-soft: #dbeafe;
  --primary-ghost: #eff6ff;
  --bg: #ffffff;
  --bg-alt: #ffffff;
  --bg-soft: #f8fafc;
  --surface: #ffffff;
  --card: #ffffff;
  --text: #0b1220;
  --text-heading: #0a3550;
  --muted: #3d4d5c;
  --line: #c9d4e0;
  --brand: #c2410c;
  --brand-2: #ea580c;
  --shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
  --shadow-sm: 0 6px 20px rgba(15, 23, 42, 0.09);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background: var(--bg-alt);
  color: var(--text);
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(19, 101, 132, 0.45);
  outline-offset: 2px;
}

.container {
  width: min(1120px, 92%);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header.scrolled {
  background: #ffffff;
  border-bottom-color: #b8c9d9;
  box-shadow: var(--shadow-sm);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.brand-logo-wrap {
  width: 5.5rem;
  height: 5.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4f1ea;
  border: 2px solid rgba(10, 53, 80, 0.28);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
}

.brand-logo {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  background: transparent;
  box-shadow: none;
  /* Zoom past square beige margins so the circular emblem fills the frame */
  transform: scale(1.28);
}

.brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.18rem;
  max-width: min(26rem, 72vw);
  line-height: 1.12;
}

.brand-text-name {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.2rem, 3.8vw, 2.05rem);
  font-weight: 700;
  color: var(--text-heading);
  letter-spacing: 0.015em;
}

.brand-text-tag {
  font-family: "Manrope", sans-serif;
  font-size: clamp(0.68rem, 1.9vw, 0.88rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3d4d5c;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.site-nav a {
  color: #475569;
  font-weight: 600;
  font-size: 0.94rem;
}

.site-nav a:hover {
  color: var(--primary);
}

.site-nav .btn-small {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 14px rgba(12, 74, 110, 0.28);
}

.site-nav .btn-small:hover {
  color: #fff;
  filter: brightness(1.06);
  box-shadow: 0 6px 18px rgba(12, 74, 110, 0.35);
}

.menu-btn {
  display: none;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--primary);
  min-height: 2.75rem;
  min-width: 2.75rem;
  padding: 0.55rem 0.85rem;
  border-radius: 0.6rem;
  font-weight: 600;
  touch-action: manipulation;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: stretch;
  overflow: hidden;
  background: #000000;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #000000;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 1;
  pointer-events: none;
}

.hero--safari-packages .hero-bg::after {
  background: linear-gradient(
    180deg,
    rgba(2, 17, 30, 0.6) 0%,
    rgba(2, 17, 30, 0.48) 48%,
    rgba(2, 17, 30, 0.68) 100%
  );
}

.hero--travel-guide .hero-bg {
  background:
    linear-gradient(180deg, rgba(3, 22, 36, 0.64) 0%, rgba(3, 22, 36, 0.62) 50%, rgba(3, 22, 36, 0.72) 100%),
    url("assets/route-northern.png") center / cover no-repeat;
}

.hero--faqs .hero-bg {
  background:
    linear-gradient(180deg, rgba(9, 30, 47, 0.62) 0%, rgba(9, 30, 47, 0.6) 50%, rgba(9, 30, 47, 0.72) 100%),
    url("assets/safari-lake-manyara.png") center / cover no-repeat;
}

.hero--about .hero-bg {
  background:
    linear-gradient(180deg, rgba(14, 25, 37, 0.58) 0%, rgba(14, 25, 37, 0.55) 52%, rgba(14, 25, 37, 0.72) 100%),
    url("assets/team/abdala-adam-oka.png") center 28% / cover no-repeat;
}

.hero--contact .hero-bg {
  background:
    linear-gradient(180deg, rgba(8, 24, 39, 0.66) 0%, rgba(8, 24, 39, 0.62) 52%, rgba(8, 24, 39, 0.74) 100%),
    url("assets/trip-luxury-safari.png") center / cover no-repeat;
}

.hero-bg__layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: none;
  background: #000000;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 1.35s cubic-bezier(0.45, 0, 0.2, 1);
}

.hero-bg__layer.is-front {
  opacity: 1;
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg__layer {
    transition: none;
  }
}

.hero-content {
  grid-row: 1;
  grid-column: 1;
  position: relative;
  z-index: 1;
  align-self: center;
  width: 100%;
  padding-block: 4rem 2rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.7px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.65rem;
}

h1, h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  line-height: 1.15;
  color: var(--text-heading);
}

h1 {
  max-width: 760px;
  font-size: clamp(2rem, 5vw, 4rem);
}

.hero-copy {
  max-width: 680px;
  font-size: 1.08rem;
  color: var(--text);
  margin: 1rem 0 1.6rem;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.12rem;
  border-radius: 0.7rem;
  border: 1px solid transparent;
  background: linear-gradient(130deg, var(--brand), var(--brand-2));
  color: #16100a;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(246, 176, 53, 0.26);
}

.btn-ghost {
  background: var(--surface);
  border-color: #cbd5e1;
  color: var(--primary);
}

.btn-ghost:hover {
  border-color: var(--primary);
  background: var(--primary-ghost);
  box-shadow: 0 8px 20px rgba(12, 74, 110, 0.12);
}

.btn-small {
  padding: 0.56rem 0.9rem;
  font-size: 0.92rem;
}

.hero-stats {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  max-width: min(26.5rem, 100%);
}

.hero-stats--compact {
  max-width: min(24rem, 100%);
  gap: 0.5rem;
}

.hero-stats article,
.hero-stats .stat-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  padding: 0.55rem 0.65rem 0.58rem;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.hero-stats .stat-card__eyebrow {
  margin: 0 0 0.12rem;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  opacity: 0.85;
  line-height: 1.2;
}

.hero-stats .stat-card__desc {
  margin: 0.18rem 0 0;
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1.28;
  color: var(--muted);
}

.hero-stats[data-animate-stats] .stat-card {
  opacity: 1;
  transform: translateY(10px) scale(0.98);
  transition:
    transform 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  will-change: transform;
}

.hero-stats[data-animate-stats].stats-visible .stat-card:nth-child(1) {
  transition-delay: 0s;
}

.hero-stats[data-animate-stats].stats-visible .stat-card:nth-child(2) {
  transition-delay: 0.08s;
}

.hero-stats[data-animate-stats].stats-visible .stat-card:nth-child(3) {
  transition-delay: 0.16s;
}

.hero-stats[data-animate-stats].stats-visible .stat-card {
  transform: translateY(0) scale(1);
}

.hero-stats[data-animate-stats].stats-visible .stat-card.stat-card-glow {
  border-color: rgba(12, 74, 110, 0.35);
  box-shadow: 0 0 0 1px rgba(12, 74, 110, 0.08), 0 8px 20px rgba(15, 23, 42, 0.08);
}

.hero-stats h3,
.stat-heading {
  margin: 0;
  font-size: clamp(0.95rem, 2.4vw, 1.12rem);
  line-height: 1.1;
}

.stat-heading {
  display: flex;
  align-items: baseline;
  gap: 0.04em;
  flex-wrap: nowrap;
}

.stat-num {
  display: inline-block;
  font-variant-numeric: tabular-nums;
  min-width: 2.5ch;
  background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.stat-suffix {
  font-size: 0.85em;
  font-weight: 800;
  color: var(--brand);
}

@keyframes stat-num-pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.035);
  }
  100% {
    transform: scale(1);
  }
}

.hero-stats .stat-num.stat-num-done {
  animation: stat-num-pop 0.42s cubic-bezier(0.34, 1.4, 0.64, 1) forwards;
}

@media (prefers-reduced-motion: reduce) {
  .hero-stats[data-animate-stats] .stat-card {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-stats .stat-num.stat-num-done {
    animation: none;
  }
}

.hero-stats p:not(.stat-card__eyebrow):not(.stat-card__desc) {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.partners {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, var(--primary-ghost) 0%, #fff 50%, var(--primary-soft) 100%);
}

.partners.partners--ticker {
  padding: 0;
  overflow: hidden;
}

.partners.partners--ticker:not(.partners--hero-embed) {
  background: linear-gradient(92deg, #082536 0%, #0c3d5a 38%, #0f4a6e 62%, #082536 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.partner-ticker {
  overflow: hidden;
  padding: 0.58rem 0;
}

.partner-ticker:hover .partner-ticker__track,
.partner-ticker:focus-within .partner-ticker__track {
  animation-play-state: paused;
}

.partner-ticker__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: partner-ticker-marquee 18s linear infinite;
}

.partner-ticker__segment {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.55rem;
  padding-right: 3.5rem;
  flex-shrink: 0;
  color: #e2f0f8;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.partner-ticker__lead {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.partner-ticker__countries {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.35rem;
  color: #fff;
}

.partner-ticker__item {
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.partner-ticker__dot {
  opacity: 0.45;
  font-weight: 400;
  padding: 0 0.1rem;
}

@keyframes partner-ticker-marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .partner-ticker__track {
    animation: none;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.35rem;
    padding: 0 1rem;
    box-sizing: border-box;
  }

  .partner-ticker__segment {
    padding-right: 0;
    white-space: normal;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .partner-ticker__segment:nth-child(2) {
    display: none;
  }
}

.partner-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  color: var(--muted);
  font-weight: 600;
}

.partner-logos {
  display: flex;
  gap: 1.2rem;
  color: var(--primary);
  font-weight: 700;
}

.section {
  padding: 4.7rem 0;
  background: var(--surface);
}

.section-head {
  margin-bottom: 1.8rem;
  max-width: 680px;
}

h2 {
  font-size: clamp(1.7rem, 3.8vw, 2.8rem);
}

.grid {
  display: grid;
  gap: 1rem;
}

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

.cards-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.itinerary-card,
.quote-card,
.trust-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: var(--shadow-sm);
}

.card {
  overflow: hidden;
}

/* Trip-type cards: equal-height row with a fixed image band — no stretching */
#adventures .grid.cards-3 {
  align-items: stretch;
}

#adventures .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#adventures .card > img {
  width: 100%;
  flex: 0 0 auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

#adventures .card-body {
  flex: 1 1 auto;
}

/* Featured sample itineraries + Kilimanjaro route cards: same layout as sample itinerary cards */
#itineraries .grid.cards-2,
#route-table .grid.cards-3 {
  align-items: stretch;
}

#itineraries .grid.cards-2 .itinerary-card,
#route-table .grid.cards-3 .itinerary-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

#itineraries .grid.cards-2 .itinerary-card > img,
#route-table .grid.cards-3 .itinerary-card > img {
  width: 100%;
  flex: 0 0 auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

#itineraries .grid.cards-2 .itinerary-card > img.route-card-img--marangu,
#route-table .grid.cards-3 .itinerary-card > img.route-card-img--marangu {
  object-position: center 42%;
}

#itineraries .grid.cards-2 .itinerary-card > img.route-card-img--lemosho,
#route-table .grid.cards-3 .itinerary-card > img.route-card-img--lemosho {
  object-position: center 40%;
}

#itineraries .grid.cards-2 .itinerary-card > img.route-card-img--rongai,
#route-table .grid.cards-3 .itinerary-card > img.route-card-img--rongai {
  object-position: center 38%;
}

#itineraries .grid.cards-2 .itinerary-card > img.route-card-img--umbwe,
#route-table .grid.cards-3 .itinerary-card > img.route-card-img--umbwe {
  object-position: center 45%;
}

#itineraries .grid.cards-2 .itinerary-card > h3,
#route-table .grid.cards-3 .itinerary-card > h3 {
  padding: 1.05rem 1.2rem 0.25rem;
}

#itineraries .grid.cards-2 .itinerary-card > p,
#route-table .grid.cards-3 .itinerary-card > p {
  padding: 0.35rem 1.2rem 0.5rem;
}

#itineraries .grid.cards-2 .itinerary-card > .tags,
#route-table .grid.cards-3 .itinerary-card > .tags {
  padding: 0.35rem 1.2rem 0.5rem;
}

#itineraries .grid.cards-2 .itinerary-card > .card-cta {
  margin: auto 1.2rem 1.2rem;
  align-self: flex-start;
}

#route-table .grid.cards-3 .itinerary-card > .route-schedule-btn {
  margin: auto 1.2rem 0;
  align-self: flex-start;
}

#route-table .grid.cards-3 .itinerary-card > .card-cta {
  margin: 0.55rem 1.2rem 1.2rem;
  align-self: flex-start;
}

/* Home “Choose a route” cards */
#routes .grid.route-cards {
  align-items: stretch;
}

#routes .grid.route-cards .itinerary-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

#routes .grid.route-cards .itinerary-card > img {
  width: 100%;
  flex: 0 0 auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

#routes .grid.route-cards .itinerary-card > img.route-card-img--marangu {
  object-position: center 42%;
}

#routes .grid.route-cards .itinerary-card > img.route-card-img--lemosho {
  object-position: center 40%;
}

#routes .grid.route-cards .itinerary-card > img.route-card-img--rongai {
  object-position: center 38%;
}

#routes .grid.route-cards .itinerary-card > img.route-card-img--umbwe {
  object-position: center 45%;
}

#routes .grid.route-cards .itinerary-card > h3 {
  padding: 1.05rem 1.2rem 0.25rem;
}

#routes .grid.route-cards .itinerary-card > p {
  padding: 0.35rem 1.2rem 0.5rem;
}

#routes .grid.route-cards .itinerary-card > .mini-list {
  margin: 0.5rem 1.2rem 0;
  padding-left: 1rem;
}

#routes .grid.route-cards .itinerary-card > .route-schedule-btn {
  margin: 0.55rem 1.2rem 0;
  align-self: flex-start;
}

#routes .grid.route-cards .itinerary-card > .card-cta {
  margin: 0.65rem 1.2rem 1.2rem;
  align-self: flex-start;
}

/* Home safari zone cards now include featured imagery */
#safari-zones .grid.cards-2 {
  align-items: stretch;
}

#safari-zones .grid.cards-2 .itinerary-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

#safari-zones .grid.cards-2 .itinerary-card > img {
  width: 100%;
  flex: 0 0 auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  display: block;
}

#safari-zones .grid.cards-2 .itinerary-card > h3 {
  padding: 1.05rem 1.2rem 0.25rem;
}

#safari-zones .grid.cards-2 .itinerary-card > p {
  padding: 0.35rem 1.2rem 0.5rem;
}

#safari-zones .grid.cards-2 .itinerary-card > .destination-facts {
  margin: 0.5rem 1.2rem 0;
}

#safari-zones .grid.cards-2 .itinerary-card > .card-cta,
#safari-zones .grid.cards-2 .itinerary-card > .card-cta-row {
  margin: 0.75rem 1.2rem 1.2rem;
}

.section-head--route-compare {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.section-head--route-compare .section-head__text {
  flex: 1 1 16rem;
}

.section-head--route-compare .route-schedule-btn {
  flex: 0 0 auto;
}

.card-body {
  padding: 1rem 1rem 1.2rem;
}

.card h3,
.itinerary-card h3,
.trust-card h3,
.quote-card h3 {
  margin: 0;
  color: var(--text-heading);
}

.card p,
.itinerary-card p,
.quote-card p,
.trust-card p {
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  align-items: start;
}

.feature-list {
  margin: 1rem 0 1.3rem;
  padding-left: 1rem;
  color: var(--muted);
}

.feature-list li {
  margin: 0.38rem 0;
}

.trust-card {
  padding: 1.2rem;
}

.trust-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.trust-grid article {
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  padding: 0.75rem;
  background: var(--primary-ghost);
}

.trust-grid strong {
  display: block;
  font-size: 1.25rem;
  color: var(--primary);
}

.trust-grid span {
  font-size: 0.88rem;
  color: var(--muted);
}

.itinerary-card {
  padding: 1.2rem;
}

.mini-list {
  margin: 0.7rem 0 0;
  padding-left: 1rem;
  color: #475569;
}

.mini-list li {
  margin: 0.35rem 0;
}

.tags {
  margin-top: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tags span {
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  padding: 0.25rem 0.62rem;
  font-size: 0.8rem;
  color: var(--primary);
  background: var(--primary-ghost);
}

.quote-card {
  padding: 1rem 1rem 1.2rem;
}

.quote-card--phone-wa .contact-channel {
  margin-top: 0.65rem;
}

.contact-channel__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
}

.contact-channel__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
}

.contact-channel__btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.14);
}

.contact-channel__btn:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
}

.contact-channel__btn--call {
  background: linear-gradient(145deg, var(--primary) 0%, var(--primary-dark) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.contact-channel__btn--whatsapp {
  background: #25d366;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.contact-channel__icon {
  width: 1.32rem;
  height: 1.32rem;
  flex-shrink: 0;
}

.contact-channel__icon--wa {
  width: 1.48rem;
  height: 1.48rem;
}

.contact-channel__number {
  margin: 0.75rem 0 0;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media (prefers-reduced-motion: reduce) {
  .contact-channel__btn:hover {
    transform: none;
  }
}

.quote-card h4 {
  margin: 0;
  color: var(--brand);
  font-size: 0.96rem;
}

.cta-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  align-items: start;
}

.section.cta {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 55%, #0e5f8a 100%);
  border-top: none;
  color: #f8fafc;
}

.section.cta .eyebrow {
  color: #ffffff;
}

.section.cta h2 {
  color: #fff;
}

.section.cta .cta-wrap > div > p {
  color: #f1f5f9;
  max-width: 34rem;
}

.section.cta .trust-card--cta-sidebar {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.06),
    0 18px 40px rgba(5, 24, 38, 0.25);
}

.section.cta .trust-card--cta-sidebar .eyebrow {
  color: var(--primary);
}

.section.cta .trust-card--cta-sidebar h2 {
  color: var(--text-heading);
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
}

.section.cta .trust-card--cta-sidebar .trust-card__intro {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted);
}

.section.cta .trust-card--cta-sidebar .trust-card__footnote {
  margin-top: auto;
  padding-top: 0.5rem;
}

.contact-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: var(--shadow-sm);
}

/* Inquiry form — travel / DMC standard layout */
.section--inquiry {
  background: #f8fafc;
}

.cta-wrap--inquiry {
  align-items: stretch;
}

.trust-card--inquiry-sidebar .trust-card__footnote {
  margin: 1rem 0 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.contact-form--inquiry {
  padding: clamp(1.35rem, 4vw, 2rem) clamp(1.25rem, 4vw, 2.1rem);
  border-radius: 1.15rem;
  border: 1px solid rgba(11, 58, 83, 0.16);
  background: #ffffff;
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.05),
    0 20px 44px rgba(11, 58, 83, 0.12);
}

.contact-form__head {
  margin-bottom: 1.35rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(11, 58, 83, 0.1);
}

.contact-form__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #136584;
}

.contact-form__title {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  color: var(--text-heading);
  line-height: 1.2;
}

.contact-form__title--compact {
  font-size: clamp(1.2rem, 2.6vw, 1.45rem);
}

.contact-form__lead {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--muted);
  max-width: 36rem;
}

.contact-form__fieldset {
  margin: 0 0 1.35rem;
  padding: 0;
  border: none;
  min-width: 0;
}

.contact-form__fieldset:last-of-type {
  margin-bottom: 0;
}

.contact-form__legend {
  display: block;
  width: 100%;
  margin: 0 0 0.75rem;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3d5a6d;
}

.contact-form__grid {
  display: grid;
  gap: 1rem 1.1rem;
}

.contact-form__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-field {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
}

.form-field label {
  margin-bottom: 0.38rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text-heading);
}

.req-mark {
  margin-left: 0.1rem;
  color: #b45309;
  text-decoration: none;
  font-weight: 800;
}

.contact-form--inquiry .form-field input,
.contact-form--inquiry .form-field textarea {
  width: 100%;
  margin: 0;
  padding: 0.78rem 0.95rem;
  border-radius: 0.65rem;
  border: 1px solid #c5d4df;
  background: #fff;
  color: var(--text);
  font: inherit;
  font-size: 0.95rem;
  line-height: 1.45;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.contact-form--inquiry .form-field textarea {
  resize: vertical;
  min-height: 8.5rem;
}

.contact-form--inquiry .form-field input::placeholder,
.contact-form--inquiry .form-field textarea::placeholder {
  color: #94a3b8;
}

.contact-form--inquiry .form-field input:hover,
.contact-form--inquiry .form-field textarea:hover {
  border-color: #9eb4c8;
}

.contact-form--inquiry .form-field input:focus,
.contact-form--inquiry .form-field textarea:focus {
  outline: none;
  border-color: #136584;
  box-shadow: 0 0 0 3px rgba(19, 101, 132, 0.2);
  background: #fff;
}

.contact-form__privacy {
  margin: 1.15rem 0 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--muted);
}

.contact-form__actions {
  margin-top: 1.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(11, 58, 83, 0.08);
}

.contact-form__submit {
  width: 100%;
  max-width: 22rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  font-size: 0.98rem;
  cursor: pointer;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-feedback {
  margin: 1rem 0 0;
  padding: 0.65rem 0.85rem;
  border-radius: 0.55rem;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
  color: #166534;
  background: rgba(22, 163, 74, 0.1);
  border: 1px solid rgba(22, 163, 74, 0.28);
}

.form-feedback.error {
  color: #991b1b;
  background: rgba(220, 38, 38, 0.08);
  border-color: rgba(220, 38, 38, 0.28);
}

@media (max-width: 720px) {
  .contact-form__grid--2 {
    grid-template-columns: 1fr;
  }

  .contact-form__submit {
    max-width: none;
  }
}

.planning-cards {
  margin-top: 1rem;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
}

.timeline article {
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  padding: 0.95rem;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.timeline strong {
  color: var(--primary);
  display: inline-block;
  margin-bottom: 0.3rem;
}

.timeline p {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  color: #e8f4fc;
  border-top: 1px solid rgba(125, 211, 252, 0.22);
  background: linear-gradient(165deg, #0f3d5a 0%, #0a2f47 38%, #061f30 100%);
}

.footer-wrap {
  display: block;
  padding: 2.25rem 0 1.75rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.05fr) minmax(0, 0.8fr);
  gap: 2rem 2rem;
  align-items: start;
  text-align: left;
}

.footer-grid--bottom {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.95fr);
  gap: 2rem 2.5rem;
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-grid__brand {
  min-width: 0;
}

.footer-grid__contact {
  min-width: 0;
}

.footer-brand-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  margin-top: 1rem;
}

.footer-brand-meta .footer-desc {
  margin: 0;
  max-width: 38rem;
}

.footer-brand-meta .footer-social.footer-social--inline {
  margin: 0;
}

.footer-sitemap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.35rem 1.75rem;
  margin: 0;
  padding: 0;
  border: none;
}

.footer-nav-col__title {
  margin: 0 0 0.55rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.25;
}

.footer-nav-col__title a {
  color: #ffffff;
  text-decoration: none;
}

.footer-nav-col__title a:hover {
  color: #fde68a;
  text-decoration: underline;
}

.footer-nav-col__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
}

.footer-nav-col__list a {
  display: block;
  color: #c8dfea;
  font-size: 0.82rem;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
}

.footer-nav-col__list a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(253, 230, 138, 0.75);
}

@media (min-width: 1100px) {
  .footer-sitemap {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 1.15rem 1.25rem;
  }
}

.footer-grid__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.15rem;
  min-width: 0;
}

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

.footer-brand-block {
  width: 100%;
  max-width: 48rem;
  margin-inline: auto;
}

.footer-brand-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem 1.35rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 0;
  text-align: left;
}

.footer-brand:hover .footer-name {
  color: #fde68a;
}

.footer-logo-wrap {
  width: 7.5rem;
  height: 7.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4f1ea;
  border: 2px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.footer-logo {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  background: transparent;
  box-shadow: none;
  transform: scale(1.28);
}

.footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.footer-name {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.35rem, 3.5vw, 1.75rem);
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.footer-sub {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7dd3fc;
}

.footer-desc {
  margin: 1rem 0 0;
  color: #c8dfea;
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 38rem;
  text-align: left;
}

.footer-contact {
  margin: 0;
}

.footer-contact__heading {
  margin: 0 0 0.85rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
}

.footer-contact__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.footer-contact-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: start;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}

.footer-contact-card__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: auto;
  margin-top: 0.15rem;
  color: #7dd3fc;
  background: none;
  border-radius: 0;
}

.footer-contact-card__icon--email {
  color: #fde68a;
}

.footer-contact-card__icon--phone {
  color: #7dd3fc;
}

.footer-contact-card__icon--location {
  color: #86efac;
}

.footer-contact-card__icon--hours {
  color: #c4b5fd;
}

.footer-contact-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

.footer-contact-card__label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9ecfe5;
}

.footer-contact-card__value {
  color: #ffffff;
  font-weight: 650;
  font-size: 0.94rem;
  line-height: 1.4;
  text-decoration: none;
  word-break: break-word;
}

a.footer-contact-card__value:hover {
  color: #fde68a;
  text-decoration: underline;
}

.footer-contact-card__value--text {
  color: #f0f9ff;
}

.footer-contact-card__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.55rem;
}

.footer-contact-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  text-decoration: none;
  color: #ffffff;
  background: #25d366;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.footer-contact-card__action:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.45);
}

.footer-contact-card__hint {
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(200, 223, 234, 0.82);
}

.footer-wrap p {
  color: #c8dfea;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem 1.15rem;
  align-items: center;
}

.footer-links a {
  color: #f0f9ff;
  font-weight: 650;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(253, 230, 138, 0.85);
  text-underline-offset: 0.2em;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
}

.footer-trust-wrap {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-trust-label {
  margin: 0 0 0.9rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9ecfe5;
}

.footer-trust-badges {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: stretch;
}

.footer-trust-badges > li {
  margin: 0;
}

.footer-trust-link {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 100%;
  padding: 0.5rem 0.75rem;
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #f8fafc;
  text-decoration: none;
  font-size: 0.78rem;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.footer-trust-link:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.footer-trust-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #15803d;
}

.footer-trust-link--ecotourism .footer-trust-icon {
  color: #166534;
}

.footer-trust-link--amref .footer-trust-icon {
  color: #c2410c;
}

.footer-trust-icon--tripadvisor {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.footer-trust-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08rem;
  line-height: 1.2;
  min-width: 0;
}

.footer-trust-name {
  font-weight: 800;
  font-size: 0.8rem;
  color: #ffffff;
}

.footer-trust-sub {
  font-size: 0.68rem;
  font-weight: 600;
  color: #b8d4e5;
}

.footer-trust-link--tripadvisor {
  background: #f1f5f9;
  border-color: rgba(15, 23, 42, 0.12);
  color: #0f172a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.footer-trust-link--tripadvisor:hover {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.18);
}

.footer-trust-link--tripadvisor .footer-trust-name {
  color: #0f172a;
}

.footer-trust-link--tripadvisor .footer-trust-sub {
  color: #475569;
}

.footer-trust-link--google .footer-trust-sub {
  color: #b8d4e5;
}

.footer-social.footer-social--inline {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  border: none;
}

.footer-bottom-bar {
  background: #030d14;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.85rem 0 1rem;
}

.footer-bottom-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  text-align: center;
}

.footer-contact-bar {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.65rem 1.1rem;
}

.footer-contact-bar__item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact-bar__item:hover {
  background: none;
  border-color: transparent;
  color: #fde68a;
  text-decoration: underline;
}

.footer-contact-bar__item--wa {
  background: none;
  border: none;
}

.footer-contact-bar__item--wa:hover {
  background: none;
  border: none;
  color: #86efac;
}

.footer-contact-bar__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7dd3fc;
}

.footer-contact-bar__icon--wa {
  color: #86efac;
}

.footer-contact-bar__text {
  word-break: break-word;
}

.footer-copy {
  margin: 0;
  font-size: 0.8rem;
  color: #9ebdcf;
  line-height: 1.45;
  flex: 0 1 auto;
  max-width: 48rem;
  text-align: center;
}

.footer-bcom {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8aa8bd;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.15rem 0.35rem;
  max-width: 100%;
  text-align: center;
}

.footer-bcom-sep {
  font-weight: 400;
  opacity: 0.75;
}

.footer-bcom-link {
  color: #7dd3fc;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
}

.footer-bcom-link:hover {
  color: #fde68a;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-grid,
  .footer-grid--bottom {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .footer-grid__contact {
    order: 2;
  }

  .footer-sitemap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 1.35rem;
  }

  .footer-grid--bottom {
    margin-top: 1.5rem;
    padding-top: 1.35rem;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: center;
  }

  .footer-bcom {
    justify-content: center;
    text-align: center;
  }
}

.social-link {
  display: inline-flex;
  width: 3.1rem;
  height: 3.1rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.18);
  transition:
    transform 0.2s ease,
    filter 0.2s ease,
    box-shadow 0.2s ease;
}

.social-link svg {
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
}

.social-link:hover {
  transform: translateY(-4px) scale(1.04);
  filter: brightness(1.08);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.22);
}

.social-link--instagram {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.social-link--whatsapp {
  background: #25d366;
}

.social-link--youtube {
  background: #ff0000;
}

.social-link--facebook {
  background: #1877f2;
}

@media (prefers-reduced-motion: reduce) {
  .social-link:hover {
    transform: none;
  }
}

.wa-widget {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right, 0px));
  bottom: max(1rem, env(safe-area-inset-bottom, 0px));
  z-index: 9998;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.55rem;
  font-family: inherit;
  pointer-events: none;
}

.wa-widget > * {
  pointer-events: auto;
}

.wa-widget__panel {
  position: relative;
  width: min(15.5rem, calc(100vw - 2.75rem));
  padding: 0.9rem 1rem 1rem;
  border-radius: 0.95rem;
  background: #fff;
  border: 1px solid #d5dee8;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.16);
  transform-origin: bottom right;
}

.wa-widget__panel[hidden] {
  display: none;
}

.wa-widget.is-open .wa-widget__panel {
  animation: wa-pop-in 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.wa-widget__close {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  width: 1.7rem;
  height: 1.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #f1f5f9;
  color: #475569;
  cursor: pointer;
  padding: 0;
}

.wa-widget__close:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.wa-widget__label {
  margin: 0 1.5rem 0.3rem 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
}

.wa-widget__msg {
  margin: 0 0 0.7rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
}

.wa-widget__cta {
  display: block;
  text-align: center;
  padding: 0.55rem 0.75rem;
  border-radius: 0.6rem;
  font-weight: 700;
  font-size: 0.84rem;
  background: #25d366;
  color: #062d14;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: filter 0.2s ease, box-shadow 0.2s ease;
}

.wa-widget__cta:hover {
  filter: brightness(1.06);
  box-shadow: 0 5px 14px rgba(37, 211, 102, 0.32);
}

.wa-widget__fab {
  appearance: none;
  display: inline-flex;
  width: 3.35rem;
  height: 3.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.18), 0 0 0 1px rgba(37, 211, 102, 0.3);
  cursor: pointer;
  padding: 0;
  animation: wa-fab-pulse 2.6s ease-in-out infinite;
}

.wa-widget__fab svg {
  width: 1.55rem;
  height: 1.55rem;
  display: block;
}

.wa-widget.is-open .wa-widget__fab {
  animation: none;
}

.wa-widget__fab:hover {
  filter: brightness(1.06);
  animation: none;
}

@keyframes wa-pop-in {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes wa-fab-pulse {
  0%,
  100% {
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.18), 0 0 0 0 rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.18), 0 0 0 8px rgba(37, 211, 102, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wa-widget.is-open .wa-widget__panel {
    animation: none;
  }

  .wa-widget__fab {
    animation: none;
  }
}

@media (max-width: 930px) {
  .cards-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split,
  .cta-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .menu-btn {
    display: inline-flex;
  }

  .brand-text-name {
    font-size: clamp(1.05rem, 5vw, 1.65rem);
  }

  .brand-text-tag {
    font-size: clamp(0.62rem, 2.6vw, 0.78rem);
  }

  .brand-logo-wrap {
    width: 4.55rem;
    height: 4.55rem;
  }

  .brand-logo {
    width: 100%;
    height: 100%;
  }

  .site-nav {
    position: absolute;
    left: 4%;
    right: 4%;
    top: 88px;
    display: none;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 0.9rem;
    padding: 0.9rem;
    box-shadow: var(--shadow);
    max-height: min(68vh, 30rem);
    overflow: auto;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 0.62rem 0.2rem;
    font-size: 1rem;
  }

  .site-nav .btn-small {
    justify-content: center;
    text-align: center;
    margin-top: 0.3rem;
  }

  .cards-3,
  .cards-2,
  .hero-stats,
  .timeline {
    grid-template-columns: 1fr;
  }
}

/* --- Premium Tour Theme Refresh --- */
:root {
  --primary: #0a3550;
  --primary-dark: #061f30;
  --primary-soft: #e2eef5;
  --primary-ghost: #f0f5f9;
  --bg: #ffffff;
  --bg-alt: #ffffff;
  --bg-soft: #f8fafc;
  --surface: #ffffff;
  --text: #0b1220;
  --text-heading: #0a3550;
  --muted: #3a4a59;
  --line: #c5d2df;
  --brand: #c2410c;
  --brand-2: #ea580c;
  --shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
  --shadow-sm: 0 8px 22px rgba(15, 23, 42, 0.09);
  --btn-from: #136584;
  --btn-to: #0a3550;
  --btn-text: #ffffff;
  --btn-accent: #c99547;
  --btn-accent-2: #ddb66a;
  --card-surface: #ffffff;
  --card-surface-2: #f8fafc;
  --card-edge: #aebfcf;
  --card-accent-line: rgba(19, 101, 132, 0.72);
}

body {
  background: #ffffff;
  color: var(--text);
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.site-header.scrolled {
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

.brand-text-name {
  color: var(--primary);
}

.brand-text-tag {
  color: #3f5060;
}

.site-nav a {
  color: #38475a;
}

.site-nav a:hover {
  color: var(--primary);
}

.hero-bg {
  background: none;
  filter: none;
}

.hero h1,
.hero .hero-copy,
.hero .eyebrow {
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.hero .eyebrow {
  opacity: 1;
}

.hero .btn-ghost {
  background: #ffffff;
  border-color: #cbd5e1;
  color: var(--primary);
}

.section {
  background: var(--surface);
}

.card,
.itinerary-card,
.quote-card,
.trust-card,
.timeline article,
.contact-form,
.hero-stats .stat-card {
  border: 1px solid var(--card-edge);
  box-shadow: var(--shadow-sm);
}

.card {
  background: #ffffff;
}

.itinerary-card {
  background: #ffffff;
  border-left: 3px solid var(--card-accent-line);
}

.quote-card {
  background: #ffffff;
}

.trust-card {
  background: #ffffff;
}

.timeline article {
  background: #ffffff;
}

.contact-form {
  background: #ffffff;
}

.hero-stats .stat-card {
  position: relative;
  overflow: hidden;
}

.hero-stats .stat-card.stat-card--years,
.hero-stats .stat-card.stat-card--travelers,
.hero-stats .stat-card.stat-card--satisfaction {
  padding: 0.52rem 0.62rem 0.55rem;
}

/* Hero metrics: white cards, solid accent colors, no gradients or washed tints */
.hero-stats .stat-card.stat-card--years,
.hero-stats .stat-card.stat-card--travelers,
.hero-stats .stat-card.stat-card--satisfaction {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #cbd5e1;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.hero-stats .stat-card.stat-card--years {
  border-left-color: #d97706;
}

.hero-stats .stat-card.stat-card--travelers {
  border-left-color: var(--primary);
}

.hero-stats .stat-card.stat-card--satisfaction {
  border-left-color: #047857;
}

.hero .stat-card--years .stat-num,
.hero .stat-card--travelers .stat-num,
.hero .stat-card--satisfaction .stat-num {
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
}

.hero .stat-card--years .stat-num {
  color: #b45309;
}

.hero .stat-card--years .stat-suffix {
  color: #92400e;
}

.hero .stat-card--years .stat-card__eyebrow {
  color: #334155;
  opacity: 1;
}

.hero .stat-card--years .stat-card__desc {
  color: #475569;
}

.hero .stat-card--travelers .stat-num {
  min-width: 5.8ch;
  letter-spacing: -0.035em;
  color: var(--primary);
}

.hero .stat-card--travelers .stat-suffix {
  color: var(--primary-dark);
}

.hero .stat-card--travelers .stat-card__eyebrow {
  color: #334155;
  opacity: 1;
}

.hero .stat-card--travelers .stat-card__desc {
  color: #475569;
}

.hero .stat-card--travelers .stat-heading {
  font-size: clamp(0.82rem, 2vw, 0.98rem);
}

.hero .stat-card--satisfaction .stat-num {
  color: #047857;
}

.hero .stat-card--satisfaction .stat-suffix {
  color: #065f46;
}

.hero .stat-card--satisfaction .stat-card__eyebrow {
  color: #334155;
  opacity: 1;
}

.hero .stat-card--satisfaction .stat-card__desc {
  color: #475569;
}

.hero-stats[data-animate-stats].stats-visible .stat-card.stat-card--years.stat-card-glow {
  border-color: #e2e8f0;
  border-left-color: #d97706;
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.15);
}

.hero-stats[data-animate-stats].stats-visible .stat-card.stat-card--travelers.stat-card-glow {
  border-color: #e2e8f0;
  border-left-color: var(--primary);
  box-shadow: 0 4px 14px rgba(10, 53, 80, 0.12);
}

.hero-stats[data-animate-stats].stats-visible .stat-card.stat-card--satisfaction.stat-card-glow {
  border-color: #e2e8f0;
  border-left-color: #047857;
  box-shadow: 0 4px 14px rgba(4, 120, 87, 0.14);
}

.partners {
  background: #f8fafc;
  border-top-color: var(--line);
  border-bottom-color: var(--line);
}

.hero .partners.partners--ticker.partners--hero-embed {
  grid-row: 2;
  grid-column: 1;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  align-self: end;
  background: linear-gradient(92deg, #071c2c 0%, #0e3d5a 40%, #135a82 55%, #0e3d5a 72%, #071c2c 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
}

.partner-logos {
  color: var(--primary);
}

.section.cta {
  background: #f8fafc;
}

.section.cta .contact-form {
  background: #ffffff;
}

.section.cta .contact-form--inquiry .form-field input,
.section.cta .contact-form--inquiry .form-field textarea {
  background: #fff;
}

/* Footer: deep-navy theme is defined above; social icons stay vivid on dark bar */
.site-footer .social-link {
  border: 2px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

/* Primary actions: deep teal–navy (professional) */
.btn {
  background: linear-gradient(165deg, var(--btn-from) 0%, var(--btn-to) 100%);
  color: var(--btn-text);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 24px rgba(11, 58, 83, 0.22);
}

.btn:hover {
  box-shadow: 0 14px 30px rgba(11, 58, 83, 0.3);
  filter: brightness(1.04);
}

/* Hero primary CTA: warm accent on dark overlay */
.hero .btn:not(.btn-ghost) {
  background: linear-gradient(165deg, #e0b55f 0%, #b8893a 55%, #9a7230 100%);
  color: #1a150a;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
}

.hero .btn:not(.btn-ghost):hover {
  filter: brightness(1.06);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

/* Secondary CTA: restrained metallic gold */
body .section .btn.btn-ghost {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #c5d4df;
  color: var(--primary);
  box-shadow: 0 4px 14px rgba(15, 40, 60, 0.06);
}

body .section .btn.btn-ghost:hover {
  background: #fff;
  border-color: var(--btn-accent);
  color: var(--primary-dark);
  box-shadow: 0 8px 20px rgba(201, 149, 71, 0.15);
}

/* Optional accent button (e.g. special promos): add class btn-accent in HTML later */
.btn-accent {
  background: linear-gradient(165deg, var(--btn-accent) 0%, var(--btn-accent-2) 100%);
  color: #1a1a12;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 22px rgba(201, 149, 71, 0.22);
}

.btn-accent:hover {
  filter: brightness(1.05);
  box-shadow: 0 14px 28px rgba(201, 149, 71, 0.28);
}

/* In-card itinerary / portfolio CTAs (distinct professional colors) */
.card-body .card-cta,
.card-cta-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 0.95rem;
}

.card-cta-row .card-cta {
  margin-top: 0;
}

.itinerary-card .card-cta,
.quote-card .card-cta,
.trust-card .card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.95rem;
  padding: 0.58rem 1.1rem;
  border-radius: 0.55rem;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  border: 1px solid transparent;
  width: fit-content;
  max-width: 100%;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.itinerary-card .card-cta {
  margin-top: 1.05rem;
}

.card-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.card-cta--teal {
  background: linear-gradient(165deg, #138a98 0%, #0c5560 100%);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 6px 16px rgba(12, 85, 96, 0.28);
}

.card-cta--forest {
  background: linear-gradient(165deg, #2f855a 0%, #1d5c3d 100%);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 16px rgba(29, 92, 61, 0.28);
}

.card-cta--ocean {
  background: linear-gradient(165deg, #2e86b8 0%, #1b5675 100%);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 6px 16px rgba(27, 86, 117, 0.28);
}

.card-cta--amber {
  background: linear-gradient(165deg, #e4bc5f 0%, #b8893a 100%);
  color: #1a1409;
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 6px 16px rgba(184, 137, 58, 0.28);
}

.card-cta--slate {
  background: linear-gradient(165deg, #5f7386 0%, #3d4d5c 100%);
  color: #f8fafc;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 6px 16px rgba(61, 77, 92, 0.28);
}

.card-cta--terracotta {
  background: linear-gradient(165deg, #cf6a52 0%, #9a3f2f 100%);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 16px rgba(154, 63, 47, 0.28);
}

.card-cta--indigo {
  background: linear-gradient(165deg, #6b73a8 0%, #454b7a 100%);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 16px rgba(69, 75, 122, 0.28);
}

/* --- Kilimanjaro routes: map + day-by-day --- */
.section-head .section-lead {
  margin: 0.75rem 0 0;
  max-width: 52rem;
  font-size: 0.98rem;
  color: var(--muted);
  line-height: 1.55;
}

.itinerary-jump-link {
  display: inline-block;
  margin-top: 0.65rem;
  margin-bottom: 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--primary);
  text-decoration: underline;
  text-decoration-color: rgba(19, 101, 132, 0.35);
  text-underline-offset: 0.18em;
}

.itinerary-jump-link:hover {
  color: var(--primary-dark);
  text-decoration-color: rgba(19, 101, 132, 0.65);
}

#route-map,
#route-costs,
#route-table,
#day-by-day,
.route-itinerary-block {
  scroll-margin-top: 96px;
}

.route-map-section {
  background: #f8fafc;
}

.route-map-panel {
  margin: 0;
  padding: 1.25rem 1.35rem 1.4rem;
  background: #ffffff;
  border: 1px solid var(--card-edge);
  border-radius: 1rem;
  box-shadow: var(--shadow-sm);
}

.route-schematic-wrap {
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
  border-radius: 0.75rem;
  background: #ffffff;
  border: 1px solid rgba(11, 58, 83, 0.14);
  padding: 0.75rem 0.5rem;
}

.route-schematic {
  display: block;
  width: 100%;
  height: auto;
}

.route-map-caption {
  margin: 0.85rem auto 0;
  max-width: 40rem;
  text-align: center;
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.45;
}

.route-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1.1rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.82rem;
  color: var(--text);
}

.route-legend-swatch {
  display: inline-block;
  width: 0.85rem;
  height: 0.85rem;
  margin-right: 0.35rem;
  border-radius: 0.2rem;
  vertical-align: -0.12em;
}

.route-legend-swatch--dash {
  background: transparent;
  border: 2px dashed;
}

.route-itineraries {
  background: transparent;
}

.route-itinerary-block {
  margin-bottom: 2.25rem;
  padding: 1.35rem 1.45rem 1.45rem;
  background: #ffffff;
  border: 1px solid var(--card-edge);
  border-left: 4px solid rgba(19, 101, 132, 0.55);
  border-radius: 1rem;
  box-shadow: var(--shadow-sm);
}

.route-itinerary-block__head {
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(11, 58, 83, 0.1);
}

.route-itinerary-block__head h3 {
  margin: 0 0 0.35rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  color: var(--text-heading);
}

.route-itinerary-block__meta {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.route-itinerary-block__meta span {
  display: inline-block;
  margin-right: 0.35rem;
  padding: 0.12rem 0.5rem;
  border-radius: 0.35rem;
  background: rgba(19, 101, 132, 0.08);
  color: var(--primary);
  font-weight: 700;
  font-size: 0.82rem;
}

.route-itinerary-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1.75rem;
}

.route-itinerary-sub {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary);
}

.day-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.55;
}

.day-list li {
  margin-bottom: 0.55rem;
}

.day-list li strong:first-child {
  color: var(--primary-dark);
}

.day-list--single {
  max-width: 46rem;
}

.route-itinerary-note {
  margin: 0.75rem 0 0;
  font-size: 0.86rem;
  color: var(--muted);
  font-style: italic;
}

.route-itineraries-footer {
  margin-top: 0.5rem;
  text-align: center;
}

/* Kilimanjaro routes: indicative costs + leg research tables */
.route-cost-section {
  background: #f8fafc;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.route-cost-panel {
  margin-top: 1rem;
  padding: 1.15rem 1.2rem 1.25rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: var(--shadow-sm);
}

.route-cost-panel h3 {
  margin: 0 0 0.65rem;
  font-size: 1.12rem;
  color: var(--text-heading);
}

.route-cost-lead {
  margin: 0 0 1rem;
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--text);
}

.route-cost-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 0.82rem;
  line-height: 1.45;
}

.route-cost-table th,
.route-cost-table td {
  border: 1px solid rgba(11, 58, 83, 0.12);
  padding: 0.5rem 0.55rem;
  vertical-align: top;
  text-align: left;
}

.route-cost-table thead th {
  background: rgba(19, 101, 132, 0.1);
  color: var(--primary-dark);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 800;
}

.route-cost-footnote {
  margin: 0.9rem 0 0;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.5;
}

.route-research-note {
  margin: 1.25rem 0 0;
  font-size: 0.86rem;
  color: var(--text);
  line-height: 1.55;
  padding: 0.85rem 1rem;
  border-radius: 0.65rem;
  border-left: 4px solid var(--primary);
  background: rgba(19, 101, 132, 0.06);
}

.route-leg-panel {
  margin-top: 1.75rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(11, 58, 83, 0.12);
}

.route-leg-panel__title {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--text-heading);
}

.route-leg-intro {
  margin: 0 0 0.9rem;
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.5;
}

.route-leg-sub {
  margin: 1.1rem 0 0.45rem;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary);
}

.route-leg-wrap {
  overflow-x: auto;
  margin-bottom: 0.35rem;
  -webkit-overflow-scrolling: touch;
}

.route-leg-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 0.78rem;
  line-height: 1.45;
}

.route-leg-table caption {
  caption-side: top;
  text-align: left;
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--primary-dark);
  padding: 0 0 0.5rem;
}

.route-leg-table th,
.route-leg-table td {
  border: 1px solid rgba(11, 58, 83, 0.12);
  padding: 0.45rem 0.5rem;
  vertical-align: top;
}

.route-leg-table thead th {
  background: rgba(19, 101, 132, 0.1);
  color: var(--primary-dark);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-weight: 800;
}

.route-leg-table tbody th[scope="row"] {
  font-weight: 700;
  color: var(--text-heading);
  background: #f8fafc;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .route-itinerary-columns {
    grid-template-columns: 1fr;
  }

  .route-legend {
    flex-direction: column;
    align-items: flex-start;
  }

  .route-leg-table {
    min-width: 680px;
  }
}

/* --- Safari destinations: packages + destination guide --- */
.section-lead--packages {
  margin-top: 0.5rem;
}

#packages .grid.cards-2,
#day-trips .grid.cards-2 {
  align-items: stretch;
}

#packages .grid.cards-2 .itinerary-card--rich,
#day-trips .grid.cards-2 .itinerary-card--rich {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

#packages .grid.cards-2 .itinerary-card--rich > img,
#day-trips .grid.cards-2 .itinerary-card--rich > img {
  width: 100%;
  flex: 0 0 auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  display: block;
}

#packages .grid.cards-2 .itinerary-card--rich > h3,
#day-trips .grid.cards-2 .itinerary-card--rich > h3 {
  padding: 1.05rem 1.2rem 0.25rem;
}

#packages .grid.cards-2 .itinerary-card--rich > p,
#day-trips .grid.cards-2 .itinerary-card--rich > p {
  padding: 0.35rem 1.2rem 0.5rem;
}

#packages .grid.cards-2 .itinerary-card--rich > .mini-list,
#packages .grid.cards-2 .itinerary-card--rich > .package-facts,
#packages .grid.cards-2 .itinerary-card--rich > .tags,
#day-trips .grid.cards-2 .itinerary-card--rich > .mini-list,
#day-trips .grid.cards-2 .itinerary-card--rich > .package-facts,
#day-trips .grid.cards-2 .itinerary-card--rich > .tags {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

#packages .grid.cards-2 .itinerary-card--rich > .card-cta,
#day-trips .grid.cards-2 .itinerary-card--rich > .card-cta {
  margin: 0.75rem 1.2rem 1.2rem;
  align-self: flex-start;
}

.itinerary-card--rich .package-facts {
  margin: 0.85rem 0 0;
  padding: 0.75rem 0.85rem;
  border-radius: 0.65rem;
  background: rgba(19, 101, 132, 0.06);
  border: 1px solid rgba(11, 58, 83, 0.1);
  font-size: 0.86rem;
  line-height: 1.5;
}

.package-facts div {
  margin-bottom: 0.5rem;
}

.package-facts div:last-child {
  margin-bottom: 0;
}

.package-facts dt {
  margin: 0;
  font-weight: 700;
  color: var(--primary-dark);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.package-facts dd {
  margin: 0.15rem 0 0;
  color: var(--text);
}

.cost-disclaimer {
  margin: 1.25rem 0 0;
  padding: 0.75rem 1rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--muted);
  background: rgba(11, 58, 83, 0.04);
  border-radius: 0.55rem;
  border-left: 3px solid rgba(201, 162, 39, 0.65);
}

.cost-disclaimer--block {
  margin-top: 2rem;
}

.section--dest-ref {
  background: #ffffff;
}

.dest-ref-table-wrap {
  overflow-x: auto;
  margin-top: 0.5rem;
  border-radius: 0.75rem;
  border: 1px solid var(--card-edge);
  box-shadow: var(--shadow-sm);
}

.dest-ref-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.dest-ref-table th,
.dest-ref-table td {
  padding: 0.65rem 0.85rem;
  text-align: left;
  border-bottom: 1px solid rgba(11, 58, 83, 0.1);
  vertical-align: top;
}

.dest-ref-table thead th {
  background: rgba(19, 101, 132, 0.1);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary-dark);
}

.dest-ref-table tbody th[scope="row"] {
  font-weight: 700;
  color: var(--text-heading);
  background: rgba(248, 250, 252, 0.95);
}

.dest-ref-table tbody tr:last-child th,
.dest-ref-table tbody tr:last-child td {
  border-bottom: none;
}

.section--tipping {
  background: #f8fafc;
}

.tipping-policy {
  margin: 0;
}

.tipping-policy__title {
  margin: 0 0 0.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  color: var(--text-heading);
}

.tipping-policy__lead {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text);
}

.tipping-policy__rates {
  margin-bottom: 0.85rem;
}

.tipping-policy__note {
  margin: 0;
}

.tipping-policy-extras {
  margin-top: 1.5rem;
}

.tipping-policy-extras__note {
  margin: 0.65rem 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
}

#money .tipping-policy {
  flex: 1;
  min-width: 0;
}

#money .split {
  align-items: stretch;
  gap: 1.25rem;
}

#oldoinyo-lengai .tipping-policy {
  margin-top: 1.25rem;
}

.section--destination-guide {
  background: #f8fafc;
}

.destination-detail {
  margin-bottom: 2rem;
  padding: 1.35rem 1.5rem 1.45rem;
  background: #ffffff;
  border: 1px solid var(--card-edge);
  border-radius: 1rem;
  border-left: 4px solid rgba(19, 101, 132, 0.55);
  box-shadow: var(--shadow-sm);
}

.destination-media {
  width: calc(100% + 3rem);
  margin: -1.35rem -1.5rem 1rem;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 1rem 1rem 0 0;
}

.destination-detail h3 {
  margin: 0 0 0.65rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  color: var(--text-heading);
}

.destination-lead {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text);
}

.destination-facts {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(11, 58, 83, 0.12);
  border-radius: 0.65rem;
  overflow: hidden;
  font-size: 0.88rem;
}

.destination-facts div {
  display: grid;
  grid-template-columns: minmax(8rem, 32%) 1fr;
  gap: 0.65rem 1rem;
  padding: 0.65rem 0.85rem;
  border-bottom: 1px solid rgba(11, 58, 83, 0.08);
  align-items: start;
}

.destination-facts div:last-child {
  border-bottom: none;
}

.destination-facts div:nth-child(odd) {
  background: rgba(248, 250, 252, 0.9);
}

.destination-facts dt {
  margin: 0;
  font-weight: 700;
  color: var(--primary);
  font-size: 0.8rem;
  line-height: 1.4;
}

.destination-facts dd {
  margin: 0;
  color: var(--text);
  line-height: 1.5;
}

.destination-facts--compact {
  margin-top: 0.65rem;
  font-size: 0.8rem;
}

.destination-facts--compact div {
  padding: 0.45rem 0.55rem;
  grid-template-columns: minmax(5rem, 28%) 1fr;
}

.destination-facts--compact dt {
  font-size: 0.72rem;
}

.safari-zones-lead {
  margin: 0 0 1.25rem;
  max-width: 46rem;
}

.destination-note {
  margin: 0.85rem 0 0;
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.5;
  padding-top: 0.75rem;
  border-top: 1px dashed rgba(11, 58, 83, 0.15);
}

.text-link {
  color: var(--primary);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(19, 101, 132, 0.35);
  text-underline-offset: 0.15em;
}

.text-link:hover {
  color: var(--primary-dark);
  text-decoration-color: rgba(19, 101, 132, 0.55);
}

@media (max-width: 640px) {
  .destination-facts div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}

/* --- FAQs page --- */
#requirements,
#documents,
#health,
#money,
#packing,
#faqs-kili,
#faqs-safari,
#faqs-general,
#contact-cta {
  scroll-margin-top: 96px;
}

.travel-guide-faq-lead {
  margin: 0.65rem 0 0;
  font-size: 0.88rem;
}

.faq-toc-section {
  padding-block: 1.35rem 1.5rem;
  background: var(--bg-soft);
  border-block: 1px solid var(--line);
}

.faq-toc-label {
  margin: 0 0 0.55rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
}

.faq-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
}

.faq-toc-list a {
  display: inline-block;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line);
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--primary);
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

.faq-toc-list a:hover {
  border-color: var(--primary);
  background: var(--primary-ghost);
}

.faq-check-grid .faq-check-card h3 {
  margin-top: 0;
}

.faq-check-list {
  margin-bottom: 0;
}

.section--faq-detail {
  background: var(--bg-soft);
  border-block: 1px solid var(--line);
}

.section--faq-detail .split > div > p {
  margin: 0.5rem 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.faq-accordion-section .section-head {
  margin-bottom: 1rem;
}

.faq-accordion {
  max-width: 46rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  margin-bottom: 0.6rem;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.faq-item summary {
  cursor: pointer;
  padding: 0.9rem 1.05rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text-heading);
  list-style: none;
  position: relative;
  padding-right: 2.25rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--muted);
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "\2212";
}

.faq-item p {
  margin: 0;
  padding: 0 1.05rem 1.05rem;
  color: var(--muted);
  line-height: 1.58;
  font-size: 0.92rem;
}

.faq-cta-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.site-nav a[aria-current="page"]:not(.btn-small) {
  color: var(--primary);
  font-weight: 800;
}

/* —— Tripadvisor reviews (above footer) —— */
.ta-reviews {
  position: relative;
  overflow: hidden;
  padding: 4.25rem 0 4.5rem;
  background:
    linear-gradient(165deg, #f4faf8 0%, #eef6f3 42%, #f7fafc 100%);
  border-top: 1px solid rgba(10, 53, 80, 0.08);
}

.ta-reviews__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 8% 20%, rgba(52, 224, 161, 0.14), transparent 55%),
    radial-gradient(ellipse 55% 45% at 92% 80%, rgba(10, 53, 80, 0.07), transparent 50%);
}

.ta-reviews__inner {
  position: relative;
  z-index: 1;
}

.ta-reviews__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  margin-bottom: 2.25rem;
}

.ta-reviews__brand-row {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.ta-reviews__owl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(10, 53, 80, 0.1);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.ta-reviews__eyebrow {
  margin: 0 0 0.2rem;
  color: #0d7a55;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.78rem;
}

.ta-reviews__head h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.65rem, 2.4vw, 2.15rem);
  color: var(--text-heading);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.ta-reviews__score {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  row-gap: 0.15rem;
  align-items: center;
  padding: 0.85rem 1.15rem;
  background: #fff;
  border: 1px solid rgba(10, 53, 80, 0.1);
  border-radius: 1rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.ta-reviews__avg {
  grid-row: 1 / span 2;
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}

.ta-reviews__avg-stars {
  display: flex;
  gap: 0.12rem;
}

.ta-reviews__count {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
}

.ta-reviews__profile-link {
  grid-column: 1 / -1;
  margin-top: 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #0d7a55;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ta-reviews__profile-link:hover {
  color: var(--primary);
}

.ta-reviews__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.75rem 2rem;
  align-items: start;
}

.ta-reviews__feed {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-height: 42rem;
  overflow-y: auto;
  padding-right: 0.35rem;
  scroll-behavior: smooth;
}

.ta-review-card {
  background: #fff;
  border: 1px solid rgba(10, 53, 80, 0.1);
  border-radius: 1.1rem;
  padding: 1.15rem 1.25rem 1.2rem;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.25s ease;
}

.ta-review-card.is-visible,
.ta-review-card[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ta-review-card:hover {
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.ta-review-card__top {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.ta-review-card__avatar {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.95rem;
  color: #0a3550;
  background: linear-gradient(145deg, #e8f8f1, #d4efe4);
  border: 1px solid rgba(13, 122, 85, 0.2);
}

.ta-review-card__meta {
  flex: 1;
  min-width: 0;
}

.ta-review-card__name {
  margin: 0;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text-heading);
}

.ta-review-card__loc {
  font-weight: 500;
  color: var(--muted);
}

.ta-review-card__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.2rem;
}

.ta-review-card__rating time {
  font-size: 0.78rem;
  color: var(--muted);
}

.ta-review-card__badge {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0d7a55;
  background: rgba(52, 224, 161, 0.18);
  border: 1px solid rgba(13, 122, 85, 0.22);
  border-radius: 0.4rem;
  padding: 0.22rem 0.45rem;
}

.ta-review-card__badge--site {
  color: var(--primary);
  background: var(--primary-ghost);
  border-color: rgba(10, 53, 80, 0.15);
}

.ta-review-card__title {
  margin: 0 0 0.4rem;
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--text-heading);
  line-height: 1.3;
}

.ta-review-card__body {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.ta-review-card__trip {
  margin: 0.7rem 0 0;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--primary);
  background: var(--primary-ghost);
  border-radius: 0.35rem;
  padding: 0.2rem 0.55rem;
}

.ta-star {
  display: block;
  flex-shrink: 0;
}

.ta-write-panel {
  position: sticky;
  top: 6.5rem;
  background: #fff;
  border: 1px solid rgba(10, 53, 80, 0.12);
  border-radius: 1.25rem;
  padding: 1.45rem 1.4rem 1.5rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
}

.ta-write-panel__eyebrow {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0d7a55;
}

.ta-write-panel h3 {
  margin: 0 0 0.45rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  color: var(--text-heading);
  letter-spacing: -0.02em;
}

.ta-write-panel__lead {
  margin: 0 0 1.15rem;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.5;
}

.ta-review-form__stars-field {
  margin-bottom: 1rem;
}

.ta-review-form__label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--text-heading);
}

.ta-star-picker {
  display: flex;
  gap: 0.2rem;
}

.ta-star-picker__btn {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0.15rem;
  cursor: pointer;
  color: #c5d0da;
  transition: color 0.15s ease, transform 0.15s ease;
}

.ta-star-picker__btn svg {
  display: block;
  fill: currentColor;
}

.ta-star-picker__btn.is-active,
.ta-star-picker__btn[aria-checked="true"],
.ta-star-picker__btn.is-preview {
  color: #00aa6c;
}

.ta-star-picker__btn:hover {
  transform: scale(1.08);
}

.ta-review-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.ta-review-form .form-field {
  margin-bottom: 0.75rem;
}

.ta-review-form .form-field label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--text-heading);
}

.ta-review-form .form-field input,
.ta-review-form .form-field textarea,
.ta-review-form .form-field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  padding: 0.7rem 0.85rem;
  font: inherit;
  color: var(--text);
  background: #fbfdff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ta-review-form .form-field textarea {
  resize: vertical;
  min-height: 7rem;
}

.ta-review-form .form-field input:focus,
.ta-review-form .form-field textarea:focus,
.ta-review-form .form-field select:focus {
  outline: none;
  border-color: rgba(0, 170, 108, 0.55);
  box-shadow: 0 0 0 3px rgba(52, 224, 161, 0.22);
}

.ta-review-form__note {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.45;
}

.ta-review-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.ta-review-form__submit {
  flex: 1 1 auto;
  min-width: 9rem;
}

.ta-review-form__ta-link {
  flex: 1 1 auto;
  text-align: center;
}

.ta-review-form__feedback {
  margin: 0.85rem 0 0;
}

.ta-review-form__feedback[hidden] {
  display: none;
}

.ta-review-success {
  margin-top: 0.25rem;
  padding: 1.1rem 1rem;
  border-radius: 0.9rem;
  background: linear-gradient(160deg, #e8f8f1, #f4fcf8);
  border: 1px solid rgba(13, 122, 85, 0.22);
  text-align: center;
  animation: ta-success-in 0.45s ease;
}

.ta-review-success[hidden] {
  display: none;
}

.ta-review-success__title {
  margin: 0 0 0.35rem;
  font-weight: 800;
  color: var(--text-heading);
}

.ta-review-success__copy {
  margin: 0 0 0.9rem;
  font-size: 0.88rem;
  color: var(--muted);
}

.ta-review-success__cta {
  display: inline-flex;
}

@keyframes ta-success-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .ta-reviews__layout {
    grid-template-columns: 1fr;
  }

  .ta-reviews__feed {
    max-height: none;
    overflow: visible;
  }

  .ta-write-panel {
    position: static;
  }
}

@media (max-width: 560px) {
  .ta-reviews {
    padding: 3.25rem 0 3.5rem;
  }

  .ta-review-form__grid {
    grid-template-columns: 1fr;
  }

  .ta-reviews__score {
    width: 100%;
  }

  .ta-review-form__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ta-review-form__submit,
  .ta-review-form__ta-link {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ta-review-card {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ta-review-success {
    animation: none;
  }
}

/* —— About Us: intro + guide team —— */
.about-intro {
  padding-top: 3.5rem;
}

.about-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 2rem 3rem;
  align-items: start;
}

.about-intro__copy h2 {
  margin: 0 0 0.85rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  color: var(--text-heading);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.about-intro__copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
  max-width: 38rem;
}

.about-intro__pillars {
  display: grid;
  gap: 1.15rem;
}

.about-intro__pillars article {
  padding: 0;
  border: 0;
  background: transparent;
}

.about-intro__pillars h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-heading);
}

.about-intro__pillars p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.about-intro__pillars article + article {
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
}

.guide-team {
  background:
    linear-gradient(165deg, #f3f7fa 0%, #ffffff 38%, #f7fafc 100%);
  border-top: 1px solid rgba(10, 53, 80, 0.06);
}

.guide-team__head {
  max-width: 42rem;
  margin-bottom: 2.35rem;
}

.guide-team__head .section-lead {
  margin-top: 0.55rem;
}

.guide-team__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
  align-items: stretch;
}

.guide-member {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(10, 53, 80, 0.1);
  border-radius: 1.15rem;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.045);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.guide-member:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 53, 80, 0.18);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09);
}

.guide-member--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

.guide-member__media {
  margin: 0;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, #e8eef4 0%, #d7e2ec 100%);
  aspect-ratio: 3 / 4;
}

.guide-member--featured .guide-member__media {
  aspect-ratio: auto;
  min-height: 22rem;
  height: 100%;
}

.guide-member__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.guide-member__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0;
  display: block;
  transition: transform 0.6s ease;
}

.guide-member:hover .guide-member__media img {
  transform: scale(1.035);
}

/* Face-aware crops so portraits aren’t awkwardly clipped */
.guide-member__media--abdala img {
  object-position: 32% 22%;
}

.guide-member__media--halima img {
  object-position: center 18%;
}

.guide-member__media--charles img {
  object-position: center 12%;
}

.guide-member__media--elizaria img {
  object-position: center 8%;
}

.guide-member__media--jackson img {
  object-position: center 12%;
}

.guide-member__media--said img {
  object-position: center 18%;
}

.guide-member__media--janeth img {
  object-position: center 14%;
}

.guide-member__media--revocatus img {
  object-position: center 12%;
}

.guide-member__media--khalid img {
  object-position: center 22%;
}

.guide-member__body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1.15rem 1.2rem 1.3rem;
  flex: 1;
}

.guide-member--featured .guide-member__body {
  justify-content: center;
  padding: 2rem 2.1rem;
}

.guide-member__role {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
}

.guide-member h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.32rem;
  color: var(--text-heading);
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.guide-member--featured h3 {
  font-size: clamp(1.55rem, 2.2vw, 1.9rem);
}

.guide-member__meta {
  margin: 0.1rem 0 0;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--primary);
}

.guide-member__body > p:last-child {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .about-intro__grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .guide-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
  }

  .guide-member--featured {
    grid-template-columns: 1fr;
  }

  .guide-member--featured .guide-member__media {
    min-height: 16rem;
    aspect-ratio: 16 / 11;
    height: auto;
  }

  .guide-member--featured .guide-member__body {
    padding: 1.25rem 1.3rem 1.45rem;
  }
}

@media (max-width: 640px) {
  .guide-team__grid {
    grid-template-columns: 1fr;
  }

  .guide-member--featured {
    grid-column: auto;
  }

  .guide-member:hover {
    transform: none;
  }

  .guide-member:hover .guide-member__media img {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guide-member,
  .guide-member__media img {
    transition: none;
  }
}
