:root {
  --navy: #061b2e;
  --navy-2: #071a2d;
  --gold: #e9b13d;
  --gold-dark: #c98a21;
  --white: #fff;
  --light: #f6f7f9;
  --text: #061b2e;
  --muted: #647184;
  --line: rgba(6, 27, 46, 0.1);
  --shadow: 0 22px 62px rgba(6, 27, 46, 0.14);
  --width: min(1360px, calc(100% - 56px));
}

.floating-shop-dham {
  position: fixed;
  right: 0;
  top: 196px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  pointer-events: none;
}

.floating-shop-dham__item {
  width: 92px;
  height: 54px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(6, 27, 46, 0.1);
  border-right: 0;
  border-radius: 24px 0 0 24px;
  box-shadow: 0 14px 32px rgba(6, 27, 46, 0.16);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  overflow: hidden;
  pointer-events: auto;
  transform-origin: right center;
  animation: floatingQuickLinkCollapse 460ms cubic-bezier(0.2, 0.8, 0.2, 1) 3s forwards;
}

.floating-shop-dham__item:hover,
.floating-shop-dham__item:focus-visible {
  width: 92px;
  animation: none;
  outline: none;
}

.floating-shop-dham__icon {
  width: 34px;
  min-width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 999px;
}

.floating-shop-dham__item--shop .floating-shop-dham__icon {
  background: #07557f;
}

.floating-shop-dham__item--dham .floating-shop-dham__icon {
  background: #f4a261;
}

.floating-shop-dham__text {
  display: inline-block;
  max-width: 42px;
  opacity: 1;
  white-space: nowrap;
  animation: floatingQuickTextHide 240ms ease 3s forwards;
}

.floating-shop-dham__item:hover .floating-shop-dham__text,
.floating-shop-dham__item:focus-visible .floating-shop-dham__text {
  max-width: 42px;
  opacity: 1;
  animation: none;
}

@keyframes floatingQuickLinkCollapse {
  to {
    width: 54px;
  }
}

@keyframes floatingQuickTextHide {
  to {
    max-width: 0;
    opacity: 0;
    transform: translateX(12px);
  }
}

@media (max-width: 768px) {
  .floating-shop-dham {
    top: 118px;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-shop-dham__item,
  .floating-shop-dham__text {
    animation: none;
  }
}

/* Char Dham / experience mobile fixes */
.experience-hero,
.destination-package-hero,
.package-hero,
.destination-hero {
  overflow: hidden;
}

.experience-hero .destination-hero-shell,
.destination-package-hero .destination-hero-shell {
  overflow: hidden;
}

.experience-hero h1,
.destination-package-hero h1,
.package-hero h1,
.destination-hero h1,
.experience-hero p,
.destination-package-hero p,
.package-hero p,
.destination-hero p {
  max-width: 100%;
}

.experience-hero .hero-actions,
.destination-package-hero .hero-actions {
  max-width: 100%;
}

.package-image img,
.card-image img,
.highlight-card img,
.main-package-image,
.gallery-grid img {
  object-position: center center;
}

@media (max-width: 768px) {
  .experience-hero,
  .destination-package-hero,
  .package-hero,
  .destination-hero {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-size: cover !important;
    background-position: center top !important;
  }

  .experience-hero .destination-hero-shell,
  .destination-package-hero .destination-hero-shell,
  .package-hero .destination-hero-shell,
  .destination-hero .destination-hero-shell {
    width: min(100% - 28px, 430px) !important;
    max-width: calc(100% - 28px) !important;
    padding: 28px 22px !important;
    border-radius: 28px !important;
  }

  .experience-hero h1,
  .destination-package-hero h1,
  .package-hero h1,
  .destination-hero h1 {
    font-size: clamp(27px, 8vw, 36px) !important;
    line-height: 1.16 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none;
  }

  .experience-hero p,
  .destination-package-hero p,
  .package-hero p,
  .destination-hero p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hero-actions {
    overflow-x: auto;
    grid-template-columns: none !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(170px, 62%);
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
  }

  .hero-actions::-webkit-scrollbar {
    display: none;
  }

  .hero-actions a,
  .hero-actions button {
    scroll-snap-align: start;
    white-space: nowrap !important;
  }

  .mobile-slide-row,
  .card-grid.four.mobile-slide-row,
  .package-page-grid.mobile-slide-row,
  .mood-grid.mobile-slide-row,
  .route-grid.mobile-slide-row,
  .deal-grid.mobile-slide-row,
  .pricing-grid.mobile-slide-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 4px 16px 18px !important;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px) !important;
    scrollbar-width: none;
  }

  .mobile-slide-row::-webkit-scrollbar {
    display: none;
  }

  .mobile-slide-row > *,
  .card-grid.four.mobile-slide-row > *,
  .package-page-grid.mobile-slide-row > * {
    flex: 0 0 min(84%, 340px) !important;
    min-width: min(84%, 340px) !important;
    max-width: min(84%, 340px) !important;
    scroll-snap-align: start;
  }

  .card-grid.four.mobile-slide-row .travel-card .card-image,
  .package-page-grid.mobile-slide-row .package-image,
  .premium-package-card .package-image {
    height: clamp(210px, 58vw, 270px) !important;
  }

  .card-grid.four.mobile-slide-row .travel-card img,
  .package-page-grid.mobile-slide-row .package-image img,
  .premium-package-card .package-image img,
  .highlight-card img {
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

@media (max-width: 430px) {
  .experience-hero .destination-hero-shell,
  .destination-package-hero .destination-hero-shell,
  .package-hero .destination-hero-shell,
  .destination-hero .destination-hero-shell {
    max-width: calc(100% - 24px) !important;
    padding: 24px 18px !important;
  }

  .hero-actions {
    grid-auto-columns: minmax(150px, 70%);
  }

  .mobile-slide-row > *,
  .card-grid.four.mobile-slide-row > *,
  .package-page-grid.mobile-slide-row > * {
    flex-basis: 86% !important;
    min-width: 86% !important;
    max-width: 86% !important;
  }
}

.shop-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 9rem 0 3rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 2rem;
  align-items: center;
}

.shop-hero h1 {
  margin: 0.65rem 0;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  line-height: 0.98;
}

.shop-hero p {
  color: #64748b;
  max-width: 620px;
  line-height: 1.75;
}

.shop-featured-card,
.shop-product-card,
.shop-category-grid a,
.shop-category-strip a {
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.shop-featured-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 1rem;
}

.shop-featured-card img {
  width: 100%;
  aspect-ratio: 1.12;
  object-fit: cover;
  border-radius: 22px;
}

.shop-featured-card div {
  padding: 1rem 0.4rem 0.3rem;
}

.shop-featured-card span,
.shop-product-image small {
  font-weight: 850;
  color: #d98a2b;
}

.shop-featured-card h2,
.shop-product-card h3 {
  margin: 0.35rem 0;
}

.shop-featured-card strong,
.shop-product-body .meta-row strong {
  color: #0b3d66;
  font-size: 1.2rem;
}

.shop-category-strip {
  display: flex;
  gap: 0.9rem;
  overflow-x: auto;
  padding: 0.35rem 0 1rem;
  scrollbar-width: none;
}

.shop-category-strip a {
  min-width: 220px;
  color: var(--shop-fg);
  background: var(--shop-bg);
  border-radius: 18px;
  padding: 1rem;
  text-decoration: none;
}

.shop-category-strip span,
.shop-category-grid span {
  display: block;
  font-weight: 900;
  opacity: 0.75;
}

.shop-category-strip strong,
.shop-category-grid strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.08rem;
}

.shop-category-strip small,
.shop-category-grid small {
  display: block;
  margin-top: 0.15rem;
  opacity: 0.82;
}

.shop-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.shop-category-grid a {
  min-height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 1.2rem;
  color: var(--shop-fg);
  background: var(--shop-bg);
  text-decoration: none;
}

.shop-category-grid a.active {
  outline: 3px solid #d98a2b;
}

.shop-category-grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
}

.shop-category-grid span,
.shop-category-grid strong,
.shop-category-grid small {
  position: relative;
  z-index: 1;
}

.shop-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.shop-product-card {
  min-width: 240px;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
}

.shop-product-card a {
  color: inherit;
  text-decoration: none;
}

.shop-product-image {
  position: relative;
}

.shop-product-image img {
  width: 100%;
  aspect-ratio: 1.08;
  object-fit: cover;
  display: block;
}

.shop-product-image small {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
}

.shop-product-body {
  padding: 1rem;
}

.shop-product-body p {
  color: #64748b;
  line-height: 1.55;
  min-height: 3.1em;
}

.shop-product-body .meta-row span {
  color: #94a3b8;
  text-decoration: line-through;
  font-weight: 750;
}

.shop-add-button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.shop-add-button:disabled {
  opacity: 0.72;
  cursor: wait;
}

@media (max-width: 960px) {
  .shop-hero,
  .shop-category-grid,
  .shop-products-grid {
    grid-template-columns: 1fr;
  }

  .shop-hero {
    padding-top: 7.5rem;
  }

  .shop-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .shop-products-grid {
    grid-template-columns: 1fr;
  }
}

/* Final 3D theme lock: keep the premium system above older page overrides. */
.btn-3d,
.gold-btn,
.dark-btn,
.outline-btn,
.outline-dark,
.see-all-link,
.plan-btn,
.planner-submit,
.booking-final-btn,
.button-row a,
.service-card a,
.experience-card a,
.destination-card a,
.package-card a,
.premium-package-card a,
.whatsapp-btn,
button.save,
.add-preview {
  min-height: 44px !important;
  border-radius: 15px !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0) 35%),
    linear-gradient(135deg, var(--himi-gold, #f5b82e), var(--himi-gold-2, #ffd763)) !important;
  color: var(--himi-ink, #061b2e) !important;
  box-shadow: var(--shadow-3d-gold, 0 18px 34px rgba(216, 148, 18, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.55), inset 0 -4px 0 rgba(181, 112, 0, 0.22)) !important;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease !important;
}

.dark-btn,
.outline-btn,
.outline-dark {
  color: #ffffff !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, var(--himi-navy-3, #0d3656), var(--himi-navy, #061b2e)) !important;
  box-shadow: 0 18px 34px rgba(6, 27, 46, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -4px 0 rgba(0, 0, 0, 0.22) !important;
}

.btn-3d:hover,
.gold-btn:hover,
.dark-btn:hover,
.outline-btn:hover,
.outline-dark:hover,
.see-all-link:hover,
.plan-btn:hover,
.planner-submit:hover,
.booking-final-btn:hover,
.button-row a:hover,
.service-card a:hover,
.experience-card a:hover,
.destination-card a:hover,
.package-card a:hover,
.premium-package-card a:hover,
.whatsapp-btn:hover,
button.save:hover,
.add-preview:hover {
  filter: saturate(1.06) !important;
  transform: translateY(-4px) !important;
}

.btn-3d:active,
.gold-btn:active,
.dark-btn:active,
.outline-btn:active,
.outline-dark:active,
.see-all-link:active,
.plan-btn:active,
.planner-submit:active,
.booking-final-btn:active,
.button-row a:active,
.service-card a:active,
.experience-card a:active,
.destination-card a:active,
.package-card a:active,
.premium-package-card a:active,
.whatsapp-btn:active,
button.save:active,
.add-preview:active {
  transform: translateY(1px) !important;
  box-shadow: 0 9px 18px rgba(216, 148, 18, 0.28), inset 0 3px 8px rgba(106, 67, 0, 0.2) !important;
}

.card-3d,
.travel-card,
.package-card,
.service-card,
.experience-card,
.destination-card,
.premium-package-card,
.testimonial-card,
.fallback-card,
.fallback-team-card,
.team-member-card,
.leader-mini-card,
.mini-dark-card,
.booking-panel,
.booking-summary-card,
.booking-modal-card,
.destination-filter-card,
.package-filter-card,
.planner-card,
.site-search-card,
.custom-trip-card,
.about-card-grid article,
.about-service-grid a,
.why-grid article,
.stats-row article,
.feature-grid article {
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: var(--radius-3d, 24px) !important;
  box-shadow: var(--shadow-3d, 0 24px 60px rgba(6, 27, 46, 0.16), 0 9px 18px rgba(6, 27, 46, 0.08)) !important;
}

.travel-card:hover,
.package-card:hover,
.service-card:hover,
.experience-card:hover,
.destination-card:hover,
.premium-package-card:hover,
.testimonial-card:hover,
.fallback-card:hover,
.fallback-team-card:hover,
.team-member-card:hover,
.leader-mini-card:hover,
.mini-dark-card:hover,
.about-card-grid article:hover,
.about-service-grid a:hover,
.why-grid article:hover,
.stats-row article:hover,
.feature-grid article:hover {
  border-color: rgba(245, 184, 46, 0.42) !important;
  box-shadow: var(--shadow-3d-hover, 0 34px 78px rgba(6, 27, 46, 0.22), 0 14px 28px rgba(6, 27, 46, 0.12)) !important;
  transform: translateY(-8px) scale(1.01) !important;
}

.card-image,
.destination-image,
.package-image,
.experience-image,
.team-member-img,
.leader-mini-img,
.package-thumb,
.main-package-image,
.image-display {
  overflow: hidden !important;
  border-radius: 20px 20px 12px 12px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 12px 28px rgba(6, 27, 46, 0.14) !important;
}

.premium-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background: rgba(6, 27, 46, 0.92) !important;
  box-shadow: 0 18px 42px rgba(3, 13, 24, 0.28) !important;
  backdrop-filter: blur(18px) !important;
}

.section-pad,
.white-section,
.soft-section,
.team-leadership-section {
  padding-top: var(--section-pad-3d, clamp(56px, 6vw, 92px)) !important;
  padding-bottom: var(--section-pad-3d, clamp(56px, 6vw, 92px)) !important;
}

@media (max-width: 768px) {
  .travel-card:hover,
  .package-card:hover,
  .service-card:hover,
  .experience-card:hover,
  .destination-card:hover,
  .premium-package-card:hover,
  .testimonial-card:hover,
  .team-member-card:hover,
  .leader-mini-card:hover {
    transform: translateY(-4px) !important;
  }
}

/* Header top reset: sticky header must sit flush at the top. */
html,
body {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.premium-header {
  margin-top: 0 !important;
}

/* Header brand/icon consistency across home and inner pages. */
.premium-header .brand img,
.premium-header .brand img.home-brand-logo {
  width: 66px !important;
  height: 66px !important;
  max-height: none !important;
  object-fit: contain !important;
  filter: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.premium-header .icon-action span,
.premium-header .support-link span {
  display: grid !important;
  place-items: center !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 13px !important;
  color: var(--himi-gold, #f5b82e) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    rgba(6, 27, 46, 0.64) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.premium-header .icon-action i,
.premium-header .support-link i,
.premium-header .plan-btn i {
  color: currentColor !important;
  font-family: "Font Awesome 6 Free" !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

@media (max-width: 768px) {
  .premium-header .brand img,
  .premium-header .brand img.home-brand-logo {
    width: 42px !important;
    height: 42px !important;
  }
}

/* Listing card CTAs should stay premium gold, not black/navy. */
.travel-card .dark-btn,
.destination-card .dark-btn,
.destination-card .outline-dark,
.package-card .dark-btn,
.package-card .outline-dark,
.premium-package-card .dark-btn,
.premium-package-card .outline-dark,
.package-page-grid .outline-dark,
.card-body .dark-btn,
.card-body .outline-dark {
  color: var(--himi-ink, #061b2e) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0) 36%),
    linear-gradient(135deg, var(--himi-gold, #f5b82e), var(--himi-gold-2, #ffd763)) !important;
  border-color: rgba(255, 255, 255, 0.42) !important;
  box-shadow: 0 18px 34px rgba(216, 148, 18, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 -4px 0 rgba(181, 112, 0, 0.2) !important;
}

.travel-card .dark-btn:hover,
.destination-card .dark-btn:hover,
.destination-card .outline-dark:hover,
.package-card .dark-btn:hover,
.package-card .outline-dark:hover,
.premium-package-card .dark-btn:hover,
.premium-package-card .outline-dark:hover,
.package-page-grid .outline-dark:hover,
.card-body .dark-btn:hover,
.card-body .outline-dark:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 24px 46px rgba(216, 148, 18, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.62), inset 0 -4px 0 rgba(181, 112, 0, 0.18) !important;
}

/* Fixed header: keep navigation locked while scrolling. */
:root {
  --header-fixed-offset: 86px;
}

.premium-header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 5000 !important;
}

body {
  padding-top: 0 !important;
}

body > main,
body > .destination-hero:first-child,
body > .booking-hero:first-child {
  padding-top: var(--header-fixed-offset) !important;
}

html {
  scroll-padding-top: calc(var(--header-fixed-offset) + 16px) !important;
}

@media (max-width: 768px) {
  :root {
    --header-fixed-offset: 66px;
  }
}

/* About difference cards: show all six in one desktop row. */
@media (min-width: 1200px) {
  .mood-grid:not(.mobile-slide-row) {
    width: min(100% - 80px, 1760px) !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .mood-grid:not(.mobile-slide-row) article {
    min-height: 310px;
    padding: 28px 22px !important;
  }

  .mood-grid:not(.mobile-slide-row) h3 {
    font-size: 20px !important;
    line-height: 1.22 !important;
  }

  .mood-grid:not(.mobile-slide-row) p {
    font-size: 15px !important;
    line-height: 1.62 !important;
  }
}

/* Final logo polish: visible on navy without an ugly square tile. */
.premium-header .brand img,
.premium-header .brand img.home-brand-logo {
  width: 54px !important;
  height: 54px !important;
  max-height: none !important;
  object-fit: contain !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  filter:
    drop-shadow(0 0 1px rgba(255, 255, 255, 0.95))
    drop-shadow(0 8px 16px rgba(0, 0, 0, 0.22)) !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .premium-header .brand img,
  .premium-header .brand img.home-brand-logo {
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}

/* Desktop brand balance: larger mark, slightly calmer text. */
@media (min-width: 769px) {
  .premium-header .brand {
    gap: 16px !important;
    flex-basis: 300px !important;
  }

  .premium-header .brand img,
  .premium-header .brand img.home-brand-logo {
    width: 70px !important;
    height: 70px !important;
  }

  .premium-header .brand strong {
    font-size: 31px !important;
    letter-spacing: 0.035em !important;
    line-height: 0.98 !important;
  }

  .premium-header .brand small {
    font-size: 14px !important;
    margin-top: 5px !important;
  }
}

/* Destinations page mobile cleanup: no overflow, popular section right after hero. */
#featured-destinations {
  padding-top: clamp(34px, 4vw, 56px) !important;
}

@media (max-width: 768px) {
  .destination-hero {
    min-height: 520px !important;
    overflow: hidden !important;
  }

  .destination-hero .destination-hero-shell {
    max-width: calc(100% - 32px) !important;
    width: calc(100% - 32px) !important;
  }

  .destination-hero .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
    grid-auto-columns: unset !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
  }

  .destination-hero .hero-actions a,
  .destination-hero .hero-actions button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    justify-content: center !important;
    white-space: normal !important;
    text-align: center !important;
  }

  #featured-destinations {
    padding-top: 34px !important;
  }
}

/* Home shop preview: keep the new product row tight above experiences. */
.home-shop-preview {
  padding-bottom: 0 !important;
}

.home-shop-preview + .soft-section {
  padding-top: 74px !important;
}

.home-shop-product-row .shop-product-card {
  min-width: 0 !important;
  border: 1px solid rgba(245, 184, 46, 0.18) !important;
}

.home-shop-product-row .shop-product-image img {
  aspect-ratio: 1.28 !important;
}

.home-shop-product-row .shop-product-body {
  display: grid !important;
  grid-template-rows: auto 1fr auto;
  min-height: 180px;
}

.home-shop-product-row .shop-product-body h3 {
  font-size: 1.05rem !important;
  line-height: 1.25 !important;
}

.home-shop-product-row .shop-product-body p {
  display: -webkit-box !important;
  min-height: 3.1em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.shop-preview-empty {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 28px;
  border: 1px dashed rgba(6, 27, 46, 0.18);
  border-radius: 24px;
  background: #fff;
  text-align: left;
}
.shop-preview-empty > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 18px;
  background: #fff4d8;
  color: var(--gold-dark);
  font-size: 24px;
}
.shop-preview-empty h3 { margin: 0 0 6px; color: var(--navy); }
.shop-preview-empty p { margin: 0; color: var(--muted); }
.shop-preview-empty .gold-btn { margin-left: auto; white-space: nowrap; }
@media (max-width: 680px) {
  .shop-preview-empty { flex-direction: column; text-align: center; }
  .shop-preview-empty .gold-btn { margin-left: 0; }
}

@media (max-width: 960px) {
  .home-shop-preview + .soft-section {
    padding-top: 58px !important;
  }
}

/* Final Himachali Dham services polish: event-catering banner, not product listing. */
.dham-service-hero {
  width: min(1280px, calc(100% - 28px)) !important;
  margin: 24px auto 0 !important;
  padding: clamp(28px, 4vw, 44px) !important;
  border: 2px solid rgba(245, 184, 46, 0.78) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 78% 12%, rgba(245, 184, 46, 0.22), transparent 28%),
    linear-gradient(135deg, #061b2e 0%, #071f33 58%, #020913 100%) !important;
  box-shadow: 0 28px 80px rgba(2, 9, 19, 0.28) !important;
}

.dham-hero-copy .section-label {
  color: #7fe6f4 !important;
}

.dham-hero-copy h1 {
  color: #8eeeff !important;
  text-transform: uppercase;
  font-size: clamp(2.15rem, 5.2vw, 4.7rem) !important;
}

.dham-hero-copy p {
  color: rgba(255, 255, 255, 0.84) !important;
}

.dham-hero-media {
  min-height: 320px !important;
  border-color: rgba(255, 215, 99, 0.88) !important;
}

.dham-specialty {
  right: 24px;
  left: auto !important;
  text-align: right;
}

.dham-specialty strong {
  color: #ffc53d !important;
}

/* Himachali Dham services */
.dham-service-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 9.5rem 0 3.2rem;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: center;
}

.dham-hero-copy h1 {
  margin: 12px 0;
  color: var(--navy);
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  line-height: 0.96;
}

.dham-hero-copy p {
  max-width: 620px;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.72;
}

.dham-hero-media {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border: 2px solid rgba(245, 184, 46, 0.5);
  border-radius: 28px;
  background: #061b2e;
  box-shadow: 0 28px 70px rgba(6, 27, 46, 0.2);
}

.dham-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  opacity: 0.82;
}

.dham-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 27, 46, 0.75), rgba(6, 27, 46, 0.18));
}

.dham-specialty {
  position: absolute;
  z-index: 1;
  left: 26px;
  bottom: 24px;
}

.dham-specialty span {
  display: block;
  color: #ffd763;
  font-family: Allura, cursive;
  font-size: 32px;
  line-height: 1;
}

.dham-specialty strong {
  display: block;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: uppercase;
}

.dham-feature-band {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.dham-feature-band article,
.dham-service-card {
  overflow: hidden;
  border: 1px solid rgba(245, 184, 46, 0.22);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(7, 31, 51, 0.12);
}

.dham-feature-band article {
  padding: 22px;
}

.dham-feature-band span,
.dham-service-body span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  color: #061b2e;
  background: linear-gradient(135deg, var(--gold), #ffd763);
  font-size: 19px;
}

.dham-feature-band h3,
.dham-service-body h3 {
  margin: 14px 0 8px;
  color: var(--navy);
  line-height: 1.18;
}

.dham-feature-band p,
.dham-service-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
  font-weight: 700;
}

.dham-service-grid,
.dham-service-row {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.dham-service-card img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
  display: block;
}

.dham-service-body {
  padding: 18px;
}

@media (max-width: 960px) {
  .dham-service-hero,
  .dham-feature-band,
  .dham-service-grid {
    grid-template-columns: 1fr;
  }

  .dham-service-hero {
    padding-top: 7.2rem;
  }
}

@media (max-width: 768px) {
  .dham-service-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding: 4px 16px 18px !important;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px) !important;
    scrollbar-width: none;
  }

  .dham-service-row::-webkit-scrollbar {
    display: none;
  }

  .dham-service-row > * {
    flex: 0 0 min(84%, 340px) !important;
    min-width: min(84%, 340px) !important;
  }
}

/* Auth-aware booking/cart actions */
.inline-book-form {
  display: inline-flex;
  min-width: 0;
  margin: 0;
}

.inline-book-form button {
  width: 100%;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.button-row .inline-book-form {
  flex: 1 1 130px;
}

.button-row .inline-book-form button {
  min-height: 44px;
}

.hero-actions .inline-book-form {
  flex: 0 1 auto;
}

.empty-state {
  width: min(100% - 32px, 760px);
  margin: 32px auto;
  padding: 28px;
  border: 1px solid rgba(14, 45, 64, 0.12);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 18px 40px rgba(14, 45, 64, 0.08);
}

.empty-state h2 {
  margin: 0 0 10px;
}

.empty-state p {
  margin: 0 0 18px;
  color: #667085;
}

/* Header logo visibility: keep brand color, add a clean white boundary. */
.premium-header .brand img,
.premium-header .brand img.home-brand-logo {
  padding: 4px !important;
  border: 1.5px solid rgba(255, 255, 255, 0.78) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.08) !important;
}

@media (max-width: 768px) {
  .premium-header .brand img,
  .premium-header .brand img.home-brand-logo {
    padding: 3px !important;
    border-radius: 11px !important;
    background: rgba(255, 255, 255, 0.1) !important;
  }
}

/* HIMIGO premium 3D/neumorphic travel system */
:root {
  --himi-navy: #061b2e;
  --himi-navy-2: #092843;
  --himi-navy-3: #0d3656;
  --himi-gold: #f5b82e;
  --himi-gold-2: #ffd763;
  --himi-gold-3: #d89412;
  --himi-ink: #061b2e;
  --himi-muted: #647184;
  --himi-surface: #f4f7fb;
  --himi-surface-2: #ffffff;
  --himi-line: rgba(6, 27, 46, 0.12);
  --himi-glow: rgba(245, 184, 46, 0.28);
  --shadow-3d: 0 24px 60px rgba(6, 27, 46, 0.16), 0 9px 18px rgba(6, 27, 46, 0.08);
  --shadow-3d-hover: 0 34px 78px rgba(6, 27, 46, 0.22), 0 14px 28px rgba(6, 27, 46, 0.12);
  --shadow-3d-gold: 0 18px 34px rgba(216, 148, 18, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.55), inset 0 -4px 0 rgba(181, 112, 0, 0.22);
  --radius-3d: 24px;
  --radius-3d-sm: 16px;
  --section-pad-3d: clamp(56px, 6vw, 92px);
}

body {
  background:
    radial-gradient(circle at 8% 6%, rgba(245, 184, 46, 0.12), transparent 28%),
    linear-gradient(180deg, #f7f9fc 0%, #eef3f8 48%, #ffffff 100%);
}

.btn-3d,
.gold-btn,
.dark-btn,
.outline-btn,
.outline-dark,
.see-all-link,
.plan-btn,
.planner-submit,
.booking-final-btn,
.booking-form-grid button,
.destination-filter-card button,
.package-filter-card button,
.category-pills span,
.filter-pill-3d,
.button-row a,
.service-card a,
.experience-card a,
.destination-card a,
.package-card a,
.premium-package-card a,
.whatsapp-btn,
button.save,
.add-preview {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 15px;
  color: var(--himi-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0) 35%),
    linear-gradient(135deg, var(--himi-gold), var(--himi-gold-2));
  box-shadow: var(--shadow-3d-gold);
  transform: translateY(0);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease, background 220ms ease;
  text-decoration: none;
}

.btn-3d:hover,
.gold-btn:hover,
.dark-btn:hover,
.outline-btn:hover,
.outline-dark:hover,
.see-all-link:hover,
.plan-btn:hover,
.planner-submit:hover,
.booking-final-btn:hover,
.booking-form-grid button:hover,
.destination-filter-card button:hover,
.package-filter-card button:hover,
.category-pills span:hover,
.button-row a:hover,
.service-card a:hover,
.experience-card a:hover,
.destination-card a:hover,
.package-card a:hover,
.premium-package-card a:hover,
.whatsapp-btn:hover,
button.save:hover,
.add-preview:hover {
  filter: saturate(1.05);
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(216, 148, 18, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.64), inset 0 -4px 0 rgba(181, 112, 0, 0.2);
}

.btn-3d:active,
.gold-btn:active,
.dark-btn:active,
.outline-btn:active,
.outline-dark:active,
.see-all-link:active,
.plan-btn:active,
.planner-submit:active,
.booking-final-btn:active,
.booking-form-grid button:active,
.destination-filter-card button:active,
.package-filter-card button:active,
.category-pills span:active,
.button-row a:active,
.service-card a:active,
.experience-card a:active,
.destination-card a:active,
.package-card a:active,
.premium-package-card a:active,
.whatsapp-btn:active,
button.save:active,
.add-preview:active {
  transform: translateY(1px);
  box-shadow: 0 9px 18px rgba(216, 148, 18, 0.28), inset 0 3px 8px rgba(106, 67, 0, 0.2);
}

.dark-btn,
.outline-btn,
.outline-dark {
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, var(--himi-navy-3), var(--himi-navy));
  box-shadow: 0 18px 34px rgba(6, 27, 46, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -4px 0 rgba(0, 0, 0, 0.22);
}

.outline-btn {
  border-color: rgba(255, 255, 255, 0.38);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 45%),
    rgba(8, 36, 58, 0.72);
  backdrop-filter: blur(16px);
}

.card-3d,
.travel-card,
.package-card,
.service-card,
.experience-card,
.destination-card,
.premium-package-card,
.testimonial-card,
.fallback-card,
.fallback-team-card,
.team-member-card,
.leader-mini-card,
.mini-dark-card,
.booking-panel,
.booking-summary-card,
.booking-modal-card,
.destination-filter-card,
.package-filter-card,
.planner-card,
.site-search-card,
.custom-trip-card,
.about-card-grid article,
.about-service-grid a,
.why-grid article,
.stats-row article,
.feature-grid article {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-3d);
  box-shadow: var(--shadow-3d);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(236, 243, 250, 0.82));
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.travel-card:hover,
.package-card:hover,
.service-card:hover,
.experience-card:hover,
.destination-card:hover,
.premium-package-card:hover,
.testimonial-card:hover,
.fallback-card:hover,
.fallback-team-card:hover,
.team-member-card:hover,
.leader-mini-card:hover,
.mini-dark-card:hover,
.about-card-grid article:hover,
.about-service-grid a:hover,
.why-grid article:hover,
.stats-row article:hover,
.feature-grid article:hover {
  border-color: rgba(245, 184, 46, 0.42);
  box-shadow: var(--shadow-3d-hover);
  transform: translateY(-8px) scale(1.01);
}

.image-display,
.card-image,
.destination-image,
.package-image,
.experience-image,
.team-member-img,
.leader-mini-img,
.summary-package img,
.package-thumb,
.main-package-image {
  overflow: hidden;
  border-radius: 20px 20px 12px 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 12px 28px rgba(6, 27, 46, 0.14);
  background: linear-gradient(145deg, #ffffff, #e7eef6);
}

.card-image img,
.destination-image img,
.package-image img,
.experience-image img,
.travel-card img,
.package-card img,
.service-card img,
.premium-package-card img,
.team-member-img img,
.leader-mini-img img,
.gallery-grid img,
.reel-card img {
  transition: transform 520ms ease, filter 520ms ease;
}

.travel-card:hover img,
.package-card:hover img,
.service-card:hover img,
.experience-card:hover img,
.destination-card:hover img,
.premium-package-card:hover img,
.team-member-card:hover img,
.leader-mini-card:hover img,
.gallery-grid article:hover img,
.reel-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.06) contrast(1.02);
}

.section-3d,
.section-pad,
.white-section,
.soft-section,
.team-leadership-section,
.destination-package-filter {
  padding-top: var(--section-pad-3d);
  padding-bottom: var(--section-pad-3d);
}

.white-section,
.soft-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(245, 184, 46, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 246, 251, 0.94));
}

.premium-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(6, 27, 46, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 42px rgba(3, 13, 24, 0.28);
  backdrop-filter: blur(18px);
}

.nav-shell {
  min-height: 86px;
}

.main-nav a,
.main-nav button {
  border-radius: 14px;
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}

.main-nav a:hover,
.main-nav button:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.hero-section,
.destination-hero,
.experience-hero,
.package-hero,
.destination-package-hero,
.booking-hero {
  min-height: clamp(480px, 62vh, 720px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 -42px 80px rgba(6, 27, 46, 0.36);
}

.hero-shell,
.destination-hero-shell {
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.feature-grid article,
.why-grid article,
.stats-row article {
  background:
    radial-gradient(circle at top left, rgba(245, 184, 46, 0.13), transparent 38%),
    linear-gradient(145deg, var(--himi-navy-2), var(--himi-navy));
  color: #ffffff;
}

.travel-card,
.package-card,
.destination-card,
.premium-package-card,
.experience-card {
  overflow: hidden;
}

.service-card,
.mini-dark-card {
  background:
    radial-gradient(circle at top left, rgba(245, 184, 46, 0.15), transparent 36%),
    linear-gradient(145deg, #092b47, #061b2e);
  color: #ffffff;
}

.service-icon,
.experience-icon,
.line-icon,
.team-arrow,
.slider-btn,
.icon-action span,
.support-link span {
  box-shadow: 0 12px 26px rgba(6, 27, 46, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.experience-icon,
.service-icon {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, var(--himi-gold), var(--himi-gold-2));
  color: var(--himi-navy);
}

.destination-filter-card,
.package-filter-card,
.planner-card,
.site-search-card,
.booking-panel,
.booking-summary-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(235, 242, 249, 0.88));
}

.destination-filter-card input,
.destination-filter-card select,
.package-filter-card input,
.package-filter-card select,
.planner-card input,
.planner-card select,
.site-search-card input,
.booking-form-grid input,
.booking-form-grid textarea,
.booking-form-grid select,
input,
select,
textarea {
  border: 1px solid rgba(6, 27, 46, 0.12);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 245, 250, 0.82));
  box-shadow: inset 0 2px 8px rgba(6, 27, 46, 0.06), 0 1px 0 rgba(255, 255, 255, 0.7);
}

.destination-filter-card input:focus,
.destination-filter-card select:focus,
.package-filter-card input:focus,
.package-filter-card select:focus,
.planner-card input:focus,
.planner-card select:focus,
.site-search-card input:focus,
.booking-form-grid input:focus,
.booking-form-grid textarea:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: rgba(245, 184, 46, 0.72);
  box-shadow: 0 0 0 4px rgba(245, 184, 46, 0.16), inset 0 2px 8px rgba(6, 27, 46, 0.05);
  outline: none;
}

.category-pills span,
.filter-pill-3d {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--himi-navy);
  font-weight: 900;
}

.category-pills span.active,
.filter-pill-3d.active {
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 40%),
    linear-gradient(135deg, var(--himi-navy-3), var(--himi-navy));
  box-shadow: 0 14px 30px rgba(6, 27, 46, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.premium-footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(245, 184, 46, 0.14), transparent 30%),
    linear-gradient(180deg, #08243b, #041421);
}

.footer-grid,
.footer-bottom {
  border-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1101px) {
  .responsive-card-row,
  .card-grid.four,
  .package-page-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
  }

  .feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 768px) {
  :root {
    --radius-3d: 20px;
    --section-pad-3d: 48px;
  }

  .section-head-row,
  .section-heading,
  .custom-trip,
  .split-panel,
  .footer-grid,
  .footer-bottom,
  .faq-list,
  .gallery-grid,
  .reel-track,
  .why-grid,
  .stats-row,
  .card-grid,
  .responsive-card-row,
  .booking-layout {
    width: calc(100% - 32px) !important;
  }

  .nav-shell {
    width: calc(100% - 24px);
    min-height: 66px;
    gap: 10px;
  }

  .premium-header .brand {
    flex: 1 1 auto;
  }

  .premium-header .brand strong {
    font-size: 22px;
  }

  .premium-header .brand small {
    font-size: 10px;
  }

  .plan-btn {
    min-height: 42px;
    padding: 0 12px;
  }

  .hero-section,
  .destination-hero,
  .experience-hero,
  .package-hero,
  .destination-package-hero,
  .booking-hero {
    min-height: 520px;
  }

  .hero-actions a,
  .hero-actions button,
  .gold-btn,
  .dark-btn,
  .outline-btn,
  .outline-dark,
  .see-all-link,
  .planner-submit,
  .booking-final-btn {
    min-height: 44px;
  }

  .travel-card:hover,
  .package-card:hover,
  .service-card:hover,
  .experience-card:hover,
  .destination-card:hover,
  .premium-package-card:hover,
  .testimonial-card:hover,
  .team-member-card:hover,
  .leader-mini-card:hover {
    transform: translateY(-4px);
  }

  .mobile-slide-row,
  .responsive-card-row {
    overflow-y: visible !important;
    padding-bottom: 24px !important;
  }
}

.premium-header .brand img.home-brand-logo {
  width: 66px !important;
  height: 66px !important;
  max-height: none !important;
  object-fit: contain;
  filter: none !important;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

@media (max-width: 768px) {
  .premium-header .brand img.home-brand-logo {
    width: 42px !important;
    height: 42px !important;
  }
}

@media (max-width: 380px) {
  .premium-header .brand img.home-brand-logo {
    width: 36px !important;
    height: 36px !important;
  }
}

/* Char Dham home section containment */
#char-dham {
  overflow: hidden;
}

#char-dham .split-panel,
#char-dham .split-panel > * {
  min-width: 0;
}

#char-dham .split-panel {
  overflow: hidden;
}

#char-dham .split-panel h2,
#char-dham .split-panel p {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

#char-dham .split-panel img {
  display: block;
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 768px) {
  #char-dham.section-pad {
    padding: 34px 0 !important;
  }

  #char-dham .split-panel {
    width: min(100% - 28px, 520px) !important;
    max-width: calc(100% - 28px) !important;
    margin-inline: auto !important;
    padding: clamp(20px, 5.4vw, 28px) !important;
    gap: 24px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    border-radius: 24px !important;
  }

  #char-dham .split-panel h2 {
    font-size: clamp(24px, 7vw, 32px) !important;
    line-height: 1.18 !important;
  }

  #char-dham .split-panel p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  #char-dham .inline-see-all {
    width: min(100%, 260px) !important;
  }

  #char-dham .char-dham-pills {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 0 8px !important;
    margin: 0;
  }

  #char-dham .char-dham-pills span {
    flex: 0 0 auto;
  }

  #char-dham .split-panel img {
    width: 100%;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 1.35 / 1;
    object-fit: contain !important;
    object-position: center !important;
    padding: clamp(10px, 3vw, 14px) !important;
    border-radius: 22px !important;
  }
}

@media (max-width: 430px) {
  #char-dham .split-panel {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    padding: 20px !important;
    border-radius: 22px !important;
  }

  #char-dham .split-panel h2 {
    font-size: clamp(23px, 7.3vw, 29px) !important;
  }

  #char-dham .inline-see-all {
    width: 100% !important;
    min-height: 52px;
  }

  #char-dham .split-panel img {
    aspect-ratio: 1.12 / 1;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--text);
  background: var(--white);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.premium-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(8, 28, 45, 0.88);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 28px rgba(6, 27, 46, 0.14);
}
.nav-shell {
  width: var(--width);
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 214px;
  min-width: 0;
}
.brand img {
  width: 58px;
  max-height: 42px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.brand strong {
  display: block;
  font-size: 26px;
  line-height: 0.95;
  letter-spacing: 0.06em;
}
.brand small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex: 1 1 auto;
  font-size: 15px;
  font-weight: 700;
}
.main-nav a,
.nav-dropdown > button {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  font: inherit;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.main-nav a::after,
.nav-dropdown > button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  border-radius: 99px;
  background: transparent;
  transform: scaleX(0);
  transition: 180ms ease;
}
.main-nav a:hover,
.main-nav a.active,
.nav-dropdown:hover > button,
.nav-dropdown.active > button { color: var(--gold); }
.main-nav a:hover::after,
.main-nav a.active::after,
.nav-dropdown:hover > button::after,
.nav-dropdown.active > button::after {
  background: var(--gold);
  transform: scaleX(1);
}
.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
}
.dropdown-menu {
  position: absolute;
  top: calc(100% + 18px);
  right: 50%;
  transform: translateX(50%) translateY(8px);
  min-width: 220px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(8, 28, 45, 0.98);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.28);
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  transition: 180ms ease;
}
.experience-menu {
  left: 50%;
  right: auto;
  width: min(860px, 90vw);
  max-height: none;
  overflow: visible;
  transform: translateX(-50%) translateY(14px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  background: linear-gradient(145deg, #061826, #082238);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  padding: 22px;
}
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(50%) translateY(0);
}
.experiences-dropdown:hover .experience-menu,
.experiences-dropdown:focus-within .experience-menu {
  transform: translateX(-50%) translateY(0);
}
.experience-menu::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  width: 18px;
  height: 18px;
  background: #061826;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  transform: translateX(-50%) rotate(45deg);
}
.dropdown-arrow {
  display: inline-block;
  margin-left: 4px;
  font-size: 12px;
  transition: transform 0.25s ease;
}
.experiences-dropdown:hover .dropdown-arrow,
.experiences-dropdown:focus-within .dropdown-arrow {
  transform: rotate(180deg);
}
.mega-head {
  margin-bottom: 16px;
}
.mega-label {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.mega-head h4 {
  margin: 0;
  color: var(--white);
  font-size: 22px;
  line-height: 1.2;
}
.mega-head p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 700;
}
.mega-head::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin-top: 14px;
  border-radius: 99px;
  background: var(--gold);
}
.mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.dropdown-menu a {
  display: block;
  padding: 12px 13px;
  border-radius: 10px;
  font-size: 14px;
}
.dropdown-card {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 12px !important;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.mega-card {
  min-height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.045);
  padding: 13px 14px !important;
}
.dropdown-card:hover {
  transform: translateX(4px);
}
.mega-card:hover {
  border-color: rgba(230, 170, 36, 0.35);
  background: rgba(230, 170, 36, 0.13);
  transform: translateY(-2px);
}
.drop-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 12px;
  background: rgba(233, 177, 61, 0.12);
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}
.mega-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 14px;
  background: rgba(230, 170, 36, 0.16);
  color: var(--gold);
  font-size: 20px;
}
.dropdown-card strong,
.dropdown-card small {
  display: block;
}
.dropdown-card strong {
  font-size: 14px;
  line-height: 1.2;
}
.dropdown-card small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.35;
}
.dropdown-card:hover small {
  color: rgba(255, 255, 255, 0.78);
}
.mega-card:hover strong {
  color: var(--gold);
}
.dropdown-menu a::after { display: none; }
.dropdown-menu a:hover {
  background: rgba(255, 255, 255, 0.08);
}
.experience-menu .mega-card:hover {
  background: rgba(230, 170, 36, 0.13);
}
.mega-footer {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(230, 170, 36, 0.22);
  border-radius: 16px;
  background: rgba(230, 170, 36, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.mega-footer span {
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}
.mega-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border-radius: 12px;
  background: #e6aa24;
  color: var(--navy);
  padding: 0 16px;
  font-size: 13px;
  font-weight: 900;
  transition: transform 0.25s ease, background 0.25s ease;
}
.mega-footer a:hover {
  background: #f0bd42;
  transform: translateY(-1px);
}
.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 0 0 318px;
}
.icon-action,
.support-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 700;
  transition: color 180ms ease, transform 180ms ease;
}
.icon-action span,
.support-link span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: var(--gold);
  font-size: 18px;
}
.icon-action:hover,
.support-link:hover {
  color: var(--gold);
  transform: translateY(-1px);
}
.plan-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 12px;
  background: #e4a72c;
  color: var(--navy);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.plan-btn:hover {
  transform: translateY(-2px);
  background: #d99a1f;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}
.gold-btn,
.dark-btn,
.outline-btn,
.outline-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  cursor: pointer;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}
.gold-btn {
  background: linear-gradient(135deg, #f7c963, var(--gold) 55%, var(--gold-dark));
  color: var(--navy);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}
.gold-btn:hover,
.dark-btn:hover,
.outline-btn:hover,
.outline-dark:hover,
.travel-card:hover,
.service-card:hover,
.package-card:hover,
.mini-dark-card:hover,
.testimonial-card:hover {
  transform: translateY(-5px);
}
.gold-btn.large,
.outline-btn.large { min-height: 56px; padding: 0 28px; }
.gold-btn.small { min-height: 42px; padding: 0 18px; }
.gold-btn.wide { width: 100%; margin-top: 18px; }
.dark-btn {
  width: 100%;
  margin-top: 20px;
  background: var(--navy);
  color: var(--white);
}
.outline-btn {
  border: 1px solid rgba(255, 255, 255, 0.64);
  color: var(--white);
  background: rgba(6, 27, 46, 0.12);
}
.outline-btn.ghost { background: rgba(255, 255, 255, 0.08); }
.outline-dark {
  border: 1px solid var(--line);
  color: var(--navy);
  background: var(--white);
}
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
}

.hero-section {
  position: relative;
  min-height: 850px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 27, 46, 0.74) 0%, rgba(6, 27, 46, 0.44) 38%, rgba(6, 27, 46, 0.05) 74%),
    linear-gradient(180deg, rgba(6, 27, 46, 0.12) 0%, rgba(6, 27, 46, 0.06) 54%, rgba(6, 27, 46, 0.52) 100%),
    url("../banners/hero-banner.png.png?v=3"), url("../banners/assets-banner.png"), url("../banners/assets-banner.png");
  background-position: center;
  background-size: cover;
  padding: 150px 0 160px;
}
.hero-shell {
  width: var(--width);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.script-text {
  margin: 0 0 12px;
  font-family: "Allura", cursive;
  color: var(--gold);
  font-size: clamp(42px, 4vw, 62px);
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.36);
}
.hero-section h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(56px, 8vw, 106px);
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.42);
}
.hero-section h1 span { color: var(--gold); }
.hero-subtitle {
  max-width: 720px;
  margin: 28px 0 0;
  font-size: 19px;
  line-height: 1.8;
  font-weight: 800;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.42);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 36px;
}
.reveal {
  animation: heroReveal 900ms ease both;
}
@keyframes heroReveal {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.trip-search {
  width: var(--width);
  margin: -82px auto 0;
  position: relative;
  z-index: 5;
}
.planner-card {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 14px;
  align-items: end;
  border: 1px solid rgba(233, 177, 61, 0.2);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  padding: 18px;
}
.planner-card label {
  display: grid;
  gap: 8px;
}
.planner-card span {
  font-size: 12px;
  font-weight: 900;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.planner-card select,
.planner-card input {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  color: var(--text);
  padding: 0 14px;
  font: inherit;
  font-weight: 800;
  outline: none;
}
.planner-submit { height: 50px; }

.section-pad { padding: 88px 0; }
.white-section { background: var(--white); }
.soft-section { background: var(--light); }
.section-heading {
  width: var(--width);
  margin: 0 auto 38px;
  text-align: center;
}
.section-heading span,
.eyebrow {
  display: block;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.section-heading h2,
.custom-trip h2,
.split-panel h2 {
  margin: 12px 0 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.16;
}
.section-heading p {
  max-width: 760px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.8;
}
.section-heading.light { color: var(--white); }
.section-heading.light span { color: var(--gold); }

.trust-row { padding-top: 42px; }
.feature-grid {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.feature-grid article {
  border: 1px solid rgba(233, 177, 61, 0.22);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(6, 27, 46, 0.95), rgba(7, 26, 45, 0.9));
  color: var(--white);
  box-shadow: var(--shadow);
  padding: 28px;
}
.line-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--gold);
  border-radius: 16px;
  color: var(--gold);
  font-weight: 900;
}
.feature-grid h3 { margin: 18px 0 8px; }
.feature-grid p { margin: 0; color: rgba(255, 255, 255, 0.76); line-height: 1.7; }

.card-grid {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  gap: 24px;
}
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.travel-card,
.package-card,
.service-card,
.testimonial-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(6, 27, 46, 0.1);
  transition: 220ms ease;
}
.card-image {
  position: relative;
  height: 214px;
  overflow: hidden;
}
.card-image img,
.service-card img,
.mini-dark-card img,
.gallery-grid img,
.reel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 500ms ease;
}
.travel-card:hover img,
.package-card:hover img,
.service-card:hover img,
.gallery-grid article:hover img,
.reel-card:hover img { transform: scale(1.08); }
.card-image small {
  position: absolute;
  left: 16px;
  top: 16px;
  border-radius: 99px;
  background: var(--gold);
  color: var(--navy);
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 900;
}
.card-body { padding: 22px; }
.card-body h3,
.service-card h3,
.mini-dark-card h3 { margin: 0 0 10px; font-size: 21px; }
.card-body p,
.service-card p,
.mini-dark-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.meta-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}
.meta-row span { color: var(--gold-dark); }
.meta-row strong { color: var(--navy); }
.button-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}

.service-card {
  position: relative;
  padding-bottom: 24px;
  text-align: center;
}
.service-card img {
  height: 190px;
}
.service-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: -31px auto 16px;
  position: relative;
  border: 4px solid var(--white);
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-size: 22px;
  font-weight: 900;
}
.service-card h3,
.service-card p { padding: 0 20px; }
.service-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--gold-dark);
  font-weight: 900;
}

.reels-section,
.romantic-section {
  background:
    linear-gradient(90deg, rgba(6, 27, 46, 0.96), rgba(6, 27, 46, 0.88)),
    url("../banners/hero-banner.png.png?v=3");
  background-size: cover;
  background-position: center;
}
.reel-track {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 280px);
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}
.reel-card {
  position: relative;
  height: 380px;
  overflow: hidden;
  border-radius: 24px;
  scroll-snap-align: start;
  box-shadow: var(--shadow);
}
.reel-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(6, 27, 46, 0.78));
}
.reel-card div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
}
.reel-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
}

.custom-trip,
.split-panel {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 42px;
}
.custom-trip p,
.split-panel p { color: var(--muted); line-height: 1.8; }
.chip-panel {
  border-radius: 22px;
  background: var(--light);
  padding: 26px;
}
.chip-panel h3 { margin: 0 0 12px; }
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.chips span,
.pill-list span {
  border: 1px solid rgba(233, 177, 61, 0.34);
  border-radius: 99px;
  background: var(--white);
  padding: 10px 14px;
  color: var(--navy);
  font-weight: 900;
  font-size: 13px;
}

.mini-dark-card {
  overflow: hidden;
  border: 1px solid rgba(233, 177, 61, 0.24);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  box-shadow: var(--shadow);
  transition: 220ms ease;
}
.mini-dark-card img { height: 210px; }
.mini-dark-card h3,
.mini-dark-card p { padding: 0 22px; }
.mini-dark-card h3 { margin-top: 20px; }
.mini-dark-card p { padding-bottom: 22px; color: rgba(255, 255, 255, 0.74); }

.split-panel {
  background: var(--navy);
  color: var(--white);
}
.split-panel p { color: rgba(255, 255, 255, 0.76); }
.split-panel img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 22px;
}
.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.why-grid,
.stats-row,
.faq-list,
.gallery-grid,
.footer-grid,
.footer-bottom {
  width: var(--width);
  margin-left: auto;
  margin-right: auto;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.why-grid article {
  border-radius: 16px;
  background: var(--white);
  padding: 18px;
  box-shadow: 0 12px 28px rgba(6, 27, 46, 0.08);
  font-weight: 900;
}
.why-grid span { color: var(--gold-dark); margin-right: 8px; }
.stats-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 38px;
}
.stats-row article {
  border-radius: 20px;
  background: var(--navy);
  color: var(--white);
  text-align: center;
  padding: 26px 16px;
}
.stats-row strong {
  display: block;
  color: var(--gold);
  font-size: 34px;
}
.stats-row span { color: rgba(255, 255, 255, 0.72); font-weight: 800; }

.testimonial-card { padding: 26px; }
.testimonial-card div {
  display: flex;
  align-items: center;
  gap: 14px;
}
.testimonial-card img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-card strong,
.testimonial-card small { display: block; }
.testimonial-card small { color: var(--muted); }
.testimonial-card p {
  margin: 20px 0;
  color: var(--muted);
  line-height: 1.8;
}
.testimonial-card b { color: var(--gold-dark); letter-spacing: 0.12em; }

.gallery-section { background: var(--light); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.gallery-grid article {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border-radius: 22px;
}
.gallery-grid article:nth-child(1),
.gallery-grid article:nth-child(4) {
  grid-row: span 2;
}
.gallery-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(6, 27, 46, 0.72));
}
.gallery-grid span,
.gallery-grid strong {
  position: absolute;
  z-index: 2;
  left: 18px;
  color: var(--white);
}
.gallery-grid span {
  top: 18px;
  border-radius: 99px;
  background: var(--gold);
  color: var(--navy);
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 900;
  opacity: 0;
  transition: 180ms ease;
}
.gallery-grid strong { bottom: 18px; font-size: 18px; }
.gallery-grid article:hover span { opacity: 1; }

.faq-list {
  max-width: 900px;
  display: grid;
  gap: 14px;
}
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(6, 27, 46, 0.06);
  padding: 20px 24px;
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 900;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { margin: 14px 0 0; color: var(--muted); line-height: 1.8; }

.premium-footer {
  background: var(--navy);
  color: var(--white);
  padding: 56px 0 22px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 1fr 1fr;
  gap: 38px;
}
.footer-brand img { width: 70px; }
.premium-footer p,
.premium-footer a {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  font-size: 14px;
}
.premium-footer h4 { margin: 0 0 16px; }
.whatsapp-btn {
  display: inline-flex !important;
  width: fit-content;
  margin-top: 14px;
  border-radius: 99px;
  background: var(--gold);
  color: var(--navy) !important;
  padding: 10px 16px;
  font-weight: 900;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 34px;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}
.footer-bottom a { display: inline; }

@media (max-width: 1180px) {
  .brand { flex-basis: 190px; }
  .nav-actions { flex-basis: 286px; }
  .icon-action small,
  .support-link small { display: none; }
}
@media (max-width: 1100px) {
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 92px;
    display: none;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: rgba(6, 27, 46, 0.98);
    box-shadow: var(--shadow);
    padding: 16px;
  }
  .main-nav.is-open { display: grid; }
  .main-nav a,
  .nav-dropdown > button { padding: 12px; text-align: left; }
  .main-nav a::after,
  .nav-dropdown > button::after { display: none; }
  .nav-dropdown { display: grid; min-height: auto; }
  .dropdown-menu {
    position: static;
    transform: none;
    display: none;
    opacity: 1;
    pointer-events: auto;
    min-width: 0;
    width: 100%;
    max-height: none;
    margin: 0 0 0 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
  .nav-dropdown:hover .dropdown-menu,
  .nav-dropdown:focus-within .dropdown-menu { transform: none; }
  .nav-dropdown.is-open .dropdown-menu { display: grid; }
  .dropdown-menu a { padding: 10px 16px; color: rgba(255, 255, 255, 0.76); }
  .dropdown-card { padding: 10px 12px !important; }
  .experience-menu {
    left: auto;
    width: 100%;
    overflow: visible;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    padding: 16px;
  }
  .experiences-dropdown:hover .experience-menu,
  .experiences-dropdown:focus-within .experience-menu {
    transform: none;
  }
  .experience-menu::before {
    display: none;
  }
  .mega-grid {
    grid-template-columns: 1fr;
  }
  .mega-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-actions { flex-basis: auto; }
  .planner-card,
  .feature-grid,
  .card-grid.four,
  .card-grid.three,
  .why-grid,
  .stats-row,
  .gallery-grid,
  .footer-grid,
  .custom-trip,
  .split-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .planner-card { align-items: stretch; }
  .planner-submit { grid-column: span 2; }
}
@media (min-width: 1280px) {
  .experience-menu {
    width: min(960px, 90vw);
  }
  .mega-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  :root { --width: calc(100% - 28px); }
  .nav-shell { min-height: 78px; }
  .brand { flex-basis: auto; }
  .brand img { width: 58px; }
  .brand strong { font-size: 23px; }
  .icon-action,
  .support-link { display: none; }
  .plan-btn {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }
  .hero-section {
    min-height: 760px;
    padding-top: 118px;
    background-position: 62% center;
  }
  .hero-section h1 { font-size: 52px; }
  .script-text { font-size: 40px; }
  .hero-subtitle { font-size: 16px; }
  .hero-actions { display: grid; }
  .trip-search { margin-top: -54px; }
  .planner-card,
  .feature-grid,
  .card-grid.four,
  .card-grid.three,
  .why-grid,
  .stats-row,
  .gallery-grid,
  .footer-grid,
  .custom-trip,
  .split-panel,
  .button-row {
    grid-template-columns: 1fr;
  }
  .planner-submit { grid-column: auto; }
  .section-pad { padding: 64px 0; }
  .custom-trip,
  .split-panel { padding: 24px; }
  .split-panel img { height: 280px; }
  .gallery-grid article:nth-child(1),
  .gallery-grid article:nth-child(4) { grid-row: auto; }
  .footer-bottom { flex-direction: column; }
}

/* Destinations page */
.destination-hero {
  min-height: 520px;
  display: grid;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 27, 46, 0.78), rgba(6, 27, 46, 0.42), rgba(6, 27, 46, 0.12)),
    linear-gradient(180deg, rgba(6, 27, 46, 0.18), rgba(6, 27, 46, 0.58)),
    url("../banners/hero-banner.png.png?v=3"), url("../banners/assets-banner.png");
  background-size: cover;
  background-position: center;
  padding: 132px 0 92px;
}
.destination-hero-shell {
  width: var(--width);
  margin: 0 auto;
}
.destination-hero h1 {
  max-width: 760px;
  margin: 14px 0 0;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 1.08;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.42);
}
.destination-hero h1 span { color: var(--gold); }
.destination-hero p {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}
.destination-filter-wrap {
  width: var(--width);
  margin: -58px auto 0;
  position: relative;
  z-index: 5;
}
.destination-filter-card {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr) auto;
  gap: 14px;
  align-items: end;
  border: 1px solid rgba(233, 177, 61, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow);
  padding: 18px;
}
.destination-filter-card label {
  display: grid;
  gap: 8px;
}
.destination-filter-card label span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.destination-filter-card input,
.destination-filter-card select {
  min-height: 50px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  color: var(--text);
  padding: 0 14px;
  font: inherit;
  font-weight: 800;
  outline: none;
}
.destination-grid {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.destination-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(6, 27, 46, 0.1);
  transition: 220ms ease;
}
.destination-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}
.destination-image {
  position: relative;
  display: block;
  height: 230px;
  overflow: hidden;
}
.destination-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 500ms ease;
}
.destination-card:hover .destination-image img { transform: scale(1.08); }
.destination-image small {
  position: absolute;
  left: 16px;
  top: 16px;
  border-radius: 99px;
  background: var(--gold);
  color: var(--navy);
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 900;
}
.destination-card-body { padding: 22px; }
.destination-card-body h3 {
  margin: 0 0 10px;
  font-size: 24px;
}
.destination-card-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}
.destination-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.destination-tags span {
  border-radius: 99px;
  background: rgba(233, 177, 61, 0.12);
  color: var(--gold-dark);
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
}
.no-results {
  width: var(--width);
  margin: 26px auto 0;
  border-radius: 18px;
  background: var(--light);
  color: var(--muted);
  padding: 22px;
  text-align: center;
  font-weight: 900;
}
.mood-grid,
.route-grid {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.route-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mood-grid article,
.route-grid article {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(6, 27, 46, 0.08);
  padding: 24px;
  transition: 220ms ease;
}
.mood-grid article:hover,
.route-grid article:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.mood-grid span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: var(--navy);
  color: var(--gold);
  font-size: 24px;
  font-weight: 900;
}
.mood-grid h3,
.route-grid h3 { margin: 18px 0 10px; }
.mood-grid p,
.route-grid p { color: var(--muted); line-height: 1.7; }
.route-grid span {
  display: block;
  color: var(--muted);
  font-weight: 800;
}
.route-grid strong {
  display: block;
  margin-top: 12px;
  color: var(--gold-dark);
  font-size: 20px;
}
.region-section {
  background:
    linear-gradient(90deg, rgba(6, 27, 46, 0.96), rgba(6, 27, 46, 0.88)),
    url("../banners/hero-banner.png.png?v=3");
  background-size: cover;
  background-position: center;
}
.region-tabs {
  width: var(--width);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.region-tabs button {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  padding: 11px 16px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.region-tabs button.active,
.region-tabs button:hover {
  background: var(--gold);
  color: var(--navy);
}
.region-panel {
  width: min(760px, calc(100% - 40px));
  margin: 28px auto 0;
  border: 1px solid rgba(233, 177, 61, 0.28);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  text-align: center;
  padding: 30px;
}
.region-panel h3 { margin: 0 0 10px; font-size: 30px; }
.region-panel p { margin: 0; color: rgba(255, 255, 255, 0.74); font-weight: 800; }
.destination-cta {
  width: var(--width);
  margin: 0 auto;
  border-radius: 28px;
  background: radial-gradient(circle at top right, rgba(233, 177, 61, 0.2), transparent 35%), var(--navy);
  color: var(--white);
  text-align: center;
  box-shadow: var(--shadow);
  padding: 56px 28px;
}
.destination-cta h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); }
.destination-cta p {
  max-width: 720px;
  margin: 16px auto 26px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.8;
}
.review-avatar {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-size: 22px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .destination-filter-card,
  .destination-grid,
  .mood-grid,
  .route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .destination-filter-card .planner-submit { grid-column: span 2; }
}

@media (max-width: 640px) {
  .destination-hero {
    min-height: 560px;
    padding-top: 122px;
  }
  .destination-filter-wrap { margin-top: -42px; }
  .destination-filter-card,
  .destination-grid,
  .mood-grid,
  .route-grid {
    grid-template-columns: 1fr;
  }
  .destination-filter-card .planner-submit { grid-column: auto; }
}

/* Packages page */
.package-hero {
  min-height: 520px;
  display: grid;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 27, 46, 0.82), rgba(6, 27, 46, 0.42), rgba(6, 27, 46, 0.12)),
    linear-gradient(180deg, rgba(6, 27, 46, 0.18), rgba(6, 27, 46, 0.58)),
    url("../banners/hero-banner.png.png?v=3"), url("../banners/assets-banner.png");
  background-size: cover;
  background-position: center;
  padding: 132px 0 92px;
}
.package-hero h1 {
  max-width: 820px;
  margin: 14px 0 0;
  font-size: clamp(44px, 6vw, 74px);
  line-height: 1.08;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.42);
}
.package-hero h1 span { color: var(--gold); }
.package-hero p {
  max-width: 800px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
}
.package-filter-card {
  display: grid;
  grid-template-columns: 1.1fr repeat(4, 1fr) auto;
  gap: 14px;
  align-items: end;
  border: 1px solid rgba(233, 177, 61, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow);
  padding: 18px;
}
.package-filter-card label {
  display: grid;
  gap: 8px;
}
.package-filter-card label span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.package-filter-card input,
.package-filter-card select,
.builder-form input,
.builder-form select,
.builder-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  color: var(--text);
  padding: 0 14px;
  font: inherit;
  font-weight: 800;
  outline: none;
}
.package-page-grid {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.premium-package-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(6, 27, 46, 0.1);
  transition: 220ms ease;
}
.premium-package-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}
.package-image {
  position: relative;
  height: 230px;
  overflow: hidden;
}
.package-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 500ms ease;
}
.premium-package-card:hover .package-image img { transform: scale(1.08); }
.package-image small {
  position: absolute;
  left: 16px;
  top: 16px;
  border-radius: 99px;
  background: var(--gold);
  color: var(--navy);
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 900;
}
.package-body { padding: 22px; }
.package-body h3 {
  margin: 0 0 8px;
  font-size: 23px;
}
.package-location {
  margin: 0 0 10px !important;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}
.package-type {
  display: inline-flex;
  margin-bottom: 12px;
  border-radius: 99px;
  background: rgba(233, 177, 61, 0.12);
  color: var(--gold-dark);
  padding: 7px 10px;
  font-size: 12px;
}
.package-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.package-included {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.package-included span {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 7px 9px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
}
.package-category { cursor: pointer; }
.deals-section,
.package-builder {
  background:
    linear-gradient(90deg, rgba(6, 27, 46, 0.96), rgba(6, 27, 46, 0.9)),
    url("../banners/hero-banner.png.png?v=3");
  background-size: cover;
  background-position: center;
}
.deal-grid {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.deal-grid article {
  border: 1px solid rgba(233, 177, 61, 0.24);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  padding: 24px;
  box-shadow: var(--shadow);
}
.deal-grid b {
  display: inline-flex;
  border-radius: 99px;
  background: var(--gold);
  color: var(--navy);
  padding: 7px 11px;
  font-size: 12px;
}
.deal-grid h3 { margin: 18px 0 10px; }
.deal-grid p { color: rgba(255, 255, 255, 0.74); line-height: 1.7; }
.pricing-grid {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pricing-grid article {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(6, 27, 46, 0.1);
  padding: 30px;
}
.pricing-grid article.popular {
  background: var(--navy);
  color: var(--white);
  transform: translateY(-10px);
}
.pricing-grid small {
  display: inline-flex;
  border-radius: 99px;
  background: var(--gold);
  color: var(--navy);
  padding: 7px 12px;
  font-weight: 900;
}
.pricing-grid h3 { margin: 18px 0 8px; font-size: 25px; }
.pricing-grid p { color: var(--muted); line-height: 1.7; }
.pricing-grid .popular p,
.pricing-grid .popular li { color: rgba(255, 255, 255, 0.76); }
.pricing-grid strong {
  display: block;
  margin: 18px 0;
  color: var(--gold-dark);
  font-size: 30px;
}
.pricing-grid .popular strong { color: var(--gold); }
.pricing-grid ul,
.check-list,
.minus-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
}
.pricing-grid li { color: var(--muted); font-weight: 800; }
.builder-shell {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
  color: var(--white);
}
.builder-shell h2 {
  margin: 12px 0;
  font-size: clamp(34px, 4vw, 52px);
}
.builder-shell p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.8;
}
.builder-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  padding: 24px;
}
.builder-form textarea {
  min-height: 110px;
  padding-top: 14px;
  grid-column: span 2;
}
.builder-form button { grid-column: span 2; }
.inclusion-shell {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.inclusion-shell > div {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(6, 27, 46, 0.1);
  padding: 30px;
}
.inclusion-shell h2 {
  margin: 10px 0 22px;
  font-size: 30px;
}
.check-list li,
.minus-list li {
  color: var(--muted);
  font-weight: 900;
}
.check-list li { color: var(--navy); }
.minus-list li { color: #8a5360; }
.hero-actions.center {
  justify-content: center;
  margin-top: 26px;
}

@media (max-width: 1100px) {
  .package-filter-card,
  .package-page-grid,
  .deal-grid,
  .pricing-grid,
  .builder-shell,
  .inclusion-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .package-filter-card .planner-submit { grid-column: span 2; }
}

@media (max-width: 640px) {
  .package-hero {
    min-height: 560px;
    padding-top: 122px;
  }
  .package-filter-card,
  .package-page-grid,
  .deal-grid,
  .pricing-grid,
  .builder-shell,
  .builder-form,
  .inclusion-shell {
    grid-template-columns: 1fr;
  }
  .package-filter-card .planner-submit,
  .builder-form textarea,
  .builder-form button {
    grid-column: auto;
  }
  .pricing-grid article.popular { transform: none; }
}

/* Experience details page */
.experience-hero {
  min-height: 560px;
  display: grid;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 27, 46, 0.86), rgba(6, 27, 46, 0.52), rgba(6, 27, 46, 0.16)),
    linear-gradient(180deg, rgba(6, 27, 46, 0.16), rgba(6, 27, 46, 0.62)),
    var(--experience-image), url("../banners/hero-banner.png.png?v=3");
  background-size: cover;
  background-position: center;
  padding: 138px 0 106px;
}
.experience-hero h1 {
  max-width: 820px;
  margin: 14px 0 0;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 1.08;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.42);
}
.experience-hero p {
  max-width: 780px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
}
.quick-info-wrap {
  width: var(--width);
  margin: -58px auto 0;
  position: relative;
  z-index: 5;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
}
.quick-info-wrap::-webkit-scrollbar { display: none; }
.quick-info-card {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(233, 177, 61, 0.2);
  border-radius: 28px;
  background: var(--line);
  box-shadow: var(--shadow);
}
.quick-info-card article {
  display: grid;
  justify-items: center;
  align-content: start;
  background: var(--white);
  padding: 30px 20px 28px;
  text-align: center;
}
.quick-info-card span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(233, 177, 61, 0.14);
  color: var(--gold-dark);
  font-size: 26px;
  font-weight: 900;
}
.quick-info-card small {
  display: block;
  margin-top: 22px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 900;
}
.quick-info-card strong {
  display: block;
  margin-top: 12px;
  color: var(--navy);
  font-size: clamp(21px, 2.3vw, 28px);
  line-height: 1.2;
}
.quick-info-card article::after {
  content: "";
  width: 34px;
  height: 4px;
  margin-top: 24px;
  border-radius: 999px;
  background: var(--gold);
}
.experience-about {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  align-items: center;
}
.experience-about h2 {
  margin: 12px 0;
  font-size: clamp(34px, 4vw, 50px);
}
.experience-about p {
  color: var(--muted);
  line-height: 1.8;
}
.highlight-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.highlight-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  display: block;
}
.highlight-card h3,
.highlight-card p {
  padding-left: 24px;
  padding-right: 24px;
}
.highlight-card h3 { margin: 24px 0 8px; }
.highlight-card p { padding-bottom: 24px; }
.itinerary-list {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  gap: 14px;
}
.itinerary-list details {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(6, 27, 46, 0.08);
  padding: 20px 24px;
}
.itinerary-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 900;
  line-height: 1.6;
}
.itinerary-list summary::-webkit-details-marker { display: none; }
.itinerary-list summary span {
  display: inline-flex;
  margin-right: 14px;
  border-radius: 99px;
  background: var(--gold);
  color: var(--navy);
  padding: 7px 12px;
}
.itinerary-list p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

@media (max-width: 1100px) {
  .quick-info-card {
    min-width: 720px;
    grid-template-columns: repeat(5, minmax(138px, 1fr));
  }
  .experience-about {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .experience-hero {
    min-height: 620px;
    padding-top: 122px;
  }
  .quick-info-card {
    min-width: 680px;
    grid-template-columns: repeat(5, minmax(132px, 1fr));
  }
}

/* About page */
.about-hero-premium {
  min-height: 520px;
  display: grid;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 27, 46, 0.88), rgba(6, 27, 46, 0.58), rgba(6, 27, 46, 0.2)),
    linear-gradient(180deg, rgba(6, 27, 46, 0.1), rgba(6, 27, 46, 0.62)),
    url("../banners/hero-banner.png.png?v=3");
  background-size: cover;
  background-position: center;
  padding: 138px 0 96px;
}
.about-hero-premium h1 {
  max-width: 900px;
  margin: 14px 0 0;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1.08;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.38);
}
.about-hero-premium h1 span { color: var(--gold); }
.about-hero-premium p {
  max-width: 780px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 750;
}
.about-intro,
.story-card {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}
.about-intro h2,
.story-card h2 {
  margin: 10px 0 16px;
  font-size: clamp(34px, 4vw, 50px);
  color: var(--navy);
  line-height: 1.12;
}
.about-intro p,
.story-card p {
  color: var(--muted);
  line-height: 1.85;
}
.about-highlight-grid {
  display: grid;
  gap: 16px;
}
.about-highlight-grid article,
.about-card-grid article,
.process-grid article,
.about-service-grid a {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(6, 27, 46, 0.09);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.about-highlight-grid article {
  padding: 26px;
}
.about-highlight-grid article:hover,
.about-card-grid article:hover,
.process-grid article:hover,
.about-service-grid a:hover,
.fallback-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(6, 27, 46, 0.16);
  border-color: rgba(233, 177, 61, 0.45);
}
.about-highlight-grid h3,
.about-card-grid h3,
.process-grid h3,
.about-service-grid h3 {
  margin: 0 0 8px;
  color: var(--navy);
}
.about-highlight-grid p,
.about-card-grid p,
.process-grid p,
.about-service-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.story-card {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.story-card > div { padding: 42px; }
.story-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.story-card blockquote {
  margin: 26px 0 0;
  border-left: 4px solid var(--gold);
  padding: 16px 0 16px 22px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
}
.about-card-grid {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  gap: 22px;
}
.about-card-grid.three { grid-template-columns: repeat(3, 1fr); }
.about-card-grid.four { grid-template-columns: repeat(4, 1fr); }
.about-card-grid article {
  padding: 28px;
}
.about-card-grid article > span,
.process-grid article > span,
.about-service-grid a > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(233, 177, 61, 0.14);
  color: var(--gold-dark);
  font-weight: 950;
}
.founder-preserve {
  padding-top: 96px;
  padding-bottom: 96px;
}
.leadership-section {
  width: var(--width);
  margin: 0 auto;
  background: var(--white);
}

.leader-profile {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(6, 24, 38, 0.08);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 22px 60px rgba(6, 24, 38, 0.1);
}

.leader-profile.reverse {
  grid-template-columns: 1.1fr 0.9fr;
}

.leader-profile.reverse .leader-image {
  order: 2;
}

.leader-profile.reverse .leader-content {
  order: 1;
}

.leader-image {
  min-height: 420px;
  background: var(--navy);
}

.leader-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.leader-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 58px;
  background:
    radial-gradient(circle at top right, rgba(233, 177, 61, 0.1), transparent 34%),
    linear-gradient(135deg, #ffffff, #fbfcfe);
}

.leader-content::before {
  content: "";
  width: 56px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 99px;
  background: var(--gold);
}

.leader-role {
  display: inline-block;
  width: fit-content;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(233, 177, 61, 0.13);
  color: var(--gold-dark);
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.leader-content h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.leader-content p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 650;
}

.leader-content blockquote {
  margin: 0 0 24px;
  padding-left: 18px;
  border-left: 4px solid var(--gold);
  color: var(--navy);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.6;
}

.leader-tags,
.leader-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.leader-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f7f2e8;
  color: #9b6811;
  padding: 9px 13px;
  font-size: 13px;
  font-weight: 900;
}

.leader-socials {
  margin-top: 20px;
}

.leader-socials span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(6, 27, 46, 0.12);
  border-radius: 50%;
  background: var(--light);
  color: var(--navy);
  font-weight: 900;
}
.fallback-grid {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  gap: 28px;
}
.fallback-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fallback-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fallback-grid.team-list-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fallback-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 20px 54px rgba(6, 27, 46, 0.11);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.fallback-portrait-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
}
.team-heading {
  margin-top: 86px;
}
.team-heading p {
  max-width: 720px;
  margin: 12px auto 0;
  color: var(--muted);
  line-height: 1.75;
}
.team-list-grid {
  align-items: stretch;
}
.fallback-team-card img,
.fallback-team-card .fallback-portrait-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 1.5 / 2;
  object-fit: cover;
}
.fallback-team-card .fallback-card-content {
  padding: 22px;
}
.fallback-team-card h3 {
  font-size: 21px;
}
.fallback-team-card .fallback-card-content p {
  font-weight: 850;
}
.fallback-portrait-placeholder {
  display: grid;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(233, 177, 61, 0.88), rgba(7, 26, 45, 0.94)),
    var(--navy);
  color: var(--white);
  font-size: 44px;
  font-weight: 950;
  letter-spacing: 0.08em;
}
.fallback-card-content {
  padding: 30px;
}
.fallback-card-content h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 26px;
}
.fallback-card-content p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 16px;
}
.fallback-card-content strong { color: var(--muted); }
.about-service-grid {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.about-service-grid a {
  padding: 22px;
  text-decoration: none;
}
.about-service-grid a:hover {
  background: var(--navy);
}
.about-service-grid a:hover h3,
.about-service-grid a:hover p {
  color: var(--white);
}
.trust-dark {
  background:
    radial-gradient(circle at top right, rgba(233, 177, 61, 0.18), transparent 34%),
    var(--navy);
}
.section-heading.light h2,
.section-heading.light p { color: var(--white); }
.why-grid.dark article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--white);
}
.why-grid.dark article span { color: var(--gold); }
.about-stats article {
  background: var(--navy);
  border-color: rgba(233, 177, 61, 0.22);
}
.about-stats strong { color: var(--gold); }
.process-grid {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.process-grid article {
  position: relative;
  padding: 30px;
}

@media (max-width: 1100px) {
  .about-intro,
  .story-card,
  .fallback-grid.two,
  .fallback-grid.three {
    grid-template-columns: 1fr;
  }
  .about-card-grid.three,
  .about-card-grid.four,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fallback-grid.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fallback-grid.team-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .about-hero-premium {
    min-height: 620px;
    padding-top: 122px;
  }
  .story-card > div,
  .fallback-card-content {
    padding: 24px;
  }
  .story-card img { min-height: 280px; }
  .about-card-grid.three,
  .about-card-grid.four,
  .process-grid,
  .about-service-grid,
  .fallback-grid.three,
  .fallback-grid.team-list-grid {
    grid-template-columns: 1fr;
  }
}

/* Contact page */
.contact-hero-premium {
  min-height: 500px;
  display: grid;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 27, 46, 0.9), rgba(6, 27, 46, 0.58), rgba(6, 27, 46, 0.2)),
    linear-gradient(180deg, rgba(6, 27, 46, 0.1), rgba(6, 27, 46, 0.64)),
    url("../banners/hero-banner.png.png?v=3");
  background-size: cover;
  background-position: center;
  padding: 138px 0 88px;
}
.contact-hero-premium h1 {
  max-width: 930px;
  margin: 14px 0 0;
  font-size: clamp(44px, 6vw, 74px);
  line-height: 1.08;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.38);
}
.contact-hero-premium h1 span { color: var(--gold); }
.contact-hero-premium p {
  max-width: 800px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 750;
}
.contact-card-band {
  padding-top: 64px;
}
.contact-info-grid {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.contact-info-card,
.quick-support-grid article,
.hours-grid article,
.query-grid article {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(6, 27, 46, 0.09);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.contact-info-card {
  display: block;
  padding: 26px;
  text-decoration: none;
}
.contact-info-card:hover,
.quick-support-grid article:hover,
.hours-grid article:hover,
.query-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(233, 177, 61, 0.45);
  box-shadow: 0 24px 60px rgba(6, 27, 46, 0.16);
}
.contact-info-card > span,
.quick-support-grid article > span,
.hours-grid article > span,
.query-grid article > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(233, 177, 61, 0.14);
  color: var(--gold-dark);
  font-weight: 950;
}
.contact-info-card h3,
.quick-support-grid h3,
.hours-grid h3,
.query-grid h3 {
  margin: 0 0 8px;
  color: var(--navy);
}
.contact-info-card p,
.quick-support-grid p,
.hours-grid p,
.query-grid p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.65;
}
.contact-info-card strong {
  color: var(--navy);
}
.contact-form-shell {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: start;
}
.contact-form-copy {
  position: sticky;
  top: 112px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(233, 177, 61, 0.2), transparent 32%),
    var(--navy);
  color: var(--white);
  padding: 38px;
  box-shadow: var(--shadow);
}
.contact-form-copy h2 {
  margin: 12px 0 14px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.12;
}
.contact-form-copy p,
.contact-form-copy li {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
  font-weight: 750;
}
.contact-benefits {
  margin: 22px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.contact-benefits li {
  position: relative;
  padding-left: 26px;
}
.contact-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: var(--gold);
}
.contact-mini {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 22px;
}
.contact-mini span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}
.contact-form-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 30px;
}
.contact-form-card label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-weight: 900;
}
.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfcfe;
  color: var(--navy);
  font: inherit;
  font-weight: 750;
  padding: 14px 15px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form-card textarea { resize: vertical; }
.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus {
  border-color: rgba(233, 177, 61, 0.8);
  box-shadow: 0 0 0 4px rgba(233, 177, 61, 0.14);
}
.contact-form-card .full,
.form-message {
  grid-column: 1 / -1;
}
.form-message {
  border-radius: 16px;
  background: rgba(20, 150, 98, 0.1);
  color: #146b48;
  padding: 14px 16px;
  font-weight: 900;
}
.quick-support-dark {
  background:
    radial-gradient(circle at top left, rgba(233, 177, 61, 0.18), transparent 34%),
    var(--navy);
}
.quick-support-grid,
.hours-grid,
.query-grid {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  gap: 20px;
}
.quick-support-grid {
  grid-template-columns: repeat(3, 1fr);
}
.quick-support-grid article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  padding: 28px;
}
.quick-support-grid h3 { color: var(--white); }
.quick-support-grid p { color: rgba(255, 255, 255, 0.72); }
.quick-support-grid a,
.query-grid a {
  display: inline-flex;
  align-items: center;
  color: var(--gold);
  font-weight: 950;
  text-decoration: none;
}
.hours-grid {
  grid-template-columns: repeat(3, 1fr);
}
.hours-grid article,
.query-grid article {
  padding: 26px;
}
.map-card {
  width: var(--width);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.map-card iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: 0;
}
.query-grid {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1100px) {
  .contact-info-grid,
  .query-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-form-shell,
  .quick-support-grid,
  .hours-grid {
    grid-template-columns: 1fr;
  }
  .contact-form-copy {
    position: static;
  }
}

@media (max-width: 640px) {
  .contact-hero-premium {
    min-height: 610px;
    padding-top: 122px;
  }
  .contact-info-grid,
  .query-grid,
  .contact-form-card {
    grid-template-columns: 1fr;
  }
  .contact-form-card {
    padding: 22px;
    border-radius: 22px;
  }
  .contact-form-copy {
    padding: 26px;
    border-radius: 22px;
  }
  .map-card iframe {
    height: 340px;
  }
}

/* Global responsive polish */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.mobile-nav-extra {
  display: none !important;
}

@media (max-width: 1100px) {
  :root {
    --width: min(100% - 32px, 1280px);
  }

  .premium-header {
    z-index: 99999;
  }

  .nav-shell {
    min-height: 72px;
    width: min(100% - 32px, 1280px);
    gap: 12px;
  }

  .brand {
    flex: 1 1 auto;
    gap: 9px;
  }

  .brand img {
    width: 48px;
    max-height: 38px;
  }

  .brand strong {
    font-size: 24px;
  }

  .brand small {
    font-size: 10.5px;
  }

  .nav-actions {
    flex: 0 0 auto;
    gap: 0;
  }

  .nav-actions > a {
    display: none;
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 22px;
    height: 2px;
    margin: 0;
    border-radius: 99px;
    transition: transform 0.28s ease, opacity 0.2s ease;
  }

  .menu-toggle.active span:nth-child(1),
  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.active span:nth-child(2),
  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3),
  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 72px;
    display: flex !important;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    border-width: 1px 0 0;
    border-radius: 0;
    background: rgba(6, 24, 38, 0.99);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
    padding: 16px;
    flex-direction: column;
    gap: 8px;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.25s ease;
    z-index: 99998;
  }

  .main-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .main-nav > a,
  .nav-dropdown > button,
  .mobile-nav-extra {
    display: flex !important;
    align-items: center;
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.9);
    padding: 13px 14px !important;
    font-size: 15px;
  }

  .main-nav > a.active,
  .main-nav > a:hover,
  .nav-dropdown > button:hover {
    color: var(--gold);
    background: rgba(233, 177, 61, 0.1);
  }

  .mobile-plan-link {
    justify-content: center;
    background: var(--gold) !important;
    color: var(--navy) !important;
    font-weight: 900;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown > button {
    justify-content: space-between;
  }

  .nav-dropdown.is-open .dropdown-arrow {
    transform: rotate(180deg);
  }

  .experience-menu {
    margin: 8px 0 0;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.03);
  }

  .mega-head,
  .mega-footer {
    display: none;
  }

  .mega-card {
    min-height: auto;
    border-radius: 12px !important;
    padding: 10px 12px !important;
  }

  .mega-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 17px;
  }

  .mega-card strong {
    font-size: 14px;
  }

  .mega-card small {
    font-size: 11px;
  }

  .hero-section,
  .destination-hero,
  .package-hero,
  .experience-hero,
  .about-hero-premium,
  .contact-hero-premium {
    min-height: 520px;
    padding-top: 112px;
    padding-bottom: 72px;
    background-position: center;
  }

  .hero-section {
    min-height: 680px;
  }

  .hero-content,
  .destination-hero-shell {
    width: var(--width);
    max-width: 100%;
  }

  .hero-section h1,
  .destination-hero h1,
  .package-hero h1,
  .experience-hero h1,
  .about-hero-premium h1,
  .contact-hero-premium h1 {
    font-size: clamp(44px, 7vw, 58px);
  }

  .hero-subtitle,
  .destination-hero p,
  .package-hero p,
  .experience-hero p,
  .about-hero-premium p,
  .contact-hero-premium p {
    font-size: 16px;
  }

  .planner-card,
  .destination-filter-card,
  .package-filter-card {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .planner-submit,
  .package-filter-card .planner-submit {
    grid-column: span 2;
  }

  .card-grid.four,
  .card-grid.three,
  .destination-grid,
  .package-page-grid,
  .experience-grid,
  .mood-grid,
  .route-grid,
  .deal-grid,
  .pricing-grid,
  .why-grid,
  .stats-row,
  .about-card-grid.three,
  .about-card-grid.four,
  .process-grid,
  .about-service-grid,
  .contact-info-grid,
  .query-grid,
  .quick-support-grid,
  .hours-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .builder-shell,
  .inclusion-shell,
  .experience-about,
  .about-intro,
  .leader-profile,
  .leader-profile.reverse,
  .story-card,
  .contact-form-shell,
  .custom-trip,
  .split-panel {
    grid-template-columns: 1fr !important;
  }

  .section-pad {
    padding: 70px 0;
  }

  .leader-profile,
  .leader-profile.reverse {
    grid-template-columns: 1fr;
    border-radius: 24px;
    margin-top: 24px;
  }

  .leader-profile.reverse .leader-image,
  .leader-profile.reverse .leader-content {
    order: initial;
  }

  .leader-image {
    min-height: 320px;
  }

  .leader-image img {
    min-height: 320px;
    height: 320px;
  }

  .leader-content {
    padding: 34px;
  }
}

@media (max-width: 768px) {
  :root {
    --width: min(100% - 28px, 1280px);
  }

  .section-pad {
    padding: 56px 0;
  }

  .hero-section,
  .destination-hero,
  .package-hero,
  .experience-hero,
  .about-hero-premium,
  .contact-hero-premium {
    min-height: 520px;
    height: auto;
    padding-top: 104px;
    padding-bottom: 62px;
    background-position: center;
  }

  .hero-section {
    min-height: 650px;
  }

  .script-text {
    font-size: clamp(32px, 11vw, 42px);
  }

  .hero-section h1,
  .destination-hero h1,
  .package-hero h1,
  .experience-hero h1,
  .about-hero-premium h1,
  .contact-hero-premium h1 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.12;
  }

  .hero-subtitle,
  .destination-hero p,
  .package-hero p,
  .experience-hero p,
  .about-hero-premium p,
  .contact-hero-premium p {
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
  }

  .hero-actions a,
  .hero-actions button,
  .gold-btn.large,
  .outline-btn.large {
    width: 100%;
    justify-content: center;
  }

  .trip-search,
  .destination-filter-wrap,
  .quick-info-wrap {
    width: var(--width);
    margin-left: auto;
    margin-right: auto;
  }

  .trip-search,
  .destination-filter-wrap {
    margin-top: 0;
  }

  .planner-card,
  .destination-filter-card,
  .package-filter-card,
  .builder-form,
  .contact-form-card {
    grid-template-columns: 1fr !important;
    padding: 18px;
    gap: 14px;
  }

  .planner-submit,
  .package-filter-card .planner-submit,
  .builder-form textarea,
  .builder-form button,
  .contact-form-card .full,
  .form-message {
    grid-column: auto;
  }

  .card-grid.four,
  .card-grid.three,
  .destination-grid,
  .package-page-grid,
  .experience-grid,
  .mood-grid,
  .route-grid,
  .deal-grid,
  .pricing-grid,
  .why-grid,
  .stats-row,
  .about-card-grid.three,
  .about-card-grid.four,
  .process-grid,
  .about-service-grid,
  .contact-info-grid,
  .query-grid,
  .quick-support-grid,
  .hours-grid,
  .footer-grid,
  .fallback-grid.two,
  .fallback-grid.three,
  .fallback-grid.team-list-grid {
    grid-template-columns: 1fr !important;
  }

  .card-image img,
  .package-image img,
  .travel-card img,
  .highlight-card img,
  .leader-image img,
  .fallback-team-card img,
  .fallback-team-card .fallback-portrait-placeholder {
    height: 190px;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .leader-image,
  .leader-image img {
    min-height: 300px;
    height: 300px;
  }

  .leader-content {
    padding: 28px;
  }

  .leader-content h3 {
    font-size: 2rem;
  }

  .leader-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .leader-content blockquote {
    font-size: 15.5px;
  }

  .fallback-portrait-card img {
    aspect-ratio: 1.5 / 1;
  }

  .story-card img {
    min-height: 260px;
  }

  .gallery-grid {
    grid-template-columns: 1fr !important;
  }

  .gallery-grid article {
    min-height: 220px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  :root {
    --width: min(100% - 24px, 1280px);
  }

  .nav-shell {
    width: min(100% - 24px, 1280px);
    min-height: 68px;
  }

  .brand img {
    width: 40px;
    max-height: 34px;
  }

  .leader-image,
  .leader-image img {
    min-height: 270px;
    height: 270px;
  }

  .leader-content {
    padding: 24px;
  }

  .leader-role {
    font-size: 11px;
    padding: 8px 12px;
  }

  .leader-content h3 {
    font-size: 1.7rem;
  }

  .leader-tags span {
    font-size: 12px;
  }

  .brand strong {
    font-size: 21px;
  }

  .brand small {
    display: none;
  }

  .main-nav {
    top: 68px;
    max-height: calc(100vh - 68px);
    padding: 12px;
  }

  .hero-section,
  .destination-hero,
  .package-hero,
  .experience-hero,
  .about-hero-premium,
  .contact-hero-premium {
    padding-top: 96px;
  }

  .section-heading h2,
  .about-intro h2,
  .story-card h2,
  .experience-about h2,
  .contact-form-copy h2 {
    font-size: clamp(28px, 9vw, 36px);
  }

  .destination-card,
  .premium-package-card,
  .travel-card,
  .fallback-card,
  .contact-info-card,
  .query-grid article,
  .quick-support-grid article,
  .hours-grid article {
    border-radius: 18px;
  }

  .section-heading span,
  .eyebrow {
    font-size: 11px;
    letter-spacing: 0.14em;
  }
}

/* Home banner sizing: keep it aligned with the inner page hero scale */
.hero-section {
  min-height: 650px;
  padding: 124px 0 128px;
  background-position: center right;
}

.script-text {
  margin-bottom: 10px;
  font-size: clamp(38px, 3.4vw, 52px);
}

.hero-section h1 {
  max-width: 720px;
  font-size: clamp(54px, 6vw, 84px);
  line-height: 1.06;
}

.hero-subtitle {
  max-width: 690px;
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.72;
}

.hero-actions {
  margin-top: 30px;
}

.trip-search {
  margin-top: -72px;
}

@media (max-width: 1366px) {
  .hero-section {
    min-height: 620px;
    padding: 112px 0 118px;
  }

  .script-text {
    font-size: clamp(34px, 3.2vw, 46px);
  }

  .hero-section h1 {
    max-width: 640px;
    font-size: clamp(48px, 5.4vw, 76px);
  }

  .hero-subtitle {
    max-width: 620px;
    font-size: 16px;
  }
}

@media (max-width: 1100px) {
  .hero-section {
    min-height: 560px;
    padding-top: 104px;
    padding-bottom: 82px;
    background-position: center;
  }

  .hero-section h1 {
    font-size: clamp(42px, 7vw, 58px);
  }
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 540px;
    padding-top: 98px;
    padding-bottom: 64px;
  }

  .script-text {
    font-size: clamp(30px, 9vw, 40px);
  }

  .hero-section h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .trip-search {
    margin-top: 0;
  }
}

/* Destination package listing and package details */
.destination-package-hero {
  min-height: 560px;
  display: grid;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 27, 46, 0.88), rgba(6, 27, 46, 0.58), rgba(6, 27, 46, 0.16)),
    linear-gradient(180deg, rgba(6, 27, 46, 0.1), rgba(6, 27, 46, 0.62)),
    var(--hero-image), url("../banners/hero-banner.png.png?v=3");
  background-size: cover;
  background-position: center;
  padding: 138px 0 92px;
}
.destination-package-hero h1 {
  max-width: 900px;
  margin: 14px 0 0;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1.08;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.38);
}
.destination-package-hero h1 span { color: var(--gold); }
.destination-package-hero p {
  max-width: 780px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 750;
}
.destination-package-card[hidden] { display: none; }
#custom-manali-trip,
#package-filter,
#available-packages {
  scroll-margin-top: 126px;
}
.package-detail-main {
  background: var(--white);
  padding-top: 72px;
}
.package-breadcrumb {
  width: var(--width);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
  padding: 26px 0 20px;
}
.package-breadcrumb a,
.package-breadcrumb strong {
  color: var(--navy);
}
.package-detail-grid-premium {
  width: var(--width);
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.75fr);
  gap: 30px;
  align-items: start;
}
.package-mobile-summary {
  display: none;
}
.package-gallery-panel {
  display: grid;
  gap: 16px;
}
.main-package-image {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--shadow);
  display: block;
}
.thumbnail-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.package-thumb {
  border: 2px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.package-thumb.active,
.package-thumb:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}
.package-thumb img {
  width: 100%;
  height: 108px;
  object-fit: cover;
  display: block;
}
.package-info-card-premium {
  position: sticky;
  top: 108px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 30px;
}
.package-badge {
  display: inline-flex;
  border-radius: 99px;
  background: rgba(233, 177, 61, 0.14);
  color: var(--gold-dark);
  padding: 8px 13px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.package-info-card-premium h1 {
  margin: 18px 0 10px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.12;
}
.package-info-card-premium p {
  color: var(--muted);
  line-height: 1.75;
}
.package-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}
.package-detail-meta span {
  border-radius: 99px;
  background: var(--light);
  color: var(--navy);
  padding: 8px 11px;
  font-size: 12px;
  font-weight: 900;
}
.detail-price {
  display: block;
  margin: 18px 0;
  color: var(--gold-dark);
  font-size: 25px;
}
.detail-price small {
  color: var(--muted);
  font-size: 13px;
}
.detail-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.detail-actions .gold-btn,
.detail-actions .dark-btn {
  grid-column: 1 / -1;
}
.wishlist-btn,
.share-btn {
  min-height: 46px;
  cursor: pointer;
}
.wishlist-btn.active {
  border-color: rgba(233, 177, 61, 0.65);
  background: rgba(233, 177, 61, 0.12);
  color: var(--gold-dark);
}
.package-highlights {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.package-highlights article {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(6, 27, 46, 0.08);
  padding: 20px;
}
.package-highlights span {
  color: var(--gold-dark);
  font-weight: 950;
}
.package-highlights strong {
  display: block;
  margin-top: 8px;
  color: var(--navy);
}
.package-detail-two-col {
  width: var(--width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
}
.package-detail-two-col article,
.included-boxes > div {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(6, 27, 46, 0.08);
  padding: 28px;
}
.package-detail-two-col h2 {
  margin: 12px 0;
  font-size: clamp(30px, 4vw, 46px);
}
.package-detail-two-col p,
.included-boxes li {
  color: var(--muted);
  line-height: 1.75;
  font-weight: 780;
}
.included-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.included-boxes ul {
  margin: 0;
  padding-left: 18px;
}
.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99999;
  border-radius: 14px;
  background: var(--navy);
  color: var(--white);
  box-shadow: var(--shadow);
  padding: 14px 18px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .destination-package-hero {
    min-height: 520px;
    padding-top: 112px;
    padding-bottom: 72px;
  }
  .package-detail-grid-premium,
  .package-detail-two-col {
    grid-template-columns: 1fr;
  }
  .package-info-card-premium {
    position: static;
  }
  .package-highlights {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .package-detail-main {
    padding-top: 24px;
  }
  .destination-package-hero {
    min-height: 500px;
    padding-top: 98px;
    padding-bottom: 60px;
  }
  .destination-package-hero h1 {
    font-size: clamp(34px, 10vw, 44px);
  }
  .destination-package-hero p {
    font-size: 15px;
  }
  .main-package-image {
    height: 320px;
    border-radius: 20px;
  }
  .thumbnail-row {
    display: flex;
    overflow-x: auto;
    padding-bottom: 6px;
  }
  .package-thumb {
    min-width: 86px;
  }
  .package-thumb img {
    height: 76px;
  }
  .package-info-card-premium,
  .package-detail-two-col article,
  .included-boxes > div {
    padding: 20px;
    border-radius: 20px;
  }
  .package-detail-grid-premium {
    gap: 18px;
  }
  .package-mobile-summary {
    display: block;
    padding: 0 2px 2px;
  }
  .package-mobile-summary h1 {
    margin: 10px 0 6px;
    color: var(--navy);
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.12;
    letter-spacing: 0;
  }
  .package-mobile-summary .package-detail-meta {
    margin-top: 12px;
  }
  .package-info-card-premium > .package-badge,
  .package-info-card-premium > h1,
  .package-info-card-premium > .package-location,
  .package-info-card-premium > .package-detail-meta {
    display: none;
  }
  .detail-actions,
  .included-boxes,
  .package-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .main-package-image {
    height: 240px;
  }
  .package-thumb {
    min-width: 72px;
  }
  .package-thumb img {
    height: 64px;
  }
  .package-info-card-premium {
    padding: 18px;
  }
}

/* Booking / payment page */
.booking-hero {
  min-height: 340px;
  display: grid;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 27, 46, 0.92), rgba(6, 27, 46, 0.72)),
    url("../banners/hero-banner.png.png?v=3");
  background-size: cover;
  background-position: center;
  padding: 128px 0 58px;
}
.booking-hero h1 {
  margin: 12px 0 0;
  max-width: 820px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.1;
}
.booking-hero h1 span { color: var(--gold); }
.booking-hero p {
  max-width: 760px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
  font-weight: 750;
}
.booking-layout {
  width: var(--width);
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: 28px;
  align-items: start;
  padding: 0 0 88px;
  scroll-margin-top: 126px;
}
.booking-left {
  display: grid;
  gap: 22px;
}
.booking-panel,
.booking-summary-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(6, 27, 46, 0.1);
  padding: 28px;
}
.booking-panel h2 {
  margin: 10px 0 20px;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 38px);
}
.booking-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.booking-form-grid label,
.coupon-box label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-weight: 900;
}
.booking-form-grid .full { grid-column: 1 / -1; }
.booking-form-grid input,
.booking-form-grid textarea,
.coupon-box input,
.payment-extra input,
.payment-extra select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfcfe;
  color: var(--navy);
  font: inherit;
  font-weight: 750;
  padding: 14px 15px;
  outline: none;
}
.booking-form-grid input:focus,
.booking-form-grid textarea:focus,
.coupon-box input:focus {
  border-color: rgba(233, 177, 61, 0.8);
  box-shadow: 0 0 0 4px rgba(233, 177, 61, 0.14);
}
.payment-option-grid,
.payment-method-grid {
  display: grid;
  gap: 14px;
}
.pay-card,
.payment-method-grid label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--light);
  padding: 16px;
  cursor: pointer;
}
.pay-card strong,
.pay-card small,
.pay-card b {
  display: block;
}
.pay-card small {
  color: var(--muted);
  line-height: 1.55;
  margin: 5px 0;
}
.pay-card b {
  color: var(--gold-dark);
}
.payment-method-grid {
  grid-template-columns: repeat(3, 1fr);
}
.payment-method-grid label {
  align-items: center;
  font-weight: 900;
}
.payment-method-grid input:disabled + span {
  opacity: 0.48;
}
.payment-extra {
  margin-top: 18px;
}
.upi-box,
.wallet-row,
.card-demo-grid {
  display: grid;
  gap: 12px;
}
.upi-box {
  grid-template-columns: 1fr 160px;
  align-items: center;
}
.upi-box span {
  display: grid;
  place-items: center;
  min-height: 120px;
  border: 1px dashed rgba(6, 27, 46, 0.22);
  border-radius: 18px;
  color: var(--muted);
  font-weight: 900;
}
.card-demo-grid {
  grid-template-columns: repeat(2, 1fr);
}
.wallet-row {
  grid-template-columns: repeat(3, 1fr);
}
.wallet-row span {
  border-radius: 14px;
  background: var(--light);
  padding: 14px;
  font-weight: 900;
}
.demo-provider-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.demo-provider-grid label {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 74px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbfcfe;
  cursor: pointer;
}
.demo-provider-grid span,
.demo-provider-grid b,
.demo-provider-grid small { display: block; }
.demo-provider-grid b { color: var(--navy); }
.demo-provider-grid small { color: var(--muted); margin-top: 3px; }
.demo-provider-grid label:has(input:checked) {
  border-color: var(--gold);
  background: #fff9ea;
  box-shadow: 0 0 0 3px rgba(233, 177, 61, 0.13);
}
.upi-demo-id { margin-top: 12px; }
.upi-demo-id label { color: var(--navy); font-weight: 900; }
.checkout-type-badge {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 16px 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff9ea;
  color: var(--navy);
}
.checkout-type-badge strong { color: var(--gold-dark); }
.callback-demo {
  padding: 18px;
  border-radius: 16px;
  background: var(--light);
}
.callback-demo p { margin: 6px 0 0; color: var(--muted); }
.payment-note {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
@media (max-width: 680px) {
  .demo-provider-grid { grid-template-columns: 1fr; }
  .checkout-type-badge { flex-direction: column; }
}
.booking-final-btn {
  width: 100%;
  margin-top: 16px;
  border: 0;
  cursor: pointer;
}
.booking-summary-card {
  position: static;
}

@media (min-width: 901px) and (min-height: 920px) {
  .booking-summary-card {
    position: sticky;
    top: 108px;
  }
}
.summary-package {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
  margin-bottom: 16px;
}
.summary-package img {
  width: 104px;
  height: 92px;
  border-radius: 18px;
  object-fit: cover;
}
.summary-package small {
  color: var(--gold-dark);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.summary-package h3 {
  margin: 4px 0;
  color: var(--navy);
}
.summary-package p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.summary-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.summary-meta span {
  border-radius: 99px;
  background: var(--light);
  padding: 7px 10px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
}
.summary-line,
.summary-total,
.summary-pay-now {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
  color: var(--muted);
  font-weight: 850;
}
.summary-line strong {
  color: var(--navy);
}
.summary-line.discount strong {
  color: #148157;
}
.summary-total {
  border-top: 1px solid var(--line);
  margin-top: 10px;
  padding-top: 18px;
  color: var(--navy);
}
.summary-total strong,
.summary-pay-now strong {
  color: var(--gold-dark);
  font-size: 24px;
}
.coupon-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: end;
  margin-top: 12px;
}
.coupon-chips {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin-top: 12px;
}
.coupon-chips button {
  border: 1px solid rgba(233, 177, 61, 0.22);
  border-radius: 14px;
  background: rgba(233, 177, 61, 0.09);
  color: var(--navy);
  padding: 10px;
  text-align: left;
  font-weight: 950;
  cursor: pointer;
}
.coupon-chips small {
  display: block;
  color: var(--muted);
  font-weight: 800;
  margin-top: 4px;
}
.coupon-message {
  margin: 10px 0 0;
  font-weight: 900;
}
.coupon-message.success { color: #148157; }
.coupon-message.error { color: #b33838; }
.remove-coupon {
  width: 100%;
  margin-top: 10px;
}
.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  background: rgba(6, 27, 46, 0.72);
  padding: 20px;
}
.booking-modal[hidden],
.toast[hidden] {
  display: none !important;
}
.booking-modal-card {
  position: relative;
  width: min(680px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 34px;
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: var(--light);
  color: var(--navy);
  font-size: 24px;
  cursor: pointer;
}
.booking-summary-print {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--light);
  padding: 18px;
  line-height: 1.8;
  margin: 18px 0;
}

@media (max-width: 900px) {
  .booking-layout {
    grid-template-columns: 1fr;
    margin-top: 24px;
    scroll-margin-top: 104px;
  }
  .booking-summary-card {
    position: static;
    order: -1;
  }
  .payment-method-grid,
  .booking-form-grid {
    grid-template-columns: 1fr;
  }
  .booking-form-grid .full {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .booking-hero {
    min-height: 300px;
    padding-top: 104px;
  }
  .booking-panel,
  .booking-summary-card,
  .booking-modal-card {
    padding: 18px;
    border-radius: 20px;
  }
  .summary-package,
  .coupon-box,
  .coupon-chips,
  .upi-box,
  .card-demo-grid,
  .wallet-row {
    grid-template-columns: 1fr;
  }
  .summary-package img {
    width: 100%;
    height: 160px;
  }
}

/* Mobile header: keep Search beside the hamburger, not inside the opened menu. */
@media (max-width: 1100px) {
  .nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .nav-actions .icon-action {
    display: flex !important;
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 0;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.055);
  }

  .nav-actions .icon-action small {
    display: none !important;
  }

  .nav-actions .support-link,
  .nav-actions .plan-btn {
    display: none !important;
  }

  .main-nav .mobile-nav-extra:not(.mobile-plan-link) {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .nav-actions {
    gap: 8px;
  }

  .nav-actions .icon-action,
  .menu-toggle {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
}

@media (max-width: 1100px) {
  .main-nav .experiences-dropdown {
    display: grid;
    width: 100%;
    border: 1px solid rgba(111, 168, 255, 0.16);
    border-radius: 22px;
    background:
      linear-gradient(145deg, rgba(18, 48, 70, 0.72), rgba(4, 20, 33, 0.76)),
      rgba(255, 255, 255, 0.045);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 14px 32px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    transition: border-color 0.34s ease, box-shadow 0.34s ease, background 0.34s ease;
  }

  .main-nav .experiences-dropdown.is-open {
    border-color: rgba(94, 153, 255, 0.82);
    background:
      linear-gradient(145deg, rgba(24, 61, 88, 0.82), rgba(5, 24, 39, 0.86)),
      rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 0 1px rgba(94, 153, 255, 0.34), 0 0 30px rgba(79, 143, 255, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .main-nav .experiences-dropdown > button {
    min-height: 64px;
    padding: 12px 18px !important;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.94);
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0;
    justify-content: flex-start;
    gap: 13px;
  }

  .main-nav .experiences-dropdown > button::before {
    content: "+";
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    color: #6aa6ff;
    background: radial-gradient(circle at 30% 25%, rgba(106, 166, 255, 0.36), rgba(24, 75, 139, 0.32) 46%, rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(106, 166, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    font-size: 21px;
    transition: transform 0.34s ease, color 0.34s ease, box-shadow 0.34s ease;
  }

  .main-nav .experiences-dropdown.is-open > button::before {
    transform: rotate(-28deg) scale(1.04);
    color: var(--gold);
    box-shadow: 0 0 18px rgba(106, 166, 255, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .main-nav .experiences-dropdown .dropdown-arrow {
    position: relative;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-left: auto;
    border: 1px solid rgba(230, 170, 36, 0.78);
    border-radius: 999px;
    color: transparent;
    font-size: 0;
    transform: none !important;
    transition: border-color 0.34s ease, background 0.34s ease, transform 0.34s ease;
  }

  .main-nav .experiences-dropdown .dropdown-arrow::before,
  .main-nav .experiences-dropdown .dropdown-arrow::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    border-radius: 99px;
    background: var(--gold);
    transition: transform 0.34s ease, opacity 0.28s ease;
  }

  .main-nav .experiences-dropdown .dropdown-arrow::after {
    transform: rotate(90deg);
  }

  .main-nav .experiences-dropdown.is-open .dropdown-arrow {
    background: rgba(230, 170, 36, 0.1);
    transform: rotate(180deg) !important;
  }

  .main-nav .experiences-dropdown.is-open .dropdown-arrow::after {
    opacity: 0;
    transform: rotate(90deg) scaleX(0.2);
  }

  .main-nav .experiences-dropdown .experience-menu,
  .main-nav .experiences-dropdown:hover .experience-menu,
  .main-nav .experiences-dropdown:focus-within .experience-menu {
    display: grid;
    position: static;
    width: auto;
    max-height: 0;
    margin: 0 14px;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    border: 0;
    border-radius: 18px;
    background: rgba(16, 42, 61, 0.74);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    transition: max-height 0.38s ease-in-out, opacity 0.28s ease, transform 0.38s ease-in-out, margin 0.38s ease-in-out, padding 0.38s ease-in-out;
  }

  .main-nav .experiences-dropdown.is-open .experience-menu {
    max-height: 720px;
    margin: 0 14px 14px;
    padding: 8px 10px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav .experience-menu::before,
  .main-nav .experience-menu .mega-head,
  .main-nav .experience-menu .mega-footer {
    display: none !important;
  }

  .main-nav .experience-menu .mega-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .main-nav .experience-menu .mega-grid > a:nth-child(n+9) {
    display: none !important;
  }

  .main-nav .experience-menu .mega-card {
    display: flex !important;
    align-items: center;
    min-height: 58px;
    gap: 13px;
    padding: 10px 8px !important;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 0 !important;
    background: transparent;
    color: rgba(255, 255, 255, 0.94);
    transform: translateY(4px);
    opacity: 0;
    transition: opacity 0.28s ease, transform 0.3s ease, background 0.24s ease, color 0.24s ease;
  }

  .main-nav .experience-menu .mega-card:last-child {
    border-bottom: 0;
  }

  .main-nav .experiences-dropdown.is-open .mega-card {
    opacity: 1;
    transform: translateY(0);
  }

  .main-nav .experiences-dropdown.is-open .mega-card:nth-child(1) { transition-delay: 0.03s; }
  .main-nav .experiences-dropdown.is-open .mega-card:nth-child(2) { transition-delay: 0.055s; }
  .main-nav .experiences-dropdown.is-open .mega-card:nth-child(3) { transition-delay: 0.08s; }
  .main-nav .experiences-dropdown.is-open .mega-card:nth-child(4) { transition-delay: 0.105s; }
  .main-nav .experiences-dropdown.is-open .mega-card:nth-child(5) { transition-delay: 0.13s; }
  .main-nav .experiences-dropdown.is-open .mega-card:nth-child(6) { transition-delay: 0.155s; }
  .main-nav .experiences-dropdown.is-open .mega-card:nth-child(7) { transition-delay: 0.18s; }
  .main-nav .experiences-dropdown.is-open .mega-card:nth-child(8) { transition-delay: 0.205s; }

  .main-nav .experience-menu .mega-card:hover,
  .main-nav .experience-menu .mega-card:focus-visible {
    background: rgba(255, 255, 255, 0.055);
    transform: translateX(4px);
  }

  .main-nav .experience-menu .mega-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(230, 170, 36, 0.25), rgba(80, 151, 255, 0.18));
    color: #fff;
    font-size: 19px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
  }

  .main-nav .experience-menu .mega-card:hover .mega-icon {
    transform: scale(1.06) rotate(-4deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  }

  .main-nav .experience-menu .mega-card span:last-child {
    min-width: 0;
  }

  .main-nav .experience-menu .mega-card strong {
    display: block;
    font-size: 15px;
    line-height: 1.18;
    color: rgba(255, 255, 255, 0.96);
  }

  .main-nav .experience-menu .mega-card small {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.3;
    color: rgba(214, 225, 234, 0.62);
    white-space: normal;
  }

  .main-nav .experience-menu .mega-card::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: auto;
    margin-right: 5px;
    border-top: 2px solid rgba(255, 255, 255, 0.55);
    border-right: 2px solid rgba(255, 255, 255, 0.55);
    transform: rotate(45deg);
    order: 3;
    transition: transform 0.24s ease, border-color 0.24s ease;
  }

  .main-nav .experience-menu .mega-card:hover::before {
    transform: translateX(3px) rotate(45deg);
    border-color: var(--gold);
  }
}

@media (max-width: 640px) {
  .main-nav .experiences-dropdown > button {
    min-height: 62px;
    font-size: 16px;
  }

  .main-nav .experiences-dropdown.is-open .experience-menu {
    max-height: 650px;
  }

  .main-nav .experience-menu .mega-card {
    min-height: 56px;
  }
}

/* Home card sections: 4-up desktop grids and swipe rows on mobile. */
.section-head-row {
  width: var(--width);
  margin: 0 auto 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.section-head-row h2 {
  margin: 6px 0 0;
  color: var(--navy);
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  line-height: 1.14;
}

.section-head-row p {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.7;
}

.section-head-light h2,
.section-head-light p {
  color: var(--white);
}

.section-label {
  display: inline-block;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 2.5px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-actions {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
}

.see-all-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease;
}

.see-all-link:hover {
  background: #f1bd42;
  transform: translateY(-2px);
}

.inline-see-all {
  width: fit-content;
  margin: 18px 0 4px;
}

.mobile-slide-row {
  width: var(--width);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1101px) {
  .mobile-slide-row,
  .card-grid.three.mobile-slide-row,
  .card-grid.four.mobile-slide-row,
  .destination-grid.mobile-slide-row,
  .package-page-grid.mobile-slide-row,
  .mood-grid.mobile-slide-row,
  .route-grid.mobile-slide-row,
  .deal-grid.mobile-slide-row,
  .pricing-grid.mobile-slide-row,
  .fallback-grid.mobile-slide-row,
  .about-service-grid.mobile-slide-row,
  .query-grid.mobile-slide-row,
  .hours-grid.mobile-slide-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    overflow: visible;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .mobile-slide-row,
  .card-grid.three.mobile-slide-row,
  .card-grid.four.mobile-slide-row,
  .destination-grid.mobile-slide-row,
  .package-page-grid.mobile-slide-row,
  .mood-grid.mobile-slide-row,
  .route-grid.mobile-slide-row,
  .deal-grid.mobile-slide-row,
  .pricing-grid.mobile-slide-row,
  .fallback-grid.mobile-slide-row,
  .about-service-grid.mobile-slide-row,
  .query-grid.mobile-slide-row,
  .hours-grid.mobile-slide-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    overflow: visible;
  }
}

@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .mobile-slide-row,
  .card-grid.three.mobile-slide-row,
  .card-grid.four.mobile-slide-row,
  .destination-grid.mobile-slide-row,
  .package-page-grid.mobile-slide-row,
  .mood-grid.mobile-slide-row,
  .route-grid.mobile-slide-row,
  .deal-grid.mobile-slide-row,
  .pricing-grid.mobile-slide-row,
  .fallback-grid.mobile-slide-row,
  .about-service-grid.mobile-slide-row,
  .query-grid.mobile-slide-row,
  .hours-grid.mobile-slide-row {
    display: flex !important;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding: 4px 16px 16px;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .mobile-slide-row::-webkit-scrollbar {
    display: none;
  }

  .mobile-slide-row > * {
    flex: 0 0 82%;
    max-width: 82%;
    min-width: 82%;
    scroll-snap-align: start;
  }

  .mobile-slide-row .destination-card,
  .mobile-slide-row .premium-package-card,
  .mobile-slide-row .package-card,
  .mobile-slide-row .travel-card,
  .mobile-slide-row .service-card,
  .mobile-slide-row .mini-dark-card,
  .mobile-slide-row .fallback-card,
  .mobile-slide-row article,
  .mobile-slide-row a {
    height: auto;
  }

  .mobile-slide-row img,
  .mobile-slide-row .destination-card img,
  .mobile-slide-row .premium-package-card img,
  .mobile-slide-row .package-card img,
  .mobile-slide-row .travel-card img,
  .mobile-slide-row .service-card img,
  .mobile-slide-row .card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .mobile-slide-row .package-card,
  .mobile-slide-row .destination-card,
  .mobile-slide-row .premium-package-card,
  .mobile-slide-row .travel-card,
  .mobile-slide-row .service-card,
  .mobile-slide-row .card {
    border-radius: 20px;
    overflow: hidden;
  }

  .mobile-slide-row h3 {
    font-size: 1.3rem;
    line-height: 1.25;
  }

  .mobile-slide-row p {
    font-size: 0.95rem;
    line-height: 1.55;
  }
}

@media (max-width: 420px) {
  .mobile-slide-row > * {
    flex-basis: 86%;
    max-width: 86%;
    min-width: 86%;
  }
}

/* About team list: force a clear mobile carousel despite older team grid rules. */
@media (max-width: 768px) {
  .leadership-section .team-list-grid.mobile-slide-row {
    display: flex !important;
    grid-template-columns: none !important;
    width: calc(100% + 32px);
    max-width: none;
    margin-left: -16px;
    margin-right: -16px;
    padding: 4px 16px 18px;
    gap: 16px;
    overflow-x: auto !important;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: none;
  }

  .leadership-section .team-list-grid.mobile-slide-row::-webkit-scrollbar {
    display: none;
  }

  .leadership-section .team-list-grid.mobile-slide-row > .fallback-team-card {
    flex: 0 0 78%;
    min-width: 78%;
    max-width: 78%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .leadership-section .team-heading {
    margin-top: 58px;
  }

  .leadership-section .team-heading h2 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.16;
  }

  .leadership-section .team-heading p {
    font-size: 16px;
    line-height: 1.65;
  }
}

@media (max-width: 420px) {
  .leadership-section .team-list-grid.mobile-slide-row > .fallback-team-card {
    flex-basis: 82%;
    min-width: 82%;
    max-width: 82%;
  }
}

/* About page premium split team and leadership section. */
.team-leadership-section {
  width: var(--width);
  margin: 0 auto;
  padding: 90px 0;
  background: var(--white);
}

.team-leadership-section .section-head {
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}

.team-leadership-section .section-head h2 {
  margin: 8px 0 0;
  color: var(--navy);
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.08;
}

.team-leadership-section .section-head p {
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 650;
}

.team-split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
  gap: 34px;
  align-items: stretch;
}

.leadership-column,
.team-column {
  min-width: 0;
}

.mini-section-head {
  margin-bottom: 22px;
}

.mini-section-head h3 {
  margin: 6px 0 0;
  color: var(--navy);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.15;
}

.team-head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.team-leadership-section .leadership-stack {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 341px);
  gap: 20px;
  width: 100%;
  margin: 0;
  height: 702px;
}

.leader-mini-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 18px;
  height: 341px;
  overflow: hidden;
  border: 1px solid rgba(6, 24, 38, 0.08);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(6, 24, 38, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.leader-mini-card:hover,
.team-member-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(6, 24, 38, 0.12);
}

.leader-mini-img {
  width: 180px;
  height: 240px;
  aspect-ratio: 1.5 / 2;
  min-height: 240px;
  align-self: center;
  background: var(--navy);
}

.leader-mini-img img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.leader-mini-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 22px 22px 0;
}

.role-badge {
  width: fit-content;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(233, 177, 61, 0.14);
  color: var(--gold-dark);
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.leader-mini-info h4,
.team-member-info h4 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.2;
}

.leader-mini-info p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 650;
}

.team-leadership-section .team-card-grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, minmax(230px, 1fr));
  grid-template-rows: repeat(2, 341px);
  grid-auto-columns: minmax(230px, 1fr);
  gap: 20px;
  width: 100%;
  height: 702px;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding: 2px 2px 18px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.team-leadership-section .team-card-grid::-webkit-scrollbar {
  display: none;
}

.team-leadership-section .team-card-grid > .team-member-card {
  min-width: 0;
  scroll-snap-align: start;
}

.team-member-card {
  display: flex;
  flex-direction: column;
  height: 341px;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(6, 24, 38, 0.08);
  border-bottom: 3px solid var(--gold);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(6, 24, 38, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.team-member-img,
.team-member-placeholder {
  width: 206px;
  height: 206px;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  margin: 16px auto 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--navy);
}

.team-member-img img,
.team-member-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.team-member-placeholder {
  display: grid;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(233, 177, 61, 0.88), rgba(7, 26, 45, 0.94)),
    var(--navy);
  color: var(--white);
  font-size: 46px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.team-member-info {
  display: flex;
  min-height: 104px;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 12px 18px 18px;
  text-align: center;
}

.team-member-info h4 {
  font-size: 20px;
  margin-bottom: 6px;
}

.team-member-info span {
  display: block;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 850;
  line-height: 1.5;
}

.team-slider-actions {
  display: flex;
  gap: 10px;
}

.team-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(6, 24, 38, 0.1);
  border-radius: 50%;
  background: var(--white);
  color: var(--navy);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.team-arrow:hover {
  background: var(--gold);
  transform: translateY(-2px);
}

@media (max-width: 1100px) {
  .team-split-layout {
    grid-template-columns: 1fr;
  }

  .team-leadership-section .leadership-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
  }

  .leader-mini-card {
    grid-template-columns: 1fr;
    height: auto;
  }

  .leader-mini-img,
  .leader-mini-img img {
    width: 100%;
    aspect-ratio: 1.5 / 2;
    min-height: 260px;
    height: auto;
  }

  .leader-mini-info {
    padding: 22px;
  }
}

@media (max-width: 768px) {
  .team-leadership-section {
    padding: 58px 0;
  }

  .team-leadership-section .section-head {
    margin-bottom: 32px;
  }

  .team-leadership-section .section-head p {
    font-size: 16px;
    line-height: 1.7;
  }

  .team-head-row {
    align-items: center;
  }

  .team-slider-actions {
    display: none;
  }

  .team-leadership-section .leadership-stack,
  .team-leadership-section .team-card-grid {
    display: flex !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding: 4px 16px 16px;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    height: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .team-leadership-section .leadership-stack::-webkit-scrollbar,
  .team-leadership-section .team-card-grid::-webkit-scrollbar {
    display: none;
  }

  .team-leadership-section .leadership-stack > *,
  .team-leadership-section .team-card-grid > * {
    flex: 0 0 84%;
    max-width: 84%;
    min-width: 84%;
    scroll-snap-align: start;
  }

  .leader-mini-card {
    display: block;
  }

  .leader-mini-img,
  .leader-mini-img img {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.5 / 2;
  }

  .team-member-img,
  .team-member-placeholder {
    width: 210px;
    height: 210px;
    aspect-ratio: 1 / 1;
    flex-basis: auto;
  }

  .leader-mini-info,
  .team-member-info {
    padding: 22px;
  }

  .leader-mini-info h4,
  .team-member-info h4 {
    font-size: 22px;
  }
}

@media (max-width: 420px) {
  .team-leadership-section .leadership-stack > *,
  .team-leadership-section .team-card-grid > * {
    flex-basis: 88%;
    max-width: 88%;
    min-width: 88%;
  }

  .leader-mini-img,
  .leader-mini-img img,
  .team-member-img,
  .team-member-placeholder {
    width: 190px;
    height: 190px;
    min-height: 0;
    flex-basis: auto;
  }
}

.slider-btn {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(6, 27, 46, 0.12);
  border-radius: 50%;
  background: var(--white);
  color: var(--navy);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(6, 27, 46, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.slider-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(233, 177, 61, 0.55);
  color: var(--gold-dark);
}

.slider-btn.light {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.2);
}

.responsive-card-row {
  width: var(--width);
  margin: 0 auto;
}

.responsive-card-row .travel-card,
.responsive-card-row .package-card,
.responsive-card-row .service-card,
.responsive-card-row .mini-dark-card {
  min-width: 0;
}

.responsive-card-row .card-image img,
.responsive-card-row .travel-card img,
.responsive-card-row .package-card img,
.responsive-card-row .service-card img,
.responsive-card-row .mini-dark-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

@media (min-width: 1101px) {
  .responsive-card-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    overflow: visible;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .responsive-card-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 768px) {
  .section-pad {
    padding: 48px 0;
  }

  .section-head-row {
    align-items: flex-start;
    margin-bottom: 18px;
    gap: 14px;
  }

  .section-head-row h2 {
    font-size: 1.55rem;
    line-height: 1.25;
  }

  .section-head-row p {
    font-size: 14px;
    line-height: 1.55;
  }

  .section-actions {
    gap: 7px;
  }

  .see-all-link {
    min-height: 35px;
    padding: 8px 13px;
    font-size: 13px;
    white-space: nowrap;
  }

  .responsive-card-row {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding: 2px 2px 14px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .responsive-card-row::-webkit-scrollbar {
    display: none;
  }

  .responsive-card-row > * {
    flex: 0 0 82%;
    max-width: 82%;
    scroll-snap-align: start;
  }

  .responsive-card-row .card-image img,
  .responsive-card-row .travel-card img,
  .responsive-card-row .package-card img,
  .responsive-card-row .service-card img,
  .responsive-card-row .mini-dark-card img {
    height: 175px;
  }

  .responsive-card-row .button-row {
    grid-template-columns: 1fr;
  }

  .responsive-card-row .dark-btn,
  .responsive-card-row .gold-btn,
  .responsive-card-row .outline-dark,
  .responsive-card-row .service-card a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .section-head-row {
    width: min(100% - 24px, 1280px);
  }

  .section-head-row h2 {
    font-size: 1.38rem;
  }

  .section-label {
    font-size: 10px;
    letter-spacing: 1.6px;
  }

  .responsive-card-row > * {
    flex-basis: 86%;
    max-width: 86%;
  }
}

/* Premium homepage redesign */
body {
  background: #ffffff;
}

.premium-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 90px;
  background: rgba(5, 21, 37, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 45px rgba(1, 10, 20, 0.24);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(100% - 86px, 1760px);
  min-height: 90px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(560px, 1fr) auto;
  align-items: center;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #ffffff;
  text-decoration: none;
  min-width: 270px;
}

.brand img {
  width: 74px;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.brand strong {
  display: block;
  color: #ffffff;
  font-size: 31px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 800;
}

.brand small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  letter-spacing: 0;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
}

.main-nav > a,
.main-nav .nav-dropdown > button {
  position: relative;
  padding: 35px 0 31px;
  color: rgba(255, 255, 255, 0.92);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.main-nav > a::after,
.main-nav .nav-dropdown > button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  height: 3px;
  border-radius: 999px;
  background: #f3b63f;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.main-nav > a:hover,
.main-nav .nav-dropdown > button:hover,
.main-nav > a.active {
  color: #f6bd42;
}

.main-nav > a:hover::after,
.main-nav .nav-dropdown > button:hover::after,
.main-nav > a.active::after {
  transform: scaleX(1);
}

/* Desktop navigation: keep the large click target, but show a compact rectangular selection. */
@media (min-width: 1101px) {
  .main-nav > a,
  .main-nav .nav-dropdown > button {
    padding-left: 0;
    padding-right: 0;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 40px;
  }

  .main-nav > a:hover,
  .main-nav > a:focus-visible,
  .main-nav > a.active,
  .main-nav .nav-dropdown > button:hover,
  .main-nav .nav-dropdown > button:focus-visible,
  .main-nav .nav-dropdown.active > button {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.07));
    transform: none;
  }

  .main-nav > a::after,
  .main-nav .nav-dropdown > button::after {
    left: 0;
    right: 0;
  }
}

.dropdown-arrow {
  display: inline-block;
  margin-left: 6px;
  font-size: 13px;
  transform: translateY(-1px);
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.icon-action,
.support-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

.icon-action span,
.support-link span {
  color: #f6b535;
  font-size: 16px;
}

.icon-action small,
.support-link small {
  color: #ffffff;
  font-size: 14px;
}

.plan-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 25px;
  border-radius: 9px;
  color: #071829;
  background: linear-gradient(135deg, #f7bd3c, #f0a82f);
  box-shadow: 0 12px 24px rgba(239, 170, 44, 0.26);
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.plan-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(239, 170, 44, 0.35);
}

.hero-section {
  position: relative;
  min-height: 438px;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 17, 31, 0.96) 0%, rgba(5, 24, 42, 0.72) 45%, rgba(5, 24, 42, 0.3) 100%),
    linear-gradient(180deg, rgba(5, 21, 37, 0.42), rgba(5, 21, 37, 0.38)),
    url("../banners/hero-banner.png.png?v=4") center 42% / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 42%, rgba(246, 181, 53, 0.1), transparent 23%),
    linear-gradient(180deg, rgba(4, 18, 31, 0.08), rgba(4, 18, 31, 0.18));
  pointer-events: none;
}

.hero-shell {
  position: relative;
  z-index: 2;
  width: min(100% - 86px, 1760px);
  margin: 0 auto;
  padding-top: 92px;
  color: #ffffff;
}

.script-text {
  margin: 0 0 14px;
  color: #f6b535;
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.hero-shell h1 {
  max-width: 900px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(40px, 3.45vw, 52px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 900;
}

.hero-shell h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 22px;
  border-radius: 999px;
  background: #f6b535;
}

.hero-subtitle {
  max-width: 690px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.65;
}

.hero-route {
  position: absolute;
  z-index: 2;
  right: 7%;
  top: 92px;
  width: 430px;
  height: 265px;
  pointer-events: none;
  opacity: 0.78;
}

.hero-route::before {
  content: "";
  position: absolute;
  inset: 34px 20px 30px 0;
  border-top: 2px dashed rgba(255, 255, 255, 0.52);
  border-right: 2px dashed rgba(255, 255, 255, 0.44);
  border-radius: 55% 45% 50% 45%;
  transform: rotate(-18deg);
}

.hero-route span {
  position: absolute;
  right: 120px;
  bottom: 54px;
  color: #f6b535;
  font-size: 27px;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.35));
}

.trip-search {
  position: relative;
  z-index: 5;
  margin-top: -72px;
  padding: 0 0 32px;
  background: transparent;
}

.trip-search:not(.is-search-open),
.destination-filter-wrap#destination-filter:not(.is-search-open),
.destination-filter-wrap#package-filter:not(.is-search-open),
.package-builder[hidden],
.white-section[hidden],
.site-search-panel[hidden] {
  display: none !important;
}

.site-search-panel {
  position: relative;
  z-index: 90;
  width: var(--container, min(100% - 72px, 1400px));
  margin: 24px auto 0;
  scroll-margin-top: 126px;
}

.site-search-card {
  grid-template-columns: minmax(0, 1fr) auto;
}

.planner-card {
  width: min(100% - 86px, 1760px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 190px;
  gap: 24px;
  align-items: end;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 70px rgba(7, 24, 41, 0.18);
  backdrop-filter: blur(18px);
}

.planner-card label {
  position: relative;
  display: block;
}

.planner-card label > span {
  display: block;
  margin: 0 0 10px;
  color: #172131;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.planner-card label > i {
  position: absolute;
  left: 14px;
  bottom: 18px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f0a82f;
  background: rgba(246, 181, 53, 0.14);
  pointer-events: none;
}

.planner-card select,
.planner-card input {
  width: 100%;
  min-height: 64px;
  padding: 0 28px 0 62px;
  border: 1px solid rgba(9, 29, 50, 0.1);
  border-radius: 16px;
  outline: 0;
  color: #172131;
  background: #ffffff;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.planner-card select:focus,
.planner-card input:focus {
  border-color: rgba(246, 181, 53, 0.72);
  box-shadow: 0 0 0 4px rgba(246, 181, 53, 0.13);
}

.planner-submit {
  min-height: 64px;
  border: 0;
  border-radius: 12px;
  color: #071829;
  background: linear-gradient(135deg, #f7bd3c, #efa632);
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 15px 32px rgba(239, 166, 50, 0.32);
}

.planner-submit i {
  margin-right: 9px;
}

.trust-row {
  padding: 0 0 42px;
  background: #ffffff;
}

.feature-grid {
  width: min(100% - 86px, 1760px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.feature-grid article {
  position: relative;
  min-height: 168px;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  align-content: start;
  gap: 12px 16px;
  padding: 24px 28px 24px;
  border-radius: 22px;
  border: 1px solid rgba(246, 181, 53, 0.1);
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 20%, rgba(246, 181, 53, 0.12), transparent 22%),
    linear-gradient(135deg, #061327 0%, #08233d 58%, #04172a 100%);
  box-shadow: 0 22px 50px rgba(5, 21, 37, 0.16);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.feature-grid article::before {
  content: "";
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #f7bd3c, #efa632);
}

.feature-grid article::after {
  content: attr(data-watermark);
  position: absolute;
  right: 28px;
  top: 44px;
  color: rgba(255, 255, 255, 0.045);
  font-size: 62px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.feature-grid article:hover {
  transform: translateY(-8px);
  border-color: rgba(246, 181, 53, 0.45);
  box-shadow: 0 28px 62px rgba(5, 21, 37, 0.24), 0 0 0 1px rgba(246, 181, 53, 0.18);
}

.line-icon {
  position: relative;
  z-index: 2;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  border-radius: 50%;
  color: #f7bd3c;
  background: radial-gradient(circle, rgba(246, 181, 53, 0.24), rgba(255, 255, 255, 0.08));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  font-size: 19px;
  font-weight: 900;
}

.feature-grid h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0;
}

.feature-grid p {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  margin: 0;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.52;
}

.white-section {
  background: #ffffff;
}

.white-section .section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #061b2e;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.white-section .section-label i {
  color: #f6b535;
  font-size: 14px;
}

@media (max-width: 1320px) {
  .nav-shell {
    width: min(100% - 48px, 1280px);
    grid-template-columns: auto 1fr auto;
    gap: 22px;
  }

  .main-nav {
    gap: 22px;
  }

  .brand {
    min-width: 230px;
  }

  .brand img {
    width: 62px;
  }

  .brand strong {
    font-size: 28px;
  }

  .planner-card,
  .feature-grid,
  .hero-shell {
    width: min(100% - 48px, 1280px);
  }
}

@media (max-width: 1280px) {
  .nav-shell {
    width: min(100% - 48px, 1280px);
    gap: 18px;
  }

  .brand {
    min-width: 205px;
    gap: 11px;
  }

  .brand img {
    width: 54px;
  }

  .brand strong {
    font-size: 26px;
  }

  .brand small {
    font-size: 12px;
  }

  .main-nav {
    gap: 18px;
  }

  .main-nav > a,
  .main-nav .nav-dropdown > button {
    font-size: 14px;
  }

  .nav-actions {
    gap: 12px;
  }

  .icon-action,
  .support-link {
    gap: 8px;
  }

  .icon-action small,
  .support-link small {
    font-size: 13px;
  }

  .plan-btn {
    min-height: 48px;
    padding: 0 17px;
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .premium-header {
    min-height: 78px;
  }

  .nav-shell {
    min-height: 78px;
    display: flex;
    justify-content: space-between;
  }

  .main-nav {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 88px;
    display: none;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background:
      linear-gradient(145deg, rgba(7, 25, 43, 0.96), rgba(3, 16, 29, 0.98)),
      rgba(5, 21, 37, 0.96);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(20px);
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav > a,
  .main-nav .nav-dropdown > button {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
  }

  .main-nav > a::after,
  .main-nav .nav-dropdown > button::after {
    display: none;
  }

  .nav-actions .icon-action,
  .nav-actions .support-link,
  .nav-actions .plan-btn {
    display: none;
  }

  .hero-section {
    min-height: 430px;
  }

  .hero-shell {
    padding-top: 82px;
  }

  .hero-route {
    right: 2%;
    width: 330px;
    opacity: 0.45;
  }

  .planner-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .planner-submit {
    grid-column: span 2;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .premium-header {
    position: sticky;
    min-height: 76px;
  }

  .nav-shell {
    width: min(100% - 28px, 720px);
    min-height: 76px;
  }

  .brand {
    min-width: 0;
    gap: 10px;
  }

  .brand img {
    width: 50px;
  }

  .brand strong {
    font-size: 23px;
  }

  .brand small {
    font-size: 11px;
  }

  .hero-section {
    min-height: 440px;
    background-position: center top;
  }

  .hero-shell {
    width: min(100% - 28px, 720px);
    padding-top: 74px;
  }

  .script-text {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .hero-shell h1 {
    font-size: clamp(34px, 10vw, 43px);
    max-width: 420px;
  }

  .hero-subtitle {
    max-width: 350px;
    font-size: 15px;
    line-height: 1.6;
  }

  .hero-route {
    display: none;
  }

  .trip-search {
    margin-top: -54px;
    padding-bottom: 24px;
  }

  .site-search-panel {
    width: var(--container);
    margin-top: 16px;
    scroll-margin-top: 104px;
  }

  .site-search-card {
    grid-template-columns: 1fr !important;
  }

  .planner-card {
    width: min(100% - 28px, 720px);
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
    border-radius: 22px;
  }

  .planner-card select,
  .planner-card input,
  .planner-submit {
    min-height: 58px;
  }

  .planner-submit {
    grid-column: auto;
  }

  .feature-grid {
    width: min(100% - 28px, 720px);
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .feature-grid article {
    min-height: 0;
    padding: 18px 20px;
    gap: 10px 12px;
  }

  .feature-grid article::after {
    top: 24px;
    right: 18px;
    font-size: 58px;
  }

  .line-icon {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }

  .feature-grid h3 {
    font-size: 18px !important;
    line-height: 1.18;
  }

  .feature-grid p {
    font-size: 14px !important;
    line-height: 1.45;
  }

  .trust-row {
    padding-bottom: 28px;
  }
}

/* Full premium HIMIGO homepage system */
:root {
  --navy: #071f33;
  --navy2: #102b42;
  --gold: #f5b82e;
  --gold-dark: #d99512;
  --text: #071b2f;
  --muted: #6b7a90;
  --bg: #f6f8fb;
  --container: min(100% - 72px, 1400px);
}

* {
  box-sizing: border-box;
}

body {
  color: var(--text);
  background: var(--bg);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
button,
input,
select {
  letter-spacing: 0;
}

a,
button,
.travel-card,
.service-card,
.package-card,
.mini-dark-card,
.reel-card,
.gallery-grid article,
.testimonial-card,
.why-grid article,
.stats-row article {
  transition: all 0.3s ease;
}

.section-pad {
  padding: 80px 0;
}

.section-head-row,
.section-heading,
.custom-trip,
.split-panel,
.footer-grid,
.footer-bottom,
.faq-list,
.gallery-grid,
.reel-track,
.why-grid,
.stats-row,
.card-grid {
  width: var(--container);
  max-width: 1400px;
}

.section-head-row {
  margin: 0 auto 34px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}

.section-heading {
  margin: 0 auto 34px;
  text-align: center;
}

.section-head-row h2,
.section-heading h2,
.custom-trip h2,
.split-panel h2 {
  margin: 8px 0 0;
  color: var(--text);
  font-size: clamp(30px, 3.3vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 900;
}

.section-head-row p,
.section-heading p,
.custom-trip p,
.split-panel p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.section-label,
.section-heading span,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.gold-btn,
.dark-btn,
.outline-btn,
.outline-dark,
.see-all-link,
.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 13px;
  font-weight: 900;
  text-decoration: none;
}

.gold-btn,
.see-all-link,
.whatsapp-btn {
  color: #071829;
  background: linear-gradient(135deg, var(--gold), #f7c45e 48%, var(--gold-dark));
  box-shadow: 0 16px 34px rgba(217, 149, 18, 0.24);
}

.gold-btn:hover,
.see-all-link:hover,
.whatsapp-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(217, 149, 18, 0.34);
}

.gold-btn.large,
.outline-btn.large {
  min-height: 54px;
  padding: 0 24px;
}

.gold-btn.small,
.outline-dark {
  min-height: 42px;
  padding: 0 16px;
}

.outline-btn {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.outline-btn:hover {
  color: var(--navy);
  background: #ffffff;
  transform: translateY(-3px);
}

.outline-dark {
  color: var(--navy);
  border: 1px solid rgba(7, 31, 51, 0.16);
  background: #ffffff;
}

.outline-dark:hover {
  border-color: rgba(245, 184, 46, 0.7);
  box-shadow: 0 14px 28px rgba(7, 31, 51, 0.1);
}

.hero-section {
  min-height: 520px;
}

.hero-shell {
  padding-top: 88px;
}

.hero-shell h1 {
  max-width: 1120px;
  white-space: nowrap;
  font-size: clamp(42px, 3.7vw, 56px);
}

.hero-subtitle {
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.trip-search {
  margin-top: -70px;
}

.white-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 4%, rgba(245, 184, 46, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff, #fbfcff);
}

.white-section:first-of-type::before {
  content: "";
  position: absolute;
  inset: 30px 0 auto;
  height: 170px;
  pointer-events: none;
  opacity: 0.28;
  background:
    linear-gradient(135deg, transparent 45%, rgba(7, 31, 51, 0.08) 46%, transparent 47%),
    linear-gradient(35deg, transparent 52%, rgba(16, 43, 66, 0.08) 53%, transparent 54%);
  background-size: 220px 120px;
}

.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.category-pills span,
.chips span,
.pill-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 15px;
  border: 1px solid rgba(7, 31, 51, 0.1);
  border-radius: 999px;
  color: var(--text);
  background: #ffffff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(7, 31, 51, 0.05);
}

.category-pills span.active,
.category-pills span:hover,
.chips span:first-child,
.chips span:hover,
.pill-list span:hover {
  color: #071829;
  border-color: rgba(245, 184, 46, 0.5);
  background: rgba(245, 184, 46, 0.16);
}

.responsive-card-row {
  width: var(--container);
}

@media (min-width: 1101px) {
  .responsive-card-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.travel-card,
.package-card {
  overflow: hidden;
  border: 1px solid rgba(7, 31, 51, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 45px rgba(7, 31, 51, 0.09);
}

.travel-card:hover,
.package-card:hover,
.service-card:hover,
.mini-dark-card:hover,
.gallery-grid article:hover,
.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(7, 31, 51, 0.16);
}

.card-image {
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.card-image img,
.travel-card img,
.package-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transform: scale(1.01);
}

.travel-card:hover .card-image img,
.package-card:hover .card-image img,
.gallery-grid article:hover img,
.reel-card:hover img,
.mini-dark-card:hover img,
.service-card:hover img {
  transform: scale(1.06);
}

.card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(3, 15, 28, 0.72));
}

.card-image small {
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #071829;
  background: linear-gradient(135deg, var(--gold), #fff0bf);
  font-size: 12px;
  font-weight: 900;
}

.card-image small::after {
  content: "";
}

.travel-card .card-body,
.package-card .card-body {
  padding: 22px;
}

.travel-card h3,
.package-card h3,
.service-card h3,
.mini-dark-card h3 {
  color: var(--text);
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: 0;
}

.travel-card p,
.package-card p,
.service-card p,
.mini-dark-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  color: var(--muted);
  font-size: 14px;
}

.meta-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.meta-row i {
  color: var(--gold-dark);
}

.meta-row strong {
  color: var(--navy);
  font-size: 16px;
  white-space: nowrap;
}

.dark-btn {
  width: 100%;
  min-height: 44px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--navy), var(--navy2));
  box-shadow: 0 14px 28px rgba(7, 31, 51, 0.18);
}

.dark-btn:hover {
  background: linear-gradient(135deg, var(--navy2), var(--navy));
}

.soft-section {
  background: linear-gradient(180deg, #f6f8fb, #ffffff);
}

.service-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 22px;
  color: #ffffff;
  background: var(--navy);
  box-shadow: 0 22px 45px rgba(7, 31, 51, 0.14);
}

.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 31, 51, 0.08), rgba(7, 31, 51, 0.88));
}

.service-card .service-icon,
.service-card h3,
.service-card p,
.service-card a {
  position: relative;
  z-index: 2;
}

.service-card .service-icon {
  margin: 170px 22px 14px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: var(--gold);
  font-weight: 900;
}

.service-card h3 {
  margin: 0 22px 8px;
  color: #ffffff;
}

.service-card p {
  margin: 0 22px 18px;
  color: rgba(255, 255, 255, 0.82);
}

.service-card a {
  margin: 0 22px 22px;
  display: inline-flex;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
}

.package-card .button-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.reels-section,
.romantic-section {
  color: #ffffff;
  background:
    radial-gradient(circle at 10% 0%, rgba(245, 184, 46, 0.16), transparent 28%),
    linear-gradient(135deg, #061523, #09243a 58%, #061523);
}

.section-heading.light h2,
.section-head-light h2,
.section-head-light p,
.section-head-light .section-label {
  color: #ffffff;
}

.section-heading.light span {
  color: var(--gold);
}

.reel-track {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.reel-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22);
}

.reel-card img,
.mini-dark-card img,
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reel-card::after,
.mini-dark-card::after,
.gallery-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(3, 15, 28, 0.84));
}

.reel-card div {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.reel-card span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: var(--gold);
}

.reel-card strong {
  color: #ffffff;
  font-size: 17px;
}

.custom-trip {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  padding: 44px;
  border: 1px solid rgba(7, 31, 51, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 28px 65px rgba(7, 31, 51, 0.09);
}

.chip-panel {
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  box-shadow: inset 0 0 0 1px rgba(7, 31, 51, 0.08);
}

.chip-panel h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 15px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.gold-btn.wide {
  width: 100%;
  min-height: 52px;
}

.mini-dark-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(245, 184, 46, 0.3);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 25px 56px rgba(0, 0, 0, 0.25);
}

.mini-dark-card h3,
.mini-dark-card p {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  color: #ffffff;
}

.mini-dark-card h3 {
  bottom: 70px;
}

.mini-dark-card p {
  bottom: 22px;
  color: rgba(255, 255, 255, 0.78);
}

.split-panel {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
  padding: 46px;
  border-radius: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 12%, rgba(245, 184, 46, 0.18), transparent 30%),
    linear-gradient(135deg, var(--navy), var(--navy2));
  box-shadow: 0 30px 70px rgba(7, 31, 51, 0.18);
}

.split-panel h2,
.split-panel p,
.split-panel .eyebrow {
  color: #ffffff;
}

.split-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.split-panel img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  padding: 16px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.24);
}

.inline-see-all {
  margin: 12px 0 18px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill-list span {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
}

.char-dham-pills {
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}

.char-dham-pills span {
  min-height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.why-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.why-grid article {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(7, 31, 51, 0.08);
  border-radius: 18px;
  background: #ffffff;
  color: var(--text);
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(7, 31, 51, 0.06);
}

.why-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 184, 46, 0.45);
}

.why-grid article span {
  color: var(--gold-dark);
}

.stats-row {
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.stats-row article {
  padding: 24px 18px;
  border-radius: 20px;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--navy), var(--navy2));
  box-shadow: 0 20px 42px rgba(7, 31, 51, 0.16);
}

.stats-row strong {
  display: block;
  color: var(--gold);
  font-size: 32px;
  line-height: 1;
}

.stats-row span {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.testimonial-card {
  padding: 26px;
  border: 1px solid rgba(7, 31, 51, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(7, 31, 51, 0.08);
}

.testimonial-card > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-card img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card p {
  color: var(--muted);
  line-height: 1.8;
}

.testimonial-card b {
  color: var(--gold-dark);
  letter-spacing: 2px;
}

.gallery-section {
  background: linear-gradient(180deg, #ffffff, #f6f8fb);
}

.gallery-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 210px;
  gap: 16px;
}

.gallery-grid article {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 20px 42px rgba(7, 31, 51, 0.1);
}

.gallery-grid article > a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.gallery-grid article:nth-child(1),
.gallery-grid article:nth-child(6) {
  grid-row: span 2;
}

.gallery-grid span,
.gallery-grid strong {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
}

.gallery-grid span {
  bottom: 52px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-grid strong {
  bottom: 22px;
  color: #ffffff;
  font-size: 19px;
}

.faq-list {
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 18px 22px;
  border: 1px solid rgba(7, 31, 51, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(7, 31, 51, 0.06);
}

.faq-list summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 900;
}

.faq-list p {
  color: var(--muted);
  line-height: 1.7;
}

.premium-footer {
  color: #ffffff;
  background: #051523;
}

.footer-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 32px;
  padding: 70px 0 34px;
}

.footer-grid a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.footer-grid h4,
.footer-grid strong {
  color: #ffffff;
}

.footer-grid p,
.footer-grid small {
  color: rgba(255, 255, 255, 0.68);
}

.footer-grid > div:not(:first-child) {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-bottom {
  margin: 0 auto;
  padding: 22px 0 30px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 1100px) {
  :root {
    --container: min(100% - 44px, 980px);
  }

  .planner-card,
  .feature-grid,
  .reel-track,
  .why-grid,
  .stats-row,
  .gallery-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .custom-trip,
  .split-panel {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: 560px;
  }
}

@media (max-width: 768px) {
  :root {
    --container: min(100% - 28px, 720px);
  }

  .section-pad {
    padding: 48px 0;
  }

  .section-head-row {
    display: block;
    margin-bottom: 22px;
  }

  .section-head-row h2,
  .section-heading h2,
  .custom-trip h2,
  .split-panel h2 {
    font-size: 30px;
  }

  .section-actions {
    margin-top: 16px;
  }

  .hero-section {
    min-height: 560px;
  }

  .hero-shell h1 {
    font-size: 34px;
    white-space: normal;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 340px;
  }

  .hero-actions a,
  .planner-submit,
  .button-row a,
  .see-all-link {
    width: 100%;
  }

  .planner-card,
  .feature-grid,
  .why-grid,
  .stats-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .responsive-card-row,
  .reel-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding-bottom: 14px;
    scrollbar-width: none;
  }

  .responsive-card-row::-webkit-scrollbar,
  .reel-track::-webkit-scrollbar {
    display: none;
  }

  .responsive-card-row > *,
  .reel-track > * {
    flex: 0 0 84%;
    max-width: 84%;
    scroll-snap-align: start;
  }

  .package-card .button-row {
    grid-template-columns: 1fr;
  }

  .custom-trip,
  .split-panel {
    padding: 24px;
    border-radius: 24px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 170px;
  }

  .gallery-grid article:nth-child(1),
  .gallery-grid article:nth-child(6) {
    grid-row: span 1;
  }

  .footer-bottom {
    display: grid;
  }
}

/* Keep destination/package card actions aligned */
.responsive-card-row .travel-card,
.responsive-card-row .package-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.responsive-card-row .travel-card .card-image,
.responsive-card-row .package-card .card-image {
  flex: 0 0 auto;
}

.responsive-card-row .travel-card .card-body,
.responsive-card-row .package-card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.responsive-card-row .travel-card .card-body > p,
.responsive-card-row .package-card .card-body > p {
  min-height: 3.4em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.responsive-card-row .travel-card .meta-row,
.responsive-card-row .package-card .meta-row {
  margin-top: auto;
}

.responsive-card-row .travel-card .dark-btn,
.responsive-card-row .package-card .button-row {
  margin-top: 18px;
}

/* Destinations listing card cleanup */
.destination-grid {
  align-items: stretch;
}

.destination-card {
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
}

.destination-image {
  flex: 0 0 auto;
  height: 210px;
}

.destination-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.destination-card-body h3 {
  margin-bottom: 10px;
}

.destination-card-body > p {
  min-height: 3.35em;
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.destination-tags {
  min-height: 30px;
  margin: 14px 0 8px;
}

.destination-card .meta-row {
  margin-top: auto;
  align-items: center;
  font-size: 14px;
}

.destination-card .meta-row span,
.destination-card .meta-row i {
  color: var(--gold-dark);
}

.destination-card .meta-row strong {
  color: var(--navy);
  font-size: 15px;
}

.destination-card .button-row {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.destination-card .outline-dark,
.destination-card .gold-btn.small {
  min-height: 44px;
  padding: 0 12px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.15;
  text-align: center;
}

.mood-grid article {
  min-height: 245px;
  padding: 34px 34px 30px;
}

.mood-grid span {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: var(--gold);
  background: var(--navy);
  font-size: 24px;
  line-height: 1;
  overflow: hidden;
}

.mood-grid span i {
  display: block;
  line-height: 1;
}

/* Shared premium banner for all public pages */
.premium-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2000;
}

body {
  padding-top: 90px;
}

.hero-section,
.destination-hero,
.package-hero,
.destination-package-hero,
.experience-hero,
.about-hero-premium,
.contact-hero-premium,
.booking-hero {
  position: relative;
  min-height: 520px !important;
  width: 100%;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 0 !important;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(3, 17, 31, 0.96) 0%, rgba(5, 24, 42, 0.74) 46%, rgba(5, 24, 42, 0.28) 100%),
    linear-gradient(180deg, rgba(5, 21, 37, 0.4), rgba(5, 21, 37, 0.4)),
    url("../banners/hero-banner.png.png?v=6") center 42% / cover no-repeat !important;
}

.destination-package-hero {
  background:
    linear-gradient(90deg, rgba(3, 17, 31, 0.96) 0%, rgba(5, 24, 42, 0.74) 46%, rgba(5, 24, 42, 0.28) 100%),
    linear-gradient(180deg, rgba(5, 21, 37, 0.4), rgba(5, 21, 37, 0.4)),
    var(--hero-image),
    url("../banners/hero-banner.png.png?v=6") center 42% / cover no-repeat !important;
  background-size: cover !important;
  background-position: center 42% !important;
}

.experience-hero {
  background:
    linear-gradient(90deg, rgba(3, 17, 31, 0.96) 0%, rgba(5, 24, 42, 0.74) 46%, rgba(5, 24, 42, 0.28) 100%),
    linear-gradient(180deg, rgba(5, 21, 37, 0.4), rgba(5, 21, 37, 0.4)),
    var(--experience-image),
    url("../banners/hero-banner.png.png?v=6") center 42% / cover no-repeat !important;
  background-size: cover !important;
  background-position: center 42% !important;
}

.destination-hero::after,
.package-hero::after,
.destination-package-hero::after,
.experience-hero::after,
.about-hero-premium::after,
.contact-hero-premium::after,
.booking-hero::after {
  content: "";
  position: absolute;
  right: 7%;
  top: 94px;
  width: 430px;
  height: 250px;
  border-top: 2px dashed rgba(255, 255, 255, 0.5);
  border-right: 2px dashed rgba(255, 255, 255, 0.4);
  border-radius: 55% 45% 50% 45%;
  transform: rotate(-18deg);
  pointer-events: none;
  opacity: 0.52;
}

.destination-hero-shell,
.package-hero .destination-hero-shell,
.destination-package-hero .destination-hero-shell,
.experience-hero .destination-hero-shell,
.about-hero-premium .destination-hero-shell,
.contact-hero-premium .destination-hero-shell,
.booking-hero .destination-hero-shell {
  position: relative;
  z-index: 2;
  width: var(--container, min(100% - 72px, 1400px));
  max-width: 1400px;
  margin: 0 auto;
}

.destination-hero h1,
.package-hero h1,
.destination-package-hero h1,
.experience-hero h1,
.about-hero-premium h1,
.contact-hero-premium h1,
.booking-hero h1 {
  max-width: 860px;
  margin: 14px 0 0;
  color: #ffffff;
  font-size: clamp(44px, 4.2vw, 56px) !important;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 900;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.38);
}

.destination-hero h1 span,
.package-hero h1 span,
.destination-package-hero h1 span,
.experience-hero h1 span,
.about-hero-premium h1 span,
.contact-hero-premium h1 span,
.booking-hero h1 span {
  color: var(--gold);
}

.destination-hero p,
.package-hero p,
.destination-package-hero p,
.experience-hero p,
.about-hero-premium p,
.contact-hero-premium p,
.booking-hero p {
  max-width: 730px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 700;
}

.destination-hero .eyebrow,
.package-hero .eyebrow,
.destination-package-hero .eyebrow,
.experience-hero .eyebrow,
.about-hero-premium .eyebrow,
.contact-hero-premium .eyebrow,
.booking-hero .eyebrow {
  color: var(--gold);
}

@media (max-width: 768px) {
  body {
    padding-top: 76px;
  }

  .hero-section,
  .destination-hero,
  .package-hero,
  .destination-package-hero,
  .experience-hero,
  .about-hero-premium,
  .contact-hero-premium,
  .booking-hero {
    min-height: 460px !important;
  }

  .destination-hero::after,
  .package-hero::after,
  .destination-package-hero::after,
  .experience-hero::after,
  .about-hero-premium::after,
  .contact-hero-premium::after,
  .booking-hero::after {
    display: none;
  }

  .destination-hero-shell,
  .package-hero .destination-hero-shell,
  .destination-package-hero .destination-hero-shell,
  .experience-hero .destination-hero-shell,
  .about-hero-premium .destination-hero-shell,
  .contact-hero-premium .destination-hero-shell,
  .booking-hero .destination-hero-shell {
    width: min(100% - 28px, 720px);
  }

  .destination-hero h1,
  .package-hero h1,
  .destination-package-hero h1,
  .experience-hero h1,
  .about-hero-premium h1,
  .contact-hero-premium h1,
  .booking-hero h1 {
    font-size: 34px !important;
  }
}

/* Final responsive polish: keeps every public section flexible on phones. */
@media (max-width: 1100px) {
  .nav-shell,
  .hero-shell,
  .destination-hero-shell,
  .package-hero .destination-hero-shell,
  .destination-package-hero .destination-hero-shell,
  .experience-hero .destination-hero-shell,
  .about-hero-premium .destination-hero-shell,
  .contact-hero-premium .destination-hero-shell,
  .booking-hero .destination-hero-shell,
  .planner-card,
  .destination-filter-wrap,
  .destination-filter-card,
  .package-filter-card,
  .section-head-row,
  .section-heading,
  .custom-trip,
  .split-panel,
  .footer-grid,
  .footer-bottom,
  .faq-list,
  .gallery-grid,
  .reel-track,
  .why-grid,
  .stats-row,
  .card-grid,
  .package-page-grid,
  .destination-grid,
  .mood-grid,
  .route-grid,
  .deal-grid,
  .pricing-grid,
  .about-card-grid,
  .about-service-grid,
  .query-grid,
  .hours-grid,
  .contact-grid,
  .booking-layout {
    width: var(--container) !important;
    max-width: 100%;
  }

  .destination-filter-card,
  .package-filter-card,
  .planner-card {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .destination-filter-card .planner-submit,
  .package-filter-card .planner-submit,
  .planner-card .planner-submit {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 768px) {
  :root {
    --container: min(100% - 32px, 720px);
    --width: min(100% - 32px, 720px);
  }

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  img,
  video,
  canvas,
  svg {
    max-width: 100%;
  }

  .premium-header {
    min-height: 76px !important;
  }

  .nav-shell {
    min-height: 76px !important;
    gap: 10px;
  }

  .brand {
    min-width: 0 !important;
    max-width: calc(100% - 106px);
  }

  .brand img {
    width: clamp(44px, 12vw, 54px) !important;
    flex: 0 0 auto;
  }

  .brand strong {
    font-size: clamp(24px, 8vw, 34px) !important;
    line-height: 0.98;
  }

  .brand small {
    font-size: clamp(11px, 3.2vw, 15px) !important;
    white-space: nowrap;
  }

  .nav-actions {
    flex: 0 0 auto;
    gap: 8px !important;
  }

  .nav-actions .icon-action,
  .menu-toggle {
    width: clamp(46px, 13vw, 58px) !important;
    height: clamp(46px, 13vw, 58px) !important;
    min-width: clamp(46px, 13vw, 58px) !important;
    border-radius: 16px !important;
  }

  .main-nav {
    left: 14px !important;
    right: 14px !important;
    top: 84px !important;
    max-height: calc(100dvh - 104px) !important;
    padding: 14px !important;
    border-radius: 20px !important;
  }

  .hero-section,
  .destination-hero,
  .package-hero,
  .destination-package-hero,
  .experience-hero,
  .about-hero-premium,
  .contact-hero-premium,
  .booking-hero {
    min-height: auto !important;
    align-items: start !important;
    padding: clamp(52px, 14vw, 86px) 0 clamp(92px, 24vw, 132px) !important;
    background-position: center top !important;
  }

  .hero-shell,
  .destination-hero-shell,
  .package-hero .destination-hero-shell,
  .destination-package-hero .destination-hero-shell,
  .experience-hero .destination-hero-shell,
  .about-hero-premium .destination-hero-shell,
  .contact-hero-premium .destination-hero-shell,
  .booking-hero .destination-hero-shell {
    width: var(--container) !important;
    padding-top: 0 !important;
  }

  .hero-shell h1,
  .destination-hero h1,
  .package-hero h1,
  .destination-package-hero h1,
  .experience-hero h1,
  .about-hero-premium h1,
  .contact-hero-premium h1,
  .booking-hero h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.4vw, 40px) !important;
    line-height: 1.22 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .hero-subtitle,
  .destination-hero p,
  .package-hero p,
  .destination-package-hero p,
  .experience-hero p,
  .about-hero-premium p,
  .contact-hero-premium p,
  .booking-hero p {
    max-width: 100%;
    font-size: clamp(15px, 4vw, 17px) !important;
    line-height: 1.62 !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    gap: 12px;
  }

  .hero-actions a,
  .hero-actions button,
  .gold-btn.large,
  .outline-btn.large,
  .planner-submit,
  .see-all-link,
  .dark-btn,
  .outline-dark,
  .whatsapp-btn {
    width: 100%;
    min-height: 52px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    line-height: 1.2;
    white-space: normal;
  }

  .trip-search,
  .destination-filter-wrap {
    margin-top: -70px !important;
    padding-bottom: 24px;
  }

  .planner-card,
  .destination-filter-card,
  .package-filter-card {
    width: var(--container) !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: clamp(18px, 5vw, 28px) !important;
    border-radius: 22px !important;
  }

  .planner-card label,
  .destination-filter-card label,
  .package-filter-card label {
    min-width: 0;
  }

  .planner-card select,
  .planner-card input,
  .destination-filter-card input,
  .destination-filter-card select,
  .package-filter-card input,
  .package-filter-card select,
  .builder-form input,
  .builder-form select,
  .builder-form textarea {
    min-height: 58px;
    font-size: 16px;
    border-radius: 16px;
  }

  .section-pad {
    padding: 52px 0 !important;
  }

  .section-head-row,
  .section-heading {
    margin-bottom: 24px !important;
  }

  .section-head-row h2,
  .section-heading h2,
  .custom-trip h2,
  .split-panel h2,
  .destination-cta h2 {
    font-size: clamp(26px, 7.4vw, 34px) !important;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .section-head-row p,
  .section-heading p,
  .custom-trip p,
  .split-panel p,
  .destination-cta p {
    font-size: 15px;
    line-height: 1.65;
  }

  .category-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .category-pills::-webkit-scrollbar {
    display: none;
  }

  .category-pills span {
    flex: 0 0 auto;
  }

  .feature-grid,
  .why-grid,
  .stats-row,
  .gallery-grid,
  .footer-grid,
  .booking-layout,
  .contact-grid,
  .story-card,
  .custom-trip,
  .split-panel {
    grid-template-columns: 1fr !important;
  }

  .feature-grid article,
  .why-grid article,
  .stats-row article,
  .testimonial-card,
  .custom-trip,
  .split-panel,
  .destination-cta {
    border-radius: 20px !important;
  }

  .custom-trip,
  .split-panel,
  .story-card > div,
  .chip-panel,
  .booking-panel,
  .booking-summary-card {
    padding: clamp(20px, 5.6vw, 28px) !important;
  }

  .card-image,
  .destination-image {
    min-height: 0;
    height: 190px;
  }

  .card-image img,
  .travel-card img,
  .package-card img,
  .premium-package-card img,
  .destination-image img {
    height: 190px !important;
  }

  .meta-row,
  .footer-bottom {
    flex-wrap: wrap;
  }

  .package-card .button-row,
  .destination-card .button-row {
    grid-template-columns: 1fr !important;
  }

  .mobile-slide-row {
    width: calc(100% + 32px) !important;
  }

  .mobile-slide-row > * {
    flex-basis: min(86%, 340px) !important;
    max-width: min(86%, 340px) !important;
    min-width: min(86%, 340px) !important;
  }
}

@media (max-width: 430px) {
  :root {
    --container: min(100% - 28px, 430px);
    --width: min(100% - 28px, 430px);
  }

  .hero-section,
  .destination-hero,
  .package-hero,
  .destination-package-hero,
  .experience-hero,
  .about-hero-premium,
  .contact-hero-premium,
  .booking-hero {
    padding-top: 42px !important;
    padding-bottom: 118px !important;
  }

  .brand {
    gap: 8px;
    max-width: calc(100% - 100px);
  }

  .brand img {
    width: 42px !important;
  }

  .brand strong {
    font-size: clamp(22px, 7.6vw, 29px) !important;
  }

  .brand small {
    font-size: 11px !important;
  }

  .planner-card select,
  .planner-card input {
    padding-left: 56px;
  }

  .planner-card label > i {
    left: 12px;
  }

  .mobile-slide-row > * {
    flex-basis: 88% !important;
    max-width: 88% !important;
    min-width: 88% !important;
  }
}

@media (max-width: 1100px) {
  .main-nav .experiences-dropdown > button::before {
    content: "" !important;
    display: none !important;
  }

  .main-nav {
    bottom: auto !important;
    height: calc(100dvh - 104px) !important;
    max-height: calc(100dvh - 104px) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 18px !important;
  }

  .main-nav .experiences-dropdown {
    overflow: visible !important;
  }

  .main-nav .experiences-dropdown > button {
    border-radius: 18px !important;
  }

  .main-nav .experiences-dropdown .experience-menu,
  .main-nav .experiences-dropdown:hover .experience-menu,
  .main-nav .experiences-dropdown:focus-within .experience-menu {
    max-height: 0 !important;
    overflow: hidden !important;
  }

  .main-nav .experiences-dropdown.is-open .experience-menu {
    display: grid !important;
    max-height: min(52dvh, 520px) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .main-nav .experience-menu .mega-grid > a:nth-child(n+9) {
    display: flex !important;
  }

  .main-nav .experiences-dropdown.is-open .experience-menu::-webkit-scrollbar {
    width: 5px;
  }

  .main-nav .experiences-dropdown.is-open .experience-menu::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(245, 184, 46, 0.55);
  }
}

/* Final public-site polish requested for desktop and mobile readability. */
@media (min-width: 1101px) {
  .main-nav .experiences-dropdown > button {
    gap: 10px;
  }

  .main-nav .experiences-dropdown > button .dropdown-arrow {
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(245, 184, 46, 0.18);
    color: var(--gold);
    font-size: 0;
    transform: none !important;
  }

  .main-nav .experiences-dropdown > button .dropdown-arrow::before {
    content: "+";
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
  }

  .hero-shell h1,
  .destination-hero h1,
  .package-hero h1,
  .destination-package-hero h1,
  .experience-hero h1,
  .about-hero-premium h1,
  .contact-hero-premium h1,
  .booking-hero h1 {
    font-size: clamp(28px, 7.6vw, 36px) !important;
    line-height: 1.18 !important;
  }

  .hero-subtitle,
  .destination-hero p,
  .package-hero p,
  .destination-package-hero p,
  .experience-hero p,
  .about-hero-premium p,
  .contact-hero-premium p,
  .booking-hero p,
  .section-head-row p,
  .section-heading p,
  .custom-trip p,
  .split-panel p,
  .destination-cta p {
    font-size: clamp(13.5px, 3.7vw, 15.5px) !important;
    line-height: 1.58 !important;
  }

  .section-head-row h2,
  .section-heading h2,
  .custom-trip h2,
  .split-panel h2,
  .destination-cta h2 {
    font-size: clamp(23px, 6.8vw, 30px) !important;
    line-height: 1.16 !important;
  }

  .destination-card-body h3,
  .package-body h3,
  .card-body h3,
  .mood-grid h3,
  .route-grid h3,
  .about-card-grid h3,
  .about-service-grid h3,
  .team-member-info h4 {
    font-size: clamp(18px, 5.2vw, 21px) !important;
    line-height: 1.22 !important;
  }

  .destination-card-body p,
  .package-body p,
  .card-body p,
  .mood-grid p,
  .route-grid p,
  .about-card-grid p,
  .about-service-grid p,
  .team-member-info span,
  .team-leadership-section .section-head p {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .mobile-slide-row,
  .card-grid.three.mobile-slide-row,
  .card-grid.four.mobile-slide-row,
  .destination-grid.mobile-slide-row,
  .package-page-grid.mobile-slide-row,
  .mood-grid.mobile-slide-row,
  .route-grid.mobile-slide-row,
  .deal-grid.mobile-slide-row,
  .pricing-grid.mobile-slide-row,
  .fallback-grid.mobile-slide-row,
  .about-service-grid.mobile-slide-row,
  .query-grid.mobile-slide-row,
  .hours-grid.mobile-slide-row,
  .team-leadership-section .leadership-stack,
  .team-leadership-section .team-card-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    scroll-padding-left: 14px;
  }

  .mobile-slide-row > *,
  .team-leadership-section .leadership-stack > *,
  .team-leadership-section .team-card-grid > * {
    flex-basis: min(84%, 340px) !important;
    max-width: min(84%, 340px) !important;
    min-width: min(84%, 340px) !important;
  }

  .package-image,
  .destination-image,
  .card-image,
  .team-member-img,
  .leadership-photo {
    border-radius: 18px;
    overflow: hidden;
  }

  .package-image img,
  .destination-image img,
  .card-image img,
  .team-member-img img,
  .leadership-photo img {
    object-position: center;
  }

  .char-dham-pills {
    width: 100%;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 2px 2px 6px;
  }

  .char-dham-pills::-webkit-scrollbar {
    display: none;
  }

  .char-dham-pills span {
    min-height: 34px;
    padding: 7px 13px;
    font-size: 13px !important;
    letter-spacing: 0;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}

@media (max-width: 430px) {
  .hero-shell h1,
  .destination-hero h1,
  .package-hero h1,
  .destination-package-hero h1,
  .experience-hero h1,
  .about-hero-premium h1,
  .contact-hero-premium h1,
  .booking-hero h1 {
    font-size: clamp(24px, 7.2vw, 31px) !important;
  }

  .section-head-row h2,
  .section-heading h2,
  .custom-trip h2,
  .split-panel h2,
  .destination-cta h2 {
    font-size: clamp(21px, 6.5vw, 27px) !important;
  }

  .mobile-slide-row > *,
  .team-leadership-section .leadership-stack > *,
  .team-leadership-section .team-card-grid > * {
    flex-basis: 86% !important;
    max-width: 86% !important;
    min-width: 86% !important;
  }
}

/* Honeymoon cards: keep image and text in separate areas to avoid overlap. */
.romantic-section .mini-dark-card {
  display: grid;
  grid-template-rows: 230px minmax(132px, auto);
  min-height: 0;
  padding: 0;
  background: linear-gradient(180deg, rgba(18, 43, 62, 0.96), rgba(4, 20, 36, 0.98));
}

.romantic-section .mini-dark-card::after {
  display: none;
}

.romantic-section .mini-dark-card img {
  width: 100%;
  height: 230px !important;
  object-fit: cover;
  display: block;
}

.romantic-section .mini-dark-card h3,
.romantic-section .mini-dark-card p {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  padding-left: 24px;
  padding-right: 24px;
  color: #ffffff;
}

.romantic-section .mini-dark-card h3 {
  align-self: end;
  padding-top: 20px;
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.12;
}

.romantic-section .mini-dark-card p {
  align-self: start;
  padding-top: 8px;
  padding-bottom: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .romantic-section .mini-dark-card {
    grid-template-rows: 190px minmax(120px, auto);
  }

  .romantic-section .mini-dark-card img {
    height: 190px !important;
  }

  .romantic-section .mini-dark-card h3,
  .romantic-section .mini-dark-card p {
    padding-left: 18px;
    padding-right: 18px;
  }

  .romantic-section .mini-dark-card h3 {
    font-size: 20px !important;
  }

  .romantic-section .mini-dark-card p {
    font-size: 13.5px !important;
  }
}

/* Founder cards on mobile: fit portraits and reduce detail text size. */
@media (max-width: 768px) {
  .team-leadership-section .leadership-stack > .leader-mini-card {
    display: grid !important;
    grid-template-rows: auto auto;
    overflow: hidden;
  }

  .team-leadership-section .leader-mini-img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
    margin: 0;
    background: #f4f6f8;
  }

  .team-leadership-section .leader-mini-img img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: contain !important;
    object-position: center top !important;
    background: #f4f6f8;
  }

  .team-leadership-section .leader-mini-info {
    padding: 18px 18px 22px !important;
  }

  .team-leadership-section .role-badge {
    margin-bottom: 10px;
    padding: 6px 10px;
    font-size: 10px !important;
    letter-spacing: 0.7px;
  }

  .team-leadership-section .leader-mini-info h4 {
    margin-bottom: 10px;
    font-size: clamp(22px, 6.1vw, 28px) !important;
    line-height: 1.14 !important;
  }

  .team-leadership-section .leader-mini-info p {
    font-size: 13.5px !important;
    line-height: 1.56 !important;
    font-weight: 650;
  }
}

@media (max-width: 430px) {
  .team-leadership-section .leader-mini-img,
  .team-leadership-section .leader-mini-img img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
  }

  .team-leadership-section .leader-mini-info h4 {
    font-size: 23px !important;
  }

  .team-leadership-section .leader-mini-info p {
    font-size: 13px !important;
  }
}

/* Home mobile compact rows for benefits, testimonials and stats. */
@media (max-width: 768px) {
  .why-grid.mobile-slide-row,
  .card-grid.three.mobile-slide-row {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    padding: 4px 14px 16px !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .why-grid.mobile-slide-row::-webkit-scrollbar,
  .card-grid.three.mobile-slide-row::-webkit-scrollbar {
    display: none;
  }

  .why-grid.mobile-slide-row > article {
    flex: 0 0 min(78%, 330px) !important;
    max-width: min(78%, 330px) !important;
    min-width: min(78%, 330px) !important;
    min-height: 64px !important;
    padding: 14px 16px !important;
    border-radius: 18px !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    scroll-snap-align: start;
  }

  .why-grid.mobile-slide-row > article span {
    flex: 0 0 auto;
    font-size: 18px;
  }

  .card-grid.three.mobile-slide-row > .testimonial-card {
    flex: 0 0 min(86%, 350px) !important;
    max-width: min(86%, 350px) !important;
    min-width: min(86%, 350px) !important;
    padding: 22px !important;
    scroll-snap-align: start;
  }

  .testimonial-card > div {
    gap: 12px;
  }

  .testimonial-card img {
    width: 54px !important;
    height: 54px !important;
  }

  .testimonial-card p {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  .testimonial-card b {
    font-size: 15px;
  }

  .stats-row {
    width: min(100% - 28px, 720px) !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 7px !important;
    margin-top: 18px !important;
  }

  .stats-row article {
    min-height: 72px !important;
    padding: 10px 4px !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 24px rgba(7, 31, 51, 0.14) !important;
  }

  .stats-row strong {
    font-size: clamp(17px, 5.2vw, 22px) !important;
    line-height: 1 !important;
  }

  .stats-row span {
    margin-top: 5px !important;
    font-size: clamp(8px, 2.45vw, 10px) !important;
    line-height: 1.15 !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 430px) {
  .stats-row {
    width: min(100% - 20px, 430px) !important;
    gap: 5px !important;
  }

  .stats-row article {
    min-height: 64px !important;
    padding: 8px 3px !important;
    border-radius: 12px !important;
  }
}

/* Final experience-card polish: real icons, clear CTA, responsive layout. */
.responsive-card-row .service-card {
  display: grid;
  grid-template-rows: 205px auto 1fr auto;
  min-height: 430px;
  padding: 0 22px 24px;
  border: 1px solid rgba(245, 184, 46, 0.22);
  border-radius: 22px;
  text-align: center;
  background: linear-gradient(180deg, #08253a 0%, #061d31 100%);
  box-shadow: 0 22px 48px rgba(7, 31, 51, 0.16);
}

.responsive-card-row .service-card::after {
  display: none;
}

.responsive-card-row .service-card img {
  position: static;
  width: calc(100% + 44px) !important;
  max-width: none !important;
  height: 205px !important;
  margin: 0 -22px;
  object-fit: cover;
  object-position: center;
  border-radius: 22px 22px 0 0;
}

.responsive-card-row .service-card .service-icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: -29px auto 18px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  color: #071829;
  background: linear-gradient(135deg, var(--gold), #ffd86a);
  font-size: 22px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.responsive-card-row .service-card h3 {
  margin: 0 0 12px;
  padding: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.18;
}

.responsive-card-row .service-card p {
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.58;
}

.responsive-card-row .service-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin: 20px 0 0;
  border-radius: 13px;
  color: #071829;
  background: linear-gradient(135deg, var(--gold), #ffd86a);
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(245, 184, 46, 0.2);
}

.responsive-card-row .service-card a::after {
  content: ">";
  margin-left: 8px;
  font-size: 16px;
}

.responsive-card-row .service-card a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(245, 184, 46, 0.3);
}

@media (max-width: 768px) {
  .responsive-card-row .service-card {
    grid-template-rows: 175px auto 1fr auto;
    min-height: 388px;
    padding: 0 18px 20px;
    border-radius: 20px;
  }

  .responsive-card-row .service-card img {
    width: calc(100% + 36px) !important;
    height: 175px !important;
    margin: 0 -18px;
  }

  .responsive-card-row .service-card .service-icon {
    width: 52px;
    height: 52px;
    margin: -26px auto 14px;
    font-size: 19px;
  }

  .responsive-card-row .service-card h3 {
    font-size: 19px !important;
  }

  .responsive-card-row .service-card p {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
  }

  .responsive-card-row .service-card a {
    min-height: 42px;
    margin-top: 16px;
    font-size: 14px;
  }
}

.card-grid .experience-card {
  overflow: hidden;
}

.card-grid .experience-card .experience-image {
  width: calc(100% + 44px);
  height: 205px;
  margin: -1px -22px 0;
  overflow: hidden;
  border-radius: 22px 22px 0 0;
  background: #ffffff;
}

.card-grid .experience-card .experience-image img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .card-grid .experience-card .experience-image {
    width: calc(100% + 36px);
    height: 175px;
    margin-right: -18px;
    margin-left: -18px;
    border-radius: 20px 20px 0 0;
  }
}

/* Premium custom trip enquiry for destination package pages. */
.custom-trip-enquiry {
  position: relative;
  z-index: 5;
  padding: 0 0 34px;
  margin-top: -72px;
}

.custom-trip-enquiry[hidden] {
  display: none;
}

.destination-package-filter {
  margin-top: 56px;
  padding-bottom: 18px;
}

.custom-trip-card {
  width: var(--container, min(100% - 72px, 1400px));
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(245, 184, 46, 0.28);
  border-radius: 28px;
  color: #ffffff;
  background:
    radial-gradient(circle at 14% 0%, rgba(245, 184, 46, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(5, 22, 38, 0.96), rgba(7, 35, 57, 0.9));
  box-shadow: 0 28px 80px rgba(6, 24, 38, 0.28);
  backdrop-filter: blur(18px);
}

.custom-trip-copy h2 {
  margin: 10px 0 0;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

.custom-trip-copy p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.7;
}

.custom-trip-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.custom-trip-chips button {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 8px 14px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.custom-trip-chips button:hover,
.custom-trip-chips button.active {
  color: #071829;
  border-color: rgba(245, 184, 46, 0.86);
  background: linear-gradient(135deg, var(--gold), #ffd76d);
  transform: translateY(-2px);
}

.custom-trip-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.custom-trip-form label,
.transport-choice {
  position: relative;
  display: grid;
  gap: 8px;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 14px 14px 14px 48px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.custom-trip-form label:hover,
.transport-choice:hover {
  border-color: rgba(245, 184, 46, 0.5);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.custom-trip-form label > i,
.transport-choice legend > i {
  position: absolute;
  left: 16px;
  top: 19px;
  color: var(--gold);
  font-size: 17px;
}

.custom-trip-form span,
.transport-choice legend {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.transport-choice legend {
  position: relative;
  padding: 0;
}

.custom-trip-form input,
.custom-trip-form select,
.custom-trip-form textarea {
  width: 100%;
  min-height: 34px;
  border: 0;
  outline: 0;
  padding: 0;
  color: #ffffff;
  background: transparent;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
}

.custom-trip-form input::placeholder,
.custom-trip-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.46);
}

.custom-trip-form select option {
  color: #071829;
}

.custom-trip-form textarea {
  min-height: 92px;
  resize: vertical;
  line-height: 1.55;
}

.custom-trip-form .span-all {
  grid-column: 1 / -1;
}

.transport-choice {
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.transport-choice div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.transport-choice label {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.transport-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.transport-choice label span {
  display: grid;
  place-items: center;
  min-height: 36px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.08);
}

.transport-choice input:checked + span {
  color: #071829;
  background: var(--gold);
}

.custom-trip-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.custom-primary-btn,
.custom-whatsapp-btn {
  min-height: 52px;
  border: 0;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  font: inherit;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.custom-primary-btn {
  color: #071829;
  background: linear-gradient(135deg, var(--gold), #ffd76d);
  box-shadow: 0 16px 32px rgba(245, 184, 46, 0.22);
}

.custom-whatsapp-btn {
  color: #ffffff;
  background: linear-gradient(135deg, #128c4b, #25d366);
  box-shadow: 0 16px 32px rgba(37, 211, 102, 0.18);
}

.custom-primary-btn:hover,
.custom-whatsapp-btn:hover {
  transform: translateY(-2px);
}

.custom-trip-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 3000;
  width: min(520px, calc(100% - 28px));
  transform: translate(-50%, 14px);
  border: 1px solid rgba(245, 184, 46, 0.35);
  border-radius: 16px;
  padding: 14px 18px;
  color: #071829;
  background: linear-gradient(135deg, #fff8da, #f7c45e);
  box-shadow: 0 20px 52px rgba(7, 31, 51, 0.24);
  font-weight: 900;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.custom-trip-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 900px) {
  #custom-manali-trip,
  #package-filter,
  #available-packages {
    scroll-margin-top: 104px;
  }

  .custom-trip-enquiry {
    margin-top: 20px;
    padding-bottom: 26px;
  }

  .destination-package-filter {
    margin-top: 28px !important;
    padding-bottom: 30px;
  }

  .custom-trip-card {
    width: min(100% - 28px, 720px);
    grid-template-columns: 1fr;
    gap: 22px;
    border-radius: 24px;
  }

  .custom-trip-form {
    grid-template-columns: 1fr;
  }

  .custom-trip-actions {
    grid-template-columns: 1fr;
  }

  .custom-trip-copy h2 {
    font-size: clamp(26px, 7.6vw, 36px);
  }

  .custom-trip-copy p {
    font-size: 14.5px;
    line-height: 1.62;
  }
}

@media (max-width: 430px) {
  .custom-trip-card {
    width: min(100% - 20px, 430px);
    padding: 18px;
  }

  .custom-trip-form label,
  .transport-choice {
    border-radius: 16px;
    padding: 13px 12px 13px 44px;
  }
}

@media (max-width: 768px) {
  .section-head-row {
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    gap: 14px !important;
  }

  .section-actions {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px !important;
    margin-top: 0 !important;
  }

  .section-actions .see-all-link {
    width: auto !important;
    flex: 1 1 128px;
    min-width: 128px;
  }

  .section-actions .slider-btn {
    flex: 0 0 42px;
  }

  .section-head-row > .see-all-link {
    width: 100% !important;
    margin-top: 2px;
  }

  .inline-see-all {
    width: min(100%, 180px) !important;
  }
}

@media (max-width: 768px) {
  .premium-header {
    min-height: 64px !important;
  }

  .nav-shell {
    min-height: 64px !important;
    width: min(100% - 22px, 720px) !important;
    gap: 8px !important;
  }

  .brand {
    gap: 7px !important;
    max-width: calc(100% - 92px) !important;
  }

  .brand img {
    width: 39px !important;
    max-height: 28px !important;
  }

  .brand strong {
    font-size: clamp(20px, 6.4vw, 25px) !important;
    line-height: 0.95 !important;
    letter-spacing: 0.04em !important;
  }

  .brand small {
    margin-top: 3px !important;
    font-size: clamp(8px, 2.45vw, 10px) !important;
    line-height: 1.15 !important;
  }

  .nav-actions {
    gap: 6px !important;
  }

  .nav-actions .icon-action,
  .menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 4px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    padding: 0 !important;
    border-radius: 12px !important;
  }

  .nav-actions .icon-action span {
    font-size: 14px !important;
  }

  .menu-toggle span {
    display: block !important;
    width: 18px !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    opacity: 1;
  }

  .menu-toggle[aria-expanded="false"] span {
    transform: none !important;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg) !important;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0 !important;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg) !important;
  }

  .main-nav {
    top: 72px !important;
  }
}

@media (max-width: 380px) {
  .brand img {
    width: 34px !important;
  }

  .brand strong {
    font-size: 19px !important;
  }

  .brand small {
    font-size: 8px !important;
  }

  .nav-actions .icon-action,
  .menu-toggle {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
  }

  .menu-toggle span {
    width: 17px !important;
  }
}

/* Final Char Dham / experience mobile override */
.experience-hero,
.destination-package-hero,
.package-hero,
.destination-hero {
  overflow: hidden;
}

.package-image img,
.card-image img,
.highlight-card img,
.main-package-image,
.gallery-grid img {
  object-position: center center;
}

@media (max-width: 768px) {
  .experience-hero,
  .destination-package-hero,
  .package-hero,
  .destination-hero {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-size: cover !important;
    background-position: center top !important;
  }

  .experience-hero .destination-hero-shell,
  .destination-package-hero .destination-hero-shell,
  .package-hero .destination-hero-shell,
  .destination-hero .destination-hero-shell {
    width: min(100% - 28px, 430px) !important;
    max-width: calc(100% - 28px) !important;
    padding: 28px 22px !important;
    border-radius: 28px !important;
    overflow: hidden !important;
  }

  .experience-hero h1,
  .destination-package-hero h1,
  .package-hero h1,
  .destination-hero h1 {
    max-width: 100% !important;
    font-size: clamp(27px, 8vw, 36px) !important;
    line-height: 1.16 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none;
  }

  .experience-hero p,
  .destination-package-hero p,
  .package-hero p,
  .destination-hero p {
    max-width: 100% !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hero-actions {
    overflow-x: auto !important;
    display: grid !important;
    grid-template-columns: none !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(170px, 62%);
    max-width: 100%;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
  }

  .hero-actions::-webkit-scrollbar {
    display: none;
  }

  .hero-actions a,
  .hero-actions button {
    scroll-snap-align: start;
    white-space: nowrap !important;
  }

  .mobile-slide-row,
  .card-grid.four.mobile-slide-row,
  .package-page-grid.mobile-slide-row,
  .mood-grid.mobile-slide-row,
  .route-grid.mobile-slide-row,
  .deal-grid.mobile-slide-row,
  .pricing-grid.mobile-slide-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 4px 16px 18px !important;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px) !important;
    scrollbar-width: none;
  }

  .mobile-slide-row::-webkit-scrollbar {
    display: none;
  }

  .mobile-slide-row > *,
  .card-grid.four.mobile-slide-row > *,
  .package-page-grid.mobile-slide-row > * {
    flex: 0 0 min(84%, 340px) !important;
    min-width: min(84%, 340px) !important;
    max-width: min(84%, 340px) !important;
    scroll-snap-align: start;
  }

  .card-grid.four.mobile-slide-row .travel-card .card-image,
  .package-page-grid.mobile-slide-row .package-image,
  .premium-package-card .package-image {
    height: clamp(210px, 58vw, 270px) !important;
  }

  .card-grid.four.mobile-slide-row .travel-card img,
  .package-page-grid.mobile-slide-row .package-image img,
  .premium-package-card .package-image img,
  .highlight-card img {
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

@media (max-width: 430px) {
  .experience-hero .destination-hero-shell,
  .destination-package-hero .destination-hero-shell,
  .package-hero .destination-hero-shell,
  .destination-hero .destination-hero-shell {
    max-width: calc(100% - 24px) !important;
    padding: 24px 18px !important;
  }

  .hero-actions {
    grid-auto-columns: minmax(150px, 70%);
  }

  .mobile-slide-row > *,
  .card-grid.four.mobile-slide-row > *,
  .package-page-grid.mobile-slide-row > * {
    flex-basis: 86% !important;
    min-width: 86% !important;
    max-width: 86% !important;
  }
}

/* Final 3D theme lock: keep the premium system above older page overrides. */
.btn-3d,
.gold-btn,
.dark-btn,
.outline-btn,
.outline-dark,
.see-all-link,
.plan-btn,
.planner-submit,
.booking-final-btn,
.button-row a,
.service-card a,
.experience-card a,
.destination-card a,
.package-card a,
.premium-package-card a,
.whatsapp-btn,
button.save,
.add-preview {
  min-height: 44px !important;
  border-radius: 15px !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0) 35%),
    linear-gradient(135deg, var(--himi-gold, #f5b82e), var(--himi-gold-2, #ffd763)) !important;
  color: var(--himi-ink, #061b2e) !important;
  box-shadow: var(--shadow-3d-gold, 0 18px 34px rgba(216, 148, 18, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.55), inset 0 -4px 0 rgba(181, 112, 0, 0.22)) !important;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease !important;
}

.dark-btn,
.outline-btn,
.outline-dark {
  color: #ffffff !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, var(--himi-navy-3, #0d3656), var(--himi-navy, #061b2e)) !important;
  box-shadow: 0 18px 34px rgba(6, 27, 46, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -4px 0 rgba(0, 0, 0, 0.22) !important;
}

.btn-3d:hover,
.gold-btn:hover,
.dark-btn:hover,
.outline-btn:hover,
.outline-dark:hover,
.see-all-link:hover,
.plan-btn:hover,
.planner-submit:hover,
.booking-final-btn:hover,
.button-row a:hover,
.service-card a:hover,
.experience-card a:hover,
.destination-card a:hover,
.package-card a:hover,
.premium-package-card a:hover,
.whatsapp-btn:hover,
button.save:hover,
.add-preview:hover {
  filter: saturate(1.06) !important;
  transform: translateY(-4px) !important;
}

.btn-3d:active,
.gold-btn:active,
.dark-btn:active,
.outline-btn:active,
.outline-dark:active,
.see-all-link:active,
.plan-btn:active,
.planner-submit:active,
.booking-final-btn:active,
.button-row a:active,
.service-card a:active,
.experience-card a:active,
.destination-card a:active,
.package-card a:active,
.premium-package-card a:active,
.whatsapp-btn:active,
button.save:active,
.add-preview:active {
  transform: translateY(1px) !important;
  box-shadow: 0 9px 18px rgba(216, 148, 18, 0.28), inset 0 3px 8px rgba(106, 67, 0, 0.2) !important;
}

.card-3d,
.travel-card,
.package-card,
.service-card,
.experience-card,
.destination-card,
.premium-package-card,
.testimonial-card,
.fallback-card,
.fallback-team-card,
.team-member-card,
.leader-mini-card,
.mini-dark-card,
.booking-panel,
.booking-summary-card,
.booking-modal-card,
.destination-filter-card,
.package-filter-card,
.planner-card,
.site-search-card,
.custom-trip-card,
.about-card-grid article,
.about-service-grid a,
.why-grid article,
.stats-row article,
.feature-grid article {
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: var(--radius-3d, 24px) !important;
  box-shadow: var(--shadow-3d, 0 24px 60px rgba(6, 27, 46, 0.16), 0 9px 18px rgba(6, 27, 46, 0.08)) !important;
}

.travel-card:hover,
.package-card:hover,
.service-card:hover,
.experience-card:hover,
.destination-card:hover,
.premium-package-card:hover,
.testimonial-card:hover,
.fallback-card:hover,
.fallback-team-card:hover,
.team-member-card:hover,
.leader-mini-card:hover,
.mini-dark-card:hover,
.about-card-grid article:hover,
.about-service-grid a:hover,
.why-grid article:hover,
.stats-row article:hover,
.feature-grid article:hover {
  border-color: rgba(245, 184, 46, 0.42) !important;
  box-shadow: var(--shadow-3d-hover, 0 34px 78px rgba(6, 27, 46, 0.22), 0 14px 28px rgba(6, 27, 46, 0.12)) !important;
  transform: translateY(-8px) scale(1.01) !important;
}

.card-image,
.destination-image,
.package-image,
.experience-image,
.team-member-img,
.leader-mini-img,
.package-thumb,
.main-package-image,
.image-display {
  overflow: hidden !important;
  border-radius: 20px 20px 12px 12px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 12px 28px rgba(6, 27, 46, 0.14) !important;
}

.premium-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background: rgba(6, 27, 46, 0.92) !important;
  box-shadow: 0 18px 42px rgba(3, 13, 24, 0.28) !important;
  backdrop-filter: blur(18px) !important;
}

.section-pad,
.white-section,
.soft-section,
.team-leadership-section {
  padding-top: var(--section-pad-3d, clamp(56px, 6vw, 92px)) !important;
  padding-bottom: var(--section-pad-3d, clamp(56px, 6vw, 92px)) !important;
}

@media (max-width: 768px) {
  .travel-card:hover,
  .package-card:hover,
  .service-card:hover,
  .experience-card:hover,
  .destination-card:hover,
  .premium-package-card:hover,
  .testimonial-card:hover,
  .team-member-card:hover,
  .leader-mini-card:hover {
    transform: translateY(-4px) !important;
  }
}

/* Header top reset: sticky header must sit flush at the top. */
html,
body {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.premium-header {
  margin-top: 0 !important;
}

/* Header brand/icon consistency across home and inner pages. */
.premium-header .brand img,
.premium-header .brand img.home-brand-logo {
  width: 66px !important;
  height: 66px !important;
  max-height: none !important;
  object-fit: contain !important;
  filter: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.premium-header .icon-action span,
.premium-header .support-link span {
  display: grid !important;
  place-items: center !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 13px !important;
  color: var(--himi-gold, #f5b82e) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    rgba(6, 27, 46, 0.64) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.premium-header .icon-action i,
.premium-header .support-link i,
.premium-header .plan-btn i {
  color: currentColor !important;
  font-family: "Font Awesome 6 Free" !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

@media (max-width: 768px) {
  .premium-header .brand img,
  .premium-header .brand img.home-brand-logo {
    width: 42px !important;
    height: 42px !important;
  }
}

/* Listing card CTAs should stay premium gold, not black/navy. */
.travel-card .dark-btn,
.destination-card .dark-btn,
.destination-card .outline-dark,
.package-card .dark-btn,
.package-card .outline-dark,
.premium-package-card .dark-btn,
.premium-package-card .outline-dark,
.package-page-grid .outline-dark,
.card-body .dark-btn,
.card-body .outline-dark {
  color: var(--himi-ink, #061b2e) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0) 36%),
    linear-gradient(135deg, var(--himi-gold, #f5b82e), var(--himi-gold-2, #ffd763)) !important;
  border-color: rgba(255, 255, 255, 0.42) !important;
  box-shadow: 0 18px 34px rgba(216, 148, 18, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 -4px 0 rgba(181, 112, 0, 0.2) !important;
}

.travel-card .dark-btn:hover,
.destination-card .dark-btn:hover,
.destination-card .outline-dark:hover,
.package-card .dark-btn:hover,
.package-card .outline-dark:hover,
.premium-package-card .dark-btn:hover,
.premium-package-card .outline-dark:hover,
.package-page-grid .outline-dark:hover,
.card-body .dark-btn:hover,
.card-body .outline-dark:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 24px 46px rgba(216, 148, 18, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.62), inset 0 -4px 0 rgba(181, 112, 0, 0.18) !important;
}

/* Fixed header: keep navigation locked while scrolling. */
:root {
  --header-fixed-offset: 86px;
}

.premium-header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 5000 !important;
}

body {
  padding-top: 0 !important;
}

body > main,
body > .destination-hero:first-child,
body > .booking-hero:first-child {
  padding-top: var(--header-fixed-offset) !important;
}

html {
  scroll-padding-top: calc(var(--header-fixed-offset) + 16px) !important;
}

@media (max-width: 768px) {
  :root {
    --header-fixed-offset: 66px;
  }
}

/* About difference cards: show all six in one desktop row. */
@media (min-width: 1200px) {
  .mood-grid:not(.mobile-slide-row) {
    width: min(100% - 80px, 1760px) !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .mood-grid:not(.mobile-slide-row) article {
    min-height: 310px;
    padding: 28px 22px !important;
  }

  .mood-grid:not(.mobile-slide-row) h3 {
    font-size: 20px !important;
    line-height: 1.22 !important;
  }

  .mood-grid:not(.mobile-slide-row) p {
    font-size: 15px !important;
    line-height: 1.62 !important;
  }
}

/* Final logo polish: visible on navy without an ugly square tile. */
.premium-header .brand img,
.premium-header .brand img.home-brand-logo {
  width: 54px !important;
  height: 54px !important;
  max-height: none !important;
  object-fit: contain !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  filter:
    drop-shadow(0 0 1px rgba(255, 255, 255, 0.95))
    drop-shadow(0 8px 16px rgba(0, 0, 0, 0.22)) !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .premium-header .brand img,
  .premium-header .brand img.home-brand-logo {
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}

/* Desktop brand balance: larger mark, slightly calmer text. */
@media (min-width: 769px) {
  .premium-header .brand {
    gap: 16px !important;
    flex-basis: 300px !important;
  }

  .premium-header .brand img,
  .premium-header .brand img.home-brand-logo {
    width: 70px !important;
    height: 70px !important;
  }

  .premium-header .brand strong {
    font-size: 31px !important;
    letter-spacing: 0.035em !important;
    line-height: 0.98 !important;
  }

  .premium-header .brand small {
    font-size: 14px !important;
    margin-top: 5px !important;
  }
}

/* Destinations page mobile cleanup: no overflow, popular section right after hero. */
#featured-destinations {
  padding-top: clamp(34px, 4vw, 56px) !important;
}

@media (max-width: 768px) {
  .destination-hero {
    min-height: 520px !important;
    overflow: hidden !important;
  }

  .destination-hero .destination-hero-shell {
    max-width: calc(100% - 32px) !important;
    width: calc(100% - 32px) !important;
  }

  .destination-hero .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
    grid-auto-columns: unset !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
  }

  .destination-hero .hero-actions a,
  .destination-hero .hero-actions button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    justify-content: center !important;
    white-space: normal !important;
    text-align: center !important;
  }

  #featured-destinations {
    padding-top: 34px !important;
  }
}
