:root {
  --ink: #082028;
  --deep: #020609;
  --blue: #123a45;
  --teal: #2d6972;
  --aqua: #b8d3d6;
  --white: #f3f7f6;
  --muted: #c5d2d2;
  --sand: #d8c8aa;
  --accent: #6fa3a8;
  --mist: #aec8cb;
  --mist-deep: #8eabb0;
  --mist-soft: #c5d9db;
  --line: rgba(184, 211, 214, 0.28);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 22% 0%, rgba(184, 211, 214, 0.25), transparent 34vw),
    var(--mist-deep);
  color: var(--white);
  font-family: "Montserrat", "Aptos", "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

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

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

button {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 72px);
  background: linear-gradient(180deg, rgba(2, 6, 9, 0.92), rgba(2, 6, 9, 0.18));
  backdrop-filter: blur(14px);
}

.brand img {
  width: 138px;
  height: auto;
  aspect-ratio: 1734 / 1252;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1);
  mix-blend-mode: screen;
  clip-path: inset(0 0 11% 0);
  margin-bottom: -8px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  overflow: hidden;
  border: 1px solid rgba(215, 231, 232, 0.2);
  border-radius: 4px;
  background: rgba(18, 58, 69, 0.46);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.brand:hover,
.brand:focus-visible {
  background: rgba(45, 105, 114, 0.62);
  transform: translateY(-2px);
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 26px);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

nav a {
  color: rgba(255, 255, 255, 0.78);
}

nav a:hover,
nav a:focus-visible {
  color: var(--aqua);
}

.nav-cta {
  color: var(--white);
  border: 1px solid rgba(243, 247, 246, 0.62);
  padding: 10px 16px;
}

.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  grid-template-columns: minmax(0, 1040px);
  align-items: end;
  justify-content: start;
  gap: 28px;
  padding: 132px clamp(22px, 6vw, 88px) 48px;
  overflow: hidden;
  background: #020609;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0.88;
  filter: saturate(0.92) contrast(1.02) brightness(0.9);
}

.hero-overlay {
  background:
    linear-gradient(rgba(18, 58, 69, 0.26), rgba(45, 105, 114, 0.18)),
    linear-gradient(90deg, rgba(2, 20, 27, 0.78), rgba(18, 58, 69, 0.14) 58%, rgba(18, 58, 69, 0.2)),
    linear-gradient(0deg, rgba(2, 20, 27, 0.6), rgba(2, 20, 27, 0.04) 48%, rgba(18, 58, 69, 0.18));
}

.hero-content,
.booking-panel {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 980px;
}

.eyebrow {
  margin: 0 0 18px;
  color: #d7e7e8;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: #234f57;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 980px;
  margin-bottom: 14px;
  font-size: clamp(4.8rem, 13vw, 12rem);
  line-height: 0.84;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.54);
}

h2 {
  font-size: clamp(2rem, 4.4vw, 4.7rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

h3 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-subtitle {
  max-width: 620px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2.2vw, 1.7rem);
  font-weight: 700;
  text-transform: uppercase;
}

.hero-slogan {
  display: inline-block;
  margin: -12px 0 28px;
  padding: 8px 14px;
  border-left: 3px solid var(--aqua);
  background: rgba(18, 58, 69, 0.34);
  color: #d7e7e8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-style: italic;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.38);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.button.primary {
  background: #d7e7e8;
  color: #071b22;
}

.button.secondary {
  border-color: rgba(153, 243, 242, 0.48);
  background: rgba(2, 6, 9, 0.36);
  color: var(--white);
}

.booking-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(920px, 100%);
  background: var(--line);
  border-block: 1px solid var(--line);
  box-shadow: none;
}

.booking-panel div {
  padding: 18px 20px;
  background: rgba(2, 6, 9, 0.46);
  backdrop-filter: blur(10px);
}

.booking-panel span,
.booking-panel small {
  display: block;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.booking-panel strong {
  display: block;
  margin: 4px 0;
  color: #d7e7e8;
  font-size: clamp(1.65rem, 3.4vw, 2.8rem);
  line-height: 1;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--mist);
  color: var(--ink);
}

.quick-facts article {
  min-height: 164px;
  padding: 28px clamp(18px, 3vw, 38px);
  border-right: 1px solid rgba(7, 16, 21, 0.1);
}

.quick-facts span {
  display: block;
  color: #0d4650;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.quick-facts p {
  margin: 12px 0 0;
  color: #39575d;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
  padding: clamp(70px, 10vw, 128px) clamp(20px, 6vw, 80px);
  background: var(--mist);
  color: var(--ink);
}

.section-grid.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  background: var(--mist-deep);
  color: var(--ink);
}

.section-copy p:not(.eyebrow) {
  color: #183c44;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.media-stack {
  display: grid;
  grid-template-columns: 0.82fr 0.82fr;
  align-items: end;
  gap: 12px;
}

.media-stack img,
.ship-visual img:first-child,
.ship-gallery img,
.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: initial;
  object-position: center;
  background: transparent;
}

.media-stack img:first-child {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 48%;
}

.media-stack img:last-child {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  transform: translateY(28px);
}

.editorial-intro .media-stack img {
  object-fit: cover;
  padding: 0;
  background: transparent;
}

.editorial-intro .media-stack img:first-child {
  aspect-ratio: 3 / 4;
  object-position: 50% 44%;
}

.editorial-intro .media-stack img:last-child {
  aspect-ratio: 3 / 4;
  object-position: 50% 45%;
}

.single-coral {
  grid-template-columns: minmax(0, 1fr);
  max-width: 520px;
  justify-self: center;
}

.single-coral img:first-child {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 46%;
}

.route,
.pricing,
.payment,
.requirements {
  padding: clamp(70px, 10vw, 128px) clamp(20px, 6vw, 80px);
  background: var(--mist-soft);
  color: var(--ink);
}

.section-heading {
  max-width: 920px;
  margin-bottom: 42px;
}

.section-heading p:not(.eyebrow) {
  color: #183c44;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.route-layout {
  display: grid;
  grid-template-columns: minmax(240px, 440px) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.map {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  background: var(--mist-deep);
  border: 1px solid rgba(7, 16, 21, 0.12);
}

.route-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(7, 16, 21, 0.12);
}

.route-points article {
  padding: 28px;
  background: var(--mist);
}

.route-points span {
  color: #0d4650;
  font-weight: 900;
}

.route-points h3 {
  display: inline-block;
  transform-origin: left center;
  transition: transform 0.28s ease, color 0.28s ease;
}

.route-points h3 a {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}

.route-points article {
  transition: transform 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease;
}

.route-points article:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-4px);
  background: #d1e1e2;
  box-shadow: 0 18px 38px rgba(8, 32, 40, 0.14);
}

.route-points article:hover h3 {
  color: #082f37;
  transform: scale(1.13);
}

.route-points h3 a:hover,
.route-points h3 a:focus-visible {
  border-bottom-color: currentColor;
}

.route-points p,
.note {
  color: #234950;
}

.note {
  margin: 20px 0 0;
  font-size: 0.9rem;
}

.route-difficulty {
  width: min(520px, 100%);
  margin: 24px 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(13, 70, 80, 0.3);
  background: rgba(184, 211, 214, 0.48);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.route-difficulty:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(8, 32, 40, 0.12);
}

.difficulty-heading,
.difficulty-scale {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.difficulty-heading {
  margin-bottom: 12px;
  color: #0d4650;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.difficulty-heading span {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
}

.difficulty-track {
  height: 13px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(8, 32, 40, 0.14);
  box-shadow: inset 0 1px 3px rgba(8, 32, 40, 0.18);
}

.difficulty-fill {
  display: block;
  width: 40%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2d6972, #6fa3a8);
  transform-origin: left;
  animation: difficulty-load 1.1s ease-out both;
}

.difficulty-scale {
  margin-top: 7px;
  color: #55747a;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

@keyframes difficulty-load {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .difficulty-fill,
  .atoll-grid > article,
  .atoll-grid h3,
  .route-points article,
  .route-points h3 {
    animation: none;
    transition: none;
  }
}

.atolls-link {
  margin-top: 4px;
  border-color: #0d4650;
  background: #0d4650;
  color: var(--white);
}

.atolls {
  padding: clamp(70px, 10vw, 128px) clamp(20px, 6vw, 80px);
  background: var(--mist);
  color: var(--ink);
}

.atolls-page .site-header {
  position: relative;
  background: #020609;
}

.atolls-page nav a {
  color: rgba(255, 255, 255, 0.82);
}

.atolls-intro {
  position: relative;
  min-height: 48vh;
  display: grid;
  align-items: end;
  padding: clamp(90px, 12vw, 150px) clamp(20px, 6vw, 80px) 60px;
  overflow: hidden;
  background: #020609;
}

.atolls-intro img,
.atolls-intro::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.atolls-intro img {
  object-fit: cover;
  opacity: 0.88;
  filter: saturate(0.92) contrast(1.02) brightness(0.9);
}

.atolls-intro::after {
  content: "";
  background:
    linear-gradient(rgba(18, 58, 69, 0.28), rgba(45, 105, 114, 0.2)),
    linear-gradient(90deg, rgba(2, 20, 27, 0.82), rgba(18, 58, 69, 0.18));
}

.atolls-intro > div {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.atolls-intro h1 {
  font-size: clamp(3.2rem, 9vw, 8rem);
}

.atoll-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(7, 16, 21, 0.12);
}

.atoll-grid > article {
  padding: clamp(26px, 4vw, 44px);
  background: var(--mist-soft);
  overflow: hidden;
  transition: transform 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease;
}

.atoll-grid > article:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-4px);
  background: #d1e1e2;
  box-shadow: 0 20px 44px rgba(8, 32, 40, 0.16);
}

.atoll-grid h3 {
  display: inline-block;
  color: #0d4650;
  font-size: 1.25rem;
  transform-origin: left center;
  transition: transform 0.28s ease, color 0.28s ease;
}

.atoll-grid > article:hover h3 {
  color: #082f37;
  transform: scale(1.13);
}

.atoll-detail-link {
  margin-top: 26px;
  border-color: #0d4650;
  background: #0d4650;
  color: var(--white);
}

.atoll-detail-page .site-header {
  position: relative;
  background: #020609;
}

.detail-hero {
  position: relative;
  min-height: 68vh;
  display: grid;
  align-items: end;
  padding: clamp(100px, 14vw, 190px) clamp(20px, 6vw, 80px) clamp(54px, 8vw, 90px);
  overflow: hidden;
  background: #020609;
}

.detail-hero > img,
.detail-hero::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.detail-hero > img {
  object-fit: cover;
  opacity: 0.88;
  filter: saturate(0.92) contrast(1.02) brightness(0.9);
}

.detail-hero::after {
  content: "";
  background:
    linear-gradient(rgba(18, 58, 69, 0.28), rgba(45, 105, 114, 0.2)),
    linear-gradient(90deg, rgba(2, 20, 27, 0.84), rgba(18, 58, 69, 0.16));
}

.detail-hero > div {
  position: relative;
  z-index: 1;
  max-width: 940px;
}

.detail-hero h1 {
  font-size: clamp(3.5rem, 10vw, 9rem);
}

.detail-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--mist);
  color: var(--ink);
}

.detail-facts article {
  padding: 26px;
  border-right: 1px solid rgba(8, 32, 40, 0.12);
}

.detail-facts strong,
.detail-facts span {
  display: block;
}

.detail-facts strong {
  color: #0d4650;
  font-size: 1.2rem;
}

.detail-facts span {
  margin-top: 6px;
  color: #39575d;
}

.detail-content {
  padding: clamp(70px, 10vw, 128px) clamp(20px, 6vw, 80px);
  background: var(--mist-soft);
  color: var(--ink);
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: start;
}

.detail-copy p {
  color: #234950;
  font-size: 1.08rem;
}

.dive-sites {
  display: grid;
  gap: 12px;
}

.dive-sites article {
  padding: 22px;
  background: var(--mist);
  border-left: 4px solid #2d6972;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dive-sites article:hover {
  transform: translateX(6px);
  box-shadow: 0 14px 32px rgba(8, 32, 40, 0.12);
}

.dive-sites p {
  margin: 6px 0 0;
  color: #39575d;
}

.detail-aside {
  padding: 28px;
  background: #082028;
  color: var(--white);
}

.detail-aside ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding-left: 20px;
  color: #d7e7e8;
}

.detail-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.about-page .site-header {
  position: relative;
  background: #020609;
}

.about-hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  place-items: center;
  padding: clamp(70px, 10vw, 130px) 20px;
  overflow: hidden;
  background: #020609;
}

.about-hero-bg,
.about-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-hero-bg {
  object-fit: cover;
  opacity: 0.82;
  filter: saturate(0.88) brightness(0.72);
}

.about-hero-overlay {
  background:
    radial-gradient(circle at center, rgba(45, 105, 114, 0.24), rgba(2, 20, 27, 0.76)),
    linear-gradient(rgba(18, 58, 69, 0.2), rgba(2, 20, 27, 0.55));
}

.about-logo-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(760px, 88vw);
  text-align: center;
}

.about-logo {
  width: min(620px, 84vw);
  height: auto;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(215, 231, 232, 0.18);
  background: rgba(18, 58, 69, 0.24);
  filter: brightness(0) invert(1);
  mix-blend-mode: screen;
}

.about-logo-wrap p {
  margin: 24px 0 0;
  color: #d7e7e8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2.4vw, 2rem);
  font-style: italic;
  letter-spacing: 0.08em;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(40px, 7vw, 90px);
  padding: clamp(70px, 10vw, 128px) clamp(20px, 6vw, 80px);
  background: var(--mist-soft);
  color: var(--ink);
}

.about-copy h1 {
  margin-bottom: 18px;
  color: #0d4650;
  font-size: clamp(2.6rem, 6vw, 6rem);
  text-transform: uppercase;
}

.about-copy p {
  color: #234950;
  font-size: 1.08rem;
}

.about-copy blockquote {
  margin: 34px 0 0;
  padding: 22px 0 22px 24px;
  border-left: 4px solid #2d6972;
  color: #0d4650;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-style: italic;
}

.family-grid {
  display: grid;
  gap: 12px;
}

.family-grid article {
  padding: 26px;
  background: var(--mist);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.family-grid article:hover {
  transform: translateX(6px);
  box-shadow: 0 16px 36px rgba(8, 32, 40, 0.14);
}

.family-grid span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #0d4650;
  color: var(--white);
  font-weight: 900;
}

.family-grid p {
  margin: 0;
  color: #39575d;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #082028;
}

.about-values article {
  padding: clamp(34px, 5vw, 64px);
  border-right: 1px solid rgba(215, 231, 232, 0.14);
}

.about-values strong {
  color: #d7e7e8;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.about-values p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.about-cta {
  padding: clamp(70px, 10vw, 120px) clamp(20px, 6vw, 80px);
  background: var(--mist-deep);
  color: var(--ink);
  text-align: center;
}

.about-cta .eyebrow {
  color: #234f57;
}

@media (max-width: 760px) {
  .about-story,
  .about-values {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .detail-facts,
  .detail-grid {
    grid-template-columns: 1fr;
  }
}

.atoll-image-slot {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  margin: 22px 0 26px;
  border: 1px dashed rgba(13, 70, 80, 0.46);
  background:
    linear-gradient(135deg, rgba(174, 200, 203, 0.72), rgba(142, 171, 176, 0.48)),
    var(--mist-deep);
  color: #234f57;
  text-align: center;
}

.atoll-image-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.atoll-grid > article:hover .atoll-image-slot img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.atoll-image-slot span {
  padding: 14px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.atoll-grid dl {
  display: grid;
  gap: 16px;
  margin: 24px 0 0;
}

.atoll-grid dl div {
  padding-top: 14px;
  border-top: 1px solid rgba(8, 32, 40, 0.14);
}

.atoll-grid dt {
  color: #234f57;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.atoll-grid dd {
  margin: 5px 0 0;
  color: #234950;
}

.gallery-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  background: var(--mist-deep);
}

.gallery-item {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
  line-height: 0;
  aspect-ratio: 3 / 2;
}

.gallery-item img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.25s ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  opacity: 0.9;
}

.gallery-item:nth-child(1) img {
  object-position: 50% 48%;
}

.gallery-item:nth-child(2) img {
  object-position: 50% 42%;
}

.gallery-item:nth-child(3) img {
  object-position: 50% 52%;
}

.gallery-item:nth-child(4) img {
  object-position: 50% 50%;
}

.gallery-item.tall {
  grid-row: auto;
}

.gallery-item.wide {
  grid-column: auto;
}

.photo-landscape {
  aspect-ratio: 3 / 2;
}

.photo-square {
  aspect-ratio: 3 / 2;
}

.photo-portrait {
  aspect-ratio: 3 / 2;
}

.ship-visual {
  position: relative;
}

.ship-visual img:first-child {
  aspect-ratio: auto;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
}

.ship-logo {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: min(250px, 58%);
  padding: 16px;
  background: rgba(2, 6, 9, 0.88);
}

.specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 30px 0 0;
  background: rgba(8, 32, 40, 0.18);
}

.specs div {
  padding: 18px;
  background: rgba(243, 247, 246, 0.48);
  border: 1px solid rgba(8, 32, 40, 0.12);
}

.specs dt {
  color: #234f57;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.specs dd {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 900;
}

.ship-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  background: var(--mist-deep);
}

.ship-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.ship-gallery img:nth-child(1) {
  object-position: 50% 47%;
}

.ship-gallery img:nth-child(2),
.ship-gallery img:nth-child(3),
.ship-gallery img:nth-child(4) {
  object-position: 50% 50%;
}

.price-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(7, 16, 21, 0.1);
}

.price-cards article {
  padding: 34px;
  background: var(--mist);
}

.price-cards .featured {
  background: #071015;
  color: var(--white);
  outline: 1px solid rgba(153, 243, 242, 0.42);
  outline-offset: -1px;
}

.price-cards strong {
  display: block;
  color: #0d4650;
  font-size: clamp(2.4rem, 5vw, 5.4rem);
  line-height: 1;
}

.price-cards .featured strong {
  color: #d7e7e8;
}

.price-cards p {
  color: #234950;
}

.price-cards .featured p {
  color: rgba(255, 255, 255, 0.68);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: rgba(7, 16, 21, 0.1);
}

.timeline article {
  min-height: 152px;
  padding: 24px;
  background: var(--mist);
}

.timeline span {
  display: block;
  min-height: 44px;
  color: #55747a;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.timeline strong {
  color: #0d4650;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
}

.included {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--mist);
}

.list-column {
  padding: clamp(46px, 7vw, 90px) clamp(22px, 5vw, 70px);
}

.list-column.include {
  background: var(--mist);
  color: var(--ink);
}

.list-column.exclude {
  background: var(--mist-deep);
  color: var(--ink);
}

.list-column h2 {
  margin-bottom: 24px;
}

.list-column ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-column li {
  position: relative;
  padding-left: 24px;
}

.list-column li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  background: #0d4650;
}

.exclude li::before {
  background: rgba(8, 32, 40, 0.38);
}

.requirement-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: rgba(7, 16, 21, 0.1);
}

.requirement-grid article {
  padding: 26px;
  background: var(--mist);
}

.requirement-grid p {
  color: #234950;
}

.final-cta {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: center;
  padding: clamp(70px, 10vw, 128px) clamp(20px, 6vw, 80px);
  overflow: hidden;
  background: #020609;
}

.final-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 44%;
  opacity: 0.72;
}

.final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 6, 9, 0.72), rgba(2, 6, 9, 0.18));
}

.final-cta > div {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.info-form {
  max-width: 760px;
  margin-top: 30px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(215, 231, 232, 0.34);
  background: rgba(2, 6, 9, 0.68);
  backdrop-filter: blur(12px);
}

.info-form h3 {
  margin-bottom: 20px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.info-form label {
  display: grid;
  gap: 6px;
  color: #d7e7e8;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-wide {
  grid-column: 1 / -1;
}

.info-form input,
.info-form textarea {
  width: 100%;
  border: 1px solid rgba(215, 231, 232, 0.3);
  border-radius: 0;
  padding: 12px;
  background: rgba(243, 247, 246, 0.94);
  color: var(--ink);
  font: inherit;
}

.info-form textarea {
  resize: vertical;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 28px clamp(20px, 6vw, 80px);
  background: #020609;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
}

.brand-closing {
  display: grid;
  place-items: center;
  padding: clamp(52px, 9vw, 120px) clamp(20px, 6vw, 80px);
  background:
    radial-gradient(circle at 50% 35%, rgba(45, 105, 114, 0.72), transparent 56%),
    linear-gradient(180deg, #123a45, #082028);
}

.brand-closing img {
  width: min(540px, 82vw);
  height: auto;
  aspect-ratio: 1734 / 1252;
  padding: clamp(18px, 3vw, 42px);
  border: 1px solid rgba(215, 231, 232, 0.16);
  background: rgba(18, 58, 69, 0.28);
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1);
  mix-blend-mode: screen;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #25d366;
  color: #052b17;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.3);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  background: #43e27d;
}

footer img {
  width: 190px;
  height: 132px;
  padding: 12px;
  background: rgba(243, 247, 246, 0.94);
  object-fit: contain;
  object-position: center;
}

footer p {
  margin: 0;
  text-align: center;
}

.lightbox {
  width: min(92vw, 1100px);
  padding: 0;
  border: 0;
  background: transparent;
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.84);
}

.lightbox img {
  width: 100%;
  max-height: 86vh;
  object-fit: contain;
  background: #020609;
}

.close-lightbox {
  position: absolute;
  top: -46px;
  right: 0;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(2, 6, 9, 0.86);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .hero,
  .section-grid,
  .section-grid.reverse,
  .route-layout,
  .included {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 116px;
  }

  .booking-panel {
    grid-template-columns: 1fr;
  }

  .quick-facts,
  .route-points,
  .price-cards,
  .timeline,
  .requirement-grid,
  .atoll-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .gallery-item.wide {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .brand img {
    width: 112px;
    height: 66px;
  }

  h1 {
    font-size: 4.2rem;
  }

  .quick-facts,
  .price-cards,
  .timeline,
  .requirement-grid,
  .specs,
  .atoll-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-wide {
    grid-column: auto;
  }

  .gallery-band,
  .ship-gallery {
    grid-template-columns: 1fr;
  }

  .media-stack {
    grid-template-columns: 1fr;
  }

  .media-stack img:last-child {
    transform: none;
  }

  .gallery-item.tall {
    grid-row: auto;
  }

  footer {
    display: block;
  }

  footer p {
    margin-top: 14px;
    text-align: left;
  }
}
