:root {
  --lux-bg: #030b18;
  --lux-bg-soft: #061426;
  --lux-surface: rgba(10, 25, 45, .78);
  --lux-surface-strong: #0a192e;
  --lux-glass: rgba(16, 34, 57, .62);
  --lux-line: rgba(166, 201, 235, .14);
  --lux-line-focus: rgba(89, 190, 255, .4);
  --lux-text: #f4f8ff;
  --lux-muted: #91a6c1;
  --lux-blue: #368ff5;
  --lux-cyan: #65dcff;
  --lux-success: #40d6a0;
  --lux-warn: #f8cb70;
  --lux-danger: #ff8d99;
  --lux-radius: 24px;
  --lux-shadow: 0 28px 72px rgba(0, 0, 0, .28);
  --lux-ease: cubic-bezier(.16, 1, .3, 1);
}

/* Premium language and region selector */
.header-actions {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 0 0 auto !important;
  gap: 10px !important;
  margin-left: 10px !important;
}

.language-trigger {
  height: 44px;
  min-width: 78px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.09);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font: inherit;
  font-size: .9rem;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.language-trigger:hover {
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.22);
  transform: translateY(-1px);
}

.language-trigger strong {
  color: inherit;
  font-size: .86rem;
  letter-spacing: .03em;
}

.language-trigger small {
  display: block;
  margin-top: 2px;
  color: rgba(255,255,255,.62);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.nav-language-trigger {
  display: none;
}

.language-modal[hidden] {
  display: none !important;
}

.language-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.language-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0,0,0,.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
}

.language-modal-panel {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  border-radius: 32px;
  background: #FFFFFF;
  padding: 32px;
  box-shadow: 0 40px 120px rgba(0,0,0,.15);
  border: 1px solid rgba(0,0,0,.06);
  color: #111827;
  outline: none;
  opacity: 0;
  transform: scale(.95);
}

.language-modal.is-open .language-modal-panel {
  opacity: 1;
  transform: scale(1);
  transition: opacity .25s ease, transform .25s ease;
}

.language-modal-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.language-modal-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(59,130,246,.08);
  border: 1px solid rgba(59,130,246,.16);
  color: #2563EB;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.language-modal h2 {
  margin: 14px 0 0;
  color: #111827;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: .98;
  letter-spacing: -.05em;
}

.language-close {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 999px;
  background: #F8FAFC;
  color: #111827;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.language-tabs {
  --active-tab: 0;
  position: relative;
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 28px 0 24px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.language-tabs::after {
  content: "";
  position: absolute;
  left: calc(var(--active-tab) * 50%);
  bottom: -1px;
  width: 50%;
  height: 3px;
  border-radius: 999px;
  background: #3B82F6;
  transition: left .25s ease;
}

.language-tab {
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  background: transparent;
  color: #6B7280;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.language-tab.is-active {
  color: #111827;
}

.language-panel {
  color: #111827;
}

.translate-help {
  margin-top: 24px;
  color: #334155;
}

.translate-help-lead {
  margin: 0 0 18px;
  font-size: 1rem;
  line-height: 1.7;
}

.translate-help-steps {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 12px;
  line-height: 1.7;
}

.translate-help-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #EFF6FF;
  border: 1px solid rgba(59,130,246,.14);
  color: #1E3A8A;
  line-height: 1.7;
}

.language-search {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  margin-bottom: 14px;
  padding: 0 16px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  background: #FFFFFF;
  color: #6B7280;
}

.language-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111827;
  font: inherit;
}

.language-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-height: min(54vh, 560px);
  overflow: auto;
  padding-right: 4px;
}

.currency-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.language-option,
.currency-option {
  position: relative;
  min-height: 92px;
  padding: 18px 42px 18px 18px;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,.08);
  background: #FFFFFF;
  color: #111827;
  text-align: left;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.language-option:hover,
.currency-option:hover {
  transform: translateY(-2px);
  border-color: rgba(59,130,246,.28);
  background: #F8FAFC;
}

.language-option span,
.currency-option span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111827;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.25;
}

.language-option span b {
  font-size: 1.2rem;
  line-height: 1;
}

.language-option small,
.currency-option small {
  display: block;
  margin-top: 8px;
  color: #6B7280;
  font-size: .9rem;
  line-height: 1.35;
}

.language-option i,
.currency-option i {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #3B82F6;
  color: #FFFFFF;
  display: none;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: .78rem;
  font-weight: 900;
}

.language-option.is-selected,
.currency-option.is-selected {
  border-color: rgba(59,130,246,.62);
  background: rgba(59,130,246,.08);
}

.language-option.is-selected i,
.currency-option.is-selected i {
  display: inline-flex;
}

body.language-modal-open {
  overflow: hidden;
}

.psc-language-loading {
  position: fixed;
  inset: 0;
  z-index: 7000;
  display: grid;
  place-items: center;
  gap: 14px;
  background: rgba(5,10,18,.38);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.psc-language-loading__spinner {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 3px solid rgba(255,255,255,.18);
  border-top-color: #60A5FA;
  animation: pscSpin .85s linear infinite;
}

.psc-language-loading span {
  color: #FFFFFF;
  font-size: .95rem;
  font-weight: 700;
}

.psc-i18n-debug {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 7100;
  transform: translateX(-50%) translateY(16px);
  min-width: min(92vw, 320px);
  max-width: min(92vw, 520px);
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(15,23,42,.92);
  color: #FFFFFF;
  font-size: .92rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0,0,0,.24);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.psc-i18n-debug.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.psc-i18n-debug[data-state="success"] {
  background: rgba(22,101,52,.94);
}

.psc-i18n-debug[data-state="error"] {
  background: rgba(153,27,27,.94);
}

body.is-language-loading .psc-language-loading {
  opacity: 1;
  pointer-events: auto;
}

@keyframes pscSpin {
  to { transform: rotate(360deg); }
}

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

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

@media (max-width: 767px) {
  .header-actions {
    gap: 8px !important;
    margin-left: auto !important;
  }

  .language-trigger {
    height: 42px;
    min-width: 70px;
    padding: 0 10px;
    font-size: .82rem;
  }

  .nav-language-trigger {
    display: inline-flex;
    margin-top: 8px;
    justify-content: center;
  }

  .language-modal {
    padding: 12px;
    align-items: end;
  }

  .language-modal-panel {
    width: 100%;
    max-height: calc(100vh - 24px);
    border-radius: 28px;
    padding: 22px;
  }

  .language-modal-head {
    gap: 14px;
  }

  .language-tabs {
    width: 100%;
    margin-top: 22px;
  }

  .language-tab {
    min-height: 48px;
    padding: 0 8px;
    font-size: .92rem;
  }

  .language-grid,
  .currency-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .language-search {
    min-height: 48px;
    margin-bottom: 12px;
    padding: 0 14px;
  }

  .language-option,
  .currency-option {
    min-height: 86px;
    border-radius: 18px;
    padding: 16px 36px 16px 14px;
  }

  .language-option span,
  .currency-option span {
    font-size: .95rem;
  }

  .language-option small,
  .currency-option small {
    font-size: .82rem;
  }
}

body.destination-page,
body.gallery-page,
body.contact-page,
body.tour-page,
body.invoice-page,
body.legal-page,
body.booking-admin-page,
body.admin-studio-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 82% 9%, rgba(31, 121, 214, .14), transparent 26%),
    radial-gradient(circle at 10% 42%, rgba(22, 88, 163, .1), transparent 30%),
    var(--lux-bg) !important;
  color: var(--lux-text) !important;
}

body.destination-page::before,
body.gallery-page::before,
body.contact-page::before,
body.tour-page::before,
body.invoice-page::before,
body.legal-page::before,
body.booking-admin-page::before,
body.admin-studio-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: .035;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.8) .65px, transparent .65px);
  background-size: 4px 4px;
}

.cinematic-glow {
  position: fixed;
  z-index: 999;
  width: 440px;
  height: 440px;
  margin: -220px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle, rgba(54, 143, 245, .12), transparent 67%);
  transition: opacity .35s ease;
}

.cinematic-shell:hover .cinematic-glow {
  opacity: 1;
}

.cinematic-shell .site-header,
.destination-page .site-header,
.gallery-page .site-header,
.contact-page .site-header,
.tour-page .site-header,
.invoice-page .site-header {
  background: rgba(3, 11, 24, .56) !important;
  border-bottom: 1px solid rgba(166, 201, 235, .1) !important;
  backdrop-filter: blur(22px) !important;
  box-shadow: none !important;
}

.legal-page .legal-header {
  border-bottom: 1px solid var(--lux-line);
  background: rgba(3, 11, 24, .58) !important;
  backdrop-filter: blur(22px);
}

.legal-page .legal-header a {
  color: var(--lux-text);
}

.legal-page .legal-header a:last-child {
  color: var(--lux-cyan);
}

.legal-page .legal-main {
  padding-top: clamp(4.5rem, 10vw, 8rem);
}

.legal-page .legal-hero span {
  color: var(--lux-cyan);
}

.legal-page .legal-hero h1 {
  color: var(--lux-text);
  letter-spacing: -.065em;
}

.legal-page .legal-hero p,
.legal-page .legal-card p,
.legal-page .legal-footer {
  color: var(--lux-muted);
}

.legal-page .legal-card {
  border: 1px solid var(--lux-line);
  border-radius: var(--lux-radius);
  background: var(--lux-glass);
  box-shadow: var(--lux-shadow);
  backdrop-filter: blur(18px);
}

.legal-page .legal-card section {
  border-color: var(--lux-line);
}

.legal-page .legal-card h2 {
  color: var(--lux-text);
}

.destination-page .brand,
.gallery-page .brand,
.contact-page .brand,
.tour-page .brand,
.invoice-page .brand,
.destination-page .nav-links a,
.gallery-page .nav-links a,
.contact-page .nav-links a,
.tour-page .nav-links a,
.invoice-page .nav-links a,
.destination-page .menu-toggle,
.gallery-page .menu-toggle,
.contact-page .menu-toggle,
.tour-page .menu-toggle {
  color: var(--lux-text) !important;
}

.destination-page .nav-links a,
.gallery-page .nav-links a,
.contact-page .nav-links a,
.tour-page .nav-links a,
.invoice-page .nav-links a {
  opacity: .76;
  font-size: .69rem;
  letter-spacing: .23em;
  transition: color .28s ease, opacity .28s ease;
}

.destination-page .nav-links a:hover,
.gallery-page .nav-links a:hover,
.contact-page .nav-links a:hover,
.tour-page .nav-links a:hover,
.invoice-page .nav-links a:hover {
  color: var(--lux-cyan) !important;
  opacity: 1;
}

.destination-page .btn-primary,
.gallery-page .btn-primary,
.contact-page .btn-primary,
.tour-page .btn-primary,
.invoice-page .btn-primary,
.booking-admin-page .btn-primary,
.admin-studio-page .button:not(.secondary):not(.ghost) {
  color: #fff !important;
  background: linear-gradient(120deg, #126fe6, #53c8ff) !important;
  box-shadow: 0 18px 44px rgba(21, 111, 230, .3) !important;
}

.destination-page .btn-secondary,
.gallery-page .btn-secondary,
.contact-page .btn-secondary,
.tour-page .btn-secondary,
.invoice-page .btn-secondary,
.booking-admin-page .btn-secondary,
.admin-studio-page .button.secondary,
.admin-studio-page .button.ghost {
  border: 1px solid var(--lux-line) !important;
  background: rgba(255,255,255,.05) !important;
  color: var(--lux-text) !important;
}

.destination-page .btn,
.gallery-page .btn,
.contact-page .btn,
.tour-page .btn,
.invoice-page .btn,
.booking-admin-page .btn,
.admin-studio-page .button {
  transition: transform .3s var(--lux-ease), box-shadow .3s ease, border-color .3s ease !important;
}

.destination-page .btn:hover,
.gallery-page .btn:hover,
.contact-page .btn:hover,
.tour-page .btn:hover,
.invoice-page .btn:hover,
.booking-admin-page .btn:hover,
.admin-studio-page .button:hover {
  transform: translateY(-2px);
  border-color: var(--lux-line-focus) !important;
}

/* Destination catalogue */
.destination-page .destination-main {
  background: transparent;
  color: var(--lux-text);
}

.destination-page .destination-top {
  padding: clamp(9rem, 16vw, 13rem) 0 clamp(3.5rem, 7vw, 5.5rem);
  background:
    linear-gradient(180deg, rgba(3,11,24,.2), var(--lux-bg)),
    radial-gradient(circle at 80% 38%, rgba(64, 153, 255, .18), transparent 30%);
}

.destination-page .destination-top h1 {
  max-width: 700px;
  color: var(--lux-text);
  font-size: clamp(3.2rem, 7vw, 5.6rem);
  font-weight: 650;
  line-height: .94;
  letter-spacing: -.07em;
}

.destination-page .destination-top p,
.destination-page .destination-results-head p {
  color: var(--lux-muted);
}

.destination-page .destination-search,
.tour-page .destination-search,
.destination-page .filter-card,
.tour-page .filter-card {
  border: 1px solid var(--lux-line);
  border-radius: 20px;
  background: var(--lux-glass);
  box-shadow: var(--lux-shadow);
  backdrop-filter: blur(18px);
}

.destination-page .destination-search div,
.tour-page .destination-search div {
  border-color: var(--lux-line) !important;
  background: rgba(255,255,255,.035) !important;
}

.destination-page .destination-search label,
.tour-page .destination-search label,
.destination-page .filter-card h2,
.tour-page .filter-card h2 {
  color: var(--lux-text);
}

.destination-page .destination-browser {
  background: transparent;
  padding-bottom: clamp(4rem, 9vw, 8rem);
}

.destination-page .destination-filter,
.tour-page .destination-filter {
  background: transparent;
}

.destination-page .filter-card label,
.tour-page .filter-card label,
.destination-page .destination-card p,
.destination-page .destination-card small,
.tour-page .destination-card p,
.tour-page .destination-card small {
  color: var(--lux-muted);
}

.destination-page input,
.destination-page select,
.tour-page .destination-search input,
.tour-page .destination-filter input {
  border-color: var(--lux-line) !important;
  background: rgba(255,255,255,.05) !important;
  color: var(--lux-text) !important;
}

.destination-page input::placeholder,
.tour-page input::placeholder {
  color: rgba(145,166,193,.75);
}

.destination-page .destination-results-head h2,
.tour-page .destination-results-head h2 {
  color: var(--lux-text);
}

.destination-page .destination-card,
.tour-page .destination-card {
  overflow: hidden;
  border: 1px solid var(--lux-line) !important;
  border-radius: var(--lux-radius) !important;
  background: var(--lux-glass) !important;
  box-shadow: none !important;
  transition: transform .7s var(--lux-ease), box-shadow .5s ease, border-color .4s ease !important;
}

.destination-page .destination-card:hover,
.tour-page .destination-card:hover {
  transform: translateY(-9px);
  border-color: rgba(101, 220, 255, .32) !important;
  box-shadow: 0 34px 75px rgba(0,0,0,.32) !important;
}

.destination-page .destination-media,
.tour-page .destination-media {
  min-height: 260px;
}

.destination-page .destination-media img,
.tour-page .destination-media img {
  transition: transform 1.15s var(--lux-ease), filter .5s ease;
}

.destination-page .destination-card:hover .destination-media img,
.tour-page .destination-card:hover .destination-media img {
  transform: scale(1.08);
}

.destination-page .destination-media::before,
.tour-page .destination-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(3,11,24,.74), transparent 55%);
}

.destination-page .destination-views,
.destination-page .destination-duration,
.destination-page .destination-badge,
.tour-page .destination-views,
.tour-page .destination-duration,
.tour-page .destination-badge {
  z-index: 2;
  border-color: var(--lux-line) !important;
  background: rgba(3, 11, 24, .56) !important;
  color: var(--lux-text) !important;
  backdrop-filter: blur(13px);
}

.destination-page .destination-card-body,
.tour-page .destination-card-body {
  background: transparent;
}

.destination-page .destination-card h3,
.tour-page .destination-card h3,
.tour-page .tour-destination-top h2 {
  color: var(--lux-text);
}

.destination-page .destination-status,
.tour-page .destination-status {
  background: rgba(64, 214, 160, .13);
  color: #65e5b6;
}

.destination-page .destination-meta,
.tour-page .destination-meta,
.tour-page .tour-scan-meta {
  border-color: var(--lux-line);
  color: var(--lux-muted);
}

.destination-page .destination-date,
.tour-page .destination-date,
.tour-page .tour-scan-meta span {
  background: rgba(255,255,255,.06);
  color: #c9dcf3;
}

.destination-page .destination-bottom strong,
.tour-page .destination-bottom strong {
  color: var(--lux-text);
}

/* Gallery */
.gallery-page main {
  background: transparent;
}

.gallery-page .gallery-hero {
  padding: clamp(7.5rem, 11vw, 9.5rem) 0 clamp(3rem, 5vw, 4rem);
  background:
    radial-gradient(circle at 50% 35%, rgba(51, 138, 236, .16), transparent 34%),
    transparent;
}

.gallery-page .gallery-hero-inner {
  max-width: 920px;
}

.gallery-page .gallery-hero h1 {
  color: var(--lux-text);
  font-size: clamp(3.1rem, 7vw, 6rem);
  font-weight: 650;
  line-height: .96;
  letter-spacing: -.07em;
}

.gallery-page .gallery-hero p {
  color: var(--lux-muted);
}

.gallery-page .gallery-showcase {
  background: transparent;
}

.gallery-page .gallery-filter {
  border-color: var(--lux-line);
  background: rgba(255,255,255,.04);
  color: var(--lux-muted);
}

.gallery-page .gallery-filter.active,
.gallery-page .gallery-filter:hover {
  border-color: rgba(101,220,255,.4);
  background: rgba(54,143,245,.18);
  color: var(--lux-text);
}

.gallery-page .gallery-page-item {
  border: 1px solid var(--lux-line);
  background: var(--lux-panel, #071528);
  box-shadow: none;
}

.gallery-page .gallery-page-item:hover {
  border-color: rgba(101,220,255,.33);
  box-shadow: var(--lux-shadow);
}

.gallery-page .gallery-item-copy {
  color: var(--lux-text);
}

.gallery-page .gallery-bottom-cta {
  border: 1px solid var(--lux-line);
  border-radius: 30px;
  background: var(--lux-glass);
}

.gallery-page .gallery-bottom-cta h2 {
  color: var(--lux-text);
}

.gallery-page .gallery-lightbox {
  background: rgba(2, 7, 15, .92);
  backdrop-filter: blur(20px);
}

/* Tour and booking flow */
.tour-page .tour-detail-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  overflow: hidden;
  padding: clamp(7.5rem, 14vh, 10rem) max(1rem, calc((100vw - 1130px) / 2)) clamp(4rem, 9vh, 6rem);
  background: var(--lux-bg);
}

.tour-page .tour-detail-hero::before {
  display: block;
  z-index: 1;
  background: radial-gradient(circle at 68% 38%, rgba(61,153,251,.18), transparent 30%);
}

.tour-page .tour-detail-video {
  position: absolute;
  inset: 0;
  order: initial;
  z-index: 0;
  width: auto;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.tour-page .tour-detail-video video,
.tour-page .tour-detail-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transform: scale(1.045);
  filter: brightness(.56) saturate(.92) contrast(1.06);
}

.tour-page .tour-detail-overlay {
  display: block;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3,11,24,.86), rgba(3,11,24,.34) 65%),
    linear-gradient(0deg, var(--lux-bg), transparent 38%) !important;
}

.tour-page .tour-detail-content {
  order: initial;
  z-index: 2;
  width: min(100%, 760px);
  max-width: 760px;
  margin: 0;
  padding: 0;
  color: var(--lux-text);
  text-align: left;
}

.tour-page .tour-detail-content h1 {
  color: var(--lux-text);
  font-size: clamp(3.2rem, 7vw, 6.2rem);
  font-weight: 650;
  letter-spacing: -.075em;
}

.tour-page .tour-detail-content .eyebrow,
.tour-page .tour-detail-badge {
  margin-left: 0;
  margin-right: 0;
  color: var(--lux-cyan);
}

.tour-page .tour-detail-subtitle,
.tour-page .tour-detail-tagline {
  color: rgba(224, 235, 248, .73);
}

.tour-page .tour-detail-hero-meta,
.tour-page .tour-detail-actions {
  justify-content: flex-start;
}

.tour-page .tour-detail-hero-meta span,
.tour-page .tour-detail-badge,
.tour-page .tour-trust-strip div {
  border-color: var(--lux-line);
  background: rgba(10,25,45,.5);
  color: var(--lux-text);
  backdrop-filter: blur(14px);
}

@media (max-width: 760px) {
  .tour-page .tour-detail-hero {
    min-height: 92svh;
    padding: 6.5rem 1rem 4rem;
  }

  .tour-page .tour-detail-content {
    width: 100%;
    padding: 0;
    text-align: left;
  }

  .tour-page .tour-detail-actions .btn {
    width: 100%;
  }
}

.tour-page .shared-destination-section,
.tour-page #step1,
.tour-page .tour-detail-itinerary,
.tour-page #book,
.tour-page .tour-conversion-section {
  background: transparent !important;
}

.tour-page .tour-destination-top p,
.tour-page .booking-header p,
.tour-page .section-header p {
  color: var(--lux-muted) !important;
}

.tour-page .booking-flow-panel,
.tour-page .booking-card,
.tour-page .selected-destination-card,
.tour-page .destination-detail-panel > div,
.tour-page .package-select-panel,
.tour-page .checkout-summary,
.tour-page .tour-detail-summary-card,
.tour-page .tour-proof-panel,
.tour-page .tour-faq-panel,
.tour-page .itinerary-card,
.tour-page .included-card {
  border: 1px solid var(--lux-line) !important;
  border-radius: var(--lux-radius) !important;
  background: var(--lux-glass) !important;
  box-shadow: none !important;
  color: var(--lux-text);
  backdrop-filter: blur(18px);
}

.tour-page .booking-header h2,
.tour-page .booking-card h3,
.tour-page .checkout-summary h3,
.tour-page .tour-detail-summary-card h3,
.tour-page .tour-proof-panel h2,
.tour-page .tour-faq-panel h2,
.tour-page .tour-detail-itinerary h2,
.tour-page .included-card h3,
.tour-page #book h2 {
  color: var(--lux-text) !important;
}

.tour-page .booking-flow-item p,
.tour-page .booking-card > p,
.tour-page .tour-detail-list li,
.tour-page .included-card p,
.tour-page .itinerary-card p,
.tour-page .tour-proof-panel p,
.tour-page .tour-faq-panel p,
.tour-page #book p {
  color: var(--lux-muted) !important;
}

.tour-page .form-field input,
.tour-page .form-field select,
.tour-page .form-field textarea,
.tour-page .date-display,
.tour-page .trip-calendar,
.tour-page .package-option,
.tour-page .payment-option,
.tour-page .guest-row {
  border-color: var(--lux-line) !important;
  background: rgba(255,255,255,.045) !important;
  color: var(--lux-text) !important;
}

.tour-page .form-field input:focus,
.tour-page .form-field select:focus,
.tour-page .form-field textarea:focus {
  border-color: var(--lux-line-focus) !important;
  box-shadow: 0 0 0 4px rgba(54,143,245,.13);
}

/* Contact and invoice */
.contact-page .contact-hero {
  min-height: 74svh;
}

.contact-page .contact-hero::after {
  background:
    linear-gradient(90deg, rgba(3,11,24,.87), rgba(3,11,24,.4)),
    linear-gradient(0deg, var(--lux-bg), transparent 33%) !important;
}

.contact-page .contact-hero h1 {
  color: var(--lux-text);
  font-size: clamp(3rem, 6vw, 5.4rem);
  font-weight: 650;
  line-height: .96;
  letter-spacing: -.07em;
}

.contact-page .contact-hero p,
.contact-page .contact-section p {
  color: var(--lux-muted);
}

.contact-page .contact-section,
.contact-page .contact-map-section {
  background: transparent;
}

.contact-page .contact-panel,
.contact-page .contact-info-grid article {
  border: 1px solid var(--lux-line);
  border-radius: var(--lux-radius);
  background: var(--lux-glass);
  color: var(--lux-text);
  box-shadow: var(--lux-shadow);
}

.contact-page .contact-panel h2,
.contact-page .contact-info-grid h2,
.contact-page .contact-info-grid h3 {
  color: var(--lux-text) !important;
}

.contact-page .contact-row strong,
.contact-page .contact-info-grid .eyebrow {
  color: var(--lux-text) !important;
}

.contact-page .contact-row span,
.contact-page .contact-panel p,
.contact-page .contact-info-grid article p {
  color: var(--lux-muted) !important;
}

.contact-page .contact-map-card {
  overflow: hidden;
  border: 1px solid var(--lux-line);
  border-radius: 28px;
}

.invoice-page main .section-light {
  background: transparent !important;
}

.invoice-page .invoice-layout {
  align-items: start;
}

.invoice-page .invoice-panel,
.invoice-page .invoice-card,
.invoice-page .invoice-event,
.invoice-page .payment-instructions,
.invoice-page .qris-box {
  border: 1px solid var(--lux-line) !important;
  border-radius: var(--lux-radius) !important;
  background: var(--lux-glass) !important;
  color: var(--lux-text);
  box-shadow: none !important;
}

.invoice-page .invoice-success,
.invoice-page .invoice-title h1,
.invoice-page .invoice-section h2,
.invoice-page .invoice-panel .review-row strong,
.invoice-page .invoice-card h2,
.invoice-page .invoice-card h3 {
  color: var(--lux-text) !important;
}

.invoice-page .invoice-success p,
.invoice-page .invoice-title p,
.invoice-page .invoice-panel .review-row span,
.invoice-page .invoice-event p,
.invoice-page .invoice-card p {
  color: var(--lux-muted) !important;
}

.invoice-page .invoice-chip-list span,
.invoice-page .invoice-benefits span {
  border-color: var(--lux-line);
  background: rgba(255,255,255,.045);
  color: var(--lux-text);
}

/* Luxury Travel Mission Control */
.admin-studio-page main.page,
.booking-admin-page .admin-dashboard {
  min-height: 100vh;
  background: transparent !important;
}

.admin-studio-page .admin-hero,
.booking-admin-page .admin-hero {
  background: transparent !important;
  color: var(--lux-text) !important;
}

.admin-studio-page .topbar,
.booking-admin-page .admin-compact-bar {
  border: 1px solid var(--lux-line) !important;
  border-radius: 22px !important;
  background: rgba(8, 21, 39, .74) !important;
  box-shadow: var(--lux-shadow) !important;
  backdrop-filter: blur(22px);
}

.admin-studio-page .topbar .eyebrow,
.booking-admin-page .eyebrow,
.admin-studio-page .eyebrow {
  color: var(--lux-cyan) !important;
}

.admin-studio-page .topbar h1,
.admin-studio-page h1,
.admin-studio-page h2,
.booking-admin-page h1,
.booking-admin-page h2,
.booking-admin-page h3,
.booking-admin-page .admin-compact-bar strong {
  color: var(--lux-text) !important;
}

.admin-studio-page .summary-card,
.admin-studio-page .card,
.admin-studio-page .destination-editor,
.admin-studio-page .package-editor,
.admin-studio-page .action-card,
.admin-studio-page .command-panel,
.admin-studio-page .health-item,
.admin-studio-page .gallery-admin-item,
.admin-studio-page .review-admin-item,
.admin-studio-page .settings-mini,
.admin-studio-page .tour-admin-card,
.admin-studio-page .destination-form-toolbar,
.admin-studio-page .admin-help,
.booking-admin-page .admin-stat-card,
.booking-admin-page .admin-panel,
.booking-admin-page .invoice-panel,
.booking-admin-page .admin-action-item {
  border: 1px solid var(--lux-line) !important;
  border-radius: 20px !important;
  background: var(--lux-glass) !important;
  color: var(--lux-text) !important;
  box-shadow: none !important;
  backdrop-filter: blur(16px);
}

.admin-studio-page .summary-card span,
.admin-studio-page .summary-card small,
.booking-admin-page .admin-stat-card span,
.booking-admin-page .admin-stat-card small,
.booking-admin-page .admin-panel-head p,
.booking-admin-page .admin-action-item p,
.admin-studio-page .field small,
.admin-studio-page .topbar p {
  color: var(--lux-muted) !important;
}

.admin-studio-page .action-card span,
.admin-studio-page .health-item span,
.admin-studio-page .hint,
.admin-studio-page .admin-help,
.admin-studio-page .destination-form-toolbar span,
.admin-studio-page .gallery-slot-title small,
.admin-studio-page .review-slot-title small,
.booking-admin-page .admin-empty-state span {
  color: var(--lux-muted) !important;
}

.admin-studio-page .action-card strong,
.admin-studio-page .health-item strong,
.admin-studio-page .destination-form-toolbar strong,
.admin-studio-page .gallery-slot-title strong,
.admin-studio-page .review-slot-title strong,
.booking-admin-page .admin-empty-state strong {
  color: var(--lux-text) !important;
}

.admin-studio-page .summary-card strong,
.booking-admin-page .admin-stat-card strong,
.booking-admin-page .admin-queue-summary strong {
  color: var(--lux-text) !important;
  text-shadow: 0 0 30px rgba(101,220,255,.15);
}

.admin-studio-page .section-toggle,
.admin-studio-page .gallery-slot-toggle,
.admin-studio-page .review-slot-toggle,
.admin-studio-page .destination-editor-head,
.booking-admin-page .admin-panel-head,
.booking-admin-page .admin-status-tabs {
  border-color: var(--lux-line) !important;
  background: rgba(255,255,255,.025) !important;
  color: var(--lux-text) !important;
}

.admin-studio-page .quick-nav,
.admin-studio-page .dynamic-item,
.admin-studio-page .editor-grid,
.booking-admin-page .restore-preview {
  border-color: var(--lux-line) !important;
  background: rgba(255,255,255,.025) !important;
}

.admin-studio-page .quick-nav a,
.admin-studio-page .destination-toggle,
.admin-studio-page .gallery-slot-toggle::after,
.booking-admin-page .admin-reset,
.booking-admin-page .admin-table a {
  color: var(--lux-cyan) !important;
}

.admin-studio-page .gallery-preview,
.admin-studio-page .gallery-slot-thumb {
  border-color: var(--lux-line) !important;
  background: rgba(255,255,255,.05) !important;
}

.admin-studio-page .delete-label,
.admin-studio-page .gallery-delete {
  color: var(--lux-danger) !important;
}

.admin-studio-page .section-toggle::after {
  background: rgba(54,143,245,.17) !important;
  color: var(--lux-cyan) !important;
}

.admin-studio-page label,
.booking-admin-page label,
.booking-admin-page .admin-table td strong {
  color: #d6e3f3 !important;
}

.admin-studio-page input,
.admin-studio-page textarea,
.admin-studio-page select,
.booking-admin-page input,
.booking-admin-page textarea,
.booking-admin-page select {
  border: 1px solid var(--lux-line) !important;
  background: rgba(255,255,255,.045) !important;
  color: var(--lux-text) !important;
}

.admin-studio-page input:focus,
.admin-studio-page textarea:focus,
.admin-studio-page select:focus,
.booking-admin-page input:focus,
.booking-admin-page textarea:focus,
.booking-admin-page select:focus {
  border-color: var(--lux-line-focus) !important;
  box-shadow: 0 0 0 4px rgba(54,143,245,.14) !important;
}

.admin-studio-page option,
.booking-admin-page option {
  background: var(--lux-surface-strong);
  color: var(--lux-text);
}

.admin-studio-page .save-bar {
  border: 1px solid var(--lux-line) !important;
  background: rgba(5, 16, 31, .84) !important;
  box-shadow: var(--lux-shadow) !important;
  backdrop-filter: blur(20px);
}

.booking-admin-page .admin-table-wrap {
  border: 1px solid var(--lux-line);
  border-radius: 18px;
  background: rgba(255,255,255,.02);
}

.booking-admin-page .admin-table th,
.booking-admin-page .admin-table td {
  border-color: var(--lux-line);
  color: var(--lux-muted);
}

.booking-admin-page .admin-table th {
  background: rgba(255,255,255,.035);
  color: #c9dcf3;
}

.booking-admin-page .admin-table tbody tr:hover {
  background: rgba(54,143,245,.065);
}

.booking-admin-page .status-pill.pending {
  color: var(--lux-warn);
  background: rgba(248,203,112,.12);
}

.booking-admin-page .status-pill.paid,
.booking-admin-page .status-pill.proof_uploaded,
.booking-admin-page .status-pill.confirmed {
  color: var(--lux-success);
  background: rgba(64,214,160,.12);
}

.admin-studio-page .message,
.booking-admin-page .booking-alert {
  border: 1px solid rgba(64,214,160,.24) !important;
  background: rgba(64,214,160,.1) !important;
  color: #79e8bf !important;
}

.admin-studio-page .login-panel,
.booking-admin-page .admin-login-card {
  border: 1px solid var(--lux-line) !important;
  background: var(--lux-glass) !important;
  color: var(--lux-text);
  box-shadow: var(--lux-shadow) !important;
}

/* Shared cinematic motion */
.cinematic-js .cinematic-enter {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
  transition:
    opacity .85s var(--lux-ease),
    transform .85s var(--lux-ease),
    filter .85s var(--lux-ease);
}

.cinematic-js .cinematic-enter.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

@media (max-width: 760px) {
  .destination-page .site-header,
  .gallery-page .site-header,
  .contact-page .site-header,
  .tour-page .site-header,
  .invoice-page .site-header {
    background: rgba(3,11,24,.88) !important;
  }

  .destination-page .nav-links,
  .gallery-page .nav-links,
  .contact-page .nav-links,
  .tour-page .nav-links {
    background: rgba(3,11,24,.96) !important;
    border-color: var(--lux-line) !important;
  }

  .destination-page .destination-top,
  .gallery-page .gallery-hero {
    padding-top: 7.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cinematic-js .cinematic-enter {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

/* Tropical luxury tour discovery */
body.tour-page,
body.destination-page {
  --trip-text: #203227;
  --trip-muted: #6f725f;
  --trip-blue: #cf6538;
  --trip-turquoise: #e89b55;
  --trip-sand: #f5eddf;
  --trip-line: rgba(73, 76, 57, .12);
  --trip-shadow: 0 20px 54px rgba(59, 51, 34, .1);
  background:
    radial-gradient(circle at 88% 8%, rgba(219, 147, 78, .15), transparent 28%),
    linear-gradient(180deg, #f5eddf 0%, #fdfbf6 36%, #f3ebdc 100%) !important;
  color: var(--trip-text) !important;
}

body.tour-page::before,
body.destination-page::before {
  display: none;
}

.tour-page .site-header,
.destination-page .site-header {
  color: #fff;
  background: rgba(19, 37, 27, .84) !important;
  border-bottom: 1px solid rgba(255,255,255,.1) !important;
  backdrop-filter: blur(20px) !important;
}

.tour-page .brand,
.tour-page .nav-links a,
.tour-page .menu-toggle,
.destination-page .brand,
.destination-page .nav-links a,
.destination-page .menu-toggle {
  color: #fff !important;
}

.tour-page .nav-links a:hover,
.destination-page .nav-links a:hover {
  color: #efa05b !important;
}

.tour-page .menu-toggle,
.destination-page .menu-toggle {
  border: 1px solid rgba(255,255,255,.2) !important;
  background: rgba(255,255,255,.1) !important;
  color: #fff !important;
}

.tour-page .btn-primary,
.destination-page .btn-primary {
  background: linear-gradient(120deg, #c95d34, #ea9851) !important;
  box-shadow: 0 15px 36px rgba(179, 83, 43, .24) !important;
}

.tour-page .btn-secondary,
.destination-page .btn-secondary {
  border-color: rgba(18, 87, 143, .13) !important;
  background: rgba(255,255,255,.72) !important;
  color: var(--trip-text) !important;
}

/* Mobile-first cinematic hero */
.tour-page .tour-detail-hero {
  min-height: min(92svh, 760px);
  padding: 6.5rem 1.1rem 2.2rem;
  align-items: end;
  background: #263b2c;
}

.tour-page .tour-detail-video video,
.tour-page .tour-detail-video img {
  filter: saturate(1.08) brightness(.8);
  transform: scale(1.04);
}

.tour-page .tour-detail-overlay {
  background:
    linear-gradient(0deg, rgba(18, 35, 25, .86) 0%, rgba(18, 35, 25, .44) 48%, rgba(18,35,25,.1) 78%),
    linear-gradient(90deg, rgba(18,35,25,.22), transparent) !important;
}

.tour-page .tour-detail-content {
  max-width: 670px;
  color: #fff;
}

.tour-page .tour-detail-content h1 {
  color: #fff;
  font-size: clamp(2.8rem, 14vw, 4.8rem);
  line-height: .98;
}

.tour-page .tour-detail-content h1 span {
  color: #edac68;
}

.tour-page .tour-detail-content .eyebrow,
.tour-page .tour-detail-badge {
  color: #ecfeff !important;
  background: rgba(255,255,255,.16) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
}

.tour-page .tour-detail-subtitle,
.tour-page .tour-detail-tagline {
  color: rgba(255,255,255,.85) !important;
}

.tour-page .tour-detail-hero-meta span {
  color: #fff !important;
  background: rgba(255,255,255,.14) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
}

.tour-page .tour-detail-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: .65rem;
}

.tour-page .tour-detail-actions .btn {
  min-height: 54px;
  width: 100%;
}

/* Search and filter chips */
.tour-page .shared-destination-section,
.tour-page .private-route-section,
.destination-page .destination-browser {
  padding: clamp(3.2rem, 8vw, 5.5rem) 0;
  background: transparent !important;
}

.tour-page .tour-destination-top,
.destination-page .destination-top-grid {
  gap: 1.8rem;
}

.tour-page .tour-destination-top > *,
.destination-page .destination-top-grid > * {
  min-width: 0;
}

.tour-page .tour-destination-top h2,
.destination-page .destination-top h1 {
  color: var(--trip-text);
  font-size: clamp(2.35rem, 7vw, 4.3rem);
  line-height: .98;
  letter-spacing: -.065em;
}

.tour-page .tour-destination-top p,
.destination-page .destination-top p {
  color: var(--trip-muted) !important;
}

.destination-page .destination-main {
  color: var(--trip-text);
}

.destination-page .destination-top {
  padding: clamp(7.3rem, 17vw, 11rem) 0 clamp(2.3rem, 5vw, 4.5rem);
  background:
    radial-gradient(circle at 86% 40%, rgba(206,133,64,.17), transparent 34%),
    linear-gradient(180deg, #f5eddf, #fdfbf6);
}

.tour-page .destination-search,
.destination-page .destination-search {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  padding: .85rem;
  border: 1px solid rgba(83, 73, 52, .11) !important;
  border-radius: 25px;
  background: rgba(255,253,248,.88) !important;
  color: var(--trip-text);
  box-shadow: var(--trip-shadow);
}

.tour-page .destination-search label,
.destination-page .destination-search label {
  color: var(--trip-muted);
  padding: 0 .35rem;
}

.tour-page .destination-search div:not(.search-suggestions),
.destination-page .destination-search div:not(.search-suggestions) {
  border-color: transparent !important;
  border-radius: 18px;
  background: #f3eddf !important;
}

.tour-page .destination-search input,
.destination-page .destination-search input {
  color: var(--trip-text) !important;
  background: transparent !important;
}

.tour-page .destination-search input::placeholder,
.destination-page .destination-search input::placeholder {
  color: #96aabd;
}

.search-suggestions {
  display: flex !important;
  align-items: center;
  gap: .45rem !important;
  overflow-x: auto;
  padding: .55rem .2rem .05rem !important;
  border: 0 !important;
  background: transparent !important;
  scrollbar-width: none;
}

.search-suggestions::-webkit-scrollbar,
.experience-chips::-webkit-scrollbar,
.tour-moments-track::-webkit-scrollbar {
  display: none;
}

.search-suggestions span {
  color: var(--trip-muted);
  font-size: .76rem;
  font-weight: 700;
}

.search-suggestions a {
  flex: 0 0 auto;
  padding: .42rem .72rem;
  border-radius: 999px;
  background: #efe5d2;
  color: #73573b;
  font-size: .75rem;
  font-weight: 700;
}

.destination-page .destination-layout,
.tour-page .tour-destination-layout {
  display: block;
}

.tour-page .destination-filter.experience-filter,
.destination-page .destination-filter.experience-filter {
  position: static;
  display: flex;
  align-items: center;
  gap: .65rem;
  overflow: visible;
  margin-bottom: 2rem;
  background: transparent;
}

.tour-page .tour-trust-strip div {
  border: 1px solid rgba(18,87,143,.1) !important;
  background: rgba(255,255,255,.82) !important;
  color: var(--trip-text) !important;
  box-shadow: 0 12px 30px rgba(19,62,99,.06);
}

.tour-page .tour-trust-strip span {
  color: var(--trip-muted) !important;
}

.experience-chips {
  display: flex;
  flex: 1 1 auto;
  gap: .55rem;
  overflow-x: auto;
  padding: .2rem .05rem;
  scrollbar-width: none;
}

.experience-chips label {
  flex: 0 0 auto;
  cursor: pointer;
}

.experience-chips input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.experience-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 1.05rem;
  border: 1px solid rgba(18,87,143,.12);
  border-radius: 999px;
  background: rgba(255,253,248,.94);
  color: #615945;
  font-weight: 650;
  white-space: nowrap;
  transition: all .25s ease;
}

.experience-chips input:checked + span {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(120deg, #1c4731, #557042);
  box-shadow: 0 12px 30px rgba(37,68,43,.2);
}

.experience-filter .filter-apply {
  min-height: 48px;
  padding-inline: 1.15rem;
}

.experience-filter .destination-reset {
  flex: 0 0 auto;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 .9rem;
  color: var(--trip-muted);
  background: transparent;
}

/* Image-first experience cards */
.destination-page .destination-results-head h2,
.tour-page .destination-results-head h2 {
  color: var(--trip-text);
}

.destination-page .destination-grid,
.tour-page .shared-destination-grid {
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.destination-page .destination-card,
.tour-page .destination-card {
  border: 0 !important;
  border-radius: 28px !important;
  background: #fff !important;
  color: var(--trip-text);
  box-shadow: var(--trip-shadow) !important;
}

.destination-page .destination-media,
.tour-page .destination-media {
  min-height: 0;
  height: clamp(270px, 70vw, 390px);
}

.destination-page .destination-media::before,
.tour-page .destination-media::before {
  background: linear-gradient(0deg, rgba(11, 42, 56, .38), transparent 48%);
}

.destination-page .destination-views,
.destination-page .destination-duration,
.tour-page .destination-views,
.tour-page .destination-duration,
.tour-page .destination-badge {
  border: 1px solid rgba(255,255,255,.5) !important;
  background: rgba(255,255,255,.82) !important;
  color: var(--trip-text) !important;
  box-shadow: 0 8px 24px rgba(15,46,65,.09);
}

.tour-page .destination-badge {
  color: #087f91 !important;
}

.destination-page .destination-badge {
  z-index: 2;
  border: 1px solid rgba(255,255,255,.5) !important;
  background: rgba(255,255,255,.84) !important;
  color: #087f91 !important;
}

.destination-page .destination-card-body,
.tour-page .destination-card-body,
.tour-page .shared-destination-card .destination-card-body {
  min-height: 0;
  gap: .7rem;
  padding: 1.2rem 1.2rem 1.25rem;
  color: var(--trip-text);
}

.destination-page .destination-card h3,
.tour-page .destination-card h3 {
  color: var(--trip-text);
  font-size: 1.32rem;
  letter-spacing: -.035em;
}

.destination-page .destination-card p,
.tour-page .destination-card p {
  color: var(--trip-muted);
  font-size: .92rem;
  line-height: 1.55;
}

.destination-page .destination-meta,
.tour-page .destination-meta {
  display: flex;
  gap: .85rem;
  color: #557087;
  font-size: .84rem;
  border: 0;
}

.destination-page .destination-meta span:first-child,
.tour-page .destination-meta span:first-child {
  color: #e9932b;
}

.destination-page .destination-bottom,
.tour-page .destination-bottom {
  align-items: end;
  gap: .8rem;
  margin-top: .1rem;
}

.destination-page .destination-bottom strong,
.tour-page .destination-bottom strong {
  color: var(--trip-text);
  font-size: 1.2rem;
}

.destination-page .destination-bottom strong span,
.tour-page .destination-bottom strong span {
  color: var(--trip-muted);
}

.destination-page .destination-bottom .destination-cta-button,
.tour-page .destination-bottom .destination-cta-button {
  min-height: 48px;
  border-radius: 999px;
  padding: 0 1.15rem;
  background: linear-gradient(120deg, #c85e35, #e99a53);
  color: #fff;
}

.destination-page .destination-private-link {
  display: none;
}

/* Traveler media rail */
.tour-moments {
  padding: .5rem 0 clamp(3rem, 8vw, 5.5rem);
}

.tour-moments-heading {
  display: grid;
  gap: .55rem;
  margin-bottom: 1.35rem;
}

.tour-moments-heading .eyebrow {
  color: #c86235;
}

.tour-moments-heading h2 {
  margin: 0;
  color: var(--trip-text);
  font-size: clamp(2rem, 7vw, 3.5rem);
  letter-spacing: -.055em;
}

.tour-moments-heading a {
  color: var(--trip-blue);
  font-weight: 700;
}

.tour-moments-track {
  display: flex;
  gap: .8rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.tour-moments-track figure {
  position: relative;
  flex: 0 0 min(78vw, 320px);
  overflow: hidden;
  height: clamp(280px, 86vw, 410px);
  margin: 0;
  border-radius: 26px;
  scroll-snap-align: start;
}

.tour-moments-track img,
.tour-moments-track video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-moments-track figcaption {
  position: absolute;
  right: .8rem;
  bottom: .8rem;
  left: .8rem;
  padding: .8rem;
  border-radius: 15px;
  color: #fff;
  background: rgba(10, 39, 55, .3);
  backdrop-filter: blur(12px);
  font-weight: 600;
}

/* Airy booking experience */
.tour-page #step1,
.tour-page .tour-detail-itinerary,
.tour-page #book,
.tour-page .tour-conversion-section,
.tour-page .tour-detail-highlights {
  background: #fff !important;
  color: var(--trip-text) !important;
}

.tour-page .booking-flow-panel,
.tour-page .booking-card,
.tour-page .selected-destination-card,
.tour-page .destination-detail-panel > div,
.tour-page .package-select-panel,
.tour-page .checkout-summary,
.tour-page .tour-detail-summary-card,
.tour-page .tour-proof-panel,
.tour-page .tour-faq-panel,
.tour-page .itinerary-card,
.tour-page .included-card {
  border: 1px solid var(--trip-line) !important;
  border-radius: 26px !important;
  background: rgba(255,255,255,.92) !important;
  color: var(--trip-text) !important;
  box-shadow: var(--trip-shadow) !important;
}

.tour-page .booking-header h2,
.tour-page .booking-card h3,
.tour-page .checkout-summary h3,
.tour-page .tour-detail-summary-card h3,
.tour-page .tour-proof-panel h2,
.tour-page .tour-faq-panel h2,
.tour-page .tour-detail-itinerary h2,
.tour-page .included-card h3,
.tour-page #book h2 {
  color: var(--trip-text) !important;
}

.tour-page .booking-flow-item p,
.tour-page .booking-card > p,
.tour-page .tour-detail-list li,
.tour-page .included-card p,
.tour-page .itinerary-card p,
.tour-page .tour-proof-panel p,
.tour-page .tour-faq-panel p,
.tour-page #book p {
  color: var(--trip-muted) !important;
}

.tour-page .form-field input,
.tour-page .form-field select,
.tour-page .form-field textarea,
.tour-page .date-display,
.tour-page .trip-calendar,
.tour-page .package-option,
.tour-page .payment-option,
.tour-page .guest-row {
  border-color: var(--trip-line) !important;
  background: #f4f9fc !important;
  color: var(--trip-text) !important;
}

@media (min-width: 720px) {
  .tour-page .tour-detail-hero {
    min-height: min(88svh, 780px);
    padding: 7.8rem max(1.3rem, calc((100vw - 1130px) / 2)) 4.5rem;
    align-items: center;
  }

  .tour-page .tour-detail-actions {
    display: flex;
  }

  .tour-page .tour-detail-actions .btn {
    width: auto;
  }

  .tour-page .tour-detail-overlay {
    background:
      linear-gradient(90deg, rgba(17,34,24,.68), rgba(17,34,24,.14) 70%),
      linear-gradient(0deg, rgba(17,34,24,.59), transparent 58%) !important;
  }

  .destination-page .destination-grid,
  .tour-page .shared-destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
  }

  .tour-moments-heading {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .tour-moments-heading .eyebrow,
  .tour-moments-heading h2 {
    grid-column: 1;
  }

  .tour-moments-heading a {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (min-width: 1080px) {
  .destination-page .destination-grid,
  .tour-page .shared-destination-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 719px) {
  .tour-page .site-header,
  .destination-page .site-header {
    background: rgba(19,37,27,.9) !important;
  }

  .tour-page .nav-links,
  .destination-page .nav-links {
    background: rgba(19,37,27,.98) !important;
    border-color: rgba(255,255,255,.1) !important;
  }

  .tour-page .tour-destination-top,
  .destination-page .destination-top-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .tour-page .tour-detail-hero {
    min-height: min(78svh, 680px);
  }

  .destination-page .destination-top {
    padding-top: 3rem;
    padding-bottom: 2.2rem;
  }

  .tour-page .shared-destination-section {
    padding-top: 2.6rem;
  }

  .tour-page .tour-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tour-page .destination-filter.experience-filter,
  .destination-page .destination-filter.experience-filter {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .experience-chips {
    grid-column: 1 / -1;
  }

  .experience-filter .filter-apply {
    display: inline-flex;
  }

  .experience-filter .destination-reset {
    font-size: .82rem;
  }

  .destination-page .destination-results-head,
  .tour-page .destination-results-head {
    align-items: end;
  }

  .destination-page .destination-results-head .btn,
  .tour-page .destination-results-head .btn {
    display: none;
  }

  .tour-page .tour-whatsapp-float,
  .destination-page .whatsapp-float {
    min-height: 46px;
    padding-inline: 1rem;
    font-size: .82rem;
  }
}

/* Forest-earth adventure ecosystem for supporting public pages */
body.gallery-page,
body.contact-page {
  --lux-bg: #0c1711;
  --lux-bg-soft: #13241a;
  --lux-surface: rgba(29, 43, 32, .76);
  --lux-surface-strong: #14241a;
  --lux-glass: rgba(29, 43, 32, .62);
  --lux-line: rgba(232, 214, 182, .15);
  --lux-line-focus: rgba(231, 132, 66, .42);
  --lux-text: #f8f3e7;
  --lux-muted: #c3b9a4;
  --lux-blue: #d36537;
  --lux-cyan: #eca05a;
  background:
    radial-gradient(circle at 82% 9%, rgba(199, 116, 55, .14), transparent 26%),
    radial-gradient(circle at 10% 42%, rgba(69, 104, 66, .14), transparent 30%),
    var(--lux-bg) !important;
}

.gallery-page .site-header,
.contact-page .site-header {
  background: rgba(14, 27, 19, .72) !important;
  border-color: rgba(232, 214, 182, .1) !important;
}

.gallery-page .nav-links a:hover,
.contact-page .nav-links a:hover {
  color: #eca05a !important;
}

.gallery-page .btn-primary,
.contact-page .btn-primary {
  background: linear-gradient(120deg, #c85d35, #ec9b53) !important;
  box-shadow: 0 18px 44px rgba(178, 81, 40, .28) !important;
}

.gallery-page .gallery-hero {
  background:
    radial-gradient(circle at 50% 35%, rgba(200, 116, 55, .17), transparent 34%),
    transparent;
}

.gallery-page .gallery-hero h1 span,
.gallery-page .gallery-filter.active,
.gallery-page .gallery-filter:hover {
  color: #edaa66;
}

.gallery-page .gallery-filter.active,
.gallery-page .gallery-filter:hover {
  border-color: rgba(236, 160, 90, .4);
  background: rgba(197, 93, 52, .18);
}

.gallery-page .gallery-page-item:hover {
  border-color: rgba(236, 160, 90, .34);
}

.contact-page .contact-hero::after {
  background:
    linear-gradient(90deg, rgba(12,23,17,.9), rgba(12,23,17,.43)),
    linear-gradient(0deg, #0c1711, transparent 48%) !important;
}

.gallery-page .site-footer,
.contact-page .site-footer {
  background: #08110c !important;
}
/* Theme lock for Gallery and Contact so they match the homepage blue cinematic style. */
body.gallery-page,
body.contact-page {
  --public-bg: #020817;
  --public-panel: rgba(8, 20, 42, .84);
  --public-line: rgba(148, 180, 230, .18);
  --public-text: #f8fafc;
  --public-muted: #c8d4e8;
  --public-blue: #3b82f6;
  --public-blue-soft: #60a5fa;
  background:
    radial-gradient(circle at 72% 8%, rgba(59, 130, 246, .2), transparent 34%),
    linear-gradient(180deg, #020817 0%, #061226 54%, #020817 100%) !important;
  color: var(--public-text) !important;
}

body.gallery-page .gallery-hero,
body.contact-page .contact-hero {
  background:
    linear-gradient(90deg, rgba(2, 8, 23, .94) 0%, rgba(5, 17, 38, .82) 52%, rgba(2, 8, 23, .94) 100%),
    #020817 !important;
  color: var(--public-text) !important;
}

body.gallery-page .gallery-hero .eyebrow,
body.contact-page .contact-hero .eyebrow,
body.contact-page .contact-panel .eyebrow,
body.contact-page .contact-info-grid .eyebrow {
  color: #93c5fd !important;
  background: rgba(59, 130, 246, .14) !important;
  border-color: rgba(96, 165, 250, .28) !important;
}

body.gallery-page .gallery-hero h1,
body.contact-page .contact-hero h1,
body.gallery-page .gallery-bottom-cta h2,
body.contact-page .contact-panel h2,
body.contact-page .contact-info-grid h2 {
  color: #fff !important;
}

body.gallery-page .gallery-hero h1 span,
body.contact-page .contact-hero h1 span {
  color: var(--public-blue-soft) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

body.gallery-page .gallery-hero p,
body.contact-page .contact-hero p,
body.contact-page .contact-panel p,
body.contact-page .contact-info-grid p,
body.contact-page .contact-row span {
  color: var(--public-muted) !important;
}

body.gallery-page .btn.btn-primary,
body.contact-page .btn.btn-primary,
body.gallery-page .gallery-button,
body.gallery-page .gallery-filter.active {
  background: linear-gradient(135deg, var(--public-blue), var(--public-blue-soft)) !important;
  border-color: rgba(96, 165, 250, .48) !important;
  color: #fff !important;
  box-shadow: 0 18px 42px rgba(59, 130, 246, .24) !important;
}

body.gallery-page .btn.btn-secondary,
body.contact-page .btn.btn-secondary,
body.gallery-page .gallery-filter {
  background: rgba(15, 30, 58, .72) !important;
  border-color: var(--public-line) !important;
  color: #eaf2ff !important;
}

body.gallery-page .gallery-showcase,
body.contact-page .contact-section,
body.contact-page .contact-map-section {
  background: transparent !important;
}

body.gallery-page .gallery-filter-bar,
body.contact-page .contact-panel,
body.contact-page .contact-info-grid article,
body.contact-page .contact-map,
body.gallery-page .gallery-page-item,
body.gallery-page .gallery-bottom-cta {
  background: var(--public-panel) !important;
  border: 1px solid var(--public-line) !important;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .28) !important;
  color: var(--public-text) !important;
}

body.gallery-page .gallery-number,
body.gallery-page .gallery-media-badge {
  background: rgba(59, 130, 246, .88) !important;
  color: #fff !important;
}

body.gallery-page .gallery-item-copy small,
body.gallery-page .gallery-bottom-cta span {
  color: #93c5fd !important;
}

body.contact-page .contact-hero-video {
  opacity: .18 !important;
}

/* Final public light theme override */
body.destination-page,
body.gallery-page,
body.contact-page,
body.tour-page,
body.invoice-page,
body.legal-page {
  background: #ffffff !important;
  color: #0f172a !important;
}

body.destination-page::before,
body.gallery-page::before,
body.contact-page::before,
body.tour-page::before,
body.invoice-page::before,
body.legal-page::before {
  display: none !important;
}

.destination-page .site-header,
.gallery-page .site-header,
.contact-page .site-header,
.tour-page .site-header,
.invoice-page .site-header,
.legal-page .site-header,
.cinematic-shell .site-header {
  background: rgba(255,255,255,.92) !important;
  border-bottom: 1px solid rgba(148,163,184,.18) !important;
  backdrop-filter: none !important;
}

.destination-page .brand,
.gallery-page .brand,
.contact-page .brand,
.tour-page .brand,
.invoice-page .brand,
.legal-page .brand,
.destination-page .nav-links a,
.gallery-page .nav-links a,
.contact-page .nav-links a,
.tour-page .nav-links a,
.invoice-page .nav-links a,
.legal-page .nav-links a,
.destination-page .menu-toggle,
.gallery-page .menu-toggle,
.contact-page .menu-toggle,
.tour-page .menu-toggle,
.invoice-page .menu-toggle,
.legal-page .menu-toggle {
  color: #0f172a !important;
}

.destination-page .destination-top,
.tour-page .tour-detail-hero,
.gallery-page .gallery-hero,
.contact-page .contact-hero,
.invoice-page main .section-light,
.legal-page .legal-main {
  background: #ffffff !important;
  color: #0f172a !important;
}

.destination-page .destination-search,
.tour-page .destination-search,
.destination-page .filter-card,
.tour-page .filter-card,
.legal-page .legal-card,
.gallery-page .gallery-filter-bar,
.gallery-page .gallery-page-item,
.gallery-page .gallery-bottom-cta,
.contact-page .contact-panel,
.contact-page .contact-info-grid article,
.contact-page .contact-map-card,
.tour-page .booking-card,
.tour-page .checkout-summary,
.tour-page .tour-proof-panel,
.tour-page .tour-faq-panel,
.invoice-page .invoice-panel,
.invoice-page .invoice-card {
  background: #ffffff !important;
  border-color: rgba(148,163,184,.22) !important;
  box-shadow: 0 18px 40px rgba(15,23,42,.08) !important;
  color: #0f172a !important;
}

.destination-page p,
.gallery-page p,
.contact-page p,
.tour-page p,
.invoice-page p,
.legal-page p,
.destination-page small,
.gallery-page small,
.contact-page small,
.tour-page small,
.invoice-page small,
.legal-page small {
  color: #475569 !important;
}

/* Readability rebalance for public hero/media sections */
.destination-page .destination-top,
.gallery-page .gallery-hero,
.contact-page .contact-hero {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%) !important;
  color: #0f172a !important;
}

.destination-page .destination-top h1,
.gallery-page .gallery-hero h1,
.contact-page .contact-hero h1,
.destination-page .destination-top h2,
.gallery-page .gallery-bottom-cta h2,
.contact-page .contact-panel h2,
.contact-page .contact-info-grid h2 {
  color: #0f172a !important;
}

.tour-page .tour-detail-hero {
  background: #081224 !important;
  color: #ffffff !important;
}

.tour-page .tour-detail-overlay {
  background:
    linear-gradient(90deg, rgba(8,18,36,.72) 0%, rgba(8,18,36,.36) 52%, rgba(8,18,36,.7) 100%),
    linear-gradient(180deg, rgba(8,18,36,.18) 0%, rgba(8,18,36,.78) 100%) !important;
}

.tour-page .tour-detail-content h1,
.tour-page .tour-detail-content h1 span,
.tour-page .tour-detail-subtitle,
.tour-page .tour-detail-hero-meta span,
.tour-page .tour-detail-content .eyebrow {
  color: #ffffff !important;
}

.tour-page .tour-detail-subtitle,
.tour-page .tour-detail-hero-meta span {
  color: rgba(255,255,255,.82) !important;
}

/* Final cross-page background override */
body.destination-page,
body.gallery-page,
body.contact-page,
body.tour-page,
body.invoice-page,
body.legal-page {
  background:
    radial-gradient(circle at top left, rgba(59,130,246,.08), transparent 28%),
    linear-gradient(180deg, #f3f6fb 0%, #f8fafc 100%) !important;
  color: #0f172a !important;
}

body.destination-page::before,
body.gallery-page::before,
body.contact-page::before,
body.tour-page::before,
body.invoice-page::before,
body.legal-page::before {
  display: none !important;
}

.destination-page .destination-top,
.gallery-page .gallery-hero,
.contact-page .contact-hero,
.invoice-page main .section-light,
.legal-page .legal-main {
  background: linear-gradient(180deg, #eef3f9 0%, #ffffff 100%) !important;
  color: #0f172a !important;
}

.destination-page .destination-search,
.destination-page .filter-card,
.destination-page .compact-destination-card,
.destination-page .visited-destinations-card,
.gallery-page .gallery-filter-bar,
.gallery-page .gallery-page-item,
.gallery-page .gallery-bottom-cta,
.contact-page .contact-panel,
.contact-page .contact-info-grid article,
.contact-page .contact-map,
.contact-page .contact-map-card,
.tour-page .booking-card,
.tour-page .checkout-summary,
.tour-page .tour-proof-panel,
.tour-page .tour-faq-panel,
.invoice-page .invoice-panel,
.invoice-page .invoice-card,
.legal-page .legal-card {
  background: #ffffff !important;
  border-color: rgba(148,163,184,.20) !important;
  box-shadow: 0 18px 42px rgba(15,23,42,.08) !important;
  color: #0f172a !important;
}

.destination-page h1,
.destination-page h2,
.destination-page h3,
.destination-page h4,
.gallery-page h1,
.gallery-page h2,
.gallery-page h3,
.gallery-page h4,
.contact-page h1,
.contact-page h2,
.contact-page h3,
.contact-page h4,
.tour-page h2,
.tour-page h3,
.tour-page h4,
.invoice-page h1,
.invoice-page h2,
.invoice-page h3,
.invoice-page h4,
.legal-page h1,
.legal-page h2,
.legal-page h3,
.legal-page h4 {
  color: #0f172a !important;
}

.destination-page p,
.destination-page small,
.destination-page li,
.gallery-page p,
.gallery-page small,
.gallery-page li,
.contact-page p,
.contact-page small,
.contact-page li,
.tour-page p,
.tour-page small,
.tour-page li,
.invoice-page p,
.invoice-page small,
.invoice-page li,
.legal-page p,
.legal-page small,
.legal-page li {
  color: #475569 !important;
}

/* White luxury theme: public pages using cinematic-system */
:root {
  --lux-bg: #FFFFFF;
  --lux-bg-alt: #F8FAFC;
  --lux-text: #111827;
  --lux-text-secondary: #6B7280;
  --lux-accent: #3B82F6;
  --lux-accent-hover: #2563EB;
  --lux-card-bg: rgba(255,255,255,0.9);
  --lux-card-border: rgba(0,0,0,0.06);
  --lux-card-shadow: none;
  --lux-hero-overlay: linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,.55));
}

body.destination-page,
body.gallery-page,
body.contact-page,
body.tour-page,
body.invoice-page,
body.legal-page,
body.destination-page main,
body.gallery-page main,
body.contact-page main,
body.tour-page main,
body.invoice-page main,
body.legal-page main {
  background: var(--lux-bg) !important;
  color: var(--lux-text) !important;
}

body.destination-page::before,
body.gallery-page::before,
body.contact-page::before,
body.tour-page::before,
body.invoice-page::before,
body.legal-page::before,
.destination-page .cinematic-shell::before,
.gallery-page .cinematic-shell::before,
.contact-page .cinematic-shell::before,
.tour-page .cinematic-shell::before {
  display: none !important;
  background: none !important;
}

.destination-page .destination-top,
.gallery-page .gallery-hero,
.contact-page .contact-hero,
.invoice-page main .section-light,
.legal-page .legal-main {
  background: var(--lux-bg-alt) !important;
  color: var(--lux-text) !important;
}

.tour-page .tour-detail-hero {
  background: #000000 !important;
  color: #FFFFFF !important;
}

.tour-page .tour-detail-overlay,
.destination-page .destination-top::before,
.gallery-page .gallery-hero::before,
.contact-page .contact-hero::before {
  background: var(--lux-hero-overlay) !important;
}

.tour-page .tour-detail-content h1,
.tour-page .tour-detail-content h1 span,
.tour-page .tour-detail-subtitle,
.tour-page .tour-detail-hero-meta span,
.tour-page .tour-detail-content .eyebrow {
  color: #FFFFFF !important;
}

.destination-page .destination-search,
.destination-page .filter-card,
.destination-page .compact-destination-card,
.destination-page .visited-destinations-card,
.gallery-page .gallery-filter-bar,
.gallery-page .gallery-page-item,
.gallery-page .gallery-bottom-cta,
.contact-page .contact-panel,
.contact-page .contact-info-grid article,
.contact-page .contact-map,
.contact-page .contact-map-card,
.tour-page .booking-card,
.tour-page .checkout-summary,
.tour-page .selected-destination-card,
.tour-page .destination-detail-panel,
.tour-page .package-select-panel,
.tour-page .included-card,
.tour-page .itinerary-card,
.tour-page .tour-proof-panel,
.tour-page .tour-faq-panel,
.invoice-page .invoice-panel,
.invoice-page .invoice-card,
.legal-page .legal-card {
  background: var(--lux-card-bg) !important;
  border: 1px solid var(--lux-card-border) !important;
  box-shadow: var(--lux-card-shadow) !important;
  color: var(--lux-text) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.destination-page h1,
.destination-page h2,
.destination-page h3,
.destination-page h4,
.gallery-page h1,
.gallery-page h2,
.gallery-page h3,
.gallery-page h4,
.contact-page h1,
.contact-page h2,
.contact-page h3,
.contact-page h4,
.tour-page h2,
.tour-page h3,
.tour-page h4,
.invoice-page h1,
.invoice-page h2,
.invoice-page h3,
.invoice-page h4,
.legal-page h1,
.legal-page h2,
.legal-page h3,
.legal-page h4,
.destination-page strong,
.gallery-page strong,
.contact-page strong,
.tour-page strong,
.invoice-page strong,
.legal-page strong,
.destination-page .brand,
.gallery-page .brand,
.contact-page .brand,
.tour-page .brand,
.invoice-page .brand,
.legal-page .brand {
  color: var(--lux-text) !important;
}

.destination-page p,
.destination-page small,
.destination-page li,
.gallery-page p,
.gallery-page small,
.gallery-page li,
.contact-page p,
.contact-page small,
.contact-page li,
.tour-page p,
.tour-page small,
.tour-page li,
.invoice-page p,
.invoice-page small,
.invoice-page li,
.legal-page p,
.legal-page small,
.legal-page li,
.destination-page span,
.gallery-page span,
.contact-page span,
.tour-page span,
.invoice-page span,
.legal-page span,
.destination-page label,
.gallery-page label,
.contact-page label,
.tour-page label,
.invoice-page label,
.legal-page label {
  color: var(--lux-text-secondary) !important;
}

.destination-page .site-header,
.gallery-page .site-header,
.contact-page .site-header,
.tour-page .site-header,
.invoice-page .site-header,
.legal-page .site-header,
.cinematic-shell .site-header {
  background: rgba(255,255,255,.8) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(0,0,0,.06) !important;
  box-shadow: none !important;
}

.destination-page .nav-shell,
.gallery-page .nav-shell,
.contact-page .nav-shell,
.tour-page .nav-shell,
.invoice-page .nav-shell,
.legal-page .nav-shell,
.destination-page .mobile-menu-panel,
.gallery-page .mobile-menu-panel,
.contact-page .mobile-menu-panel,
.tour-page .mobile-menu-panel,
.invoice-page .mobile-menu-panel,
.legal-page .mobile-menu-panel {
  background: rgba(255,255,255,.8) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(0,0,0,.06) !important;
}

.destination-page .nav-links a,
.gallery-page .nav-links a,
.contact-page .nav-links a,
.tour-page .nav-links a,
.invoice-page .nav-links a,
.legal-page .nav-links a,
.destination-page .menu-toggle,
.gallery-page .menu-toggle,
.contact-page .menu-toggle,
.tour-page .menu-toggle,
.invoice-page .menu-toggle,
.legal-page .menu-toggle,
.destination-page a,
.gallery-page a,
.contact-page a,
.tour-page a,
.invoice-page a,
.legal-page a {
  color: var(--lux-text) !important;
}

/* Final override lock: loaded last, so readability must win */
body.destination-page,
body.destination-page main,
body.destination-page .destination-main,
body.destination-page .destination-shell,
body.destination-page .destination-section,
body.gallery-page,
body.gallery-page main,
body.contact-page,
body.contact-page main,
body.tour-page,
body.tour-page main {
  background: #FFFFFF !important;
  color: #111827 !important;
}

body.destination-page .site-header.glass-site-header,
body.gallery-page .site-header.glass-site-header,
body.contact-page .site-header.glass-site-header,
body.tour-page .site-header.glass-site-header,
body.destination-page .site-header.glass-site-header.solid,
body.gallery-page .site-header.glass-site-header.solid,
body.contact-page .site-header.glass-site-header.solid,
body.tour-page .site-header.glass-site-header.solid {
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.destination-page .site-header.glass-site-header .header-inner,
body.gallery-page .site-header.glass-site-header .header-inner,
body.contact-page .site-header.glass-site-header .header-inner,
body.tour-page .site-header.glass-site-header .header-inner {
  background: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(0,0,0,.06) !important;
  box-shadow: 0 10px 30px rgba(15,23,42,.08) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

body.destination-page .brand-logo,
body.destination-page .nav-links > a,
body.destination-page .nav-dropdown-trigger,
body.destination-page .menu-toggle,
body.gallery-page .brand-logo,
body.gallery-page .nav-links > a,
body.gallery-page .nav-dropdown-trigger,
body.gallery-page .menu-toggle,
body.contact-page .brand-logo,
body.contact-page .nav-links > a,
body.contact-page .nav-dropdown-trigger,
body.contact-page .menu-toggle,
body.tour-page .brand-logo,
body.tour-page .nav-links > a,
body.tour-page .nav-dropdown-trigger,
body.tour-page .menu-toggle {
  color: #111827 !important;
}

body.destination-page .brand-logo,
body.gallery-page .brand-logo,
body.contact-page .brand-logo,
body.tour-page .brand-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 8px 12px !important;
  border-radius: 14px !important;
  background: rgba(15,23,42,.88) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
}

body.destination-page .brand-logo img,
body.gallery-page .brand-logo img,
body.contact-page .brand-logo img,
body.tour-page .brand-logo img {
  height: 30px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.28)) !important;
  opacity: 1 !important;
}

body.destination-page .nav-links > a.is-active,
body.destination-page .nav-dropdown-trigger.is-active,
body.gallery-page .nav-links > a.is-active,
body.gallery-page .nav-dropdown-trigger.is-active,
body.contact-page .nav-links > a.is-active,
body.contact-page .nav-dropdown-trigger.is-active,
body.tour-page .nav-links > a.is-active,
body.tour-page .nav-dropdown-trigger.is-active {
  background: rgba(59,130,246,.10) !important;
  border-color: rgba(59,130,246,.18) !important;
  color: #2563EB !important;
}

body.destination-page .nav-links > a.nav-cta,
body.gallery-page .nav-links > a.nav-cta,
body.contact-page .nav-links > a.nav-cta,
body.tour-page .nav-links > a.nav-cta {
  background: #3B82F6 !important;
  border-color: #3B82F6 !important;
  color: #FFFFFF !important;
}

body.destination-page .destination-hero-copy.destination-panel {
  background-color: transparent !important;
  position: relative !important;
  overflow: hidden !important;
}

body.destination-page .destination-hero-copy.destination-panel::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.58) 62%, rgba(0,0,0,.78) 100%) !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

body.destination-page .destination-hero-copy .destination-hero-content,
body.contact-page .contact-hero-grid,
body.gallery-page .gallery-hero-inner,
body.tour-page .tour-detail-content {
  position: relative !important;
  z-index: 1 !important;
}

body.destination-page .destination-heading,
body.destination-page .destination-heading span,
body.destination-page .destination-lead,
body.destination-page .destination-hero-copy .destination-kicker {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  opacity: 1 !important;
}

body.gallery-page .gallery-hero,
body.contact-page .contact-hero,
body.tour-page .tour-detail-hero {
  background: #FFFFFF !important;
}

body.gallery-page .gallery-hero::before,
body.contact-page .contact-hero::before,
body.contact-page .contact-hero::after,
body.tour-page .tour-detail-hero::before,
body.tour-page .tour-detail-overlay {
  display: none !important;
  content: none !important;
}

body.contact-page .contact-hero-video,
body.tour-page .tour-detail-video {
  opacity: 1 !important;
  filter: none !important;
  border-radius: 32px !important;
  overflow: hidden !important;
}

body.contact-page .contact-hero-video::after,
body.tour-page .tour-detail-video::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to bottom, rgba(255,255,255,.22), rgba(255,255,255,.40)) !important;
  pointer-events: none !important;
}

body.gallery-page .gallery-hero h1,
body.gallery-page .gallery-bottom-cta h2,
body.contact-page .contact-hero h1,
body.contact-page .contact-panel h2,
body.contact-page .contact-info-grid h2,
body.tour-page .tour-detail-content h1,
body.tour-page h2,
body.tour-page h3,
body.tour-page h4 {
  color: #111827 !important;
  -webkit-text-fill-color: #111827 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body.gallery-page .gallery-hero h1 span,
body.tour-page .tour-detail-content h1 span {
  color: #3B82F6 !important;
  -webkit-text-fill-color: #3B82F6 !important;
}

body.gallery-page p,
body.gallery-page small,
body.gallery-page li,
body.contact-page p,
body.contact-page small,
body.contact-page li,
body.contact-page .contact-row span,
body.tour-page p,
body.tour-page small,
body.tour-page li,
body.tour-page .tour-detail-subtitle,
body.tour-page .tour-detail-tagline,
body.tour-page .tour-detail-hero-meta span {
  color: #6B7280 !important;
  -webkit-text-fill-color: #6B7280 !important;
  opacity: 1 !important;
}

body.gallery-page .gallery-filter-bar,
body.gallery-page .gallery-page-item,
body.gallery-page .gallery-bottom-cta,
body.contact-page .contact-panel,
body.contact-page .contact-info-grid article,
body.contact-page .contact-map,
body.tour-page .booking-card,
body.tour-page .checkout-summary,
body.tour-page .selected-destination-card,
body.tour-page .destination-detail-panel,
body.tour-page .destination-detail-panel > div,
body.tour-page .package-select-panel,
body.tour-page .included-card,
body.tour-page .itinerary-card,
body.tour-page .tour-proof-panel,
body.tour-page .tour-faq-panel,
body.tour-page .tour-detail-summary-card,
body.tour-page .tour-detail-list li,
body.destination-page .destination-panel,
body.destination-page .destination-featured-card,
body.destination-page .destination-tour-card,
body.destination-page .destination-testimonial-card,
body.destination-page .destination-testimonial-intro,
body.destination-page footer.destination-panel {
  background: rgba(255,255,255,.96) !important;
  border: 1px solid rgba(0,0,0,.06) !important;
  color: #111827 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.gallery-page .gallery-item-copy strong,
body.gallery-page .gallery-number,
body.gallery-page .gallery-media-badge,
body.contact-page .contact-row strong,
body.contact-page strong,
body.tour-page strong,
body.destination-page strong,
body.destination-page .destination-featured-copy h3,
body.destination-page .destination-tour-copy h3,
body.destination-page .destination-price strong {
  color: #111827 !important;
  -webkit-text-fill-color: #111827 !important;
}

body.destination-page .destination-featured-copy p,
body.destination-page .destination-tour-copy p,
body.destination-page .destination-featured-meta span,
body.destination-page .destination-tour-meta span,
body.destination-page .destination-price span,
body.destination-page .destination-testimonial-card blockquote,
body.destination-page .destination-testimonial-card span,
body.destination-page .destination-testimonial-intro p,
body.destination-page .destination-site-footer p,
body.destination-page .destination-site-footer a,
body.destination-page .destination-site-footer li {
  color: #6B7280 !important;
  -webkit-text-fill-color: #6B7280 !important;
}

body.gallery-page .btn.btn-primary,
body.contact-page .btn.btn-primary,
body.tour-page .btn.btn-primary,
body.destination-page .btn.btn-primary,
body.destination-page .destination-primary-link,
body.gallery-page .gallery-filter.active {
  background: #3B82F6 !important;
  border-color: #3B82F6 !important;
  color: #FFFFFF !important;
}

body.gallery-page .btn.btn-secondary,
body.contact-page .btn.btn-secondary,
body.tour-page .btn.btn-secondary,
body.destination-page .btn.btn-secondary,
body.destination-page .destination-secondary-link,
body.gallery-page .gallery-filter {
  background: #FFFFFF !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  color: #111827 !important;
}

body.gallery-page .site-footer,
body.contact-page .site-footer,
body.tour-page .site-footer,
body.destination-page .site-footer {
  background: #F8FAFC !important;
  border-top: 1px solid rgba(0,0,0,.06) !important;
}

.destination-page .link-primary,
.gallery-page .link-primary,
.contact-page .link-primary,
.tour-page .link-primary,
.invoice-page .link-primary,
.legal-page .link-primary,
.destination-page .text-link,
.gallery-page .text-link,
.contact-page .text-link,
.tour-page .text-link,
.invoice-page .text-link,
.legal-page .text-link {
  color: var(--lux-accent) !important;
}

.destination-page .btn.btn-primary,
.gallery-page .btn.btn-primary,
.contact-page .btn.btn-primary,
.tour-page .btn.btn-primary,
.invoice-page .btn.btn-primary,
.legal-page .btn.btn-primary,
.gallery-page .gallery-button,
.gallery-page .gallery-filter.active {
  background: var(--lux-accent) !important;
  border-color: var(--lux-accent) !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

.destination-page .btn.btn-primary:hover,
.gallery-page .btn.btn-primary:hover,
.contact-page .btn.btn-primary:hover,
.tour-page .btn.btn-primary:hover,
.invoice-page .btn.btn-primary:hover,
.legal-page .btn.btn-primary:hover,
.gallery-page .gallery-button:hover,
.gallery-page .gallery-filter.active:hover {
  background: var(--lux-accent-hover) !important;
  border-color: var(--lux-accent-hover) !important;
}

.destination-page .btn.btn-secondary,
.gallery-page .btn.btn-secondary,
.contact-page .btn.btn-secondary,
.tour-page .btn.btn-secondary,
.invoice-page .btn.btn-secondary,
.legal-page .btn.btn-secondary,
.gallery-page .gallery-filter {
  background: rgba(255,255,255,.9) !important;
  border: 1px solid rgba(0,0,0,.06) !important;
  color: var(--lux-text) !important;
  box-shadow: none !important;
}

.destination-page .eyebrow,
.gallery-page .eyebrow,
.contact-page .eyebrow,
.tour-page .eyebrow,
.invoice-page .eyebrow,
.legal-page .eyebrow {
  color: var(--lux-accent) !important;
  background: rgba(59,130,246,.08) !important;
  border: 1px solid rgba(59,130,246,.16) !important;
}

.destination-page .site-header,
.gallery-page .site-header,
.contact-page .site-header,
.tour-page .site-header,
.invoice-page .site-header,
.legal-page .site-header,
.destination-page .btn,
.gallery-page .btn,
.contact-page .btn,
.tour-page .btn,
.invoice-page .btn,
.legal-page .btn,
.destination-page .destination-search,
.destination-page .filter-card,
.destination-page .compact-destination-card,
.destination-page .visited-destinations-card,
.gallery-page .gallery-filter-bar,
.gallery-page .gallery-page-item,
.gallery-page .gallery-bottom-cta,
.contact-page .contact-panel,
.contact-page .contact-info-grid article,
.contact-page .contact-map,
.contact-page .contact-map-card,
.tour-page .booking-card,
.tour-page .checkout-summary,
.tour-page .selected-destination-card,
.tour-page .destination-detail-panel,
.tour-page .package-select-panel,
.tour-page .included-card,
.tour-page .itinerary-card,
.tour-page .tour-proof-panel,
.tour-page .tour-faq-panel,
.invoice-page .invoice-panel,
.invoice-page .invoice-card,
.legal-page .legal-card,
.gallery-page .gallery-button,
.gallery-page .gallery-filter {
  box-shadow: none !important;
}

/* Final site consistency lock */
:root {
  --site-bg: #FFFFFF;
  --site-alt: #F8FAFC;
  --site-text: #111827;
  --site-muted: #6B7280;
  --site-soft: #4B5563;
  --site-accent: #3B82F6;
  --site-accent-hover: #2563EB;
  --site-border: rgba(0,0,0,.08);
}

body.home,
body.destination-page,
body.gallery-page,
body.contact-page,
body.tour-page,
body.home main,
body.destination-page main,
body.gallery-page main,
body.contact-page main,
body.tour-page main {
  background: var(--site-bg) !important;
  color: var(--site-text) !important;
}

body.destination-page h1,
body.destination-page h2,
body.destination-page h3,
body.destination-page h4,
body.gallery-page h1,
body.gallery-page h2,
body.gallery-page h3,
body.gallery-page h4,
body.tour-page h1,
body.tour-page h2,
body.tour-page h3,
body.tour-page h4,
body.contact-page h1,
body.contact-page h2,
body.contact-page h3,
body.contact-page h4 {
  color: var(--site-text) !important;
  -webkit-text-fill-color: var(--site-text) !important;
  opacity: 1 !important;
}

body.destination-page p,
body.destination-page small,
body.destination-page li,
body.gallery-page p,
body.gallery-page small,
body.gallery-page li,
body.tour-page p,
body.tour-page small,
body.tour-page li,
body.contact-page p,
body.contact-page small,
body.contact-page li {
  color: var(--site-muted) !important;
  -webkit-text-fill-color: var(--site-muted) !important;
  opacity: 1 !important;
}

body.destination-page .site-header,
body.gallery-page .site-header,
body.contact-page .site-header,
body.tour-page .site-header,
body.home .site-header {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.destination-page .site-header .header-inner,
body.gallery-page .site-header .header-inner,
body.contact-page .site-header .header-inner,
body.tour-page .site-header .header-inner,
body.home .site-header .header-inner {
  background: rgba(8,12,20,.76) !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,.22) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

body.destination-page .brand-logo,
body.gallery-page .brand-logo,
body.contact-page .brand-logo,
body.tour-page .brand-logo,
body.home .brand-logo {
  background: rgba(255,255,255,.08) !important;
  border-radius: 14px !important;
}

body.destination-page .brand-logo img,
body.gallery-page .brand-logo img,
body.contact-page .brand-logo img,
body.tour-page .brand-logo img,
body.home .brand-logo img {
  height: 34px !important;
  width: auto !important;
  object-fit: contain !important;
  opacity: 1 !important;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.38)) !important;
}

body.destination-page .nav-links > a,
body.destination-page .nav-dropdown-trigger,
body.destination-page .menu-toggle,
body.gallery-page .nav-links > a,
body.gallery-page .nav-dropdown-trigger,
body.gallery-page .menu-toggle,
body.contact-page .nav-links > a,
body.contact-page .nav-dropdown-trigger,
body.contact-page .menu-toggle,
body.tour-page .nav-links > a,
body.tour-page .nav-dropdown-trigger,
body.tour-page .menu-toggle,
body.home .nav-links > a,
body.home .nav-dropdown-trigger,
body.home .menu-toggle {
  color: #F8FAFC !important;
  -webkit-text-fill-color: #F8FAFC !important;
}

body.destination-page .nav-links > a.is-active,
body.destination-page .nav-dropdown-trigger.is-active,
body.gallery-page .nav-links > a.is-active,
body.gallery-page .nav-dropdown-trigger.is-active,
body.contact-page .nav-links > a.is-active,
body.contact-page .nav-dropdown-trigger.is-active,
body.tour-page .nav-links > a.is-active,
body.tour-page .nav-dropdown-trigger.is-active,
body.home .nav-links > a.is-active,
body.home .nav-dropdown-trigger.is-active {
  background: rgba(59,130,246,.22) !important;
  border-color: rgba(96,165,250,.35) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

body.destination-page .nav-links > a.nav-cta,
body.gallery-page .nav-links > a.nav-cta,
body.contact-page .nav-links > a.nav-cta,
body.tour-page .nav-links > a.nav-cta,
body.home .nav-links > a.nav-cta,
body.destination-page .btn.btn-primary,
body.gallery-page .btn.btn-primary,
body.contact-page .btn.btn-primary,
body.tour-page .btn.btn-primary,
body.home .btn.btn-primary {
  background: var(--site-accent) !important;
  border-color: var(--site-accent) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

body.destination-page .btn.btn-primary:hover,
body.gallery-page .btn.btn-primary:hover,
body.contact-page .btn.btn-primary:hover,
body.tour-page .btn.btn-primary:hover,
body.home .btn.btn-primary:hover {
  background: var(--site-accent-hover) !important;
  border-color: var(--site-accent-hover) !important;
}

body.destination-page .btn.btn-secondary,
body.gallery-page .btn.btn-secondary,
body.contact-page .btn.btn-secondary,
body.tour-page .btn.btn-secondary,
body.home .btn.btn-secondary {
  background: rgba(255,255,255,.94) !important;
  border: 1px solid var(--site-border) !important;
  color: var(--site-text) !important;
  -webkit-text-fill-color: var(--site-text) !important;
}

body.destination-page .eyebrow,
body.gallery-page .eyebrow,
body.contact-page .eyebrow,
body.tour-page .eyebrow,
body.home .eyebrow {
  background: rgba(59,130,246,.08) !important;
  border: 1px solid rgba(59,130,246,.18) !important;
  color: var(--site-accent) !important;
  -webkit-text-fill-color: var(--site-accent) !important;
  opacity: 1 !important;
}

body.destination-page .destination-hero,
body.destination-page .destination-showcase,
body.destination-page .destination-filter-section,
body.destination-page .destination-testimonials,
body.tour-page .tour-hero,
body.tour-page .tour-detail-hero,
body.gallery-page .gallery-hero,
body.gallery-page .gallery-main {
  background: var(--site-bg) !important;
}

body.destination-page .destination-panel,
body.destination-page .destination-featured-card,
body.destination-page .destination-tour-card,
body.destination-page .destination-testimonial-card,
body.gallery-page .gallery-filter-bar,
body.gallery-page .gallery-page-item,
body.gallery-page .gallery-bottom-cta,
body.tour-page .booking-card,
body.tour-page .checkout-summary,
body.tour-page .selected-destination-card,
body.tour-page .destination-detail-panel,
body.tour-page .package-select-panel,
body.tour-page .included-card,
body.tour-page .itinerary-card,
body.tour-page .tour-proof-panel,
body.tour-page .tour-faq-panel,
body.contact-page .contact-info-card {
  background: rgba(255,255,255,.96) !important;
  border: 1px solid var(--site-border) !important;
  color: var(--site-text) !important;
  box-shadow: none !important;
}

body.destination-page .destination-hero-card h1,
body.destination-page .destination-hero-card h1 span,
body.destination-page .destination-hero-card .eyebrow,
body.destination-page .destination-search-card h2,
body.destination-page .destination-search-card strong {
  color: var(--site-text) !important;
  -webkit-text-fill-color: var(--site-text) !important;
}

body.destination-page .destination-hero-card p,
body.destination-page .destination-search-card p,
body.destination-page .destination-search-card span {
  color: var(--site-soft) !important;
  -webkit-text-fill-color: var(--site-soft) !important;
}

body.contact-page .contact-hero {
  background: #0B1220 !important;
}

body.contact-page .contact-hero::before {
  background: linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,.55)) !important;
}

body.contact-page .contact-copy h1,
body.contact-page .contact-copy h1 span,
body.contact-page .contact-copy .contact-badge {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  opacity: 1 !important;
}

body.contact-page .contact-copy p {
  color: rgba(255,255,255,.9) !important;
  -webkit-text-fill-color: rgba(255,255,255,.9) !important;
  opacity: 1 !important;
}

body.contact-page .contact-info-card h2,
body.contact-page .contact-info-card h3,
body.contact-page .contact-info-card strong {
  color: var(--site-text) !important;
  -webkit-text-fill-color: var(--site-text) !important;
}

body.contact-page .contact-info-card p,
body.contact-page .contact-info-card span {
  color: var(--site-muted) !important;
  -webkit-text-fill-color: var(--site-muted) !important;
}

body.home section#reviews {
  background: #F3F6F9 !important;
  padding: 72px 0 78px !important;
  color: var(--site-text) !important;
}

body.home section#reviews .container {
  max-width: 1240px !important;
}

body.home section#reviews .testimonial-layout.review-compact-layout {
  display: grid !important;
  gap: 32px !important;
}

body.home section#reviews .reviews-stat-grid,
body.home section#reviews .reviews-feature-grid,
body.home section#reviews .review-trust-points,
body.home section#reviews .review-write-row {
  display: none !important;
}

body.home section#reviews .review-summary {
  max-width: 860px !important;
  margin: 0 auto !important;
  text-align: center !important;
  color: var(--site-text) !important;
}

body.home section#reviews .review-summary .eyebrow {
  display: inline-flex !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  color: #0B74E5 !important;
  -webkit-text-fill-color: #0B74E5 !important;
  font-size: .82rem !important;
  font-weight: 900 !important;
  letter-spacing: .16em !important;
}

body.home section#reviews .review-summary h2 {
  margin: 14px auto 0 !important;
  max-width: 900px !important;
  color: var(--site-text) !important;
  -webkit-text-fill-color: var(--site-text) !important;
  font-size: clamp(2.3rem, 4.8vw, 3.7rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -.06em !important;
}

body.home section#reviews .review-summary h2 span {
  color: #0B74E5 !important;
  -webkit-text-fill-color: #0B74E5 !important;
  font-style: italic !important;
}

body.home section#reviews .review-summary > p {
  display: none !important;
}

body.home section#reviews .review-rating-band {
  display: grid !important;
  grid-template-columns: 120px minmax(0,1fr) !important;
  align-items: center !important;
  gap: 28px !important;
  margin-top: 12px !important;
}

body.home section#reviews .review-rating-score strong {
  color: var(--site-text) !important;
  -webkit-text-fill-color: var(--site-text) !important;
  font-size: 4.2rem !important;
  line-height: .9 !important;
  letter-spacing: -.06em !important;
}

body.home section#reviews .review-rating-score .stars,
body.home section#reviews .testimonial-card .stars {
  color: #F59E0B !important;
  letter-spacing: .08em !important;
}

body.home section#reviews .review-rating-score span {
  color: #64748B !important;
  -webkit-text-fill-color: #64748B !important;
  font-weight: 600 !important;
}

body.home section#reviews .review-platform-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
}

body.home section#reviews .review-platform-pill {
  min-height: 48px !important;
  padding: 0 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #FFFFFF !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

body.home section#reviews .review-platform-pill small,
body.home section#reviews .review-platform-pill span {
  color: var(--site-text) !important;
  -webkit-text-fill-color: var(--site-text) !important;
  font-weight: 800 !important;
}

body.home section#reviews .testimonial-rail.compact-rail {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr)) !important;
  gap: 18px !important;
  overflow: visible !important;
  padding: 0 !important;
}

body.home section#reviews .testimonial-card {
  min-height: 254px !important;
  padding: 28px 24px !important;
  border-radius: 14px !important;
  background: #FFFFFF !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  box-shadow: none !important;
  color: var(--site-text) !important;
}

body.home section#reviews .testimonial-card blockquote {
  margin-top: 18px !important;
  color: #172033 !important;
  -webkit-text-fill-color: #172033 !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

body.home section#reviews .testimonial-card .review-user {
  margin-top: 28px !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(0,0,0,.08) !important;
}

body.home section#reviews .testimonial-card .review-avatar {
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  background: #E0F2FE !important;
  color: #0B74E5 !important;
  -webkit-text-fill-color: #0B74E5 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 900 !important;
}

body.home section#reviews .testimonial-card h4 {
  color: var(--site-text) !important;
  -webkit-text-fill-color: var(--site-text) !important;
}

body.home section#reviews .testimonial-card .review-user span,
body.home section#reviews .testimonial-card .review-user small {
  color: #475569 !important;
  -webkit-text-fill-color: #475569 !important;
}

body.home section#reviews .review-crew-row {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-top: -4px !important;
  color: #475569 !important;
}

body.home section#reviews .review-crew-avatars span {
  background: #E0F2FE !important;
  color: #0B74E5 !important;
  -webkit-text-fill-color: #0B74E5 !important;
  border-color: #F3F6F9 !important;
}

@media (max-width: 767px) {
  body.destination-page .site-header .header-inner,
  body.gallery-page .site-header .header-inner,
  body.contact-page .site-header .header-inner,
  body.tour-page .site-header .header-inner,
  body.home .site-header .header-inner {
    height: 58px !important;
    padding: 0 16px !important;
    border-radius: 18px !important;
  }

  body.home section#reviews {
    padding: 56px 0 64px !important;
  }

  body.home section#reviews .review-summary h2 {
    font-size: clamp(2.2rem, 11vw, 3rem) !important;
    line-height: .98 !important;
  }

  body.home section#reviews .review-rating-band {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body.home section#reviews .review-rating-score strong {
    font-size: 3.2rem !important;
  }

  body.home section#reviews .testimonial-rail.compact-rail {
    display: flex !important;
    overflow-x: auto !important;
    gap: 14px !important;
    padding: 2px 18px 12px !important;
    margin: 0 -18px !important;
    scroll-snap-type: x proximity !important;
  }

  body.home section#reviews .testimonial-rail.compact-rail .testimonial-card {
    flex: 0 0 min(82vw, 320px) !important;
    scroll-snap-align: start !important;
  }

  body.contact-page .contact-copy h1 {
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
  }
}
