:root {
  --ocean-950: #041822;
  --ocean-900: #071f2d;
  --ocean-800: #0a3140;
  --ocean-700: #104b57;
  --seafoam: #8bcfc2;
  --turquoise: #50b6aa;
  --sand: #e8dcc7;
  --stone: #f4eee4;
  --shell: #fffaf1;
  --gold: #cda463;
  --ink: #102733;
  --muted: #6d7b7c;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(13, 47, 57, 0.14);
  --shadow-soft: 0 26px 80px rgba(4, 24, 34, 0.16);
  --shadow-deep: 0 32px 110px rgba(0, 13, 20, 0.34);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-pill: 999px;
  --container: min(1180px, calc(100vw - 48px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  background: var(--shell);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: rgba(139, 207, 194, 0.22);
}

a:focus-visible,
button:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--seafoam);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 100;
  transform: translateY(-150%);
  border-radius: var(--radius-pill);
  background: var(--shell);
  color: var(--ocean-950);
  padding: 12px 16px;
  transition: transform 0.25s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* Premium intro loader — animated logo build */
body.is-preloading {
  overflow: hidden;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 46%, var(--shell) 0%, var(--shell) 52%, #f3e8d5 130%);
  transition: transform 1s var(--ease), opacity 0.5s ease 0.4s;
  will-change: transform;
}

.preloader-inner {
  width: min(500px, 82vw);
  padding: 24px;
}

.pl-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

/* 2 — the ring draws on, starting from the top of the circle */
.pl-ring {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transform-box: fill-box;
  transform-origin: center;
  transform: rotate(-90deg);
  animation: plRingDraw 0.95s var(--ease) 0.55s forwards;
}

/* 1 — DSF forms first, staggered */
.pl-dsf > g {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transform: translateY(7px) scale(0.88);
}

.pl-d {
  animation: plLetterIn 0.55s var(--ease) 0.15s forwards;
}

.pl-s {
  animation: plLetterIn 0.55s var(--ease) 0.3s forwards;
}

.pl-f {
  animation: plLetterIn 0.55s var(--ease) 0.45s forwards;
}

/* 3 — the wave rises in under the DSF */
.pl-wave {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center bottom;
  transform: translateY(6px) scale(0.95);
  animation: plWaveIn 0.6s var(--ease) 1.4s forwards;
}

/* 4 — the wordmark wipes out from left to right */
.pl-word {
  clip-path: inset(0 100% 0 0);
  animation: plWordWipe 0.85s var(--ease) 1.75s forwards;
}

@keyframes plRingDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes plLetterIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes plWaveIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes plWordWipe {
  to {
    clip-path: inset(0 0 0 0);
  }
}

body.is-loaded .preloader {
  transform: translateY(-100%);
  pointer-events: none;
}

.preloader.is-hidden {
  visibility: hidden;
}

.site-header {
  position: fixed;
  inset: 20px 24px auto;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 28px;
  width: calc(100% - 48px);
  max-width: 1320px;
  margin: 0 auto;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  padding: 10px 12px 10px 16px;
  background: rgba(4, 24, 34, 0.2);
  color: white;
  backdrop-filter: blur(14px);
  transition: background 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.site-header.is-scrolled {
  background: rgba(4, 24, 34, 0.78);
  border-color: var(--line-dark);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  display: block;
  width: clamp(160px, 16vw, 232px);
  height: auto;
  max-height: 52px;
  object-fit: contain;
  object-position: left center;
  opacity: 0.98;
  filter:
    brightness(0) invert(1)
    drop-shadow(0 0 10px rgba(139, 207, 194, 0.2))
    drop-shadow(0 10px 20px rgba(0, 0, 0, 0.18));
  transition: filter 0.32s var(--ease), opacity 0.32s var(--ease), transform 0.32s var(--ease);
}

.brand:hover .brand-logo {
  opacity: 1;
  filter:
    brightness(0) invert(1)
    drop-shadow(0 0 15px rgba(139, 207, 194, 0.32))
    drop-shadow(0 10px 22px rgba(0, 0, 0, 0.22));
  transform: translateY(-1px);
}

.desktop-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.desktop-nav a,
.footer nav a {
  position: relative;
}

.desktop-nav a::after,
.footer nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--seafoam);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s var(--ease);
}

.desktop-nav a:hover::after,
.footer nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.94);
  color: var(--ocean-950);
  padding: 13px 20px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: transform 0.3s var(--ease), background 0.3s var(--ease);
}

.header-cta:hover {
  background: var(--seafoam);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 1px;
  background: currentColor;
  transition: transform 0.3s var(--ease);
}

.menu-open .menu-toggle span:nth-child(2) {
  transform: translateY(3px) rotate(45deg);
}

.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-3px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  align-content: end;
  gap: 34px;
  min-height: 100dvh;
  padding: 120px 26px 34px;
  background:
    radial-gradient(circle at 70% 12%, rgba(80, 182, 170, 0.24), transparent 32%),
    linear-gradient(155deg, rgba(4, 24, 34, 0.98), rgba(7, 31, 45, 0.98));
  color: white;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-16px);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease);
}

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

.mobile-menu nav {
  display: grid;
  gap: 8px;
}

.mobile-menu nav a {
  border-bottom: 1px solid var(--line-dark);
  padding: 18px 0;
  font-family: "Fraunces", serif;
  font-size: clamp(2rem, 12vw, 4.7rem);
  line-height: 0.96;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  color: white;
  isolation: isolate;
}

.hero-media,
.cta-bg {
  position: absolute;
  inset: -8% 0;
  z-index: -3;
  background-image: url("assets/images/dsf-hero-wave.jpg");
  background-position: center;
  background-size: cover;
  transform: translate3d(0, 0, 0) scale(1.05);
  will-change: transform;
}

.parallax-image {
  backface-visibility: hidden;
  transform-origin: center;
}

.hero-media {
  filter: saturate(1.42) brightness(1.26) contrast(1.18);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.4s ease;
}

.hero-video.is-playing {
  opacity: 1;
}

.cta-bg {
  filter: saturate(1.16) brightness(1.18) contrast(1.04);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 75% 34%, rgba(124, 231, 219, 0.22), transparent 30%),
    radial-gradient(circle at 48% 10%, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(3, 16, 23, 0.82), rgba(3, 16, 23, 0.5) 36%, rgba(3, 16, 23, 0.08) 64%, rgba(3, 16, 23, 0.32)),
    linear-gradient(180deg, rgba(3, 16, 23, 0.16), rgba(3, 16, 23, 0.22) 46%, rgba(3, 16, 23, 0.82));
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(4, 24, 34, 0.9));
  content: "";
}

.hero-content {
  width: var(--container);
  align-self: end;
  margin: 0 auto;
  padding: 190px 0 96px;
  will-change: transform;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--seafoam);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-title,
h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 650;
  letter-spacing: -0.055em;
}

.hero-title {
  max-width: 980px;
  font-size: clamp(4rem, 9vw, 8.8rem);
  line-height: 0.88;
  text-shadow: 0 8px 36px rgba(0, 14, 21, 0.38);
}

.hero-text {
  max-width: 640px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.72;
  text-shadow: 0 4px 24px rgba(0, 14, 21, 0.42);
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  padding: 0 26px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s var(--ease), border-color 0.3s var(--ease);
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  background: var(--seafoam);
  color: var(--ocean-950);
  box-shadow: 0 18px 50px rgba(139, 207, 194, 0.22);
}

.button-primary:hover {
  background: #a7e0d6;
  box-shadow: 0 22px 62px rgba(139, 207, 194, 0.34);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: white;
  backdrop-filter: blur(14px);
}

.button-secondary.dark {
  border-color: rgba(255, 255, 255, 0.26);
}

.button-light {
  margin-top: 30px;
  background: var(--shell);
  color: var(--ocean-950);
}

.hero-note {
  position: absolute;
  right: clamp(22px, 5vw, 90px);
  bottom: 72px;
  width: min(330px, calc(100vw - 44px));
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  padding: 22px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: var(--shadow-deep);
  backdrop-filter: blur(18px);
}

.hero-note span {
  display: block;
  margin-bottom: 10px;
  color: var(--seafoam);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-note strong {
  font-family: "Fraunces", serif;
  font-size: 1.32rem;
  font-weight: 500;
  line-height: 1.14;
}

.trust-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--ocean-950);
  color: white;
  box-shadow: 0 -28px 80px rgba(4, 24, 34, 0.22);
}

.trust-item {
  padding: 34px clamp(24px, 4vw, 58px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
}

.trust-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--sand);
  font-family: "Fraunces", serif;
  font-size: 1.38rem;
  font-weight: 600;
}

.trust-item span {
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.6;
}

.section {
  width: var(--container);
  margin: 0 auto;
  padding: clamp(68px, 9vw, 118px) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: clamp(32px, 8vw, 110px);
  align-items: end;
  margin-bottom: 56px;
}

.section-heading h2,
.destination-copy h2,
.split-copy h2,
.gallery-heading h2,
.cta-content h2 {
  font-size: clamp(2.35rem, 5.4vw, 5.35rem);
  line-height: 0.98;
}

.section-heading p:not(.eyebrow),
.split-copy p,
.destination-card p,
.intro-copy p,
.process-intro p,
.gallery-note p,
.cta-content p,
.footer p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.76;
}

.experience-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.72fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: end;
  margin-bottom: 42px;
}

.intro-copy h2,
.process-intro h2,
.testimonials-intro h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(2.35rem, 5vw, 5.1rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.intro-copy p:not(.eyebrow),
.process-intro p {
  max-width: 680px;
  margin: 24px 0 0;
}

.intro-panel {
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-xl);
  background: white;
  box-shadow: var(--shadow-soft);
}

.intro-panel img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.intro-panel-copy {
  padding: 24px;
}

.intro-panel-copy span,
.gallery-note span,
.review-proof span {
  display: block;
  color: var(--turquoise);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.intro-panel-copy ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
}

.intro-panel-copy li {
  position: relative;
  padding-left: 18px;
}

.intro-panel-copy li::before {
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--turquoise);
  content: "";
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.experience-card {
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-xl);
  background: white;
  box-shadow: var(--shadow-soft);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

.experience-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 34px 90px rgba(4, 24, 34, 0.22);
}

.experience-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.experience-card:hover img {
  transform: scale(1.045);
}

.experience-card div {
  padding: 26px;
}

.experience-card span,
.step span {
  color: var(--turquoise);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.experience-card h3,
.destination-card h3,
.step h3 {
  margin: 12px 0 12px;
  font-family: "Fraunces", serif;
  font-size: 1.72rem;
  line-height: 1.04;
}

.experience-card p,
.step p,
.testimonial p {
  color: var(--muted);
  line-height: 1.68;
}

.experience-card a,
.gallery-heading a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--ocean-800);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dark-panel {
  display: grid;
  grid-template-columns: 0.92fr 0.72fr;
  gap: clamp(30px, 6vw, 88px);
  align-items: center;
  padding: clamp(78px, 10vw, 148px) max(24px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 78% 10%, rgba(80, 182, 170, 0.2), transparent 34%),
    linear-gradient(145deg, var(--ocean-950), var(--ocean-800));
  color: white;
}

.split-image {
  min-height: 670px;
  overflow: hidden;
  border-radius: 0 var(--radius-xl) var(--radius-xl) 0;
  transform-origin: center;
}

.split-image img {
  width: 100%;
  height: 100%;
  min-height: 670px;
  object-fit: cover;
  transform: scale(1.04);
}

.split-copy {
  max-width: 560px;
}

.split-copy p {
  color: rgba(255, 255, 255, 0.68);
}

.founder-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.founder-stats span {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-pill);
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  font-weight: 800;
}

.destination {
  overflow: hidden;
}

.destination-copy {
  max-width: 920px;
  margin-bottom: 48px;
}

.destination-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: end;
}

.destination-large {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  transform-origin: center;
}

.destination-large img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  transform: scale(1.04);
}

.destination-large figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  max-width: 360px;
  border: 1px solid var(--line-dark);
  border-radius: 20px;
  padding: 18px;
  background: rgba(4, 24, 34, 0.54);
  color: white;
  backdrop-filter: blur(16px);
}

.destination-card {
  border: 1px solid var(--line-light);
  border-radius: var(--radius-xl);
  padding: 34px;
  background: var(--stone);
}

@media (min-width: 1041px) {
  .story-panel {
    position: relative;
    overflow: visible;
    transform: translateZ(0);
    isolation: isolate;
  }

  .story-panel::before {
    position: absolute;
    inset: 0 0 auto;
    z-index: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    content: "";
    pointer-events: none;
  }

  .story-panel > * {
    position: relative;
    z-index: 1;
  }

  .section.story-panel {
    width: 100%;
    padding-right: max(24px, calc((100vw - 1180px) / 2));
    padding-left: max(24px, calc((100vw - 1180px) / 2));
  }

  .section.story-panel > :not(.destination-copy) {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
  }

  .section.story-panel > .destination-copy {
    width: min(920px, 100%);
  }

  .story-panel-cream {
    z-index: 3;
    background:
      radial-gradient(circle at 92% 8%, rgba(139, 207, 194, 0.13), transparent 30%),
      linear-gradient(180deg, var(--shell), #fbf3e8);
    box-shadow: 0 -38px 90px rgba(4, 24, 34, 0.2);
  }

  .story-panel-dark {
    z-index: 4;
    margin-top: clamp(-76px, -5vw, -42px);
    border-radius: 44px 44px 0 0;
    box-shadow: 0 -46px 120px rgba(0, 12, 18, 0.34);
  }

  .story-panel-shell {
    z-index: 5;
    margin-top: clamp(-86px, -5.5vw, -48px);
    border-radius: 44px 44px 0 0;
    background:
      radial-gradient(circle at 10% 16%, rgba(205, 164, 99, 0.12), transparent 30%),
      linear-gradient(180deg, var(--shell), var(--stone));
    box-shadow: 0 -46px 120px rgba(4, 24, 34, 0.22);
  }

  .process {
    position: relative;
    z-index: 6;
    margin-top: clamp(-58px, -3.6vw, -32px);
    border-radius: 44px 44px 0 0;
    box-shadow: 0 -34px 100px rgba(4, 24, 34, 0.12);
  }
}

.process {
  padding: clamp(68px, 9vw, 120px) max(24px, calc((100vw - 1180px) / 2));
  background: var(--stone);
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.7fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: stretch;
  margin-bottom: 28px;
}

.process-intro {
  display: grid;
  align-content: end;
  min-height: 420px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-xl);
  padding: clamp(30px, 5vw, 56px);
  background:
    radial-gradient(circle at 12% 16%, rgba(139, 207, 194, 0.2), transparent 28%),
    rgba(255, 255, 255, 0.54);
}

.process-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.process-meta span {
  border: 1px solid var(--line-light);
  border-radius: var(--radius-pill);
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--ocean-800);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.process-photo {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  transform-origin: center;
}

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

.process-photo figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  border: 1px solid var(--line-dark);
  border-radius: 20px;
  padding: 16px;
  background: rgba(4, 24, 34, 0.58);
  color: white;
  line-height: 1.5;
  backdrop-filter: blur(16px);
}

.process-steps,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step {
  min-height: 230px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-xl);
  padding: 32px;
  background: rgba(255, 255, 255, 0.64);
}

.testimonials {
  width: var(--container);
  margin: 0 auto;
  padding: clamp(68px, 9vw, 118px) 0;
}

.testimonials-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.42fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: end;
  margin-bottom: 36px;
}

.review-proof {
  border: 1px solid var(--line-light);
  border-radius: var(--radius-xl);
  padding: 28px;
  background: var(--stone);
}

.review-proof strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ocean-950);
  font-family: "Fraunces", serif;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.9;
}

.review-proof p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.testimonial {
  position: relative;
  margin: 0;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-xl);
  padding: clamp(30px, 5vw, 54px);
  background: white;
  box-shadow: var(--shadow-soft);
}

.testimonial p {
  margin: 0;
  color: var(--ink);
  font-family: "Fraunces", serif;
  font-size: clamp(1.5rem, 2.5vw, 2.45rem);
  line-height: 1.12;
}

.testimonial-image {
  display: grid;
  min-height: 370px;
  align-content: end;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.24);
  background-position: center;
  background-size: cover;
  box-shadow: 0 30px 90px rgba(9, 31, 42, 0.18);
  isolation: isolate;
}

.testimonial-image::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: inherit;
  content: "";
  filter: saturate(1.18) contrast(1.06);
  transform: scale(1.03);
}

.testimonial-image::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(4, 24, 34, 0.12), rgba(4, 24, 34, 0.84)),
    radial-gradient(circle at 72% 20%, rgba(139, 207, 194, 0.2), transparent 34%);
  content: "";
}

.testimonial-image-tour {
  background-image: url("assets/images/dsf-surf-tour.jpg");
}

.testimonial-image-lesson {
  background-image: url("assets/images/dsf-surf-lesson.jpg");
}

.testimonial-image p {
  color: white;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.testimonial cite {
  display: block;
  margin-top: 24px;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.testimonial-image cite {
  color: rgba(255, 255, 255, 0.72);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.testimonial-photo {
  display: grid;
  grid-template-rows: 190px 1fr;
  gap: 0;
  overflow: hidden;
  padding: 0;
}

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

.testimonial-photo div {
  padding: 30px;
}

.testimonial-photo p {
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.gallery {
  padding: clamp(68px, 9vw, 120px) 0;
  background: var(--ocean-950);
  color: white;
}

.gallery-heading {
  display: grid;
  grid-template-columns: 160px minmax(0, 0.95fr) 360px;
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  width: var(--container);
  margin: 0 auto 52px;
}

.gallery-heading h2 {
  color: white;
  font-size: clamp(3.2rem, 6vw, 7.2rem);
  line-height: 0.88;
}

.gallery-label {
  display: grid;
  align-content: space-between;
  min-height: 360px;
  border-left: 1px solid var(--line-dark);
  padding: 12px 0 12px 18px;
}

.gallery-heading a {
  color: var(--seafoam);
}

.gallery-title-block {
  display: grid;
  align-content: center;
  gap: 24px;
}

.gallery-title-block p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.03rem;
  line-height: 1.72;
}

.gallery-feature {
  display: grid;
  grid-template-rows: 220px auto;
  gap: 14px;
}

.gallery-feature img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
  object-fit: cover;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

.gallery-note {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  padding: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.gallery-note p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.65);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.75fr 1fr 0.9fr;
  gap: 14px;
  width: min(1440px, calc(100vw - 28px));
  margin: 0 auto;
}

.gallery-grid img {
  width: 100%;
  height: 340px;
  border-radius: 24px;
  object-fit: cover;
  transform-origin: center;
}

.gallery-grid img:nth-child(2),
.gallery-grid img:nth-child(4) {
  margin-top: 38px;
}

.booking-cta {
  position: relative;
  display: grid;
  min-height: 720px;
  overflow: hidden;
  place-items: center;
  padding: 96px 24px;
  color: white;
  isolation: isolate;
}

.cta-bg {
  background-image: url("assets/images/dsf-surf-tour.jpg");
}

.booking-cta::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 12%, rgba(139, 207, 194, 0.15), transparent 30%),
    linear-gradient(180deg, rgba(4, 24, 34, 0.18), rgba(4, 24, 34, 0.66));
  content: "";
}

.cta-content {
  width: min(1060px, 100%);
  display: grid;
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 40px;
  padding: clamp(28px, 5vw, 56px);
  background:
    radial-gradient(circle at 18% 88%, rgba(139, 207, 194, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(7, 31, 45, 0.5), rgba(4, 24, 34, 0.36));
  text-align: left;
  box-shadow: 0 30px 110px rgba(0, 13, 20, 0.28);
  backdrop-filter: blur(10px) saturate(1.08);
}

.cta-content p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.cta-actions {
  justify-content: center;
}

.cta-direct {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.cta-direct a {
  display: grid;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  padding: 13px 18px;
  color: white;
  font-weight: 700;
  font-size: 0.96rem;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease), transform 0.3s var(--ease);
}

.cta-direct a span {
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.cta-direct a:hover {
  border-color: rgba(139, 207, 194, 0.5);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.enquiry-card {
  border-radius: var(--radius-lg);
  padding: clamp(22px, 3vw, 30px);
  background: var(--shell);
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(0, 13, 20, 0.3);
}

.enquiry-form {
  display: grid;
  gap: 15px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
  text-align: left;
}

.field > span {
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(13, 47, 57, 0.14);
  border-radius: 14px;
  padding: 13px 14px;
  background: white;
  color: var(--ink);
  font: inherit;
  outline: none;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.field textarea {
  min-height: 88px;
  line-height: 1.5;
  resize: vertical;
}

.field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23104b57' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  cursor: pointer;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(16, 39, 51, 0.4);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--turquoise);
  box-shadow: 0 0 0 4px rgba(80, 182, 170, 0.15);
}

/* International phone field (intl-tel-input) — themed to match the form */
.field-phone {
  --iti-border-color: rgba(13, 47, 57, 0.14);
  --iti-hover-color: rgba(80, 182, 170, 0.1);
}

.field-phone .iti {
  width: 100%;
}

.field-phone .iti__tel-input {
  width: 100%;
}

.field-phone .iti__dropdown-content {
  border-radius: 14px;
  border-color: rgba(13, 47, 57, 0.14);
  box-shadow: 0 20px 54px rgba(0, 13, 20, 0.2);
  font-family: "Manrope", sans-serif;
}

.field-phone .iti__search-input {
  border-radius: 12px 12px 0 0;
}

.enquiry-form .button-primary {
  width: 100%;
  margin-top: 4px;
}

.enquiry-form .button-primary[data-loading] {
  opacity: 0.7;
  pointer-events: none;
}

.form-note {
  margin: 0;
  text-align: center;
  font-size: 0.78rem;
  color: var(--muted);
}

.form-note.is-error {
  color: #c0492f;
  font-weight: 700;
}

.enquiry-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.enquiry-success {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 22px 8px;
  text-align: center;
}

.enquiry-form[hidden],
.enquiry-success[hidden] {
  display: none;
}

.enquiry-success-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--seafoam);
  color: var(--ocean-950);
  font-size: 1.5rem;
  font-weight: 900;
}

.enquiry-success h3 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: 1.4rem;
  color: var(--ink);
}

.enquiry-success p {
  margin: 0;
  max-width: 340px;
  color: var(--muted);
}

@media (min-width: 1041px) {
  .cta-content {
    grid-template-columns: 1.02fr 1fr;
  }
}

.footer {
  display: grid;
  grid-template-columns: minmax(320px, 1.08fr) minmax(150px, 0.4fr) minmax(280px, 0.78fr);
  gap: 52px;
  align-items: start;
  padding: 54px max(24px, calc((100vw - 1180px) / 2)) 72px;
  background: var(--ocean-950);
  color: white;
}

.footer-intro {
  max-width: 520px;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-brand .brand-logo {
  width: min(280px, 100%);
  max-height: none;
  filter:
    brightness(0) invert(1)
    drop-shadow(0 0 12px rgba(139, 207, 194, 0.22))
    drop-shadow(0 12px 24px rgba(0, 0, 0, 0.22));
}

.footer nav {
  display: grid;
  gap: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  align-content: start;
}

.footer-label,
.footer-contact span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.footer-intro > p {
  max-width: 500px;
}

.footer-contact {
  display: grid;
  gap: 12px;
  align-content: start;
  justify-items: start;
  padding: 18px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.footer-label {
  margin-bottom: 4px;
}

.footer-contact p,
.footer-note {
  max-width: none;
  color: rgba(255, 255, 255, 0.62);
}

.footer-note {
  transition: color 0.28s var(--ease);
}

.footer-note:hover {
  color: white;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  border: 1px solid rgba(139, 207, 194, 0.28);
  border-radius: var(--radius-pill);
  padding: 10px 14px 10px 11px;
  color: white;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: border-color 0.28s var(--ease), background 0.28s var(--ease), box-shadow 0.28s var(--ease), transform 0.28s var(--ease);
}

.social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.social-link:hover {
  border-color: rgba(139, 207, 194, 0.68);
  background: rgba(139, 207, 194, 0.09);
  box-shadow: 0 16px 42px rgba(0, 13, 20, 0.18), 0 0 24px rgba(139, 207, 194, 0.12);
  transform: translateY(-2px);
}

.footer-credit {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 320px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-credit span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  flex: 0 0 auto;
}

.footer-credit-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #eae7de;
  text-decoration: none;
  transition: filter 0.3s var(--ease), transform 0.3s var(--ease);
  will-change: filter, transform;
}

.footer-credit-mark .axis-mark {
  flex: 0 0 auto;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.28));
}

.footer-credit-mark .axis-wordmark {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 0.94rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #eae7de;
  white-space: nowrap;
}

.footer-credit-mark:hover {
  transform: translateY(-1px);
  filter:
    brightness(1.08)
    drop-shadow(0 0 18px rgba(96, 211, 231, 0.4))
    drop-shadow(0 0 34px rgba(96, 211, 231, 0.22));
}

.whatsapp-chat {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 70;
  display: grid;
  justify-items: end;
  gap: 14px;
  pointer-events: none;
}

.whatsapp-panel,
.whatsapp-toggle {
  pointer-events: auto;
}

.whatsapp-panel {
  width: min(390px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  background: var(--shell);
  box-shadow: 0 28px 90px rgba(0, 12, 18, 0.28);
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.98);
  transform-origin: right bottom;
  transition: opacity 0.32s var(--ease), transform 0.32s var(--ease), visibility 0.32s;
  visibility: hidden;
}

.whatsapp-chat.is-open .whatsapp-panel {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  visibility: visible;
}

.whatsapp-panel-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at 20% 0%, rgba(139, 207, 194, 0.2), transparent 38%),
    linear-gradient(135deg, #0b2a35, #123e48);
  color: white;
}

.whatsapp-avatar {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--seafoam);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.whatsapp-avatar::after {
  position: absolute;
  right: 3px;
  bottom: 5px;
  width: 13px;
  height: 13px;
  border: 2px solid #0f3440;
  border-radius: 50%;
  background: #22c55e;
  content: "";
}

.whatsapp-chat.is-away .whatsapp-avatar::after {
  background: var(--gold);
}

.whatsapp-panel-header strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1;
}

.whatsapp-panel-header span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.whatsapp-close {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}

.whatsapp-close:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: rotate(6deg);
}

.whatsapp-body {
  display: grid;
  gap: 18px;
  padding: 22px;
  background:
    linear-gradient(rgba(255, 250, 241, 0.92), rgba(255, 250, 241, 0.92)),
    radial-gradient(circle at 10% 10%, rgba(139, 207, 194, 0.18), transparent 32%);
}

.chat-bubble {
  border-radius: 22px 22px 22px 6px;
  padding: 18px;
  background: white;
  color: var(--ink);
  box-shadow: 0 16px 40px rgba(4, 24, 34, 0.08);
  line-height: 1.55;
}

.chat-bubble span {
  display: block;
  margin-bottom: 5px;
  color: var(--ocean-800);
  font-weight: 900;
}

.quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.quick-replies button {
  border: 1px solid var(--line-light);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ocean-800);
  cursor: pointer;
  padding: 9px 12px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}

.quick-replies button:hover {
  background: white;
  transform: translateY(-2px);
}

.whatsapp-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: end;
  border-top: 1px solid rgba(4, 24, 34, 0.08);
  padding: 16px;
  background: white;
}

.whatsapp-form textarea {
  width: 100%;
  min-height: 48px;
  max-height: 120px;
  resize: vertical;
  border: 1px solid transparent;
  border-radius: 18px;
  background: var(--stone);
  color: var(--ink);
  font: inherit;
  line-height: 1.45;
  padding: 13px 14px;
  outline: none;
}

.whatsapp-form textarea:focus {
  border-color: var(--turquoise);
  box-shadow: 0 0 0 4px rgba(80, 182, 170, 0.16);
}

.whatsapp-form button {
  min-height: 48px;
  border: 0;
  border-radius: var(--radius-pill);
  background: #24d366;
  color: #052012;
  cursor: pointer;
  padding: 0 18px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.whatsapp-form button:hover {
  box-shadow: 0 14px 34px rgba(36, 211, 102, 0.28);
  transform: translateY(-2px);
}

.whatsapp-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 232px;
  overflow: hidden;
  border: 1px solid rgba(139, 207, 194, 0.36);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(139, 207, 194, 0.24), transparent 32%),
    linear-gradient(135deg, rgba(7, 31, 45, 0.98), rgba(10, 75, 87, 0.96));
  color: white;
  cursor: pointer;
  padding: 14px 18px;
  box-shadow: 0 22px 70px rgba(0, 14, 22, 0.3), 0 0 0 0 rgba(139, 207, 194, 0.28);
  animation: whatsapp-breathe 3.4s var(--ease) infinite;
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.whatsapp-toggle::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 12%, rgba(255, 255, 255, 0.16) 45%, transparent 68%);
  content: "";
  transform: translateX(-120%);
  transition: transform 0.65s var(--ease);
}

.whatsapp-toggle:hover {
  border-color: rgba(139, 207, 194, 0.72);
  box-shadow: 0 28px 86px rgba(0, 14, 22, 0.38), 0 0 0 7px rgba(139, 207, 194, 0.13);
  transform: translateY(-4px) scale(1.015);
}

.whatsapp-toggle:hover::after {
  transform: translateX(120%);
}

.whatsapp-toggle-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: white;
  color: #18a954;
  position: relative;
  z-index: 1;
}

.whatsapp-toggle-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.whatsapp-toggle-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2px;
  text-align: left;
}

.whatsapp-toggle-copy strong {
  font-size: 1rem;
}

.whatsapp-toggle-copy span {
  color: var(--seafoam);
  font-size: 0.78rem;
  font-weight: 800;
}

@keyframes whatsapp-breathe {
  0%,
  100% {
    box-shadow: 0 22px 70px rgba(0, 14, 22, 0.3), 0 0 0 0 rgba(139, 207, 194, 0.28);
  }

  50% {
    box-shadow: 0 26px 78px rgba(0, 14, 22, 0.34), 0 0 0 8px rgba(139, 207, 194, 0.08);
  }
}

.reveal {
  filter: blur(8px);
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease), filter 0.8s var(--ease);
}

.reveal.is-visible {
  filter: none;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.split-image.reveal,
.destination-large.reveal,
.process-photo.reveal,
.gallery-feature.reveal {
  transform: translate3d(0, 46px, 0) scale(0.985);
}

.experience-card.reveal,
.step.reveal,
.testimonial.reveal {
  transform: translate3d(0, 40px, 0) scale(0.975);
}

.gallery-grid img.reveal {
  transform: translate3d(0, 48px, 0) scale(0.965) rotate(-0.7deg);
}

.gallery-grid img.reveal:nth-child(even) {
  transform: translate3d(0, 48px, 0) scale(0.965) rotate(0.7deg);
}

.split-image.reveal.is-visible,
.destination-large.reveal.is-visible,
.process-photo.reveal.is-visible,
.gallery-feature.reveal.is-visible,
.experience-card.reveal.is-visible,
.step.reveal.is-visible,
.testimonial.reveal.is-visible,
.gallery-grid img.reveal.is-visible {
  transform: translate3d(0, 0, 0) scale(1) rotate(0);
}

.experience-card:nth-child(2),
.process-steps .step:nth-child(2),
.testimonial:nth-child(2),
.gallery-grid img:nth-child(2) {
  transition-delay: 0.12s;
}

.experience-card:nth-child(3),
.process-steps .step:nth-child(3),
.gallery-grid img:nth-child(3) {
  transition-delay: 0.24s;
}

.gallery-grid img:nth-child(4) {
  transition-delay: 0.34s;
}

.hero-content .reveal:nth-child(2),
.trust-item:nth-child(2) {
  transition-delay: 0.1s;
}

.hero-content .reveal:nth-child(3),
.trust-item:nth-child(3) {
  transition-delay: 0.2s;
}

.hero-content .reveal:nth-child(4),
.hero-note {
  transition-delay: 0.3s;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .hero-note {
    position: relative;
    right: auto;
    bottom: auto;
    align-self: end;
    margin: 0 auto 32px;
  }

  .hero-content {
    padding-bottom: 36px;
  }

  .section-heading,
  .experience-intro,
  .dark-panel,
  .destination-layout,
  .process-layout,
  .testimonials-intro,
  .gallery-heading,
  .footer {
    grid-template-columns: 1fr;
  }

  .experience-grid,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .experience-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) 1fr;
  }

  .experience-card img {
    height: 100%;
    min-height: 320px;
  }

  .split-image,
  .split-image img {
    min-height: 520px;
    border-radius: var(--radius-xl);
  }

  .destination-card {
    max-width: 560px;
  }

  .process-intro {
    min-height: auto;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid img:nth-child(2),
  .gallery-grid img:nth-child(4) {
    margin-top: 0;
  }

  .footer-intro,
  .footer-contact {
    max-width: none;
  }

}

@media (max-width: 760px) {
  :root {
    --container: min(100% - 36px, 1180px);
  }

  html {
    scroll-padding-top: 92px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .site-header {
    inset: 12px 14px auto;
    width: calc(100% - 28px);
    padding-left: 12px;
  }

  .brand-logo {
    width: min(150px, 44vw);
    max-height: 42px;
  }

  .hero-content {
    padding-top: 150px;
  }

  .hero-title {
    font-size: clamp(3.25rem, 17vw, 5.9rem);
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .trust-strip,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .experience-card {
    grid-template-columns: 1fr;
  }

  .experience-card img {
    height: 260px;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .experience-intro,
  .process-layout,
  .testimonials-intro {
    margin-bottom: 28px;
  }

  .intro-panel img {
    height: 220px;
  }

  .dark-panel,
  .process {
    padding-right: 18px;
    padding-left: 18px;
  }

  .split-image,
  .split-image img,
  .destination-large,
  .destination-large img {
    min-height: 430px;
  }

  .destination-large figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .process-photo {
    min-height: 340px;
  }

  .process-meta {
    gap: 8px;
  }

  .process-meta span,
  .founder-stats span {
    width: 100%;
    text-align: center;
  }

  .review-proof,
  .intro-panel-copy,
  .process-intro,
  .step,
  .testimonial-photo div {
    padding: 24px;
  }

  .gallery-heading {
    gap: 22px;
  }

  .gallery-label {
    min-height: auto;
    gap: 18px;
    align-content: start;
    border-left: 0;
    border-top: 1px solid var(--line-dark);
    padding: 18px 0 0;
  }

  .gallery-feature {
    grid-template-rows: 210px auto;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    width: var(--container);
  }

  .gallery-grid img {
    height: 320px;
  }

  .booking-cta {
    min-height: 620px;
  }

  .footer {
    padding-top: 42px;
    padding-bottom: 112px;
  }

  .footer-contact {
    gap: 8px;
  }

  .footer-credit {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
    padding-top: 18px;
    max-width: none;
  }

  .footer-credit img {
    width: min(148px, 42vw);
  }

  .whatsapp-chat {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .whatsapp-panel,
  .whatsapp-toggle {
    width: 100%;
  }

  .whatsapp-toggle {
    justify-content: center;
    min-width: 0;
  }

  .whatsapp-form {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    filter: blur(0);
    opacity: 1;
    transform: none;
  }

  .preloader {
    display: none;
  }

  body.is-preloading {
    overflow: visible;
  }

  .hero-content,
  .parallax-image {
    transform: none !important;
  }
}
