/* ==========================================================================
   The Halong Catamaran - Four Seasons Yachts Pixel-Perfect CSS
   ========================================================================== */

:root {
  --color-primary: #25647d;
  --color-primary-dark: #19485c;
  --color-primary-rgb: 37, 100, 125;
  --color-accent: #C5A880;
  --color-accent-hover: #B89567;
  --color-accent-light: rgba(37, 100, 125, 0.08);
  --color-bg-light: #FFFFFF;
  --color-bg-alt: #F8FAFC;
  --color-text-dark: #1E293B;
  --color-text-muted: #64748B;
  --color-white: #FFFFFF;
  --color-border-subtle: rgba(37, 100, 125, 0.12);
  --color-border-dark-subtle: rgba(255, 255, 255, 0.15);
  --transition-smooth: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--color-text-dark);
  background-color: var(--color-bg-light);
  line-height: 1.75;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--color-primary);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

p {
  margin-bottom: 1.5rem;
  color: var(--color-text-dark);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-smooth);
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

iframe,
svg {
  max-width: 100%;
}

/* Four Seasons Minimal Badges & Titles */
.section-subtitle {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #1E293B;
  display: block;
  margin-bottom: 1rem;
}

.booking-cta-section .section-subtitle,
.vessel-dark-section .section-subtitle,
.brand-shield-section .section-subtitle,
.safety-assurance-section .section-subtitle,
.dark-section .section-subtitle,
.site-footer .section-subtitle {
  color: var(--color-accent) !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.section-title {
  font-family: var(--font-heading);
  font-size: 3.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: var(--color-primary);
  letter-spacing: -0.01em;
}

.section-title span {
  font-style: italic;
  font-weight: 600;
}

.section-title.light {
  color: var(--color-white);
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.7);
}

/* Buttons */
.btn-gold {
  background-color: var(--color-accent);
  color: var(--color-primary) !important;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.95rem 2.2rem;
  border-radius: 2px;
  border: 1.5px solid var(--color-accent);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.65rem;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  width: auto;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(197, 168, 128, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-gold:hover {
  background-color: var(--color-accent-hover);
  border-color: var(--color-accent-hover);
  color: var(--color-white) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(197, 168, 128, 0.45);
}

.btn-outline-gold {
  background-color: transparent;
  color: var(--color-accent) !important;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 1.1rem 2.6rem;
  border-radius: 0px;
  border: 1.5px solid var(--color-accent);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.btn-outline-gold:hover {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-white) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(197, 168, 128, 0.35);
}

.btn-navy {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 1.1rem 2.6rem;
  border-radius: 0px;
  border: 1.5px solid var(--color-primary);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.btn-navy:hover {
  background-color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  color: var(--color-white) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(37, 100, 125, 0.35);
}

/* ==========================================================================
   1. Site Header (Ultra Clean Minimalist Header - Four Seasons Style)
/* ==========================================================================
   4. Site Header & Navigation System (Ultra Smooth Fixed Header)
   ========================================================================== */
.site-header,
.site-header.site-header-dark-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  padding: 1rem 3rem;
  background: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
  transition: background 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: background, box-shadow;
  pointer-events: none;
}

.site-header a,
.site-header button,
.site-header input,
.site-header .search-expand-box {
  pointer-events: auto;
}

.site-header.scrolled,
.site-header.site-header-dark-bg.scrolled {
  position: fixed;
  background: rgba(37, 100, 125, 0.96) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 1rem 3rem;
  border-bottom: 1px solid rgba(197, 168, 128, 0.25) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 991px) {
  .site-header-split-centered .brand-logo-centered {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
  }

  .header-split-left-wing,
  .header-split-right-wing {
    width: 100% !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
  }

  .header-nav-inline {
    width: 100%;
    order: 3;
    justify-content: center;
    gap: 1.2rem !important;
    overflow-x: auto;
    padding-top: 0.4rem;
  }

  .header-nav-link {
    font-size: 0.75rem !important;
    letter-spacing: 0.14em !important;
    white-space: nowrap;
  }
}

.header-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1.5rem;
}

/* Horizontal Top Navigation Bar Centered */
.header-nav-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex: 1;
}

.header-right-minimal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
}

.header-nav-link {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  position: relative;
  padding: 0.4rem 0;
  transition: all 0.3s ease;
}

.header-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #C5A880 0%, #C5A880 100%);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.header-nav-link:hover,
.header-nav-link.active {
  color: #C5A880;
  text-shadow: 0 0 12px rgba(236, 200, 128, 0.3);
}

.header-nav-link:hover::after,
.header-nav-link.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* ==========================================================================
   Header Dropdown Menu (Cruises & Tours)
   ========================================================================== */
.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0.4rem 0;
  /* Aligned padding with other header navigation links */
}

.nav-dropdown-toggle .dropdown-arrow {
  font-size: 0.65rem;
  /* Balanced size */
  transition: transform 0.3s ease;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
  /* Subtle offset to center perfectly with uppercase text */
}

.header-nav-link.active .dropdown-arrow {
  color: #C5A880;
  /* Match gold text color when the menu link is active */
}

.nav-dropdown:hover .header-nav-link::after,
.nav-dropdown.open .header-nav-link::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-dropdown:hover .header-nav-link,
.nav-dropdown.open .header-nav-link {
  color: #C5A880;
  text-shadow: 0 0 12px rgba(236, 200, 128, 0.3);
}

.nav-dropdown:hover .dropdown-arrow,
.nav-dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
  color: #C5A880;
}

.nav-dropdown-panel {
  position: absolute;
  top: calc(100% + 0.8rem);
  /* Slightly tighter gap for a premium, compact look */
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 265px;
  background: rgba(37, 100, 125, 0.98);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(197, 168, 128, 0.3);
  border-radius: 4px;
  padding: 0.3rem 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.3s;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  z-index: 200;
}

/* Invisible hover bridge to close the physical gap between button and panel */
.nav-dropdown-panel::after {
  content: '';
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
  height: 1rem;
  background: transparent;
  z-index: -1;
  /* Placed behind content to not interfere with clicks */
}

/* Small decorative arrow on top of panel */
.nav-dropdown-panel::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: rgba(37, 100, 125, 0.98);
  border-left: 1px solid rgba(197, 168, 128, 0.3);
  border-top: 1px solid rgba(197, 168, 128, 0.3);
  transform: translateX(-50%) rotate(45deg);
}

.nav-dropdown:hover .nav-dropdown-panel,
.nav-dropdown.open .nav-dropdown-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.4rem;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
  border-left: 2px solid transparent;
}

.nav-dropdown-item:hover {
  color: #C5A880;
  background: rgba(197, 168, 128, 0.08);
  border-left-color: #C5A880;
  padding-left: 1.6rem;
}

.nav-dropdown-item i {
  font-size: 0.75rem;
  color: var(--color-accent);
  opacity: 0.7;
  flex-shrink: 0;
}

.nav-dropdown-item:hover i {
  opacity: 1;
}

.nav-dropdown-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  margin: 0.3rem 0;
}

/* Floating Book Now Banner */
.floating-book-banner {
  position: fixed;
  top: 110px;
  /* Positioned elegantly below the sticky header on desktop */
  right: 1.5rem;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  /* Glassmorphism background */
  backdrop-filter: blur(12px);
  /* Blur behind the card */
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(197, 168, 128, 0.35);
  border-radius: 8px;
  padding: 1.25rem 1.4rem;
  /* Compact and clean padding */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(197, 168, 128, 0.05);
  max-width: 240px;
  /* Highly compact width */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.4s;
  transform: translateY(-10px);
  /* Transition slides down from top */
}

.floating-book-banner.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.floating-book-banner.hide {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}

.fbb-close {
  position: absolute;
  top: 0.2rem;
  right: 0.6rem;
  background: none;
  border: none;
  font-size: 1.6rem;
  /* Balanced size */
  color: #888888;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: color 0.25s ease;
}

.fbb-close:hover {
  color: #1e293b;
}

.fbb-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  /* Compact header */
  font-weight: 700;
  color: #25647d;
  margin-top: 0.1rem;
  margin-bottom: 0.4rem;
  letter-spacing: 0.01em;
}

.fbb-desc {
  font-family: var(--font-body);
  font-size: 0.75rem;
  /* Clean and small text size */
  color: #1e293b;
  /* Darker color for legibility on blurred background */
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}

.fbb-desc strong.text-gold {
  color: #ab8742;
  /* Slightly darker gold for text contrast */
  font-weight: 700;
}

.fbb-btn {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-primary) !important;
  background-color: var(--color-accent);
  border: 1px solid var(--color-accent);
  border-radius: 4px;
  padding: 0.5rem 1.2rem;
  /* Reduced padding for compact layout */
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  box-shadow: 0 4px 12px rgba(197, 168, 128, 0.25);
  width: 100%;
}

.fbb-btn-text {
  display: inline-block;
}

.fbb-btn:hover {
  background-color: var(--color-accent-hover);
  border-color: var(--color-accent-hover);
  transform: scale(1.02);
  box-shadow: 0 6px 15px rgba(197, 168, 128, 0.4);
  color: var(--color-white) !important;
}

/* Responsive adjustment: mobile shows a compact floating action button above WhatsApp */
@media (max-width: 767px) {
  .floating-book-banner {
    top: auto !important;
    bottom: calc(max(0.85rem, env(safe-area-inset-bottom, 0px)) + 3.8rem + 0.75rem) !important;
    right: 1rem !important;
    left: auto !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    max-width: none !important;
    transform: translateY(0) !important;
    z-index: 1081 !important;
  }

  .fbb-title,
  .fbb-desc,
  .fbb-close {
    display: none !important;
  }

  .fbb-btn {
    width: 46px !important;
    height: 46px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    font-size: 1rem !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    background: var(--color-accent) !important;
    color: var(--color-primary) !important;
    gap: 0 !important;
  }

  .fbb-btn-text {
    display: none !important;
  }
}

/* ==========================================================================
   Vessel Features (Catamaran Benefits Showcase)
   ========================================================================== */
.vessel-features-section {
  background: #F8FAFC !important;
  /* Clean light neutral grey background */
  position: relative;
  z-index: 10;
  padding: 6.5rem 0 !important;
  border-top: 1px solid rgba(37, 100, 125, 0.08);
  border-bottom: 1px solid rgba(37, 100, 125, 0.08);
}

.vessel-feature-card {
  transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid rgba(37, 100, 125, 0.12) !important;
  background: #ffffff;
  border-radius: 12px !important;
  padding: 3rem 2.2rem !important;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(37, 100, 125, 0.04) !important;
}

.vessel-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--color-primary);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.vessel-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(37, 100, 125, 0.12) !important;
  border-color: rgba(37, 100, 125, 0.4) !important;
}

.vessel-feature-card:hover::before {
  opacity: 1;
}

.vessel-feature-card .feature-icon-box {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(37, 100, 125, 0.08);
  border: 1px solid rgba(37, 100, 125, 0.18);
  border-radius: 50%;
  color: var(--color-primary);
  font-size: 1.5rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.vessel-feature-card:hover .feature-icon-box {
  background: var(--color-primary);
  color: #ffffff;
  border-color: var(--color-primary);
  transform: scale(1.05);
}

.feature-kicker {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #1E293B;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  display: block;
}

.feature-card-title {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--color-primary);
  margin-bottom: 1rem;
}

.feature-card-desc {
  font-family: var(--font-body);
  font-size: 0.85rem;
  line-height: 1.7;
  color: #5a6578;
}

/* Vessel Scroll Dots */
.vessel-scroll-dots {
  display: none;
  /* shown only on mobile via responsive.css */
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.vessel-scroll-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(197, 168, 128, 0.25);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.25s ease, width 0.25s ease;
}

.vessel-scroll-dot.active {
  width: 18px;
  background: #C5A880;
}

/* Hide legacy side drawer & floating pill — replaced by fullscreen overlay */
.floating-menu-pill,
#floatingMenuPill,
.main-nav,
.nav-backdrop {
  display: none !important;
}

/* Mobile hamburger button — hidden on desktop, shown on mobile via responsive.css */
.mobile-menu-btn {
  display: none;
}

/* Header Expandable Search Container */
.header-search-container {
  position: relative;
  display: flex;
  align-items: center;
}

.search-toggle-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.search-toggle-btn:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-primary);
  transform: scale(1.05);
}

.search-expand-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left center;
  width: 280px;
  background: rgba(6, 10, 16, 0.95);
  backdrop-filter: blur(16px);
  border: 1px solid var(--color-accent);
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 0.35rem 0.8rem 0.35rem 1rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.search-expand-box.open {
  transform: translateY(-50%) scaleX(1);
  opacity: 1;
  visibility: visible;
}

.search-inner-icon {
  color: var(--color-accent);
  font-size: 0.82rem;
  margin-right: 8px;
}

.search-expand-input {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 0.78rem;
  outline: none;
}

.search-expand-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search-close-btn {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  cursor: pointer;
  padding: 2px 6px;
  transition: var(--transition-smooth);
}

.search-close-btn:hover {
  color: var(--color-accent);
}

/* Site Logo Image (Replacing Text Logo) */
.brand-logo-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.site-logo-img {
  max-height: 48px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: var(--transition-smooth);
}

.site-logo-img:hover {
  transform: scale(1.03);
}

.nav-logo-img {
  max-height: 42px;
}

.footer-logo-img {
  max-height: 45px;
}

.header-right-minimal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-hotline-btn {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.9);
  transition: var(--transition-smooth);
}

.header-hotline-btn:hover {
  color: var(--color-accent);
}

.header-contact-btn {
  padding: 0.65rem 1.6rem !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.18em !important;
}

.nav-hotline-link {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--color-accent);
}

.nav-hotline-link:hover {
  color: var(--color-white);
}

/* ==========================================================================
   Ultra Luxury Side Navigation Drawer (Four Seasons & Aman Style)
   ========================================================================== */
/* Smooth Backdrop Overlay for Navigation Drawer */
.nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(4, 7, 12, 0.65);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 1990;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-backdrop.show {
  opacity: 1;
  visibility: visible;
}

.main-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 440px;
  max-width: 90vw;
  height: 100vh;
  background: rgba(6, 10, 16, 0.97);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem 2.8rem 2.5rem;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2000;
  border-left: 1px solid rgba(197, 168, 128, 0.25);
  box-shadow: -20px 0 50px rgba(0, 0, 0, 0.7);
  overflow-y: auto;
}

.main-nav.show {
  right: 0;
}

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

.nav-drawer-close {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.nav-drawer-close:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-primary);
  transform: rotate(90deg);
}

/* Minimalist Luxury Navigation Drawer */
.nav-menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin: 2.2rem 0 2rem;
}

.nav-item-luxury {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: var(--transition-smooth);
  text-decoration: none;
  position: relative;
}

.nav-item-luxury:last-child {
  border-bottom: none;
}

.nav-item-luxury::before {
  content: '';
  position: absolute;
  left: -0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-accent);
  opacity: 0;
  transition: var(--transition-smooth);
}

.nav-item-luxury:hover::before,
.nav-item-luxury.active::before {
  opacity: 1;
  left: 0;
}

.item-title {
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0.24em;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  text-transform: uppercase;
  transition: var(--transition-smooth);
}

.nav-item-luxury:hover .item-title,
.nav-item-luxury.active .item-title {
  color: var(--color-accent);
  padding-left: 0.8rem;
  font-weight: 500;
}

/* Minimalist Luxury Drawer Footer */
.nav-drawer-footer {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.drawer-concierge-info {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.concierge-tag {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
}

.concierge-phone {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--color-white);
  transition: var(--transition-smooth);
  text-decoration: none;
}

.concierge-phone:hover {
  color: var(--color-accent);
}

.drawer-book-link {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-accent) !important;
  display: inline-flex;
  align-items: center;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(197, 168, 128, 0.6);
  width: fit-content;
  transition: var(--transition-smooth);
  text-decoration: none;
}

.drawer-book-link:hover {
  color: var(--color-white) !important;
  border-bottom-color: var(--color-white);
}

.drawer-socials {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 0.4rem;
}

.drawer-socials a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  transition: var(--transition-smooth);
  text-decoration: none;
}

.drawer-socials a:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-primary);
}

.drawer-socials a:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-primary);
  transform: translateY(-3px);
}

/* ==========================================================================
   2. Hero Banner Section (Autoplay Swiper Video Slider)
   ========================================================================== */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  background-color: #25647d;
}

.hero-swiper {
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-video-bg,
.hero-img-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: brightness(0.96) contrast(1.05);
}

/* Four Seasons Style Ultra-Clean Vignette (Vivid Ocean & Boat Colors) */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(6, 10, 16, 0.72) 0%,
      rgba(6, 10, 16, 0.4) 35%,
      rgba(6, 10, 16, 0.58) 70%,
      rgba(6, 10, 16, 0.9) 100%);
  z-index: 2;
}

.hero-content-fourseasons {
  position: relative;
  z-index: 3;
  text-align: center;
  color: var(--color-white);
  max-width: 900px;
  padding: 0 2rem;
  margin-top: 1rem;
}

.hero-eyebrow {
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  display: block;
  margin-bottom: 1.2rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}

.hero-title-fs {
  font-family: var(--font-heading);
  font-size: 4.2rem;
  font-weight: 600;
  color: var(--color-white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.18;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.85);
}

.hero-title-italic {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: inline-block;
  margin-top: 0.2rem;
}

.hero-desc-fs {
  font-family: var(--font-body);
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.96);
  margin-bottom: 2.4rem;
  font-weight: 400;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.85);
}

.hero-link-fs {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--color-white) !important;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  transition: var(--transition-smooth);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.hero-link-fs:hover {
  color: var(--color-accent) !important;
  border-bottom-color: var(--color-accent);
}

/* Compact Hero Progress Line Indicator (Four Seasons Yachts Style) */
.hero-progress-nav {
  position: absolute;
  bottom: 5.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 150px;
}

.progress-step {
  flex: 1;
  cursor: pointer;
  opacity: 0.45;
  transition: var(--transition-smooth);
  padding: 8px 0;
}

.progress-step:hover,
.progress-step.active {
  opacity: 1;
}

.step-track {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.35);
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.step-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #FFFFFF;
  transition: width 0.1s linear;
}

.progress-step.active .step-track {
  background: rgba(255, 255, 255, 0.45);
}

.floating-menu-pill {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  z-index: 1050;
  background: rgba(18, 24, 32, 0.78);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--color-white);
  padding: 0.75rem 2.2rem;
  border-radius: 40px;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.45);
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1), transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, border-color 0.3s ease;
  opacity: 1;
}

.floating-menu-pill.is-scrolling-faded {
  opacity: 0.22;
  transform: translateX(-50%) translateY(6px);
}

.floating-menu-pill:hover,
.floating-menu-pill.is-scrolling-faded:hover {
  opacity: 1;
  background: var(--color-primary);
  border-color: var(--color-accent);
  color: var(--color-accent);
  transform: translateX(-50%) translateY(-2px);
}

/* ==========================================================================
   3. Welcome Section (Quiet Luxury Editorial Style)
   ========================================================================== */
.welcome-section {
  padding: 8rem 0;
  background-color: var(--color-bg-light);
  position: relative;
}

.welcome-img-container {
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(37, 100, 125, 0.07);
}

.welcome-main-img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  display: block;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  filter: brightness(0.99) contrast(1.02);
}

.welcome-img-container:hover .welcome-main-img {
  transform: scale(1.03);
}

.welcome-content-editorial {
  padding-left: 1.5rem;
}

.welcome-eyebrow {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  color: var(--color-accent);
  display: block;
  margin-bottom: 1rem;
}

.welcome-title-editorial {
  font-family: var(--font-heading);
  font-size: 3.4rem;
  font-weight: 600;
  color: var(--color-primary);
  line-height: 1.15;
  margin-bottom: 1.5rem;
  letter-spacing: 0.01em;
}

.welcome-gold-line {
  width: 48px;
  height: 1px;
  background-color: var(--color-accent);
  margin-bottom: 1.8rem;
}

.welcome-body-lead {
  font-size: 1.04rem;
  color: #1E293B;
  font-weight: 500;
  line-height: 1.85;
  margin-bottom: 1rem;
}

.welcome-body-sub {
  font-size: 0.95rem;
  color: #475569;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 2.2rem;
}

.welcome-editorial-specs {
  display: flex;
  gap: 2.5rem;
  padding: 1.6rem 0;
  border-top: 1px solid rgba(37, 100, 125, 0.08);
  border-bottom: 1px solid rgba(37, 100, 125, 0.08);
  margin-bottom: 2.2rem;
}

.editorial-spec-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  flex: 1;
}

.spec-num {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--color-accent);
  line-height: 1;
  margin-top: 2px;
}

.spec-info {
  flex: 1;
}

.spec-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 0.2rem;
  line-height: 1.25;
}

.spec-desc {
  font-size: 0.8rem;
  color: #475569;
  font-weight: 450;
  line-height: 1.5;
}

.welcome-editorial-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.btn-editorial-outline {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  padding: 0.85rem 2rem;
  transition: var(--transition-smooth);
  display: inline-flex;
  align-items: center;
}

.btn-editorial-outline:hover {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
}

.link-editorial-arrow {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--color-primary) !important;
  display: inline-flex;
  align-items: center;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--color-accent);
  transition: var(--transition-smooth);
}

.link-editorial-arrow:hover {
  color: var(--color-accent) !important;
  border-bottom-color: var(--color-primary);
  transform: translateX(4px);
}

/* ==========================================================================
   Video Showcase Block (Quiet Luxury Cinematic Experience)
   ========================================================================== */
.video-showcase-section {
  padding: 8rem 0;
  background-color: var(--color-primary-dark);
  color: var(--color-white);
  position: relative;
  overflow: hidden;
}

.video-gold-line {
  width: 48px;
  height: 1px;
  background-color: var(--color-accent);
  margin: 1.2rem auto 1.5rem auto;
}

.video-header-desc {
  font-family: var(--font-body);
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 400;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.8;
}

.video-cinematic-container {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
  border-radius: 2px;
}

.video-cinematic-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.96) contrast(1.05);
}

.video-control-pill {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 10;
  background: rgba(6, 10, 16, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(197, 168, 128, 0.4);
  color: var(--color-white);
  padding: 0.65rem 1.6rem;
  border-radius: 30px;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.video-control-pill:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-primary-dark);
}

.video-fleet-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.fleet-bar-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
}

.fleet-bar-item i {
  color: var(--color-accent);
  font-size: 0.85rem;
}

.fleet-bar-divider {
  width: 1px;
  height: 18px;
  background: rgba(197, 168, 128, 0.35);
}

/* ==========================================================================
   4. Why Choose The Halong Catamaran (Minimal Quiet Luxury)
   ========================================================================== */
.why-us-section.light-luxury-mode {
  padding: 8rem 0;
  background-color: var(--color-bg-alt);
  color: var(--color-primary-dark);
  position: relative;
  border-top: 1px solid rgba(197, 168, 128, 0.25);
  border-bottom: 1px solid rgba(197, 168, 128, 0.25);
}

.why-gold-line {
  width: 48px;
  height: 1px;
  background-color: var(--color-accent);
  margin: 1.2rem 0 1.5rem 0;
}

.why-header-desc {
  font-family: var(--font-body);
  font-size: 0.96rem;
  color: #475569;
  font-weight: 400;
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.8;
}

/* Minimalist Pillar Cards */
.minimal-pillar-card {
  position: relative;
  background: var(--color-white);
  border: 1px solid rgba(197, 168, 128, 0.22);
  padding: 3rem 2.2rem;
  height: 100%;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 2px;
  box-shadow: 0 15px 35px rgba(37, 100, 125, 0.04);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
}

.minimal-pillar-card:hover {
  transform: translateY(-6px);
  border-color: var(--color-accent);
  box-shadow: 0 25px 50px rgba(37, 100, 125, 0.1);
}

.minimal-pillar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}

.minimal-pillar-num {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--color-accent);
  line-height: 1;
  letter-spacing: 0.05em;
}

.minimal-pillar-kicker {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  color: rgba(37, 100, 125, 0.55);
  text-transform: uppercase;
}

.minimal-pillar-title {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  font-weight: 600;
  color: var(--color-primary-dark);
  line-height: 1.25;
  margin-bottom: 0.8rem;
  transition: color 0.3s ease;
}

.minimal-pillar-card:hover .minimal-pillar-title {
  color: var(--color-primary);
}

.minimal-pillar-line {
  width: 36px;
  height: 1px;
  background-color: var(--color-accent);
  margin-bottom: 1.2rem;
  transition: width 0.4s ease;
}

.minimal-pillar-card:hover .minimal-pillar-line {
  width: 64px;
}

.minimal-pillar-desc {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: #334155;
  line-height: 1.7;
  font-weight: 400;
  margin: 0;
}

/* ==========================================================================
   5. Cruise Experience (Bespoke Activities)
   ========================================================================== */
.experience-section {
  padding: 8rem 0;
  background-color: var(--color-bg-light);
  position: relative;
}

.exp-gold-line {
  width: 48px;
  height: 1px;
  background-color: var(--color-accent);
  margin: 1.2rem auto 1.5rem auto;
}

.exp-header-desc {
  font-family: var(--font-body);
  font-size: 0.96rem;
  color: #475569;
  font-weight: 400;
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.8;
}

/* Swiper Experience Luxury Slider Styles */
.exp-slider-wrapper {
  position: relative;
  width: 100%;
}

.expSwiper {
  width: 100%;
  padding-bottom: 2rem !important;
}

.exp-slide-card {
  position: relative;
  height: 480px;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid var(--color-border-subtle);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.2rem;
  box-shadow: 0 20px 45px rgba(37, 100, 125, 0.12);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
  cursor: grab;
}

.exp-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.exp-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(37, 100, 125, 0.25) 0%, rgba(6, 10, 16, 0.65) 50%, rgba(6, 10, 16, 0.95) 100%);
  z-index: 2;
  transition: background 0.4s ease;
}

.exp-slide-header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.exp-slide-num {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-accent);
  letter-spacing: 0.05em;
}

.exp-slide-kicker {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  color: var(--color-accent);
  background: rgba(6, 10, 16, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(197, 168, 128, 0.3);
  padding: 0.35rem 0.9rem;
  border-radius: 20px;
  text-transform: uppercase;
}

.exp-slide-body {
  position: relative;
  z-index: 3;
}

.exp-slide-title {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--color-white);
  line-height: 1.25;
  margin-bottom: 0.6rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
  transition: var(--transition-smooth);
}

.exp-slide-line {
  width: 32px;
  height: 1px;
  background-color: var(--color-accent);
  margin-bottom: 0.8rem;
  transition: width 0.4s ease;
}

.exp-slide-desc {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.65;
  margin-bottom: 1.2rem;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
}

.exp-slide-link {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-accent);
  display: inline-flex;
  align-items: center;
  transition: var(--transition-smooth);
}

.exp-slide-link i {
  transition: transform 0.3s ease;
}

/* Slide Hover State */
.exp-slide-card:hover {
  transform: translateY(-8px);
  border-color: var(--color-accent);
  box-shadow: 0 25px 50px rgba(37, 100, 125, 0.25);
}

.exp-slide-card:hover .exp-slide-bg {
  transform: scale(1.08);
}

.exp-slide-card:hover .exp-slide-line {
  width: 56px;
}

.exp-slide-card:hover .exp-slide-link i {
  transform: translateX(5px);
}

/* Custom Swiper Navigation Controls Bar */
.exp-controls-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 1.5rem;
}

.exp-swiper-button-prev,
.exp-swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-white);
  border: 1px solid var(--color-border-subtle);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.exp-swiper-button-prev:hover,
.exp-swiper-button-next:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-primary-dark);
}

.exp-swiper-pagination {
  position: static !important;
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.exp-swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 2px;
  background: rgba(37, 100, 125, 0.2);
  opacity: 1;
  margin: 0 !important;
  transition: var(--transition-smooth);
}

.exp-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-accent);
  width: 40px;
}

/* ==========================================================================
   6. Explore Halong Bay Section (Quiet Luxury Style)
   ========================================================================== */
.destinations-section {
  padding: 8rem 0;
  background-color: var(--color-white);
  color: var(--color-text-main);
  position: relative;
  border-top: 1px solid rgba(197, 168, 128, 0.2);
  border-bottom: 1px solid rgba(197, 168, 128, 0.2);
}

.dest-gold-line {
  width: 48px;
  height: 1px;
  background-color: var(--color-accent);
  margin: 1.2rem auto 1.5rem auto;
}

.dest-header-desc {
  font-family: var(--font-body);
  font-size: 0.96rem;
  color: #475569;
  font-weight: 400;
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.8;
}

/* Asymmetric Luxury Bento Grid */
.bento-dest-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 992px) {
  .dest-card {
    height: 350px;
  }

  .dest-card-lg .dest-title-lg {
    font-size: 2.1rem;
  }

  .dest-card-lg .dest-desc {
    font-size: 0.92rem;
    max-width: 92%;
  }
}

.dest-card {
  position: relative;
  height: 310px;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid rgba(197, 168, 128, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.5s ease;
  cursor: pointer;
}

.dest-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.dest-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(7, 12, 18, 0.25) 0%, rgba(6, 10, 16, 0.65) 50%, rgba(6, 10, 16, 0.96) 100%);
  z-index: 2;
  transition: background 0.4s ease;
}

.dest-card-header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dest-num {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-accent);
  letter-spacing: 0.05em;
}

.dest-kicker {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--color-accent);
  background: rgba(7, 12, 18, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(197, 168, 128, 0.3);
  padding: 0.32rem 0.8rem;
  border-radius: 20px;
  text-transform: uppercase;
}

.dest-card-body {
  position: relative;
  z-index: 3;
}

.dest-title {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--color-white);
  line-height: 1.25;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
  transition: var(--transition-smooth);
}

.dest-card-line {
  width: 32px;
  height: 1px;
  background-color: var(--color-accent);
  margin-bottom: 0.75rem;
  transition: width 0.4s ease;
}

.dest-desc {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.65;
  margin-bottom: 1.1rem;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
}

.dest-link {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-accent);
  display: inline-flex;
  align-items: center;
  transition: var(--transition-smooth);
}

.dest-link i {
  transition: transform 0.3s ease;
}

/* Card Hover States */
.dest-card:hover {
  transform: translateY(-8px);
  border-color: var(--color-accent);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.5);
}

.dest-card:hover .dest-card-bg {
  transform: scale(1.08);
}

.dest-card:hover .dest-card-line {
  width: 56px;
}

.dest-card:hover .dest-link i {
  transform: translateX(5px);
}

/* ==========================================================================
   7. Timeline Journey (Minimalist Luxury Horizontal Step Voyage)
   ========================================================================== */
.timeline-section {
  padding: 7.5rem 0;
  background-color: var(--color-bg-alt);
  position: relative;
  border-top: 1px solid rgba(197, 168, 128, 0.2);
  border-bottom: 1px solid rgba(197, 168, 128, 0.2);
}

.timeline-gold-line {
  width: 48px;
  height: 1px;
  background-color: var(--color-accent);
  margin: 1.2rem auto 1.5rem auto;
}

.timeline-header-desc {
  font-family: var(--font-body);
  font-size: 0.96rem;
  color: #475569;
  font-weight: 400;
  max-width: 620px;
  line-height: 1.8;
}

.timeline-swiper-wrapper {
  position: relative;
  margin-top: 2.5rem;
}

.timeline-swiper {
  padding: 8px 4px 20px 4px;
}

/* Minimalist Quiet Luxury Step Card */
.timeline-step-card {
  background: var(--color-white);
  border: 1px solid rgba(197, 168, 128, 0.22);
  border-radius: 3px;
  padding: 2rem 1.6rem;
  box-shadow: 0 10px 30px rgba(37, 100, 125, 0.03);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.timeline-step-card:hover {
  transform: translateY(-6px);
  border-color: var(--color-accent);
  box-shadow: 0 20px 45px rgba(197, 168, 128, 0.12);
}

.step-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.step-num-text {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-accent);
  line-height: 1;
}

.step-cat-tag {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--color-accent);
  text-transform: uppercase;
}

.step-time-text {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--color-primary-dark);
  margin-bottom: 0.75rem;
}

.step-card-title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--color-primary-dark);
  line-height: 1.3;
  margin-bottom: 0.65rem;
}

.step-card-desc {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 400;
  color: #475569;
  line-height: 1.65;
  margin: 0;
}

/* Slider Bottom Navigation Controls (Matching exp-swiper Style) */
.timeline-slider-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(197, 168, 128, 0.35);
  background: var(--color-white);
  color: var(--color-primary-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.timeline-slider-btn:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-white);
}

.timeline-swiper-pagination {
  width: auto !important;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.timeline-swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background: rgba(37, 100, 125, 0.2);
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s ease;
}

.timeline-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-accent);
  width: 36px;
}

.timeline-journey-desc {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: #334155;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}

/* Itinerary Tabs Navigation */
.itinerary-tabs-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.itin-tab-btn {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-primary-dark);
  background: var(--color-white);
  border: 1px solid rgba(197, 168, 128, 0.3);
  padding: 0.75rem 1.8rem;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(37, 100, 125, 0.04);
}

.itin-tab-btn:hover,
.itin-tab-btn.active {
  background: var(--color-primary-dark);
  color: var(--color-accent);
  border-color: var(--color-primary-dark);
  box-shadow: 0 10px 25px rgba(37, 100, 125, 0.2);
}

/* Tab Panes */
.itin-tab-pane {
  display: none;
  animation: fadeInPane 0.5s ease forwards;
}

.itin-tab-pane.active {
  display: block;
}

@keyframes fadeInPane {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

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

/* Route Map Card & Canvas */
.routemap-card {
  background: var(--color-white);
  border: 1px solid rgba(197, 168, 128, 0.25);
  border-radius: 4px;
  padding: 2.2rem;
  box-shadow: 0 15px 40px rgba(37, 100, 125, 0.06);
}

.routemap-visual-wrapper {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(197, 168, 128, 0.3);
}

.routemap-svg {
  width: 100%;
  height: auto;
  display: block;
}

.route-animated-path {
  animation: dashRoute 20s linear infinite;
}

@keyframes dashRoute {
  from {
    stroke-dashoffset: 200;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.route-specs-content {
  padding-left: 1rem;
}

.route-kicker {
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--color-accent);
  text-transform: uppercase;
}

.route-specs-title {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--color-primary-dark);
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
}

.route-line {
  width: 40px;
  height: 1px;
  background-color: var(--color-accent);
}

.route-specs-desc {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: #334155;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.route-features-list {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.route-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.route-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: rgba(197, 168, 128, 0.1);
  border: 1px solid rgba(197, 168, 128, 0.3);
  color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.route-feature-item strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--color-primary-dark);
  font-weight: 600;
}

.route-feature-item span {
  font-family: var(--font-body);
  font-size: 0.84rem;
  color: #475569;
  font-weight: 400;
}

/* Inclusions & Exclusions Cards */
.inc-exc-card {
  background: var(--color-white);
  border: 1px solid rgba(197, 168, 128, 0.22);
  border-radius: 4px;
  padding: 2.2rem;
  height: 100%;
  box-shadow: 0 10px 30px rgba(37, 100, 125, 0.04);
}

.inc-icon-circle {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.inc-icon-circle.inc-yes {
  background: rgba(197, 168, 128, 0.12);
  color: var(--color-accent);
  border: 1px solid rgba(197, 168, 128, 0.3);
}

.inc-icon-circle.inc-no {
  background: rgba(220, 53, 69, 0.08);
  color: #dc3545;
  border: 1px solid rgba(220, 53, 69, 0.25);
}

.inc-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-primary-dark);
  margin: 0;
}

.inc-subtitle {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: #475569;
  font-weight: 400;
}

.inc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.inc-list li {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: #1E293B;
  line-height: 1.6;
  font-weight: 450;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.inc-list li i {
  color: var(--color-accent);
  font-size: 0.95rem;
  margin-top: 3px;
}

.inc-list.exc-list li i {
  color: #dc3545;
}

.inc-notice-box {
  background: rgba(197, 168, 128, 0.08);
  border: 1px dashed rgba(197, 168, 128, 0.35);
  padding: 1rem 1.2rem;
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--color-primary-dark);
}

/* ==========================================================================
   8. Our Fleet: Catamaran Luxury & Catamaran Premium
   ========================================================================== */
.fleet-section {
  padding: 8rem 0;
  background-color: var(--color-white);
  position: relative;
}

.fleet-gold-line {
  width: 48px;
  height: 1px;
  background-color: var(--color-accent);
  margin: 1.2rem auto 1.5rem auto;
}

.fleet-header-desc {
  font-family: var(--font-body);
  font-size: 0.96rem;
  color: #475569;
  font-weight: 400;
  max-width: 650px;
  line-height: 1.8;
}

.fleet-scroll-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.fleet-slide {
  min-width: 0;
}

/* Fleet Editorial Card Design (Handcrafted Quiet Luxury) */
.fleet-editorial-card {
  background: var(--color-white);
  border: 1px solid rgba(197, 168, 128, 0.22);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(37, 100, 125, 0.04);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.fleet-editorial-card:hover {
  transform: translateY(-6px);
  border-color: var(--color-accent);
  box-shadow: 0 25px 50px rgba(197, 168, 128, 0.16);
}

.fleet-editorial-card.fleet-card-vip {
  border-color: rgba(197, 168, 128, 0.4);
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
}

.fleet-card-media {
  position: relative;
  height: 290px;
  overflow: hidden;
}

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

.fleet-editorial-card:hover .fleet-card-img {
  transform: scale(1.05);
}

.fleet-tag-pill {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background: rgba(37, 100, 125, 0.75);
  backdrop-filter: blur(8px);
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  padding: 0.4rem 0.9rem;
  border-radius: 2px;
  border: 1px solid rgba(197, 168, 128, 0.35);
}

.fleet-tag-pill.fleet-tag-vip {
  background: var(--color-primary-dark);
  color: var(--color-accent);
  border-color: var(--color-accent);
}

.fleet-card-content {
  padding: 2.2rem 2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.fleet-vessel-name {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-primary-dark);
  margin: 0;
}

.fleet-capacity-text {
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 600;
  color: #475569;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.fleet-capacity-text.vip-gold {
  color: var(--color-accent);
}

.fleet-vessel-desc {
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 400;
  color: #334155;
  line-height: 1.7;
  margin-bottom: 1.8rem;
}

/* Specs List (Row Format - No Artificial Pills) */
.fleet-specs-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.2rem;
}

.fleet-spec-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.65rem;
  border-bottom: 1px dashed rgba(197, 168, 128, 0.2);
  font-family: var(--font-body);
}

.fleet-spec-row:last-child {
  border-bottom: none;
}

.spec-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary-dark);
}

.spec-value {
  font-size: 0.86rem;
  font-weight: 500;
  color: #1E293B;
}

.btn-fleet-primary,
.btn-fleet-vip {
  font-family: var(--font-body);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: all 0.3s ease;
}

.btn-fleet-primary {
  color: var(--color-primary-dark);
}

.btn-fleet-primary:hover {
  color: var(--color-accent);
}

.btn-fleet-vip {
  color: var(--color-accent);
}

.btn-fleet-vip:hover {
  color: var(--color-primary-dark);
}

/* ==========================================================================
   9. Yacht Gallery
   ========================================================================== */
/* ==========================================================================
   9. Yacht Gallery (Asymmetric Masonry Bento Container-Fluid Layout)
   ========================================================================== */
.gallery-section {
  padding-top: 8rem;
  background-color: var(--color-bg-alt);
  position: relative;
}

.gallery-gold-line {
  width: 48px;
  height: 1px;
  background-color: var(--color-accent);
  margin: 1.2rem auto 1.5rem auto;
}

.gallery-filters {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}

.filter-btn {
  background: var(--color-white);
  border: 1px solid rgba(197, 168, 128, 0.3);
  padding: 0.65rem 1.6rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--color-primary-dark);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(37, 100, 125, 0.03);
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--color-primary-dark);
  color: var(--color-accent);
  border-color: var(--color-primary-dark);
  box-shadow: 0 8px 20px rgba(37, 100, 125, 0.18);
}

/* Asymmetric Bento Masonry Gallery Cards (Compact & Smooth Luxury) */
.gallery-card {
  position: relative;
  overflow: hidden;
  /* border-radius: 4px; */
  /* border: 1px solid rgba(197, 168, 128, 0.22); */
  box-shadow: 0 10px 30px rgba(37, 100, 125, 0.04);
  background: var(--color-primary-dark);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.6s ease;
  margin-bottom: 0;
}

.gallery-card:hover {
  transform: translateY(-5px);
  border-color: var(--color-accent);
  box-shadow: 0 20px 45px rgba(37, 100, 125, 0.12);
}

.gallery-card.masonry-card-lg {
  height: 380px;
}

.gallery-card.masonry-card-tall {
  height: 380px;
}

.gallery-card.masonry-card-md {
  height: 290px;
}

.gallery-card.masonry-card-sm {
  height: 250px;
}

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

.gallery-card:hover img {
  transform: scale(1.05);
  filter: brightness(0.88);
}

/* Editorial Gradient Overlay & Captions */
.gallery-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.8rem 1.6rem;
  background: linear-gradient(180deg, rgba(6, 10, 16, 0) 0%, rgba(6, 10, 16, 0.75) 50%, rgba(6, 10, 16, 0.96) 100%);
  pointer-events: none;
  transform: translateY(6px);
  opacity: 0.95;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
  z-index: 2;
}

.gallery-card:hover .gallery-card-overlay {
  transform: translateY(0);
  opacity: 1;
}

.gallery-card-category {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--color-accent);
  display: block;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  transition: letter-spacing 0.4s ease;
}

.gallery-card:hover .gallery-card-category {
  letter-spacing: 0.24em;
}

.gallery-card-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-white);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
  margin: 0;
}

.gallery-card-icon {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  transform: scale(0.6) rotate(-45deg);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(37, 100, 125, 0.75);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(197, 168, 128, 0.4);
  color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 3;
}

.gallery-card:hover .gallery-card-icon {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.gallery-card-icon:hover {
  background: var(--color-accent);
  color: var(--color-primary-dark);
}

/* ==========================================================================
   10. Testimonials (Ultra-Minimalist Luxury Aesthetic)
   ========================================================================== */
.testimonials-section {
  padding-top: 8rem;
  background-color: var(--color-bg-alt);
  position: relative;
}

/* Sleek Editorial Trust Showcase */
.trust-showcase-wrapper {
  margin-top: 1.8rem;
}

.trust-badge-container {
  background: var(--color-white);
  border: 1px solid rgba(197, 168, 128, 0.22);
  border-radius: 50px;
  padding: 1rem 2.4rem;
  box-shadow: 0 10px 30px rgba(37, 100, 125, 0.04);
}

.trust-badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.trust-rating-score {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--color-primary-dark);
  line-height: 1.1;
}

.stars-gold {
  color: var(--color-accent);
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  margin: 0.15rem 0;
}

.trust-sub-text {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--color-text-muted);
  text-transform: uppercase;
}

.trust-divider-line {
  width: 1px;
  height: 38px;
  background-color: rgba(197, 168, 128, 0.25);
  margin: 0 0.5rem;
}

.tripadvisor-official-badge {
  height: 52px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(37, 100, 125, 0.08));
  transition: transform 0.4s ease;
}

.tripadvisor-official-badge:hover {
  transform: scale(1.05);
}

.trust-reviews-badge {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-primary-dark);
  margin: 0.15rem 0;
}

.text-gold {
  color: var(--color-accent) !important;
}

/* Minimal Luxury Testimonial Card */
.testimonial-card {
  background: var(--color-white);
  padding: 2.5rem 2.2rem;
  border: 1px solid rgba(197, 168, 128, 0.2);
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(37, 100, 125, 0.03);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-card:hover {
  /* transform: translateY(-5px); */
  border-color: var(--color-accent);
  box-shadow: 0 20px 45px rgba(37, 100, 125, 0.08);
}

.testimonial-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.testimonial-stars {
  color: var(--color-accent);
  font-size: 0.75rem;
  letter-spacing: 0.15rem;
}

.verified-text {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
  text-transform: uppercase;
}

.testimonial-quote {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 1.3rem;
  color: #0F172A;
  line-height: 1.65;
  font-weight: 500;
  margin-bottom: 2rem;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(197, 168, 128, 0.15);
  padding-top: 1.2rem;
  margin-top: auto;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.author-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--color-accent);
}

.author-name {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 0.1rem;
  color: var(--color-primary-dark);
}

.author-country {
  font-size: 0.7rem;
  color: var(--color-text-muted);
  display: block;
}

.vessel-badge {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--color-accent);
  text-transform: uppercase;
}

/* ==========================================================================
   11. Latest News & Insights (Luxury Swiper Journal)
   ========================================================================== */
.news-section {
  padding: 8rem 0;
  background-color: #FFFFFF;
}

.news-card {
  background: #FFFFFF;
  border: 1px solid rgba(197, 168, 128, 0.2);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(37, 100, 125, 0.03);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-card:hover {
  /* transform: translateY(-6px); */
  border-color: var(--color-accent);
  box-shadow: 0 20px 45px rgba(37, 100, 125, 0.09);
}

.news-img-box {
  position: relative;
  height: 230px;
  overflow: hidden;
}

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

.news-card:hover .news-img {
  transform: scale(1.07);
}

.news-category-badge {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background: var(--color-accent);
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 0.4rem 0.85rem;
  border-radius: 2px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.news-body {
  padding: 2rem 1.8rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-meta {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--color-text-muted);
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.meta-dot {
  color: var(--color-accent);
  font-size: 0.6rem;
}

.news-title {
  font-family: var(--font-heading);
  font-size: 1.28rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}

.news-title a {
  color: var(--color-primary-dark);
  transition: color 0.3s ease;
}

.news-card:hover .news-title a {
  color: var(--color-accent);
}

.news-excerpt {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: #334155;
  line-height: 1.65;
  font-weight: 400;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-link {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--color-accent);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.news-card:hover .news-link {
  color: var(--color-primary-dark);
  transform: translateX(4px);
}

/* Swiper Gold Pagination for News */
.news-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--color-primary-dark);
  opacity: 0.25;
  transition: all 0.3s ease;
}

.news-swiper-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 5px;
  background: var(--color-accent);
  opacity: 1;
}

/* ==========================================================================
   12. Booking CTA Section with Video
   ========================================================================== */
.booking-cta-section {
  position: relative;
  padding: 8rem 0;
  background-color: var(--color-primary-dark);
  color: var(--color-white);
  text-align: center;
  overflow: hidden;
  scroll-margin-top: 80px;
  transform: translateZ(0);
  border-top: 1px solid rgba(197, 168, 128, 0.3);
  border-bottom: 1px solid rgba(197, 168, 128, 0.3);
}

.booking-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(25, 72, 92, 0.72) 0%,
      rgba(15, 40, 55, 0.55) 45%,
      rgba(25, 72, 92, 0.82) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Subtle shimmer overlay */
.booking-cta-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 60%, rgba(197, 168, 128, 0.06) 0%, transparent 70%);
  z-index: 2;
  pointer-events: none;
}

.booking-cta-section .container {
  position: relative;
  z-index: 3;
}

.booking-video-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
  filter: brightness(0.75) saturate(1.1);
  transform: translateZ(0);
  will-change: transform;
  pointer-events: none;
  z-index: 0;
}

.booking-cta-content {
  position: relative;
  z-index: 4;
  max-width: 820px;
  margin: 0 auto;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.booking-cta-section .section-subtitle {
  color: var(--color-accent) !important;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.booking-cta-title {
  font-family: var(--font-heading);
  font-size: 4.2rem;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.9), 0 1px 4px rgba(0, 0, 0, 0.6);
  letter-spacing: -0.01em;
}

/* CTA Button Group */
.booking-cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

/* Primary CTA: Gold filled - call to action */
.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 2.4rem;
  background: var(--color-accent);
  color: var(--color-primary-dark) !important;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--color-accent);
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 6px 24px rgba(197, 168, 128, 0.45), 0 2px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-cta-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, transparent 60%);
  pointer-events: none;
}

.btn-cta-primary:hover {
  background: var(--color-accent-hover);
  border-color: var(--color-accent-hover);
  color: var(--color-white) !important;
  transform: translateY(-3px);
  box-shadow: 0 14px 35px rgba(197, 168, 128, 0.55), 0 4px 12px rgba(0, 0, 0, 0.35);
}

/* Secondary CTA: White outline - email/contact */
.btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 2.4rem;
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-white) !important;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 2px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.btn-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: var(--color-white);
  color: var(--color-white) !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.booking-cta-desc {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 3rem;
  font-weight: 400;
  line-height: 1.8;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
}

/* ==========================================================================
   13. Footer Section
   ========================================================================== */
.site-footer {
  background-color: #25647d;
  color: #E2E8F0;
  padding: 7rem 0 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  z-index: 2;
}

.footer-widget p {
  color: #E2E8F0 !important;
  font-size: 0.95rem;
  line-height: 1.75;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.footer-widget h4 {
  color: var(--color-accent);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1.8rem;
  letter-spacing: 0.05em;
}

.footer-links {
  list-style: none;
  padding: 0px;
}

.footer-links li {
  margin-bottom: 0.9rem;
}

.footer-links a,
.contact-info a,
.contact-info span {
  color: #E2E8F0 !important;
  font-size: 0.92rem;
  font-weight: 400;
  transition: var(--transition-smooth);
}

.footer-links a:hover,
.contact-info a:hover {
  color: var(--color-accent) !important;
  padding-left: 6px;
}

.contact-info li {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.2rem;
  font-size: 0.92rem;
  font-weight: 400;
}

.contact-info i {
  color: var(--color-accent);
  font-size: 1rem;
  margin-top: 4px;
}

.footer-bottom p {
  color: #94A3B8 !important;
  font-size: 0.88rem;
  font-weight: 400;
}

.social-links {
  display: flex;
  gap: 0.8rem;
  margin-top: 2rem;
}

.social-links a {
  width: 40px;
  height: 40px;
  background: transparent;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: var(--transition-smooth);
}

.social-links a:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.social-svg-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
  transition: fill 0.3s ease;
}

.drawer-socials .social-svg-icon {
  width: 15px;
  height: 15px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 5rem;
  padding-top: 2.2rem;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
}

/* ==========================================================================
   16. Luxury Fancybox Slideshow Viewer Custom Theme
   ========================================================================== */
:root {
  --fancybox-bg: rgba(37, 100, 125, 0.96);
  --fancybox-color: #ffffff;
  --fancybox-accent-color: #C5A880;
  --fancybox-opacity: 1;
}

/* Backdrop & Container */
.fancybox__container {
  font-family: var(--font-body);
}

.fancybox__backdrop {
  background: rgba(37, 100, 125, 0.96) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

/* Toolbar Controls */
.fancybox__toolbar {
  padding: 1.5rem 2rem;
  background: linear-gradient(180deg, rgba(37, 100, 125, 0.85) 0%, rgba(37, 100, 125, 0) 100%);
  z-index: 20;
}

.fancybox__toolbar .f-button {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(197, 168, 128, 0.35);
  border-radius: 50%;
  color: var(--color-accent);
  width: 44px;
  height: 44px;
  margin-left: 0.6rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(10px);
}

.fancybox__toolbar .f-button:hover {
  background: var(--color-accent);
  color: var(--color-primary-dark);
  border-color: var(--color-accent);
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(197, 168, 128, 0.4);
}

.fancybox__toolbar .f-button svg {
  width: 20px;
  height: 20px;
  stroke-width: 2px;
}

/* Counter (Top Left) */
.fancybox__counter {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--color-accent);
  background: rgba(37, 100, 125, 0.65);
  border: 1px solid rgba(197, 168, 128, 0.35);
  padding: 0.55rem 1.4rem;
  border-radius: 30px;
  backdrop-filter: blur(10px);
  text-transform: uppercase;
}

/* Prev / Next Navigation Arrows */
.fancybox__nav .f-button {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(37, 100, 125, 0.65);
  border: 1px solid rgba(197, 168, 128, 0.4);
  color: var(--color-accent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  margin: 0 1.5rem;
}

.fancybox__nav .f-button:hover {
  background: var(--color-accent);
  color: var(--color-primary-dark);
  border-color: var(--color-accent);
  transform: scale(1.12);
  box-shadow: 0 10px 30px rgba(197, 168, 128, 0.35);
}

.fancybox__nav .f-button svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.5px;
}

/* Custom Editorial Caption at Bottom */
.fancybox__caption {
  padding: 1.8rem 2rem 2.2rem 2rem;
  background: linear-gradient(0deg, rgba(37, 100, 125, 0.95) 0%, rgba(37, 100, 125, 0.6) 70%, rgba(37, 100, 125, 0) 100%);
  text-align: center;
  z-index: 10;
}

.fancybox-custom-caption {
  display: inline-block;
  text-align: center;
  max-width: 650px;
}

.fancybox-custom-caption .caption-cat {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  color: var(--color-accent);
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.4rem;
}

.fancybox-custom-caption .caption-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-white);
  letter-spacing: 0.03em;
  margin: 0;
}

/* Thumbnails Strip at Bottom */
.f-thumbs {
  padding: 1rem 0;
  background: rgba(37, 100, 125, 0.85);
  border-top: 1px solid rgba(197, 168, 128, 0.2);
}

.f-thumbs__slide {
  border-radius: 6px;
  overflow: hidden;
  opacity: 0.45;
  transition: all 0.4s ease;
  border: 1px solid transparent;
  padding: 2px;
}

.f-thumbs__slide:hover {
  opacity: 0.85;
}

.f-thumbs__slide.is-nav-selected {
  opacity: 1;
  border-color: var(--color-accent);
  box-shadow: 0 0 15px rgba(197, 168, 128, 0.5);
  transform: scale(1.08);
}

.f-thumbs__slide__img {
  border-radius: 4px;
  object-fit: cover;
}

/* ==========================================================================
   14. Floating Action Widget Stack (WhatsApp & Scroll to Top)
   ========================================================================== */
.floating-widget-stack {
  position: fixed;
  bottom: 2.2rem;
  right: 2rem;
  z-index: 1080;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  align-items: center;
  pointer-events: none;
}

.floating-btn {
  pointer-events: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  position: relative;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(37, 100, 125, 0.22);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* WhatsApp Button */
.btn-whatsapp {
  background: #25D366;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.45rem;
}

.btn-whatsapp:hover {
  background: #20ba5a;
  color: #FFFFFF;
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.45);
}

.btn-whatsapp::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 2px solid #25D366;
  animation: whatsapp-pulse 2.2s infinite;
  pointer-events: none;
}

@keyframes whatsapp-pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

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

/* Ultra Luxury Quick Booking Modal */
.luxury-booking-modal.show {
  display: block !important;
  opacity: 1 !important;
  z-index: 99999 !important;
  background: rgba(4, 8, 14, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow-x: hidden;
  overflow-y: auto;
}

#customLuxuryBackdrop {
  position: fixed;
  inset: 0;
  background: rgba(4, 8, 14, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 99998;
}

.luxury-booking-modal .modal-content {
  background: #FFFFFF;
  border: 1px solid rgba(197, 168, 128, 0.45);
  border-radius: 24px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
  color: #25647d;
  overflow: hidden;
}

.luxury-booking-modal .modal-header {
  border-bottom: 1px solid rgba(197, 168, 128, 0.2);
  padding: 2.2rem 2.2rem 1.2rem;
  position: relative;
  /* background: #F8FAFC; */
}

.luxury-booking-modal .modal-title {
  color: #25647d !important;
}

.luxury-booking-modal .modal-header p {
  color: #556070 !important;
}

.luxury-booking-modal .btn-close-luxury {
  position: absolute;
  top: 1.8rem;
  right: 2rem;
  background: rgba(37, 100, 125, 0.06);
  border: 1px solid rgba(197, 168, 128, 0.3);
  color: #25647d;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.luxury-booking-modal .btn-close-luxury:hover {
  background: #C5A880;
  color: #FFFFFF;
  transform: rotate(90deg);
}

.luxury-booking-modal .modal-body {
  padding: 2rem 2.2rem 2.5rem;
  background: #FFFFFF;
}

.luxury-modal-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1E293B;
  margin-bottom: 0.45rem;
  display: block;
}

.luxury-modal-input {
  width: 100%;
  background: #F8F6F0;
  border: 1px solid #D5C9B1;
  border-radius: 10px;
  padding: 0.85rem 1.2rem;
  color: #0F172A;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  outline: none;
  transition: all 0.3s ease;
}

select.luxury-modal-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23B89D73' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-size: 1rem;
  padding-right: 3rem;
  cursor: pointer;
}

.luxury-modal-input:focus {
  background: #FFFFFF;
  border-color: #C5A880;
  box-shadow: 0 0 15px rgba(197, 168, 128, 0.3);
}

.was-validated .luxury-modal-input:invalid {
  border-color: #DC2626 !important;
  box-shadow: 0 0 12px rgba(220, 38, 38, 0.25) !important;
  background: rgba(220, 38, 38, 0.04) !important;
}

.was-validated .luxury-modal-input:valid {
  border-color: #C5A880 !important;
}

.luxury-modal-input::placeholder {
  color: #8E9AA8;
}

select.luxury-modal-input option {
  background: #FFFFFF;
  color: #0F172A;
  padding: 0.5rem 1rem;
}

.modal-submit-btn {
  background-color: var(--color-accent);
  color: var(--color-primary) !important;
  border: 1px solid var(--color-accent);
  padding: 1.05rem 2rem;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.88rem;
  width: 100%;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  box-shadow: 0 8px 25px rgba(197, 168, 128, 0.35);
}

.modal-submit-btn:hover {
  background-color: var(--color-accent-hover);
  border-color: var(--color-accent-hover);
  color: var(--color-white) !important;
  box-shadow: 0 12px 35px rgba(197, 168, 128, 0.5);
  transform: translateY(-2px);
}


/* Scroll Top Button */
.btn-scroll-top {
  background: rgba(37, 100, 125, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--color-accent);
  border: 1px solid rgba(197, 168, 128, 0.45);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
}

.btn-scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.btn-scroll-top:hover {
  background: var(--color-accent);
  color: var(--color-primary-dark);
  border-color: var(--color-accent);
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(197, 168, 128, 0.35);
}

/* Micro Tooltips */
.widget-tooltip {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  background: rgba(37, 100, 125, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #FFFFFF;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(197, 168, 128, 0.25);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.floating-btn:hover .widget-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

/* ==========================================================================
   15. Cruises Listing & Vessel Detail Pages (Split-Screen & Luxury Subpages)
   ========================================================================== */
/* Inner Subpage Hero Section */
.subpage-hero {
  position: relative;
  width: 100%;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary-dark);
  overflow: hidden;
  padding: 10rem 0 6rem;
}

.subpage-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.subpage-hero-bg img,
.subpage-hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85) contrast(1.08) saturate(1.15);
}

.subpage-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(6, 10, 16, 0.82) 0%,
      rgba(6, 10, 16, 0.52) 50%,
      rgba(6, 10, 16, 0.9) 100%);
  z-index: 2;
}

.subpage-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: var(--color-white);
  max-width: 860px;
  padding: 0 1.5rem;
}

.subpage-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 1060;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
}

.subpage-breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  transition: var(--transition-smooth);
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 1061;
  pointer-events: auto;
}

.subpage-breadcrumb a:hover {
  color: var(--color-accent);
}

.subpage-title {
  font-family: var(--font-heading);
  font-size: 4rem;
  font-weight: 600;
  color: var(--color-white);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 1.2rem;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.95), 0 2px 10px rgba(0, 0, 0, 0.85);
}

.subpage-desc {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.96) !important;
  font-weight: 400;
  line-height: 1.8;
  max-width: 680px;
  margin: 0 auto;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.95), 0 1px 8px rgba(0, 0, 0, 0.85);
}

/* Split Screen Vessel Classifier Showcase Section */
.split-vessels-section {
  padding: 6rem 0;
  background-color: var(--color-bg-light);
}

.split-vessel-card {
  position: relative;
  background: var(--color-white);
  border: 1px solid var(--color-border-subtle);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.split-vessel-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(37, 100, 125, 0.12);
  border-color: var(--color-accent);
}

.split-card-media {
  position: relative;
  height: 380px;
  overflow: hidden;
}

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

.split-vessel-card:hover .split-card-img {
  transform: scale(1.06);
}

.split-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(6, 10, 16, 0.2) 0%, rgba(6, 10, 16, 0.65) 100%);
}

.split-badge-pill {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 5;
  background: rgba(37, 100, 125, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--color-accent);
  border: 1px solid rgba(197, 168, 128, 0.4);
  padding: 0.45rem 1.2rem;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.split-badge-vip {
  background: var(--color-accent);
  color: var(--color-primary-dark);
  border-color: var(--color-accent);
  font-weight: 700;
}

.split-card-body {
  padding: 2.8rem 2.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.split-vessel-name {
  font-family: var(--font-heading);
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 0.5rem;
}

.split-vessel-tagline {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 1.2rem;
}

.split-vessel-desc {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: #334155;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 2rem;
}

/* Key Parameters Grid */
.split-params-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  padding: 1.5rem 0;
  margin-bottom: 2rem;
  border-top: 1px solid var(--color-border-subtle);
  border-bottom: 1px solid var(--color-border-subtle);
}

.param-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.param-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(197, 168, 128, 0.12);
  color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.param-info .param-label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.param-info .param-val {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-primary);
}

.split-card-footer {
  margin-top: auto;
  padding-top: 1rem;
}

/* Vessel Comparison Matrix Section */
.comparison-matrix-section {
  padding: 6rem 0;
  background-color: #FFFFFF;
  border-top: 1px solid var(--color-border-subtle);
}

.matrix-table-wrapper {
  overflow-x: auto;
  margin-top: 2rem;
  background: #FFFFFF;
  border: 1px solid rgba(197, 168, 128, 0.35);
  border-radius: 6px;
  box-shadow: 0 15px 35px rgba(37, 100, 125, 0.06);
}

.matrix-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.matrix-table th {
  padding: 1.6rem 2rem;
  font-family: var(--font-heading);
  font-size: 1.7rem;
  font-weight: 600;
  color: #25647d;
  background-color: #F8F6F2;
  border-bottom: 2px solid var(--color-accent);
}

.matrix-table td {
  padding: 1.35rem 2rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: #1E293B;
  border-bottom: 1px solid rgba(197, 168, 128, 0.18);
  line-height: 1.7;
}

.matrix-table tr:last-child td {
  border-bottom: none;
}

.matrix-table tr:hover td {
  background-color: rgba(197, 168, 128, 0.05);
}

.matrix-label-cell {
  font-weight: 600;
  color: #25647d;
  width: 28%;
}

.matrix-val-cell {
  width: 36%;
  color: #1E293B;
  font-weight: 450;
}

.matrix-val-cell strong.text-gold,
.matrix-val-cell .text-gold {
  color: #C5A880 !important;
  font-weight: 600;
}

/* Detail Vessel Features & Balanced Framing */
.vessel-detail-specs {
  padding: 6rem 0;
  background-color: var(--color-bg-light);
}

.vessel-detail-specs .matrix-table-wrapper {
  background: #FFFFFF;
  border: 1px solid rgba(197, 168, 128, 0.3);
  border-radius: 8px;
  box-shadow: 0 15px 40px rgba(37, 100, 125, 0.05);
  padding: 1.5rem 2.5rem;
}

.vessel-detail-specs .matrix-table {
  width: 100%;
  border-collapse: collapse;
}

.vessel-detail-specs .matrix-table tr {
  border-bottom: 1px dashed rgba(197, 168, 128, 0.25);
  transition: background-color 0.25s ease;
}

.vessel-detail-specs .matrix-table tr:last-child {
  border-bottom: none;
}

.vessel-detail-specs .matrix-table tr:hover {
  background-color: rgba(197, 168, 128, 0.03);
}

.vessel-detail-specs .matrix-table td {
  padding: 1.25rem 0.5rem;
  font-family: var(--font-body);
  vertical-align: middle;
  border: none;
  background: transparent;
}

.vessel-detail-specs .matrix-table td.matrix-label-cell {
  width: 42%;
  font-weight: 600;
  font-size: 0.95rem;
  color: #25647d;
  letter-spacing: 0.02em;
  background: transparent;
  border: none;
}

.vessel-detail-specs .matrix-table td.matrix-val-cell {
  width: 58%;
  font-weight: 500;
  font-size: 0.95rem;
  color: #334155;
  text-align: right;
  background: transparent;
  border: none;
}

.vessel-detail-media-frame {
  position: relative;
  width: 100%;
  height: 560px;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid var(--color-accent);
  box-shadow: 0 20px 50px rgba(37, 100, 125, 0.15);
  background-color: var(--color-primary-dark);
}

.vessel-detail-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.vessel-detail-media-frame:hover img {
  transform: scale(1.05);
}

.vessel-media-overlay-badge {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 5;
  background: rgba(37, 100, 125, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--color-accent);
  border: 1px solid rgba(197, 168, 128, 0.45);
  padding: 0.6rem 1.4rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.vessel-detail-gallery {
  padding: 5rem 0;
  background-color: var(--color-white);
}

/* ==========================================================================
   16. Complete 5-Block Vessel Detail Specification Styling
   ========================================================================== */
/* Dark Luxury Container Theme */
.vessel-dark-section {
  background-color: #25647d;
  color: var(--color-white);
  padding: 6rem 0;
  position: relative;
}

/* Block 1 & 2: Full-screen Flycam Video & Sticky Split-Screen */
.vessel-flycam-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25647d;
}

.flycam-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.65) contrast(1.1);
  z-index: 1;
}

.flycam-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(6, 10, 16, 0.82) 0%,
      rgba(6, 10, 16, 0.48) 50%,
      rgba(6, 10, 16, 0.94) 100%);
  z-index: 2;
}

.flycam-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 850px;
  padding: 0 1.5rem;
}

.sticky-split-wrapper {
  padding: 6rem 0;
  background-color: #25647d;
  border-top: 1px solid rgba(197, 168, 128, 0.2);
}

/* Symmetrical Split Feature Cards (Light Luxury Theme) */
.symmetrical-split-wrapper {
  padding: 6rem 0;
  background-color: #F8F6F2;
  border-top: 1px solid rgba(197, 168, 128, 0.25);
  border-bottom: 1px solid rgba(197, 168, 128, 0.25);
}

.symmetrical-feature-card {
  background: #FFFFFF;
  border: 1px solid rgba(197, 168, 128, 0.35);
  margin-bottom: 3.5rem;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
}

.symmetrical-feature-card:last-child {
  margin-bottom: 0;
}

.symmetrical-feature-card:hover {
  border-color: var(--color-accent);
  box-shadow: 0 20px 45px rgba(197, 168, 128, 0.25);
}

.symmetrical-media-box {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 480px;
  overflow: hidden;
}

.symmetrical-media-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.symmetrical-feature-card:hover .symmetrical-media-box img {
  transform: scale(1.06);
}

.symmetrical-text-box {
  padding: 4rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: #FFFFFF;
}

.symmetrical-text-box .section-subtitle {
  color: var(--color-accent);
  font-weight: 600;
  letter-spacing: 0.15em;
}

.symmetrical-text-box .welcome-title-editorial {
  color: #25647d !important;
}

.symmetrical-text-box p {
  color: #334155 !important;
  font-size: 0.95rem;
  line-height: 1.65;
}

.symmetrical-text-box ul li {
  color: #1E293B !important;
  font-weight: 500;
  font-size: 0.92rem;
}

.sticky-media-col {
  position: sticky;
  top: 110px;
  height: calc(100vh - 140px);
  max-height: 650px;
  border: 1px solid var(--color-accent);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

/* Customized Synchronized Gold Badge & Itinerary Timeline Cards */
.gold-time-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.38rem 0.9rem;
  background: rgba(197, 168, 128, 0.16);
  color: #C5A880;
  border: 1px solid rgba(197, 168, 128, 0.45);
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
  box-shadow: 0 2px 10px rgba(197, 168, 128, 0.08);
  transition: all 0.3s ease;
}

.itin-timeline-card {
  background: rgba(37, 100, 125, 0.88);
  border: 1px solid rgba(197, 168, 128, 0.3);
  padding: 2.2rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.itin-timeline-card:hover {
  border-color: var(--color-accent);
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(197, 168, 128, 0.2);
}

.itin-timeline-card:hover .gold-time-tag {
  background: rgba(197, 168, 128, 0.28);
  border-color: rgba(197, 168, 128, 0.7);
  color: #FFFFFF;
}

/* Light Theme Luxury Itinerary Cards */
.itin-timeline-card-light {
  background: #FFFFFF;
  border: 1px solid rgba(197, 168, 128, 0.32);
  padding: 2.2rem 2.2rem 2.2rem 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.itin-timeline-card-light::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: #C5A880;
  transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.35s ease;
}

.itin-timeline-card-light:hover {
  border-color: #C5A880;
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(197, 168, 128, 0.18);
}

.itin-timeline-card-light:hover::before {
  width: 6px;
  background: #B89567;
}

.gold-time-pill-light {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.9rem;
  background: rgba(197, 168, 128, 0.12);
  color: #C5A880;
  border: 1px solid rgba(197, 168, 128, 0.35);
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  width: fit-content;
  transition: all 0.3s ease;
}

/* ==========================================================================
   Tour Detail Specification Blocks (Immersive Timeflow, Line-Art Map, Inclusions & CTA)
   ========================================================================== */

/* Ken Burns Animation */
@keyframes kenBurnsZoom {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.07);
  }

  100% {
    transform: scale(1);
  }
}

.ken-burns-bg {
  animation: kenBurnsZoom 22s infinite alternate ease-in-out;
}

/* Immersive Timeflow Section (Light Alabaster Theme) */
.immersive-timeflow-wrapper {
  background-color: #F8F6F2;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(197, 168, 128, 0.2);
  border-bottom: 1px solid rgba(197, 168, 128, 0.2);
}

.timeflow-panel {
  position: relative;
  min-height: 65vh;
  display: flex;
  align-items: center;
  padding: 4.5rem 0;
  border-bottom: 1px dashed rgba(197, 168, 128, 0.25);
  overflow: hidden;
}

.timeflow-panel:last-child {
  border-bottom: none;
}

.bg-watermark-hour {
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  font-family: var(--font-title);
  font-size: clamp(7rem, 18vw, 20rem);
  font-weight: 700;
  color: rgba(197, 168, 128, 0.08);
  line-height: 1;
  user-select: none;
  pointer-events: none;
  letter-spacing: -0.04em;
  z-index: 1;
}

.timeflow-content-card {
  background: #FFFFFF;
  border: 1px solid rgba(197, 168, 128, 0.35);
  border-radius: 8px;
  padding: 3rem 2.5rem;
  position: relative;
  z-index: 3;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.timeflow-content-card:hover {
  transform: translateY(-3px);
  border-color: #C5A880;
  box-shadow: 0 20px 40px rgba(197, 168, 128, 0.16);
}

.timeflow-media-frame {
  position: relative;
  z-index: 3;
  border: 1px solid rgba(197, 168, 128, 0.35);
  border-radius: 8px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 100%;
  min-height: 380px;
}

.timeflow-media-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.timeflow-panel:hover .timeflow-media-frame img {
  transform: scale(1.05);
}

/* Accurate Satellite Ocean Interactive Route Map */
.lineart-map-section {
  background-color: #25647d;
  padding: 6rem 0;
  border-top: 1px solid rgba(197, 168, 128, 0.25);
  border-bottom: 1px solid rgba(197, 168, 128, 0.25);
}

.bay-lineart-map-box {
  position: relative;
  background: linear-gradient(135deg, #071524 0%, #0A1E33 50%, #05101A 100%);
  border: 1px solid rgba(197, 168, 128, 0.4);
  padding: 2.5rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  min-height: 520px;
}

/* Compact Route Map Image Box */
.bay-route-map-img-box {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(197, 168, 128, 0.4);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
  background: #25647d;
}

.bay-route-map-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dashed Route Paths */
.route-path-red {
  stroke: #EF4444;
  stroke-width: 2.5;
  stroke-dasharray: 8 5;
  animation: dashMove 25s linear infinite;
}

.route-path-yellow {
  stroke: #F59E0B;
  stroke-width: 2.5;
  stroke-dasharray: 8 5;
  animation: dashMoveReverse 25s linear infinite;
}

@keyframes dashMove {
  from {
    stroke-dashoffset: 200;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dashMoveReverse {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: 200;
  }
}

/* Map Photo Badges & Callouts */
.map-photo-badge {
  position: absolute;
  z-index: 12;
  border-radius: 50%;
  border: 3px solid #C5A880;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.map-photo-badge:hover {
  transform: scale(1.15);
  border-color: #C5A880;
}

.map-photo-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-callout-box {
  position: absolute;
  z-index: 12;
  background: rgba(37, 100, 125, 0.92);
  border: 1px solid rgba(197, 168, 128, 0.5);
  border-radius: 6px;
  padding: 0.5rem 0.9rem;
  color: #FFFFFF;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
}

.map-callout-box .callout-title {
  font-family: var(--font-title);
  font-size: 1rem;
  font-weight: 700;
  color: #C5A880;
  letter-spacing: 0.05em;
  margin: 0;
}

.map-callout-box .callout-sub {
  font-size: 0.75rem;
  color: #9CA3AF;
  margin: 0;
}

.map-waypoint-pin:hover .map-waypoint-tooltip {
  opacity: 1;
}

/* Service Inclusions / Exclusions Cards (Light Luxury) */
.service-inc-exc-section {
  background-color: #F8F6F2;
  padding: 6rem 0;
  border-bottom: 1px solid rgba(197, 168, 128, 0.25);
}

.service-inc-card {
  background: #FFFFFF;
  border: 1px solid rgba(197, 168, 128, 0.32);
  border-top: 4px solid #C5A880;
  padding: 2.8rem 2.2rem;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-inc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(197, 168, 128, 0.15);
}

.hairline-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hairline-list li {
  padding: 0.85rem 0;
  border-bottom: 1px dashed rgba(197, 168, 128, 0.25);
  display: flex;
  align-items: flex-start;
  font-size: 0.93rem;
  color: #374151;
  line-height: 1.5;
}

.hairline-list li:last-child {
  border-bottom: none;
}

/* Tour Value Summary Box & CTA */
.tour-summary-card {
  background: #0B131E;
  background: linear-gradient(145deg, #070D15 0%, #0E1724 100%);
  border: 1px solid rgba(197, 168, 128, 0.65);
  padding: 3.5rem 3rem;
  border-radius: 8px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 5;
}

.tour-summary-card h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #FFFFFF !important;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.9);
  margin-bottom: 0.8rem;
}

.summary-value-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(197, 168, 128, 0.35);
  color: #FFFFFF;
  font-size: 1rem;
}

.summary-value-row span:first-child,
.summary-value-row .text-white,
.summary-value-row .text-white-50 {
  color: #FFFFFF !important;
  font-weight: 500 !important;
  font-size: 0.98rem;
  opacity: 1 !important;
}

.summary-value-row span:last-child,
.summary-value-row .fw-bold {
  color: #FFFFFF !important;
  font-weight: 600 !important;
  font-size: 1.02rem;
  text-align: right;
}

.summary-value-row .text-gold,
.summary-value-row span.text-gold {
  color: #C5A880 !important;
  font-weight: 700 !important;
}

.summary-value-row:last-child {
  border-bottom: none;
}

.tour-summary-card p,
.tour-summary-card p.text-white,
.tour-summary-card p.text-white-50 {
  color: #FFFFFF !important;
  font-size: 1rem;
  font-weight: 400;
  opacity: 1 !important;
  line-height: 1.7;
}

.itin-timeline-card-light:hover .gold-time-pill-light {
  background: #C5A880;
  color: #FFFFFF;
  border-color: #C5A880;
}

.itin-step-number-light {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #F8F6F2;
  border: 1px solid rgba(197, 168, 128, 0.4);
  color: #C5A880;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
}

.sticky-media-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scrolling-narrative-content {
  padding-left: 2rem;
}

.narrative-block-card {
  padding: 3rem 2.5rem;
  background: rgba(37, 100, 125, 0.85);
  border: 1px solid rgba(197, 168, 128, 0.25);
  margin-bottom: 3rem;
  backdrop-filter: blur(10px);
  transition: border-color 0.4s ease;
}

.narrative-block-card:hover {
  border-color: var(--color-accent);
}

.narrative-icon-badge {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(197, 168, 128, 0.15);
  color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

/* Block 3: Heavy Parallax Sundeck Section (80vh) */
.sundeck-heavy-parallax {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 520px;
  background-image: url('../images/hero_catamaran.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sundeck-parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(6, 10, 16, 0.8) 0%,
      rgba(6, 10, 16, 0.65) 50%,
      rgba(6, 10, 16, 0.9) 100%);
  z-index: 1;
}

.sundeck-parallax-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 0 1.5rem;
  color: var(--color-white);
}

.sundeck-parallax-content h2 {
  font-weight: 600;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.9);
}

.sundeck-parallax-content p {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.85);
}

/* Block 4: Safety Standard Staggered Ladder Macro Grid */
.safety-assurance-section {
  padding: 7rem 0;
  background-color: #25647d;
  border-top: 1px solid rgba(197, 168, 128, 0.2);
}

.safety-staggered-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.safety-ladder-card {
  position: relative;
  background: rgba(37, 100, 125, 0.9);
  border: 1px solid rgba(197, 168, 128, 0.25);
  overflow: hidden;
  transition: all 0.4s ease;
}

.safety-ladder-card:nth-child(1) {
  transform: translateY(0);
}

.safety-ladder-card:nth-child(2) {
  transform: translateY(40px);
}

.safety-ladder-card:nth-child(3) {
  transform: translateY(80px);
}

.safety-ladder-card:hover {
  border-color: var(--color-accent);
  box-shadow: 0 15px 35px rgba(197, 168, 128, 0.15);
}

.safety-macro-media {
  height: 260px;
  overflow: hidden;
  position: relative;
}

.safety-macro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.safety-ladder-card:hover .safety-macro-media img {
  transform: scale(1.08);
}

.safety-card-body {
  padding: 1.8rem 1.5rem;
}

.safety-card-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--color-white);
  margin-bottom: 0.6rem;
}

.safety-card-desc {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin: 0;
}

/* Block 5: Floating Sticky Contact & Price Bar */
.vessel-sticky-floating-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  background: rgba(6, 10, 16, 0.94);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-top: 1px solid rgba(197, 168, 128, 0.4);
  padding: 0.85rem 0;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.35);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.vessel-sticky-floating-bar.active {
  transform: translateY(0);
}

.floating-bar-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bar-vessel-info {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.bar-vessel-name {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--color-white);
  font-weight: 400;
  margin: 0;
}

.bar-vessel-badge {
  background: rgba(197, 168, 128, 0.15);
  color: var(--color-accent);
  border: 1px solid rgba(197, 168, 128, 0.35);
  padding: 0.25rem 0.8rem;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.bar-rate-info {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.bar-rate-text {
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
}

.bar-rate-val {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: var(--color-accent);
  font-weight: 600;
  margin-left: 0.4rem;
}

@media (max-width: 991px) {
  .symmetrical-media-box {
    min-height: 320px;
    height: 320px;
  }

  .symmetrical-text-box {
    padding: 2.5rem 1.5rem;
  }

  .subpage-title {
    font-size: 2.8rem;
  }

  .split-card-media {
    height: 280px;
  }

  .split-card-body {
    padding: 2rem 1.5rem;
  }

  .split-params-grid {
    grid-template-columns: 1fr;
  }

  .vessel-detail-media-frame {
    height: 380px;
  }

  .sticky-media-col {
    position: relative;
    top: 0;
    height: 350px;
    margin-bottom: 2rem;
  }

  .scrolling-narrative-content {
    padding-left: 0;
  }

  .safety-staggered-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .safety-ladder-card:nth-child(1),
  .safety-ladder-card:nth-child(2),
  .safety-ladder-card:nth-child(3) {
    transform: translateY(0);
  }

  .floating-bar-flex {
    flex-direction: column;
    gap: 0.8rem;
    text-align: center;
  }
}

/* ==========================================================================
   EDITORIAL LIFESTYLE ART MAGAZINE & READ LAYOUT (BLOG & DETAIL)
   ========================================================================== */

/* Reading Progress Bar Sticky Top */
.reading-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #C5A880 0%, #C5A880 50%, #C5A880 100%);
  z-index: 999999;
  width: 0%;
  transition: width 0.1s linear;
  box-shadow: 0 0 14px rgba(197, 168, 128, 0.9), 0 0 6px rgba(197, 168, 128, 0.8);
}

/* Category Filter Navigation Tabs */
.editorial-filter-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}

.editorial-tab-btn {
  background: transparent;
  border: 1px solid rgba(197, 168, 128, 0.3);
  color: #64748B;
  padding: 0.6rem 1.6rem;
  border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: all 0.35s ease;
  cursor: pointer;
}

.editorial-tab-btn:hover {
  background: rgba(197, 168, 128, 0.18);
  color: #FFFFFF;
  border-color: #C5A880;
}

.editorial-tab-btn.active {
  background: #C5A880;
  color: #FFFFFF !important;
  border-color: #C5A880;
  box-shadow: 0 4px 18px rgba(197, 168, 128, 0.35);
}

/* Category Badges */
.category-badge-pill {
  display: inline-block;
  padding: 0.35rem 0.9rem;
  background: rgba(197, 168, 128, 0.14);
  color: #B89567;
  border: 1px solid rgba(197, 168, 128, 0.45);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 4px;
}

/* Asymmetric Masonry Magazine Grid */
.magazine-asymmetric-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
}

/* Magazine Card Item */
.magazine-card {
  background: #FFFFFF;
  border: 1px solid rgba(197, 168, 128, 0.2);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  height: 100%;
}

.magazine-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(37, 100, 125, 0.12);
  border-color: rgba(197, 168, 128, 0.6);
}

/* Asymmetric Column Spans */
.grid-col-12 {
  grid-column: span 12;
}

.grid-col-8 {
  grid-column: span 8;
}

.grid-col-7 {
  grid-column: span 7;
}

.grid-col-6 {
  grid-column: span 6;
}

.grid-col-5 {
  grid-column: span 5;
}

.grid-col-4 {
  grid-column: span 4;
}

@media (max-width: 991px) {

  .grid-col-8,
  .grid-col-7,
  .grid-col-5 {
    grid-column: span 12;
  }

  .grid-col-6,
  .grid-col-4 {
    grid-column: span 6;
  }
}

@media (max-width: 767px) {

  .grid-col-6,
  .grid-col-4 {
    grid-column: span 12;
  }
}

/* Card Media Frame with Smooth Zoom & Dark Overlay on Hover */
.magazine-card-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #25647d;
}

.magazine-card-media.height-hero {
  height: 440px;
}

.magazine-card-media.height-tall {
  height: 380px;
}

.magazine-card-media.height-standard {
  height: 280px;
}

.magazine-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), filter 0.7s ease;
}

.magazine-card-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(37, 100, 125, 0.35);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.magazine-card:hover .magazine-card-media img {
  transform: scale(1.06);
  filter: brightness(0.88);
}

.magazine-card:hover .magazine-card-media::after {
  opacity: 1;
}

/* Card Body Content */
.magazine-card-body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #FFFFFF;
}

.magazine-meta-line {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.8rem;
  color: #64748B;
  margin-bottom: 0.85rem;
}

.magazine-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  line-height: 1.3;
  color: #25647d;
  margin-bottom: 0.85rem;
  transition: color 0.3s ease;
}

.magazine-title.title-hero {
  font-size: 2.25rem;
}

.magazine-card:hover .magazine-title {
  color: #C5A880;
}

.magazine-excerpt {
  color: #4B5563;
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.magazine-read-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #25647d;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: gap 0.3s ease, color 0.3s ease;
}

.magazine-card:hover .magazine-read-link {
  color: #C5A880;
  gap: 0.85rem;
}

/* ==========================================================================
   BLOG DETAIL: SINGLE COLUMN ASYMMETRIC EDITORIAL READING LAYOUT
   ========================================================================== */

.editorial-article-container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Hero Article Header */
/* Hero Article Header - Dark Luxury Style Synchronized with Site Header */
.article-header-hero {
  position: relative;
  padding: 11rem 1rem 5rem;
  text-align: center;
  z-index: 10;
  overflow: hidden;
  background-color: var(--color-primary-dark);
  color: var(--color-white);
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-header-hero .flycam-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
  filter: brightness(1.05) contrast(1.1) saturate(1.15);
}

.article-header-hero .flycam-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(6, 10, 16, 0.62) 0%, rgba(6, 10, 16, 0.28) 45%, rgba(6, 10, 16, 0.88) 100%);
  z-index: 2;
}

.article-header-hero .editorial-article-container {
  position: relative;
  z-index: 3;
}

.article-category-tag {
  display: inline-block;
  background: rgba(6, 10, 16, 0.65);
  color: var(--color-accent);
  border: 1px solid rgba(236, 200, 128, 0.55);
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.4rem 1.4rem;
  border-radius: 30px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
}

.article-header-hero .subpage-breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition-smooth);
}

.article-header-hero .subpage-breadcrumb a:hover {
  color: var(--color-accent);
}

.article-header-hero .subpage-breadcrumb span {
  color: var(--color-accent);
  font-weight: 700;
}

.article-header-hero .subpage-breadcrumb .style-separator {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

.article-main-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.25rem;
  line-height: 1.18;
  color: var(--color-white);
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.85), 0 2px 8px rgba(0, 0, 0, 0.95);
}

@media (max-width: 767px) {
  .article-main-title {
    font-size: 2rem;
  }
}

.article-author-meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
  background: rgba(6, 10, 16, 0.65);
  border: 1px solid rgba(236, 200, 128, 0.45);
  border-radius: 40px;
  padding: 0.75rem 1.75rem;
  margin-top: 1.5rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.article-author-meta span,
.article-author-meta .text-dark,
.article-author-meta .text-white {
  color: rgba(255, 255, 255, 0.95) !important;
}

.author-avatar-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid #C5A880;
}

/* Drop Cap Typography */
.drop-cap-paragraph::first-letter {
  float: left;
  font-family: 'Cormorant Garamond', serif;
  font-size: 6rem;
  line-height: 0.72;
  font-weight: 700;
  color: #B89567;
  margin-right: 1.1rem;
  margin-top: 0.2rem;
}

/* Editorial Article Body Typography */
.editorial-body-content {
  font-size: 1.3rem;
  line-height: 1.9;
  margin-top: 3rem;
}

.editorial-body-content p {
  margin-bottom: 2rem;
  color: #1E293B;
  font-weight: 400;
}

.editorial-body-content ul li,
.editorial-body-content ol li {
  font-size: 1.25rem;
  line-height: 1.85;
  margin-bottom: 1rem;
  color: #1E293B;
}

.editorial-body-content strong {
  color: #0F172A;
  font-weight: 700;
}

.editorial-body-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.65rem;
  font-weight: 700;
  color: #0F172A;
  margin-top: 4rem;
  margin-bottom: 1.35rem;
  line-height: 1.22;
  border-bottom: 2px solid rgba(197, 168, 128, 0.35);
  padding-bottom: 0.75rem;
}

.editorial-body-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.15rem;
  font-weight: 700;
  color: #0F172A;
  margin-top: 3.2rem;
  margin-bottom: 1.1rem;
}

.sales-callout-desc {
  color: white !important;
}

/* Pull-Quotes Block (Khối Trích Dẫn Tạp Chí Nghệ Thuật) */
.editorial-pull-quote {
  margin: 3.8rem 0;
  padding: 2.8rem 2.8rem 2.8rem 3.2rem;
  background: rgba(197, 168, 128, 0.09);
  border-left: 4px solid #C5A880;
  border-radius: 0 14px 14px 0;
  position: relative;
}

.editorial-pull-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 2.1rem;
  line-height: 1.45;
  color: #0F172A;
  font-weight: 600;
  margin: 0 !important;
}

.editorial-pull-quote .quote-byline {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #B89567;
  text-transform: uppercase;
  margin-top: 1.35rem;
}

/* Container-Matched Article Image Figure */
.article-image-figure {
  margin: 3.5rem 0 4rem;
  width: 100%;
}

.article-featured-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(236, 200, 128, 0.35);
  box-shadow: 0 25px 60px rgba(6, 10, 16, 0.25);
}

.article-featured-img-wrapper:hover .article-block-img {
  transform: scale(1.03);
}

.article-block-img {
  width: 100%;
  height: auto;
  max-height: 540px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.featured-img-badge {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  background: rgba(6, 10, 16, 0.8);
  color: var(--color-accent);
  border: 1px solid rgba(236, 200, 128, 0.45);
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.4rem 1.1rem;
  backdrop-filter: blur(12px);
  letter-spacing: 0.12em;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.article-image-caption {
  text-align: center;
  font-size: 0.9rem;
  color: #64748B;
  margin-top: 1rem;
  font-style: italic;
  font-weight: 500;
}

/* In-Article Sales Conversion Box (Nuôi dưỡng cảm xúc chốt sale) */
.article-sales-callout {
  background: linear-gradient(135deg, #25647d 0%, #172635 100%);
  border: 1px solid rgba(197, 168, 128, 0.4);
  border-radius: 12px;
  padding: 3rem 2.5rem;
  margin: 4rem 0;
  text-align: center;
  box-shadow: 0 25px 50px rgba(37, 100, 125, 0.25);
}

.article-sales-callout-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem !important;
  align-items: stretch;
}

.article-sales-callout-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 52px;
  height: 100%;
  gap: 0.7rem;
  padding: 0.95rem 1.1rem !important;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
}

.article-sales-callout-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.35rem;
  width: 1.35rem;
  font-size: 1.05rem;
  line-height: 1;
}

.article-sales-callout-btn-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.article-sales-callout-btn-main,
.article-sales-callout-btn-phone {
  display: block;
  text-align: center;
}

.article-sales-callout-btn-phone {
  font-size: 0.9em;
  letter-spacing: 0.08em;
  line-height: 1.1;
}

.sales-callout-subtitle {
  color: #C5A880;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  display: block;
}

.sales-callout-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.25rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.sales-callout-desc {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto 2rem;
}

/* ==========================================================================
   BLOG CONTROL TOOLBAR & HARMONIZED SEARCH/FILTER/PAGINATION
   ========================================================================== */

/* Unified Toolbar Box */
.blog-control-toolbar {
  background: linear-gradient(135deg, #25647d 0%, #162434 100%);
  border: 1px solid rgba(197, 168, 128, 0.4);
  border-radius: 16px;
  padding: 1.75rem 2rem;
  margin-bottom: 3.5rem;
  box-shadow: 0 15px 35px rgba(37, 100, 125, 0.18);
}

/* Integrated Search Input Box */
.blog-search-box {
  position: relative;
  width: 100%;
}

.blog-search-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(197, 168, 128, 0.35);
  border-radius: 30px;
  padding: 0.75rem 1.5rem 0.75rem 3rem;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  outline: none;
  transition: all 0.35s ease;
}

.blog-search-input::-webkit-search-cancel-button {
  display: none;
}

.blog-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.88rem;
}

.blog-search-input:focus {
  background: rgba(255, 255, 255, 0.14);
  border-color: #C5A880;
  box-shadow: 0 0 18px rgba(197, 168, 128, 0.25);
  color: #FFFFFF;
}

.blog-search-icon {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: #C5A880;
  font-size: 0.95rem;
  pointer-events: none;
}

.blog-search-clear {
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.66);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.25s ease;
}

.blog-search-clear.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.blog-search-clear:hover {
  background: rgba(197, 168, 128, 0.2);
  color: #FFFFFF;
}

/* Harmonized Category Filter Pills */
.blog-category-pills {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.blog-search-feedback {
  display: none;
  margin-bottom: 1.1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #B89567;
}

.blog-search-feedback.is-active {
  display: block;
}

.blog-empty-state {
  padding: 3.25rem 1.5rem 2rem;
}

.blog-empty-state-inner {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(197, 168, 128, 0.25);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(248, 245, 239, 0.75) 0%, rgba(255, 255, 255, 1) 100%);
}

.blog-empty-state-inner i {
  font-size: 1.4rem;
  color: #C5A880;
  margin-bottom: 0.85rem;
}

.blog-empty-state-inner h3 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: #0F172A;
  margin-bottom: 0.55rem;
}

.blog-empty-state-inner p {
  margin: 0;
  color: #64748B;
  line-height: 1.7;
}

.blog-filter-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(197, 168, 128, 0.35);
  color: rgba(255, 255, 255, 0.8);
  padding: 0.65rem 1.5rem;
  border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: all 0.35s ease;
  cursor: pointer;
  white-space: nowrap;
}

.blog-filter-btn:hover {
  background: rgba(197, 168, 128, 0.2);
  color: #FFFFFF;
  border-color: #C5A880;
}

.blog-filter-btn.active {
  background: #C5A880;
  color: #FFFFFF !important;
  border-color: #C5A880;
  font-weight: 600;
  box-shadow: 0 4px 18px rgba(197, 168, 128, 0.35);
}

/* 3-Column Standard Equal Height Card Row (2 Rows x 3 Columns = 6 Items per Page) */
.blog-grid-container {
  min-height: 600px;
}

.magazine-grid-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Luxury Pagination Styling */
.blog-pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  margin-top: 4rem;
}

.blog-page-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(197, 168, 128, 0.35);
  background: #FFFFFF;
  color: #25647d;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.blog-page-btn.pill-nav {
  width: auto;
  padding: 0 1.25rem;
  border-radius: 30px;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-page-btn:hover {
  background: #C5A880;
  color: #FFFFFF;
  border-color: #C5A880;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(197, 168, 128, 0.3);
}

.blog-page-btn.active {
  background: #C5A880;
  color: #FFFFFF !important;
  border-color: #C5A880;
  box-shadow: 0 4px 18px rgba(197, 168, 128, 0.35);
  font-weight: 600;
}

/* ==========================================================================
   19. Contact Us Page (Ultra Luxury Business Info, Maps & Ajax Inquiry Form)
   ========================================================================== */
.contact-info-card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(197, 168, 128, 0.3);
  border-radius: 16px;
  padding: 2.2rem 2rem;
  box-shadow: 0 15px 35px rgba(37, 100, 125, 0.06);
  height: 100%;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.contact-info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #C5A880 0%, #C5A880 50%, #B89567 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.contact-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 45px rgba(197, 168, 128, 0.18);
  border-color: rgba(197, 168, 128, 0.6);
}

.contact-info-card:hover::before {
  opacity: 1;
}

.contact-icon-box {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #C5A880 0%, #B89567 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 8px 20px rgba(197, 168, 128, 0.28);
  transition: all 0.4s ease;
}

.contact-info-card:hover .contact-icon-box {
  transform: scale(1.1) rotate(4deg);
  box-shadow: 0 12px 25px rgba(197, 168, 128, 0.45);
}

.contact-info-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}

.contact-info-text {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
}

.contact-info-link {
  color: #0F172A;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-link:hover {
  color: #C5A880;
}

/* Map Embed Container */
.map-embed-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 440px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(197, 168, 128, 0.35);
  box-shadow: 0 20px 45px rgba(37, 100, 125, 0.12);
}

.map-embed-wrapper iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 440px;
  border: 0;
}

.map-location-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(37, 100, 125, 0.88);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(197, 168, 128, 0.4);
  color: #FFFFFF;
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
  font-size: 0.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  z-index: 10;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Inquiry Form Luxury Box */
.contact-form-box {
  background: linear-gradient(145deg, #070D14 0%, #121F2E 100%);
  border: 1px solid rgba(197, 168, 128, 0.4);
  border-radius: 24px;
  padding: 3.5rem 3rem;
  box-shadow: 0 25px 60px rgba(37, 100, 125, 0.35);
  color: #FFFFFF;
  min-width: 0;
}

.contact-input-field {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(197, 168, 128, 0.3);
  border-radius: 12px;
  padding: 0.95rem 1.35rem;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.92rem;
  outline: none;
  transition: all 0.35s ease;
}

.contact-input-field:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: #C5A880;
  box-shadow: 0 0 20px rgba(197, 168, 128, 0.25);
}

.contact-input-field::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

select.contact-input-field option {
  background: #25647d;
  color: #FFFFFF;
}

.form-label-custom {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.5rem;
  display: block;
}

.form-recaptcha-notice {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
}

.ajax-success-alert {
  display: none;
  background: rgba(197, 168, 128, 0.16);
  border: 1px solid #C5A880;
  color: #C5A880;
  padding: 1.4rem 1.75rem;
  border-radius: 16px;
  font-size: 0.95rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 25px rgba(197, 168, 128, 0.15);
}

.blog-page-btn.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

/* Contact Page Compact Section Spacing */
#contact-info-map,
.contact-page-benefits,
#contact-inquiry {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.contact-page-benefits .container.py-3 {
  padding-top: 1.35rem !important;
  padding-bottom: 1.35rem !important;
}

/* ==========================================================================
   20. Redesigned Contact Us Page (Luxury Concierge Deck & Clean Layout)
   ========================================================================== */
.contact-concierge-deck {
  background: #FFFFFF;
  border: 1px solid rgba(197, 168, 128, 0.35);
  border-radius: 20px;
  padding: 2.8rem 2.4rem;
  box-shadow: 0 15px 40px rgba(37, 100, 125, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}

.concierge-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid rgba(197, 168, 128, 0.18);
}

.concierge-info-item>div {
  min-width: 0;
}

.concierge-info-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.concierge-item-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  background: rgba(197, 168, 128, 0.12);
  border: 1px solid rgba(197, 168, 128, 0.3);
  color: #B89567;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  transition: all 0.35s ease;
}

.concierge-info-item:hover .concierge-item-icon {
  background: #C5A880;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(197, 168, 128, 0.3);
}

.concierge-item-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #B89567;
  margin-bottom: 0.25rem;
  display: block;
}

.concierge-item-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0.25rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.concierge-item-desc {
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

.concierge-item-link {
  color: #0F172A;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.concierge-item-link:hover {
  color: #C5A880;
}

/* Concierge Social Strip */
.concierge-social-strip {
  padding-top: 1.5rem;
  margin-top: 1rem;
  border-top: 1px dashed rgba(197, 168, 128, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  min-width: 0;
}

.social-strip-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748B;
}

.social-strip-btns {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.social-circle-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(197, 168, 128, 0.08);
  border: 1px solid rgba(197, 168, 128, 0.3);
  color: #25647d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-circle-btn:hover {
  background: #C5A880;
  color: #FFFFFF;
  border-color: #C5A880;
  transform: translateY(-2px);
}

/* Concierge Pillar Guarantee Cards */
.concierge-guarantee-card {
  background: #FFFFFF;
  border: 1px solid rgba(197, 168, 128, 0.25);
  border-radius: 16px;
  padding: 2.2rem 1.8rem;
  height: 100%;
  transition: all 0.35s ease;
  text-align: center;
  box-shadow: 0 10px 30px rgba(37, 100, 125, 0.04);
}

.concierge-guarantee-card:hover {
  transform: translateY(-5px);
  border-color: #C5A880;
  box-shadow: 0 18px 40px rgba(197, 168, 128, 0.15);
}

.guarantee-icon-box {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(197, 168, 128, 0.15) 0%, rgba(140, 111, 62, 0.25) 100%);
  border: 1px solid rgba(197, 168, 128, 0.4);
  color: #B89567;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  transition: all 0.35s ease;
}

.concierge-guarantee-card:hover .guarantee-icon-box {
  background: linear-gradient(135deg, #C5A880 0%, #B89567 100%);
  color: #FFFFFF;
  transform: scale(1.08);
}

.guarantee-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0.6rem;
}

.guarantee-desc {
  font-size: 0.9rem;
  color: #64748B;
  line-height: 1.65;
  margin: 0;
}

/* ==========================================================================
   PRIVACY & LEGAL TERMS PAGE (Clean, Minimalist & Icon-Free Luxury Layout)
   ========================================================================== */
.legal-sidebar-card {
  position: sticky;
  top: 100px;
  background: #FFFFFF;
  border: 1px solid rgba(236, 200, 128, 0.35);
  border-radius: 16px;
  padding: 2rem 1.6rem;
  box-shadow: 0 15px 35px rgba(6, 10, 16, 0.05);
}

.legal-sidebar-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(236, 200, 128, 0.4);
  letter-spacing: 0.04em;
}

.legal-nav-tree {
  list-style: none;
  padding: 0;
  margin: 0;
}

.legal-nav-tree li {
  margin-bottom: 0.6rem;
}

.legal-nav-link {
  display: block;
  padding: 0.85rem 1.1rem;
  border-radius: 10px;
  color: #475569;
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  background: rgba(248, 250, 252, 0.8);
  border: 1px solid transparent;
}

.legal-nav-link:hover,
.legal-nav-link.active {
  background: rgba(197, 168, 128, 0.12);
  color: #0F172A;
  font-weight: 600;
  border-color: rgba(197, 168, 128, 0.4);
  transform: translateX(4px);
}

.toc-card {
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.95) 0%, rgba(241, 245, 249, 0.95) 100%);
  border: 1px solid rgba(236, 200, 128, 0.35);
  border-radius: 16px;
  padding: 2rem 2.2rem;
  margin-bottom: 2.75rem;
}

.toc-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #B89567;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}

.toc-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.85rem 1.5rem;
  margin: 0;
  padding-left: 1.2rem;
}

.toc-list a {
  color: #334155;
  font-size: 0.98rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s ease;
}

.toc-list a:hover {
  color: #B89567;
  text-decoration: underline;
}

.legal-section-block {
  scroll-margin-top: 110px;
  margin-bottom: 3.8rem;
  padding-bottom: 2.8rem;
  border-bottom: 1px dashed rgba(203, 213, 225, 0.8);
}

.legal-section-block:last-child {
  border-bottom: none;
}

.legal-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.3rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 1.35rem;
  line-height: 1.2;
}

.legal-callout-box {
  background: rgba(197, 168, 128, 0.08);
  border-left: 3.5px solid #C5A880;
  border-radius: 0 12px 12px 0;
  padding: 1.5rem 1.8rem;
  margin: 2rem 0;
  font-size: 1.05rem;
  color: #334155;
  line-height: 1.8;
}

.legal-callout-box strong {
  color: #0F172A;
}

/* Luxury Minimalist Table for Refund & Cancellation Schedule */
.legal-luxury-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(236, 200, 128, 0.35);
  border-radius: 14px;
  overflow: hidden;
}

.legal-luxury-table th {
  background: #25647d;
  color: #C5A880;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 1.1rem 1.4rem;
  border-bottom: 1px solid rgba(236, 200, 128, 0.3);
}

.legal-luxury-table td {
  padding: 1.25rem 1.4rem;
  font-size: 0.98rem;
  color: #334155;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  background: #FFFFFF;
}

.legal-luxury-table tr:last-child td {
  border-bottom: none;
}

.legal-tag-success {
  display: inline-block;
  background: rgba(16, 185, 129, 0.1);
  color: #047857;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.35rem 1rem;
  border-radius: 20px;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.legal-tag-warning {
  display: inline-block;
  background: rgba(245, 158, 11, 0.1);
  color: #B45309;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.35rem 1rem;
  border-radius: 20px;
  border: 1px solid rgba(245, 158, 11, 0.3);
}

.legal-tag-neutral {
  display: inline-block;
  background: rgba(100, 116, 139, 0.1);
  color: #334155;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.35rem 1rem;
  border-radius: 20px;
  border: 1px solid rgba(100, 116, 139, 0.3);
}

.legal-tag-danger {
  display: inline-block;
  background: rgba(239, 68, 68, 0.1);
  color: #B91C1C;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.35rem 1rem;
  border-radius: 20px;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.back-to-top-btn {
  position: fixed;
  bottom: 2.2rem;
  right: 2.2rem;
  z-index: 1040;
  background: var(--color-primary-dark);
  color: #C5A880;
  border: 1px solid rgba(236, 200, 128, 0.4);
  border-radius: 30px;
  padding: 0.65rem 1.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  box-shadow: 0 10px 25px rgba(6, 10, 16, 0.3);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
}

.back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top-btn:hover {
  background: #C5A880;
  color: #25647d;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(6, 10, 16, 0.4);
}

/* Drawer Submenu Navigation */
.nav-item-sub-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.8rem 0;
}

.nav-item-luxury-heading {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  color: var(--color-accent);
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  padding-left: 0;
}

.nav-item-sub-luxury {
  display: flex;
  align-items: center;
  padding: 0.45rem 0;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  transition: var(--transition-smooth);
}

.nav-item-sub-luxury:hover {
  color: #ffffff;
  padding-left: 0.4rem;
}

.nav-item-sub-luxury i {
  font-size: 0.75rem;
  color: var(--color-accent);
  opacity: 0.8;
}

/* ==========================================================================
   Fullscreen Overlay Navigation (Cinematic Luxury — Mobile)
   ========================================================================== */

/* ---------- Mobile hamburger button ---------- */
.mobile-menu-btn {
  position: relative;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 7px;
  padding: 0;
  flex-shrink: 0;
  z-index: 1060;
}

.hmb-bar {
  display: block;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 2px;
  transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.25s ease,
    background 0.25s ease;
  transform-origin: right center;
}

.hmb-bar-1 {
  width: 28px;
}

.hmb-bar-2 {
  width: 18px;
}

/* shorter second line = luxury asymmetry */

.mobile-menu-btn:hover .hmb-bar-1 {
  width: 28px;
}

.mobile-menu-btn:hover .hmb-bar-2 {
  width: 28px;
}

/* extend on hover */

/* Animate into X when menu is open */
.mobile-menu-btn.is-open .hmb-bar-1 {
  width: 26px;
  transform: translateY(4.25px) rotate(-45deg);
  background: #C5A880;
}

.mobile-menu-btn.is-open .hmb-bar-2 {
  width: 26px;
  transform: translateY(-4.25px) rotate(45deg);
  background: #C5A880;
}

/* ---------- Fullscreen overlay shell ---------- */
.fs-nav-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /* Hidden state */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 0.55s;
}

.fs-nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 0s;
}

/* ---------- Background image + tint ---------- */
.fs-nav-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.fs-nav-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.06);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.fs-nav-overlay.is-open .fs-nav-bg-img {
  transform: scale(1);
}

.fs-nav-bg-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg,
      rgba(4, 8, 14, 0.93) 0%,
      rgba(6, 10, 18, 0.88) 50%,
      rgba(3, 6, 12, 0.96) 100%);
}

/* Subtle gold grain texture on top */
.fs-nav-bg-tint::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  opacity: 0.4;
  pointer-events: none;
}

/* ---------- Top bar (logo + close btn) ---------- */
.fs-nav-topbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 1.5rem 0;
  flex-shrink: 0;
}

.fs-nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity 0.4s ease 0.1s, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}

.fs-nav-overlay.is-open .fs-nav-logo {
  opacity: 1;
  transform: translateY(0);
}

.fs-nav-logo-img {
  height: 44px;
  width: auto;
  filter: brightness(0) invert(1);
}

/* Close button — 2 crossing lines */
.fs-nav-close {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(236, 200, 128, 0.2);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  position: relative;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(-12px) rotate(-45deg);
  transition: opacity 0.4s ease 0.15s,
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.15s,
    background 0.3s ease,
    border-color 0.3s ease;
}

.fs-nav-overlay.is-open .fs-nav-close {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

.fs-nav-close:hover {
  background: rgba(236, 200, 128, 0.12);
  border-color: rgba(236, 200, 128, 0.5);
  transform: rotate(90deg) !important;
}

.fs-close-bar {
  display: block;
  width: 18px;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  position: absolute;
  transition: background 0.25s ease;
}

.fs-close-bar-1 {
  transform: rotate(45deg);
}

.fs-close-bar-2 {
  transform: rotate(-45deg);
}

.fs-nav-close:hover .fs-close-bar {
  background: #C5A880;
}

/* ---------- Navigation body (main links) ---------- */
.fs-nav-body {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 1.75rem;
  overflow-y: auto;
  scrollbar-width: none;
}

.fs-nav-body::-webkit-scrollbar {
  display: none;
}

.fs-nav-list {
  list-style: none;
  margin: 0;
  padding: 1.5rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ---------- Individual nav item ---------- */
.fs-nav-item {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  /* Stagger animation: each item slides up from below */
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.fs-nav-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Stagger delays (set via data-index in JS) */
.fs-nav-overlay.is-open .fs-nav-item {
  opacity: 1;
  transform: translateY(0);
}

.fs-nav-overlay.is-open .fs-nav-item[data-index="1"] {
  transition-delay: 0.12s;
}

.fs-nav-overlay.is-open .fs-nav-item[data-index="2"] {
  transition-delay: 0.19s;
}

.fs-nav-overlay.is-open .fs-nav-item[data-index="3"] {
  transition-delay: 0.26s;
}

.fs-nav-overlay.is-open .fs-nav-item[data-index="4"] {
  transition-delay: 0.33s;
}

.fs-nav-overlay.is-open .fs-nav-item[data-index="5"] {
  transition-delay: 0.40s;
}

/* ---------- Primary nav link ---------- */
.fs-nav-link {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 1.1rem 0;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.82);
  transition: color 0.3s ease;
  cursor: pointer;
}

.fs-nav-link:hover,
.fs-nav-link.active {
  color: #C5A880;
}

/* Small index number */
.fs-nav-num {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: rgba(197, 168, 128, 0.6);
  min-width: 20px;
  transition: color 0.3s ease;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 0.1rem;
}

.fs-nav-link:hover .fs-nav-num,
.fs-nav-link.active .fs-nav-num {
  color: #C5A880;
}

/* Hover: gold left-edge reveal */
.fs-nav-item {
  position: relative;
}

.fs-nav-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #C5A880, #C5A880);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.fs-nav-item:hover::before,
.fs-nav-item:has(.active)::before {
  transform: scaleY(1);
}

/* Large serif nav label */
.fs-nav-label {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  transition: letter-spacing 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.fs-nav-link:hover .fs-nav-label {
  letter-spacing: 0.08em;
}

/* ---------- Group toggle (Cruises / Tours) ---------- */
.fs-nav-group-toggle {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 1.1rem 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.82);
  transition: color 0.3s ease;
  user-select: none;
}

.fs-nav-group-toggle:hover,
.fs-nav-item--group.is-open .fs-nav-group-toggle {
  color: #C5A880;
}

.fs-nav-arrow {
  margin-left: auto;
  font-size: 0.7rem;
  color: rgba(197, 168, 128, 0.5);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease;
  flex-shrink: 0;
  align-self: center;
}

.fs-nav-item--group.is-open .fs-nav-arrow {
  transform: rotate(180deg);
  color: #C5A880;
}

/* ---------- Sub-menu ---------- */
.fs-nav-sub {
  list-style: none;
  margin: 0;
  padding: 0 0 0 calc(20px + 1rem);
  /* align under the label */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.3s ease;
  opacity: 0;
}

.fs-nav-item--group.is-open .fs-nav-sub {
  max-height: 200px;
  opacity: 1;
}

.fs-nav-sub-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.7rem 0;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
  text-decoration: none;
  transition: color 0.25s ease, padding-left 0.25s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.fs-nav-sub-link:last-child {
  border-bottom: none;
}

.fs-nav-sub-link:hover {
  color: #C5A880;
  padding-left: 0.4rem;
}

.fs-sub-dash {
  color: rgba(197, 168, 128, 0.4);
  font-size: 0.7rem;
  flex-shrink: 0;
  transition: color 0.25s ease;
}

.fs-nav-sub-link:hover .fs-sub-dash {
  color: #C5A880;
}

/* ---------- Footer ---------- */
.fs-nav-footer {
  position: relative;
  z-index: 1;
  padding: 1.25rem 1.75rem calc(1.5rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-shrink: 0;
  /* Stagger in */
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s ease 0.5s, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}

.fs-nav-overlay.is-open .fs-nav-footer {
  opacity: 1;
  transform: translateY(0);
}

.fs-nav-concierge {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.fs-concierge-tag {
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(197, 168, 128, 0.55);
}

.fs-concierge-phone {
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.25s ease;
}

.fs-concierge-phone:hover {
  color: #C5A880;
}

/* Book CTA button */
.fs-nav-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #C5A880 0%, #B89567 100%);
  color: #25647d !important;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 24px rgba(197, 168, 128, 0.25);
}

.fs-nav-book-btn:hover {
  background: linear-gradient(135deg, #C5A880 0%, #C5A880 100%);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(197, 168, 128, 0.35);
  color: #25647d !important;
}

.fs-nav-book-btn i {
  font-size: 0.72rem;
  transition: transform 0.3s ease;
}

.fs-nav-book-btn:hover i {
  transform: translateX(4px);
}

/* Social icons row */
.fs-nav-socials {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
}

.fs-nav-socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease,
    color 0.25s ease, transform 0.25s ease;
}

.fs-nav-socials a:hover {
  background: rgba(197, 168, 128, 0.12);
  border-color: rgba(197, 168, 128, 0.45);
  color: #C5A880;
  transform: translateY(-3px);
}

.fs-nav-socials .social-svg-icon {
  width: 14px;
  height: 14px;
}

/* Body scroll lock when overlay open */
body.fs-nav-open {
  overflow: hidden;
}

/* ==========================================================================
   CATAMARAN ESCAPE (LUXURY) BROCHURE STYLING
   ========================================================================== */

/* Brand & Hero Accents */
.escape-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.2rem;
  background: rgba(197, 168, 128, 0.15);
  border: 1px solid rgba(197, 168, 128, 0.4);
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-accent);
  backdrop-filter: blur(8px);
}

.escape-slogan {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 1.65rem;
  color: var(--color-accent-light);
  letter-spacing: 0.02em;
}

/* Key Metrics Ribbon */
.escape-metrics-ribbon {
  background: rgba(37, 100, 125, 0.92);
  border: 1px solid rgba(197, 168, 128, 0.25);
  border-radius: 4px;
  padding: 1.5rem 2rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}

.escape-metric-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1rem;
}

.escape-metric-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(197, 168, 128, 0.12);
  border: 1px solid rgba(197, 168, 128, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
  font-size: 1.15rem;
  flex-shrink: 0;
}

.escape-metric-val {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.1;
}

.escape-metric-lbl {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.65);
}

/* Escape Spaces Grid Cards */
.escape-space-card {
  background: #FFFFFF;
  border: 1px solid rgba(197, 168, 128, 0.2);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(37, 100, 125, 0.05);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.escape-space-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(37, 100, 125, 0.12);
  border-color: rgba(197, 168, 128, 0.5);
}

.escape-space-media {
  position: relative;
  height: 350px;
  flex-shrink: 0;
  overflow: hidden;
}

.escape-space-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.escape-space-card:hover .escape-space-media img {
  transform: scale(1.06);
}

.escape-space-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(37, 100, 125, 0.85);
  border: 1px solid rgba(197, 168, 128, 0.3);
  color: var(--color-accent);
  padding: 0.35rem 0.9rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-radius: 2px;
  backdrop-filter: blur(6px);
}

.escape-space-body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.escape-space-title {
  font-size: 1.85rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 0.4rem;
}

.escape-space-subtitle {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--color-accent);
  margin-bottom: 1rem;
}

.escape-space-text {
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

/* Water Activities Showcase */
.water-act-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 360px;
  transition: all 0.4s ease;
}

.water-act-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.water-act-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

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

.water-act-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(37, 100, 125, 0.1) 0%, rgba(37, 100, 125, 0.85) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.8rem;
  color: #FFFFFF;
}

.water-act-icon {
  font-size: 1.6rem;
  color: var(--color-accent);
  margin-bottom: 0.5rem;
}

.water-act-title {
  font-size: 1.45rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 0.25rem;
}

.water-act-desc {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin: 0;
}

/* 6-Hour Timeline List */
.escape-timeline {
  position: relative;
  padding-left: 2.5rem;
}

.escape-timeline::before {
  content: '';
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 14px;
  width: 2px;
  background: linear-gradient(180deg, var(--color-accent) 0%, rgba(197, 168, 128, 0.2) 100%);
}

.timeline-step-item {
  position: relative;
  margin-bottom: 2rem;
}

.timeline-step-item:last-child {
  margin-bottom: 0;
}

.timeline-step-dot {
  position: absolute;
  left: -2.5rem;
  top: 4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #25647d;
  border: 2px solid var(--color-accent);
  color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  z-index: 2;
  box-shadow: 0 0 10px rgba(197, 168, 128, 0.3);
}

.timeline-step-card {
  background: #FFFFFF;
  border: 1px solid rgba(197, 168, 128, 0.2);
  border-radius: 4px;
  padding: 1.5rem 1.8rem;
  box-shadow: 0 8px 25px rgba(37, 100, 125, 0.04);
  transition: all 0.3s ease;
}

.timeline-step-card:hover {
  border-color: rgba(197, 168, 128, 0.5);
  box-shadow: 0 12px 30px rgba(37, 100, 125, 0.08);
}

.timeline-time-badge {
  display: inline-block;
  padding: 0.25rem 0.8rem;
  background: rgba(197, 168, 128, 0.12);
  border: 1px solid rgba(197, 168, 128, 0.3);
  color: #937449;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  border-radius: 2px;
  margin-bottom: 0.6rem;
}

.timeline-step-title {
  font-size: 1.28rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 0.4rem;
}

.timeline-step-desc {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.65;
  margin: 0;
}

/* Menu Tabs & Course Styling */
.menu-nav-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  border: none;
  margin-bottom: 2.5rem;
}

.menu-nav-btn {
  padding: 0.85rem 2.2rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #25647d;
  background: #FFFFFF;
  border: 1px solid rgba(197, 168, 128, 0.3);
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.menu-nav-btn.active,
.menu-nav-btn:hover {
  background: #25647d;
  color: var(--color-accent);
  border-color: #25647d;
  box-shadow: 0 10px 25px rgba(37, 100, 125, 0.15);
}

.menu-course-box {
  background: #FFFFFF;
  border: 1px solid rgba(197, 168, 128, 0.2);
  border-radius: 4px;
  padding: 1.8rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 25px rgba(37, 100, 125, 0.04);
}

.menu-course-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid rgba(197, 168, 128, 0.15);
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}

.menu-course-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--color-primary);
  margin: 0;
}

.menu-item-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.92rem;
  color: #334155;
}

.menu-item-row:last-child {
  margin-bottom: 0;
}

.menu-item-num {
  font-family: var(--font-body);
  font-weight: 700;
  color: var(--color-accent);
  font-size: 0.85rem;
  flex-shrink: 0;
  width: 22px;
}

.buffet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1rem;
}

.buffet-item-card {
  background: #FFFFFF;
  border: 1px solid rgba(197, 168, 128, 0.15);
  border-radius: 4px;
  padding: 0.9rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.9rem;
  color: #1E293B;
  transition: all 0.25s ease;
}

.buffet-item-card:hover {
  border-color: rgba(197, 168, 128, 0.5);
  background: #FCFAF7;
  transform: translateX(4px);
}

/* Pricing & Packages */
.pricing-luxury-card {
  background: #FFFFFF;
  border: 1px solid rgba(197, 168, 128, 0.25);
  border-radius: 4px;
  padding: 2.8rem 2.2rem;
  box-shadow: 0 15px 40px rgba(37, 100, 125, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: all 0.4s ease;
}

.pricing-luxury-card.featured {
  background: #25647d;
  border-color: var(--color-accent);
  box-shadow: 0 20px 50px rgba(37, 100, 125, 0.35);
  color: #FFFFFF;
}

.pricing-luxury-card:hover {
  transform: translateY(-8px);
}

.pricing-badge-popular {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #C5A880 0%, #B89567 100%);
  color: #25647d;
  padding: 0.35rem 1.4rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(197, 168, 128, 0.4);
  z-index: 10;
  white-space: nowrap;
}

.pricing-amount {
  font-family: var(--font-heading);
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1;
  margin: 1.2rem 0 0.4rem;
}

.pricing-luxury-card.featured .pricing-amount {
  color: var(--color-accent);
}

.pricing-unit {
  font-size: 0.85rem;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.pricing-luxury-card.featured .pricing-unit {
  color: rgba(255, 255, 255, 0.6);
}

/* Policy & Info Cards */
.policy-box {
  background: #FFFFFF;
  border: 1px solid rgba(197, 168, 128, 0.2);
  border-radius: 4px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 8px 25px rgba(37, 100, 125, 0.04);
}

.policy-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.policy-table {
  width: 100%;
  font-size: 0.88rem;
}

.policy-table tr {
  border-bottom: 1px solid rgba(197, 168, 128, 0.12);
}

.policy-table tr:last-child {
  border-bottom: none;
}

.policy-table td {
  padding: 0.75rem 0.5rem;
}

/* Brand Story Shield Box */
.brand-shield-section {
  background: linear-gradient(135deg, #25647d 0%, #25647d 50%, #081B1F 100%);
  border-top: 1px solid rgba(197, 168, 128, 0.2);
  border-bottom: 1px solid rgba(197, 168, 128, 0.2);
  color: #FFFFFF;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.brand-shield-icon {
  font-size: 3.5rem;
  color: var(--color-accent);
  margin-bottom: 1.5rem;
}

.teal-highlight {
  color: #38b2ac;
}

/* Mobile Full-Width 100% Touch Carousels & Indicators (< 768px) */
@media (max-width: 767px) {

  /* Reset Bootstrap row gutters & margins for exact 100% full-width swiping */
  .mobile-carousel-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    /* Start the swipe track at the first slide; overrides Bootstrap's
       .justify-content-center which centers (and hides) overflowing slides. */
    justify-content: flex-start !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 0.75rem 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    gap: 0 !important;
    scrollbar-width: none !important;
  }

  .mobile-carousel-row::-webkit-scrollbar {
    display: none !important;
  }

  /* Every child slide container takes EXACTLY 100% viewport width */
  .mobile-carousel-row>[class*="col-"],
  .escape-timeline.mobile-carousel-row .timeline-step-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    scroll-snap-align: start !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  /* Ensure inner cards fill the slide with clean 4px side margins so they don't touch screen edges */
  #spaces-section .escape-space-card,
  #activities-section .water-act-card,
  #pricing-section .pricing-luxury-card,
  #policies-section .policy-box,
  .escape-timeline.mobile-carousel-row .timeline-step-card {
    width: calc(100% - 10px) !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    box-sizing: border-box !important;
  }

  .escape-space-media {
    height: 280px !important;
    max-height: 280px !important;
    flex-shrink: 0 !important;
  }

  .water-act-card {
    height: 340px !important;
  }

  /* 3. Buffet 23-Dishes Grid Compact Scroll Container */
  .buffet-grid {
    max-height: 380px !important;
    overflow-y: auto !important;
    padding-right: 0.4rem !important;
    scrollbar-width: thin;
    scrollbar-color: var(--color-accent) rgba(197, 168, 128, 0.1);
  }

  .buffet-grid::-webkit-scrollbar {
    width: 4px;
  }

  .buffet-grid::-webkit-scrollbar-thumb {
    background: var(--color-accent);
    border-radius: 4px;
  }

  /* 6-Hour Expedition Itinerary Mobile Step Carousel overrides */
  .escape-timeline.mobile-carousel-row {
    padding-left: 0 !important;
  }

  .escape-timeline.mobile-carousel-row::before {
    display: none !important;
  }

  .escape-timeline.mobile-carousel-row .timeline-step-dot {
    display: none !important;
  }

  .escape-timeline.mobile-carousel-row .timeline-step-card {
    padding: 1.4rem 1.2rem !important;
    border-radius: 8px !important;
    border-color: rgba(197, 168, 128, 0.35) !important;
    box-shadow: 0 8px 20px rgba(37, 100, 125, 0.06) !important;
  }
}

/* Dots Styling for Mobile Carousels */
.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(197, 168, 128, 0.3);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.carousel-dot.active {
  width: 24px;
  border-radius: 12px;
  background: var(--color-accent);
}

/* Dots Styling for Mobile Carousels */
.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(197, 168, 128, 0.3);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.carousel-dot.active {
  width: 24px;
  border-radius: 12px;
  background: var(--color-accent);
}