:root {
  --navy: #061d2e;
  --navy-2: #092a40;
  --aqua: #27d6cb;
  --aqua-soft: #b9f3eb;
  --coral: #ff6e55;
  --gold: #f2c36b;
  --sand: #fff7ec;
  --paper: #fffdf8;
  --white: #ffffff;
  --ink: #09233a;
  --muted: #5d7180;
  --line: rgba(9, 35, 58, 0.14);
  --glass: rgba(255, 255, 255, 0.12);
  --shadow: 0 28px 80px rgba(4, 22, 35, 0.28);
  --section: clamp(76px, 9vw, 128px);
  --gutter: clamp(18px, 4vw, 56px);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img,
canvas,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

::selection {
  color: var(--navy);
  background: var(--aqua-soft);
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--white);
  color: var(--navy);
  text-decoration: none;
  font-weight: 800;
}

.skip-link:focus {
  top: 14px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(6, 29, 46, 0.58);
  color: var(--white);
  backdrop-filter: blur(20px);
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.site-header.scrolled {
  background: rgba(6, 29, 46, 0.92);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.2);
}

.nav-shell {
  width: min(var(--max), calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--white);
  text-decoration: none;
}

.brand-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(39, 214, 203, 0.8), transparent 36%),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 34px rgba(39, 214, 203, 0.28);
}

.brand-mark svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand strong,
.footer-brand {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.3vw, 30px);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nav-links a {
  position: relative;
  text-decoration: none;
}

.nav-links a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  inset: auto 0 -8px;
  height: 1px;
  background: var(--aqua);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 6px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold), #ffe5a3);
  box-shadow: 0 10px 34px rgba(242, 195, 107, 0.22);
}

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

.menu-toggle span {
  width: 20px;
  height: 2px;
  margin: 5px auto;
  display: block;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  color: var(--white);
  background: var(--navy);
}

.hero-water {
  position: absolute;
  inset: -8vh -4vw;
  background:
    linear-gradient(90deg, rgba(6, 29, 46, 0.86) 0%, rgba(6, 29, 46, 0.5) 44%, rgba(6, 29, 46, 0.16) 100%),
    linear-gradient(180deg, rgba(6, 29, 46, 0.18), rgba(6, 29, 46, 0.8)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2400&q=82") center / cover no-repeat;
  transform: scale(1.04);
  will-change: transform;
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 73% 44%, rgba(39, 214, 203, 0.2), transparent 26%),
    radial-gradient(circle at 30% 18%, rgba(255, 110, 85, 0.18), transparent 22%),
    linear-gradient(180deg, transparent 68%, var(--paper) 100%);
  pointer-events: none;
}

.particle-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.76;
}

.hero-grid {
  position: relative;
  z-index: 2;
  width: min(1220px, calc(100% - 88px));
  min-height: 92svh;
  margin: 0 auto;
  padding: 96px 0 46px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(28px, 5vw, 78px);
}

.hero-copy {
  max-width: 720px;
  padding-top: 0;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(54px, 7.4vw, 108px);
  line-height: 0.88;
}

h2 {
  font-size: clamp(38px, 5.6vw, 72px);
  line-height: 0.94;
}

h3 {
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1;
}

p {
  margin: 0;
}

.hero-copy p:not(.trust-line) {
  max-width: 640px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.46;
}

.trust-line {
  max-width: 560px;
  margin-top: 18px;
  padding-left: 18px;
  border-left: 2px solid var(--aqua);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.42;
  letter-spacing: 0.02em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border: 0;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

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

.button.primary {
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold), #ffe7a8);
  box-shadow: 0 16px 42px rgba(242, 195, 107, 0.28);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.globe-stage {
  position: relative;
  min-height: clamp(360px, 48vw, 620px);
  display: grid;
  place-items: center;
}

#globe-canvas {
  width: min(100%, 620px);
  height: min(66vw, 620px);
  min-height: 360px;
  filter: drop-shadow(0 30px 70px rgba(0, 0, 0, 0.38));
}

.globe-stage::before {
  content: "";
  position: absolute;
  inset: 9% 2%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39, 214, 203, 0.26), rgba(255, 110, 85, 0.08) 42%, transparent 66%);
  filter: blur(22px);
}

.destination-label {
  position: absolute;
  z-index: 2;
  min-width: 94px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: rgba(6, 29, 46, 0.48);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.label-cancun {
  left: 10%;
  top: 28%;
}

.label-xcaret {
  right: 4%;
  top: 42%;
}

.label-paris {
  right: 17%;
  top: 18%;
}

.label-bora {
  left: 20%;
  bottom: 18%;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 26px;
  width: 30px;
  height: 48px;
  display: grid;
  place-items: start center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-cue span {
  width: 4px;
  height: 10px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--white);
  animation: scrollDot 1.8s infinite;
}

@keyframes scrollDot {
  0%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(13px);
  }
}

.section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: var(--section) 0;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: clamp(32px, 7vw, 94px);
}

.who-section {
  padding-top: clamp(82px, 12vw, 150px);
}

.section p,
.destination-copy p,
.page-hero p,
.proof-panel p {
  color: var(--muted);
  font-size: clamp(17px, 1.65vw, 20px);
  line-height: 1.72;
}

.section h2 + p,
.section p + p,
.destination-copy h2 + p,
.proof-panel h2 + blockquote,
.contact-copy h2 + p {
  margin-top: 24px;
}

.image-stack,
.portrait-frame,
.destination-media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--navy);
  box-shadow: var(--shadow);
}

.image-stack {
  min-height: 560px;
}

.image-stack img,
.portrait-frame img,
.destination-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.image-stack:hover img,
.portrait-frame:hover img,
.destination-feature:hover img {
  transform: scale(1.055);
}

.floating-note {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: grid;
  gap: 6px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: rgba(6, 29, 46, 0.66);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.floating-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
}

.floating-note span {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.specialties-section {
  width: 100%;
  padding: var(--section) var(--gutter);
  background: linear-gradient(180deg, var(--paper), var(--sand));
}

.section-heading {
  width: min(var(--max), 100%);
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.62fr);
  align-items: end;
  gap: 34px;
}

.flip-grid {
  width: min(1260px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.flip-card {
  min-height: 410px;
  perspective: 1200px;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 410px;
  transform-style: preserve-3d;
  transition: transform 620ms cubic-bezier(0.2, 0.74, 0.23, 1);
}

.flip-card:hover .flip-inner,
.flip-card:focus-within .flip-inner {
  transform: rotateY(180deg);
}

.flip-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 8px;
  backface-visibility: hidden;
  box-shadow: 0 24px 70px rgba(9, 35, 58, 0.14);
}

.flip-face.front {
  display: grid;
  align-content: end;
  padding: 24px;
  color: var(--white);
  background: var(--navy);
}

.flip-face.front::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 32%, rgba(6, 29, 46, 0.86) 100%);
}

.flip-face img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-face h3,
.flip-face p,
.flip-face a {
  position: relative;
  z-index: 2;
}

.flip-face.back {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  padding: 28px;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 10%, rgba(39, 214, 203, 0.24), transparent 34%),
    linear-gradient(145deg, var(--navy), #0b314a);
  transform: rotateY(180deg);
}

.flip-face.back p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.65;
}

.flip-face.back a,
.text-link {
  color: var(--coral);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}

.proof-section {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: var(--section) var(--gutter);
  color: var(--white);
  background: var(--navy);
}

.proof-photo {
  position: absolute;
  inset: -8vh 0;
  background:
    linear-gradient(90deg, rgba(6, 29, 46, 0.92), rgba(6, 29, 46, 0.42), rgba(6, 29, 46, 0.1)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2200&q=82") center / cover no-repeat;
}

.proof-panel {
  position: relative;
  z-index: 1;
  width: min(690px, 100%);
  margin-left: calc((100% - min(var(--max), 100%)) / 2);
}

blockquote {
  margin: 32px 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 50px);
  line-height: 1.08;
}

.proof-panel p {
  color: rgba(255, 255, 255, 0.74);
  max-width: 560px;
}

.inquiry-section {
  padding-bottom: clamp(92px, 12vw, 150px);
}

.inquiry-grid,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.9fr);
  gap: clamp(32px, 7vw, 88px);
  align-items: start;
}

.contact-chip {
  margin-top: 30px;
  display: inline-grid;
  gap: 4px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(9, 35, 58, 0.08);
}

.contact-chip span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-chip a,
.phone-link {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  text-decoration: none;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.76)),
    var(--white);
  box-shadow: var(--shadow);
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.lead-form .full {
  grid-column: 1 / -1;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(9, 35, 58, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.lead-form input {
  min-height: 50px;
  padding: 0 14px;
}

.lead-form textarea {
  resize: vertical;
  padding: 13px 14px;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: var(--aqua);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(39, 214, 203, 0.12);
}

.form-note {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.form-note.success {
  color: #117a66;
  font-weight: 800;
}

.page-hero {
  position: relative;
  min-height: 66svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 118px var(--gutter) 58px;
  color: var(--white);
  background: var(--navy);
}

.page-hero-media {
  position: absolute;
  inset: -8vh 0;
  background-size: cover;
  background-position: center;
}

.destinations-hero .page-hero-media {
  background:
    linear-gradient(90deg, rgba(6, 29, 46, 0.9), rgba(6, 29, 46, 0.44), rgba(6, 29, 46, 0.1)),
    linear-gradient(180deg, transparent 64%, var(--paper)),
    url("https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=2200&q=82") center / cover no-repeat;
}

.about-hero .page-hero-media {
  background:
    linear-gradient(90deg, rgba(6, 29, 46, 0.9), rgba(6, 29, 46, 0.48), rgba(6, 29, 46, 0.16)),
    linear-gradient(180deg, transparent 64%, var(--paper)),
    url("https://images.unsplash.com/photo-1531218150217-54595bc2b934?auto=format&fit=crop&w=2200&q=82") center / cover no-repeat;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.page-hero p {
  max-width: 670px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.82);
}

.page-hero .button {
  margin-top: 32px;
}

.destination-list {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: var(--section) 0 0;
}

.destination-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  align-items: center;
  gap: clamp(30px, 6vw, 76px);
  padding: clamp(24px, 4vw, 46px) 0;
  border-bottom: 1px solid var(--line);
}

.destination-feature.flip-order .destination-media {
  order: 2;
}

.destination-media {
  min-height: 470px;
}

.destination-copy ul {
  margin: 26px 0 28px;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}

.destination-copy li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.destination-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 5px rgba(255, 110, 85, 0.12);
}

.destination-cta {
  display: grid;
  justify-items: center;
  text-align: center;
}

.destination-cta p {
  max-width: 680px;
  margin: 24px 0 30px;
}

.advisor-section {
  padding-top: clamp(82px, 12vw, 140px);
}

.portrait-frame {
  min-height: 580px;
}

.no-fee-banner {
  margin-top: 32px;
  padding: 24px;
  border-radius: 8px;
  color: var(--white);
  background:
    radial-gradient(circle at 90% 10%, rgba(39, 214, 203, 0.22), transparent 28%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
  box-shadow: var(--shadow);
}

.no-fee-banner strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 500;
}

.no-fee-banner span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.contact-section {
  width: 100%;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
  background:
    radial-gradient(circle at 15% 15%, rgba(39, 214, 203, 0.12), transparent 28%),
    linear-gradient(180deg, var(--paper), var(--sand));
}

.contact-layout {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.contact-copy {
  position: sticky;
  top: 116px;
}

.phone-link {
  display: inline-block;
  margin-top: 28px;
}

.sister-links-card {
  margin-top: 36px;
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(9, 35, 58, 0.08);
}

.sister-links-card h3 {
  margin-bottom: 4px;
  font-size: 28px;
}

.sister-links-card a {
  color: var(--muted);
  font-weight: 800;
  text-decoration-color: rgba(255, 110, 85, 0.45);
  text-underline-offset: 4px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(280px, 0.9fr);
  gap: 34px;
  padding: 46px max(var(--gutter), calc((100vw - var(--max)) / 2));
  color: var(--white);
  background: var(--navy);
}

.footer-brand {
  color: var(--white);
  text-decoration: none;
}

.site-footer p {
  max-width: 380px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.6;
}

.site-footer nav {
  display: grid;
  gap: 12px;
  align-content: start;
}

.site-footer nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
  text-decoration-color: rgba(39, 214, 203, 0.45);
  text-underline-offset: 4px;
}

.reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1060px) {
  .hero-grid {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 10px;
  }

  .hero-copy {
    max-width: 780px;
  }

  .globe-stage {
    min-height: 420px;
    margin-top: -20px;
  }

  #globe-canvas {
    height: 430px;
  }

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

  .section-grid,
  .inquiry-grid,
  .contact-layout,
  .destination-feature {
    grid-template-columns: 1fr;
  }

  .destination-feature.flip-order .destination-media {
    order: 0;
  }

  .contact-copy {
    position: static;
  }
}

@media (max-width: 820px) {
  .menu-toggle {
    display: block;
  }

  .brand small {
    display: none;
  }

  .nav-links {
    position: fixed;
    inset: 76px 0 0;
    z-index: 38;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    gap: 0;
    padding: 24px;
    background: rgba(6, 29, 46, 0.98);
    transform: translateX(100%);
    transition: transform 220ms ease;
  }

  .nav-links.open {
    transform: translateX(0);
  }

  .nav-links a {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
  }

  .nav-cta {
    justify-content: center;
    margin-top: 14px;
  }

  h1 {
    font-size: clamp(48px, 14vw, 84px);
  }

  .hero-grid {
    width: min(100% - 28px, 680px);
    min-height: 96svh;
    padding-top: 104px;
    padding-bottom: 68px;
  }

  .hero-copy p:not(.trust-line) {
    font-size: 18px;
  }

  .globe-stage {
    min-height: 350px;
  }

  #globe-canvas {
    min-height: 300px;
    height: 340px;
  }

  .destination-label {
    padding: 7px 8px;
    min-width: 74px;
    font-size: 10px;
  }

  .section-heading,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .image-stack,
  .portrait-frame,
  .destination-media {
    min-height: 380px;
  }

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

  .page-hero {
    min-height: 68svh;
    padding-top: 118px;
  }
}

@media (max-width: 560px) {
  .nav-shell {
    width: calc(100% - 24px);
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand strong {
    font-size: 18px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

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

  .flip-card,
  .flip-inner {
    min-height: 340px;
  }

  .proof-section {
    min-height: 620px;
  }

  .proof-panel {
    margin-left: 0;
  }
}

/* --- FAQ section (added for SEO/content) --- */
.faq-list {
  max-width: 860px;
  margin: 28px auto 0;
  display: grid;
  gap: 14px;
}
.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(6, 29, 46, 0.42);
  padding: 2px 22px;
  backdrop-filter: blur(8px);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 17px;
  color: var(--white, #f7fbff);
  padding: 17px 30px 17px 0;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  line-height: 1;
  color: #37e0d6;
}
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p {
  margin: 0 0 18px;
  color: rgba(231, 242, 248, 0.82);
  line-height: 1.6;
}

/* --- Footer page links (internal linking) --- */
.footer-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
}
.footer-pages a {
  color: rgba(231, 242, 248, 0.8);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.footer-pages a:hover { color: #37e0d6; }

/* --- Reviews / testimonials (from Yelp) --- */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
  width: min(var(--max, 1180px), calc(100% - 32px));
  margin: 30px auto 0;
}
.review-card {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(6, 29, 46, 0.45);
  padding: 24px;
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.review-stars { color: #f2c36b; letter-spacing: 3px; font-size: 15px; }
.review-quote { margin: 0; color: rgba(231, 242, 248, 0.92); font-size: 15px; line-height: 1.6; }
.review-card figcaption { margin-top: auto; display: grid; gap: 2px; }
.review-author { color: var(--white, #f7fbff); font-weight: 700; font-size: 14px; }
.review-meta { color: rgba(231, 242, 248, 0.6); font-size: 13px; }
.reviews-note { text-align: center; color: rgba(231, 242, 248, 0.55); font-size: 13px; margin-top: 22px; }
.powered-by { margin-top: 10px; font-size: 13px; color: rgba(231, 242, 248, 0.72); }
.powered-by strong { color: #37e0d6; font-weight: 700; }
