/* ==========================================================================
   SUNSEA KARIMUNJAWA - 3D SPATIAL "MIRROR HALL" DESTINATIONS SYSTEM
   100% Pure Native CSS3 3D Transforms (Zero Dependency)
   ========================================================================== */

:root {
  --dest-bg: #040711;
  --dest-bg-translucent: rgba(4, 7, 17, 0.88);
  --dest-surface: rgba(8, 16, 29, 0.75);
  --dest-surface-glass: rgba(255, 255, 255, 0.04);
  --dest-border-glass: rgba(255, 255, 255, 0.12);
  --dest-cyan: #00f0ff;
  --dest-cyan-glow: rgba(0, 240, 255, 0.35);
  --dest-gold: #fbbf24;
  --dest-gold-glow: rgba(251, 191, 36, 0.35);
  --dest-text: #f8fafc;
  --dest-text-muted: #94a3b8;
}

/* Base Body Setup */
body.destinasi-body {
  background-color: var(--dest-bg);
  color: var(--dest-text);
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  user-select: none;
  -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   1. FIXED GLASSMORPHISM NAVBAR
   ========================================================================== */

.dest-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 16px 24px;
  pointer-events: none;
  transition: all 0.4s ease;
}

/* ==========================================================================
   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;
}

#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);
}

.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;
}

.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;
}

.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
   ========================================================================== */

.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);
}

.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;
}

.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%);
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: transform, opacity;
}

.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;
}

@keyframes oceanInfinityTide {
  0% {
    transform: translateY(88%);
  }
  50% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(88%);
  }
}

.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;
}

.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;
}

.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;
}

.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;
}

.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); }
}

.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;
}

.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;
}

/* ==========================================================================
   2. AMBIENT BACKGROUND VIDEO & RADIAL VIGNETTE
   ========================================================================== */

.ambient-video-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.ambient-dest-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.42) contrast(1.15) saturate(1.1);
  transform: scale(1.03);
}

.ambient-gradient-overlay {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 50% 45%, rgba(4, 7, 17, 0.25) 0%, rgba(4, 7, 17, 0.85) 75%, #040711 100%),
    linear-gradient(to bottom, rgba(4, 7, 17, 0.6) 0%, transparent 20%, transparent 65%, #040711 100%);
  pointer-events: none;
}

/* Water Grid Horizon Glow & Ambient Depth */
.water-surface-horizon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48vh;
  background: linear-gradient(to top, #040711 0%, rgba(4, 7, 17, 0.95) 45%, rgba(0, 240, 255, 0.04) 80%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.water-shimmer-line {
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 240, 255, 0.25) 25%, rgba(251, 191, 36, 0.3) 50%, rgba(0, 240, 255, 0.25) 75%, transparent 100%);
  filter: blur(1px);
  pointer-events: none;
  z-index: 1;
  opacity: 0.75;
}

/* ==========================================================================
   3. 3D STAGE HEADER OVERLAY
   ========================================================================== */

.mirror-stage-header {
  position: absolute;
  top: calc(74px + env(safe-area-inset-top, 0px));
  left: 0;
  right: 0;
  text-align: center;
  z-index: 30;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
}

.dest-collection-pill {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4.5px 14px;
  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(251, 191, 36, 0.4);
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dest-gold);
  margin-bottom: 4px;
  box-shadow: 
    0 6px 20px rgba(0, 0, 0, 0.5),
    0 0 16px rgba(251, 191, 36, 0.15),
    inset 0 0 14px rgba(255, 255, 255, 0.12),
    inset 0 -2px 6px rgba(251, 191, 36, 0.25);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.dest-collection-pill:hover {
  transform: translateY(-1.5px) scale(1.02);
  border-color: rgba(251, 191, 36, 0.65);
}

.dest-collection-pill .pulse-indicator {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--dest-cyan);
  box-shadow: 0 0 8px var(--dest-cyan);
  animation: destPulse 1.8s infinite ease-out;
}

@keyframes destPulse {
  0% { transform: scale(0.9); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.6; }
  100% { transform: scale(0.9); opacity: 1; }
}

.dest-main-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.5rem, 3.2vw, 2.5rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.05;
  margin: 0 0 2px 0;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.9), 0 0 35px rgba(0, 240, 255, 0.2);
}

.dest-main-title .gradient-text {
  background: linear-gradient(135deg, #00f0ff 0%, #ffffff 50%, #fbbf24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dest-sub-label {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(0.7rem, 1vw, 0.82rem);
  letter-spacing: 0.08em;
  color: #94a3b8;
  margin: 0;
}

/* ==========================================================================
   4. 3D SPATIAL VIEWPORT (#mirror-stage) & LIQUID REFLECTION
   ========================================================================== */

#mirror-stage {
  perspective: 1400px;
  perspective-origin: 50% 46%;
  transform-style: preserve-3d;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: grab;
}

#mirror-stage:active {
  cursor: grabbing;
}

#carousel-track {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 220px;
  height: 310px;
  transform-style: preserve-3d;
  margin-left: -110px;
  margin-top: -155px;
  will-change: transform;
}

/* 3D Liquid Reflection Card */
.mirror-card {
  position: absolute;
  width: 220px;
  height: 310px;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-reflect: below 5px linear-gradient(to bottom, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0.1) 25%, transparent 55%);
  transform-style: preserve-3d;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.65), 0 0 1px rgba(255, 255, 255, 0.3);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
  background: #08101d;
  user-select: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform, opacity, filter;
}

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

.mirror-card:hover .mirror-card-img {
  transform: scale(1.08);
}

.mirror-card-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3, 7, 16, 0.96) 0%, rgba(3, 7, 16, 0.5) 45%, rgba(3, 7, 16, 0.15) 75%, rgba(3, 7, 16, 0.45) 100%);
  pointer-events: none;
}

.mirror-card-shine {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.3) 0%, transparent 65%);
  mix-blend-mode: overlay;
  pointer-events: none;
  opacity: 0.6;
}

.mirror-card-content {
  position: absolute;
  inset: 0;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
  pointer-events: none;
}

.mirror-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.mirror-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3.5px 9px;
  border-radius: 9999px;
  background: rgba(3, 10, 22, 0.85);
  border: 1px solid rgba(0, 240, 255, 0.4);
  color: var(--dest-cyan);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  max-width: 135px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.mirror-card-num {
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
  flex-shrink: 0;
}

.mirror-card-bottom {
  transform: translateY(1px);
}

.mirror-card-title {
  font-family: 'Cinzel', serif;
  font-size: 0.96rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 3px 0;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95), 0 0 16px rgba(0, 0, 0, 0.8);
}

.mirror-card-coords {
  font-size: 0.64rem;
  color: #7dd3fc;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Plus Jakarta Sans', monospace;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
}

/* Front Spotlight Card */
.mirror-card.is-active-card,
.mirror-card:hover {
  border-color: var(--dest-cyan);
  box-shadow: 0 25px 70px rgba(0, 240, 255, 0.35), 0 0 35px rgba(0, 240, 255, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  filter: brightness(1.18) saturate(1.08);
}

/* ==========================================================================
   5. BOTTOM ACTIVE DESTINATION INFO BAR (#active-dest-bar)
   ========================================================================== */

#active-dest-bar {
  position: fixed;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  min-width: 380px;
  max-width: min(620px, calc(100vw - 32px));
  padding: 6px 12px 6px 14px;
  border-radius: 9999px;
  background: rgba(4, 10, 22, 0.84);
  backdrop-filter: blur(28px) saturate(190%);
  -webkit-backdrop-filter: blur(28px) saturate(190%);
  border: 1.5px solid rgba(0, 240, 255, 0.3);
  box-shadow: 
    0 20px 50px -10px rgba(0, 0, 0, 0.85),
    0 0 30px rgba(0, 240, 255, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  z-index: 50;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-sizing: border-box;
}

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

.dest-index-badge {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  padding: 6px 14px;
  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(0, 240, 255, 0.35);
  font-family: 'Cinzel', serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--dest-cyan);
  flex-shrink: 0;
  text-shadow: 0 0 10px rgba(0, 240, 255, 0.6);
  box-shadow: 
    0 4px 15px rgba(0, 0, 0, 0.4),
    inset 0 0 12px rgba(255, 255, 255, 0.12),
    inset 0 -2px 6px rgba(0, 240, 255, 0.25);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.dest-index-badge .total-count {
  font-size: 0.7rem;
  color: #64748b;
  font-weight: 600;
}

.dest-info-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
}

.dest-active-name {
  font-family: 'Cinzel', serif;
  font-size: clamp(0.92rem, 1.5vw, 1.12rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.22;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9), 0 0 10px rgba(0, 240, 255, 0.3);
}

.dest-active-tagline {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #94a3b8;
  margin: 2px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.dest-nav-control-btn {
  position: relative;
  overflow: hidden;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  font-size: 0.85rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.1);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.dest-nav-control-btn:hover {
  background: rgba(0, 240, 255, 0.12);
  border-color: rgba(0, 240, 255, 0.6);
  color: #00f0ff;
  transform: translateY(-2px) scale(1.08);
  box-shadow: 0 6px 20px rgba(0, 240, 255, 0.35), 0 0 14px rgba(0, 240, 255, 0.4);
}

.dest-nav-control-btn:active {
  transform: translateY(0) scale(0.96);
}

.btn-dest-detail {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  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(251, 191, 36, 0.6);
  color: #fbbf24;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 
    0 6px 22px rgba(251, 191, 36, 0.25),
    inset 0 0 16px rgba(255, 255, 255, 0.15),
    inset 0 -2px 6px rgba(251, 191, 36, 0.3);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  white-space: nowrap;
}

.btn-dest-detail:hover {
  background: rgba(251, 191, 36, 0.12);
  border-color: #fde68a;
  color: #ffffff;
  box-shadow: 
    0 8px 28px rgba(251, 191, 36, 0.45),
    0 0 20px rgba(0, 240, 255, 0.25),
    inset 0 0 18px rgba(255, 255, 255, 0.25);
  transform: translateY(-2px) scale(1.03);
}

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

/* ==========================================================================
   6. SLIDE-OUT DETAIL DRAWER (#destinasi-drawer)
   ========================================================================== */

#destinasi-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  background: linear-gradient(135deg, rgba(6, 14, 26, 0.92) 0%, rgba(3, 8, 16, 0.96) 100%);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border-left: 1px solid rgba(0, 240, 255, 0.25);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.85);
  z-index: 200;
  transform: translateX(105%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 240, 255, 0.35) transparent;
}

#destinasi-drawer::-webkit-scrollbar {
  width: 5px;
}

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

#destinasi-drawer.is-open {
  transform: translateX(0);
}

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

.drawer-close-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.drawer-close-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  transform: scale(1.08);
}

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

.drawer-hero-img {
  width: 100%;
  height: 240px;
  border-radius: 16px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
}

.drawer-badge-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.drawer-title {
  font-family: 'Cinzel', serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.drawer-desc {
  font-size: 0.84rem;
  color: #94a3b8;
  line-height: 1.65;
  margin: 0;
}

.drawer-specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.drawer-spec-item {
  display: flex;
  flex-direction: column;
}

.drawer-spec-label {
  font-size: 0.65rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.drawer-spec-value {
  font-size: 0.8rem;
  font-weight: 700;
  color: #cbd5e1;
  margin-top: 2px;
}

.drawer-highlights-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.drawer-highlight-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  color: #cbd5e1;
}

.drawer-highlight-item i {
  color: var(--dest-cyan);
  font-size: 0.75rem;
}

.drawer-footer {
  padding: 20px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 7, 17, 0.6);
}

.btn-drawer-booking {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 13px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.btn-drawer-booking:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.5);
  color: #ffffff;
}

/* ==========================================================================
   7. RESPONSIVE MOBILE ADAPTATIONS
   ========================================================================== */

/* ==========================================================================
   7. FLOATING AUDIO AMBIENT SOUND TOGGLE
   ========================================================================== */

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

.dest-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);
}

.dest-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);
}

.dest-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;
}

/* Animated Equalizer Wave Bars */
.sound-wave-icon {
  display: flex;
  align-items: center;
  gap: 2.5px;
  height: 14px;
}

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

.dest-sound-toggle-btn.is-active .sound-wave-icon .bar-1 {
  animation: waveBarBounce 1.2s ease-in-out infinite alternate;
}
.dest-sound-toggle-btn.is-active .sound-wave-icon .bar-2 {
  animation: waveBarBounce 0.9s ease-in-out infinite alternate 0.2s;
}
.dest-sound-toggle-btn.is-active .sound-wave-icon .bar-3 {
  animation: waveBarBounce 1.4s ease-in-out infinite alternate 0.4s;
}
.dest-sound-toggle-btn.is-active .sound-wave-icon .bar-4 {
  animation: waveBarBounce 1.0s ease-in-out infinite alternate 0.1s;
}

@keyframes waveBarBounce {
  0% { transform: scaleY(0.2); }
  50% { transform: scaleY(1.0); }
  100% { transform: scaleY(0.35); }
}

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

/* ==========================================================================
   8. MICRO-INTERACTIONS & BORDER GLOW
   ========================================================================== */

.mirror-card::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.4) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 5;
}

.mirror-card:hover::after {
  opacity: 1;
}

.btn-glow-interactive {
  position: relative;
  overflow: hidden;
}

.btn-glow-interactive::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: 0.6s ease;
}

.btn-glow-interactive:hover::before {
  left: 100%;
}

/* ==========================================================================
   9. ELEGANT FOOTER MODAL / BOTTOM DOSSIER
   ========================================================================== */

.dest-footer-trigger-btn {
  position: fixed;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  right: 20px;
  z-index: 60;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  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);
  color: #cbd5e1;
  font-family: 'Cinzel', serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.dest-footer-trigger-btn:hover {
  border-color: rgba(251, 191, 36, 0.6);
  color: #ffffff;
  box-shadow: 0 0 20px rgba(251, 191, 36, 0.35);
  transform: translateY(-2px);
}

#destinasi-footer-drawer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(6, 14, 26, 0.95) 0%, rgba(3, 8, 16, 0.98) 100%);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border-top: 1px solid rgba(0, 240, 255, 0.25);
  box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.9);
  z-index: 210;
  transform: translateY(105%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  max-height: 80vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(251, 191, 36, 0.35) transparent;
}

#destinasi-footer-drawer::-webkit-scrollbar {
  width: 5px;
}

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

#destinasi-footer-drawer.is-open {
  transform: translateY(0);
}

.footer-content-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1.2fr 1.2fr 1.4fr;
  gap: 32px;
  margin-bottom: 28px;
}

.footer-col-title {
  font-family: 'Cinzel', serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 14px 0;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-link-item {
  color: #94a3b8;
  font-size: 0.78rem;
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-link-item:hover {
  color: var(--dest-cyan);
}

.footer-social-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social-btn:hover {
  background: rgba(0, 240, 255, 0.2);
  border-color: var(--dest-cyan);
  color: var(--dest-cyan);
  transform: translateY(-2px);
}

.footer-bottom-bar {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.72rem;
  color: #64748b;
  gap: 16px;
}

/* ==========================================================================
   10. RESPONSIVE MOBILE ADAPTATIONS
   ========================================================================== */

@media (max-width: 1180px) {
  #active-dest-bar {
    bottom: 68px;
    max-width: 580px;
  }
  .dest-audio-toggle-wrapper {
    bottom: 16px;
    left: 20px;
  }
  .dest-footer-trigger-btn {
    bottom: 16px;
    right: 20px;
  }
}

@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;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .dest-nav-links {
    display: none;
  }
  .mirror-stage-header {
    top: calc(64px + env(safe-area-inset-top, 0px));
    padding: 0 16px;
  }
  .dest-collection-pill {
    padding: 4px 12px;
    font-size: 0.58rem;
    letter-spacing: 0.15em;
    margin-bottom: 4px;
  }
  .dest-main-title {
    font-size: 1.55rem;
    letter-spacing: 0.14em;
    line-height: 1.1;
    margin: 0 0 3px 0;
  }
  .dest-sub-label {
    font-size: 0.72rem;
    letter-spacing: 0.04em;
  }

  /* 3D Cards Sizing & Content */
  .mirror-card {
    width: 180px;
    height: 275px;
    border-radius: 16px;
  }
  #carousel-track {
    width: 180px;
    height: 275px;
    margin-left: -90px;
    margin-top: -138px;
  }
  .mirror-card-content {
    padding: 11px 13px;
  }
  .mirror-card-top {
    gap: 4px;
  }
  .mirror-tag {
    font-size: 0.54rem;
    padding: 2.5px 7px;
    letter-spacing: 0.04em;
    max-width: 115px;
  }
  .mirror-card-num {
    font-size: 0.72rem;
  }
  .mirror-card-title {
    font-size: 0.86rem;
    letter-spacing: 0.03em;
    line-height: 1.2;
    margin: 0 0 3px 0;
  }
  .mirror-card-coords {
    font-size: 0.58rem;
    gap: 4px;
  }

  /* Bottom Floating Active Destination Bar */
  #active-dest-bar {
    bottom: calc(48px + env(safe-area-inset-bottom, 0px));
    padding: 5px 8px 5px 10px;
    gap: 6px;
    width: calc(100% - 16px);
    max-width: 440px;
    min-width: 0;
    border-radius: 9999px;
  }
  .dest-bar-left {
    gap: 7px;
    flex: 1 1 auto;
    min-width: 0;
  }
  .dest-index-badge {
    font-size: 0.88rem;
    padding: 4px 8px;
    gap: 2px;
    flex-shrink: 0;
  }
  .dest-index-badge .total-count {
    font-size: 0.58rem;
  }
  .dest-info-text {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
  }
  .dest-active-name {
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dest-active-tagline {
    font-size: 0.58rem;
    letter-spacing: 0.01em;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dest-bar-right {
    gap: 4px;
    flex-shrink: 0;
  }
  .dest-nav-control-btn {
    width: 28px;
    height: 28px;
    font-size: 0.72rem;
  }
  .btn-dest-detail {
    padding: 5px 10px;
    font-size: 0.62rem;
    letter-spacing: 0.04em;
    gap: 3.5px;
    flex-shrink: 0;
  }

  #destinasi-drawer {
    max-width: 100%;
  }
  .drawer-specs-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .dest-audio-toggle-wrapper {
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    left: 10px;
  }
  .dest-sound-toggle-btn {
    padding: 4px 10px;
    font-size: 0.6rem;
    gap: 5px;
  }
  .dest-footer-trigger-btn {
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    right: 10px;
    padding: 4px 11px;
    font-size: 0.6rem;
    gap: 4px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer-bottom-bar {
    flex-direction: column;
    text-align: center;
  }
}

@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: 400px) {
  .mirror-card {
    width: 165px;
    height: 255px;
  }
  #carousel-track {
    width: 165px;
    height: 255px;
    margin-left: -82.5px;
    margin-top: -127.5px;
  }
  .mirror-card-title {
    font-size: 0.8rem;
  }
  .dest-main-title {
    font-size: 1.45rem;
  }
  .dest-active-name {
    font-size: 0.78rem;
  }
  .dest-active-tagline {
    font-size: 0.58rem;
  }
  .btn-dest-detail {
    padding: 5.5px 10px;
    font-size: 0.64rem;
  }
}
