/* ─── Luxury sections (below hero) ─── */

:root {
  --lux-section-y: clamp(3.75rem, 7vw, 5.5rem);
  --lux-section-header-mb: clamp(2.75rem, 4.5vw, 3.25rem);
}

/* Consistent vertical rhythm between all content sections */
#why,
#services,
#houseboats,
#testimonials,
#gallery,
#faq,
#cta,
footer.lux-footer {
  padding-block: var(--lux-section-y);
}

html.lenis, html.lenis body { scroll-behavior: auto !important; }
html.lenis body { overflow-x: hidden; }

@media (prefers-reduced-motion: reduce) {
  .why-card, .gallery-piece, .reveal, .reveal-left, .reveal-right, .svc-card { opacity: 1 !important; transform: none !important; }
  .why-leaf, .why-geo--ripple { animation: none !important; }
  .stats-video-wrap video { display: none; }
  .faq-panel { transition: none; }
  .faq-icon, .faq-chevron { transition: none; }
}

.section-label {
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--blue-ocean);
  margin-bottom: 1.25rem; display: inline-flex; align-items: center; gap: 0.5rem;
}
.section-label::before { content: '✦'; color: var(--sunset-gold); font-size: 0.55rem; }
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  line-height: 1.08; letter-spacing: -0.03em; color: var(--ocean-deep);
  font-weight: 500;
}
.section-title em { font-style: italic; color: var(--blue-primary); }
.section-subtitle {
  font-size: 1.05rem; color: var(--text-gray); line-height: 1.85;
  max-width: 540px; margin-top: 1.25rem; font-weight: 400;
}
.lux-wrap { max-width: 1320px; margin: 0 auto; padding: 0 clamp(1.5rem, 4vw, 3.5rem); }

/* Why — Editorial cards (mockup) */
#why {
  position: relative;
  background: #f4f6f9;
  overflow: hidden;
}
.why-deco {
  position: absolute; inset: 0; pointer-events: none; z-index: 1;
}
.why-inner { position: relative; z-index: 2; }

/* Coconut leaves — gentle sway */
.why-leaf {
  position: absolute;
  width: clamp(140px, 18vw, 220px);
  opacity: 0.92;
  filter: drop-shadow(0 8px 24px rgba(30, 92, 56, 0.12));
}
.why-leaf svg { width: 100%; height: auto; display: block; }
.why-leaf--tr {
  top: -0.5rem; right: -1.5rem;
  transform-origin: 85% 15%;
  animation: whyLeafSwayTr 9s ease-in-out infinite;
}
.why-leaf--bl {
  bottom: -1rem; left: -1.5rem;
  transform-origin: 15% 85%;
  animation: whyLeafSwayBl 10s ease-in-out infinite 0.5s;
}
.why-leaf-blade { transform-origin: inherit; }
.why-leaf--tr .why-leaf-blade:nth-child(1) { animation: whyBladeTr1 7s ease-in-out infinite; }
.why-leaf--tr .why-leaf-blade:nth-child(2) { animation: whyBladeTr2 8s ease-in-out infinite 0.3s; }
.why-leaf--tr .why-leaf-blade:nth-child(3) { animation: whyBladeTr3 6.5s ease-in-out infinite 0.6s; }
.why-leaf--bl .why-leaf-blade:nth-child(1) { animation: whyBladeBl1 7.5s ease-in-out infinite 0.2s; }
.why-leaf--bl .why-leaf-blade:nth-child(2) { animation: whyBladeBl2 8.5s ease-in-out infinite 0.5s; }
.why-leaf--bl .why-leaf-blade:nth-child(3) { animation: whyBladeBl3 6.8s ease-in-out infinite 0.8s; }

@keyframes whyLeafSwayTr {
  0%, 100% { transform: rotate(2deg) translateY(0); }
  50% { transform: rotate(-1deg) translateY(6px); }
}
@keyframes whyLeafSwayBl {
  0%, 100% { transform: rotate(-3deg) translateY(0); }
  50% { transform: rotate(1deg) translateY(5px); }
}
@keyframes whyBladeTr1 { 0%, 100% { transform: rotate(0deg); } 50% { transform: rotate(2deg); } }
@keyframes whyBladeTr2 { 0%, 100% { transform: rotate(-1deg); } 50% { transform: rotate(3deg); } }
@keyframes whyBladeTr3 { 0%, 100% { transform: rotate(1deg); } 50% { transform: rotate(-2deg); } }
@keyframes whyBladeBl1 { 0%, 100% { transform: rotate(-1deg); } 50% { transform: rotate(2deg); } }
@keyframes whyBladeBl2 { 0%, 100% { transform: rotate(1deg); } 50% { transform: rotate(-2deg); } }
@keyframes whyBladeBl3 { 0%, 100% { transform: rotate(-2deg); } 50% { transform: rotate(1deg); } }

/* Geometric accents */
.why-geo { position: absolute; pointer-events: none; opacity: 0.45; }
.why-geo--dots {
  top: 12%; left: 6%;
  width: 56px; height: 56px;
  background-image: radial-gradient(circle, #b8c5d4 1.5px, transparent 1.5px);
  background-size: 10px 10px;
}
.why-geo--ring {
  top: 18%; right: 22%;
  width: 48px; height: 48px;
  border: 1.5px solid #c5d0dc;
  border-radius: 50%;
}
.why-geo--tri {
  bottom: 28%; right: 8%;
  width: 0; height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 24px solid #d4dce6;
  opacity: 0.35;
}
.why-geo--ripple {
  bottom: 14%; left: 10%;
  width: 64px; height: 64px;
  border: 1.5px solid rgba(10, 132, 255, 0.2);
  border-radius: 50%;
  animation: whyRipple 4s ease-out infinite;
}
.why-geo--ripple::before,
.why-geo--ripple::after {
  content: '';
  position: absolute; inset: -12px;
  border: 1px solid rgba(10, 132, 255, 0.12);
  border-radius: 50%;
}
.why-geo--ripple::after { inset: -24px; border-color: rgba(10, 132, 255, 0.06); }
@keyframes whyRipple {
  0%, 100% { transform: scale(1); opacity: 0.45; }
  50% { transform: scale(1.05); opacity: 0.65; }
}

.why-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto var(--lux-section-header-mb);
}
.why-headline {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4.8vw, 3.5rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ocean-deep);
  font-weight: 600;
  margin-bottom: 1.35rem;
}
.why-lead {
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.8vw, 1.08rem);
  color: #4a5568;
  line-height: 1.85;
  max-width: 680px;
  margin: 0 auto;
}
.why-lead strong { color: var(--ocean-deep); font-weight: 600; }

.why-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: stretch;
}
.why-card {
  background: #ffffff;
  border-radius: 16px;
  padding: clamp(1.75rem, 3vw, 2.25rem) clamp(1.25rem, 2.5vw, 1.75rem);
  text-align: center;
  box-shadow: 0 4px 24px rgba(8, 22, 45, 0.06), 0 1px 3px rgba(8, 22, 45, 0.04);
  border: 1px solid rgba(8, 22, 45, 0.04);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(8, 22, 45, 0.1), 0 4px 12px rgba(10, 132, 255, 0.08);
}
.why-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  margin-bottom: 1.25rem;
}
.why-card-icon svg { width: 72px; height: auto; }
.why-card-title {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ocean-deep);
  margin-bottom: 0.85rem;
  letter-spacing: -0.01em;
}
.why-card-text {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.7;
}

/* Stats — Cinematic */
#stats {
  position: relative; min-height: 100vh; min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.stats-video-wrap { position: absolute; inset: 0; z-index: 0; }
.stats-video-wrap video {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.05);
}
.stats-video-fallback {
  position: absolute; inset: 0;
  background: url('../img/gallery/IMG-20241104-WA0003.jpg') center/cover;
}
.stats-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(8,22,45,0.88) 0%, rgba(8,22,45,0.75) 50%, rgba(8,22,45,0.92) 100%);
}
.stats-reflection {
  position: absolute; bottom: 0; left: 0; right: 0; height: 40%; z-index: 2;
  background: linear-gradient(to top, rgba(34,199,255,0.08), transparent);
  pointer-events: none;
}
.stats-inner { position: relative; z-index: 3; width: 100%; padding: 4rem 0; }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem;
  text-align: center;
}
.stat-block { position: relative; padding: 2rem 1rem; }
.stat-block .stat-number {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 8vw, 7rem);
  color: white; line-height: 0.95; letter-spacing: -0.04em;
  font-weight: 500;
}
.stat-block .stat-suffix { color: var(--sunset-gold-light); }
.stat-block .stat-label {
  font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.55); margin-top: 1rem; font-weight: 500;
}
.stats-eyebrow {
  text-align: center; font-size: 0.7rem; letter-spacing: 0.35em;
  text-transform: uppercase; color: var(--tropical-aqua);
  margin-bottom: 3rem; opacity: 0.9;
}

/* Houseboats — Luxe showcase */
#houseboats {
  background: linear-gradient(180deg, var(--bg-luxury) 0%, #fff 50%, var(--bg-luxury) 100%);
}
.hb-intro { text-align: center; max-width: 720px; margin: 0 auto var(--lux-section-header-mb); }
.luxe-boat {
  display: grid; grid-template-columns: 1fr minmax(300px, 38%);
  gap: 0; margin-bottom: clamp(4rem, 8vw, 7rem);
  border-radius: 4px; overflow: hidden;
  background: var(--ocean-deep);
  box-shadow: 0 40px 100px rgba(8,22,45,0.18);
  min-height: 520px;
  opacity: 1;
  visibility: visible;
}
.luxe-boat.luxe-boat--reverse { direction: rtl; }
.luxe-boat.luxe-boat--reverse > * { direction: ltr; }
.luxe-boat-media {
  position: relative; overflow: hidden; min-height: 400px;
  background: #0c1a32;
  min-width: 0;
}

/* Boat image slider */
.boat-slider {
  position: absolute; inset: 0;
  z-index: 1;
}
.boat-slider-track {
  position: relative; width: 100%; height: 100%;
}
.boat-slide {
  position: absolute; inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.65s ease, visibility 0.65s;
  z-index: 0;
}
.boat-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.boat-slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.luxe-boat:hover .boat-slide.is-active img { transform: scale(1.04); }
.boat-slider-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 4;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(8,22,45,0.45);
  backdrop-filter: blur(10px);
  color: white;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.3s, transform 0.3s;
  padding: 0 0 0.15rem;
}
.boat-slider-arrow:hover {
  background: rgba(10,132,255,0.75);
  transform: translateY(-50%) scale(1.06);
}
.boat-slider-prev { left: 1rem; }
.boat-slider-next { right: 1rem; }
.boat-slider-dots {
  position: absolute; bottom: 1.25rem; left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex; gap: 0.5rem;
}
.boat-slider-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: transform 0.3s, background 0.3s;
}
.boat-slider-dot.is-active {
  background: white;
  transform: scale(1.2);
}
.boat-slider-dot:hover { background: rgba(255,255,255,0.85); }
.luxe-boat-badge {
  position: absolute; top: 1.75rem; left: 1.75rem; z-index: 5;
  background: rgba(255,255,255,0.12); backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.2);
  color: white; font-size: 0.65rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; padding: 0.5rem 1.1rem;
}
.luxe-boat-panel {
  padding: clamp(2rem, 4vw, 3rem);
  display: flex; flex-direction: column; justify-content: center;
  background: rgba(8,22,45,0.92);
  backdrop-filter: blur(24px);
  border-left: 1px solid rgba(255,255,255,0.06);
  color: white; position: relative;
}
.luxe-boat--reverse .luxe-boat-panel { border-left: none; border-right: 1px solid rgba(255,255,255,0.06); }
.luxe-boat-tier { font-size: 0.65rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--tropical-aqua); margin-bottom: 0.75rem; display: block; }
.luxe-boat-name {
  font-family: var(--font-display); font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.15; margin-bottom: 1rem; font-weight: 500;
  color: #fff;
}
.luxe-boat-desc { font-size: 0.92rem; color: rgba(255,255,255,0.65); line-height: 1.75; margin-bottom: 1.75rem; }
.luxe-boat-price {
  margin-bottom: 2rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.luxe-price-label {
  display: block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 0.5rem;
}
.luxe-price-value {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  color: var(--sunset-gold-light);
  line-height: 1.1;
}
#houseboats .luxe-boat-desc { color: rgba(255,255,255,0.72); }
.luxe-boat-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  background: linear-gradient(135deg, var(--blue-primary), var(--blue-ocean));
  color: white; padding: 1rem 1.75rem; border-radius: 2px;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; text-decoration: none;
  transition: transform 0.35s, box-shadow 0.35s;
  margin-top: auto;
}
.luxe-boat-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(10,132,255,0.4); }
.luxe-boat-cta.floating {
  position: absolute; bottom: 2rem; right: 2rem;
  opacity: 0; transform: translateY(10px);
  transition: opacity 0.4s, transform 0.4s;
}
.luxe-boat:hover .luxe-boat-cta.floating { opacity: 1; transform: translateY(0); }

/* Services — Bento grid */
#services {
  background: var(--bg-white);
  overflow: hidden;
}
.svc-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--lux-section-header-mb);
}
.svc-header .section-subtitle { margin-left: auto; margin-right: auto; }
.svc-group { margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.svc-group:last-child { margin-bottom: 0; }
.svc-group-title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 500;
  color: var(--ocean-deep);
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(10, 132, 255, 0.12);
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.svc-group-title::before {
  content: '';
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-primary), var(--tropical-aqua));
  border-radius: 2px;
}
.svc-grid {
  display: grid;
  gap: clamp(0.85rem, 1.5vw, 1.25rem);
}
.svc-grid--boats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.svc-grid--services {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.svc-split {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(0.85rem, 1.5vw, 1.25rem);
  align-items: stretch;
  min-height: clamp(280px, 32vw, 360px);
  margin-bottom: clamp(0.85rem, 1.5vw, 1.25rem);
}
.svc-split-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: linear-gradient(145deg, #f6faff 0%, #eef6ff 100%);
  border: 1px solid rgba(10, 132, 255, 0.1);
  border-radius: 4px;
}
.svc-split-intro .svc-group-title {
  margin-bottom: 1rem;
  padding-bottom: 0;
  border-bottom: none;
}
.svc-split-text {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--text-gray);
  max-width: 42ch;
}
.svc-split .svc-card--featured {
  min-height: 100%;
  height: 100%;
}
.svc-split-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.5vw, 1.25rem);
}
.svc-split-row .svc-card {
  min-height: clamp(220px, 24vw, 280px);
}

.svc-card--featured {
  border: 2px solid rgba(232, 201, 106, 0.42);
  box-shadow: 0 18px 48px rgba(8, 22, 45, 0.18);
}
.svc-card--featured .svc-card-shade {
  background: linear-gradient(
    to top,
    rgba(8, 22, 45, 0.94) 0%,
    rgba(8, 22, 45, 0.5) 48%,
    rgba(8, 22, 45, 0.15) 100%
  );
}
.svc-card-featured-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ocean-deep);
  background: var(--sunset-gold-light);
  padding: 0.4rem 0.75rem;
  border-radius: 2px;
}
.svc-card--featured .svc-card-title {
  font-size: clamp(1.65rem, 2.8vw, 2.25rem);
}
.svc-card {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  min-height: clamp(240px, 28vw, 320px);
  text-decoration: none;
  color: white;
  isolation: isolate;
  border: none;
  padding: 0;
  width: 100%;
  text-align: left;
  cursor: default;
  background: transparent;
  font: inherit;
}
.svc-card-media {
  position: absolute; inset: 0;
  background: var(--ocean-deep);
}
.svc-card-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.svc-card:hover .svc-card-media img { transform: scale(1.06); }
.svc-card-shade {
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(8, 22, 45, 0.92) 0%,
    rgba(8, 22, 45, 0.45) 42%,
    rgba(8, 22, 45, 0.12) 100%
  );
  transition: background 0.45s ease;
}
.svc-card:hover .svc-card-shade {
  background: linear-gradient(
    to top,
    rgba(8, 22, 45, 0.96) 0%,
    rgba(8, 22, 45, 0.55) 50%,
    rgba(8, 22, 45, 0.2) 100%
  );
}
.svc-card-body {
  position: absolute; inset: auto 0 0 0;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  z-index: 1;
}
.svc-card-tag {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--tropical-aqua);
  margin-bottom: 0.65rem;
}
.svc-card-title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 0.5rem;
}
.svc-card-desc {
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  max-width: 38ch;
  margin-bottom: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.45s ease, opacity 0.35s ease, margin 0.35s ease;
}
.svc-card:hover .svc-card-desc,
.svc-card:focus-visible .svc-card-desc {
  max-height: 5rem;
  opacity: 1;
  margin-bottom: 1rem;
}
.svc-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: white;
  background: linear-gradient(135deg, var(--blue-primary), var(--blue-ocean));
  padding: 0.65rem 1.1rem;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  z-index: 2;
}
.svc-card:hover .svc-card-cta,
.svc-card:focus-visible .svc-card-cta {
  opacity: 1;
  transform: translateY(0);
}
.svc-card-cta:hover { box-shadow: 0 8px 28px rgba(10, 132, 255, 0.45); }

/* Service detail modal */
#serviceModal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2rem);
}
#serviceModal.active { display: flex; }
.svc-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 22, 45, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.svc-modal-panel {
  position: relative;
  z-index: 1;
  width: min(940px, 94vw);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  align-items: stretch;
  box-shadow: 0 32px 80px rgba(8, 22, 45, 0.35);
  animation: svcModalIn 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes svcModalIn {
  from { opacity: 0; transform: translateY(24px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.svc-modal-media {
  position: relative;
  aspect-ratio: 1;
  width: 100%;
  background: var(--ocean-deep);
  flex-shrink: 0;
}
.svc-modal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.svc-modal-media-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 22, 45, 0.35), transparent 45%);
}
.svc-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(8, 22, 45, 0.45);
  color: white;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.3s;
}
.svc-modal-close:hover { background: rgba(8, 22, 45, 0.7); transform: scale(1.05); }
.svc-modal-body {
  padding: 1.75rem 2rem 1.75rem 1.65rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}
.svc-modal-panel-inner { display: contents; }
.svc-modal-panel-inner[hidden] { display: none; }
.svc-modal-tag {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue-ocean);
  margin-bottom: 0.55rem;
}
.svc-modal-title {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.8vw, 1.95rem);
  line-height: 1.15;
  color: var(--ocean-deep);
  margin-bottom: 0.7rem;
  font-weight: 500;
}
.svc-modal-lead {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-gray);
  margin-bottom: 1.1rem;
}
.svc-modal-block { margin-bottom: 1rem; }
.svc-modal-block:last-of-type { margin-bottom: 0; }
.svc-modal-block-title {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ocean-deep);
  margin-bottom: 0.55rem;
}
.svc-modal-list {
  list-style: none;
  display: grid;
  gap: 0.4rem;
}
.svc-modal-list li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--text-dark);
}
.svc-modal-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-primary), var(--blue-ocean));
}
.svc-modal-packages {
  display: grid;
  gap: 0.6rem;
}
.svc-modal-package {
  padding: 0.75rem 0.9rem;
  border-radius: 6px;
  background: var(--bg-alt);
  border: 1px solid rgba(10, 132, 255, 0.08);
}
.svc-modal-package strong {
  display: block;
  font-size: 0.84rem;
  color: var(--ocean-deep);
  margin-bottom: 0.15rem;
  line-height: 1.4;
}
.svc-modal-package span {
  font-size: 0.8rem;
  color: var(--text-gray);
  line-height: 1.5;
}
.svc-modal-actions {
  margin-top: 1.1rem;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.svc-modal-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--blue-primary), var(--blue-ocean));
  color: white;
  padding: 0.8rem 1.35rem;
  border-radius: 2px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}
.svc-modal-book:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(10, 132, 255, 0.35);
}
.svc-modal-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue-primary);
  text-decoration: none;
  padding: 0.85rem 0.5rem;
}
.svc-modal-link:hover { color: var(--blue-dark); }

@media (max-width: 768px) {
  .svc-modal-panel {
    grid-template-columns: 1fr;
    width: min(440px, 92vw);
  }
  .svc-modal-media {
    aspect-ratio: 1;
    max-height: none;
  }
  .svc-modal-body {
    padding: 1.35rem 1.5rem 1.5rem;
    overflow: hidden;
  }
  .svc-modal-close {
    top: 0.65rem;
    right: 0.65rem;
    background: rgba(8, 22, 45, 0.65);
  }
}
@media (prefers-reduced-motion: reduce) {
  .svc-modal-panel { animation: none; }
}

/* Experiences — Netflix carousel */
#experiences {
  padding: clamp(6rem, 10vw, 9rem) 0;
  background: var(--ocean-deep); overflow: hidden;
}
#experiences .section-label { color: var(--tropical-aqua); }
#experiences .section-title { color: white; }
#experiences .section-title em { color: var(--sunset-gold-light); }
.exp-header { margin-bottom: 3rem; }
.exp-carousel-wrap {
  position: relative; margin: 0 calc(-1 * clamp(1.5rem, 4vw, 3.5rem));
  padding: 0 clamp(1.5rem, 4vw, 3.5rem);
}
.exp-carousel {
  display: flex; gap: 1.25rem;
  overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; cursor: grab; padding-bottom: 2rem;
  -webkit-overflow-scrolling: touch;
}
.exp-carousel::-webkit-scrollbar { display: none; }
.exp-carousel.dragging { cursor: grabbing; scroll-snap-type: none; }
.exp-slide {
  flex: 0 0 min(85vw, 420px); scroll-snap-align: start;
  position: relative; aspect-ratio: 3/4; border-radius: 2px;
  overflow: hidden; transition: flex-basis 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.exp-slide.is-active { flex: 0 0 min(92vw, 520px); }
.exp-slide img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.exp-slide:hover img { transform: scale(1.05); }
.exp-slide-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,22,45,0.95) 0%, rgba(8,22,45,0.2) 55%, transparent 100%);
}
.exp-slide-content {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 2.5rem 2rem;
}
.exp-slide-num { font-size: 0.65rem; letter-spacing: 0.3em; color: var(--tropical-aqua); margin-bottom: 0.75rem; }
.exp-slide-title {
  font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2.25rem);
  color: white; line-height: 1.15; margin-bottom: 0.75rem; font-weight: 500;
}
.exp-slide-desc {
  font-size: 0.88rem; color: rgba(255,255,255,0.65); line-height: 1.65;
  max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.4s ease, margin 0.4s ease;
}
.exp-slide.is-active .exp-slide-desc,
.exp-slide:hover .exp-slide-desc { max-height: 120px; opacity: 1; margin-top: 0.5rem; }
.exp-drag-hint {
  text-align: center; margin-top: 1.5rem;
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

/* Story — Cinematic banner */
#story {
  min-height: 100vh; min-height: 100svh; position: relative;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.story-bg {
  position: absolute; inset: 0; z-index: 0;
  background: url('../img/banner-bottom.jpg') center/cover no-repeat;
}
.story-cinematic-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(135deg, rgba(8,22,45,0.7) 0%, rgba(8,22,45,0.5) 50%, rgba(8,22,45,0.75) 100%);
}
.story-fireflies { position: absolute; inset: 0; z-index: 2; pointer-events: none; overflow: hidden; }
.story-firefly {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, #FFF4A8 0%, #E8C96A 45%, transparent 72%);
  box-shadow:
    0 0 4px 1px rgba(255, 236, 120, 0.85),
    0 0 12px 3px rgba(201, 162, 39, 0.45),
    0 0 22px 6px rgba(255, 200, 50, 0.2);
  opacity: 0;
  animation:
    fireflyDrift var(--drift-dur, 14s) ease-in-out infinite,
    fireflyTwinkle var(--twinkle-dur, 4s) ease-in-out infinite;
  animation-delay: var(--drift-delay, 0s), var(--twinkle-delay, 0s);
}
@keyframes fireflyDrift {
  0%, 100% { transform: translate(0, 0); }
  20% { transform: translate(var(--dx1, 18px), var(--dy1, -24px)); }
  45% { transform: translate(var(--dx2, -22px), var(--dy2, -42px)); }
  70% { transform: translate(var(--dx3, 14px), var(--dy3, -18px)); }
}
@keyframes fireflyTwinkle {
  0%, 100% { opacity: 0; }
  12% { opacity: 0.95; }
  24% { opacity: 0.15; }
  38% { opacity: 1; }
  52% { opacity: 0.25; }
  68% { opacity: 0.9; }
  82% { opacity: 0.1; }
}
@media (prefers-reduced-motion: reduce) {
  .story-firefly { animation: none; opacity: 0.55; }
}
.story-inner { position: relative; z-index: 3; text-align: center; padding: 4rem 2rem; max-width: 1100px; }
.story-mega-title {
  font-family: var(--font-editorial);
  font-size: clamp(3.5rem, 12vw, 8.75rem);
  line-height: 0.95; letter-spacing: -0.04em;
  color: white; font-weight: 400; margin-bottom: 2rem;
}
.story-mega-title em { font-style: italic; color: var(--sunset-gold-light); }
.story-mega-sub {
  font-size: clamp(1rem, 2vw, 1.25rem); color: rgba(255,255,255,0.7);
  line-height: 1.85; max-width: 560px; margin: 0 auto 3rem;
}
.story-cta-magnetic {
  display: inline-flex; align-items: center; gap: 0.75rem;
  background: rgba(255,255,255,0.1); backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.25);
  color: white; padding: 1.15rem 2.5rem;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.15em;
  text-transform: uppercase; text-decoration: none;
  transition: background 0.4s, border-color 0.4s, transform 0.3s;
}
.story-cta-magnetic:hover { background: rgba(255,255,255,0.18); border-color: var(--sunset-gold); }

/* Testimonials */
#testimonials {
  background: var(--bg-luxury); overflow: hidden;
}
.testi-header { text-align: center; margin-bottom: var(--lux-section-header-mb); }
.testi-carousel {
  position: relative;
  max-width: 100%;
  padding: 0 clamp(3.5rem, 6vw, 5rem);
}
.testi-track-wrap {
  overflow: hidden;
  margin: 0 -0.5rem;
}
.testi-track {
  display: flex;
  gap: 1.5rem;
  padding: 1rem 0.5rem 1.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
}
.testi-track.dragging { cursor: grabbing; scroll-snap-type: none; }
.testi-track::-webkit-scrollbar { display: none; }
.testi-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(8, 22, 45, 0.12);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  color: var(--ocean-deep);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0.1rem;
  box-shadow: 0 8px 30px rgba(8, 22, 45, 0.1);
  transition: background 0.3s, color 0.3s, transform 0.3s, opacity 0.3s;
}
.testi-carousel-arrow:hover:not(:disabled) {
  background: var(--ocean-deep);
  color: white;
  transform: translateY(-50%) scale(1.06);
}
.testi-carousel-arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.testi-carousel-prev { left: clamp(0.5rem, 2vw, 1rem); }
.testi-carousel-next { right: clamp(0.5rem, 2vw, 1rem); }
.testi-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.testi-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(8, 22, 45, 0.2);
  cursor: pointer;
  transition: transform 0.3s, background 0.3s;
}
.testi-carousel-dot.is-active {
  background: var(--blue-primary);
  transform: scale(1.25);
}
.testi-drag-hint {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-gray);
}
.testi-glass {
  flex: 0 0 min(85vw, 380px);
  scroll-snap-align: center;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 2px; padding: 2.5rem;
  box-shadow: 0 20px 60px rgba(8,22,45,0.06);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.testi-glass:hover { transform: translateY(-6px); box-shadow: 0 30px 80px rgba(8,22,45,0.1); }
.testi-stars { color: var(--sunset-gold); font-size: 0.85rem; letter-spacing: 0.15em; margin-bottom: 1.25rem; }
.testi-quote {
  font-family: var(--font-editorial); font-size: 1.35rem;
  line-height: 1.55; color: var(--ocean-deep); font-style: italic;
  margin-bottom: 2rem; font-weight: 400;
}
.testi-footer { display: flex; align-items: center; gap: 1rem; }
.testi-avatar {
  width: 56px; height: 56px; border-radius: 50%; object-fit: cover;
  border: 2px solid rgba(10,132,255,0.2);
}
.testi-meta { flex: 1; }
.testi-name { font-weight: 600; font-size: 0.95rem; color: var(--ocean-deep); }
.testi-loc { font-size: 0.8rem; color: var(--text-gray); display: flex; align-items: center; gap: 0.4rem; }
.testi-flag { font-size: 1.1rem; }

.testi-google {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid rgba(8, 22, 45, 0.08);
}

/* Gallery — Masonry journey */
#gallery {
  background: white; overflow: hidden;
}
.gallery-header { text-align: center; margin-bottom: var(--lux-section-header-mb); }
.gallery-masonry {
  column-count: 5;
  column-gap: 0.75rem;
}
.gallery-piece {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  transform: translateY(16px);
  padding: 4px;
  border-radius: 12px;
  background: linear-gradient(160deg, #fff 0%, var(--bg-alt) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 1px 3px rgba(8, 22, 45, 0.05),
    0 0 0 1px rgba(8, 22, 45, 0.07);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s ease;
}
.gallery-piece.visible {
  opacity: 1;
  transform: translateY(0);
}
.gallery-piece:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 6px 20px rgba(8, 22, 45, 0.1),
    0 0 0 1px rgba(201, 162, 39, 0.3);
}
.gallery-piece img,
.gallery-piece video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  image-orientation: from-image;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.gallery-piece:hover img,
.gallery-piece:hover video { transform: scale(1.03); }
.gallery-piece-overlay {
  position: absolute; inset: 4px;
  border-radius: 8px;
  background: linear-gradient(to top, rgba(8,22,45,0.6), transparent 50%);
  opacity: 0; transition: opacity 0.35s;
  display: flex; align-items: flex-end; padding: 1.25rem;
}
.gallery-piece:hover .gallery-piece-overlay { opacity: 1; }
.gallery-piece-label { color: white; font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; }
.gallery-more-wrap {
  text-align: center;
  margin-top: clamp(2rem, 4vw, 2.75rem);
}
.gallery-view-more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.85rem 1.5rem;
  border-radius: 50px;
  background: linear-gradient(135deg, var(--blue-primary), var(--blue-ocean));
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}
.gallery-view-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(10, 132, 255, 0.35);
}
.gallery-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255,255,255,0.2); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.4);
  display: flex; align-items: center; justify-content: center; color: white;
}

/* Lightbox enhanced */
#lightbox {
  position: fixed; inset: 0; background: rgba(8,22,45,0.96);
  z-index: 10000; display: none; align-items: center; justify-content: center;
  backdrop-filter: blur(20px);
}
#lightbox.active { display: flex; }
#lightbox img, #lightbox video { max-width: 92vw; max-height: 88vh; border-radius: 2px; object-fit: contain; }
.lb-close {
  position: absolute; top: 2rem; right: 2rem;
  color: white; font-size: 1.5rem; cursor: pointer;
  background: rgba(255,255,255,0.08); width: 52px; height: 52px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.15); transition: background 0.3s;
}
.lb-close:hover { background: rgba(255,255,255,0.15); }
.lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  color: white; cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.lb-prev { left: 2rem; }
.lb-next { right: 2rem; }

/* FAQ — Playful accordion */
#faq {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #eef6ff 0%, #f8fafc 45%, #f4f8fb 100%);
}
.faq-deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
  opacity: 0.55;
}
.faq-deco--1 {
  width: 280px; height: 280px;
  top: -80px; right: -40px;
  background: rgba(10, 132, 255, 0.14);
}
.faq-deco--2 {
  width: 220px; height: 220px;
  bottom: -60px; left: -30px;
  background: rgba(201, 162, 39, 0.12);
}
.faq-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
.faq-intro { position: sticky; top: 7rem; }
.faq-intro .section-subtitle { max-width: none; }
.faq-bubbles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.75rem;
}
.faq-bubble {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(10, 132, 255, 0.12);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ocean-deep);
  box-shadow: 0 4px 16px rgba(8, 22, 45, 0.04);
}
.faq-list {
  display: grid;
  gap: 0.85rem;
}
.faq-item {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(10, 132, 255, 0.1);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(8, 22, 45, 0.05);
  transition: border-color 0.35s, box-shadow 0.35s, transform 0.35s;
}
.faq-item:hover {
  border-color: rgba(10, 132, 255, 0.22);
  box-shadow: 0 12px 36px rgba(10, 132, 255, 0.08);
}
.faq-item.is-open {
  border-color: rgba(10, 132, 255, 0.28);
  box-shadow: 0 16px 44px rgba(10, 132, 255, 0.1);
}
.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
}
.faq-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  background: linear-gradient(135deg, var(--blue-light), #fff);
  border: 1px solid rgba(10, 132, 255, 0.12);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.faq-item.is-open .faq-icon { transform: scale(1.08) rotate(-4deg); }
.faq-question {
  flex: 1;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.3;
  color: var(--ocean-deep);
  font-weight: 500;
}
.faq-chevron {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-alt);
  color: var(--blue-primary);
  font-size: 1.1rem;
  line-height: 1;
  transition: transform 0.35s ease, background 0.35s, color 0.35s;
}
.faq-item.is-open .faq-chevron {
  transform: rotate(45deg);
  background: var(--blue-primary);
  color: white;
}
.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq-item.is-open .faq-panel { grid-template-rows: 1fr; }
.faq-panel-inner {
  overflow: hidden;
  min-height: 0;
}
.faq-answer {
  padding: 0 1.25rem 1.35rem 4.65rem;
}
.faq-answer-lead {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--text-gray);
  margin-bottom: 1.15rem;
}
.faq-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.faq-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.85rem;
  border-radius: 10px;
  background: var(--bg-alt);
  border: 1px solid rgba(10, 132, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.35;
}
.faq-chip-emoji { font-size: 1rem; line-height: 1; }
.faq-meals {
  display: grid;
  gap: 0.85rem;
}
.faq-meal-card {
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(223, 243, 255, 0.65), rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(10, 132, 255, 0.1);
}
.faq-meal-card strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue-ocean);
  margin-bottom: 0.65rem;
}
.faq-meal-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.2rem;
  font-size: 0.82rem;
  color: var(--text-dark);
  line-height: 1.5;
}
.faq-meal-step {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.35rem 0.55rem;
  border-radius: 8px;
  background: white;
  border: 1px solid rgba(10, 132, 255, 0.08);
  white-space: nowrap;
}
.faq-meal-arrow {
  color: var(--blue-primary);
  font-weight: 700;
  padding: 0 0.1rem;
}
.faq-amenity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}
.faq-amenity {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.85rem;
  border-radius: 10px;
  background: var(--bg-alt);
  border: 1px solid rgba(10, 132, 255, 0.06);
}
.faq-amenity-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  font-size: 1rem;
}
.faq-amenity span {
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--text-dark);
}
.faq-amenity--wide { grid-column: 1 / -1; }
.faq-safety-list {
  display: grid;
  gap: 0.65rem;
}
.faq-safety-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.8rem 0.95rem;
  border-radius: 10px;
  background: rgba(34, 199, 255, 0.06);
  border: 1px solid rgba(10, 132, 255, 0.1);
}
.faq-safety-check {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-primary), var(--blue-ocean));
  color: white;
  font-size: 0.72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
}
.faq-safety-item p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--text-dark);
}
.faq-footnote {
  margin-top: 1rem;
  font-size: 0.8rem;
  line-height: 1.6;
  color: var(--text-gray);
  font-style: italic;
}
.faq-menu-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.15rem;
  padding: 0.75rem 1.25rem;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--blue-primary), var(--blue-ocean));
  color: white;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}
.faq-menu-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(10, 132, 255, 0.35);
}
.faq-cta-hint {
  margin-top: 1.75rem;
  padding: 1rem 1.15rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px dashed rgba(10, 132, 255, 0.22);
  font-size: 0.88rem;
  color: var(--text-gray);
  line-height: 1.65;
}
.faq-cta-hint a {
  color: var(--blue-primary);
  font-weight: 600;
  text-decoration: none;
}
.faq-cta-hint a:hover { color: var(--blue-dark); }

@media (max-width: 1024px) {
  .faq-layout { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .faq-answer { padding-left: 1.25rem; }
}
@media (max-width: 560px) {
  .faq-amenity-grid { grid-template-columns: 1fr; }
  .faq-meal-step { white-space: normal; }
}

/* CTA — Luxury booking */
#cta {
  position: relative;
  overflow: hidden;
  background: var(--ocean-deep);
  isolation: isolate;
}
.cta-wave-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  line-height: 0;
  z-index: 3;
  pointer-events: none;
}
.cta-wave-top svg {
  display: block;
  width: 100%;
  height: clamp(52px, 9vw, 88px);
}
.cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: var(--ocean-deep) url('../img/banner-booknow.png') center/cover no-repeat;
}
.cta-water-canvas {
  display: none;
}
.cta-mesh {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 22, 45, 0.55) 0%, rgba(8, 22, 45, 0.72) 100%),
    radial-gradient(ellipse 50% 40% at 15% 85%, rgba(10, 132, 255, 0.12), transparent 70%),
    radial-gradient(ellipse 40% 35% at 85% 15%, rgba(34, 199, 255, 0.08), transparent 70%);
}
.cta-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}
.cta-glass {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1.75rem, 4vw, 3rem);
  text-align: center;
  box-sizing: border-box;
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
}
.cta-eyebrow {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 1.25rem;
}
.cta-title-lux {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  color: white; line-height: 1.12; letter-spacing: -0.03em;
  margin-bottom: 1.25rem; font-weight: 500;
}
.cta-title-lux em { font-style: italic; color: var(--tropical-aqua); }
.cta-sub-lux { font-size: 1.05rem; color: rgba(255,255,255,0.65); line-height: 1.8; margin-bottom: 2.5rem; }
.cta-buttons-lux { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.btn-lux-primary {
  background: linear-gradient(135deg, var(--sunset-gold), var(--sunset-gold-light));
  color: var(--ocean-deep); padding: 1.1rem 2.25rem;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; text-decoration: none; border-radius: 2px;
  transition: transform 0.35s, box-shadow 0.35s;
}
.btn-lux-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(201,162,39,0.35); }
.btn-lux-whatsapp {
  background: transparent; color: white;
  border: 1px solid rgba(255,255,255,0.35);
  padding: 1.1rem 2.25rem; font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none;
  display: inline-flex; align-items: center; gap: 0.5rem; border-radius: 2px;
  transition: background 0.35s, border-color 0.35s;
}
.btn-lux-whatsapp:hover { background: rgba(37,211,102,0.15); border-color: #25D366; }

/* Footer — Luxury destination */
footer.lux-footer {
  background: var(--ocean-deep); color: rgba(255,255,255,0.6);
  padding-bottom: 2rem; position: relative; overflow: hidden;
}
.footer-waves-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  line-height: 0;
  pointer-events: none;
  z-index: 0;
}
.footer-waves-wrap svg {
  display: block;
  width: 100%;
  height: 80px;
}
.footer-water-texture {
  position: absolute; inset: 0; opacity: 0.04; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10 Q25 0 50 10 T100 10' fill='none' stroke='%2322C7FF' stroke-width='0.5'/%3E%3C/svg%3E") repeat;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr) minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: start;
  position: relative;
  z-index: 1;
}
.footer-grid > * { min-width: 0; }
.footer-col { min-width: 0; }
.footer-col--contact {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.footer-brand-name {
  font-family: var(--font-display); font-size: 2rem; color: white;
  margin-bottom: 1rem; font-weight: 500;
}
.footer-brand-name span { color: var(--tropical-aqua); }
.footer-tagline-lux { font-size: 0.9rem; line-height: 1.8; max-width: 280px; margin-bottom: 2rem; }
.footer-social-lux { display: flex; gap: 0.65rem; }
.social-lux {
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.75); text-decoration: none;
  transition: all 0.35s;
}
.social-lux svg {
  width: 18px; height: 18px; fill: currentColor; display: block;
}
.social-lux:hover { background: var(--blue-primary); border-color: var(--blue-primary); color: white; }
.footer-col-title {
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.25em;
  text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 1.5rem;
}
.footer-links-lux { list-style: none; }
.footer-links-lux li { margin-bottom: 0.7rem; }
.footer-links-lux a {
  color: rgba(255,255,255,0.55); text-decoration: none; font-size: 0.9rem;
  transition: color 0.3s, padding-left 0.3s; display: inline-block;
}
.footer-links-lux a:hover { color: var(--tropical-aqua); padding-left: 4px; }
.footer-contact-lux { font-size: 0.9rem; line-height: 1.75; }
.footer-contact-lux p {
  margin: 0 0 1rem;
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  gap: 0.65rem;
  align-items: start;
}
.footer-contact-lux p:last-child { margin-bottom: 1.25rem; }
.footer-contact-lux .ico { color: var(--tropical-aqua); line-height: 1.5; }
.footer-contact-lux a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.3s;
}
.footer-contact-lux a:hover { color: var(--tropical-aqua); }
.footer-map {
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  overflow: hidden;
  height: 150px;
  margin-top: auto;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.2);
}
.footer-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(35%) contrast(1.05);
}
.footer-divider-lux { border: none; border-top: 1px solid rgba(255,255,255,0.08); margin: 3rem 0 1.5rem; }
.footer-bottom-lux {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem; font-size: 0.8rem; position: relative; z-index: 1;
}
.footer-legal { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-legal a { color: rgba(255,255,255,0.35); text-decoration: none; font-size: 0.78rem; transition: color 0.3s; }
.footer-legal a:hover { color: var(--tropical-aqua); }

/* Reveal utilities */
.reveal { opacity: 0; transform: translateY(40px); }
.reveal.revealed { opacity: 1; transform: translateY(0); transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal-left { opacity: 0; transform: translateX(-40px); }
.reveal-left.revealed { opacity: 1; transform: translateX(0); transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal-right { opacity: 0; transform: translateX(40px); }
.reveal-right.revealed { opacity: 1; transform: translateX(0); transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1); }

/* Responsive */
@media (max-width: 1024px) {
  .svc-grid--boats,
  .svc-grid--services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svc-split {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .svc-split .svc-card--featured {
    min-height: clamp(260px, 42vw, 340px);
  }
  .svc-split-row .svc-card {
    min-height: clamp(200px, 26vw, 260px);
  }
  .svc-card-desc {
    max-height: 5rem; opacity: 1; margin-bottom: 1rem;
  }
  .svc-card-cta {
    opacity: 1; transform: translateY(0);
  }
  .why-cards { grid-template-columns: repeat(2, 1fr); }
  .why-leaf { width: 120px; opacity: 0.75; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 3rem; }
  .luxe-boat { grid-template-columns: 1fr; min-height: auto; }
  .luxe-boat.luxe-boat--reverse { direction: ltr; }
  .luxe-boat-media { min-height: 320px; }
  .luxe-boat-panel { border-left: none !important; border-right: none !important; border-top: 1px solid rgba(255,255,255,0.06); }
  .gallery-masonry { column-count: 4; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-col--contact { grid-column: 1 / -1; max-width: 480px; }
}
@media (max-width: 768px) {
  .svc-grid--boats,
  .svc-grid--services { grid-template-columns: 1fr; }
  .svc-split-intro {
    padding: 1.35rem 1.25rem;
  }
  .svc-split-text {
    max-width: none;
    font-size: 0.92rem;
  }
  .svc-split .svc-card--featured {
    min-height: clamp(280px, 72vw, 360px);
  }
  .svc-split-row {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0.85rem;
    padding-bottom: 0.35rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(10, 132, 255, 0.25) transparent;
  }
  .svc-split-row .svc-card {
    flex: 0 0 min(78vw, 300px);
    scroll-snap-align: start;
    min-height: clamp(260px, 62vw, 320px);
  }
  .svc-card { min-height: 280px; }
  .testi-carousel { padding: 0 3rem; }
  .testi-carousel-arrow { width: 40px; height: 40px; font-size: 1.35rem; }
  .testi-glass { flex: 0 0 min(88vw, 340px); }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .story-mega-title { font-size: clamp(2.5rem, 14vw, 4rem); }
  .gallery-masonry { column-count: 3; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-col--contact { max-width: none; }
  #cta .lux-wrap { padding-left: 1.5rem; padding-right: 1.5rem; }
  .why-cards { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .why-leaf--tr { right: -2rem; top: 0; }
  .why-leaf--bl { left: -2rem; bottom: 0; }
  .why-geo--ring, .why-geo--tri { display: none; }
}
@media (max-width: 480px) {
  .stats-grid { grid-template-columns: 1fr; }
  .gallery-masonry { column-count: 2; }
}
