/* ==========================================================================
   SUNSEA KARIMUNJAWA - LUXURY SCROLLYTELLING DESIGN SYSTEM
   ========================================================================== */

:root {
  --color-gold: #e6ca85;
  --color-gold-light: #f5e2b3;
  --color-gold-dark: #b8974a;
  --color-cyan-glow: #00F0FF;
  --color-teal-glow: #22d3ee;
  --color-dark-bg: #03070b;
  --color-dark-surface: rgba(8, 16, 26, 0.78);
  --color-glass-border: rgba(230, 202, 133, 0.2);
  --color-glass-border-cyan: rgba(0, 240, 255, 0.25);
  --color-glass-border-subtle: rgba(255, 255, 255, 0.12);
}

/* Universal Zero-Silhouette Click & Tap Reset */
*,
*::before,
*::after {
  -webkit-tap-highlight-color: transparent !important;
}

button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent !important;
  outline: none;
}

button:focus,
button:focus-visible,
a:focus,
a:focus-visible {
  outline: none !important;
}

/* Custom Typography */
.font-cinzel {
  font-family: 'Cinzel', serif;
}

.font-playfair {
  font-family: 'Playfair Display', serif;
}

.font-sans {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Typography Clamp */
.text-hero-giant {
  font-size: clamp(2.5rem, 9vw, 8.5rem);
  line-height: 0.95;
  letter-spacing: 0.18em;
}

.text-hero-sub {
  font-size: clamp(0.7rem, 2vw, 1.35rem);
  letter-spacing: 0.38em;
}

.text-hero-tagline {
  font-size: clamp(0.85rem, 1.7vw, 1.25rem);
}

/* Smooth Scrolling & Performance Base */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #03070b;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #d4af37, #00F0FF);
  border-radius: 9999px;
}

/* Glassmorphism Components */
.glass-pill {
  background: rgba(5, 12, 20, 0.45);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.glass-pill:hover {
  border-color: rgba(0, 240, 255, 0.45);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.65), 0 0 25px rgba(0, 240, 255, 0.2);
}

/* Hero Info Pills (Living Liquid Ocean Waves Aquarium Capsules) */
.hero-info-pill {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 20px;
  border-radius: 9999px;
  background: rgba(5, 12, 22, 0.45);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.5),
    inset 0 0 14px rgba(255, 255, 255, 0.12),
    inset 0 -2px 6px rgba(0, 240, 255, 0.25);
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.hero-info-pill:hover {
  transform: translateY(-2px) scale(1.02);
  border-color: rgba(0, 240, 255, 0.45);
  box-shadow:
    0 10px 28px rgba(0, 240, 255, 0.3),
    inset 0 0 18px rgba(255, 255, 255, 0.2);
}

.hero-pill-trust {
  border-color: rgba(251, 191, 36, 0.35);
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.5),
    inset 0 0 14px rgba(255, 255, 255, 0.12),
    inset 0 -2px 6px rgba(251, 191, 36, 0.25);
}

.hero-pill-trust:hover {
  border-color: rgba(251, 191, 36, 0.6);
  box-shadow:
    0 10px 28px rgba(251, 191, 36, 0.3),
    inset 0 0 18px rgba(251, 191, 36, 0.2);
}

/* Hero View Packages Button */
.hero-view-packages-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 30px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  box-shadow:
    0 6px 22px rgba(0, 0, 0, 0.5),
    inset 0 0 16px rgba(255, 255, 255, 0.15),
    inset 0 -2px 8px rgba(0, 240, 255, 0.3);
  font-family: 'Cinzel', serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e2e8f0;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  white-space: nowrap;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.hero-view-packages-btn .btn-text {
  position: relative;
  z-index: 10;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.hero-view-packages-btn .btn-arrow {
  position: relative;
  z-index: 10;
  color: #00f0ff;
  font-size: 11px;
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.3s ease;
}

.hero-view-packages-btn:hover {
  transform: translateY(-2px) scale(1.03);
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow:
    0 10px 30px rgba(0, 240, 255, 0.4),
    inset 0 0 20px rgba(255, 255, 255, 0.3),
    inset 0 -3px 10px rgba(0, 240, 255, 0.5);
  color: #ffffff;
}

.hero-view-packages-btn:hover .btn-text {
  color: #ffffff;
  text-shadow: 0 0 14px rgba(0, 240, 255, 0.9);
}

.hero-view-packages-btn:hover .btn-arrow {
  transform: translateY(3px);
  color: #ffffff;
  text-shadow: 0 0 10px #00f0ff;
}

.hero-view-packages-btn:active {
  transform: translateY(0.5px) scale(0.98);
}

.glass-panel {
  background: linear-gradient(135deg, rgba(6, 20, 35, 0.42) 0%, rgba(3, 12, 22, 0.55) 100%);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 0 30px rgba(0, 229, 255, 0.08);
}

/* ==========================================================================
   LUXURY FLOATING NAVBAR PILL (PERFECTLY ALIGNED & POLISHED)
   ========================================================================== */

.luxury-navbar-pill,
.glass-nav-pill {
  position: relative;
  background: linear-gradient(135deg, rgba(6, 16, 28, 0.82) 0%, rgba(3, 9, 18, 0.9) 100%);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 25px rgba(0, 240, 255, 0.1);
  min-height: 58px;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.luxury-navbar-pill:hover,
.glass-nav-pill:hover {
  border-color: rgba(0, 240, 255, 0.35);
  box-shadow: 0 20px 50px -5px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 0 35px rgba(0, 240, 255, 0.2);
}

.nav-pill-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 18px;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #94a3b8;
  text-decoration: none;
  white-space: nowrap !important;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}

.nav-pill-item:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}

.nav-pill-item.active {
  color: #00f0ff;
  background: rgba(0, 240, 255, 0.12);
  border-color: rgba(0, 240, 255, 0.4);
  box-shadow: 0 0 18px rgba(0, 240, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  font-weight: 700;
}

.btn-navbar-cta,
.btn-whatsapp-gallery {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff !important;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap !important;
  box-shadow: 0 4px 18px rgba(16, 185, 129, 0.4);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
  flex-shrink: 0;
}

.btn-navbar-cta:hover,
.btn-whatsapp-gallery:hover {
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 6px 24px rgba(16, 185, 129, 0.65);
  color: #ffffff !important;
  border-color: #ffffff;
}

/* Official Gallery Badge */
.official-gallery-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 9999px;
  background: rgba(0, 240, 255, 0.1);
  border: 1px solid rgba(0, 240, 255, 0.3);
  color: #00f0ff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  white-space: nowrap !important;
}

.pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00f0ff;
  box-shadow: 0 0 8px #00f0ff;
  animation: destPulse 1.8s infinite ease-out;
}

/* ==========================================================================
   FLOATING GLASSMORPHISM PILL NAVBAR (AWWWARDS / APPLE LUXURY AESTHETIC)
   ========================================================================== */

#main-nav {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 12px 5px 14px;
  background: rgba(6, 12, 24, 0.72);
  backdrop-filter: blur(28px) saturate(190%);
  -webkit-backdrop-filter: blur(28px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
  box-shadow:
    0 20px 40px -15px rgba(0, 0, 0, 0.7),
    0 0 24px rgba(0, 240, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-sizing: border-box;
  max-width: calc(100vw - 28px);
  pointer-events: auto;
}

/* Saat halaman di-scroll ke bawah */
#main-nav.scrolled {
  top: 12px;
  padding: 4.5px 10px 4.5px 12px;
  background: rgba(4, 8, 18, 0.88);
  border-color: rgba(0, 240, 255, 0.35);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.85),
    0 0 20px rgba(0, 240, 255, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* Brand Logo */
.nav-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  flex-shrink: 0;
  padding-left: 2px;
}

.nav-logo-badge {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid rgba(251, 191, 36, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 35% 35%, rgba(20, 38, 60, 0.95), rgba(4, 10, 22, 0.98));
  box-shadow: 0 0 12px rgba(251, 191, 36, 0.3);
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.nav-logo-badge span {
  font-family: 'Cinzel', serif;
  font-size: 0.82rem;
  font-weight: 800;
  color: #fbbf24;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.nav-brand:hover .nav-logo-badge {
  border-color: #00f0ff;
  box-shadow: 0 0 16px rgba(0, 240, 255, 0.6);
  transform: scale(1.08);
}

.nav-brand-text {
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav-brand-title {
  font-family: 'Cinzel', serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: #fbbf24;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.nav-brand:hover .nav-brand-title {
  color: #fde68a;
  text-shadow: 0 0 10px rgba(251, 191, 36, 0.5);
}

.nav-brand-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00f0ff;
  box-shadow: 0 0 8px #00f0ff;
  animation: destPulse 2s infinite ease-out;
}

/* Middle Navigation Links Container */
.nav-links-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 4px;
}

/* ==========================================================================
   GLASS WATER TUBE / AQUARIUM CAPSULE WITH REALISTIC OCEAN WAVE SHADER
   ========================================================================== */

/* Wadah Kapsul Kaca Induk (Ultra-Clear Frosted Glass Tube) */
.nav-highlighter {
  position: absolute;
  top: 4px;
  left: 0;
  height: calc(100% - 8px);
  border-radius: 9999px;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  box-shadow:
    0 4px 20px rgba(0, 240, 255, 0.25),
    inset 0 0 16px rgba(255, 255, 255, 0.2),
    inset 0 -2px 8px rgba(0, 240, 255, 0.35);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), width 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.25s ease;
  will-change: transform, width, opacity;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

/* Efek Kilau Kaca Refleksi Atas (Specular Glass Reflection) */
.glass-specular {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.05) 60%, transparent 100%);
  border-radius: 9999px 9999px 0 0;
  z-index: 5;
  pointer-events: none;
}

/* Wadah Gelombang Air di dalam Kapsul (Storm Heave & Tilt) */
.water-tank {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 9999px;
  z-index: 2;
  animation: oceanStormHeave 1.6s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
  will-change: transform;
}

/* Gelombang SVG Animasi (Liquid Glass Wave Motion) */
.water-wave-svg {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 200%;
  height: 110%;
  will-change: transform;
  animation: oceanStormPitch 1.2s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}

/* Ombak Depan Kaca Bening (Glass Wave Front with Prism Highlights) */
.water-wave-front {
  fill: url(#waterGradFront);
  stroke: rgba(255, 255, 255, 0.96);
  stroke-width: 1.6px;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 8px rgba(0, 240, 255, 0.6));
  animation: waveMoveFront 1.25s infinite linear;
  will-change: transform;
}

/* Ombak Belakang Kaca Transparan (Glass Wave Back) */
.water-wave-back {
  fill: url(#waterGradBack);
  stroke: rgba(255, 255, 255, 0.45);
  stroke-width: 1px;
  opacity: 0.85;
  animation: waveMoveBack 1.75s infinite linear;
  will-change: transform;
}

/* Scroll Ombak Cepat & Lincah */
@keyframes waveMoveFront {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes waveMoveBack {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* Ayunan Terombang-Ambing Badai (Storm Heave, Roll & Surge) */
@keyframes oceanStormHeave {
  0% {
    transform: translateY(2.5px) rotate(-3.8deg) scaleY(0.85);
  }

  50% {
    transform: translateY(-4.5px) rotate(4deg) scaleY(1.38);
  }

  100% {
    transform: translateY(2.5px) rotate(-3.8deg) scaleY(0.85);
  }
}

@keyframes oceanStormPitch {
  0% {
    transform: rotate(2.5deg) scaleX(0.98);
  }

  50% {
    transform: rotate(-3deg) scaleX(1.02);
  }

  100% {
    transform: rotate(2.5deg) scaleX(0.98);
  }
}

/* Pendaran Garis Bawah (Bottom Glow Arc) */
.bottom-glow-line {
  position: absolute;
  bottom: 0;
  left: 8%;
  right: 8%;
  height: 3px;
  background: #00f0ff;
  border-radius: 9999px;
  filter: blur(2px);
  box-shadow: 0 0 10px #00f0ff, 0 0 20px #00f0ff;
  z-index: 6;
}

/* Menu Links */
.nav-link {
  position: relative;
  padding: 6px 13px;
  font-family: 'Cinzel', serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.75);
  text-decoration: none;
  z-index: 10;
  transition: color 0.25s ease, text-shadow 0.25s ease;
  border-radius: 9999px;
  white-space: nowrap !important;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-link span {
  position: relative;
  z-index: 10;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
}

.nav-link:hover {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 240, 255, 0.5);
}

.nav-link.active {
  color: #ffffff;
  font-weight: 700;
}

.nav-link.active span {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9), 0 0 12px rgba(0, 240, 255, 0.85);
}

/* Right Zone Actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* Audio Toggle Button */
.nav-audio-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5.5px 12px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #cbd5e1;
  font-family: 'Cinzel', serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  white-space: nowrap;
}

.nav-audio-btn:hover {
  background: rgba(0, 240, 255, 0.1);
  border-color: rgba(0, 240, 255, 0.4);
  color: #ffffff;
  box-shadow: 0 0 12px rgba(0, 240, 255, 0.2);
}

.nav-audio-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #64748b;
  transition: all 0.3s ease;
}

.nav-audio-btn.audio-active {
  background: rgba(0, 229, 255, 0.12);
  border-color: rgba(0, 240, 255, 0.55);
  box-shadow: 0 0 14px rgba(0, 240, 255, 0.25), inset 0 0 8px rgba(0, 240, 255, 0.12);
  color: #00f0ff;
}

.nav-audio-btn.audio-active .nav-audio-dot {
  background: #00f0ff;
  box-shadow: 0 0 8px #00f0ff;
  animation: destPulse 1.8s infinite ease-out;
}

/* CTA Pill Button with Shimmer Glow */
.nav-cta-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 6.5px 16px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #10b981 0%, #059669 60%, #047857 100%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff !important;
  font-family: 'Cinzel', serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap !important;
  box-shadow:
    0 4px 16px rgba(16, 185, 129, 0.4),
    0 0 12px rgba(0, 240, 255, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-sizing: border-box;
}

.nav-cta-btn:hover {
  transform: translateY(-1px) scale(1.03);
  box-shadow:
    0 6px 24px rgba(16, 185, 129, 0.65),
    0 0 20px rgba(0, 240, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  border-color: #ffffff;
}

.nav-cta-btn:active {
  transform: translateY(0.5px) scale(0.98);
}

.nav-cta-glow {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  animation: navCtaShimmer 3.5s infinite;
}

@keyframes navCtaShimmer {
  0% {
    left: -100%;
  }

  35% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

/* Mobile Hamburger Button - Seamless Glass Pill Circle */
.nav-hamburger {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  flex-shrink: 0;
  padding: 0;
  outline: none;
}

.nav-hamburger:hover {
  border-color: #00f0ff;
  background: rgba(0, 240, 255, 0.15);
  box-shadow: 0 0 12px rgba(0, 240, 255, 0.3);
}

.ham-bar {
  width: 14px;
  height: 1.5px;
  background: #cbd5e1;
  border-radius: 1px;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.nav-hamburger:hover .ham-bar {
  background: #ffffff;
}

.mobile-menu-active.nav-hamburger .ham-bar:nth-child(1),
.mobile-menu-active .ham-bar:nth-child(1) {
  transform: translateY(5.5px) rotate(45deg);
  background: #00f0ff;
}

.mobile-menu-active.nav-hamburger .ham-bar:nth-child(2),
.mobile-menu-active .ham-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.mobile-menu-active.nav-hamburger .ham-bar:nth-child(3),
.mobile-menu-active .ham-bar:nth-child(3) {
  transform: translateY(-5.5px) rotate(-45deg);
  background: #00f0ff;
}

/* Fullscreen Mobile Drawer */
.mobile-nav-drawer {
  position: fixed;
  inset: 0;
  background: rgba(5, 10, 20, 0.65);
  backdrop-filter: blur(28px) saturate(190%);
  -webkit-backdrop-filter: blur(28px) saturate(190%);
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mobile-nav-drawer.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-drawer-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mobile-drawer-close:hover {
  border-color: #00f0ff;
  color: #00f0ff;
}

.mobile-drawer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: auto 0;
}

/* Mobile Drawer Links with 3D Glass Water Aquarium Capsule */
.mobile-drawer-link {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 22px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1.5px solid transparent;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.mobile-drawer-link .mobile-link-text {
  position: relative;
  z-index: 10;
  font-family: 'Cinzel', serif;
  letter-spacing: 0.12em;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.mobile-drawer-link .mobile-link-arrow {
  position: relative;
  z-index: 10;
  font-size: 12px;
  color: #64748b;
  transition: all 0.3s ease;
}

.mobile-drawer-link .water-tank,
.mobile-drawer-link .glass-specular,
.mobile-drawer-link .bottom-glow-line {
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

/* Hover State */
.mobile-drawer-link:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 240, 255, 0.3);
  transform: translateX(4px);
}

.mobile-drawer-link:hover .mobile-link-text {
  color: #ffffff;
}

.mobile-drawer-link:hover .mobile-link-arrow {
  color: #00f0ff;
  transform: translateX(3px);
}

.mobile-drawer-link:hover .water-tank,
.mobile-drawer-link:hover .glass-specular {
  opacity: 0.55;
}

/* Active State: Glass Aquarium Tube with Living Liquid Glass Waves */
.mobile-drawer-link.active {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    0 4px 20px rgba(0, 240, 255, 0.28),
    inset 0 0 16px rgba(255, 255, 255, 0.2),
    inset 0 -2px 8px rgba(0, 240, 255, 0.35);
  transform: translateX(4px);
}

.mobile-drawer-link.active .mobile-link-text {
  color: #ffffff;
  font-weight: 800;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85), 0 0 12px rgba(0, 240, 255, 0.6);
}

.mobile-drawer-link.active .mobile-link-arrow {
  color: #00f0ff;
  transform: translateX(4px);
}

.mobile-drawer-link.active .water-tank,
.mobile-drawer-link.active .glass-specular,
.mobile-drawer-link.active .bottom-glow-line {
  opacity: 1;
}

.mobile-drawer-footer {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-drawer-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ==========================================================================
   TRANSLUCENT 3D GLASS CAPSULE WITH REALISTIC WATER WAVES (SUNSEA KARIMUNJAWA)
   ========================================================================== */

/* 1. Translucent 3D Glass Pill Capsule Container */
.glass-water-capsule,
.mobile-water-capsule {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 16px;
  border-radius: 9999px;
  background: transparent;
  border: 1.5px solid transparent;
  color: #94a3b8;
  text-decoration: none;
  white-space: nowrap !important;
  transition:
    border-color 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    background-color 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    color 0.4s ease;
  cursor: pointer;
  box-sizing: border-box;
  user-select: none;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  /* Flawless rounded corner clipping */
}

/* Glass Tube Top Specular Highlight Sheen */
.glass-tube-specular {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 48%;
  border-radius: 9999px 9999px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.02) 60%, transparent 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.glass-water-capsule.active .glass-tube-specular,
.glass-water-capsule:hover .glass-tube-specular {
  opacity: 1;
}

/* 2. Water Fill Container (Glass Tube Reservoir with Slow & Smooth Infinity Tide 0% - 100%) */
.water-fill-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  transform: translateY(105%);
  /* Inactive state (drained at bottom) */
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: transform, opacity;
}

/* Active State: Slow & Ultra-Smooth Macro Tide (6.2s Period, 0% -> 100% -> 0%) */
.glass-water-capsule.active .water-fill-container,
.mobile-water-capsule.active .water-fill-container {
  opacity: 1;
  animation: oceanInfinityTide 6.2s cubic-bezier(0.37, 0, 0.63, 1) infinite;
  will-change: transform;
}

/* Infinity Ocean Tide Animation: Naik & Turun Pelan-Pelan Sangat Halus */
@keyframes oceanInfinityTide {
  0% {
    transform: translateY(88%);
    /* 0% Surut di dasar */
  }

  50% {
    transform: translateY(-10%);
    /* 100% Pasang penuh di puncak kaca */
  }

  100% {
    transform: translateY(88%);
    /* 0% Surut kembali perlahan */
  }
}

/* Subtle preview on Hover for inactive tabs */
.glass-water-capsule:not(.active):hover .water-fill-container {
  transform: translateY(50%);
  opacity: 0.6;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
}

/* 3. Deep Crystal Clear Ambient Ocean Water Body (Super Bening & Kaca Transparan) */
.water-body {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(0, 240, 255, 0.07) 0%,
      rgba(14, 116, 144, 0.13) 50%,
      rgba(3, 20, 40, 0.22) 100%);
  border-radius: 9999px;
  z-index: 1;
}

/* 4. Active Rolling Wave Surface (Ombak Super Aktif, Bergulung Lincah & Dinamis) */
.water-wave-surface {
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  width: 100%;
  height: 32px;
  z-index: 2;
  animation: oceanStormSwell 1.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
  will-change: transform;
}

@keyframes oceanStormSwell {
  0% {
    transform: translateY(4px) rotate(-3.5deg) scaleY(0.78);
  }

  50% {
    transform: translateY(-5px) rotate(3.5deg) scaleY(1.48);
  }

  100% {
    transform: translateY(4px) rotate(-3.5deg) scaleY(0.78);
  }
}

.svg-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  will-change: transform;
}

/* Back deeper translucent turbulent wave */
.wave-back {
  fill: rgba(14, 116, 144, 0.11);
  stroke: rgba(0, 240, 255, 0.35);
  stroke-width: 0.9px;
  animation: waveScrollBack 1.9s linear infinite;
}

/* Front crystal clear cyan wave with glistening neon white crest outline */
.wave-front {
  fill: rgba(0, 229, 255, 0.09);
  stroke: rgba(255, 255, 255, 0.98);
  stroke-width: 1.8px;
  filter: drop-shadow(0 0 7px rgba(0, 245, 255, 0.95));
  animation: waveScrollFront 1.35s linear infinite;
}

@keyframes waveScrollFront {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes waveScrollBack {
  0% {
    transform: translate3d(-50%, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes waveScrollFront {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes waveScrollBack {
  0% {
    transform: translate3d(-50%, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* 5. Floating Crisp Label Text */
.capsule-label {
  position: relative;
  z-index: 4;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94a3b8;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
  transition: color 0.4s ease, text-shadow 0.4s ease, font-weight 0.4s ease;
  white-space: nowrap !important;
  pointer-events: none;
}

/* ==========================================================================
   ACTIVE & HOVER STATES: 3D GLASS GLOW & FROSTED MIST
   ========================================================================== */
.glass-water-capsule:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(0, 245, 255, 0.3);
  box-shadow:
    0 0 12px rgba(0, 245, 255, 0.15),
    inset 0 0 8px rgba(0, 245, 255, 0.06);
}

.glass-water-capsule:hover .capsule-label {
  color: #ffffff;
}

.glass-water-capsule.active {
  background: rgba(4, 14, 26, 0.45);
  border: 1.5px solid rgba(0, 245, 255, 0.6);
  box-shadow:
    0 0 16px rgba(0, 245, 255, 0.25),
    inset 0 0 10px rgba(0, 245, 255, 0.12),
    0 0 1px 1px rgba(255, 255, 255, 0.2) inset;
  color: #ffffff;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.glass-water-capsule.active .capsule-label {
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9), 0 0 12px rgba(0, 245, 255, 0.95);
}

.glass-water-capsule:active {
  transform: scale(0.96);
  outline: none;
}

.glass-water-capsule:focus,
.glass-water-capsule:focus-visible {
  outline: none !important;
}

/* Pure Luxury Satin Gold CTA Button with Infinite Shimmer */
.btn-luxury-cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 20px;
  margin-right: 2px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #FFF0C2 0%, #D4AF37 45%, #AA7C11 100%);
  color: #03080E !important;
  font-family: var(--font-cinzel, 'Cinzel', serif);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow:
    0 4px 16px rgba(212, 175, 55, 0.4),
    0 0 15px rgba(0, 240, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
}

.btn-luxury-cta:hover {
  background: linear-gradient(135deg, #FFFFFF 0%, #F5E2B3 30%, #D4AF37 70%, #AA7C11 100%);
  box-shadow:
    0 6px 25px rgba(212, 175, 55, 0.6),
    0 0 25px rgba(0, 240, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transform: translateY(-1px) scale(1.03);
  color: #000000 !important;
}

.btn-luxury-cta:active {
  transform: translateY(0.5px) scale(0.97);
  box-shadow:
    0 2px 10px rgba(212, 175, 55, 0.4),
    0 0 10px rgba(0, 240, 255, 0.1),
    inset 0 1px 2px rgba(0, 0, 0, 0.25);
  outline: none;
}

.btn-luxury-cta:focus,
.btn-luxury-cta:focus-visible {
  outline: none !important;
}

.btn-luxury-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(60deg,
      transparent 30%,
      rgba(255, 255, 255, 0.7) 50%,
      transparent 70%);
  transform: rotate(25deg) translateY(-140%);
  animation: ctaInfiniteShimmer 3.5s infinite linear;
  pointer-events: none;
}

@keyframes ctaInfiniteShimmer {
  0% {
    transform: rotate(25deg) translateY(-140%);
  }

  100% {
    transform: rotate(25deg) translateY(140%);
  }
}

/* Audio Nav Pill (Atmosphere Soundscape Controller) */
.audio-nav-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 14px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #cbd5e1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
}

.audio-nav-pill:active {
  transform: scale(0.96);
  outline: none;
}

.audio-nav-pill:focus,
.audio-nav-pill:focus-visible {
  outline: none !important;
}

.audio-nav-pill:hover {
  background: rgba(4, 14, 26, 0.9);
  border-color: rgba(0, 245, 255, 0.45);
  box-shadow: 0 0 14px rgba(0, 245, 255, 0.2);
  color: #ffffff;
}

.audio-nav-pill.audio-playing {
  background: rgba(0, 229, 255, 0.12);
  border-color: rgba(0, 245, 255, 0.6);
  box-shadow:
    0 0 16px rgba(0, 245, 255, 0.25),
    inset 0 0 10px rgba(0, 245, 255, 0.12);
  color: #ffffff;
}

#audio-status-badge {
  transition: all 0.3s ease;
}

.audio-nav-pill.audio-playing #audio-status-badge {
  background: rgba(16, 185, 129, 0.2);
  color: #34d399;
  box-shadow: 0 0 8px rgba(52, 211, 153, 0.4);
}

/* ==========================================================================
   ITINERARY DAY TABS: 3D GLASS WATER CAPSULES (LIQUID GLASS WAVE SHADER)
   ========================================================================== */
.itinerary-water-capsule {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 20px;
  border-radius: 9999px;
  background: transparent;
  border: 1.5px solid transparent;
  color: #94a3b8;
  cursor: pointer;
  outline: none;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  white-space: nowrap;
  user-select: none;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.itinerary-water-capsule .capsule-label {
  position: relative;
  z-index: 10;
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(241, 245, 249, 0.65);
  transition: color 0.3s ease, text-shadow 0.3s ease;
  pointer-events: none;
}

.itinerary-water-capsule .water-tank,
.itinerary-water-capsule .glass-specular,
.itinerary-water-capsule .bottom-glow-line {
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.itinerary-water-capsule:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(0, 240, 255, 0.3);
  box-shadow: 0 0 12px rgba(0, 240, 255, 0.15);
}

.itinerary-water-capsule:hover .capsule-label {
  color: #ffffff;
}

.itinerary-water-capsule:hover .water-tank,
.itinerary-water-capsule:hover .glass-specular {
  opacity: 0.55;
}

/* Active State: Ultra-Clear Frosted Glass Tube with Living Liquid Glass Waves */
.itinerary-water-capsule.active {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    0 4px 20px rgba(0, 240, 255, 0.28),
    inset 0 0 16px rgba(255, 255, 255, 0.2),
    inset 0 -2px 8px rgba(0, 240, 255, 0.35);
}

.itinerary-water-capsule.active .capsule-label {
  color: #ffffff;
  font-weight: 800;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85), 0 0 12px rgba(0, 240, 255, 0.6);
}

.itinerary-water-capsule.active .water-tank,
.itinerary-water-capsule.active .glass-specular,
.itinerary-water-capsule.active .bottom-glow-line {
  opacity: 1;
}

.itinerary-water-capsule:active {
  transform: scale(0.96);
  outline: none;
}

.itinerary-water-capsule:focus,
.itinerary-water-capsule:focus-visible {
  outline: none !important;
}

/* ==========================================================================
   SCENE 0: CINEMATIC HERO SECTION
   ========================================================================== */
#hero {
  padding-top: calc(4.5rem + env(safe-area-inset-top, 0px)) !important;
  padding-bottom: calc(4rem + env(safe-area-inset-bottom, 0px)) !important;
  box-sizing: border-box;
  overflow: hidden !important;
}

#hero .story-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100%;
  max-height: calc(100vh - 140px);
  padding: 0 !important;
  margin: auto !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.text-hero-giant {
  font-size: clamp(2.6rem, 7.5vw, 6.2rem) !important;
  line-height: 1.05 !important;
}

.text-hero-sub {
  font-size: clamp(0.65rem, 1.6vw, 1.15rem) !important;
  letter-spacing: clamp(0.2em, 0.4vw, 0.45em) !important;
}

.text-hero-tagline {
  font-size: clamp(0.75rem, 1.25vw, 1.05rem) !important;
  line-height: 1.6 !important;
}

.hero-info-pill {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 16px;
  border-radius: 9999px;
  background: rgba(3, 12, 22, 0.65);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.45),
    inset 0 0 12px rgba(0, 240, 255, 0.15);
  transition: all 0.3s ease;
  user-select: none;
}

.hero-info-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 240, 255, 0.5);
  box-shadow: 0 8px 25px rgba(0, 240, 255, 0.25);
}

.scroll-dive-line {
  width: 1.5px;
  height: 24px;
  background: linear-gradient(180deg, #00F0FF, rgba(0, 240, 255, 0.1));
  border-radius: 2px;
  box-shadow: 0 0 8px #00F0FF;
  animation: pulseHeight 2s ease-in-out infinite alternate;
}

@keyframes pulseHeight {
  0% {
    height: 16px;
    opacity: 0.5;
  }

  100% {
    height: 28px;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  #hero {
    padding-top: calc(5rem + env(safe-area-inset-top, 0px)) !important;
    padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px)) !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .text-hero-giant {
    font-size: clamp(2.3rem, 11.5vw, 3.6rem) !important;
    line-height: 1.0 !important;
    letter-spacing: 0.14em !important;
  }

  .text-hero-sub {
    font-size: 0.68rem !important;
    letter-spacing: 0.24em !important;
  }

  .text-hero-tagline {
    font-size: 0.78rem !important;
    line-height: 1.45 !important;
    margin-top: 0.25rem !important;
    margin-bottom: 0.85rem !important;
  }

  .hero-info-pill {
    padding: 4.5px 12px !important;
    gap: 5px !important;
  }
}

/* ==========================================================================
   SCENE 1: CURATED EXPEDITIONS (#experiences) MODAL & SMOOTH SCROLL ENGINE
   ========================================================================== */
#experiences {
  padding-top: calc(5rem + env(safe-area-inset-top, 0px)) !important;
  padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px)) !important;
  box-sizing: border-box;
  overflow: hidden !important;
}

.experiences-modal-card {
  display: flex !important;
  flex-direction: column !important;
  max-height: calc(100vh - 150px) !important;
  height: auto;
  position: relative;
  overflow: hidden !important;
  backdrop-filter: blur(28px) saturate(190%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(190%) !important;
  background: rgba(3, 10, 18, 0.78) !important;
  border: 1px solid rgba(0, 240, 255, 0.28) !important;
  box-shadow:
    0 30px 60px -15px rgba(0, 0, 0, 0.9),
    0 0 35px rgba(0, 240, 255, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.22) !important;
}

@media (min-width: 1024px) {
  .experiences-modal-card {
    max-height: min(730px, calc(100vh - 155px)) !important;
  }
}

.experiences-scroll-area {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: contain !important;
  scroll-behavior: smooth !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 240, 255, 0.5) rgba(2, 6, 12, 0.5);
  padding-right: 4px;
}

.experiences-scroll-area::-webkit-scrollbar {
  width: 6px;
}

.experiences-scroll-area::-webkit-scrollbar-track {
  background: rgba(2, 6, 12, 0.55);
  border-radius: 9999px;
  margin: 4px 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.experiences-scroll-area::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #00F0FF 0%, #38BDF8 50%, #D4AF37 100%);
  border-radius: 9999px;
  box-shadow: 0 0 10px rgba(0, 240, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.experiences-scroll-area::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #38BDF8 0%, #00F0FF 50%, #FBBF24 100%);
  box-shadow: 0 0 16px rgba(0, 240, 255, 0.8);
}

@media (max-width: 768px) {
  #experiences {
    align-items: center !important;
    padding-top: calc(3.8rem + env(safe-area-inset-top, 0px)) !important;
    padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px)) !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    overflow: hidden !important;
  }

  #experiences .story-content.experiences-modal-card {
    max-height: calc(100vh - 82px) !important;
    padding: 0.75rem 0.65rem 0.45rem 0.65rem !important;
    border-radius: 1.15rem !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  .experiences-scroll-area {
    padding-top: 4px !important;
    padding-bottom: 6px !important;
    padding-right: 2px !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .experiences-scroll-area::-webkit-scrollbar {
    width: 3.5px;
  }

  /* Mobile Compact Bento Cards - Exact 2-Card Viewport Fit */
  .bento-card {
    padding: 0.5rem 0.65rem !important;
    border-radius: 0.75rem !important;
    margin-bottom: 0.35rem !important;
    gap: 0px !important;
    min-height: auto !important;
  }

  .bento-card>div:first-child>div:first-child {
    margin-bottom: 2px !important;
  }

  .bento-card h3 {
    font-size: 0.8rem !important;
    line-height: 1.15 !important;
    margin-bottom: 2px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .bento-card div[class*="text-cyan-300"],
  .bento-card div[class*="text-amber-300"],
  .bento-card div[class*="text-emerald-300"],
  .bento-card div[class*="text-purple-300"] {
    font-size: 8.5px !important;
    margin-bottom: 2px !important;
    line-height: 1.1 !important;
  }

  .bento-card p {
    font-size: 0.68rem !important;
    line-height: 1.25 !important;
    margin-bottom: 3px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .bento-card .flex-wrap {
    gap: 2.5px !important;
    margin-bottom: 3px !important;
  }

  .bento-card .flex-wrap span {
    font-size: 7.5px !important;
    padding: 1px 4px !important;
    border-radius: 4px !important;
  }

  .bento-card div[class*="border-t"] {
    padding-top: 3px !important;
    margin-top: 1px !important;
  }

  .bento-card div[class*="border-t"] span[class*="font-cinzel"] {
    font-size: 0.88rem !important;
    line-height: 1.1 !important;
  }

  .bento-card div[class*="border-t"] span[class*="font-mono"] {
    font-size: 7.5px !important;
  }

  .bento-card button[data-action="open-booking"] {
    padding: 2.5px 8px !important;
    font-size: 8.5px !important;
    border-radius: 6px !important;
    letter-spacing: 0.05em !important;
  }
}

/* ==========================================================================
   SCENE 2: ISLAND ITINERARY MODAL & SMOOTH INTERNAL SCROLL ENGINE
   ========================================================================== */
#island-hopping {
  padding-top: calc(5rem + env(safe-area-inset-top, 0px)) !important;
  padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px)) !important;
  box-sizing: border-box;
  overflow: hidden !important;
}

.itinerary-modal-card {
  display: flex !important;
  flex-direction: column !important;
  max-height: calc(100vh - 150px) !important;
  height: auto;
  position: relative;
  overflow: hidden !important;
  backdrop-filter: blur(28px) saturate(190%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(190%) !important;
  background: rgba(3, 10, 18, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow:
    0 30px 60px -15px rgba(0, 0, 0, 0.9),
    0 0 35px rgba(0, 240, 255, 0.08),
    inset 0 1px 1px rgba(255, 255, 255, 0.22) !important;
}

@media (min-width: 1024px) {
  .itinerary-modal-card {
    max-height: min(720px, calc(100vh - 160px)) !important;
  }
}

.itinerary-scroll-area {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: contain !important;
  scroll-behavior: smooth !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 240, 255, 0.5) rgba(2, 6, 12, 0.5);
  padding-right: 4px;
}

/* Custom Sleek Glowing Scrollbar for Itinerary */
.itinerary-scroll-area::-webkit-scrollbar {
  width: 6px;
}

.itinerary-scroll-area::-webkit-scrollbar-track {
  background: rgba(2, 6, 12, 0.55);
  border-radius: 9999px;
  margin: 4px 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.itinerary-scroll-area::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #00F0FF 0%, #38BDF8 40%, #D4AF37 100%);
  border-radius: 9999px;
  box-shadow: 0 0 10px rgba(0, 240, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.itinerary-scroll-area::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #38BDF8 0%, #00F0FF 50%, #FBBF24 100%);
  box-shadow: 0 0 16px rgba(0, 240, 255, 0.8);
}

/* Timeline Cards Subtle Hover Lift */
.itinerary-scroll-area .glass-card {
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
}

.itinerary-scroll-area .glass-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 240, 255, 0.12);
}

@media (max-width: 768px) {
  #island-hopping {
    align-items: center !important;
    padding-top: calc(4.2rem + env(safe-area-inset-top, 0px)) !important;
    padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0px)) !important;
    padding-left: 0.65rem !important;
    padding-right: 0.65rem !important;
    overflow: hidden !important;
  }

  #island-hopping .story-content.itinerary-modal-card {
    max-height: calc(100vh - 85px) !important;
    padding: 0.85rem 0.75rem 0.6rem 0.75rem !important;
    border-radius: 1.25rem !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  .itinerary-scroll-area {
    padding-right: 2px !important;
    gap: 8px !important;
  }

  .itinerary-scroll-area::-webkit-scrollbar {
    width: 3.5px;
  }

  /* Compact timeline cards for mobile */
  .itinerary-scroll-area .glass-card {
    padding: 0.65rem 0.75rem !important;
    border-radius: 0.85rem !important;
    margin-bottom: 0.45rem !important;
  }

  .itinerary-scroll-area .w-10.h-10 {
    width: 32px !important;
    height: 32px !important;
    font-size: 11px !important;
  }

  .itinerary-scroll-area h4 {
    font-size: 0.88rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.25rem !important;
  }

  .itinerary-scroll-area p {
    font-size: 0.75rem !important;
    line-height: 1.45 !important;
    margin-bottom: 0.35rem !important;
  }

  .itinerary-water-capsule {
    padding: 4px 11px !important;
    font-size: 10.5px !important;
  }
}

/* ==========================================================================
   SCENE 3: LUXURY OCEAN STAYS & RESORTS (#penginapan) MODAL & SLIDER ENGINE
   ========================================================================== */
#penginapan {
  padding-top: calc(5rem + env(safe-area-inset-top, 0px)) !important;
  padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px)) !important;
  box-sizing: border-box;
  overflow: hidden !important;
}

.hotel-modal-card {
  display: flex !important;
  flex-direction: column !important;
  max-height: calc(100vh - 150px) !important;
  height: auto;
  position: relative;
  overflow: hidden !important;
  backdrop-filter: blur(28px) saturate(190%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(190%) !important;
  background: rgba(3, 10, 18, 0.78) !important;
  border: 1px solid rgba(0, 240, 255, 0.28) !important;
  box-shadow:
    0 30px 60px -15px rgba(0, 0, 0, 0.9),
    0 0 35px rgba(0, 240, 255, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.22) !important;
}

@media (min-width: 1024px) {
  .hotel-modal-card {
    max-height: min(730px, calc(100vh - 155px)) !important;
  }
}

@media (max-width: 768px) {
  #penginapan {
    align-items: center !important;
    padding-top: calc(4.2rem + env(safe-area-inset-top, 0px)) !important;
    padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0px)) !important;
    padding-left: 0.65rem !important;
    padding-right: 0.65rem !important;
    overflow: hidden !important;
  }

  #penginapan .story-content.hotel-modal-card {
    max-height: calc(100vh - 85px) !important;
    padding: 0.85rem 0.75rem 0.6rem 0.75rem !important;
    border-radius: 1.25rem !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }
}

/* ==========================================================================
   SCENE 4: TESTIMONIALS & TRAVELER JOURNAL MODAL & SMOOTH SCROLL ENGINE
   ========================================================================== */
#testimonials {
  padding-top: calc(5rem + env(safe-area-inset-top, 0px)) !important;
  padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px)) !important;
  box-sizing: border-box;
  overflow: hidden !important;
}

.testimonials-modal-card {
  display: flex !important;
  flex-direction: column !important;
  max-height: calc(100vh - 150px) !important;
  height: auto;
  position: relative;
  overflow: hidden !important;
  backdrop-filter: blur(28px) saturate(190%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(190%) !important;
  background: rgba(3, 10, 18, 0.75) !important;
  border: 1px solid rgba(212, 175, 55, 0.35) !important;
  box-shadow:
    0 30px 60px -15px rgba(0, 0, 0, 0.9),
    0 0 35px rgba(212, 175, 55, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.22) !important;
}

@media (min-width: 1024px) {
  .testimonials-modal-card {
    max-height: min(740px, calc(100vh - 160px)) !important;
  }
}

.testimonials-scroll-area {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: contain !important;
  scroll-behavior: smooth !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(212, 175, 55, 0.5) rgba(2, 6, 12, 0.5);
  padding-right: 4px;
}

/* Custom Sleek Glowing Scrollbar for Testimonials */
.testimonials-scroll-area::-webkit-scrollbar {
  width: 6px;
}

.testimonials-scroll-area::-webkit-scrollbar-track {
  background: rgba(2, 6, 12, 0.55);
  border-radius: 9999px;
  margin: 4px 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.testimonials-scroll-area::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #D4AF37 0%, #FBBF24 40%, #00F0FF 100%);
  border-radius: 9999px;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonials-scroll-area::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #FDE68A 0%, #D4AF37 50%, #38BDF8 100%);
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.8);
}

/* Testimonial Cards Subtle Lift */
.testimonials-scroll-area .glass-card {
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background-color 0.28s ease;
}

.testimonials-scroll-area .glass-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.5), 0 0 15px rgba(212, 175, 55, 0.15);
  border-color: rgba(212, 175, 55, 0.35);
}

@media (max-width: 768px) {
  #testimonials {
    align-items: center !important;
    padding-top: calc(4.2rem + env(safe-area-inset-top, 0px)) !important;
    padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0px)) !important;
    padding-left: 0.65rem !important;
    padding-right: 0.65rem !important;
    overflow: hidden !important;
  }

  #testimonials .story-content.testimonials-modal-card {
    max-height: calc(100vh - 85px) !important;
    padding: 0.85rem 0.75rem 0.6rem 0.75rem !important;
    border-radius: 1.25rem !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  .testimonials-scroll-area {
    padding-right: 2px !important;
  }

  .testimonials-scroll-area::-webkit-scrollbar {
    width: 3.5px;
  }
}

/* Mobile Hamburger Transform */
.hamburger-bar {
  display: block;
  width: 18px;
  height: 1.5px;
  background-color: #cbd5e1;
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s;
}

.mobile-menu-active .hamburger-bar-top {
  transform: translateY(6px) rotate(45deg);
  background-color: #00F0FF;
}

.mobile-menu-active .hamburger-bar-mid {
  opacity: 0;
}

.mobile-menu-active .hamburger-bar-bot {
  transform: translateY(-6px) rotate(-45deg);
  background-color: #00F0FF;
}

/* ==========================================================================
   MOBILE MENU DRAWER: 3D GLASS WATER CAPSULES WITH REALISTIC WAVES
   ========================================================================== */
#mobile-nav-menu.drawer-open {
  display: flex !important;
  animation: drawerFadeSlideIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes drawerFadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-12px) scale(0.97);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.mobile-water-capsule {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 9px;
  height: 38px;
  padding: 0 14px;
  border-radius: 9999px;
  background: transparent;
  border: 1.5px solid transparent;
  color: #94a3b8;
  text-decoration: none;
  white-space: nowrap !important;
  transition:
    border-color 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    color 0.3s ease;
  will-change: transform, border-color, box-shadow;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.mobile-water-capsule .mobile-dot {
  position: relative;
  z-index: 4;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  transition: background 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
  flex-shrink: 0;
}

.mobile-water-capsule .capsule-label {
  position: relative;
  z-index: 4;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #94a3b8;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
  transition: color 0.4s ease, text-shadow 0.4s ease, font-weight 0.4s ease;
}

/* Mobile Capsule Hover State */
.mobile-water-capsule:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(0, 245, 255, 0.3);
  box-shadow:
    0 0 12px rgba(0, 245, 255, 0.15),
    inset 0 0 8px rgba(0, 245, 255, 0.06);
}

.mobile-water-capsule:hover .capsule-label {
  color: #ffffff;
}

/* Mobile Capsule Active State: Glowing 3D Glass with Water Waves */
.mobile-water-capsule.active {
  background: rgba(4, 14, 26, 0.55);
  border: 1.5px solid rgba(0, 245, 255, 0.65);
  box-shadow:
    0 0 18px rgba(0, 245, 255, 0.28),
    inset 0 0 12px rgba(0, 245, 255, 0.18),
    0 0 1px 1px rgba(255, 255, 255, 0.18) inset;
  color: #ffffff;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.mobile-water-capsule.active .mobile-dot {
  background: #00F0FF;
  box-shadow: 0 0 10px #00F0FF, 0 0 4px #ffffff;
  transform: scale(1.25);
}

.mobile-water-capsule.active .capsule-label {
  color: #ffffff;
  font-weight: 600;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9), 0 0 12px rgba(0, 245, 255, 0.95);
}

.mobile-water-capsule.active .glass-tube-specular {
  opacity: 1;
}

.mobile-water-capsule:active {
  transform: scale(0.97);
  outline: none;
}

.mobile-water-capsule:focus,
.mobile-water-capsule:focus-visible {
  outline: none !important;
}

.glass-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(6, 18, 32, 0.42) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.glass-card:hover {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09) 0%, rgba(8, 24, 42, 0.55) 100%);
  border-color: rgba(0, 240, 255, 0.45);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.55), 0 0 25px rgba(0, 240, 255, 0.18);
}

/* Bento Grid Cards */
.bento-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(6, 18, 32, 0.45) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.bento-card:hover {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09) 0%, rgba(8, 24, 42, 0.58) 100%);
  border-color: rgba(230, 202, 133, 0.45);
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6), 0 0 30px rgba(230, 202, 133, 0.18);
}

/* Micro-Interaction: 3D Tilt Effect on Cards */
.card-3d-tilt {
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: transform 0.25s cubic-bezier(0.2, 0, 0.2, 1), box-shadow 0.25s ease, border-color 0.25s ease;
  will-change: transform;
}

.card-3d-tilt-inner {
  transform: translateZ(20px);
  transition: transform 0.25s ease;
}

/* Micro-Interaction: Dynamic Radial Border Glow Spotlight */
.spotlight-card {
  position: relative;
}

.spotlight-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(320px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(0, 240, 255, 0.5), rgba(230, 202, 133, 0.25), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}

.spotlight-card:hover::before {
  opacity: 1;
}

/* Luxury Shimmer Glow Button */
@keyframes shimmerGlow {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.btn-shimmer-glow {
  background: linear-gradient(90deg,
      #a88435 0%,
      #e6ca85 20%,
      #fff7db 40%,
      #00F0FF 55%,
      #e6ca85 70%,
      #a88435 100%);
  background-size: 250% 100%;
  animation: shimmerGlow 4.5s infinite linear;
  box-shadow: 0 0 20px rgba(230, 202, 133, 0.45), 0 0 35px rgba(0, 240, 255, 0.25);
  transition: all 0.35s ease;
}

.btn-shimmer-glow:hover {
  box-shadow: 0 0 30px rgba(230, 202, 133, 0.7), 0 0 50px rgba(0, 240, 255, 0.45);
  transform: scale(1.03) translateY(-1px);
}

/* Luxury Gold, Cyan & Ocean Text Gradients */
.text-gradient-gold {
  background: linear-gradient(135deg, #ffffff 0%, #fff2cf 20%, #e6ca85 55%, #b8974a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-cyan {
  background: linear-gradient(135deg, #ffffff 0%, #e0faff 25%, #00F0FF 65%, #0284c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-ocean {
  background: linear-gradient(135deg, #e0f2fe 0%, #38bdf8 50%, #0284c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.border-cyan-glow {
  border: 1px solid rgba(0, 240, 255, 0.35);
  box-shadow: 0 0 20px rgba(0, 240, 255, 0.25);
}

.border-gold-glow {
  border: 1px solid rgba(230, 202, 133, 0.35);
  box-shadow: 0 0 20px rgba(230, 202, 133, 0.2);
}

/* Scrollytelling Stage & Layers */
.canvas-vignette {
  background: radial-gradient(circle at center, transparent 25%, rgba(3, 7, 11, 0.7) 100%),
    linear-gradient(to bottom, rgba(3, 7, 11, 0.65) 0%, transparent 20%, transparent 80%, rgba(3, 7, 11, 0.9) 100%);
  pointer-events: none;
}

.story-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.story-content {
  pointer-events: auto;
  opacity: 0;
  transform: translateY(22px) scale(0.975);
  filter: blur(8px);
  transition:
    opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.95s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform, filter;
}

.story-content.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0px);
}

/* Floating Audio Visualizer Bars */
.audio-bar {
  width: 2.5px;
  background: #00F0FF;
  border-radius: 9999px;
  height: 4px;
  transition: height 0.2s ease;
}

.audio-playing .audio-bar:nth-child(1) {
  animation: wave1 1.2s infinite ease-in-out;
}

.audio-playing .audio-bar:nth-child(2) {
  animation: wave2 0.85s infinite ease-in-out;
}

.audio-playing .audio-bar:nth-child(3) {
  animation: wave3 1.4s infinite ease-in-out;
}

.audio-playing .audio-bar:nth-child(4) {
  animation: wave4 1.05s infinite ease-in-out;
}

@keyframes wave1 {

  0%,
  100% {
    height: 4px;
  }

  50% {
    height: 16px;
  }
}

@keyframes wave2 {

  0%,
  100% {
    height: 14px;
  }

  50% {
    height: 4px;
  }
}

@keyframes wave3 {

  0%,
  100% {
    height: 6px;
  }

  50% {
    height: 20px;
  }
}

@keyframes wave4 {

  0%,
  100% {
    height: 18px;
  }

  50% {
    height: 7px;
  }
}

/* Scroll To Dive In Pulsing Line Animation */
@keyframes scrollDivePulse {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}

.scroll-dive-line {
  position: relative;
  width: 2px;
  height: 48px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  border-radius: 9999px;
}

.scroll-dive-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #00F0FF, #e6ca85, transparent);
  animation: scrollDivePulse 2.2s infinite cubic-bezier(0.65, 0, 0.35, 1);
}

/* Preloader Keyframes & Glows */
@keyframes pulseGlow {

  0%,
  100% {
    box-shadow: 0 0 25px rgba(230, 202, 133, 0.25), 0 0 35px rgba(0, 240, 255, 0.15);
  }

  50% {
    box-shadow: 0 0 50px rgba(230, 202, 133, 0.5), 0 0 60px rgba(0, 240, 255, 0.35);
  }
}

.preloader-circle {
  animation: pulseGlow 3s infinite ease-in-out;
}

@keyframes floatElement {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }
}

.floating-elem {
  animation: floatElement 4s infinite ease-in-out;
}

/* Floating Chapter Indicator */
.chapter-dot {
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.chapter-dot.active {
  background-color: #00F0FF;
  box-shadow: 0 0 14px #00F0FF, 0 0 28px rgba(0, 240, 255, 0.6);
  transform: scale(1.45);
}

/* Booking Drawer Transitions & Translucent Glassmorphic Background */
.drawer-backdrop {
  background: rgba(2, 6, 12, 0.45) !important;
  backdrop-filter: blur(8px) saturate(140%);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.drawer-panel {
  background: linear-gradient(135deg,
      rgba(6, 20, 35, 0.68) 0%,
      rgba(3, 12, 22, 0.82) 100%) !important;
  backdrop-filter: blur(20px) saturate(170%);
  -webkit-backdrop-filter: blur(20px) saturate(170%);
  border-left: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow:
    -20px 0 50px rgba(0, 0, 0, 0.65),
    inset 1px 0 0 rgba(255, 255, 255, 0.12);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Noise Texture Overlay */
.bg-noise {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.035'/%3E%3C/svg%3E");
}

/* ==========================================================================
   MOBILE & TABLET RESPONSIVE PERFECTION (SILKY SMOOTH SCROLL & LAYOUT)
   ========================================================================== */
@media (max-width: 768px) {

  /* Scrollytelling Sections & Smooth Independent Panel Scrolling */
  .story-section {
    align-items: flex-start !important;
    padding-top: 5rem !important;
    padding-bottom: 3.5rem !important;
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-y: contain !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(0, 240, 255, 0.35) transparent !important;
  }

  .story-section::-webkit-scrollbar {
    width: 4px;
  }

  .story-section::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #00f0ff, #fbbf24);
    border-radius: 9999px;
  }

  .story-content {
    margin-top: 0 !important;
    margin-bottom: auto !important;
    max-height: none !important;
    overflow: visible !important;
    width: 100% !important;
    padding: 1.15rem 1rem !important;
    border-radius: 1.5rem !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
  }

  #hero .story-content {
    margin-top: auto !important;
    margin-bottom: auto !important;
    padding-top: 1rem !important;
  }

  /* Section Header Spacing on Mobile */
  .story-content h2 {
    font-size: 1.35rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.5rem !important;
  }

  .story-content p {
    font-size: 0.8rem !important;
    line-height: 1.55 !important;
  }

  /* Chapter I: Bento Grid Tour Cards on Mobile */
  #experiences .grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.85rem !important;
  }

  .bento-card {
    padding: 1.1rem !important;
    border-radius: 1.25rem !important;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(6, 18, 32, 0.65) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4) !important;
  }

  .bento-card h3 {
    font-size: 0.98rem !important;
  }

  /* Chapter II: Itinerary Day Switcher & Step Cards */
  .itinerary-water-capsule {
    height: 34px !important;
    padding: 0 14px !important;
    flex-shrink: 0 !important;
  }

  .itinerary-water-capsule .capsule-label {
    font-size: 11px !important;
    letter-spacing: 0.08em !important;
  }

  .glass-card {
    padding: 1rem !important;
    border-radius: 1.15rem !important;
    gap: 0.75rem !important;
  }

  .glass-card h4 {
    font-size: 0.88rem !important;
    line-height: 1.35 !important;
  }

  /* Chapter III: Accommodations & Slider on Mobile */
  .hotel-filter-bar {
    margin-bottom: 0.35rem !important;
  }

  .hotel-filter-pills-wrap {
    gap: 5px !important;
    padding: 2px 2px 4px 2px !important;
  }

  .hotel-filter-btn {
    padding: 4px 11px !important;
    font-size: 10px !important;
    flex-shrink: 0 !important;
  }

  .view-all-btn {
    padding: 6px 12px !important;
    font-size: 9.5px !important;
    letter-spacing: 0.06em !important;
    width: auto !important;
    justify-content: center !important;
    margin-top: 0 !important;
  }

  .hotel-card {
    flex: 0 0 78vw !important;
    max-width: 275px !important;
    min-width: 235px !important;
    padding: 9px !important;
    border-radius: 14px !important;
    gap: 5px !important;
  }

  .hotel-img-wrapper {
    height: 115px !important;
    border-radius: 10px !important;
  }

  .card-hotel-title {
    font-size: 0.92rem !important;
    margin-top: 1px !important;
  }

  .card-location-text {
    font-size: 10px !important;
  }

  .card-tags-row {
    gap: 4px !important;
    margin: 2px 0 1px !important;
  }

  .card-tag-pill {
    font-size: 8.5px !important;
    padding: 2px 5px !important;
  }

  .card-bottom-row {
    min-height: auto !important;
    padding-top: 6px !important;
  }

  .card-full-address {
    font-size: 10px !important;
    line-height: 1.35 !important;
  }

  /* Chapter IV: Testimonial Reviews on Mobile */
  #testimonials .grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.85rem !important;
    margin-bottom: 1rem !important;
  }
}

/* ==========================================================================
   SUNSEA KARIMUNJAWA - 3D LUXURY GALLERY & CYLINDER CAROUSEL SYSTEM
   100% Pure Native CSS3 (Zero Dependency)
   ========================================================================== */

:root {
  --gallery-bg: #07090e;
  --gallery-bg-translucent: rgba(7, 9, 14, 0.85);
  --gallery-surface: rgba(13, 20, 32, 0.72);
  --gallery-surface-hover: rgba(20, 30, 48, 0.85);
  --gallery-text-main: #f8fafc;
  --gallery-text-muted: #94a3b8;
  --gallery-cyan: #00f0ff;
  --gallery-cyan-rgb: 0, 240, 255;
  --gallery-cyan-glow: rgba(0, 240, 255, 0.35);
  --gallery-gold: #fbbf24;
  --gallery-gold-light: #fde68a;
  --gallery-gold-rgb: 251, 191, 36;
  --gallery-gold-glow: rgba(251, 191, 36, 0.35);
  --gallery-glass-bg: rgba(255, 255, 255, 0.04);
  --gallery-glass-border: rgba(255, 255, 255, 0.08);
  --gallery-radius-sm: 10px;
  --gallery-radius-md: 18px;
  --gallery-radius-lg: 24px;
}

/* Base Gallery Styling */
.gallery-page-body {
  background-color: var(--gallery-bg);
  color: var(--gallery-text-main);
  min-height: 100vh;
  overflow-x: hidden;
  font-family: 'Plus Jakarta Sans', sans-serif;
  selection-background-color: rgba(0, 240, 255, 0.25);
}

/* Glassmorphism Classes */
.glass-gallery-panel {
  background: var(--gallery-glass-bg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--gallery-glass-border);
  border-radius: var(--gallery-radius-md);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.glass-gallery-panel:hover {
  border-color: rgba(0, 240, 255, 0.25);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.65), 0 0 30px rgba(0, 240, 255, 0.12);
}

/* Header & Official Gallery Badge */
.official-gallery-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.12), rgba(251, 191, 36, 0.12));
  border: 1px solid rgba(0, 240, 255, 0.3);
  color: #00f0ff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 0 16px rgba(0, 240, 255, 0.2);
  white-space: nowrap;
}

.official-gallery-badge .pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00f0ff;
  box-shadow: 0 0 10px #00f0ff;
  animation: radarPulse 1.8s infinite ease-out;
}

@keyframes radarPulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(0, 240, 255, 0.8);
  }

  70% {
    transform: scale(1.4);
    opacity: 0.8;
    box-shadow: 0 0 0 8px rgba(0, 240, 255, 0);
  }

  100% {
    transform: scale(0.9);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(0, 240, 255, 0);
  }
}

/* WhatsApp CTA Luxury Button */
.btn-whatsapp-gallery {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.btn-whatsapp-gallery:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5), 0 0 20px rgba(37, 211, 102, 0.4);
  color: #ffffff;
}

/* Gallery Hero Category Badge (Glass Ocean Waves Pill) */
.gallery-hero-badge {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  margin-bottom: 24px;
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.5),
    inset 0 0 14px rgba(255, 255, 255, 0.12),
    inset 0 -2px 6px rgba(0, 240, 255, 0.25);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.gallery-hero-badge .badge-text-gold {
  font-family: 'Cinzel', serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #fbbf24;
  text-shadow: 0 0 10px rgba(251, 191, 36, 0.5);
}

.gallery-hero-badge .badge-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #64748b;
}

.gallery-hero-badge .badge-text-cyan {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #00f0ff;
  text-shadow: 0 0 10px rgba(0, 240, 255, 0.6);
}

/* Gallery Section Header Badges (Glass Aquarium Capsules) */
.gallery-section-badge {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6.5px 18px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  margin-bottom: 12px;
  box-shadow:
    0 4px 18px rgba(0, 0, 0, 0.4),
    inset 0 0 14px rgba(255, 255, 255, 0.12),
    inset 0 -2px 6px rgba(0, 240, 255, 0.25);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.gallery-badge-cyan {
  border-color: rgba(0, 240, 255, 0.4);
  box-shadow:
    0 4px 20px rgba(0, 240, 255, 0.25),
    inset 0 0 14px rgba(255, 255, 255, 0.15),
    inset 0 -2px 6px rgba(0, 240, 255, 0.3);
}

.gallery-badge-cyan .badge-text-cyan {
  font-family: 'Cinzel', serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #00f0ff;
  text-shadow: 0 0 10px rgba(0, 240, 255, 0.7);
}

.gallery-badge-gold {
  border-color: rgba(251, 191, 36, 0.4);
  box-shadow:
    0 4px 20px rgba(251, 191, 36, 0.25),
    inset 0 0 14px rgba(255, 255, 255, 0.15),
    inset 0 -2px 6px rgba(251, 191, 36, 0.3);
}

.gallery-badge-gold .badge-text-gold {
  font-family: 'Cinzel', serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #fbbf24;
  text-shadow: 0 0 10px rgba(251, 191, 36, 0.7);
}

.gallery-section-badge:hover {
  transform: translateY(-1.5px) scale(1.02);
}

/* Gallery Hero Action Buttons (Glass Water Aquarium Capsules) */
.gallery-hero-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 28px;
  border-radius: 9999px;
  font-family: 'Cinzel', serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  white-space: nowrap;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.gallery-hero-btn .btn-icon,
.gallery-hero-btn .btn-text {
  position: relative;
  z-index: 10;
}

.gallery-hero-btn-cyan {
  background: rgba(0, 240, 255, 0.15);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1.5px solid rgba(0, 240, 255, 0.55);
  color: #ffffff !important;
  box-shadow:
    0 6px 24px rgba(0, 240, 255, 0.35),
    inset 0 0 16px rgba(255, 255, 255, 0.25),
    inset 0 -2px 8px rgba(0, 240, 255, 0.4);
}

.gallery-hero-btn-cyan .btn-text {
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9), 0 0 14px rgba(0, 240, 255, 0.9);
}

.gallery-hero-btn-cyan:hover {
  transform: translateY(-2px) scale(1.03);
  border-color: #ffffff;
  box-shadow:
    0 10px 32px rgba(0, 240, 255, 0.55),
    0 0 22px rgba(0, 240, 255, 0.4),
    inset 0 0 20px rgba(255, 255, 255, 0.4);
}

.gallery-hero-btn-glass {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  color: #f1f5f9 !important;
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.4),
    inset 0 0 14px rgba(255, 255, 255, 0.12),
    inset 0 -2px 6px rgba(251, 191, 36, 0.25);
}

.gallery-hero-btn-glass:hover {
  transform: translateY(-2px) scale(1.03);
  border-color: #fbbf24;
  color: #fbbf24 !important;
  box-shadow:
    0 10px 28px rgba(251, 191, 36, 0.35),
    inset 0 0 16px rgba(251, 191, 36, 0.2);
}

.gallery-hero-btn-glass:hover .btn-text {
  color: #fbbf24;
  text-shadow: 0 0 12px rgba(251, 191, 36, 0.8);
}

/* ==========================================================================
   SECTION 1: HERO SECTION & 3D FLOATING SPOTLIGHT CARD
   ========================================================================== */

#hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: calc(75px + env(safe-area-inset-top, 0px));
  padding-bottom: calc(45px + env(safe-area-inset-bottom, 0px));
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.65) contrast(1.08) saturate(1.15);
  transform: scale(1.03);
}

.hero-gradient-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at center, rgba(7, 9, 14, 0.35) 0%, rgba(7, 9, 14, 0.88) 75%, #07090e 100%),
    linear-gradient(to bottom, rgba(7, 9, 14, 0.7) 0%, transparent 25%, transparent 70%, #07090e 100%);
  pointer-events: none;
}

.hero-ambient-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 1;
  opacity: 0.35;
  animation: heroAmbientShift 12s infinite alternate ease-in-out;
}

.hero-ambient-glow-cyan {
  top: 10%;
  left: 15%;
  background: radial-gradient(circle, #00f0ff 0%, transparent 70%);
}

.hero-ambient-glow-gold {
  bottom: 10%;
  right: 15%;
  background: radial-gradient(circle, #fbbf24 0%, transparent 70%);
}

@keyframes heroAmbientShift {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.25;
  }

  50% {
    transform: translate(40px, -30px) scale(1.2);
    opacity: 0.45;
  }

  100% {
    transform: translate(-30px, 40px) scale(0.9);
    opacity: 0.3;
  }
}

/* 3D Spotlight Floating Hero Card */
.hero-3d-stage {
  perspective: 1200px;
  transform-style: preserve-3d;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}

.hero-3d-card {
  position: relative;
  width: 100%;
  height: clamp(430px, 58vh, 500px);
  border-radius: var(--gallery-radius-lg);
  background: rgba(13, 20, 32, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(251, 191, 36, 0.35);
  box-shadow:
    0 30px 70px -10px rgba(0, 0, 0, 0.8),
    0 0 40px rgba(251, 191, 36, 0.18),
    inset 0 1px 1px rgba(255, 255, 255, 0.25);
  transform-style: preserve-3d;
  transition: transform 0.2s cubic-bezier(0.2, 0, 0.2, 1), box-shadow 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}

.hero-3d-card:hover {
  border-color: rgba(0, 240, 255, 0.6);
  box-shadow:
    0 40px 90px -10px rgba(0, 0, 0, 0.9),
    0 0 55px rgba(0, 240, 255, 0.3),
    inset 0 1px 2px rgba(255, 255, 255, 0.4);
}

.hero-3d-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
}

.hero-3d-card:hover .hero-3d-card-img {
  transform: scale(1.06);
}

.hero-3d-card-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 9, 14, 0.95) 0%, rgba(7, 9, 14, 0.3) 50%, rgba(7, 9, 14, 0.4) 100%);
  pointer-events: none;
}

.hero-3d-card-shine {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.25) 0%, transparent 60%);
  opacity: 0.6;
  pointer-events: none;
  mix-blend-mode: overlay;
  transition: opacity 0.3s ease;
}

.hero-3d-content {
  position: absolute;
  inset: 0;
  padding: 24px;
  display: flex;
  flex-col: column;
  flex-direction: column;
  justify-content: space-between;
  transform-style: preserve-3d;
  z-index: 2;
  pointer-events: none;
}

.hero-3d-pop-layer {
  transform: translateZ(36px);
  pointer-events: auto;
}

/* ==========================================================================
   SECTION 2: MARQUEE TEXT RUNNING WITH PURE CSS KEYFRAMES
   ========================================================================== */

.marquee-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 18px 0;
  background: rgba(7, 9, 14, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  user-select: none;
  mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.marquee-track-left {
  animation: marqueeLeft 38s linear infinite;
}

.marquee-track-right {
  animation: marqueeRight 42s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 0 20px;
  font-family: 'Cinzel', serif;
  font-size: clamp(1.1rem, 2.5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.28);
  white-space: nowrap;
}

.marquee-item.marquee-outline {
  -webkit-text-stroke: 1px rgba(251, 191, 36, 0.45);
  color: transparent;
}

.marquee-item .marquee-diamond {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: var(--gallery-cyan);
  transform: rotate(45deg);
  box-shadow: 0 0 10px var(--gallery-cyan);
}

@keyframes marqueeLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes marqueeRight {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* ==========================================================================
   SECTION 3: 3D CYLINDER CAROUSEL VIEWPORT (PRESERVE-3D SCROLL & INTERACTIVE)
   ========================================================================== */

#carousel-3d-section {
  position: relative;
  background: radial-gradient(circle at 50% 50%, rgba(13, 27, 42, 0.8) 0%, #07090e 75%);
  overflow: visible;
}

/* 1. Scroll Controller Wrapper with 250vh height */
.cylinder-wrapper {
  position: relative;
  min-height: 250vh;
  width: 100%;
}

/* 2. Sticky Stage in Screen Center */
.cylinder-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
  overflow: hidden;
  z-index: 10;
  padding: 20px 16px;
}

/* Stage Header Overlay */
.cylinder-stage-header {
  position: absolute;
  top: calc(75px + env(safe-area-inset-top, 0px));
  left: 0;
  right: 0;
  text-align: center;
  z-index: 20;
  pointer-events: none;
  padding: 0 16px;
}

/* Stage Footer & Progress Bar */
.cylinder-stage-footer {
  position: absolute;
  bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 20;
}

/* Scroll Progress Track */
.cylinder-progress-track {
  width: 220px;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cylinder-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #00f0ff 0%, #fbbf24 100%);
  border-radius: 9999px;
  box-shadow: 0 0 10px rgba(0, 240, 255, 0.8);
  transition: width 0.05s linear;
}

/* Cylinder Navigation Controls & Spotlight Counter Pill */
.cylinder-ctrl-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(10, 22, 42, 0.75);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  color: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.cylinder-ctrl-btn:hover {
  background: #00f0ff;
  color: #040914;
  border-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 240, 255, 0.6);
  transform: scale(1.08);
}

.cylinder-counter-pill {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  box-shadow:
    0 4px 18px rgba(0, 240, 255, 0.25),
    inset 0 0 14px rgba(255, 255, 255, 0.18),
    inset 0 -2px 6px rgba(0, 240, 255, 0.3);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.cylinder-counter-pill .counter-text {
  position: relative;
  z-index: 10;
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9), 0 0 10px rgba(0, 240, 255, 0.8);
}

/* 3. Rotating 3D Cylinder Track */
.cylinder-track {
  position: relative;
  width: 250px;
  height: 350px;
  transform-style: preserve-3d;
  will-change: transform;
  margin: auto;
}

/* 4. 8 Photo Cards in 3D Circle (45deg intervals, translateZ 360px) */
.cylinder-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(calc(var(--index) * 45deg)) translateZ(360px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(13, 20, 32, 0.8);
  border: 1.5px solid rgba(0, 240, 255, 0.28);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.85), 0 0 30px rgba(0, 240, 255, 0.15);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease, opacity 0.4s ease;
  cursor: pointer;
  user-select: none;
  filter: brightness(0.72) saturate(0.85);
  opacity: 0.85;
}

/* Dynamic Active / Front Facing Spotlight Card */
.cylinder-card.is-active-card,
.cylinder-card:hover {
  transform: rotateY(calc(var(--index) * 45deg)) translateZ(360px) scale(1.05);
  border-color: var(--gallery-cyan);
  box-shadow: 0 35px 85px rgba(0, 0, 0, 0.95), 0 0 45px rgba(0, 240, 255, 0.45), inset 0 1px 1px rgba(255, 255, 255, 0.35);
  filter: brightness(1.15) saturate(1.1);
  opacity: 1;
  z-index: 10;
}

.cylinder-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.cylinder-card:hover .cylinder-card-img,
.cylinder-card.is-active-card .cylinder-card-img {
  transform: scale(1.06);
}

.cylinder-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 9, 14, 0.95) 0%, rgba(7, 9, 14, 0.35) 50%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  pointer-events: none;
}

.cylinder-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 240, 255, 0.3);
  color: var(--gallery-cyan);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 6px;
  backdrop-filter: blur(6px);
}

.cylinder-card-title {
  font-family: 'Cinzel', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 4px;
}

.cylinder-card-loc {
  font-size: 0.78rem;
  color: var(--gallery-cyan);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Ambient Glowing Background Particles Canvas */
#ambient-particles-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.7;
  mix-blend-mode: screen;
}

/* Responsive Cylinder Styling */
@media (max-width: 1024px) {
  .cylinder-track {
    width: 240px;
    height: 340px;
  }

  .cylinder-card {
    transform: rotateY(calc(var(--index) * 45deg)) translateZ(330px);
  }

  .cylinder-card.is-active-card,
  .cylinder-card:hover {
    transform: rotateY(calc(var(--index) * 45deg)) translateZ(330px) scale(1.05);
  }
}

@media (max-width: 768px) {
  .cylinder-stage {
    perspective: 850px;
    padding: 10px;
  }

  .cylinder-stage-header {
    top: 68px;
    padding: 0 16px;
  }

  .cylinder-track {
    width: 190px;
    height: 280px;
  }

  .cylinder-card {
    transform: rotateY(calc(var(--index) * 45deg)) translateZ(240px);
    border-radius: 18px;
  }

  .cylinder-card.is-active-card,
  .cylinder-card:hover {
    transform: rotateY(calc(var(--index) * 45deg)) translateZ(240px) scale(1.05);
  }

  .cylinder-card-overlay {
    padding: 14px;
    background: linear-gradient(to top, rgba(4, 8, 18, 0.96) 0%, rgba(4, 8, 18, 0.45) 50%, transparent 100%);
  }

  .cylinder-card-badge {
    font-size: 0.58rem;
    padding: 2.5px 8px;
    margin-bottom: 5px;
    letter-spacing: 0.06em;
  }

  .cylinder-card-title {
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.22;
    margin-bottom: 2px;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.95);
  }

  .cylinder-card-loc {
    font-size: 0.72rem;
    font-weight: 600;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
  }

  .cylinder-stage-footer {
    bottom: 16px;
    gap: 8px;
  }

  .cylinder-progress-track {
    width: 180px;
    height: 3.5px;
  }

  .cylinder-ctrl-btn {
    width: 36px;
    height: 36px;
    font-size: 0.72rem;
  }

  .cylinder-counter-pill {
    padding: 6px 16px;
  }

  .cylinder-counter-pill .counter-text {
    font-size: 11px;
    letter-spacing: 0.05em;
  }

  .gallery-audio-toggle-wrapper {
    display: none !important;
  }
}

@media (max-width: 400px) {
  .cylinder-track {
    width: 175px;
    height: 260px;
  }

  .cylinder-card {
    transform: rotateY(calc(var(--index) * 45deg)) translateZ(225px);
  }

  .cylinder-card.is-active-card,
  .cylinder-card:hover {
    transform: rotateY(calc(var(--index) * 45deg)) translateZ(225px) scale(1.05);
  }

  .cylinder-card-title {
    font-size: 0.82rem;
  }
}

.carousel-3d-card:hover .carousel-3d-card-img {
  transform: scale(1.08);
}

.carousel-3d-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 9, 14, 0.92) 0%, rgba(7, 9, 14, 0.2) 55%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  pointer-events: none;
}

.carousel-3d-card-title {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 4px;
}

.carousel-3d-card-loc {
  font-size: 0.75rem;
  color: var(--gallery-cyan);
  display: flex;
  align-items: center;
  gap: 5px;
}

/* 3D Carousel UI Controls */
.carousel-controls-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 35px;
}

.carousel-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #f8fafc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.carousel-nav-btn:hover {
  background: rgba(0, 240, 255, 0.15);
  border-color: var(--gallery-cyan);
  color: var(--gallery-cyan);
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(0, 240, 255, 0.25);
}

.carousel-nav-btn:active {
  transform: scale(0.95);
}

.carousel-status-pill {
  padding: 8px 18px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #cbd5e1;
  backdrop-filter: blur(10px);
}

/* ==========================================================================
   SECTION 4: MASONRY GRID GALLERY & FILTER SYSTEM
   ========================================================================== */

#masonry-grid-section {
  position: relative;
  padding: calc(85px + env(safe-area-inset-top, 0px)) 0 calc(90px + env(safe-area-inset-bottom, 0px));
  background-color: var(--gallery-bg);
}

/* Filter Capsule Buttons with Living Liquid Glass Ocean Waves */
.gallery-filter-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 38px;
  padding: 0 16px;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}

.filter-pill-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 9px;
  padding: 9.5px 22px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  color: #94a3b8;
  font-family: 'Cinzel', serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  white-space: nowrap;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.filter-pill-btn .filter-icon,
.filter-pill-btn .filter-label,
.filter-pill-btn .filter-count-badge {
  position: relative;
  z-index: 10;
}

.filter-pill-btn .filter-label {
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.filter-pill-btn .water-tank,
.filter-pill-btn .glass-specular,
.filter-pill-btn .bottom-glow-line {
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.filter-pill-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(0, 240, 255, 0.35);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 240, 255, 0.18);
}

.filter-pill-btn:hover .water-tank,
.filter-pill-btn:hover .glass-specular {
  opacity: 0.55;
}

.filter-pill-btn.active {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
  font-weight: 800;
  box-shadow:
    0 6px 22px rgba(0, 240, 255, 0.28),
    inset 0 0 16px rgba(255, 255, 255, 0.2),
    inset 0 -2px 8px rgba(0, 240, 255, 0.35);
  transform: translateY(-2px) scale(1.02);
}

.filter-pill-btn.active .filter-label {
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9), 0 0 12px rgba(0, 240, 255, 0.85);
}

.filter-pill-btn.active .water-tank,
.filter-pill-btn.active .glass-specular,
.filter-pill-btn.active .bottom-glow-line {
  opacity: 1;
}

.filter-count-badge {
  font-size: 0.72rem;
  padding: 2px 8px;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.5);
  color: #00f0ff;
  border: 1px solid rgba(0, 240, 255, 0.3);
  font-weight: 700;
  box-shadow: 0 0 8px rgba(0, 240, 255, 0.2);
}

/* Modern Masonry CSS Grid */
.gallery-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

@media (min-width: 1280px) {
  .gallery-cards-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gallery-grid-item {
  position: relative;
  border-radius: var(--gallery-radius-md);
  overflow: hidden;
  background: var(--gallery-surface);
  border: 1px solid var(--gallery-glass-border);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  transition: transform 0.14s ease-out, box-shadow 0.35s ease, border-color 0.3s ease, opacity 0.4s ease;
  cursor: pointer;
  height: 380px;
  transform-style: preserve-3d;
  will-change: transform;
}

.gallery-grid-item.grid-item-featured {
  grid-column: span 2;
}

@media (max-width: 768px) {
  .gallery-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .gallery-grid-item {
    height: 300px;
    border-radius: 14px;
  }

  .gallery-grid-item.grid-item-featured {
    grid-column: span 2;
  }

  .gallery-item-title {
    font-size: 0.88rem;
  }

  .gallery-item-loc {
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .gallery-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gallery-grid-item {
    height: 340px;
  }

  .gallery-grid-item.grid-item-featured {
    grid-column: span 1;
  }
}

.gallery-grid-item:hover {
  transform: translateY(-8px) scale(1.015);
  border-color: rgba(0, 240, 255, 0.4);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.75), 0 0 30px rgba(0, 240, 255, 0.18);
}

.gallery-grid-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
}

.gallery-grid-item:hover .gallery-grid-item-img {
  transform: scale(1.07);
}

.gallery-grid-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 9, 14, 0.95) 0%, rgba(7, 9, 14, 0.35) 45%, rgba(7, 9, 14, 0.2) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.gallery-grid-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-6px);
  opacity: 0.9;
  transition: all 0.3s ease;
}

.gallery-grid-item:hover .gallery-grid-item-top {
  transform: translateY(0);
  opacity: 1;
}

.gallery-category-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 9999px;
  background: rgba(4, 12, 24, 0.75);
  border: 1px solid rgba(0, 240, 255, 0.3);
  color: var(--gallery-cyan);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.gallery-zoom-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  backdrop-filter: blur(8px);
  transform: scale(0.85);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-grid-item:hover .gallery-zoom-icon {
  transform: scale(1);
  opacity: 1;
  background: var(--gallery-cyan);
  color: #07090e;
  box-shadow: 0 0 15px var(--gallery-cyan);
}

.gallery-grid-item-bottom {
  transform: translateY(4px);
  transition: transform 0.3s ease;
}

.gallery-grid-item:hover .gallery-grid-item-bottom {
  transform: translateY(0);
}

.gallery-item-title {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.35;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

.gallery-item-loc {
  font-size: 0.74rem;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

.gallery-item-loc i {
  color: var(--gallery-cyan);
  font-size: 0.72rem;
}

/* Filter Hide State & Fade In Animation */
.gallery-grid-item.item-hidden {
  display: none !important;
}

@keyframes gridCardFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.btn-lightbox-wa {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9.5px 22px;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.85) 0%, rgba(18, 140, 126, 0.95) 100%);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.btn-lightbox-wa:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.6), 0 0 20px rgba(0, 240, 255, 0.3);
  border-color: #ffffff;
  color: #ffffff;
}

/* ==========================================================================
   SECTION 5: FULLSCREEN LIGHTBOX MODAL (100% VANILLA)
   ========================================================================== */

#lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(3, 6, 11, 0.94);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s ease;
}

#lightbox-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 9, 14, 0.6);
  z-index: 10;
}

.lightbox-title-bar {
  display: flex;
  flex-direction: column;
}

.lightbox-photo-title {
  font-family: 'Cinzel', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.08em;
}

.lightbox-photo-sub {
  font-size: 0.78rem;
  color: var(--gallery-cyan);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
}

.lightbox-action-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lightbox-icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.lightbox-icon-btn:hover {
  background: rgba(0, 240, 255, 0.2);
  border-color: var(--gallery-cyan);
  color: var(--gallery-cyan);
  transform: scale(1.08);
}

.lightbox-body {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  overflow: hidden;
}

.lightbox-main-img-wrapper {
  position: relative;
  max-width: 90vw;
  max-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
}

.lightbox-main-img {
  max-width: 100%;
  max-height: 72vh;
  object-fit: contain;
  border-radius: var(--gallery-radius-md);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.9), 0 0 40px rgba(0, 240, 255, 0.15);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  user-select: none;
}

.lightbox-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(13, 20, 32, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.lightbox-nav-prev {
  left: 24px;
}

.lightbox-nav-next {
  right: 24px;
}

.lightbox-nav-arrow:hover {
  background: rgba(0, 240, 255, 0.25);
  border-color: var(--gallery-cyan);
  color: var(--gallery-cyan);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 12px 35px rgba(0, 240, 255, 0.3);
}

.lightbox-footer-bar {
  padding: 12px 24px 20px;
  background: rgba(7, 9, 14, 0.85);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lightbox-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.lightbox-spot-info {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.82rem;
  color: #cbd5e1;
}

.lightbox-thumbnails-strip {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 2px;
  scrollbar-width: thin;
}

.lightbox-thumbnails-strip::-webkit-scrollbar {
  height: 4px;
}

.lightbox-thumbnails-strip::-webkit-scrollbar-thumb {
  background: rgba(0, 240, 255, 0.4);
  border-radius: 9999px;
}

.lightbox-thumb-item {
  position: relative;
  width: 58px;
  height: 42px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease;
}

.lightbox-thumb-item:hover {
  opacity: 0.85;
  border-color: var(--gallery-cyan);
}

.lightbox-thumb-item.active {
  opacity: 1;
  border-color: var(--gallery-gold);
  box-shadow: 0 0 12px var(--gallery-gold-glow);
  transform: scale(1.08);
}

.lightbox-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES FOR 3D GALLERY
   ========================================================================== */

@media (max-width: 1024px) {
  #main-nav {
    top: 14px;
    padding: 5px 8px 5px 12px;
    gap: 8px;
  }

  #main-nav.scrolled {
    top: 10px;
    padding: 4px 7px 4px 10px;
  }

  .carousel-3d-viewport {
    height: 460px;
  }

  .carousel-3d-ring {
    width: 230px;
    height: 320px;
  }

  .carousel-3d-card {
    width: 230px;
    height: 320px;
  }
}

@media (max-width: 640px) {
  #main-nav {
    top: 10px;
    padding: 4px 6px 4px 10px;
    gap: 6px;
  }

  .nav-brand-title {
    font-size: 0.84rem;
    letter-spacing: 0.16em;
  }

  .nav-logo-badge {
    width: 26px;
    height: 26px;
  }

  .nav-logo-badge span {
    font-size: 0.75rem;
  }

  .nav-actions {
    gap: 5px;
  }

  .nav-cta-btn {
    padding: 5px 11px;
    font-size: 9.5px;
    letter-spacing: 0.08em;
    gap: 5px;
  }

  .nav-hamburger {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 768px) {
  #hero-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .hero-3d-card {
    height: 420px;
  }

  .carousel-3d-viewport {
    height: 400px;
    perspective: 900px;
  }

  .carousel-3d-ring {
    width: 190px;
    height: 270px;
  }

  .carousel-3d-card {
    width: 190px;
    height: 270px;
  }

  .carousel-3d-card-title {
    font-size: 0.88rem;
  }

  .lightbox-body {
    padding: 12px 16px;
  }

  .lightbox-nav-arrow {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }

  .lightbox-nav-prev {
    left: 8px;
  }

  .lightbox-nav-next {
    right: 8px;
  }

  .lightbox-header {
    padding: 12px 16px;
  }

  .lightbox-footer-bar {
    padding: 10px 14px;
  }
}

/* ==========================================================================
   FLOATING OCEAN AMBIENT SOUND TOGGLE (GALLERY PAGE)
   ========================================================================== */

.gallery-audio-toggle-wrapper {
  position: fixed;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  left: 20px;
  z-index: 60;
}

.gallery-sound-toggle-btn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 18px;
  border-radius: 9999px;
  background: rgba(6, 12, 24, 0.76);
  backdrop-filter: blur(28px) saturate(190%);
  -webkit-backdrop-filter: blur(28px) saturate(190%);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #cbd5e1;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  user-select: none;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.gallery-sound-toggle-btn:hover {
  border-color: rgba(0, 240, 255, 0.55);
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 240, 255, 0.35);
  transform: translateY(-2px);
}

.gallery-sound-toggle-btn.is-active {
  border-color: rgba(0, 240, 255, 0.7);
  box-shadow: 0 0 22px rgba(0, 240, 255, 0.4), inset 0 0 12px rgba(0, 240, 255, 0.2);
  color: #00f0ff;
}

.gallery-sound-wave-icon {
  display: flex;
  align-items: center;
  gap: 2.5px;
  height: 14px;
}

.gallery-sound-wave-icon .bar {
  width: 2.5px;
  height: 100%;
  background: var(--gallery-cyan);
  border-radius: 9999px;
  transform: scaleY(0.25);
  transform-origin: bottom;
  transition: transform 0.2s ease;
}

.gallery-sound-toggle-btn.is-active .gallery-sound-wave-icon .bar-1 {
  animation: galleryWaveBounce 1.2s ease-in-out infinite alternate;
}

.gallery-sound-toggle-btn.is-active .gallery-sound-wave-icon .bar-2 {
  animation: galleryWaveBounce 0.9s ease-in-out infinite alternate 0.2s;
}

.gallery-sound-toggle-btn.is-active .gallery-sound-wave-icon .bar-3 {
  animation: galleryWaveBounce 1.4s ease-in-out infinite alternate 0.4s;
}

.gallery-sound-toggle-btn.is-active .gallery-sound-wave-icon .bar-4 {
  animation: galleryWaveBounce 1.0s ease-in-out infinite alternate 0.1s;
}

@keyframes galleryWaveBounce {
  0% {
    transform: scaleY(0.2);
  }

  50% {
    transform: scaleY(1.0);
  }

  100% {
    transform: scaleY(0.35);
  }
}

.gallery-sound-label {
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: inherit;
  white-space: nowrap;
}

/* Micro-Interaction Radial Glow on Cards */
.gallery-grid-item::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 18px;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(0, 240, 255, 0.35) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 5;
}

.gallery-grid-item:hover::after {
  opacity: 1;
}

@media (max-width: 768px) {
  .gallery-audio-toggle-wrapper {
    display: none !important;
  }
}

/* ==========================================================================
   CHAPTER III: SANCTUARY ACCOMMODATIONS & 18 HOTELS SLIDER ENGINE
   ========================================================================== */

#hotel-slider-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 6px 4px 12px 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 240, 255, 0.4) rgba(2, 6, 12, 0.5);
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  cursor: grab;
  overscroll-behavior: contain;
}

#hotel-slider-track::-webkit-scrollbar {
  height: 5px;
  display: block;
}

#hotel-slider-track::-webkit-scrollbar-track {
  background: rgba(2, 6, 12, 0.55);
  border-radius: 9999px;
  margin: 0 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

#hotel-slider-track::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #00F0FF 0%, #38BDF8 50%, #D4AF37 100%);
  border-radius: 9999px;
  box-shadow: 0 0 8px rgba(0, 240, 255, 0.45);
}

#hotel-slider-track::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #38BDF8 0%, #00F0FF 50%, #FBBF24 100%);
  box-shadow: 0 0 12px rgba(0, 240, 255, 0.75);
}

#hotel-slider-track.active-drag {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.hotel-card {
  flex: 0 0 285px;
  max-width: 295px;
  scroll-snap-align: start;
  background: rgba(10, 22, 40, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 240, 255, 0.18);
  border-radius: 18px;
  padding: 11px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  user-select: none;
  position: relative;
}

.hotel-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 240, 255, 0.45);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 240, 255, 0.15);
}

.hotel-card.hidden-filter {
  display: none !important;
}

@keyframes cardFadeIn {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.hotel-card.animate-fade-in {
  animation: cardFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hotel-img-wrapper {
  position: relative;
  width: 100%;
  height: 142px;
  border-radius: 12px;
  overflow: hidden;
  background: #081222;
}

.hotel-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hotel-card:hover .hotel-img-wrapper img {
  transform: scale(1.06);
}

.badge-pill {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 9999px;
  background: rgba(4, 18, 33, 0.82);
  backdrop-filter: blur(8px);
  color: #00f0ff;
  border: 1px solid rgba(0, 240, 255, 0.35);
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.card-content-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  justify-content: space-between;
}

.card-category-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.card-category-text {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e2b168;
}

.card-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
}

.card-rating-badge i {
  color: #fbbf24;
  font-size: 10px;
}

.card-hotel-title {
  font-family: 'Cinzel', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin-top: 2px;
  transition: color 0.25s ease;
}

.hotel-card:hover .card-hotel-title {
  color: #80f8ff;
}

.card-location-text {
  font-size: 11px;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.4;
}

.card-location-text i {
  color: #00f0ff;
  font-size: 10px;
}

.card-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 4px 0 2px;
}

.card-tag-pill {
  font-size: 9.5px;
  font-weight: 500;
  padding: 2.5px 7px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
}

.card-bottom-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: auto;
  min-height: 48px;
}

.card-full-address {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 11.5px;
  line-height: 1.45;
  color: #94a3b8;
  width: 100%;
}

.card-full-address i {
  color: #00f0ff;
  font-size: 11px;
  margin-top: 2.5px;
  flex-shrink: 0;
}

.card-full-address span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #cbd5e1;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.hotel-card:hover .card-full-address span {
  color: #e2e8f0;
}

.card-price-wrap {
  display: flex;
  flex-direction: column;
}

.price-unit-sub {
  font-size: 9.5px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.card-price-value {
  font-family: 'Cinzel', serif;
  font-size: 13.5px;
  font-weight: 800;
  color: #e2b168;
  text-shadow: 0 0 10px rgba(226, 177, 104, 0.3);
}

.card-actions-group {
  display: flex;
  align-items: center;
  gap: 6px;
}

.btn-card-select,
.btn-card-book {
  padding: 6.5px 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(226, 177, 104, 0.25) 0%, rgba(184, 135, 52, 0.35) 100%);
  border: 1px solid rgba(226, 177, 104, 0.5);
  color: #f8e3a2;
  font-family: 'Cinzel', serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.btn-card-select:hover,
.btn-card-book:hover {
  background: #e2b168;
  color: #040914;
  box-shadow: 0 0 14px rgba(226, 177, 104, 0.6);
  transform: translateY(-1px);
}

/* ==========================================================================
   VIEW ALL CATALOG BUTTON (GLASS WATER TUBE CAPSULE WITH OCEAN WAVES)
   ========================================================================== */
.view-all-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8.5px 20px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    0 6px 22px rgba(0, 240, 255, 0.28),
    inset 0 0 16px rgba(255, 255, 255, 0.2),
    inset 0 -2px 8px rgba(0, 240, 255, 0.35);
  color: #ffffff !important;
  font-family: 'Cinzel', serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  white-space: nowrap;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.view-all-btn .view-all-text {
  position: relative;
  z-index: 10;
  color: #ffffff;
  font-family: 'Cinzel', serif;
  letter-spacing: 0.12em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9), 0 0 12px rgba(0, 240, 255, 0.85);
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.view-all-btn .view-all-arrow {
  position: relative;
  z-index: 10;
  color: #00f0ff;
  font-size: 12px;
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.3s ease;
}

.view-all-btn:hover {
  transform: translateY(-2px) scale(1.03);
  border-color: rgba(255, 255, 255, 0.75);
  box-shadow:
    0 10px 28px rgba(0, 240, 255, 0.45),
    0 0 20px rgba(0, 240, 255, 0.3),
    inset 0 0 20px rgba(255, 255, 255, 0.35),
    inset 0 -3px 10px rgba(0, 240, 255, 0.5);
}

.view-all-btn:hover .view-all-text {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9), 0 0 16px rgba(0, 240, 255, 1);
}

.view-all-btn:hover .view-all-arrow {
  transform: translateX(4px);
  color: #ffffff;
  text-shadow: 0 0 10px #00f0ff;
}

.view-all-btn:active {
  transform: translateY(0.5px) scale(0.98);
}

/* Category Filter Bar */
.hotel-filter-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 8px;
}

.hotel-filter-pills-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 2px 6px 2px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

.hotel-filter-pills-wrap::-webkit-scrollbar {
  display: none;
}

.hotel-filter-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 7px 18px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  color: #94a3b8;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  user-select: none;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.hotel-filter-btn .filter-btn-text {
  position: relative;
  z-index: 10;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.hotel-filter-btn .water-tank,
.hotel-filter-btn .glass-specular,
.hotel-filter-btn .bottom-glow-line {
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.hotel-filter-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(0, 240, 255, 0.35);
  color: #ffffff;
  transform: translateY(-1.5px);
  box-shadow: 0 4px 14px rgba(0, 240, 255, 0.15);
}

.hotel-filter-btn:hover .water-tank,
.hotel-filter-btn:hover .glass-specular {
  opacity: 0.55;
}

.hotel-filter-btn.active {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
  font-weight: 700;
  box-shadow:
    0 4px 18px rgba(0, 240, 255, 0.28),
    inset 0 0 14px rgba(255, 255, 255, 0.2),
    inset 0 -2px 6px rgba(0, 240, 255, 0.35);
  transform: translateY(-1.5px) scale(1.02);
}

.hotel-filter-btn.active .filter-btn-text {
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85), 0 0 10px rgba(0, 240, 255, 0.8);
}

.hotel-filter-btn.active .water-tank,
.hotel-filter-btn.active .glass-specular,
.hotel-filter-btn.active .bottom-glow-line {
  opacity: 1;
}

.hotel-arrow-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hotel-arrow-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(10, 22, 40, 0.8);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(0, 240, 255, 0.25);
  color: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
  user-select: none;
}

.hotel-arrow-btn:hover {
  background: rgba(0, 240, 255, 0.2);
  border-color: #00f0ff;
  color: #00f0ff;
  box-shadow: 0 0 16px rgba(0, 240, 255, 0.4);
  transform: scale(1.06);
}

.hotel-arrow-btn:disabled,
.hotel-arrow-btn.disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

/* Progress Indicator */
.hotel-progress-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
  padding: 0 6px;
}

.hotel-progress-track {
  flex: 1;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
}

.hotel-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5.5%;
  background: linear-gradient(90deg, #e2b168, #00f0ff);
  border-radius: 9999px;
  box-shadow: 0 0 10px #00f0ff;
  transition: width 0.15s ease-out;
}

.hotel-progress-counter {
  font-family: 'Cinzel', serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #e2b168;
  white-space: nowrap;
}

/* Modal Drawer for Accommodations Detail */
#hotel-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 14, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

#hotel-drawer-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

#hotel-drawer {
  position: fixed;
  top: 0;
  right: -520px;
  width: 480px;
  max-width: 100vw;
  height: 100vh;
  background: rgba(6, 14, 28, 0.94);
  backdrop-filter: blur(32px) saturate(190%);
  -webkit-backdrop-filter: blur(32px) saturate(190%);
  border-left: 1px solid rgba(0, 240, 255, 0.25);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.9), 0 0 35px rgba(0, 240, 255, 0.1);
  z-index: 2001;
  display: flex;
  flex-direction: column;
  transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
}

#hotel-drawer.open {
  right: 0;
}

.drawer-header {
  position: relative;
  width: 100%;
  height: 230px;
  flex-shrink: 0;
  overflow: hidden;
}

.drawer-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drawer-header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 14, 28, 0.2) 0%, rgba(6, 14, 28, 0.95) 100%);
}

.drawer-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(4, 9, 20, 0.75);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.25s ease;
}

.drawer-close-btn:hover {
  background: rgba(0, 240, 255, 0.2);
  border-color: #00f0ff;
  color: #00f0ff;
  transform: rotate(90deg);
}

.drawer-badge-pill {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 4px 12px;
  border-radius: 9999px;
  background: rgba(4, 18, 33, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 240, 255, 0.4);
  color: #00f0ff;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  z-index: 5;
}

.drawer-header-info {
  position: absolute;
  bottom: 16px;
  left: 20px;
  right: 20px;
  z-index: 5;
}

.drawer-cat-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.drawer-cat-text {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e2b168;
}

.drawer-title {
  font-family: 'Cinzel', serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
}

.drawer-body {
  padding: 20px 24px 90px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.drawer-location-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #94a3b8;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.drawer-location-strip i {
  color: #00f0ff;
}

.drawer-price-card {
  padding: 14px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(226, 177, 104, 0.12) 0%, rgba(10, 22, 40, 0.7) 100%);
  border: 1px solid rgba(226, 177, 104, 0.35);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-calc-label {
  font-size: 11px;
  color: #cbd5e1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.price-calc-rate {
  font-family: 'Cinzel', serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #e2b168;
}

.drawer-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.drawer-section-title {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00f0ff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.drawer-section-title::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 1.5px;
  background: #00f0ff;
}

.drawer-desc-p {
  font-size: 13px;
  line-height: 1.65;
  color: #cbd5e1;
  font-weight: 300;
}

.drawer-amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.amenity-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12px;
  color: #e2e8f0;
}

.amenity-item i {
  color: #00f0ff;
  font-size: 13px;
  width: 16px;
  text-align: center;
}

.drawer-vip-box {
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.08) 0%, rgba(10, 22, 40, 0.6) 100%);
  border: 1px solid rgba(0, 240, 255, 0.25);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.drawer-vip-title {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #80f8ff;
  display: flex;
  align-items: center;
  gap: 6px;
}

.drawer-vip-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.drawer-vip-list li {
  font-size: 12px;
  color: #cbd5e1;
  display: flex;
  align-items: center;
  gap: 8px;
}

.drawer-vip-list li i {
  color: #10b981;
  font-size: 11px;
}

.drawer-footer-actions {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 24px;
  background: rgba(4, 9, 20, 0.95);
  backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 10px;
  z-index: 20;
  margin-top: auto;
}

.btn-drawer-wa {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(16, 185, 129, 0.4);
  transition: all 0.3s ease;
}

.btn-drawer-wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(16, 185, 129, 0.6);
}

@media (max-width: 768px) {
  .hotel-card {
    flex: 0 0 78vw !important;
    max-width: 275px !important;
    min-width: 235px !important;
    padding: 9px !important;
    border-radius: 14px !important;
  }

  #hotel-slider-track {
    gap: 10px !important;
    padding: 4px 2px 6px 2px !important;
  }

  #hotel-drawer {
    width: 100vw;
    max-width: 100vw;
    right: -100vw;
  }

  #hotel-drawer.open {
    right: 0;
  }

  .drawer-amenities-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   LUXURY RESERVATION MODAL & CUSTOM SELECTOR COMPONENT (FOR INDEX.HTML)
   ========================================================================== */
.modal-backdrop-luxury {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-backdrop-luxury.active {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.modal-panel-luxury {
  background: #040914;
  border: 1px solid rgba(0, 240, 255, 0.35);
  box-shadow: 0 0 60px rgba(0, 240, 255, 0.22), 0 20px 50px rgba(0, 0, 0, 0.95);
  transform: scale(0.94) translateY(20px);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: contain !important;
  scroll-behavior: smooth !important;
  touch-action: pan-y !important;
  will-change: scroll-position !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(0, 240, 255, 0.5) rgba(255, 255, 255, 0.03) !important;
}

.modal-backdrop-luxury.active .modal-panel-luxury {
  transform: scale(1) translateY(0) !important;
}

/* Custom Select Architecture */
.custom-select-container {
  position: relative;
  width: 100%;
}

.hidden-native-select {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}

.custom-select-trigger {
  width: 100%;
  padding: 10px 14px;
  background: rgba(3, 8, 20, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.custom-select-trigger:hover,
.custom-select-container.open .custom-select-trigger {
  border-color: var(--color-cyan-glow, #00f0ff);
  background: rgba(5, 14, 30, 0.95);
  box-shadow: 0 0 20px rgba(0, 240, 255, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.trigger-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.trigger-icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: rgba(0, 240, 255, 0.12);
  border: 1px solid rgba(0, 240, 255, 0.25);
  color: #00f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

.trigger-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.trigger-pkg-title {
  font-family: 'Cinzel', serif;
  font-size: 12.5px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trigger-pkg-route {
  font-size: 10px;
  color: #94a3b8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trigger-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.trigger-pkg-price {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: 800;
  color: #00f0ff;
  background: rgba(0, 240, 255, 0.1);
  padding: 3px 8px;
  border-radius: 8px;
  border: 1px solid rgba(0, 240, 255, 0.25);
}

.trigger-arrow {
  font-size: 11px;
  color: #94a3b8;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.custom-select-container.open .trigger-arrow {
  transform: rotate(180deg);
  color: #00f0ff;
}

/* Popover Menu Desktop */
.custom-options-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #060e1c;
  border: 1px solid rgba(0, 240, 255, 0.3);
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.85), 0 0 30px rgba(0, 240, 255, 0.2);
  z-index: 100;
  max-height: 340px;
  display: none;
  flex-direction: column;
  overflow: hidden;
  backdrop-filter: blur(20px);
}

.custom-select-container.open .custom-options-menu {
  display: flex;
  animation: popoverFadeIn 0.22s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes popoverFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-options-header {
  display: none;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: space-between;
  align-items: center;
  font-family: 'Cinzel', serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #00f0ff;
}

.btn-close-options {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-options-list {
  padding: 6px;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-height: 320px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: contain !important;
  scroll-behavior: smooth !important;
  touch-action: pan-y !important;
  will-change: scroll-position !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(0, 240, 255, 0.5) rgba(255, 255, 255, 0.03) !important;
}

.custom-options-list::-webkit-scrollbar {
  width: 5px;
}

.custom-options-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 9999px;
  margin: 4px 0;
}

.custom-options-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #00f0ff 0%, #10b981 100%);
  border-radius: 9999px;
  box-shadow: 0 0 10px rgba(0, 240, 255, 0.5);
}

.custom-options-list::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #38bdf8 0%, #34d399 100%);
}

.custom-option-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.18s ease;
  border: 1px solid transparent;
}

.custom-option-item:hover {
  background: rgba(0, 240, 255, 0.1);
  border-color: rgba(0, 240, 255, 0.25);
}

.custom-option-item.active {
  background: rgba(0, 240, 255, 0.15);
  border-color: #00f0ff;
}

.option-item-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.option-icon-box {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00f0ff;
  font-size: 12px;
  flex-shrink: 0;
}

.option-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.option-badge-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
}

.option-badge {
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1px 5px;
  border-radius: 4px;
  background: rgba(0, 240, 255, 0.15);
  color: #00f0ff;
  border: 1px solid rgba(0, 240, 255, 0.3);
}

.option-duration {
  font-size: 9px;
  color: #94a3b8;
  font-family: monospace;
}

.option-title {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
}

.option-route {
  font-size: 9.5px;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.option-item-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.option-price {
  font-size: 11.5px;
  font-weight: 700;
  color: #00f0ff;
  font-family: 'Cinzel', serif;
}

.option-check {
  color: #00f0ff;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.custom-option-item.active .option-check {
  opacity: 1;
}

.custom-options-backdrop {
  display: none;
}

/* Mobile Bottom Sheet for Custom Selector */
@media (max-width: 768px) {
  .custom-options-menu {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 72vh;
    border-radius: 24px 24px 0 0;
    z-index: 2100;
    border-bottom: none;
    background: #050d1a;
  }

  .custom-options-header {
    display: flex;
  }

  .custom-options-list {
    max-height: calc(72vh - 65px);
    padding: 10px 14px 24px;
    gap: 8px;
  }

  .custom-options-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
    z-index: 2050;
  }

  .custom-select-container.open .custom-options-backdrop {
    display: block;
  }
}

/* Luxury Input Field Wrappers */
.dash-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 2px;
}

.dash-badge-helper {
  font-size: 9.5px;
  color: #94a3b8;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

.dash-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 14px;
  background: rgba(3, 8, 20, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.dash-input-wrapper:focus-within {
  border-color: #00f0ff;
  box-shadow: 0 0 16px rgba(0, 240, 255, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  background: rgba(5, 14, 30, 0.95);
}

.input-icon-box {
  width: 38px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00f0ff;
  font-size: 13px;
  flex-shrink: 0;
  padding-left: 12px;
}

.input-prefix-tag {
  padding: 4px 8px;
  margin-left: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  font-family: monospace;
  white-space: nowrap;
  flex-shrink: 0;
}

.dash-input.with-icon {
  border: none !important;
  background: transparent !important;
  padding: 10px 14px 10px 8px !important;
  color: #ffffff;
  width: 100%;
  outline: none;
  font-size: 12.5px;
  box-shadow: none !important;
}

.dash-input.with-prefix {
  border: none !important;
  background: transparent !important;
  padding: 10px 14px 10px 8px !important;
  color: #ffffff;
  width: 100%;
  outline: none;
  font-size: 12.5px;
  font-family: monospace;
  box-shadow: none !important;
}

/* Luxury Counter */
.dash-counter-box-luxury {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(3, 8, 20, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 3px 6px;
  height: 42px;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.dash-counter-box-luxury:hover {
  border-color: rgba(0, 240, 255, 0.3);
}

.btn-counter-luxury {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.btn-counter-luxury:hover {
  background: rgba(0, 240, 255, 0.2);
  border-color: #00f0ff;
  color: #00f0ff;
  transform: scale(1.06);
}

.counter-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1;
}

.dash-counter-input {
  width: 32px;
  background: transparent;
  border: none;
  color: #00f0ff;
  font-family: monospace;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  outline: none;
}

.counter-unit {
  font-size: 11px;
  color: #94a3b8;
  font-weight: 600;
  text-transform: uppercase;
}

/* Quick Suggestion Chips */
.quick-request-chips {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 5px;
}

.quick-chip-btn {
  font-size: 9.5px;
  font-weight: 600;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3px 8px;
  border-radius: 9999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.quick-chip-btn:hover,
.quick-chip-btn.active {
  background: rgba(0, 240, 255, 0.15);
  border-color: #00f0ff;
  color: #ffffff;
  transform: translateY(-1px);
}

/* Dynamic Price Summary Box */
.dash-price-summary-box {
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.08) 0%, rgba(16, 185, 129, 0.08) 100%);
  border: 1px solid rgba(0, 240, 255, 0.25);
  border-radius: 14px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.dash-summary-main-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.dash-summary-left {
  display: flex;
  flex-direction: column;
}

.dash-summary-title {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
}

.dash-summary-unit {
  font-size: 11px;
  color: #cbd5e1;
  font-weight: 600;
}

.dash-summary-right {
  text-align: right;
}

.dash-summary-price {
  font-family: 'Cinzel', serif;
  font-size: 1.35rem;
  font-weight: 900;
  color: #00f0ff;
  text-shadow: 0 0 20px rgba(0, 240, 255, 0.45);
  letter-spacing: 0.02em;
}

.dash-summary-footer-badge {
  font-size: 9.5px;
  color: #34d399;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  padding-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

/* Submit Shimmer Button */
.dash-submit-btn {
  width: 100%;
  padding: 13px 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 20px rgba(16, 185, 129, 0.4);
  transition: all 0.25s ease;
}

.dash-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(16, 185, 129, 0.6);
  background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
}

/* ==========================================================================
   AUTHENTIC PACKAGE DETAIL MODAL (LIHAT DETAIL) STYLES
   ========================================================================== */
#package-detail-modal {
  touch-action: pan-y;
}

#package-detail-modal.active {
  opacity: 1 !important;
  pointer-events: auto !important;
}

#package-detail-modal .modal-dialog {
  display: flex !important;
  flex-direction: column !important;
  max-height: 88vh !important;
  overflow: hidden !important;
  position: relative !important;
  transform: scale(0.96) translateY(10px);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
}

#package-detail-modal.active .modal-dialog {
  transform: scale(1) translateY(0) !important;
}

.modal-travel-header {
  flex-shrink: 0 !important;
}

.modal-footer {
  flex-shrink: 0 !important;
}

.modal-body-scrollable {
  display: block !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: contain !important;
  scroll-behavior: smooth !important;
  touch-action: pan-y !important;
  will-change: scroll-position !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(0, 240, 255, 0.5) rgba(255, 255, 255, 0.03) !important;
}

.modal-body-scrollable::-webkit-scrollbar,
.modal-panel-luxury::-webkit-scrollbar,
.experiences-scroll-area::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.modal-body-scrollable::-webkit-scrollbar-track,
.modal-panel-luxury::-webkit-scrollbar-track,
.experiences-scroll-area::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 9999px;
  margin: 6px 0;
}

.modal-body-scrollable::-webkit-scrollbar-thumb,
.modal-panel-luxury::-webkit-scrollbar-thumb,
.experiences-scroll-area::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #00f0ff 0%, #10b981 100%);
  border-radius: 9999px;
  box-shadow: 0 0 10px rgba(0, 240, 255, 0.5);
}

.modal-body-scrollable::-webkit-scrollbar-thumb:hover,
.modal-panel-luxury::-webkit-scrollbar-thumb:hover,
.experiences-scroll-area::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #38bdf8 0%, #34d399 100%);
}


.modal-desc-p {
  margin-bottom: 6px;
  line-height: 1.6;
}

.modal-desc-highlight {
  color: #ffffff;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 6px;
  padding-left: 8px;
  border-left: 3px solid #00f0ff;
  font-size: 12.5px;
  letter-spacing: 0.02em;
}

.highlight-chip-large {
  padding: 3.5px 9px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e2e8f0;
  font-size: 10.5px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.modal-hotel-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
  text-align: left;
}

.modal-hotel-table th {
  background: rgba(0, 240, 255, 0.12);
  color: #00f0ff;
  font-weight: 700;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(0, 240, 255, 0.25);
  white-space: nowrap;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.modal-hotel-table td {
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: middle;
  font-size: 11px;
}

.modal-hotel-table tr:hover {
  background: rgba(0, 240, 255, 0.08) !important;
}

.route-dash-line {
  position: relative;
  width: 100%;
  height: 2px;
  background: rgba(0, 240, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.route-ship-icon {
  animation: modalShipCruise 2.5s ease-in-out infinite;
}

@keyframes modalShipCruise {

  0%,
  100% {
    transform: translateX(-10px) rotate(-3deg);
  }

  50% {
    transform: translateX(10px) rotate(3deg);
  }
}

/* Mobile Responsiveness for Modal on Screen <= 640px */
@media (max-width: 640px) {
  #package-detail-modal .modal-dialog {
    max-height: 92vh !important;
    width: 95vw !important;
    border-radius: 20px !important;
  }

  .modal-travel-header {
    padding: 10px 12px 8px !important;
  }

  .modal-title {
    font-size: 12px !important;
    margin-bottom: 4px !important;
    line-height: 1.3 !important;
  }

  .modal-route-ribbon {
    font-size: 9.5px !important;
    gap: 4px !important;
    margin-top: 4px !important;
  }

  .modal-body-scrollable {
    padding: 10px 12px !important;
    gap: 10px !important;
  }

  .modal-metrics-grid {
    gap: 6px !important;
  }

  .metric-card {
    padding: 6px 3px !important;
    border-radius: 10px !important;
  }

  .metric-label {
    font-size: 8.5px !important;
  }

  .metric-val {
    font-size: 11px !important;
  }

  .modal-desc-box {
    padding: 10px 12px !important;
    font-size: 11.5px !important;
    border-radius: 12px !important;
  }

  .modal-desc-highlight {
    font-size: 11.5px !important;
    margin-top: 8px !important;
    margin-bottom: 4px !important;
  }

  .modal-footer {
    padding: 8px 12px !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 6px !important;
  }

  .modal-actions-right {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 6px !important;
    flex: 1 !important;
    justify-content: flex-end !important;
    min-width: 0 !important;
  }

  .modal-btn-back {
    padding: 7px 10px !important;
    font-size: 10.5px !important;
    border-radius: 10px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
  }

  #modal-pkg-share-btn {
    padding: 7px 10px !important;
    font-size: 10.5px !important;
    border-radius: 10px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
  }

  #modal-pkg-book-btn {
    padding: 7px 12px !important;
    font-size: 10.5px !important;
    border-radius: 10px !important;
    white-space: nowrap !important;
    flex: 1 !important;
    min-width: 0 !important;
    text-align: center !important;
  }
}

/* ==============================================================================
   ANDROID & MOBILE HARDWARE GPU ACCELERATION TUNING (60 FPS FLUIDITY)
   ============================================================================== */
@media (max-width: 768px) {
  * {
    -webkit-tap-highlight-color: transparent;
  }
  
  canvas#scrolly-canvas {
    transform: translate3d(0, 0, 0);
    will-change: transform;
    image-rendering: -webkit-optimize-contrast;
  }

  .canvas-vignette,
  .bg-noise {
    transform: translateZ(0);
    contain: strict;
  }

  /* GPU fillrate relief for Android */
  .backdrop-blur-md,
  .backdrop-blur-lg,
  .backdrop-blur-xl {
    -webkit-backdrop-filter: blur(8px) !important;
    backdrop-filter: blur(8px) !important;
  }

  /* Smooth GPU touch momentum */
  html, body {
    -webkit-overflow-scrolling: touch;
  }
}