:root {
  --pace-header-h: 64px;
  --pace-jnav-h: 60px;
  --pace-itin-tabs-h: 64px;
  --footer-bg: #202238;
}

@media (min-width: 768px) {
  :root {
    --pace-header-h: 68px;
  }
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100% !important;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  overflow-x: hidden;
  overflow-y: visible;
  width: 100% !important;
  max-width: 100% !important;
}

main {
  overflow: visible;
}

/* Unified horizontal spacing (matches hero / navbar) */
.site-gutter {
  width: 100%;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .site-gutter {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .site-gutter {
    padding-left: 2rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .site-gutter {
    padding-left: 3rem;
  }
}

/* Transport detail — full-bleed hero, white page, ivory cards */
.transport-detail-page {
  background: #fff;
  padding-top: calc(6.5rem + env(safe-area-inset-top, 0px));
}
.transport-detail-page .site-gutter {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .transport-detail-page .site-gutter {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .transport-detail-page .site-gutter {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .transport-detail-page .site-gutter {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.transport-detail-hero {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #f7f6f1;
}
.transport-detail-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.transport-detail-crumbs > div {
  background: #fff !important;
  border-bottom-color: rgba(214, 201, 182, 0.45);
  padding-top: 0.65rem !important;
  padding-bottom: 0.65rem !important;
}
.transport-detail-page .transport-detail {
  padding-top: 1rem;
}
.transport-detail-page .faq-item.open .faq-answer {
  max-height: 24rem;
}
.transport-quote-field {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.transport-quote-icon {
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #6F6F78;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.transport-quote-form .pace-form-input {
  background: #fff;
  border-color: #e8e4db;
  text-align: left;
  padding: 0.95rem 1rem 0.95rem 2.65rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.transport-quote-form .pace-form-input:focus {
  border-color: #B89A5E;
}
.transport-quote-form .pace-form-input::placeholder {
  text-align: left;
  color: #9ca3af;
}
.transport-quote-date {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.transport-quote-date input {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
}
/* iOS Safari: fixes right-aligned date text */
.transport-quote-date input::-webkit-date-and-time-value {
  text-align: left !important;
  -webkit-text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 1.25rem;
  line-height: inherit;
}
.transport-quote-date-placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 2.65rem;
  padding-right: 1rem;
  pointer-events: none;
  color: #9ca3af;
  font-size: 0.875rem;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
}
.transport-quote-date:has(input:not(.is-empty)) .transport-quote-date-placeholder,
.transport-quote-date.has-value .transport-quote-date-placeholder {
  display: none !important;
}
.transport-quote-date input.is-empty {
  color: transparent;
}
.transport-quote-date input:not(.is-empty) {
  color: #1C1C1E;
}
.transport-quote-date input.is-empty::-webkit-datetime-edit,
.transport-quote-date input.is-empty::-webkit-datetime-edit-fields-wrapper,
.transport-quote-date input.is-empty::-webkit-datetime-edit-text,
.transport-quote-date input.is-empty::-webkit-datetime-edit-month-field,
.transport-quote-date input.is-empty::-webkit-datetime-edit-day-field,
.transport-quote-date input.is-empty::-webkit-datetime-edit-year-field {
  color: transparent;
}
.transport-quote-date input::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  box-sizing: border-box;
}
.transport-gallery-track,
.transport-package-track {
  display: flex;
  gap: 0.65rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.transport-gallery-track::-webkit-scrollbar,
.transport-package-track::-webkit-scrollbar {
  display: none;
}
.transport-package-track {
  align-items: stretch;
}
.transport-gallery-item,
.transport-package-track .transport-package-card {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 78vw;
  min-width: 0;
  max-width: 78vw;
  scroll-snap-align: start;
}
.transport-gallery-item:only-child,
.transport-package-track .transport-package-card:only-child {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 640px) {
  .transport-gallery-item,
  .transport-package-track .transport-package-card {
    width: 60%;
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  .transport-gallery-item,
  .transport-package-track .transport-package-card {
    width: calc((100% - 0.65rem) / 2);
    max-width: calc((100% - 0.65rem) / 2);
  }
}
@media (min-width: 1024px) {
  .transport-gallery-item,
  .transport-package-track .transport-package-card {
    width: calc((100% - 1.3rem) / 3);
    max-width: calc((100% - 1.3rem) / 3);
  }
}
.transport-gallery-item {
  padding: 0;
  border: 1px solid #f7f6f1;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  background: #f7f6f1;
}
.transport-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 12, 14, 0.92);
  padding: 3.5rem 4rem;
}
.transport-gallery-lightbox[hidden] {
  display: none !important;
}
body.transport-gallery-open {
  overflow: hidden;
}
.transport-gallery-lightbox-image {
  max-width: min(100%, 1400px);
  max-height: calc(100vh - 5rem);
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.transport-gallery-lightbox-close,
.transport-gallery-lightbox-nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(28, 28, 30, 0.55);
  color: #fff;
  cursor: pointer;
}
.transport-gallery-lightbox-close:hover,
.transport-gallery-lightbox-nav:hover {
  background: rgba(168, 48, 60, 0.9);
  border-color: transparent;
}
.transport-gallery-lightbox-close {
  top: 1.25rem;
  right: 1.25rem;
}
.transport-gallery-lightbox-nav.is-prev {
  left: 1rem;
}
.transport-gallery-lightbox-nav.is-next {
  right: 1rem;
}
@media (max-width: 767px) {
  .transport-gallery-lightbox {
    padding: 4.5rem 1rem 1.5rem;
  }
  .transport-gallery-lightbox-nav.is-prev {
    left: 0.5rem;
  }
  .transport-gallery-lightbox-nav.is-next {
    right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .transport-detail-page {
    padding-top: 7rem;
  }
  .transport-detail-hero {
    aspect-ratio: 21 / 8;
  }
  .transport-detail-page .transport-detail {
    padding-top: 1.25rem;
  }
}

.transport-swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.transport-swiper .swiper-slide {
  height: auto;
  backface-visibility: hidden;
}

/* Product detail hero — full-bleed under fixed navbar */
.product-hero {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}

.product-hero-content {
  padding-top: 9rem;
}

@media (min-width: 768px) {
  .product-hero-content {
    padding-top: 9rem;
  }
}

@media (max-width: 767px) {
  /* Keep breadcrumb clear of fixed top bar + main nav (~104px + gap) */
  .product-hero .product-hero-crumb {
    top: calc(6.5rem + 1.25rem + env(safe-area-inset-top, 0px));
  }

  /* Keep hero copy clear of breadcrumb on short phones */
  .product-hero-content {
    padding-top: calc(7.75rem + 2.75rem + env(safe-area-inset-top, 0px));
  }
}

/* Itinerary — no top padding, thick accent rule */
#itinerary {
  padding-top: 0 !important;
  border-top: 4px solid #A8303C;
}

/* Listing / inner page hero — clear fixed top bar + main nav */
.page-header {
  padding-top: calc(6.5rem + 1.75rem + env(safe-area-inset-top, 0px)) !important;
  padding-bottom: 5rem !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-header-has-image {
  min-height: 16rem;
}

.page-header--center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 26rem;
  padding-bottom: 3.25rem !important;
}

.page-header--center .page-header-copy {
  width: 100%;
  transform: translateY(1.75rem);
}

@media (min-width: 768px) {
  .page-header {
    padding-top: calc(6.75rem + 2rem) !important;
    padding-bottom: 7rem !important;
  }

  .page-header--center {
    min-height: 34rem;
    padding-bottom: 4rem !important;
  }

  .page-header--center .page-header-copy {
    transform: translateY(2.25rem);
  }
}

/* Tighter vertical rhythm between homepage sections */
main>section:not(#hero):not(.product-hero):not(.page-header):not(.listing-hero-media):not(.listing-hero-copy):not(.listing-page-body):not(#itinerary):not(.brand-story-section):not(#intro-tagline):not(.ways-section):not(.running-logos):not(.account-auth):not(.account-portal):not(#journey-offers):not(#gallery) {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

@media (min-width: 768px) {
  main>section:not(#hero):not(.product-hero):not(.page-header):not(.listing-hero-media):not(.listing-hero-copy):not(.listing-page-body):not(#itinerary):not(.brand-story-section):not(#intro-tagline):not(.ways-section):not(.running-logos):not(.account-auth):not(.account-portal):not(#journey-offers):not(#gallery) {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
}

@media (min-width: 1024px) {
  main>section:not(#hero):not(.product-hero):not(.page-header):not(.listing-hero-media):not(.listing-hero-copy):not(.listing-page-body):not(#itinerary):not(.brand-story-section):not(#intro-tagline):not(.ways-section):not(.running-logos):not(.account-auth):not(.account-portal):not(#journey-offers):not(#gallery) {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
}

#intro-tagline {
  margin-top: 0 !important;
}

.font-serif {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

.font-accent {
  font-family: 'Manrope', sans-serif;
}

.hero-bg {
  transform: none;
}

.hero-bg-yt {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.hero-bg-yt iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100%, 177.78vh);
  height: max(100%, 56.25vw);
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

.hero-overlay {
  pointer-events: none;
}

.hero-overlay-gradient {
  pointer-events: none;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.1) 100%);
}

.text-reveal {
  overflow: visible;
  padding-bottom: 0.18em;
}

.text-reveal-inner {
  display: block;
}

.hero-headline {
  line-height: 1.08;
  padding-bottom: 0.12em;
}

.hero-inner {
  min-height: calc(100vh - 5rem);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  #hero.hero-slider {
    min-height: 88svh !important;
    height: 88svh !important;
    max-height: 88svh;
  }

  #hero .hero-inner {
    min-height: 0;
  }
}

#hero .hero-slide {
  transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-panels {
  position: relative;
  min-height: 11rem;
}

.hero-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-panel:not(.hero-panel-hidden) {
  z-index: 2;
  pointer-events: auto;
}

.hero-panel-text {
  margin-right: auto;
  text-align: left;
}

.hero-panel-hidden {
  opacity: 0;
  pointer-events: none;
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 4.5rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

#hero:not(.hero-ready) .hero-panel:not(.hero-panel-hidden) .hero-headline .text-reveal-inner {
  opacity: 0;
  transform: translate3d(0, 4.5rem, 0);
}

#hero.hero-css-rise .hero-panel:not(.hero-panel-hidden) .hero-headline .text-reveal-inner {
  animation: hero-rise 2.15s 0.16s cubic-bezier(0.22, 1, 0.36, 1) both;
}

#hero.hero-css-rise .hero-panel.hero-panel-hidden .hero-headline .text-reveal-inner {
  animation: none;
  opacity: 0;
  transform: translate3d(0, 4.5rem, 0);
}

.hero-btn {
  backdrop-filter: blur(2px);
}

.hero-accent-frame {
  position: relative;
  transform: translateY(8%);
}

.hero-accent-frame-mobile {
  position: relative;
  aspect-ratio: 3 / 4;
}

.hero-accent-img,
.hero-accent-mobile-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-controls {
  position: absolute;
  z-index: 30;
  left: 2rem;
  right: 1.25rem;
  bottom: 2.5rem;
}

.hero-controls-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.hero-next-up {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex: 0 1 22rem;
  min-width: 0;
  text-align: left;
}

.hero-next-up:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: 4px;
}

.hero-next-label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Manrope', sans-serif;
  margin-bottom: 0.5rem;
}

.hero-next-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  line-height: 1.3;
  transition: color 0.2s ease;
}

.hero-next-up:hover .hero-next-title {
  color: #fff;
}

.hero-next-headline {
  min-width: 0;
}

.hero-next-icon {
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.hero-next-up:hover .hero-next-icon {
  opacity: 1;
}

.hero-arrows {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.hero-arrow {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(4px);
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease;
}

.hero-arrow svg {
  width: 1rem;
  height: 1rem;
}

.hero-arrow:hover {
  background: rgba(255, 255, 255, 0.1);
}

.hero-arrow:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: 3px;
}

@media (min-width: 1024px) {
  .hero-controls {
    left: 3rem;
  }
}

@media (max-width: 767px) {
  .hero-overlay-gradient {
    background: linear-gradient(to top,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.62) 36%,
        rgba(0, 0, 0, 0.28) 62%,
        rgba(0, 0, 0, 0.08) 100%);
  }

  .hero-inner {
    flex: 1;
    width: 100%;
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 7.25rem;
    padding-bottom: max(0.85rem, calc(0.5rem + env(safe-area-inset-bottom, 0px)));
  }

  .hero-has-slides .hero-inner {
    padding-bottom: max(0.85rem, calc(0.5rem + env(safe-area-inset-bottom, 0px)));
  }

  .hero-panels {
    flex: 0 0 auto;
    display: block;
    width: 100%;
  }

  .hero-panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .hero-panel-copy {
    flex-shrink: 0;
  }

  .hero-panel-copy .hero-sub {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.5rem;
  }

  .hero-cta-desktop {
    display: none;
  }

  .hero-mobile-chrome {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    margin-top: 0.75rem;
    margin-bottom: 0;
    padding-top: 0.5rem;
    padding-bottom: 0;
    gap: 0.7rem;
    justify-content: flex-end;
  }

  .hero-mobile-media {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex: 0 0 auto;
    gap: 0.75rem;
    margin-bottom: 0;
    width: 100%;
  }

  .hero-accent-mobile {
    width: min(48vw, 190px);
    flex-shrink: 0;
  }

  .hero-accent-frame-mobile {
    position: relative;
    transform: none;
    width: 100%;
    aspect-ratio: 3 / 4;
    height: auto;
    max-height: 28svh;
  }

  .hero-accent-frame-mobile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-arrows-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-bottom: 0;
    margin-left: auto;
    flex-shrink: 0;
  }

  .hero-arrows-mobile .hero-arrow {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero-mobile-ctas {
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }

  .hero-cta-mobile {
    width: 100%;
  }

  .hero-cta-mobile.hero-panel-hidden {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    animation: none;
    transform: translate3d(0, 4.5rem, 0);
  }

  .hero-cta .hero-btn {
    width: 100%;
    justify-content: center;
  }

  .hero-dots {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 0.4rem;
    width: 100%;
    margin-top: 0;
  }

  .hero-dot {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    height: 2px;
    background: rgba(255, 255, 255, 0.35);
    border: 0;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.25s ease, height 0.25s ease;
  }

  .hero-dot.is-active {
    width: auto;
    height: 2.5px;
    background: #A8303C;
  }

  .hero-headline {
    font-size: clamp(2.65rem, 11vw, 3.4rem);
    line-height: 1.08;
    padding-bottom: 0.18em;
  }

  .text-reveal {
    padding-bottom: 0.2em;
  }

  .hero-panel-hidden {
    max-width: 100%;
    width: 100%;
  }

  .hero-controls {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hero-mobile-chrome {
    display: none !important;
  }

  .hero-cta-desktop {
    display: block;
  }
}

#siteHeader {
  background: #fff;
  border-bottom: 1px solid rgba(28, 28, 30, 0.08);
  overflow: visible;
  transform: translate3d(0, 0, 0);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}

#siteHeader.is-journey-hidden {
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  pointer-events: none;
}

.nav-top-bar {
  background: #403C94;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: max-height 0.35s ease, opacity 0.35s ease, padding 0.35s ease;
  max-height: 3rem;
  overflow: visible;
  position: relative;
  z-index: 60;
}

.nav-top-bar.is-hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  border-bottom-width: 0;
  pointer-events: none;
}

.main-nav {
  background: #fff;
  position: relative;
  z-index: 40;
}

.nav-scrolled {
  background: #fff;
  border-bottom: 1px solid rgba(28, 28, 30, 0.08);
}

#journey-sticky-nav {
  background: #fff;
  transition: top 0.45s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

#journey-sticky-nav.is-pinned {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  border-bottom-color: rgba(28, 28, 30, 0.08);
  box-shadow: 0 8px 28px rgba(28, 28, 30, 0.06);
}

.itinerary-map-sticky.is-map-pinned {
  position: fixed !important;
  z-index: 30;
}

/* Tailwind preflight (img max-width) breaks Mapbox tiles */
#itinerary-map,
#itinerary-map .mapboxgl-map {
  width: 100%;
  height: 100%;
}
#itinerary-map img,
#itinerary-map canvas,
#itinerary-map button img,
#itinerary-map .mapboxgl-canvas {
  max-width: none !important;
  max-height: none !important;
}
#itinerary-map .mapboxgl-canvas {
  height: 100% !important;
}
#itinerary-map .mapboxgl-ctrl-group {
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid rgba(28, 28, 30, 0.08);
  box-shadow: 0 8px 24px rgba(28, 28, 30, 0.12);
}
#itinerary-map .mapboxgl-popup-content {
  border-radius: 2px;
  padding: 8px 12px;
  box-shadow: 0 8px 24px rgba(28, 28, 30, 0.12);
  font-family: inherit;
  color: #1C1C1E;
}
#itinerary-map .mapboxgl-popup-content strong {
  font-weight: 600;
  font-size: 13px;
}
#itinerary-map .mapboxgl-popup-tip {
  border-top-color: #fff;
}
.itin-map-marker {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}
.itin-map-marker svg {
  display: block;
}

.nav-scrolled .nav-link,
.nav-scrolled .top-bar-link,
.nav-scrolled .lang-flag {
  color: #1C1C1E;
}

.site-logo {
  display: block;
  height: auto;
  width: auto;
  max-width: 150px;
  max-height: 2.5rem;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 768px) {
  .site-logo {
    max-width: 175px;
    max-height: 2.75rem;
  }
}

.site-logo-footer {
  display: block;
  width: auto;
  height: auto;
  max-width: 220px;
  max-height: 3.5rem;
  object-fit: contain;
  object-position: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .site-logo-footer {
    max-width: 280px;
    max-height: 4.25rem;
  }
}

@media (min-width: 1024px) {
  .site-logo-footer {
    object-position: left center;
    margin-left: 0;
    margin-right: 0;
  }
}

.footer-subscribe-btn {
  min-height: 2.75rem;
}

.footer-social-block {
  min-height: 2.75rem;
}

.footer-logo-wrap {
  display: inline-block;
  margin-bottom: 0;
}

.footer-brand {
  width: auto;
}

.footer-left {
  min-width: 0;
}

@media (min-width: 1024px) {
  .footer-brand {
    width: auto;
    margin-right: 0;
  }

  .footer-main {
    align-items: stretch;
    justify-content: flex-start;
    gap: 2rem;
  }

  .footer-left {
    gap: 1.25rem;
  }

  .footer-adventure {
    flex: 0 1 380px;
    margin: 0;
  }

  .footer-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100%;
  }

  .footer-social-block {
    margin-top: auto;
    padding-top: 1.5rem;
    align-self: flex-start; /* same vertical start line as Services */
  }
}

.nav-scrolled .site-logo {
  filter: none;
  opacity: 1;
}

.nav-scrolled .nav-cta {
  background: #A8303C;
  color: #fff;
}

.nav-scrolled .nav-cta:hover {
  background: #922830;
}

.nav-top-bar .top-bar-link,
.nav-top-bar .lang-flag {
  color: rgba(255, 255, 255, 0.92);
}

.nav-top-bar .lang-flag span {
  color: inherit;
}

.nav-top-bar .lang-flag-active,
.nav-top-bar .lang-flag-active span {
  color: #fff !important;
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.55);
}

.top-bar-sep {
  color: rgba(255, 255, 255, 0.55);
  user-select: none;
}

.nav-link {
  color: #1C1C1E;
}

.nav-cta {
  background: #A8303C;
  color: #fff;
}

.nav-cta:hover {
  background: #922830;
}

.nav-scrolled .hamburger span,
.hamburger span {
  background: #1C1C1E;
}

.lang-strip {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.lang-strip::-webkit-scrollbar {
  display: none;
}

.lang-flag {
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid transparent;
  text-decoration: none;
}

.lang-flag-active {
  opacity: 1 !important;
  background: rgba(64, 60, 148, 0.08);
  border-color: rgba(64, 60, 148, 0.35);
  color: #403C94;
}

.nav-top-bar .lang-flag:not(.lang-flag-active) {
  color: rgba(255, 255, 255, 0.82);
}

.lang-flag-active-mobile {
  color: #F8F6F0 !important;
  background: rgba(184, 154, 94, 0.25);
  border-color: rgba(184, 154, 94, 0.7) !important;
}

.nav-dropdown-panel {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  z-index: 70;
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.nav-dropdown-panel.open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#langMenuBtn[aria-expanded="true"] #langMenuChevron {
  transform: rotate(180deg);
}

.nav-dropdown-trigger {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.mobile-nav-children.open {
  display: flex !important;
}

.mobile-menu {
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.mobile-menu.open {
  transform: translateX(0);
}

.journey-card {
  background-size: cover;
  background-position: center;
}

.journey-card .caption {
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.journey-card:hover .caption {
  transform: translateY(0);
}

.journey-card .overlay {
  opacity: 0.25;
  transition: opacity 0.6s ease;
}

.journey-card:hover .overlay {
  opacity: 0.4;
}

.dest-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.dest-scroll::-webkit-scrollbar {
  display: none;
}

.float-wa-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.float-wa-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.float-wa {
  z-index: 9999;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.float-wa-btn {
  background: #A8303C;
  box-shadow: 0 4px 16px rgba(168, 48, 60, 0.28);
  border-radius: 4px;
}

.float-wa-btn:hover {
  background: #922830;
}

.float-wa-icon-only span {
  display: none !important;
}

.float-wa-icon-only {
  padding: 0.85rem !important;
  border-radius: 4px !important;
}

.line-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, #B89A5E, transparent);
}

.exp-card {
  min-width: 260px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.open .faq-answer {
  max-height: 300px;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.faq-icon {
  transition: transform 0.3s ease;
}

.section-one-tabs {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.section-one-tabs::-webkit-scrollbar {
  display: none;
}

.section-one-tab {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}

.section-one-tab-active {
  font-weight: 500;
}

.section-one-card {
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.section-one-card-hidden {
  display: none;
  opacity: 0;
  transform: translateY(12px);
}

.section-one-card-visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.section-one-card img {
  transition: transform 0.8s ease;
}

.section-one-card:hover img {
  transform: scale(1.04);
}

.trip-type-button {
  text-decoration: none;
}

.trip-card {
  text-decoration: none;
  color: inherit;
}

.trip-type-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media (max-width: 1023px) {
  .trip-type-layout {
    grid-template-columns: 1fr;
  }
  .trip-type-intro {
    order: 1;
  }
  .trip-slider-wrapper {
    order: 2;
  }
  .trip-type-cta-mobile {
    order: 3;
  }
}

@media (min-width: 1024px) {
  .trip-type-layout {
    grid-template-columns: minmax(240px, 30%) minmax(0, 1fr);
    gap: 3rem;
  }
}

.trip-type-intro {
  text-align: center;
}

@media (min-width: 1024px) {
  .trip-type-intro {
    text-align: left;
    padding-right: 1rem;
  }
}

.trip-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
}

.trip-slider-viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  touch-action: pan-y pinch-zoom;
}

@media (max-width: 767px) {
  .trip-slider-arrow {
    display: none;
  }

  .trip-slider-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x pan-y pinch-zoom;
    overscroll-behavior-x: contain;
  }

  .trip-slider-viewport::-webkit-scrollbar {
    display: none;
  }

  .trip-slider-track {
    transform: none !important;
    transition: none;
  }

  .trip-type-section .trip-card {
    scroll-snap-align: start;
    width: 82%;
    flex-basis: 82%;
    touch-action: pan-x pan-y pinch-zoom;
  }
}

.trip-slider-track {
  display: flex;
  gap: 14px;
  backface-visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.trip-slider-track.is-dragging {
  transition: none;
}

.trip-card {
  position: relative;
  flex-shrink: 0;
  height: 400px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .trip-card {
    height: 440px;
  }
}

@media (min-width: 1024px) {
  .trip-card {
    height: 470px;
  }
}

.trip-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.trip-card:hover .trip-card-img {
  transform: scale(1.03);
}

.trip-card-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.18) 28%, transparent 46%),
    linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.48) 22%, rgba(0, 0, 0, 0.14) 40%, transparent 55%);
}

.trip-card-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.25rem 1.35rem 1.5rem;
  pointer-events: none;
}

.trip-card-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

.trip-card-copy .trip-card-title {
  height: auto;
  max-height: none;
  margin: 0 0 0.28rem;
}

.trip-card-title {
  color: #fff;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.22;
  margin: 0 0 0.28rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: auto;
}

@media (min-width: 768px) {
  .trip-card-title {
    font-size: 1.75rem;
  }
}

.trip-card-desc {
  max-width: 92%;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: auto;
}

.trip-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  border: none;
  background: #fff;
  color: #1C1C1E;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  padding: 0;
  pointer-events: none;
  opacity: 0;
  transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

@media (min-width: 768px) {
  .trip-slider-arrow {
    display: flex;
  }
}

.trip-slider-wrapper:hover .trip-slider-arrow,
.trip-slider-wrapper:focus-within .trip-slider-arrow {
  opacity: 1;
  pointer-events: auto;
}

.trip-slider-arrow:hover {
  background: #F8F6F0;
  color: #A8303C;
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
}

.trip-slider-arrow svg {
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.trip-slider-arrow:active {
  transform: translateY(-50%) scale(0.97);
}

.trip-slider-arrow.is-at-edge,
.trip-slider-wrapper:hover .trip-slider-arrow.is-at-edge,
.trip-slider-wrapper:focus-within .trip-slider-arrow.is-at-edge {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  cursor: default !important;
}

.trip-slider-prev {
  left: 10px;
}

.trip-slider-next {
  right: 10px;
}

@media (min-width: 768px) {
  .trip-slider-track {
    gap: 16px;
  }

  .trip-slider-arrow {
    width: 42px;
    height: 42px;
  }

  .trip-slider-prev {
    left: 14px;
  }

  .trip-slider-next {
    right: 14px;
  }
}

/* Section 3 — Stay collection */
.stay-card {
  height: 460px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .stay-card {
    height: 500px;
  }
}

@media (min-width: 1024px) {
  .stay-card {
    height: 540px;
  }
}

#stays .stay-card {
  height: auto;
}

.stay-card-overlay {
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.45) 0%,
      rgba(0, 0, 0, 0.12) 28%,
      rgba(0, 0, 0, 0.08) 55%,
      rgba(0, 0, 0, 0.55) 100%);
}

.stay-card-btn {
  text-decoration: none;
}

.stay-card-btn-icon {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}

/* Footer */
.site-footer {
  background: var(--footer-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 0 !important;
}

.footer-newsletter-input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.footer-newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.footer-newsletter-input:focus {
  outline: none;
  border-color: rgba(184, 154, 94, 0.5);
}

.footer-col-title {
  letter-spacing: 0.08em;
}

.footer-social-icon {
  width: 32px;
  height: 32px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  transition: background 0.2s, color 0.2s;
}

.footer-social-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
  overflow: visible;
}

.footer-social-icon:hover {
  background: #f3f3f3;
  color: #111;
}

/* Homepage — spacing Ways → Voyagers; flush Voyagers → Why Pacebo → Footer */
body.page-home #ways-to-explore {
  padding-bottom: 4rem !important;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  body.page-home #ways-to-explore {
    padding-bottom: 6rem !important;
  }
}

@media (min-width: 1024px) {
  body.page-home #ways-to-explore {
    padding-bottom: 7rem !important;
  }
}

body.page-home #why-pacebo {
  margin: 0 !important;
  padding: 0 !important;
}

body.page-home .pull-quote-section {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

@media (min-width: 768px) {
  body.page-home .pull-quote-section {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
}

@media (min-width: 1024px) {
  body.page-home .pull-quote-section {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}

body.page-home #why-pacebo .brand-story-inner {
  padding-top: 1.75rem !important;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  body.page-home #why-pacebo .brand-story-inner {
    padding-top: 2.25rem !important;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  body.page-home #why-pacebo .brand-story-inner {
    padding-top: 2.75rem !important;
    padding-bottom: 3.5rem;
  }
}

body.page-home #why-pacebo .brand-story-header,
body.page-home #why-pacebo .brand-story-header--top {
  flex: 0 0 auto !important;
  display: block !important;
  margin-top: 0 !important;
  margin-bottom: 0.75rem !important;
  padding-top: 0 !important;
  min-height: 5.5rem;
}

@media (min-width: 768px) {
  body.page-home #why-pacebo .brand-story-header,
  body.page-home #why-pacebo .brand-story-header--top {
    margin-bottom: 1rem !important;
    min-height: 4.75rem;
  }
}

body.page-home #why-pacebo .brand-story-title-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

@media (min-width: 768px) {
  body.page-home #why-pacebo .brand-story-title-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

body.page-home main+.site-footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}

body.page-home main+.site-footer>.max-w-7xl {
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  body.page-home main+.site-footer>.max-w-7xl {
    padding-top: 3.5rem;
  }
}

.brand-story-section {
  position: relative;
  width: 100%;
  overflow: visible;
  background-color: #121212;
}

.brand-story-section .brand-story-bg,
.brand-story-section .brand-story-overlay {
  overflow: hidden;
}

.brand-story-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.brand-story-bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center center;
}

.brand-story-overlay {
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0.42) 40%,
      rgba(0, 0, 0, 0.68) 70%,
      rgba(0, 0, 0, 0.82) 100%);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.brand-story-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

@media (min-width: 768px) {
  .brand-story-inner {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

@media (min-width: 1024px) {
  .brand-story-inner {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
}

.brand-story-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .brand-story-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
  }
}

.brand-story-header-text {
  text-align: left;
  max-width: 42rem;
}

.brand-story-eyebrow {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.28em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.brand-story-cta-arrow {
  flex-shrink: 0;
}

.brand-story-cards {
  max-width: 100%;
  margin: 0 auto;
}

.brand-story-cards-track {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1rem;
}

@media (max-width: 1023px) {
  .brand-story-cards-track {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y pinch-zoom;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    margin: 0;
    padding: 0 0.25rem 0.5rem 0;
  }

  .brand-story-cards-track::-webkit-scrollbar {
    display: none;
  }

  .brand-story-card {
    flex: 0 0 min(78vw, 300px);
    max-width: min(78vw, 300px);
    scroll-snap-align: start;
    min-width: 0;
    touch-action: pan-x pan-y pinch-zoom;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .brand-story-cards-track {
    gap: 1.25rem;
  }

  .brand-story-card {
    flex-basis: min(48vw, 340px);
    max-width: min(48vw, 340px);
  }
}

@media (min-width: 1024px) {
  .brand-story-cards-track {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 1.25rem;
    overflow: visible;
    margin: 0;
    padding: 0;
  }

  .brand-story-card {
    flex: 1 1 calc(25% - 0.94rem);
    max-width: none;
    min-width: 0;
  }
}

.brand-story-card {
  background: transparent;
  border: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0.25rem 0.15rem 0.5rem;
  min-height: 11.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

@media (min-width: 768px) {
  .brand-story-card {
    padding: 0.35rem 0.25rem 0.65rem;
    min-height: 12.5rem;
  }
}

.brand-story-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.22;
  text-transform: none;
  height: auto;
  margin: 0 0 0.2rem;
}

@media (min-width: 768px) {
  .brand-story-card-title {
    font-size: 1.125rem;
  }
}

.brand-story-card-body {
  flex: 1;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

/* Legacy brand story block styles (unused on intl home) */
.brand-story-block--light {
  background: #F8F6F0;
  color: #1C1C1E;
}

.brand-story-block--light .brand-story-title {
  color: #171A3A;
}

.brand-story-block--light .brand-story-body {
  color: #6F6F78;
}

.brand-story-block--dark {
  background: #171A3A;
  color: #F8F6F0;
}

.brand-story-block--dark .brand-story-title {
  color: #F8F6F0;
}

.brand-story-block--dark .brand-story-body {
  color: rgba(248, 246, 240, 0.72);
}

.brand-story-title {
  letter-spacing: 0.04em;
  line-height: 1.35;
}

.brand-story-block--light .brand-story-title::after,
.brand-story-block--dark .brand-story-title::after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 2px;
  margin: 1rem auto 0;
  border-radius: 1px;
}

.brand-story-block--light .brand-story-title::after {
  background: #A8303C;
}

.brand-story-block--dark .brand-story-title::after {
  background: #B89A5E;
}

/* Shore slider reuses trip-slider */
.shore-excursions-section .trip-card {
  height: 420px;
}

@media (min-width: 768px) {
  .shore-excursions-section .trip-card {
    height: 460px;
  }
}

@media (min-width: 1024px) {
  .shore-excursions-section .trip-card {
    height: 480px;
  }
}

/* Intro tagline */
.intro-tagline-section {
  /* background color is now controlled by tailwind utility classes */
}

.intro-since {
  letter-spacing: -0.01em;
}

/* Article / story cards */
.article-card {
  background: #fff;
  box-shadow: 0 2px 12px rgba(28, 28, 30, 0.06);
}

.article-card-image-wrap {
  background: #fff;
}

.article-card:hover {
  transform: none;
  box-shadow: none;
  border-color: #e8e4db;
}

.article-card-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-card--blog .article-card-body > h2 {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  -webkit-box-orient: initial !important;
  overflow: visible !important;
  flex-shrink: 1 !important;
}

/* Branded form + prose (no Tailwind typography plugin) */
.pace-form-input {
  width: 100%;
  border: 1px solid #f7f6f1;
  background: #fff;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #1C1C1E;
  outline: none;
  transition: border-color 0.2s ease;
}

.pace-form-input:focus {
  border-color: #B89A5E;
}

.pace-form-card {
  background: #fff;
  border: 1px solid #f7f6f1;
  padding: 1.5rem;
}

.pace-form-card .pace-form-input::placeholder {
  color: #6F6F78;
}

.pace-form-card select.pace-form-input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%236F6F78' stroke-width='2'%3E%3Cpath d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

.pace-form-card select.pace-form-input:has(option[value=""]:checked) {
  color: #6F6F78;
}

.pace-form-card select.pace-form-input option {
  color: #1C1C1E;
}

/* Account login/register & portal: clear the fixed navbar */
html body main > section.account-auth,
html body main > section.account-portal,
section.account-auth,
section.account-portal {
  padding-top: calc(6.5rem + 2.75rem + env(safe-area-inset-top, 0px)) !important;
  padding-bottom: 5rem !important;
  scroll-margin-top: 10rem;
}

@media (min-width: 768px) {
  html body main > section.account-auth,
  html body main > section.account-portal,
  section.account-auth,
  section.account-portal {
    padding-top: calc(6.75rem + 4rem) !important;
    padding-bottom: 6rem !important;
    scroll-margin-top: 12rem;
  }
}

.pace-prose {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #6F6F78;
}

.pace-prose--light {
  color: rgba(255, 255, 255, 0.72);
}

.pace-prose p+p {
  margin-top: 1rem;
}

.pace-prose-rich h1,
.pace-prose-rich h2,
.pace-prose-rich h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: #1C1C1E;
  margin: 1.5rem 0 0.75rem;
  line-height: 1.25;
}

.pace-prose-rich h1 {
  font-size: 1.75rem;
}

.pace-prose-rich h2 {
  font-size: 1.45rem;
}

.pace-prose-rich::after {
  content: "";
  display: table;
  clear: both;
}

.pace-prose-rich img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  display: block;
}

.pace-prose-rich figure.image,
.pace-prose-rich figure.table {
  margin: 1.5rem 0;
}

.pace-prose-rich figure.image img {
  margin: 0;
  width: 100%;
}

.pace-prose-rich figcaption {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #6F6F78;
  text-align: center;
}

.pace-prose-rich figure.image-style-align-left,
.pace-prose-rich figure.image-style-side {
  float: left;
  margin: 0.35rem 1.25rem 1rem 0;
  max-width: 48%;
}

.pace-prose-rich figure.image-style-align-right {
  float: right;
  margin: 0.35rem 0 1rem 1.25rem;
  max-width: 48%;
}

.pace-prose-rich figure.image-style-align-center,
.pace-prose-rich figure.image-style-block-align-center {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 640px) {
  .pace-prose-rich figure.image-style-align-left,
  .pace-prose-rich figure.image-style-align-right,
  .pace-prose-rich figure.image-style-side {
    float: none;
    max-width: 100%;
    margin: 1.25rem 0;
  }
}

.pace-prose-rich a {
  color: #A8303C;
  text-decoration: underline;
}

.pace-prose-rich ul,
.pace-prose-rich ol {
  margin: 0.75rem 0;
  padding-left: 1.5rem;
}

.pace-prose-rich ul {
  list-style-type: disc !important;
}

.pace-prose-rich ol {
  list-style-type: decimal !important;
}

.pace-prose-rich ol:has(li[data-list="bullet"]),
.pace-prose-rich ol li[data-list="bullet"] {
  list-style-type: disc !important;
}

.pace-prose-rich li {
  display: list-item;
  margin: 0.35rem 0;
}

.pace-prose-rich li::marker {
  color: inherit;
}

/* Nested lists indentation */
.pace-prose-rich ul ul,
.pace-prose-rich ol ul,
.pace-prose-rich ul ol,
.pace-prose-rich ol ol {
  margin: 0.25rem 0 0.25rem 1.25rem;
  padding-left: 1.25rem;
}

.pace-prose-rich ul ul {
  list-style-type: circle !important;
}

.pace-prose-rich ul ul ul {
  list-style-type: square !important;
}

/* Quill indentation classes */
.pace-prose-rich .ql-indent-1 { padding-left: 1.5rem; }
.pace-prose-rich .ql-indent-2 { padding-left: 3.0rem; }
.pace-prose-rich .ql-indent-3 { padding-left: 4.5rem; }
.pace-prose-rich .ql-indent-4 { padding-left: 6.0rem; }
.pace-prose-rich .ql-indent-5 { padding-left: 7.5rem; }
.pace-prose-rich .ql-indent-6 { padding-left: 9.0rem; }
.pace-prose-rich .ql-indent-7 { padding-left: 10.5rem; }
.pace-prose-rich .ql-indent-8 { padding-left: 12.0rem; }
.pace-prose-rich .ql-indent-9 { padding-left: 13.5rem; }

.pace-prose-rich ul li.ql-indent-1,
.pace-prose-rich ul li.ql-indent-4,
.pace-prose-rich ul li.ql-indent-7 {
  list-style-type: circle !important;
}

.pace-prose-rich ul li.ql-indent-2,
.pace-prose-rich ul li.ql-indent-5,
.pace-prose-rich ul li.ql-indent-8 {
  list-style-type: square !important;
}

.pace-prose-rich table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pace-prose-rich th,
.pace-prose-rich td {
  padding: 0.75rem 1rem;
  border: 1px solid #E7D8C4;
  text-align: left;
}

.pace-prose-rich th {
  background: #F7F1E6;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  color: #1C1C1E;
}

.pace-prose-rich tr:nth-child(even) {
  background: rgba(247, 241, 230, 0.4);
}

:root {
  --pace-display: clamp(2.25rem, 5vw, 3.75rem);
  --pace-h2: clamp(1.75rem, 3vw, 2.5rem);
  --pace-card-title: clamp(1.25rem, 2vw, 1.5rem);
  --pace-body: 1rem;
  --pace-meta: 0.72rem;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 2rem;
}

@media (min-width: 1024px) {
  .staff-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.staff-card {
  text-align: center;
}

.staff-photo {
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  object-fit: cover;
  margin: 0 auto 1rem;
  border: 3px solid #f7f6f1;
}

.staff-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  color: #1C1C1E;
  margin-bottom: 0.35rem;
}

.staff-role {
  font-size: 0.8125rem;
  color: #6F6F78;
  font-style: italic;
}

/* Nav grid: menu left, logo center, actions right */
.nav-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}

.nav-left {
  justify-self: start;
}

.nav-center {
  justify-self: center;
}

.nav-right {
  justify-self: end;
}

.nav-top-bar {
  max-height: 2.75rem;
}

/* Hero desktop: raise copy, lift accent card */
@media (min-width: 768px) {
  .hero-inner {
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 6.5rem;
    min-height: calc(100vh - 6rem);
  }

  .hero-panels {
    min-height: 16rem;
  }

  .hero-accent-frame {
    transform: translateY(0);
  }

  .hero-accent {
    bottom: 18% !important;
  }
}

/* Section one package cards */
.section-one-card-hidden {
  display: none !important;
}

.section-one-card-visible {
  display: flex !important;
}

.package-card {
  min-height: 100%;
}

.section-one-divider {
  border-color: rgba(28, 28, 30, 0.12);
}

/* Shore Excursions homepage — info service cards */
.shore-card {
  cursor: default;
  aspect-ratio: 5 / 6;
  min-height: 360px;
}

@media (min-width: 768px) {
  .shore-card {
    min-height: 410px;
  }
}

@media (min-width: 1024px) {
  .shore-card {
    min-height: 430px;
  }
}

.shore-card img {
  transition: transform 0.7s ease;
}

.shore-card:hover img {
  transform: scale(1.04);
}

.shore-card-scrim {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

.shore-card-scrim--top {
  top: 0;
  height: 42%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.42) 48%,
    rgba(0, 0, 0, 0) 100%
  );
}

.shore-card-scrim--bottom {
  bottom: 0;
  height: 52%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.42) 42%,
    rgba(0, 0, 0, 0) 100%
  );
}

.shore-card-inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 1.25rem 1.35rem 1.5rem;
}

.shore-card .card-title-lock {
  height: calc(1em * 1.22 * 2);
  height: 2lh;
}

.shore-card-top,
.shore-card-excerpt {
  width: 100%;
  max-width: none;
}

.shore-card-title {
  margin: 0;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.22;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

@media (min-width: 768px) {
  .shore-card-title {
    font-size: 1.75rem;
  }
}

.shore-card-duration {
  margin: 0.4rem 0 0;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

.shore-card-excerpt {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  height: calc(1em * 1.65 * 4);
  height: 4lh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .shore-excursions-swiper .swiper-slide {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .shore-slider-wrap {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .shore-excursions-swiper {
    overflow: hidden;
  }

  .shore-excursions-swiper .swiper-slide {
    width: 70%;
    min-width: 0;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
  }

  .shore-excursions-swiper .shore-card {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    transition: opacity 0.45s ease;
  }

  .shore-excursions-swiper .swiper-slide:not(.swiper-slide-active) .shore-card {
    opacity: 0.72;
  }
}

/* Shore compact cards */
.shore-excursions-section .trip-card-compact {
  height: 300px !important;
}

@media (min-width: 768px) {
  .shore-excursions-section .trip-card-compact {
    height: 320px !important;
  }
}

@media (min-width: 1024px) {
  .shore-excursions-section .trip-card-compact {
    height: 340px !important;
  }
}

/* Brand story half-cut cards — hang over Trusted By, stay above it */
.brand-story-section {
  min-height: 520px;
  padding-bottom: 0;
  overflow: visible;
}

body.page-home #why-pacebo.brand-story-section {
  overflow: visible !important;
  position: relative;
  z-index: 3;
  /* Room for half-cut cards so they don't cover Trusted By */
  margin-bottom: 3.5rem;
}

@media (min-width: 768px) {
  body.page-home #why-pacebo.brand-story-section {
    margin-bottom: 4rem;
  }
}

.brand-story-inner--split {
  display: flex;
  flex-direction: column;
  min-height: 480px;
  padding-bottom: 0 !important;
  overflow: visible;
}

.brand-story-header--top {
  flex: 0 0 auto;
  display: block;
  padding-top: 0;
}

.brand-story-title-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}

@media (min-width: 768px) {
  .brand-story-title-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

/* Fixed rem offset so ID/EN card hang matches (not % of card height) */
.brand-story-cards--half {
  transform: translateY(12.5rem);
  margin-top: auto;
  padding-bottom: 0;
  position: relative;
  z-index: 4;
}

@media (min-width: 768px) {
  .brand-story-section {
    min-height: 580px;
  }

  .brand-story-cards--half {
    transform: translateY(13.5rem);
  }
}

/* Homepage alternating section backgrounds */
body.page-home #destinations {
  background: #F8F6F0;
}

body.page-home #trip-type {
  background: #fff;
}

body.page-home #shore-excursions-home {
  background: #F8F6F0;
}

body.page-home #ways-to-explore {
  background: #fff;
}

/* Indonesia why-pacebo half-cut */
.why-pacebo-section {
  padding-bottom: 0 !important;
  overflow: visible;
}

.why-pacebo-inner {
  padding-bottom: 3rem;
  overflow: visible;
}

.why-pacebo-cards {
  margin-bottom: -2rem;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y pinch-zoom;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}

.why-pacebo-cards::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  .why-pacebo-cards {
    touch-action: auto;
  }
}

/* Journey detail */
.journey-detail-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin-top: 1rem;
}

.journey-detail-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6F6F78;
  font-family: 'Manrope', sans-serif;
}

/* Hero meta — stack on small phones, row from sm+ */
.journey-hero-meta {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
  max-width: max-content;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  overflow: hidden;
}

.journey-hero-meta--duration-only {
  width: fit-content;
  max-width: 100%;
  flex-direction: row;
  align-self: flex-start;
}

.journey-hero-meta--duration-only .journey-hero-meta__cell {
  flex: 0 0 auto;
  width: auto;
  white-space: nowrap;
}

.journey-hero-meta__cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.2rem;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  min-width: 0;
}

.journey-hero-meta__cell:last-child {
  border-bottom: none;
}

.journey-hero-meta__label {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.2;
}

.journey-hero-meta__value {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: #fff;
  line-height: 1.25;
  word-break: break-word;
  letter-spacing: 0.01em;
}

.journey-hero-meta__value--route {
  font-size: 0.95rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 480px) {
  .journey-hero-meta {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    width: fit-content;
    max-width: max-content;
  }

  .journey-hero-meta--duration-only {
    width: fit-content;
    max-width: 100%;
  }

  .journey-hero-meta__cell {
    padding: 1rem 1.25rem;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    flex: 0 0 auto;
    width: auto;
  }

  .journey-hero-meta__cell:last-child {
    border-right: none;
  }

  .journey-hero-meta__cell--route {
    max-width: 17.5rem;
    flex: 1 1 auto;
  }

  .journey-hero-meta__value {
    font-size: 1.125rem;
    line-height: 1.15;
  }
}

@media (min-width: 768px) {
  .journey-hero-meta__cell {
    padding: 1.25rem 2rem;
  }

  .journey-hero-meta__cell--route {
    max-width: 17.5rem;
  }

  .journey-hero-meta__value {
    font-size: 1.25rem;
  }

  .journey-hero-meta__value--route {
    font-size: 1.125rem;
  }
}

/* Private journey: duration + price inline, no frosted box */
.journey-hero-meta--pair {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  border-radius: 0;
  overflow: visible;
  gap: 1.5rem;
}

.journey-hero-meta--pair .journey-hero-meta__cell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  gap: 0.3rem;
  padding: 0;
  background: none;
  border: none;
  flex: 0 1 auto;
  min-width: 0;
}

.journey-hero-meta--pair .journey-hero-meta__cell + .journey-hero-meta__cell {
  padding-left: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.journey-hero-meta--pair .journey-hero-meta__label {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.7);
}

.journey-hero-meta--pair .journey-hero-meta__value {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.2;
  word-break: normal;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

@media (min-width: 480px) {
  .journey-hero-meta--pair .journey-hero-meta__cell {
    padding: 0;
    border-right: none;
    width: auto;
    flex: 0 1 auto;
  }

  .journey-hero-meta--pair .journey-hero-meta__cell + .journey-hero-meta__cell {
    padding-left: 1.75rem;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
  }

  .journey-hero-meta--pair .journey-hero-meta__value {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .journey-hero-meta--pair {
    gap: 2.25rem;
  }

  .journey-hero-meta--pair .journey-hero-meta__cell {
    padding: 0;
  }

  .journey-hero-meta--pair .journey-hero-meta__cell + .journey-hero-meta__cell {
    padding-left: 2.25rem;
  }

  .journey-hero-meta--pair .journey-hero-meta__label {
    font-size: 12px;
  }

  .journey-hero-meta--pair .journey-hero-meta__value {
    font-size: 1.375rem;
  }
}

@media (max-width: 379px) {
  .product-hero h1 {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
  }

  .product-hero .product-hero-crumb span:last-child {
    max-width: 9rem;
  }
}

/* Journey detail carousels — keep left/right inset on mobile while peeking next card */
.journey-detail-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 1.25rem;
  padding: 0 1.25rem 1rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  scroll-padding-left: 1.25rem;
  scroll-padding-right: 1.25rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.journey-detail-carousel::-webkit-scrollbar {
  display: none;
}

.journey-detail-carousel__end {
  flex: 0 0 1px;
  width: 1px;
  pointer-events: none;
}

@media (min-width: 768px) {
  .journey-detail-carousel {
    gap: 2rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    scroll-padding-left: 0;
    scroll-padding-right: 0;
  }
}

.testimonial-quote > :first-child {
  margin-top: 0;
}

.testimonial-quote > :last-child {
  margin-bottom: 0;
}

.testimonial-quote p {
  margin: 0;
}

.testimonial-quote p + p {
  margin-top: 0.75rem;
}

.stays-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 12, 14, 0.92);
  padding: 4.5rem 4.5rem 3rem;
}
.stays-lightbox[hidden] {
  display: none !important;
}
body.stays-lightbox-open {
  overflow: hidden;
}
.stays-lightbox-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: min(100%, 1400px);
  max-height: calc(100vh - 5.5rem);
}
.stays-lightbox-image {
  max-width: 100%;
  max-height: calc(100vh - 10.5rem);
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.stays-lightbox-caption {
  margin-top: 1.15rem;
  text-align: center;
  max-width: 40rem;
}
.stays-lightbox-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  color: #f9f8f6;
  margin: 0;
}
.stays-lightbox-location {
  margin: 0.45rem 0 0;
  font-family: 'Manrope', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(249, 248, 246, 0.62);
}
.stays-lightbox-counter {
  margin: 0.35rem 0 0;
  font-family: 'Manrope', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(249, 248, 246, 0.55);
}
.stays-lightbox-close,
.stays-lightbox-nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(28, 28, 30, 0.55);
  color: #fff;
  cursor: pointer;
}
.stays-lightbox-close:hover,
.stays-lightbox-nav:hover {
  background: rgba(168, 48, 60, 0.9);
  border-color: transparent;
}
.stays-lightbox-close {
  top: 1.25rem;
  right: 1.25rem;
}
.stays-lightbox-nav.is-prev {
  left: 1rem;
}
.stays-lightbox-nav.is-next {
  right: 1rem;
}
.stays-lightbox-nav[hidden] {
  display: none !important;
}
.stays-lightbox.is-image-only .stays-lightbox-image {
  max-height: calc(100vh - 6rem);
}
@media (max-width: 767px) {
  .stays-lightbox {
    padding: 4.75rem 1rem 1.75rem;
  }
  .stays-lightbox-image {
    max-height: calc(100vh - 11rem);
  }
  .stays-lightbox.is-image-only .stays-lightbox-image {
    max-height: calc(100vh - 7rem);
  }
  .stays-lightbox-title {
    font-size: 1.15rem;
  }
  .stays-lightbox-nav.is-prev {
    left: 0.5rem;
  }
  .stays-lightbox-nav.is-next {
    right: 0.5rem;
  }
}

.stays-lightbox.is-hotel-modal {
  padding: 1.25rem;
  background: rgba(23, 26, 58, 0.78);
  backdrop-filter: blur(10px);
}
.stays-modal {
  position: relative;
  width: min(1080px, 100%);
  max-height: calc(100vh - 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  grid-template-rows: auto minmax(0, 1fr);
  grid-template-areas:
    "title ."
    "image copy";
  background: #f8f6f0;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}
.stays-modal:not(.has-description) {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "title"
    "image";
  width: min(720px, 100%);
}
.stays-lightbox.is-hotel-modal .stays-lightbox-title {
  grid-area: title;
  color: #1c1c1e;
  font-size: 1.85rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  padding: 1.5rem 1.5rem 0.85rem 1.75rem;
}
.stays-modal-image-wrap {
  grid-area: image;
  position: relative;
  margin: 0 1.5rem 1.5rem 1.75rem;
  min-height: 0;
  aspect-ratio: 4 / 3;
  max-height: 100%;
  background: #e8e4db;
  overflow: hidden;
}
.stays-lightbox.is-hotel-modal .stays-lightbox-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  box-shadow: none;
}
.stays-lightbox.is-hotel-modal .stays-lightbox-nav {
  top: 50%;
  z-index: 2;
  width: 2.4rem;
  height: 2.4rem;
  background: rgba(28, 28, 30, 0.45);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  transform: translateY(-50%);
}
.stays-lightbox.is-hotel-modal .stays-lightbox-nav.is-prev {
  left: 0.65rem;
}
.stays-lightbox.is-hotel-modal .stays-lightbox-nav.is-next {
  right: 0.65rem;
}
.stays-lightbox.is-hotel-modal .stays-lightbox-counter {
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  transform: translateX(-50%);
  margin: 0;
  padding: 0.28rem 0.7rem;
  background: rgba(12, 12, 14, 0.55);
  color: #f9f8f6;
  letter-spacing: 0.16em;
}
.stays-modal-copy {
  grid-area: copy;
  align-self: stretch;
  padding: 0 1.75rem 1.5rem 0.85rem;
  overflow-y: auto;
  min-height: 0;
}
.stays-modal-copy[hidden] {
  display: none !important;
}
.stays-modal-description {
  margin: 0;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(28, 28, 30, 0.85);
  white-space: pre-wrap;
}
.stays-lightbox.is-hotel-modal .stays-lightbox-close {
  top: 0.85rem;
  right: 0.85rem;
  color: #1c1c1e;
  background: #fff;
  border-color: rgba(28, 28, 30, 0.12);
  z-index: 2;
}
.stays-lightbox.is-hotel-modal .stays-lightbox-close:hover {
  color: #fff;
  background: rgba(168, 48, 60, 0.95);
  border-color: transparent;
}
@media (max-width: 767px) {
  .stays-lightbox.is-hotel-modal {
    padding: 1.25rem 0.75rem;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .stays-modal,
  .stays-modal:not(.has-description) {
    margin: auto 0;
    width: 100%;
    max-width: 480px;
    height: auto;
    max-height: calc(100vh - 2rem);
    max-height: calc(100dvh - 2rem);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 4px;
  }
  .stays-lightbox.is-hotel-modal .stays-lightbox-title {
    font-size: 1.35rem;
    padding: 1.25rem 3rem 0.75rem 1.25rem;
    flex-shrink: 0;
  }
  .stays-modal-image-wrap {
    margin: 0 1.25rem 0.75rem;
    aspect-ratio: 16 / 10;
    max-height: 240px;
    flex-shrink: 0;
    border-radius: 2px;
  }
  .stays-modal:not(.has-description) .stays-modal-image-wrap {
    margin-bottom: 1.25rem;
  }
  .stays-modal-copy {
    border-left: 0;
    padding: 0 1.25rem 1.25rem;
    flex: 0 1 auto;
    overflow-y: visible;
  }
  .stays-modal-description {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .stays-lightbox.is-hotel-modal .stays-lightbox-close {
    top: 0.85rem;
    right: 0.85rem;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  }
  .stays-lightbox.is-hotel-modal .stays-lightbox-close svg {
    width: 14px !important;
    height: 14px !important;
  }
}

.journey-detail-overview-grid {
  display: grid;
  gap: 2rem;
}

.overview-parallax-frame {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 4 / 5;
  width: 100%;
}
.overview-parallax-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1024px) {
  .journey-detail-overview-grid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
  .overview-layout {
    display: flex;
    align-items: stretch;
  }
  .overview-parallax {
    position: relative;
    align-self: stretch;
    min-height: 0;
  }
  .overview-parallax-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }
  .overview-parallax-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.journey-day-route-continue {
  border-left: 2px solid #f7f6f1;
  padding-left: 1rem;
  margin-top: 0.75rem;
}

.journey-day-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  color: #6F6F78;
}

.journey-day-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.departure-year-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.departure-year-tab {
  border: 1px solid #f7f6f1;
  padding: 0.45rem 1rem;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: #fff;
  cursor: pointer;
}

.departure-year-tab.is-active {
  background: #403C94;
  color: #fff;
  border-color: #403C94;
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  .hero-bg {
    transform: none !important;
  }

  #hero .hero-panel:not(.hero-panel-hidden) .hero-eyebrow,
  #hero .hero-panel:not(.hero-panel-hidden) .hero-headline .text-reveal-inner,
  #hero .hero-panel:not(.hero-panel-hidden) .hero-sub,
  #hero .hero-panel:not(.hero-panel-hidden) .hero-cta-desktop,
  #hero .hero-accent,
  #hero .hero-accent-mobile,
  #hero .hero-cta-mobile:not(.hero-panel-hidden),
  #hero .hero-arrows-mobile,
  #hero .hero-dots,
  #hero .hero-next-up,
  #hero .hero-controls .hero-arrows,
  #hero:not(.hero-ready) .hero-panel:not(.hero-panel-hidden) .hero-eyebrow,
  #hero:not(.hero-ready) .hero-panel:not(.hero-panel-hidden) .hero-headline .text-reveal-inner,
  #hero:not(.hero-ready) .hero-panel:not(.hero-panel-hidden) .hero-sub,
  #hero:not(.hero-ready) .hero-panel:not(.hero-panel-hidden) .hero-cta-desktop {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ================================================================
   BEAUTIFICATION — Abercrombie & Kent Reference Style
   ================================================================ */


/* ---- Desktop Mega Menu (dropdown) ---- */
.nav-mega-group {
  position: relative;
}

.nav-mega-panel {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: -1.5rem;
  min-width: 240px;
  background: #F8F6F0;
  border: 1px solid rgba(28, 28, 30, 0.09);
  border-top: 2px solid #403C94;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  pointer-events: none;
  z-index: 60;
}

.nav-mega-group:hover .nav-mega-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-mega-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  color: #171A3A;
  font-weight: 300;
  line-height: 1.2;
  padding: 1.25rem 1.5rem 0.5rem;
  border-bottom: 1px solid rgba(28, 28, 30, 0.07);
  margin-bottom: 0;
}

.nav-mega-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 1.5rem;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #1C1C1E;
  transition: color 0.18s, background 0.18s, padding-left 0.18s;
  font-family: 'Plus Jakarta Sans', sans-serif;
  text-decoration: none;
  border-bottom: 1px solid rgba(28, 28, 30, 0.05);
}

.nav-mega-link:last-child {
  border-bottom: none;
}

.nav-mega-link:hover {
  color: #403C94;
  background: rgba(64, 60, 148, 0.04);
  padding-left: 1.85rem;
}

.nav-mega-link svg {
  opacity: 0;
  transition: opacity 0.18s;
  flex-shrink: 0;
}

.nav-mega-link:hover svg { opacity: 1; }

.nav-mega-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 1.5rem;
  background: rgba(64, 60, 148, 0.04);
  border-top: 1px solid rgba(64, 60, 148, 0.1);
}

.nav-mega-all {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  color: #403C94;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: opacity 0.18s;
}

.nav-mega-all:hover { opacity: 0.65; }


/* ---- Section Spacing (increased from 2.25/2.75/3.25rem) ---- */
main > section:not(#hero):not(.product-hero):not(.page-header):not(.listing-hero-media):not(.listing-hero-copy):not(.listing-page-body):not(#itinerary):not(.brand-story-section):not(#intro-tagline):not(.ways-section):not(.pull-quote-section):not(.running-logos):not(.account-auth):not(.account-portal):not(#journey-offers):not(#gallery) {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

@media (min-width: 768px) {
  main > section:not(#hero):not(.product-hero):not(.page-header):not(.listing-hero-media):not(.listing-hero-copy):not(.listing-page-body):not(#itinerary):not(.brand-story-section):not(#intro-tagline):not(.ways-section):not(.pull-quote-section):not(.running-logos):not(.account-auth):not(.account-portal):not(#journey-offers):not(#gallery) {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 1024px) {
  main > section:not(#hero):not(.product-hero):not(.page-header):not(.listing-hero-media):not(.listing-hero-copy):not(.listing-page-body):not(#itinerary):not(.brand-story-section):not(#intro-tagline):not(.ways-section):not(.pull-quote-section):not(.running-logos):not(.account-auth):not(.account-portal):not(#journey-offers):not(#gallery) {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
}

#intro-tagline {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

#intro-tagline .intro-tagline-body {
  word-spacing: -0.03em;
}

@media (min-width: 768px) {
  #intro-tagline {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 1024px) {
  #intro-tagline {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

/* ---- Intro Tagline Decorative Rule ---- */
.intro-tagline-rule {
  display: block;
  width: 3rem;
  height: 2px;
  background: #A8303C;
  margin: 0 auto 1.25rem;
}

/* Homepage section titles — tighter letter and word spacing, unified line-height 1.25 */
body.page-home .home-section-title {
  letter-spacing: -0.012em;
  word-spacing: -0.08em;
  line-height: 1.25 !important;
}

/* ---- Ways to Explore — Taller, More Editorial Cards ---- */
.ways-slider-wrap {
  min-width: 0;
  width: 100%;
}

.ways-card-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  width: 100%;
}

.ways-card {
  height: 340px !important;
  width: 100%;
  min-width: 0;
  cursor: pointer;
  -webkit-user-drag: none;
  user-select: none;
}

@media (min-width: 768px) {
  .ways-card {
    height: 540px !important;
  }
}

@media (max-width: 767px) {
  .ways-slider-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y pinch-zoom;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    margin-right: -1.5rem;
    scroll-snap-type: x mandatory;
  }

  .ways-slider-wrap::-webkit-scrollbar {
    display: none;
  }

  .ways-card-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    width: max-content;
    padding-right: calc(100% - 78vw);
  }

  .ways-card {
    flex: 0 0 78vw;
    width: 78vw;
    max-width: 78vw;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    touch-action: pan-x pan-y pinch-zoom;
  }
}

.ways-card-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.68) 28%,
    rgba(0, 0, 0, 0.45) 48%,
    rgba(0, 0, 0, 0.15) 65%,
    transparent 82%
  ) !important;
  transition: background 0.3s ease;
}

.ways-card:hover .ways-card-overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.74) 28%,
    rgba(0, 0, 0, 0.50) 48%,
    rgba(0, 0, 0, 0.20) 65%,
    transparent 85%
  ) !important;
}

.ways-card-arrow {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  text-decoration: none;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
  flex-shrink: 0;
}

.ways-card-title {
  color: #fff;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.22;
  margin: 0 0 0.2rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

@media (min-width: 768px) {
  .ways-card-title {
    font-size: 1.75rem;
  }
}

.ways-card-desc {
  font-size: 0.8125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  max-width: 20rem;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}

.ways-card:hover .ways-card-arrow {
  opacity: 1;
  transform: translateY(0) scale(1.08);
  background: rgba(255, 255, 255, 0.2);
}

/* ---- Brand Story Cards — open text, no boxes ---- */
.brand-story-card {
  align-items: flex-start !important;
  text-align: left !important;
  padding-top: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.brand-story-card-rule {
  display: none;
}

/* Stagger fade-in for brand story cards */
.brand-story-cards .brand-story-card:nth-child(1) { animation-delay: 0s; }
.brand-story-cards .brand-story-card:nth-child(2) { animation-delay: 0.12s; }
.brand-story-cards .brand-story-card:nth-child(3) { animation-delay: 0.24s; }
.brand-story-cards .brand-story-card:nth-child(4) { animation-delay: 0.36s; }

/* ---- Pull Quote Section ---- */
.pull-quote-section {
  position: relative;
  background: #fff;
  padding: 4.5rem 1.5rem;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pull-quote-section--media {
  min-height: min(38rem, 78svh);
  padding: 6rem 1.5rem;
}

.pull-quote-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.pull-quote-media-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pull-quote-media-overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 20, 0.58);
}

.pull-quote-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
}

.pull-quote-rule {
  display: block;
  width: 2.5rem;
  height: 1px;
  background: #B89A5E;
  margin: 0 auto 2.5rem;
}

.pull-quote-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.65rem, 3.5vw, 3rem);
  color: #1C1C1E;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
  font-style: italic;
}

.pull-quote-cite {
  display: block;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  color: #6F6F78;
  font-style: normal;
}

.pull-quote-cite-name {
  color: #1C1C1E;
  font-weight: 600;
}

.pull-quote-section--media .pull-quote-text,
.pull-quote-section--media .pull-quote-cite-name {
  color: #fff;
}

.pull-quote-section--media .pull-quote-cite {
  color: rgba(255, 255, 255, 0.65);
}

.pull-quote-section--media .pull-quote-rule {
  background: #A8303C;
}

@media (min-width: 768px) {
  .pull-quote-section {
    padding: 5.5rem 2rem;
  }

  .pull-quote-section--media {
    min-height: min(42rem, 72svh);
    padding: 7rem 2.5rem;
  }
}

/* ---- Package Card Improvements ---- */
.package-card-media-group {
  position: relative;
  overflow: hidden;
}

.package-card-media-group--landscape {
  height: auto;
  aspect-ratio: 16 / 10;
}

.package-card-media-group img {
  transition: transform 0.75s ease;
}

.package-card:hover .package-card-media-group img {
  transform: scale(1.04);
}

.package-card-journey-title {
  color: #1C1C1E;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.22;
  margin: 0 0 0.5rem;
}

@media (min-width: 768px) {
  .package-card-journey-title {
    font-size: 1.75rem;
  }
}

.package-card-journey-desc {
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #3d3d44;
}

.package-card-limited {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5c5c64;
  font-family: 'Manrope', sans-serif;
}

.package-card-gold-accent {
  display: block;
  width: 2rem;
  height: 1px;
  background: #B89A5E;
  margin-bottom: 0.75rem;
}

.package-card-badge-stack {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  max-width: calc(100% - 1.5rem);
}

.package-card-pill-badge {
  display: inline-block;
  background: rgba(248, 246, 240, 0.92);
  color: #1C1C1E;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  padding: 0.3rem 0.65rem;
}

.package-card-pill-badge--type {
  background: #403C94;
  color: #fff;
  font-weight: 600;
}

.package-card-pill-badge--private {
  background: #403C94;
  color: #fff;
  font-weight: 600;
}

.package-card-pill-badge--small-group {
  background: #ffffff;
  color: #1C1C1E;
  font-weight: 600;
}

.package-card-pill-badge--open-trip {
  background: #A8303C;
  color: #ffffff;
  font-weight: 600;
}

.package-card-pill-badge--tailor {
  background: #403C94;
  color: #ffffff;
  font-weight: 600;
}

.package-card-pill-badge--signature {
  background: rgba(184, 154, 94, 0.95);
  color: #fff;
  font-weight: 600;
}

.package-card-pill-badge--offer {
  background: #A8303C;
  color: #fff;
  font-weight: 600;
}

.package-card-pill-badge--new {
  background: #1F5C38;
  color: #fff;
  font-weight: 600;
}

.product-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}

.product-hero-badge {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.92);
  background: rgba(0, 0, 0, 0.25);
}

.product-hero-badge--type {
  background: #403C94;
  color: #fff;
  border-color: transparent;
  font-weight: 600;
}

.product-hero-badge--private {
  background: #403C94;
  color: #fff;
  border-color: transparent;
  font-weight: 600;
}

.product-hero-badge--small-group {
  background: #ffffff;
  color: #1C1C1E;
  border-color: transparent;
  font-weight: 600;
}

.product-hero-badge--open-trip {
  background: #A8303C;
  color: #ffffff;
  border-color: transparent;
  font-weight: 600;
}

.product-hero-badge--tailor {
  background: #403C94;
  color: #ffffff;
  border-color: transparent;
  font-weight: 600;
}

.product-hero-badge--signature {
  background: rgba(184, 154, 94, 0.95);
  color: #fff;
  border-color: transparent;
  font-weight: 600;
}

.product-hero-badge--offer {
  background: #A8303C;
  color: #fff;
  border-color: transparent;
  font-weight: 600;
}

.product-hero-badge--new {
  background: #1F5C38;
  color: #fff;
  border-color: transparent;
  font-weight: 600;
}

/* Book Now + listing cards — looser text rhythm, footer pinned */
.package-card[data-category="book-now"] .package-card-body,
.package-card[data-category="listing"] .package-card-body,
.package-card[data-category="transport"] .package-card-body {
  padding: 1.5rem 1.35rem 1.1rem;
  gap: 0.15rem;
}

@media (min-width: 768px) {
  .package-card[data-category="book-now"] .package-card-body,
  .package-card[data-category="listing"] .package-card-body,
  .package-card[data-category="transport"] .package-card-body {
    padding: 1.75rem 1.5rem 1.15rem;
  }
}

.package-card[data-category="book-now"] .package-card-gold-accent,
.package-card[data-category="listing"] .package-card-gold-accent,
.package-card[data-category="transport"] .package-card-gold-accent {
  margin-bottom: 1rem;
}

.package-card[data-category="book-now"] .package-card-body h3,
.package-card[data-category="listing"] .package-card-body h3,
.package-card[data-category="transport"] .package-card-body h3 {
  margin-bottom: 0.85rem;
  line-height: 1.35;
}

.package-card[data-category="book-now"] .package-card-body > p,
.package-card[data-category="listing"] .package-card-body > p,
.package-card[data-category="transport"] .package-card-body > p {
  margin-bottom: 0.65rem;
  line-height: 1.65;
}

.package-card[data-category="book-now"] .package-card-divider,
.package-card[data-category="listing"] .package-card-divider,
.package-card[data-category="transport"] .package-card-divider {
  margin-top: auto;
  margin-bottom: 0.45rem;
  padding-top: 0.5rem;
}

.package-card-price {
  line-height: 1.2;
  margin: 0;
}

/* Titles always occupy 2 lines so duration / region / excerpt start aligned */
.card-title-lock,
.package-card .package-card-body > h3,
.article-card-body > h2,
.stay-card-title,
.shore-card-title,
.transport-package-card h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(1em * 1.35 * 2);
  height: 2lh;
  flex-shrink: 0;
}

.ways-card-copy > p,
.stay-card-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: calc(1em * 1.625 * 3);
  height: 3lh;
}

.regional-card-title {
  height: auto;
  margin: 0;
  line-height: 1.2;
}
.regional-card-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: auto;
  margin: 0.2rem 0 0;
  line-height: 1.4;
}
.regional-card-cta {
  margin-top: 0.45rem;
}

.package-card-dest-scrim {
  position: absolute;
  inset: auto 0 0;
  height: 58%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.58) 36%,
    rgba(0, 0, 0, 0.22) 68%,
    rgba(0, 0, 0, 0) 100%
  );
}

.package-card-overlay-copy {
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}

.package-card-overlay-copy > h3 {
  height: auto;
  margin-bottom: 0.3rem;
}

/* ---- Footer Improvements ---- */
.footer-back-top {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  color: #fff;
  transition: color 0.2s;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.footer-back-top:hover { color: #B89A5E; }

/* Circular social icons — white disc, black glyph */
.footer-social-icon {
  width: 32px !important;
  height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  line-height: 0 !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: none !important;
  color: #111 !important;
}

.footer-social-icon svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 auto !important;
  flex-shrink: 0 !important;
}

.footer-social-icon:hover {
  background: #f3f3f3 !important;
  color: #111 !important;
  border-color: transparent !important;
}

/* Mobile drawer accent line */
#mobileMenu {
  border-top: 3px solid #403C94 !important;
}

.pace-btn-ruby {
  background: #A8303C;
  color: #fff;
  border: 1px solid #A8303C;
  transition: background 0.2s ease;
}
.pace-btn-ruby:hover {
  background: #7f1d28;
  color: #fff;
}

.package-card--offer {
  background: #F8F6F0;
  border: 0;
  border-left: 5px solid #A8303C;
  box-shadow: 0 0 28px rgba(28, 28, 30, 0.14), 0 0 8px rgba(28, 28, 30, 0.06);
  overflow: hidden;
}

.package-card-offer-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.15rem 1.25rem 1.45rem;
  text-align: left;
}

.package-card-offer-media {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  overflow: hidden;
  background: #171A3A;
  margin-bottom: 1.05rem;
  flex-shrink: 0;
}

.package-card-offer-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-card-offer-badge {
  display: inline-block;
  align-self: flex-start;
  background: #A8303C;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.4rem 0.62rem;
  border-radius: 3px;
  margin-bottom: 0.9rem;
}

.package-card-offer-title {
  color: #1C1C1E;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.22;
  margin: 0 0 0.7rem;
}

@media (min-width: 768px) {
  .package-card-offer-title {
    font-size: 1.75rem;
  }
}

.package-card-offer-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: calc(1em * 1.65 * 3);
  height: 3lh;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #3d3d44;
  margin: 0 0 1.35rem;
}

.package-card-offer-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  width: fit-content;
  color: #1C1C1E;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 0.28em;
  transition: color 0.2s ease;
}

.package-card-offer-link:hover {
  color: #A8303C;
}

.offer-detail-hero {
  background: #fff;
}

.offer-detail-crumbs {
  padding-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .offer-detail-crumbs {
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.offer-detail-hero-inner {
  display: grid;
  gap: 1.75rem;
  padding-bottom: 2.5rem;
  align-items: center;
}

@media (min-width: 768px) {
  .offer-detail-hero-inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 3rem;
    padding-bottom: 3.5rem;
  }
}

.offer-detail-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #171A3A;
}

.offer-detail-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-detail-badge {
  display: inline-block;
  background: #A8303C;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.4rem 0.62rem;
  margin-bottom: 1rem;
}

.offer-detail-title {
  color: #1C1C1E;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 1rem;
}

@media (min-width: 768px) {
  .offer-detail-title {
    font-size: 2.45rem;
  }
}

.offer-detail-lead {
  color: #3d3d44;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0 0 1.75rem;
  max-width: 36rem;
}

.offer-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.offer-detail-crumbs a {
  text-decoration: none;
}

.offer-detail-sep {
  color: #1C1C1E;
  opacity: 0.45;
}

.offer-eligible-title {
  text-align: center;
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 1.5rem 0 2.25rem;
}

@media (min-width: 768px) {
  .offer-eligible-title {
    font-size: 2.65rem;
    margin: 2rem 0 2.75rem;
  }
}

.package-card-story-media {
  height: auto;
  aspect-ratio: 1 / 1;
}

.package-card-story-body {
  min-height: 0;
}

.package-card-story-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(1em * 1.65 * 2);
  height: 2lh;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #3d3d44;
  margin: 0 0 1.15rem;
}

.ways-card-copy {
  min-height: 0;
}

.pull-quote-media-yt {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.pull-quote-media-yt iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100%, 177.78%);
  height: max(100%, 56.25vw);
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .footer-brand,
  .footer-logo-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .footer-columns {
    gap: 0 !important;
    width: 100%;
  }
  .footer-col {
    width: 100%;
    min-width: 0;
    text-align: left;
    border-bottom: 2px solid rgba(255, 255, 255, 0.45);
  }
  .footer-col-title {
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 1.2;
  }
  .footer-col-toggle {
    cursor: pointer;
    padding: 0.75rem 0 !important;
    margin: 0 !important;
    min-height: 0;
    background: transparent;
    color: #fff;
  }
  .footer-col-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: transform 0.25s ease;
  }
  .footer-col.is-open .footer-col-chevron {
    transform: rotate(180deg);
  }
  .footer-col-list {
    display: none;
    text-align: left;
    padding: 0 0 1.1rem;
  }
  .footer-col.is-open .footer-col-list {
    display: block;
  }
  .footer-social-block {
    text-align: center;
    justify-content: center;
  }
}

.page-header-below {
  padding: 0 !important;
  min-height: 0;
}

.listing-hero-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
  margin: 0;
  margin-top: calc(6.5rem + env(safe-area-inset-top, 0px));
  padding: 0 !important;
  overflow: hidden;
  background: #1C1C1E;
}
.listing-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  user-select: none;
}
.listing-hero-crumbs {
  background: #f7f6f1;
}
.listing-hero-crumbs--offset {
  padding-top: calc(6.5rem + env(safe-area-inset-top, 0px));
}
@media (min-width: 768px) {
  .listing-hero-crumbs--offset {
    padding-top: 7rem;
  }
}
.listing-hero-crumbs > div {
  border-bottom-color: rgba(232, 228, 219, 0.7);
}
.listing-hero-copy {
  background: #f7f6f1;
  padding: 1.75rem 1.25rem 0 !important;
  text-align: center;
}
.listing-hero-copy-inner {
  max-width: 48rem;
  margin: 0 auto;
}
.listing-hero-copy-eyebrow {
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #A8303C;
  font-family: 'Manrope', sans-serif;
  margin-bottom: 0.75rem;
}
.listing-hero-copy-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 300;
  color: #1C1C1E;
  line-height: 1.15;
}
.listing-hero-copy-byline,
.article-byline {
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0.02em;
}
.listing-hero-copy-byline {
  margin-top: 0.65rem;
  font-size: 0.8rem;
  color: #6F6F78;
}
.listing-hero-copy-lead {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #6F6F78;
}

.listing-page-body {
  padding-top: 1.15rem !important;
}

.article-detail-body {
  padding-top: 1.75rem !important;
  padding-bottom: 4rem !important;
}

.article-detail-body .pace-prose-rich::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .article-detail-body {
    padding-top: 2.25rem !important;
    padding-bottom: 5.5rem !important;
  }
}

.listing-filter-row {
  -webkit-overflow-scrolling: touch;
  scroll-padding-inline: 0.5rem;
}

.listing-filter-chip {
  cursor: pointer;
  user-select: none;
}

.listing-filter-chip:not(.is-active) {
  border-color: #f7f6f1 !important;
  background-color: #fff !important;
  color: rgba(28, 28, 30, 0.8) !important;
  font-weight: 500;
}

.listing-filter-chip:not(.is-active):hover {
  border-color: #1C1C1E !important;
  background-color: rgba(247, 246, 241, 0.3) !important;
}

.listing-filter-chip.is-active {
  border-color: #1C1C1E !important;
  background-color: #1C1C1E !important;
  color: #fff !important;
  font-weight: 600;
}

.listing-filter-chip[hidden] {
  display: none !important;
}

.listing-card-hidden {
  display: none !important;
}
.tailor-made-intro {
  background: #fff;
  padding: 2.5rem 0 4rem !important;
}
@media (min-width: 768px) {
  .tailor-made-intro {
    padding: 3.25rem 0 5.5rem !important;
  }
}

@media (min-width: 768px) {
  .listing-hero-media {
    margin-top: 7rem;
    aspect-ratio: auto;
    height: 28rem;
  }
  .listing-hero-copy {
    padding: 2.25rem 2rem 0 !important;
  }
}

.pace-field {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.pace-field-label {
  position: absolute;
  left: 1rem;
  top: 0.85rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6F6F78;
  pointer-events: none;
  transition: 0.15s ease;
}
.pace-field-input {
  padding-top: 1.35rem !important;
}
.pace-field-input:focus + .pace-field-label,
.pace-field-input:not(:placeholder-shown) + .pace-field-label,
.pace-field select.pace-field-input + .pace-field-label,
.pace-field input[type="date"] + .pace-field-label,
.pace-field input.pace-date-field.has-value + .pace-field-label,
.pace-field input.pace-date-field:focus + .pace-field-label {
  top: 0.35rem;
  font-size: 0.62rem;
}
.pace-field-input::placeholder {
  color: #9ca3af;
}

/* Mobile input sizing & iOS Safari auto-zoom prevention (< 16px causes iOS to zoom and shift fixed modals) */
@media (max-width: 767px) {
  .pace-form-input,
  .pace-field-input,
  .pace-date-field,
  select.pace-form-input,
  textarea.pace-form-input {
    font-size: 16px !important;
  }
}

/* Date input resets & WebKit cross-browser normalization */
.pace-date-field,
input[type="date"].pace-form-input {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

/* iOS Safari WebKit date text alignment & intrinsic height */
input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
  margin: 0;
  padding: 0;
  min-height: 1.25em;
  width: 100%;
  box-sizing: border-box;
}

/* WebKit calendar picker indicator */
input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.6;
  padding: 0;
  margin: 0;
  margin-right: 0.25rem;
  vertical-align: middle;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

/* Pace date wrap & iOS Safari custom placeholder overlay */
.pace-field.pace-date-wrap {
  position: relative;
}

.pace-date-placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  right: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
  color: #6F6F78;
  font-size: 0.875rem;
  line-height: normal;
  z-index: 2;
  user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .pace-date-placeholder {
    font-size: 16px !important;
  }
}

/* Hide custom overlay if input is currently type="text" (native placeholder handles it) */
.pace-date-wrap input[type="text"] ~ .pace-date-placeholder {
  display: none !important;
}

/* When input is type="date" and has value or is not empty, hide placeholder overlay */
.pace-date-wrap.has-value .pace-date-placeholder,
.pace-date-wrap:has(input:not(.is-empty)) .pace-date-placeholder,
.pace-date-wrap input:not(.is-empty) ~ .pace-date-placeholder,
.pace-date-wrap input.has-value ~ .pace-date-placeholder {
  display: none !important;
}

/* When input is type="date" and empty, make native WebKit shadow text transparent so it doesn't clash with custom placeholder */
.pace-date-wrap input[type="date"].is-empty {
  color: transparent !important;
}
.pace-date-wrap input[type="date"].is-empty::-webkit-date-and-time-value {
  color: transparent !important;
}
.pace-date-wrap input[type="date"].is-empty::-webkit-datetime-edit,
.pace-date-wrap input[type="date"].is-empty::-webkit-datetime-edit-fields-wrapper,
.pace-date-wrap input[type="date"].is-empty::-webkit-datetime-edit-text,
.pace-date-wrap input[type="date"].is-empty::-webkit-datetime-edit-month-field,
.pace-date-wrap input[type="date"].is-empty::-webkit-datetime-edit-day-field,
.pace-date-wrap input[type="date"].is-empty::-webkit-datetime-edit-year-field {
  color: transparent !important;
}

/* When input has value, restore dark text */
.pace-date-wrap input[type="date"]:not(.is-empty) {
  color: #1C1C1E !important;
}
.pace-date-wrap input[type="date"]:not(.is-empty)::-webkit-date-and-time-value {
  color: #1C1C1E !important;
}
.pace-date-wrap input[type="date"]:not(.is-empty)::-webkit-datetime-edit,
.pace-date-wrap input[type="date"]:not(.is-empty)::-webkit-datetime-edit-fields-wrapper,
.pace-date-wrap input[type="date"]:not(.is-empty)::-webkit-datetime-edit-text,
.pace-date-wrap input[type="date"]:not(.is-empty)::-webkit-datetime-edit-month-field,
.pace-date-wrap input[type="date"]:not(.is-empty)::-webkit-datetime-edit-day-field,
.pace-date-wrap input[type="date"]:not(.is-empty)::-webkit-datetime-edit-year-field {
  color: #1C1C1E !important;
}

/* Transport quote date: keep the custom SVG only. The native WebKit icon
   is stretched across the field so the whole input opens the picker. */
.transport-quote-date input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  background: transparent;
}

/* Modal containers: strictly forbid horizontal scroll or viewport overflow */
#booking-modal {
  overflow-x: hidden !important;
  max-width: 100% !important;
}
#booking-modal [data-booking-panel] {
  overflow-x: hidden !important;
  max-width: min(540px, calc(100vw - 2rem)) !important;
  width: 100% !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.05);
  transform: translateZ(0);
  isolation: isolate;
}
#booking-modal-form-wrap {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-width: 100% !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto !important;
  touch-action: pan-y;
  transform: translateZ(0);
  will-change: scroll-position;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
#booking-modal-form-wrap::-webkit-scrollbar {
  width: 6px;
}
#booking-modal-form-wrap::-webkit-scrollbar-track {
  background: transparent;
}
#booking-modal-form-wrap::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 9999px;
}
#booking-modal-form-wrap::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.35);
}
.pace-phone-field.pace-field {
  position: relative;
}
.pace-phone-field .pace-field-input {
  padding-top: 1.45rem;
  padding-bottom: 0.45rem;
}
.pace-phone-field--plain .pace-field-input {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.pace-field--plain .pace-form-input {
  padding: 1rem 1.25rem;
  font-size: 1rem;
  border-color: #e5e7eb;
}
.pace-field--plain .pace-form-input:focus {
  border-color: #A8303C;
}
.enquiry-page {
  padding: 2.5rem 0 4rem !important;
}
@media (min-width: 768px) {
  .enquiry-page {
    padding: 3.25rem 0 5.5rem !important;
  }
}
.enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.enquiry-form .pace-phone-field .flex {
  border-color: #e5e7eb;
  min-height: 3.5rem;
}
.enquiry-form .pace-phone-field:focus-within .flex {
  border-color: #A8303C;
}
.enquiry-form select.pace-form-input {
  padding: 1rem 1.25rem;
  font-size: 1rem;
  border-color: #e5e7eb;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%236F6F78' stroke-width='2'%3E%3Cpath d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}
.enquiry-form select.pace-form-input:focus {
  border-color: #A8303C;
}

/* Overlay homepage cards: never inherit the 2-line journey title lock */
.trip-type-section .trip-card-title,
.trip-type-section .trip-card-copy h3,
.ways-section .ways-card-title,
.ways-section .ways-card-copy > h3,
.section-one .package-card-journey-title,
.section-one .package-card .package-card-body > h3,
.brand-story-section .brand-story-card-title {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  -webkit-box-orient: initial !important;
  overflow: visible !important;
  margin-bottom: 0.2rem !important;
  flex-shrink: 1 !important;
}

.trip-type-section .trip-card-desc,
.ways-section .ways-card-desc,
.ways-section .ways-card-copy > p {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  margin-top: 0 !important;
}

.cta-note-body > :first-child {
  margin-top: 0;
}

.cta-note-body > h1:first-child,
.cta-note-body > h2:first-child,
.cta-note-body > h3:first-child {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.85rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.25;
  color: #1C1C1E;
  margin: 0 0 1.25rem;
}

.cta-note-body p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #1C1C1E;
}

.cta-note-body p + p {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .cta-note-body > h1:first-child,
  .cta-note-body > h2:first-child,
  .cta-note-body > h3:first-child {
    font-size: 2rem;
  }
}

.cta-primary-stack {
  display: grid;
  justify-items: center;
  align-items: center;
  column-gap: 0.75rem;
  grid-template-areas:
    "reserve"
    "enquire"
    "actions";
}

.cta-reserve { grid-area: reserve; }
.cta-enquire { grid-area: enquire; margin: 0.75rem 0 0; }
.cta-actions {
  grid-area: actions;
  margin-top: 0.25rem;
  justify-self: stretch;
  width: 100%;
}

@media (min-width: 1024px) {
  .cta-primary-stack {
    justify-items: start;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "reserve actions"
      "enquire enquire";
  }

  .cta-enquire { margin: 1.5rem 0 0; }
  .cta-actions { margin-top: 0; }

  .cta-primary-stack--center {
    justify-items: center;
  }

  .cta-primary-stack--center .cta-actions {
    justify-self: center;
    width: auto;
  }
}

/* Itinerary mobile tabs (Quick View / Details / Map) */
.itin-map-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.itin-mobile {
  background: #fff;
  padding-bottom: 1.5rem;
}

.itin-tabs {
  position: sticky;
  top: calc(var(--pace-header-h) + var(--pace-jnav-h));
  z-index: 45;
  display: flex;
  justify-content: center;
  width: 100%;
  background: #fff;
  border-top: 5px solid #e8e4db;
  padding: 0.85rem 0.5rem 0;
}

.itin-tab {
  flex: 1 1 30%;
  max-width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  padding: 0.35rem 0.4rem 0.7rem;
  background: none;
  border: 0;
  color: rgba(28, 28, 30, 0.45);
  cursor: pointer;
}

.itin-tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
}

.itin-tab-label {
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}

.itin-tab.is-active {
  color: #403C94;
}

.itin-subhead {
  position: sticky;
  top: calc(var(--pace-header-h) + var(--pace-jnav-h) + var(--pace-itin-tabs-h));
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid #e8e4db;
}

.itin-subhead-title {
  margin: 0;
  padding: 1rem 1rem;
  text-align: center;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: #1C1C1E;
}

.itin-stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 0.65rem;
}

.itin-stepper-side {
  flex: 0 0 52px;
  display: flex;
  justify-content: flex-start;
}

.itin-stepper-side.is-end {
  justify-content: flex-end;
}

.itin-stepper-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.15rem;
  color: #1C1C1E;
}

.itin-day-select {
  appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #1C1C1E;
  padding: 0.15rem 1.4rem 0.15rem 0.1rem;
  font: inherit;
  font-size: 1.15rem;
  color: #1C1C1E;
  max-width: 8.5rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%231C1C1E' stroke-width='1.4' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.1rem center;
  cursor: pointer;
}

.itin-step-btn {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(28, 28, 30, 0.15);
  background: #fff;
  color: #1C1C1E;
  cursor: pointer;
}

.itin-step-btn:disabled {
  opacity: 0.15;
  cursor: default;
}

.itin-panel[hidden],
.itin-subhead-title[hidden],
.itin-stepper[hidden] {
  display: none !important;
}

.itin-quick-list {
  position: relative;
  margin: 1.75rem 1.25rem 1.25rem 1.5rem;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  border-left: 1px solid #e8e4db;
}

.itin-quick-row {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.itin-quick-row .itin-pill {
  margin-left: -1rem;
  position: relative;
  z-index: 2;
}

.itin-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  margin: 0;
  padding: 0.25rem 0.65rem;
  background: #A8303C;
  border: 1px solid #A8303C;
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(168, 48, 60, 0.25);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.itin-quick-day {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 0 0.15rem 0 0.85rem;
  background: none;
  border: 0;
  text-align: left;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.35;
  color: #1C1C1E;
  cursor: pointer;
}

.itin-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.itin-track::-webkit-scrollbar {
  display: none;
}

.itin-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  padding: 1.25rem 1.25rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  box-sizing: border-box;
}

.itin-slide-title {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #1C1C1E;
}

.itin-slide-copy {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(28, 28, 30, 0.85);
}

.itin-slide-notes {
  margin-top: 1.25rem;
}

.itin-slide-meta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.35rem;
}

.itin-meta-btn {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.6rem;
  width: fit-content;
  max-width: 100%;
  padding: 0;
  background: none;
  border: 0;
  text-align: left;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1C1C1E;
  cursor: pointer;
}

.itin-meta-btn.is-static {
  cursor: default;
}

.itin-slide-image {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin-top: 0.35rem;
}

.itin-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.itin-map-host {
  position: relative;
  width: 100%;
  height: 55svh;
  min-height: 280px;
  background: #f3f0e8;
  overflow: hidden;
}

.itin-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: calc(100% - 2rem);
  margin: 1.25rem 1rem 0.5rem;
  padding: 1rem 1.25rem;
  background: #1C1C1E;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .itin-mobile {
    display: none;
  }
}

.journey-offers-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1rem;
}

.journey-offers-grid .journey-offer-card {
  width: 100%;
  max-width: 385px;
  flex: 0 1 385px;
  min-height: 160px;
}

#journey-offers {
  padding-top: 1.75rem !important;
  padding-bottom: 2rem !important;
}
@media (min-width: 768px) {
  #journey-offers {
    padding-top: 2.25rem !important;
    padding-bottom: 2.5rem !important;
  }
}
#practical-info {
  padding-top: 2rem !important;
}
@media (min-width: 768px) {
  #practical-info {
    padding-top: 2.5rem !important;
  }
}

#practical-info .journey-practical-grid span {
  color: #A8303C;
}

.essential-info-btn {
  background: #A8303C;
  color: #fff;
  border: 1px solid #A8303C;
}
.essential-info-btn:hover {
  background: #872530;
  border-color: #872530;
  color: #fff;
}

.journey-offer-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(247, 246, 241, 0.9);
  border-left: 4px solid #A8303C;
  border-radius: 2px;
  box-shadow: 0 1px 8px rgba(28, 28, 30, 0.04);
  padding: 1rem 1.15rem 1rem 1.25rem;
}

.journey-offers-stack .journey-offer-card {
  background: #F8F6F0;
}

.journey-offer-cta {
  margin-top: auto;
  padding-top: 0.7rem;
}

.journey-practical-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem 1.5rem;
}

.cta-icon-btn {
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: transparent;
  padding: 0;
}

@media (min-width: 768px) {
  .journey-offers-grid {
    gap: 1.15rem 1.35rem;
  }

  .journey-practical-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.75rem 2rem;
  }
}

@media (min-width: 1024px) {
  .journey-practical-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.dp-year-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.5rem;
}

.dp-year-tab {
  position: relative;
  border: 1px solid #e4dfd4;
  padding: 0.4rem 0.9rem;
  font-size: 11px;
  letter-spacing: 0.08em;
  background: #fff;
  color: #2b2b2b;
  cursor: pointer;
  border-radius: 2px;
  line-height: 1.2;
}

.dp-year-tab.is-active {
  background: #1c1c1c;
  color: #fff;
  border-color: #1c1c1c;
}

.dp-year-tab.has-offer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 0;
  border-color: transparent #b4532a transparent transparent;
}

.dp-row {
  border-bottom: 1px solid #e8e2d6;
}

.dp-toggle {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto auto;
  align-items: center;
  gap: 0.75rem 1rem;
  width: 100%;
  padding: 1.15rem 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  color: inherit;
}

.dp-toggle-dates {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.45rem 0.7rem;
  min-width: 0;
}

.dp-date {
  font-family: inherit;
  font-size: 1.05rem;
  color: #2b2b2b;
  letter-spacing: 0.01em;
}

.dp-offer-chip {
  color: #b4532a;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}

.dp-offer-chip::before {
  content: "|";
  margin-right: 0.55rem;
  color: #d7d0c3;
  font-weight: 400;
}

.dp-toggle-price {
  font-size: 1.05rem;
  color: #2b2b2b;
  white-space: nowrap;
  justify-self: end;
}

.dp-toggle-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
}

.dp-avail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfc8ba;
  color: #3a3a3a;
  padding: 0.38rem 0.7rem;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 2px;
}

.dp-chevron {
  width: 14px;
  height: 14px;
  color: #6b6b6b;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.dp-toggle[aria-expanded="true"] .dp-chevron {
  transform: rotate(180deg);
}

.dp-panel {
  padding: 0 0 1.35rem;
}

.dp-panel-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 1.5rem;
}

.dp-panel-copy {
  min-width: 0;
  flex: 1 1 16rem;
}

.dp-panel-price,
.dp-panel-supplement {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  color: #2b2b2b;
}

.dp-panel-price strong,
.dp-panel-supplement strong {
  font-weight: 700;
  margin-right: 0.35rem;
}

.dp-price-now {
  color: #b4532a;
}

.dp-price-was {
  color: #8a8a8a;
  margin-left: 0.25rem;
}

.dp-panel-note {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin: 0.85rem 0 0;
  font-size: 0.9rem;
  color: #4a4a4a;
  max-width: 28rem;
}

.dp-panel-note svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: #6b6b6b;
}

.dp-panel-cta {
  flex: 0 0 auto;
  margin-left: auto;
}

.dp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.5rem;
  padding: 0.7rem 1.35rem;
  background: #1c1c1c;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
}

.dp-cta:hover {
  background: #2f2f2f;
  color: #fff;
}

.dp-cta-disabled {
  background: #eceae4;
  color: #9a9a9a;
  pointer-events: none;
}

@media (max-width: 640px) {
  .dp-toggle {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .dp-toggle-price {
    grid-column: 1;
    justify-self: start;
    font-size: 0.98rem;
  }

  .dp-toggle-meta {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .dp-avail {
    max-width: 8.5rem;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
  }
}

.related-journeys--group .package-card {
  background-color: #F8F6F0;
}

.error-404-bg {
  background-color: var(--footer-bg, #202238);
}

body:has(.error-404) {
  background-color: var(--footer-bg, #202238);
}

body:has(.error-404) main {
  flex: 1 1 auto;
  background-color: var(--footer-bg, #202238);
}

body:has(.error-404) .page-header:not(.page-header-has-image) {
  background-color: var(--footer-bg, #202238);
}
