/* Global Holiday Travel — Clean responsive UI V5 */
:root {
  --gh-red: #e31837;
  --gh-red-dark: #be123c;
  --gh-navy: #0f172a;
  --gh-blue: #0ea5e9;
  --gh-gold: #f59e0b;
  --gh-muted: #64748b;
  --gh-line: #e6ebf2;
  --gh-soft: #f6f8fb;
  --gh-white: #ffffff;
  --gh-radius-sm: 14px;
  --gh-radius: 20px;
  --gh-radius-lg: 28px;
  --gh-shadow: 0 10px 30px rgba(15, 23, 42, .07);
}

html { background: var(--gh-soft); }
body.gh-v5-body {
  min-width: 280px;
  color: var(--gh-navy);
  background: var(--gh-soft);
  font-family: Battambang, sans-serif;
  overflow-x: hidden;
}
html[data-language="en"] body.gh-v5-body {
  font-family: Inter, Battambang, Arial, sans-serif;
}

body.gh-v5-body img { max-width: 100%; }
body.gh-v5-body :focus-visible {
  outline: 3px solid rgba(227, 24, 55, .28);
  outline-offset: 3px;
}

.gh-v5-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid rgba(226, 232, 240, .92);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 2px 16px rgba(15, 23, 42, .04);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.gh-v5-header-row { height: 60px !important; }
.gh-v5-logo img { width: auto; height: 38px !important; max-width: 160px !important; object-fit: contain; }
.gh-v5-menu-button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--gh-line);
  border-radius: 14px;
  background: #fff;
  color: #334155;
  box-shadow: 0 4px 12px rgba(15, 23, 42, .06);
}
.gh-v5-mobile-menu { padding-bottom: calc(12px + env(safe-area-inset-bottom)); }

.gh-promo-popup {
  visibility: hidden;
  overflow: hidden;
  overscroll-behavior: contain;
  background: rgba(2, 6, 23, .72);
  opacity: 0;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  transition:
    opacity .36s cubic-bezier(.22, 1, .36, 1),
    -webkit-backdrop-filter .42s ease,
    backdrop-filter .42s ease,
    visibility 0s linear .42s;
  will-change: opacity, backdrop-filter;
}
.gh-promo-dialog {
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(.94);
  transform-origin: 50% 55%;
  transition:
    opacity .3s ease,
    transform .46s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}
.gh-promo-popup.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  transition-delay: 0s;
}
.gh-promo-popup.is-visible .gh-promo-dialog {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.gh-promo-media { position: relative; overflow: hidden; }
.gh-promo-image {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: scale(1.025);
  transition:
    opacity .32s ease,
    transform .7s cubic-bezier(.22, 1, .36, 1);
}
.gh-promo-popup.is-image-ready .gh-promo-image {
  opacity: 1;
  transform: scale(1);
}
.gh-promo-image-loader {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, transparent 35%, rgba(255,255,255,.62) 50%, transparent 65%),
    #eef2f7;
  background-size: 220% 100%, 100% 100%;
  animation: gh-promo-shimmer 1.15s linear infinite;
  opacity: 1;
  transition: opacity .24s ease;
}
.gh-promo-popup.is-image-ready .gh-promo-image-loader { opacity: 0; }
.gh-promo-close {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(2,6,23,.68);
  box-shadow: 0 8px 22px rgba(2,6,23,.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: transform .2s ease, background-color .2s ease;
}
.gh-promo-close:hover { background: rgba(2,6,23,.84); transform: rotate(4deg) scale(1.04); }
.gh-promo-close:active { transform: scale(.94); }
.gh-promo-action {
  box-shadow: 0 10px 22px rgba(14,165,233,.22);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.gh-promo-action:hover { transform: translateY(-2px); box-shadow: 0 14px 26px rgba(14,165,233,.28); }
.gh-promo-action:active { transform: scale(.985); }
@keyframes gh-promo-shimmer {
  to { background-position: -120% 0, 0 0; }
}

.gh-language-switcher {
  display: inline-grid !important;
  grid-template-columns: repeat(2, 42px) !important;
  align-items: center !important;
  gap: 2px !important;
  width: 92px !important;
  height: 40px !important;
  padding: 3px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  background: #f1f5f9 !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, .07) !important;
  overflow: hidden;
}
.gh-language-switcher button {
  display: grid !important;
  place-items: center !important;
  min-width: 0 !important;
  width: 42px !important;
  height: 32px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: #64748b !important;
  cursor: pointer !important;
  -webkit-appearance: none;
  appearance: none;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.gh-language-switcher button img {
  display: block;
  width: 26px;
  height: 18px;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .18);
}
.gh-language-switcher button:hover { background: rgba(255, 255, 255, .75) !important; }
.gh-language-switcher button:active { transform: scale(.96); }
.gh-language-switcher button:disabled,
.gh-language-switcher button[data-language-disabled="true"] {
  background: transparent !important;
  cursor: not-allowed !important;
  opacity: .46;
  filter: grayscale(.4);
  transform: none !important;
  box-shadow: none !important;
}
.gh-language-switcher button:disabled:hover,
.gh-language-switcher button[data-language-disabled="true"]:hover {
  background: transparent !important;
}
.gh-language-switcher button.is-active {
  background: #fff !important;
  box-shadow: inset 0 0 0 1.5px var(--gh-red), 0 3px 9px rgba(15, 23, 42, .1) !important;
}

@media (max-width: 767px) {
  .gh-promo-popup { padding: 14px !important; }
  .gh-promo-dialog {
    max-height: calc(100dvh - 28px);
    transform: translate3d(0, 18px, 0) scale(.955);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gh-promo-popup,
  .gh-promo-dialog,
  .gh-promo-image,
  .gh-promo-image-loader {
    animation: none !important;
    transition-duration: .01ms !important;
  }
}

.gh-v5-home,
.gh-v5-list-page,
.gh-v5-detail-page,
.gh-v5-standard-page { background: var(--gh-soft) !important; }

.gh-v5-home { padding-top: 60px; }
.gh-v5-list-page,
.gh-v5-standard-page { padding-top: 60px !important; }
.gh-v5-detail-page { padding-top: 78px !important; }

.gh-v5-home-hero-section { padding: 16px 0 10px !important; }
.gh-v5-home-hero {
  min-height: 0 !important;
  aspect-ratio: 16 / 10;
  border-radius: 22px !important;
  box-shadow: var(--gh-shadow) !important;
}
.gh-v5-home-hero-copy {
  min-height: 0 !important;
  height: 100%;
  max-width: min(78%, 720px);
  padding: clamp(18px, 5vw, 64px) !important;
}
.gh-v5-home-hero .gh-mobile-hero-eyebrow { font-size: clamp(11px, 2.8vw, 15px) !important; }
.gh-v5-home-hero .gh-mobile-hero-title {
  max-width: 720px;
  font-size: clamp(24px, 5.8vw, 56px) !important;
  line-height: 1.38 !important;
}
.gh-v5-home-hero .gh-mobile-hero-copy {
  max-width: 640px !important;
  font-size: clamp(12px, 2.8vw, 16px) !important;
  line-height: 1.75 !important;
}
.gh-v5-home-hero .gh-mobile-hero-button {
  min-height: 48px !important;
  padding: 12px 20px !important;
  border-radius: 14px !important;
  font-size: 14px !important;
}

.gh-v5-section { padding: 32px 0 !important; }
.gh-v5-section--white { background: #fff !important; }
.gh-v5-section--soft { background: var(--gh-soft) !important; }
.gh-v5-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px !important;
}
.gh-v5-section-head .gh-eyebrow {
  margin-bottom: 5px !important;
  font-size: 12px !important;
  letter-spacing: .15em;
}
.gh-v5-section-head .gh-section-title,
.gh-v5-section .gh-section-title {
  font-size: clamp(23px, 5vw, 36px) !important;
  line-height: 1.45 !important;
}
.gh-v5-section-head .gh-section-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 14px !important;
}

.gh-v5-holidays { padding: 20px 0 28px; }
.gh-v5-holidays-title { margin-bottom: 14px; font-size: 18px; font-weight: 900; color: var(--gh-navy); }
.gh-v5-holiday-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.gh-v5-holiday-link {
  min-width: 0;
  min-height: 94px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 7px;
  border: 1px solid var(--gh-line);
  border-radius: 18px;
  background: #fff;
  text-align: center;
  color: #334155;
  box-shadow: 0 5px 16px rgba(15, 23, 42, .045);
  transition: border-color .2s ease, transform .2s ease, color .2s ease;
}
.gh-v5-holiday-link:hover { transform: translateY(-2px); border-color: #fecdd3; color: var(--gh-red); }
.gh-v5-holiday-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #fff1f2;
  color: var(--gh-red);
  font-size: 18px;
}
.gh-v5-holiday-link:nth-child(2) .gh-v5-holiday-icon { color: #d97706; background: #fffbeb; }
.gh-v5-holiday-link:nth-child(3) .gh-v5-holiday-icon { color: #0284c7; background: #f0f9ff; }
.gh-v5-holiday-link:nth-child(4) .gh-v5-holiday-icon { color: #7c3aed; background: #f5f3ff; }
.gh-v5-holiday-link span:last-child { font-size: 11px; line-height: 1.5; font-weight: 900; }

.gh-v5-service-track {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.gh-v5-service-card { padding: 22px 18px !important; }
.gh-v5-service-card:hover { transform: translateY(-3px); }

.gh-v5-product-card {
  border: 1px solid var(--gh-line) !important;
  border-radius: 22px !important;
  background: #fff;
  box-shadow: 0 6px 20px rgba(15, 23, 42, .055) !important;
}
.gh-v5-product-card:hover { transform: translateY(-3px); box-shadow: var(--gh-shadow) !important; }
.gh-v5-product-card > div:first-child { background: #f1f5f9 !important; }
.gh-v5-product-card h3 { font-size: 17px !important; line-height: 1.65 !important; }
.gh-v5-product-card .gh-card-meta { font-size: 14px !important; }
.gh-v5-product-card .gh-card-price { font-size: 19px !important; }
.gh-v5-badge-stack {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.gh-v5-product-badge {
  max-width: 100%;
  overflow: hidden;
  border-radius: 999px;
  padding: 6px 12px;
  background: var(--gh-gold);
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0 5px 14px rgba(15, 23, 42, .16);
}
.gh-v5-product-badge-more { background: rgba(15, 23, 42, .82); font-size: 10px; }

.gh-v5-page-heading { background: #fff !important; }
.gh-v5-page-heading > div { padding-top: 32px !important; padding-bottom: 32px !important; }
.gh-v5-page-heading h1 { font-size: clamp(27px, 5.5vw, 48px) !important; line-height: 1.42 !important; }
.gh-v5-page-heading p { max-width: 720px; }
.gh-v5-filter-bar,
.gh-v5-surface {
  border: 1px solid var(--gh-line) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 5px 18px rgba(15, 23, 42, .04) !important;
}
.gh-v5-list-grid { gap: 20px !important; }

.gh-v5-breadcrumb {
  min-height: 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gh-v5-detail-hero {
  overflow: hidden;
  border: 1px solid var(--gh-line) !important;
  border-radius: 26px !important;
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 23, 42, .055) !important;
}
.gh-v5-gallery-column { min-width: 0; }
.gh-v5-gallery-main {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 20px !important;
  background: #f3f6fa !important;
  text-align: left;
}
.gh-v5-gallery-spacer {
  display: block !important;
  width: 100% !important;
  height: 0 !important;
  padding: 100% 0 0 !important;
}
.gh-v5-gallery-image {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #f3f6fa !important;
}
.gh-v5-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 1px 2px;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}
.gh-v5-thumbs::-webkit-scrollbar { display: none; }
.gh-v5-thumb {
  width: 66px !important;
  height: 66px !important;
  flex: 0 0 66px;
  border-radius: 13px !important;
  scroll-snap-align: start;
}
.gh-v5-detail-info { min-width: 0; }
.gh-v5-detail-title { font-size: clamp(26px, 5.7vw, 40px) !important; line-height: 1.52 !important; }
.gh-v5-price-row { border-color: var(--gh-line) !important; }
.gh-v5-price-row strong { font-size: clamp(30px, 7vw, 42px) !important; }
.gh-v5-departures {
  padding: 16px;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #f8fafc;
}
.gh-v5-departure-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.gh-v5-departure-heading p {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 900;
}
.gh-v5-departure-heading p i { color: var(--gh-red); font-size: 18px; }
.gh-v5-departure-heading > span {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 5px 10px;
  background: #fff;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px #e2e8f0;
}
.gh-v5-date-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.gh-v5-date-chip {
  min-width: 0;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  border: 1.5px solid #fecdd3;
  border-radius: 14px;
  padding: 10px 12px;
  background: #fff1f2;
  color: #be123c;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 900;
  text-align: left;
  transition: transform .16s ease, border-color .16s ease, background-color .16s ease, color .16s ease, box-shadow .16s ease;
}
.gh-v5-date-chip > i {
  flex: 0 0 auto;
  font-size: 17px;
}
.gh-v5-date-chip > span {
  min-width: 0;
  white-space: nowrap;
}
.gh-v5-date-chip.is-wide { grid-column: 1 / -1; justify-content: center; }
.gh-v5-date-chip:hover,
.gh-v5-date-chip:focus-visible {
  border-color: var(--gh-red);
  background: var(--gh-red);
  color: #fff;
  box-shadow: 0 8px 18px rgba(227,24,55,.2);
  outline: none;
}
.gh-v5-date-chip:active { transform: scale(.98); }
.gh-v5-date-more {
  grid-column: 1 / -1;
  min-height: 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #cbd5e1;
  border-radius: 14px;
  padding: 10px 14px;
  background: #fff;
  color: #334155;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 900;
  text-align: left;
  transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.gh-v5-date-more > span { display: flex; align-items: center; gap: 9px; }
.gh-v5-date-more > span i { color: var(--gh-red); }
.gh-v5-date-more > strong {
  border-radius: 999px;
  padding: 4px 9px;
  background: #fff1f2;
  color: #be123c;
  font-size: 13px;
}
.gh-v5-date-more:hover,
.gh-v5-date-more:focus-visible {
  border-color: #94a3b8;
  background: #f8fafc;
  box-shadow: 0 8px 18px rgba(15,23,42,.08);
  outline: none;
}
.gh-v5-date-more:active { transform: scale(.985); }
.gh-v5-dates-modal { transition: opacity .2s ease, visibility .2s ease; }
.gh-v5-dates-dialog {
  transform: translateY(0) scale(1);
  transition: transform .22s cubic-bezier(.22,1,.36,1), opacity .2s ease;
}
.gh-v5-dates-modal.opacity-0 .gh-v5-dates-dialog {
  transform: translateY(18px) scale(.97);
  opacity: 0;
}
.gh-v5-dates-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  background: #f8fafc;
  color: #475569;
  font-size: 20px;
  transition: background-color .16s ease, color .16s ease, transform .16s ease;
}
.gh-v5-dates-close:hover,
.gh-v5-dates-close:focus-visible {
  background: #fff1f2;
  color: var(--gh-red);
  outline: 3px solid rgba(227,24,55,.14);
}
.gh-v5-dates-close:active { transform: scale(.94); }
.gh-v5-dates-modal-heading {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 20px;
}
.gh-v5-dates-modal-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #fff1f2;
  color: var(--gh-red);
  font-size: 20px;
}
.gh-v5-dates-modal-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 900;
}
.gh-v5-dates-modal-heading p {
  margin: 4px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
}
.gh-v5-dates-list { display: grid; gap: 11px; }
.gh-v5-date-link {
  min-height: 66px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 10px 12px;
  background: #f8fafc;
  color: #0f172a;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease, transform .16s ease, box-shadow .16s ease;
}
.gh-v5-date-link-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #fff;
  color: var(--gh-red);
  font-size: 18px;
  box-shadow: inset 0 0 0 1px #e2e8f0;
}
.gh-v5-date-link > strong {
  min-width: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 900;
  overflow-wrap: anywhere;
}
.gh-v5-date-link-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0284c7;
  font-size: 12px;
  font-weight: 900;
}
.gh-v5-date-link-action i { font-size: 20px; }
.gh-v5-date-link:hover,
.gh-v5-date-link:focus-visible {
  border-color: #38bdf8;
  background: #0ea5e9;
  color: #fff;
  box-shadow: 0 9px 20px rgba(14,165,233,.22);
  outline: none;
}
.gh-v5-date-link:hover .gh-v5-date-link-action,
.gh-v5-date-link:focus-visible .gh-v5-date-link-action { color: #fff; }
.gh-v5-date-link:active { transform: scale(.985); }
.gh-v5-content-card {
  border: 1px solid var(--gh-line) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 5px 18px rgba(15, 23, 42, .04) !important;
}

.gh-v5-itinerary-section-toggle {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #fecdd3;
  border-radius: 999px;
  background: #fff1f2;
  padding: 7px 12px;
  color: var(--gh-red);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  transition:
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    transform .2s ease;
}
.gh-v5-itinerary-section-toggle:hover {
  border-color: #fda4af;
  background: #ffe4e6;
  transform: translateY(-1px);
}
.gh-v5-itinerary-section-toggle:active { transform: scale(.97); }
.gh-v5-itinerary-section-toggle i { transition: transform .3s cubic-bezier(.22, 1, .36, 1); }
.gh-v5-itinerary-section-toggle.is-collapsed {
  border-color: #bae6fd;
  background: #f0f9ff;
  color: #0284c7;
}
.gh-v5-itinerary-section-toggle.is-collapsed i { transform: rotate(180deg); }
.gh-v5-itinerary-section-content {
  display: grid;
  grid-template-rows: 1fr;
  opacity: 1;
  transition:
    grid-template-rows .4s cubic-bezier(.22, 1, .36, 1),
    opacity .24s ease;
}
.gh-v5-itinerary-section-content.is-collapsed {
  grid-template-rows: 0fr;
  opacity: 0;
}
.gh-v5-itinerary-section-inner {
  min-height: 0;
  overflow: hidden;
}
.gh-v5-itinerary { display: grid; gap: 12px; }
.gh-v5-itinerary-item { overflow: hidden; border: 1px solid var(--gh-line); border-radius: 17px; background: #fff; }
.gh-v5-itinerary-toggle {
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  text-align: left;
}
.gh-v5-itinerary-number {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #fff1f2;
  color: var(--gh-red);
  font-weight: 900;
}
.gh-v5-itinerary-toggle h3 { font-size: 15px; line-height: 1.65; font-weight: 900; color: var(--gh-navy); }
.gh-v5-itinerary-chevron { color: #94a3b8; transition: transform .2s ease; }
.gh-v5-itinerary-item.is-open .gh-v5-itinerary-chevron { transform: rotate(180deg); }
.gh-v5-itinerary-panel { display: none; padding: 0 16px 16px 64px; color: var(--gh-muted); font-size: 14px; line-height: 2; white-space: pre-line; }
.gh-v5-itinerary-item.is-open .gh-v5-itinerary-panel { display: block; }

.gh-mobile-nav {
  left: 12px !important;
  right: 12px !important;
  bottom: max(10px, env(safe-area-inset-bottom)) !important;
  height: 68px !important;
  padding: 6px !important;
  border-color: rgba(226, 232, 240, .95) !important;
  border-radius: 22px !important;
  box-shadow: 0 14px 38px rgba(15, 23, 42, .16) !important;
}
.gh-mobile-nav a { min-width: 0 !important; width: 20%; height: 54px !important; gap: 3px !important; font-size: 10px !important; }
.gh-mobile-nav a i { font-size: 19px !important; }

@media (max-width: 767px) {
  body.gh-v5-body { padding-bottom: 92px; }
  .gh-container { padding-left: 16px !important; padding-right: 16px !important; }
  .gh-v5-home-hero-section .gh-container { padding-left: 12px !important; padding-right: 12px !important; }
  .gh-v5-home-hero { aspect-ratio: 16 / 11; }
  .gh-v5-home-hero-copy { max-width: 86%; padding: 18px !important; }
  .gh-v5-home-hero .gh-mobile-hero-title { margin-bottom: 10px !important; font-size: 27px !important; }
  html[data-language="en"] .gh-v5-home-hero .gh-mobile-hero-title { font-size: 26px !important; line-height: 1.34 !important; }
  .gh-v5-home-hero .gh-mobile-hero-copy { margin-bottom: 14px !important; font-size: 11.5px !important; }
  .gh-v5-home-hero .gh-mobile-hero-button { min-height: 44px !important; padding: 10px 16px !important; font-size: 13px !important; }

  .gh-v5-section { padding: 30px 0 !important; }
  .gh-v5-section-head { align-items: center; margin-bottom: 16px !important; }
  .gh-v5-section-head .gh-section-title,
  .gh-v5-section .gh-section-title { font-size: 22px !important; }
  html[data-language="en"] .gh-v5-section-head .gh-section-title,
  html[data-language="en"] .gh-v5-section .gh-section-title { font-size: 21px !important; line-height: 1.38 !important; }
  .gh-v5-section-head .gh-section-link { font-size: 11px !important; }
  .gh-v5-holidays-title { font-size: 17px !important; }
  html[data-language="en"] .gh-v5-holidays-title { font-size: 16px !important; }

  .gh-v5-service-track {
    display: flex !important;
    gap: 12px;
    margin-inline: -16px;
    padding: 2px 16px 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .gh-v5-service-track::-webkit-scrollbar { display: none; }
  .gh-v5-service-card { flex: 0 0 74vw; max-width: 300px; scroll-snap-align: start; padding: 19px 16px !important; }

  .gh-carousel { margin-inline: -16px !important; }
  .gh-carousel-track { gap: 14px !important; padding: 3px 16px 16px !important; }
  .gh-carousel-card { flex-basis: min(84vw, 360px) !important; }
  .gh-v5-product-card h3 { font-size: 16px !important; }
  html[data-language="en"] .gh-v5-product-card h3 { font-size: 15px !important; }
  .gh-v5-product-card .gh-card-meta { font-size: 13px !important; }
  .gh-v5-product-card .gh-card-price { font-size: 19px !important; }

  .gh-v5-page-heading > div { padding-top: 26px !important; padding-bottom: 26px !important; }
  .gh-v5-page-heading h1 { font-size: 25px !important; }
  html[data-language="en"] .gh-v5-page-heading h1 { font-size: 24px !important; }
  .gh-v5-list-grid { grid-template-columns: minmax(0, 1fr) !important; }

  .gh-v5-detail-page { padding-top: 74px !important; }
  .gh-v5-breadcrumb { margin-bottom: 12px !important; font-size: 11px !important; }
  .gh-v5-detail-hero { border-radius: 22px !important; }
  .gh-v5-gallery-column { padding: 12px !important; }
  .gh-v5-gallery-main { border-radius: 17px !important; }
  .gh-v5-thumb { width: 58px !important; height: 58px !important; flex-basis: 58px; }
  .gh-v5-detail-info { padding: 18px !important; }
  .gh-v5-detail-title { margin-bottom: 16px !important; font-size: 23px !important; }
  html[data-language="en"] .gh-v5-detail-title { font-size: 22px !important; }
  .gh-v5-price-row { margin-bottom: 18px !important; padding-block: 16px !important; }
  .gh-v5-content-card { border-radius: 20px !important; padding: 18px !important; }
  .gh-v5-content-card h2 { font-size: 19px !important; }
  .gh-v5-departures { padding: 14px; border-radius: 18px; }
  .gh-v5-date-chip {
    min-height: 56px;
    gap: 7px;
    padding-inline: 9px;
    font-size: clamp(12px, 3.25vw, 14px);
  }
  .gh-v5-date-chip > i { font-size: 16px; }
  .gh-v5-date-more { min-height: 56px; }
  .gh-v5-date-link-action span { display: none; }
  .gh-v5-date-link-action i { font-size: 22px; }
  .gh-v5-itinerary-section-toggle {
    min-width: 38px;
    width: 38px;
    height: 38px;
    padding: 0;
  }
  .gh-v5-itinerary-section-toggle span { display: none; }
  .gh-v5-itinerary-panel { padding-left: 16px; }
  .gh-desktop-footer { display: none !important; }
  .gh-language-switcher {
    grid-template-columns: repeat(2, 38px) !important;
    width: 84px !important;
    height: 38px !important;
  }
  .gh-language-switcher button {
    width: 38px !important;
    height: 30px !important;
  }
  .gh-language-switcher button img { width: 24px; height: 16px; }
}

@media (max-width: 379px) {
  .gh-v5-date-grid { grid-template-columns: 1fr; }
  .gh-v5-date-chip.is-wide,
  .gh-v5-date-more { grid-column: auto; }
  .gh-v5-dates-modal-heading h2 { font-size: 20px; }
}

@media (max-width: 359px) {
  .gh-v5-holiday-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gh-v5-home-hero { aspect-ratio: 4 / 3; }
  .gh-v5-home-hero-copy { max-width: 94%; }
  .gh-v5-home-hero .gh-mobile-hero-title { font-size: 21px !important; }
  .gh-mobile-nav { left: 6px !important; right: 6px !important; }
  .gh-mobile-nav a span { font-size: 9px; }
}

@media (min-width: 768px) {
  .gh-v5-header-row { height: 76px !important; }
  .gh-v5-logo img { height: 48px !important; max-width: 230px !important; }
  .gh-v5-home { padding-top: 76px; }
  .gh-v5-list-page,
  .gh-v5-standard-page { padding-top: 76px !important; }
  .gh-v5-detail-page { padding-top: 104px !important; }
  .gh-v5-home-hero-section { padding: 28px 0 24px !important; }
  .gh-v5-section { padding: 60px 0 !important; }
  .gh-v5-holidays { padding: 28px 0 44px; }
  .gh-v5-holiday-link { min-height: 116px; }
  .gh-v5-holiday-link span:last-child { font-size: 14px; }
  .gh-v5-page-heading > div { padding-top: 52px !important; padding-bottom: 52px !important; }
}

@media (min-width: 1024px) {
  .gh-v5-home-hero { aspect-ratio: auto; min-height: 500px !important; }
  .gh-v5-detail-hero > .grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .gh-v5-gallery-column { padding: 30px !important; }
  .gh-v5-detail-info { padding: 40px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .gh-v5-holiday-link,
  .gh-v5-product-card,
  .gh-v5-itinerary-section-toggle,
  .gh-v5-itinerary-section-content,
  .gh-v5-itinerary-chevron,
  .gh-v5-date-chip,
  .gh-v5-date-more,
  .gh-v5-dates-modal,
  .gh-v5-dates-dialog,
  .gh-v5-dates-close,
  .gh-v5-date-link { transition: none !important; }
}
/* Dashboard-managed bilingual content: Khmer is the safe default. */
[data-gh-lang-content="en"] { display: none !important; }
[data-gh-lang-content="km"] { display: inline !important; }
html[data-language="en"] [data-gh-lang-content="km"] { display: none !important; }
html[data-language="en"] [data-gh-lang-content="en"] { display: inline !important; }

/* Clean page-transition loading overlay. */
.gh-page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: rgba(248, 250, 252, 0.82);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: opacity 100ms ease, visibility 100ms ease;
}

.gh-page-loader.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.gh-page-loader-card {
  display: flex;
  min-width: 220px;
  align-items: center;
  gap: 16px;
  padding: 16px 20px 16px 16px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.16);
  transform: translateY(8px) scale(0.98);
  transition: transform 120ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.gh-page-loader.is-visible .gh-page-loader-card {
  transform: translateY(0) scale(1);
}

.gh-page-loader-mark {
  position: relative;
  display: grid;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  place-items: center;
  border-radius: 20px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #f1f5f9;
}

.gh-page-loader-mark img {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.gh-page-loader-ring {
  position: absolute;
  inset: 2px;
  border: 3px solid #ffe4e8;
  border-top-color: #e31837;
  border-right-color: #e31837;
  border-radius: 999px;
  animation: gh-page-loader-spin 900ms linear infinite;
}

.gh-page-loader-copy {
  min-width: 0;
}

.gh-page-loader-title {
  margin: 0;
  color: #0f172a;
  font-family: "Battambang", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.55;
  white-space: nowrap;
}

html[data-language="en"] .gh-page-loader-title {
  font-family: "Inter", "Battambang", sans-serif;
}

.gh-page-loader-dots {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 12px;
  margin-top: 3px;
}

.gh-page-loader-dots span {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #e31837;
  animation: gh-page-loader-dot 900ms ease-in-out infinite;
}

.gh-page-loader-dots span:nth-child(2) { animation-delay: 120ms; }
.gh-page-loader-dots span:nth-child(3) { animation-delay: 240ms; }

.gh-page-is-loading {
  cursor: progress;
}

@keyframes gh-page-loader-spin {
  to { transform: rotate(360deg); }
}

@keyframes gh-page-loader-dot {
  0%, 60%, 100% { opacity: 0.28; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-2px); }
}

@media (max-width: 479px) {
  .gh-page-loader-card {
    min-width: 208px;
    gap: 14px;
    padding: 14px 18px 14px 14px;
    border-radius: 20px;
  }

  .gh-page-loader-mark {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    border-radius: 18px;
  }

  .gh-page-loader-mark img {
    width: 38px;
    height: 38px;
  }

  .gh-page-loader-title {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gh-page-loader,
  .gh-page-loader-card {
    transition: none;
  }

  .gh-page-loader-ring,
  .gh-page-loader-dots span {
    animation: none;
  }
}
/* V5.57 shared Related cards: native swipe on mobile, clean grid on larger screens. */
.gh-v5-related-section {
    border-top: 1px solid #e2e8f0;
    padding-top: 1.75rem;
}

.gh-v5-related-heading {
    align-items: flex-end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.gh-v5-related-eyebrow {
    align-items: center;
    color: #ed1238;
    display: flex;
    font-size: .72rem;
    font-weight: 900;
    gap: .5rem;
    letter-spacing: .14em;
    margin: 0 0 .35rem;
}

.gh-v5-related-heading h2 {
    color: #0f172a;
    font-size: clamp(1.35rem, 3vw, 1.9rem);
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
}

.gh-v5-related-heading > a {
    align-items: center;
    color: #ed1238;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .83rem;
    font-weight: 900;
    gap: .45rem;
    min-height: 44px;
    padding: .5rem 0;
}

.gh-v5-related-track {
    display: flex;
    gap: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: .25rem 1rem .8rem;
    scroll-padding-inline: 1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.gh-v5-related-track::-webkit-scrollbar {
    display: none;
}

.gh-v5-related-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1.35rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
    color: inherit;
    display: flex;
    flex: 0 0 min(82vw, 340px);
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    scroll-snap-align: start;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.gh-v5-related-card:hover {
    border-color: #fecdd3;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .11);
    transform: translateY(-2px);
}

.gh-v5-related-image {
    aspect-ratio: 1 / 1;
    background: #f1f5f9;
    overflow: hidden;
    position: relative;
}

.gh-v5-related-image > img {
    display: block;
    height: 100%;
    object-position: center;
    width: 100%;
}

.gh-v5-related-image > span {
    background: rgba(255, 255, 255, .94);
    border-radius: 999px;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .12);
    color: #ed1238;
    font-size: .72rem;
    font-weight: 900;
    left: .75rem;
    max-width: calc(100% - 1.5rem);
    overflow: hidden;
    padding: .42rem .7rem;
    position: absolute;
    text-overflow: ellipsis;
    top: .75rem;
    white-space: nowrap;
}

.gh-v5-related-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 132px;
    padding: 1rem;
}

.gh-v5-related-body h3 {
    color: #0f172a;
    display: -webkit-box;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.65;
    margin: 0 0 1rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gh-v5-related-meta {
    align-items: flex-end;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    margin-top: auto;
}

.gh-v5-related-meta > span {
    color: #64748b;
    font-size: .8rem;
    font-weight: 800;
    line-height: 1.45;
    min-width: 0;
}

.gh-v5-related-meta > span i {
    color: #ed1238;
    margin-right: .3rem;
}

.gh-v5-related-meta > strong {
    color: #ed1238;
    flex: 0 0 auto;
    font-size: 1.08rem;
    font-weight: 900;
}

.gh-v5-related-meta > .gh-v5-related-read {
    font-size: .78rem;
}

.gh-v5-related-swipe {
    align-items: center;
    color: #94a3b8;
    display: flex;
    font-size: .72rem;
    font-weight: 800;
    gap: .5rem;
    justify-content: center;
    margin: .2rem 0 0;
}

@media (min-width: 640px) {
    .gh-v5-related-track {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 0;
        overflow: visible;
        padding: .25rem 0 .8rem;
    }

    .gh-v5-related-card {
        width: auto;
    }

    .gh-v5-related-swipe {
        display: none;
    }
}

@media (min-width: 1024px) {
    .gh-v5-related-track {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 380px) {
    .gh-v5-related-card {
        flex-basis: 86vw;
    }

    .gh-v5-related-heading h2 {
        font-size: 1.25rem;
    }

    .gh-v5-related-heading > a {
        font-size: .75rem;
    }
}
