/* Focused homepage refinement layer — 2026-08-31. */

/* Keep section links clear of the fixed navigation. */
#safariIntroduction,
#top-packages,
#customTanzaniaSafaris,
#purpose,
#departuresSection {
  scroll-margin-top: 6rem;
}

/* The original inactive filters inherited pale text intended for dark panels. */
#top-packages .tp-filter:not(.is-active) {
  color: #312d24;
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(111, 87, 39, 0.32);
  box-shadow: 0 8px 22px rgba(48, 41, 29, 0.07);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#top-packages .tp-filter:not(.is-active) i {
  color: #80662f;
}

#top-packages .tp-filter:not(.is-active):hover {
  color: #17140f;
  background: #f7f1e4;
  border-color: rgba(128, 102, 47, 0.62);
  transform: translateY(-1px);
}

/* Carry the softer editorial shape into departures without changing the data. */
#departuresSection .dep-db-card {
  border-radius: 26px 26px 58px 26px;
}

/* Make every important homepage action easy to find from a keyboard. */
#top-packages .tp-filter:focus-visible,
#top-packages .tp-card-link:focus-visible,
#departuresSection .dep-db-media:focus-visible,
#departuresSection .dep-db-title a:focus-visible,
#departuresSection .join-group-btn:focus-visible {
  outline: 3px solid #c7a55e;
  outline-offset: 4px;
}

/* Decorative canvases add little on small screens and consume battery. */
@media (max-width: 767.98px) {
  #particles-js canvas,
  #particles-journey canvas {
    display: none !important;
  }

  #departuresSection .dep-db-card {
    border-radius: 22px 22px 44px 22px;
  }
}

/* Purpose interactions stay crisp and restrained—no hover glow or shimmer. */
#signatureDestinationsSection .sig-tab:hover,
#signatureDestinationsSection .sig-arrow:hover,
#signatureDestinationsSection .btn-lux-primary:hover,
#signatureDestinationsSection .btn-lux-ghost:hover {
  box-shadow: none !important;
  filter: none !important;
}

#signatureDestinationsSection .sig-mediaFrame::after,
#signatureDestinationsSection .sig-mediaFrame:hover::after {
  display: none !important;
  opacity: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  #top-packages .tp-filter,
  #departuresSection .dep-db-card {
    transition: none !important;
  }
}

/* --------------------------------------------------------------------------
   Featured journeys — shared visual language with the safari-style collection
   -------------------------------------------------------------------------- */
#top-packages {
  --tp-deep: #0a0f0c;
  --tp-deep-soft: #111914;
  --tp-gold: #c4a15e;
  --tp-gold-light: #e3ca8e;
  position: relative;
  padding: clamp(5.8rem, 9vw, 8.5rem) 0 clamp(6.2rem, 10vw, 9rem);
  isolation: isolate;
  overflow: clip;
  background:
    radial-gradient(circle at 8% 0%, rgba(192, 157, 91, 0.1), transparent 25%),
    radial-gradient(circle at 100% 68%, rgba(134, 155, 118, 0.09), transparent 31%),
    var(--tp-deep);
  color: #fffaf0;
}

#top-packages::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0.13;
  filter: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.62) 0.45px, transparent 0.7px);
  background-size: 5px 5px;
  mix-blend-mode: soft-light;
}

#top-packages::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 16%),
    linear-gradient(180deg, transparent 82%, rgba(0, 0, 0, 0.18));
  mix-blend-mode: normal;
}

#top-packages > .container {
  position: relative;
  z-index: 1;
}

#top-packages .tp-editorial-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: clamp(2.4rem, 5vw, 4.5rem);
}

#top-packages .tp-editorial-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.1rem;
  color: var(--tp-gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

#top-packages .tp-editorial-kicker::before {
  content: "";
  width: 2.6rem;
  height: 1px;
  background: currentColor;
  opacity: 0.78;
}

#top-packages .tp-editorial-head h2 {
  max-width: 780px;
  margin: 0;
  color: #fffaf0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.75rem, 5.1vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

#top-packages .tp-editorial-head h2 span,
#top-packages .tp-editorial-head h2 em {
  display: block;
}

#top-packages .tp-editorial-head h2 em {
  color: var(--tp-gold-light);
  font-weight: 400;
}

#top-packages .tp-editorial-head > p {
  margin: 0 0 0.25rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.98rem;
  line-height: 1.78;
}

#top-packages .tp-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  margin-bottom: 2.3rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

#top-packages .tp-trust-strip,
#top-packages .tp-filters {
  margin-top: 0;
}

#top-packages .tp-trust-strip {
  justify-content: flex-start;
}

#top-packages .tp-filters {
  justify-content: flex-end;
}

#top-packages .tp-chip {
  padding: 0.42rem 0.64rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

#top-packages .tp-chip i {
  color: var(--tp-gold-light);
  filter: none;
}

#top-packages .tp-filter,
#top-packages .tp-filter:not(.is-active) {
  min-height: 40px;
  padding: 0.5rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 800;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

#top-packages .tp-filter:not(.is-active) i {
  color: var(--tp-gold-light);
}

#top-packages .tp-filter:hover,
#top-packages .tp-filter:not(.is-active):hover {
  border-color: rgba(227, 202, 142, 0.52);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: none;
  color: #fffaf0;
  filter: none;
  transform: translateY(-1px);
}

#top-packages .tp-filter.is-active {
  border-color: var(--tp-gold-light);
  background: var(--tp-gold-light);
  box-shadow: none;
  color: #111811;
}

#top-packages .tp-filter.is-active i {
  color: #111811;
}

#top-packages .tp-filter-count,
#top-packages .tp-filter.is-active .tp-filter-count {
  background: rgba(7, 12, 8, 0.13);
}

#top-packages #tpGrid {
  counter-reset: featured-journey;
  margin-top: 0 !important;
}

#top-packages .tp-col {
  counter-increment: featured-journey;
}

#top-packages .tp-card-link {
  border-radius: 1.55rem;
}

#top-packages .tp-card {
  overflow: hidden;
  border: 1px solid rgba(232, 207, 151, 0.2);
  border-radius: 1.55rem;
  background: var(--tp-deep-soft);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.26);
  transform: translateY(0);
  transition: transform 260ms ease, border-color 260ms ease;
}

#top-packages .tp-card::before {
  content: "0" counter(featured-journey);
  position: absolute;
  z-index: 5;
  top: 1.15rem;
  right: 1.15rem;
  left: auto;
  width: auto;
  height: auto;
  inset: auto 1.15rem auto auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.92rem;
  font-style: italic;
  font-weight: 500;
  opacity: 1;
  pointer-events: none;
  -webkit-mask: none;
  mask: none;
}

#top-packages .tp-card::after {
  display: none;
}

#top-packages .tp-card:hover {
  border-color: rgba(227, 202, 142, 0.62);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}

#top-packages .tp-card:focus-within {
  border-color: var(--tp-gold-light);
  box-shadow: 0 0 0 3px rgba(227, 202, 142, 0.28);
}

#top-packages .tp-media {
  height: auto;
  aspect-ratio: 4 / 3;
  background: #101511;
}

#top-packages .tp-img {
  transform: scale(1.005);
  filter: saturate(1.01) contrast(1.02) brightness(0.96);
  transition: transform 650ms cubic-bezier(0.2, 0.75, 0.2, 1), filter 300ms ease;
}

#top-packages .tp-card:hover .tp-img {
  filter: saturate(1.06) contrast(1.03) brightness(0.98);
  transform: scale(1.045);
}

#top-packages .tp-overlay {
  background:
    linear-gradient(180deg, rgba(5, 9, 6, 0.4) 0%, transparent 35%, rgba(4, 8, 5, 0.36) 62%, rgba(4, 8, 5, 0.9) 100%),
    linear-gradient(90deg, rgba(5, 10, 7, 0.18), transparent 70%);
}

#top-packages .tp-badge {
  top: 1rem;
  left: 1rem;
  padding: 0.43rem 0.66rem;
  border-color: rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(5, 10, 7, 0.38);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.72rem;
  font-weight: 800;
}

#top-packages .tp-badge i {
  color: var(--tp-gold-light);
}

#top-packages .tp-bottomMeta {
  left: 1rem;
  bottom: 0.85rem;
}

#top-packages .tp-pill {
  padding: 0.36rem 0.56rem;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(5, 10, 7, 0.44);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 750;
}

#top-packages .tp-pill i {
  color: var(--tp-gold-light);
}

#top-packages .tp-body {
  padding: 1.35rem 1.3rem 1.4rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(196, 161, 94, 0.08), transparent 28%),
    linear-gradient(180deg, #111914, #0b110d);
}

#top-packages .tp-title {
  margin-bottom: 0.9rem;
  color: #fffaf0;
  font-size: clamp(1.55rem, 2vw, 1.9rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

#top-packages .tp-spec {
  gap: 0.42rem;
  margin: 0 0 0.75rem;
  padding: 0.8rem 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

#top-packages .tp-spec::before,
#top-packages .tp-spec::after {
  display: none;
}

#top-packages .tp-card:hover .tp-spec {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
  filter: none;
  transform: none;
}

#top-packages .tp-specItem {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.72rem;
  font-weight: 750;
}

#top-packages .tp-specItem i {
  color: var(--tp-gold-light);
  filter: none;
}

#top-packages .tp-specDot {
  width: 3px;
  height: 3px;
  background: rgba(227, 202, 142, 0.55);
  box-shadow: none;
}

#top-packages .tp-ms {
  margin: 0.55rem 0 0.85rem;
  padding-top: 0.75rem;
  border-top: 0;
}

#top-packages .tp-ms-head,
#top-packages .tp-ms-legend,
#top-packages .tp-ms-lab {
  color: rgba(255, 255, 255, 0.6);
}

#top-packages .tp-priceRow {
  margin: auto 0 0.9rem;
  padding-top: 0.1rem;
}

#top-packages .tp-price {
  color: rgba(255, 255, 255, 0.85);
}

#top-packages .tp-price strong {
  color: var(--tp-gold-light);
  text-shadow: none;
}

#top-packages .tp-note {
  color: rgba(255, 255, 255, 0.48);
}

#top-packages .tp-actions {
  margin-top: 0;
}

#top-packages .tp-btn-primary {
  width: 100%;
  min-height: 0;
  justify-content: space-between;
  padding: 0.8rem 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff6e3;
  font-size: 0.76rem;
  font-weight: 800;
}

#top-packages .tp-btn-primary i {
  color: var(--tp-gold-light);
  transition: transform 180ms ease;
}

#top-packages .tp-card:hover .tp-btn-primary {
  box-shadow: none;
  filter: none;
  transform: none;
}

#top-packages .tp-card:hover .tp-btn-primary i {
  transform: translateX(4px);
}

@media (max-width: 1199.98px) {
  #top-packages .tp-toolbar {
    display: block;
  }

  #top-packages .tp-trust-strip,
  #top-packages .tp-filters {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  #top-packages .tp-filters {
    margin-top: 0.8rem;
  }

  #top-packages .tp-trust-strip::-webkit-scrollbar,
  #top-packages .tp-filters::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 991.98px) {
  #top-packages .tp-editorial-head {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  #top-packages .tp-editorial-head > p {
    max-width: 720px;
  }
}

@media (max-width: 575.98px) {
  #top-packages {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }

  #top-packages .tp-editorial-head h2 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  #top-packages .tp-editorial-kicker {
    font-size: 0.66rem;
    letter-spacing: 0.13em;
  }

  #top-packages .tp-card,
  #top-packages .tp-card-link {
    border-radius: 1.25rem;
  }

  #top-packages .tp-body {
    padding: 1.2rem 1.1rem 1.25rem;
  }
}

/* --------------------------------------------------------------------------
   Upcoming departures — editorial collection with live booking information
   -------------------------------------------------------------------------- */
#departuresSection.dep-premium {
  --dep-deep: #090f0b;
  --dep-deep-soft: #101813;
  --dep-gold: #c4a15e;
  --dep-gold-light: #e3ca8e;
  position: relative;
  padding: clamp(5.8rem, 9vw, 8.5rem) 0 clamp(6.2rem, 10vw, 9rem);
  overflow: clip;
  isolation: isolate;
  background:
    radial-gradient(circle at 9% 4%, rgba(192, 157, 91, 0.11), transparent 26%),
    radial-gradient(circle at 100% 72%, rgba(134, 155, 118, 0.09), transparent 31%),
    var(--dep-deep);
  color: #fffaf0;
}

#departuresSection.dep-premium::before {
  inset: 0;
  z-index: -1;
  opacity: 0.13;
  background-image: radial-gradient(rgba(255, 255, 255, 0.62) 0.45px, transparent 0.7px);
  background-size: 5px 5px;
  mix-blend-mode: soft-light;
}

#departuresSection.dep-premium::after {
  inset: 0;
  z-index: -1;
  opacity: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 16%),
    linear-gradient(180deg, transparent 82%, rgba(0, 0, 0, 0.18));
  filter: none;
  mix-blend-mode: normal;
}

#departuresSection .dep-container {
  width: min(100%, 1480px);
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 3.2rem);
}

#departuresSection .dep-editorial-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: clamp(2.4rem, 5vw, 4.5rem);
}

#departuresSection .dep-editorial-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.1rem;
  color: var(--dep-gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

#departuresSection .dep-editorial-kicker::before {
  content: "";
  width: 2.6rem;
  height: 1px;
  background: currentColor;
  opacity: 0.78;
}

#departuresSection .dep-editorial-head h2 {
  max-width: 820px;
  margin: 0;
  color: #fffaf0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.75rem, 5.1vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

#departuresSection .dep-editorial-head h2 em {
  display: block;
  color: var(--dep-gold-light);
  font-weight: 400;
}

#departuresSection .dep-editorial-head > p {
  margin: 0 0 0.25rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.98rem;
  line-height: 1.78;
}

#departuresSection .dep-toolbar {
  display: flex;
  align-items: center;
  gap: 0.75rem 1.6rem;
  margin-bottom: 2.3rem;
  padding: 1rem 0;
  overflow-x: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  scrollbar-width: none;
}

#departuresSection .dep-toolbar::-webkit-scrollbar {
  display: none;
}

#departuresSection .dep-toolbar span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 750;
  white-space: nowrap;
}

#departuresSection .dep-toolbar i {
  color: var(--dep-gold-light);
}

#departuresSection .dep-shell {
  padding: 0;
  overflow: visible;
  border-radius: 0;
}

#departuresSection .dep-shell::before {
  display: none;
}

#departuresSection .dep-db-grid {
  counter-reset: departure-card;
  width: 100%;
  max-width: 1298px;
  margin-inline: auto;
  gap: clamp(1rem, 1.8vw, 1.55rem);
}

#departuresSection .dep-db-card {
  position: relative;
  counter-increment: departure-card;
  overflow: hidden;
  border: 1px solid rgba(232, 207, 151, 0.2);
  border-radius: 1.55rem;
  background: var(--dep-deep-soft);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.26);
  color: #fffaf0;
  transform: translateY(0);
  transition: transform 260ms ease, border-color 260ms ease;
}

#departuresSection .dep-db-card:hover,
#departuresSection .dep-db-card:focus-within {
  border-color: rgba(227, 202, 142, 0.62);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.26);
  transform: translateY(-5px);
}

#departuresSection .dep-db-card::before {
  content: counter(departure-card, decimal-leading-zero);
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.95rem;
  font-style: italic;
  pointer-events: none;
}

#departuresSection .dep-db-media {
  aspect-ratio: 16 / 10;
  background: #182119;
}

#departuresSection .dep-db-media::after {
  background:
    linear-gradient(180deg, rgba(5, 9, 6, 0.22), transparent 36%),
    linear-gradient(0deg, rgba(5, 9, 6, 0.76), transparent 42%);
}

#departuresSection .dep-db-media img {
  transition: transform 650ms cubic-bezier(0.2, 0.75, 0.2, 1), filter 300ms ease;
}

#departuresSection .dep-db-card:hover .dep-db-media img,
#departuresSection .dep-db-card:focus-within .dep-db-media img {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.045);
}

#departuresSection .dep-db-type {
  top: 1rem;
  left: 1rem;
  max-width: calc(100% - 5rem);
  padding: 0.43rem 0.66rem;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(5, 10, 7, 0.48);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.7rem;
  font-weight: 800;
}

#departuresSection .dep-db-type i {
  color: var(--dep-gold-light);
}

#departuresSection .dep-db-date {
  right: 1rem;
  bottom: 0.9rem;
  padding: 0.42rem 0.62rem;
  border: 1px solid rgba(227, 202, 142, 0.3);
  background: rgba(5, 10, 7, 0.58);
  box-shadow: none;
  color: #fff4dc;
  font-size: 0.72rem;
  font-weight: 800;
}

#departuresSection .dep-db-date i {
  color: var(--dep-gold-light);
}

#departuresSection .dep-db-body {
  padding: 1.45rem 1.35rem 1.4rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(196, 161, 94, 0.08), transparent 28%),
    linear-gradient(180deg, #111914, #0b110d);
}

#departuresSection .dep-db-title {
  margin-bottom: 0.65rem;
  font-size: clamp(1.55rem, 2vw, 1.9rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

#departuresSection .dep-db-title a {
  color: #fffaf0;
}

#departuresSection .dep-db-title a:hover {
  color: var(--dep-gold-light);
}

#departuresSection .dep-db-season {
  margin: 0 0 0.95rem;
  color: var(--dep-gold-light);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

#departuresSection .dep-db-meta {
  gap: 0.48rem 1rem;
  margin-bottom: 1rem;
  padding: 0.8rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

#departuresSection .dep-db-meta > span,
#departuresSection .dep-db-meta > .dep-db-countdown {
  gap: 0.36rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.7rem;
  font-weight: 750;
}

#departuresSection .dep-db-meta i,
#departuresSection .dep-db-meta > .dep-db-countdown {
  color: var(--dep-gold-light);
}

#departuresSection .dep-db-description {
  margin-bottom: 1.15rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  line-height: 1.68;
}

#departuresSection .dep-db-footer {
  align-items: flex-end;
  padding-top: 0.9rem;
  border-top-color: rgba(255, 255, 255, 0.14);
}

#departuresSection .dep-db-region {
  max-width: 48%;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
  line-height: 1.45;
}

#departuresSection .join-group-btn,
#departuresSection .dep-action-primary.join-group-btn {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff6e3;
  font-size: 0.74rem;
  font-weight: 800;
}

#departuresSection .join-group-btn i {
  color: var(--dep-gold-light);
  transition: transform 180ms ease;
}

#departuresSection .join-group-btn:hover,
#departuresSection .join-group-btn:focus-visible {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--dep-gold-light);
  transform: none;
}

#departuresSection .join-group-btn:hover i,
#departuresSection .join-group-btn:focus-visible i {
  transform: translateX(4px);
}

#departuresSection .dep-season-disclaimer {
  max-width: none;
  margin: 1.5rem 0 0;
  padding: 1rem 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.68;
}

#departuresSection .dep-season-disclaimer i,
#departuresSection .dep-season-disclaimer strong {
  color: var(--dep-gold-light);
}

#departuresSection .dep-collection-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.4rem;
}

#departuresSection .dep-collection-action a {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(227, 202, 142, 0.5);
  color: #fff6e3;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
}

#departuresSection .dep-collection-action i {
  color: var(--dep-gold-light);
  transition: transform 180ms ease;
}

#departuresSection .dep-collection-action a:hover i,
#departuresSection .dep-collection-action a:focus-visible i {
  transform: translate(3px, -3px);
}

#departuresSection .dep-collection-action a:focus-visible {
  outline: 3px solid var(--dep-gold-light);
  outline-offset: 5px;
}

@media (min-width: 1200px) {
  #departuresSection .dep-db-card {
    height: 606px;
  }

  #departuresSection .dep-db-title {
    font-size: 1.72rem;
  }

  #departuresSection .dep-db-description {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 991.98px) {
  #departuresSection .dep-editorial-head {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  #departuresSection .dep-editorial-head > p {
    max-width: 720px;
  }
}

@media (max-width: 575.98px) {
  #departuresSection.dep-premium {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }

  #departuresSection .dep-editorial-head h2 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  #departuresSection .dep-editorial-kicker {
    font-size: 0.66rem;
    letter-spacing: 0.13em;
  }

  #departuresSection .dep-db-card {
    border-radius: 1.25rem;
  }

  #departuresSection .dep-db-body {
    padding: 1.25rem 1.1rem 1.3rem;
  }

  #departuresSection .dep-db-footer {
    align-items: flex-start;
    flex-direction: row;
  }

  #departuresSection .dep-db-region {
    max-width: 52%;
  }
}

@media (prefers-reduced-motion: reduce) {
  #departuresSection .dep-db-card,
  #departuresSection .dep-db-media img,
  #departuresSection .join-group-btn i,
  #departuresSection .dep-collection-action i {
    transition: none !important;
  }
}

/* --------------------------------------------------------------------------
   Experiences with Purpose — light editorial opening, dark interactive stage
   -------------------------------------------------------------------------- */
#customTanzaniaSafaris.sj-premium.sj-editorial {
  background:
    radial-gradient(circle at 13% 15%, rgba(190, 151, 82, 0.1), transparent 28%),
    linear-gradient(180deg, #fbf4e6 0%, #f8f0dd 68%, #f6edd8 88%, #f6edd8 100%);
}

#customTanzaniaSafaris.sj-premium.sj-editorial::before,
#customTanzaniaSafaris #particles-journey {
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 68%, transparent 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 68%, transparent 90%, transparent 100%);
}

#signatureDestinationsSection.sig-premium {
  position: relative;
  margin-top: -1px;
  padding-top: clamp(3.8rem, 5.5vw, 4.5rem) !important;
  padding-bottom: 0 !important;
  isolation: isolate;
  background: linear-gradient(180deg, #f6edd8 0%, #f6edd8 18%, #f6efdf 55%, #f6efdf 100%) !important;
  color: #292c25 !important;
}

#signatureDestinationsSection.sig-premium::before {
  inset: 0;
  z-index: 0;
  opacity: 0.15;
  background-image: radial-gradient(rgba(65, 57, 43, 0.54) 0.42px, transparent 0.65px);
  background-size: 5px 5px;
  filter: none;
  mix-blend-mode: multiply;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 9rem, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 9rem, #000 100%);
}

#signatureDestinationsSection .lux-particles-overlay {
  display: none;
}

#signatureDestinationsSection > .container {
  z-index: 1;
}

#signatureDestinationsSection .fancy-title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: clamp(1.25rem, 2vw, 1.75rem);
}

#signatureDestinationsSection .fancy-title-line {
  border-color: rgba(143, 106, 48, 0.48);
  background-color: rgba(143, 106, 48, 0.48);
}

#signatureDestinationsSection .sig-titleLight .normal-text {
  color: #252922 !important;
  text-shadow: none;
}

#signatureDestinationsSection .sig-titleLight .highlighted-text {
  color: #936f34 !important;
  text-shadow: none;
}

#signatureDestinationsSection .sig-subLight {
  color: #5d6158 !important;
  text-shadow: none;
}

#signatureDestinationsSection .sig-feature-stage {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: clamp(4rem, 5.5vw, 5rem) 0 clamp(3.8rem, 5.5vw, 5rem);
  isolation: isolate;
  color: #f7f4ef;
}

#signatureDestinationsSection .sig-feature-stage::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  pointer-events: none;
  transform: translateX(-50%);
  background:
    linear-gradient(
      180deg,
      rgba(39, 37, 30, 0) 0%,
      rgba(39, 37, 30, 0.76) 7%,
      #29271f 15%,
      #1d1e1a 52%,
      #0c130e 100%
    );
}

#signatureDestinationsSection .sig-feature-stage::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5rem;
  bottom: 0;
  left: 50%;
  width: 100vw;
  pointer-events: none;
  opacity: 0.12;
  transform: translateX(-50%);
  background-image: radial-gradient(rgba(255, 255, 255, 0.58) 0.42px, transparent 0.68px);
  background-size: 5px 5px;
  mix-blend-mode: soft-light;
}

#signatureDestinationsSection .sig-feature-stage .sig-tabsWrap,
#signatureDestinationsSection .sig-feature-stage #signature-carousel {
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  #signatureDestinationsSection.sig-premium {
    padding-top: 3.5rem !important;
    padding-bottom: 0 !important;
  }

  #signatureDestinationsSection .fancy-title-wrapper {
    align-items: flex-start !important;
    padding-top: 0;
    padding-bottom: 0.75rem;
  }

  #signatureDestinationsSection .sig-feature-stage {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #signatureDestinationsSection .sig-feature-stage::before {
    background:
      linear-gradient(
        180deg,
        rgba(39, 37, 30, 0) 0%,
        rgba(39, 37, 30, 0.82) 5%,
        #29271f 12%,
        #1d1e1a 45%,
        #0c130e 100%
      );
  }
}
