html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
.font-serif { font-family: 'Cormorant Garamond', Georgia, serif; }
.font-accent { font-family: 'Manrope', sans-serif; }
.hero-bg { transform: scale(1.06); will-change: transform; }
.hero-overlay { pointer-events: none; }
.hero-overlay-gradient { pointer-events: none; }
.text-reveal { overflow: hidden; }
.text-reveal-inner { display: inline-block; transform: translateY(110%); }
.hero-inner {
  min-height: calc(100vh - 5rem);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hero-panel { transition: opacity 0.8s ease; }
.hero-panel-text { margin-right: auto; text-align: left; }
.hero-panel-hidden {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: 60%;
  pointer-events: none;
}
.hero-eyebrow, .hero-sub, .hero-cta, .hero-next-up, .hero-accent, .hero-arrows { opacity: 0; }
.hero-btn { backdrop-filter: blur(2px); }
.hero-accent-frame { transform: translateY(8%); }
.hero-accent-img { transform: scale(1.05); transition: opacity 0.8s ease, transform 1.2s ease; }
.hero-next-up { background: none; border: none; cursor: pointer; padding: 0; }
.hero-next-up:focus-visible { outline: 1px solid rgba(255,255,255,0.5); outline-offset: 4px; }
.hero-arrow { background: rgba(0,0,0,0.15); backdrop-filter: blur(4px); cursor: pointer; padding: 0; }
.hero-arrow:focus-visible { outline: 1px solid rgba(255,255,255,0.5); outline-offset: 3px; }
@media (max-width: 767px) {
  .hero-inner { min-height: calc(100vh - 4rem); align-items: flex-end; justify-content: flex-start; padding-bottom: 5.5rem; }
  .hero-panel-hidden { max-width: 92%; }
  .hero-arrows { bottom: 1.5rem; right: 1.25rem; }
  .hero-next-up { bottom: 5.5rem; }
}
.nav-scrolled { background: rgba(247,241,230,0.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(198,169,108,0.2); }
.nav-scrolled .nav-link { color: #171717; }
.nav-scrolled .nav-brand-sub { color: #6F6A61; }
.nav-scrolled .nav-cta { background: #C6A96C; color: #11110F; }
.nav-transparent .nav-link { color: rgba(255,255,255,0.85); }
.nav-transparent .nav-brand { color: #fff; }
.nav-transparent .nav-brand-sub { color: rgba(255,255,255,0.6); }
.nav-transparent .nav-cta { background: rgba(198,169,108,0.9); color: #11110F; }
.nav-transparent .hamburger span { background: #fff; }
.nav-scrolled .hamburger span { background: #171717; }
.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(100%); 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.45; transition: opacity 0.6s ease; }
.journey-card:hover .overlay { opacity: 0.65; }
.dest-scroll { scrollbar-width: none; -ms-overflow-style: none; }
.dest-scroll::-webkit-scrollbar { display: none; }
.float-wa { animation: pulse-wa 3s ease-in-out infinite; }
@keyframes pulse-wa { 0%,100% { box-shadow: 0 4px 20px rgba(37,211,102,0.3); } 50% { box-shadow: 0 4px 30px rgba(37,211,102,0.55); } }
.line-divider { height: 1px; background: linear-gradient(90deg, transparent, #C6A96C, 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: 2.5rem;
  align-items: center;
}
@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;
}
.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;
  background: linear-gradient(to bottom, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0.08) 40%, rgba(0,0,0,0.08) 55%, rgba(0,0,0,0.5) 100%);
  pointer-events: none;
}
.trip-card-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem 1.35rem 1.5rem;
  pointer-events: none;
}
.trip-card-desc { max-width: 92%; }
.trip-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  border: none;
  background: #ffffff;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  padding: 0;
  pointer-events: auto;
  transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
.trip-slider-arrow svg { width: 16px; height: 16px; pointer-events: none; }
.trip-slider-arrow:hover {
  background: #ffffff;
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
}
.trip-slider-arrow:active { transform: translateY(-50%) scale(0.97); }
.trip-slider-arrow.is-at-edge {
  opacity: 0.45;
  cursor: pointer;
}
.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; } }
.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; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .hero-bg { transform: none !important; }
}
