/* ==========================================================================
   Intro — teks di kiri (tanpa kartu), kolase dua foto bertumpuk di kanan
   ========================================================================== */

.intro {
  background: #ffffff;
  padding: 96px 0;
  overflow: hidden;
}

.intro__inner {
  display: grid;
  grid-template-columns: 52% 1fr;
  gap: 56px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* --- Kolom teks --- */
.intro__statement {
  margin: 0 0 28px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  font-weight: 400;
  line-height: 1.5;
  color: var(--ink);
}

.intro__lead {
  margin: 0 0 18px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.85;
  color: var(--ink-muted);
}

/* Base layer tema lama memaksa <strong> jadi putih (peninggalan latar
   hitam serba gelap) -- di atas latar putih .intro ini jadi tak
   kelihatan, jadi dikembalikan ke warna ink. */
.intro__lead strong {
  color: var(--ink);
}

.intro__lead--spaced {
  margin-top: 30px;
}

.intro__lead:last-child {
  margin-bottom: 0;
}

/* --- Kolase foto ---
   Foto utama rata kanan di atas; foto kecil menumpuk di pojok kiri-bawahnya
   dan menjorok turun. padding-bottom menyediakan ruang untuk juntaian itu. */
.intro__media {
  position: relative;
  padding-bottom: 30%;
}

.intro__photo {
  display: block;
  width: 82%;
  margin-left: auto;
  aspect-ratio: 6 / 7;
  object-fit: cover;
}

.intro__photo--inset {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 45%;
  margin: 0;
  aspect-ratio: 3 / 4;
  border: 6px solid #ffffff;
  box-sizing: border-box;
}

/* ==========================================================================
   Tablet & mobile — teks di atas, kolase di bawahnya
   ========================================================================== */
@media (max-width: 1024px) {
  .intro {
    padding: 64px 0;
  }

  .intro__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .intro__media {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .intro {
    padding: 48px 0;
  }

  .intro__statement {
    margin-top: 32px;
  }

  .intro__photo--inset {
    border-width: 4px;
  }
}

/* ==========================================================================
   Your Komodo Liveaboard Journey — foto besar di kanan, kartu biru pucat
   di kiri yang menumpuk di atas foto
   ========================================================================== */

.journey {
  background: #ffffff;
  padding: 96px 0;
  overflow: hidden;
}

.journey__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* --- Foto (kanan) --- */
.journey__media {
  position: relative;
  width: 68%;
  margin: 0 0 0 auto;
  line-height: 0;
}

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

.journey__credit {
  position: absolute;
  right: 18px;
  bottom: 14px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: rgb(255 255 255 / 0.85);
  text-shadow: 0 1px 6px rgb(var(--ink-rgb) / 0.4);
}

/* --- Kartu teks (kiri, menumpuk di atas foto) --- */
.journey__card {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  z-index: 2;
  width: 50%;
  padding: 46px 48px;
  background: var(--ink-tint);
  box-sizing: border-box;
}

.journey__statement {
  margin: 0 0 26px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.25rem, 1.9vw, 1.75rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--ink);
}

.journey__lead {
  margin: 0 0 18px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.85;
  color: var(--ink-muted);
}

.journey__lead:last-child {
  margin-bottom: 0;
}

/* Base layer tema lama memaksa <strong> jadi putih (peninggalan latar
   hitam serba gelap) -- di atas kartu ink-tint yang terang ini teks tebal
   jadi tak kelihatan, jadi dikembalikan ke warna ink di sini. */
.journey__lead strong {
  color: var(--ink);
}

/* Tablet & mobile — kartu turun ke bawah foto, tetap sedikit menumpuk */
@media (max-width: 1024px) {
  .journey {
    padding: 64px 0;
  }

  .journey__media {
    width: 100%;
  }

  .journey__card {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: calc(100% - 32px);
    margin: -48px auto 0;
    padding: 36px 28px;
  }
}

@media (max-width: 600px) {
  .journey {
    padding: 48px 0;
  }

  .journey__card {
    width: calc(100% - 24px);
    margin-top: -32px;
    padding: 30px 24px;
  }

  .journey__statement {
    margin-bottom: 20px;
  }
}

/* ==========================================================================
   Fleet & Accommodations — cerminan Journey: foto besar di KIRI, kartu
   ink-tint menumpuk di kanannya. Pola & token sama dengan .journey.
   ========================================================================== */

.fleet {
  background: #ffffff;
  padding: 96px 0;
  overflow: hidden;
}

.fleet__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* --- Foto (kiri) --- */
.fleet__media {
  position: relative;
  width: 68%;
  margin: 0 auto 0 0;
  line-height: 0;
}

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

.fleet__credit {
  position: absolute;
  left: 18px;
  bottom: 14px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: rgb(255 255 255 / 0.85);
  text-shadow: 0 1px 6px rgb(var(--ink-rgb) / 0.4);
}

/* --- Kartu teks (kanan, menumpuk di atas foto) --- */
.fleet__card {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  z-index: 2;
  width: 50%;
  padding: 46px 48px;
  background: var(--ink-tint);
  box-sizing: border-box;
}

.fleet__statement {
  margin: 0 0 26px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.25rem, 1.9vw, 1.75rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--ink);
}

.fleet__lead {
  margin: 0 0 18px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.85;
  color: var(--ink-muted);
}

/* Sama seperti .journey__lead -- lihat komentar di sana. */
.fleet__lead strong {
  color: var(--ink);
}

.fleet__lead:last-child {
  margin-bottom: 0;
}

/* Tablet & mobile — kartu turun ke bawah foto, tetap sedikit menumpuk */
@media (max-width: 1024px) {
  .fleet {
    padding: 64px 0;
  }

  .fleet__media {
    width: 100%;
  }

  .fleet__card {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: calc(100% - 32px);
    margin: -48px auto 0;
    padding: 36px 28px;
  }
}

@media (max-width: 600px) {
  .fleet {
    padding: 48px 0;
  }

  .fleet__card {
    width: calc(100% - 24px);
    margin-top: -32px;
    padding: 30px 24px;
  }

  .fleet__statement {
    margin-bottom: 20px;
  }
}

/* ==========================================================================
   Final CTA — banner foto selebar layar bertint teal, judul serif rata kiri,
   dua tombol tan bersebelahan.
   ========================================================================== */

.cta {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(420px, 46vw, 620px);
  overflow: hidden;
}

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

/* Tint teal, sedikit lebih gelap di kiri agar teks terbaca */
.cta__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(var(--ink-rgb) / 0.62) 0%, rgb(var(--ink-rgb) / 0.25) 55%, rgb(var(--ink-rgb) / 0.15) 100%),
    linear-gradient(180deg, rgb(var(--ink-rgb) / 0.28) 0%, rgb(var(--ink-rgb) / 0.38) 100%);
}

.cta__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.cta__title {
  max-width: 720px;
  margin: 0 0 36px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
  text-shadow: 0 2px 22px rgb(var(--ink-rgb) / 0.3);
}

.cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  padding: 17px 32px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink-darkest);
  background: var(--gold);
  border: 1px solid var(--gold);
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.cta__btn:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  color: var(--ink-darkest);
}

@media (max-width: 600px) {
  .cta {
    min-height: 460px;
  }

  .cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cta__btn {
    min-width: 0;
    width: 100%;
  }
}

/* ==========================================================================
   FAQ — daftar kategori di kiri (penanda garis), akordion bergaris tipis
   dengan ikon + di kanan.
   ========================================================================== */

.faq {
  background: #ffffff;
  padding: 96px 0;
}

.faq__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.faq__title {
  margin: 0 0 52px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 3.2vw, 2.75rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--ink);
}

.faq__body {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 64px;
  align-items: start;
}

/* --- Daftar kategori --- */
.faq__tabs {
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--ink-line);
}

.faq__tab {
  padding: 12px 0 12px 20px;
  margin-left: -1px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: var(--ink);
  background: none;
  border: none;
  border-left: 2px solid transparent;
  cursor: pointer;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.faq__tab:hover {
  color: var(--gold-text);
}

.faq__tab.is-active {
  color: var(--gold-text);
  /* Batang penanda: elemen grafis, jadi boleh gold penuh */
  border-left-color: var(--gold);
}

/* --- Akordion --- */
.faq__panel {
  display: none;
}

.faq__panel.is-active {
  display: block;
}

.faq__item {
  border-top: 1px solid var(--ink-line);
}

.faq__item:last-child {
  border-bottom: 1px solid var(--ink-line);
}

.faq__q {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 20px 0;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  color: var(--ink);
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.faq__q:hover {
  color: var(--gold-text);
}

.faq__q span {
  font-family: "Inter", sans-serif;
  color: inherit;
}

.faq__icon {
  flex: none;
  font-size: 16px;
  line-height: 1;
  color: var(--ink-faint);
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Ikon + berputar 45deg jadi tanda silang saat terbuka */
.faq__item.is-open .faq__icon {
  transform: rotate(45deg);
  color: var(--gold-text);
}

.faq__a {
  padding: 0 0 22px 32px;
}

.faq__a p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.85;
  color: var(--ink-muted);
}

@media (max-width: 900px) {
  .faq {
    padding: 64px 0;
  }

  .faq__title {
    margin-bottom: 32px;
  }

  .faq__body {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* ==========================================================================
   Destinations — tiap destinasi jadi satu blok: panel teal yang menerus
   sampai tepi kanan layar, dengan foto menumpuk di sisi kirinya.
   ========================================================================== */

.destinations {
  background: #ffffff;
  padding: 96px 0;
  overflow: hidden;
}

.destinations__head {
  max-width: 1280px;
  margin: 0 auto 64px;
  padding: 0 24px;
  box-sizing: border-box;
}

.destinations__title {
  margin: 0 0 14px;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--ink);
}

.destinations__sub {
  max-width: 70ch;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--ink-muted);
}

/* --- Slider ---
   Ditulis `.swiper.destinationSwiper` (bukan `.destinationSwiper` saja) supaya
   menang atas `.swiper { padding: 0 }` bawaan Swiper, yang punya specificity
   sama. Tanpa ini padding-bottom dinolkan dan bullet pagination jatuh di dalam
   panel teal -> tidak terlihat. */
.swiper.destinationSwiper {
  padding-bottom: 110px;

  --swiper-pagination-bottom: 38px;
  --swiper-pagination-color: var(--ink);
  --swiper-pagination-bullet-inactive-color: var(--ink);
  --swiper-pagination-bullet-inactive-opacity: 0.3;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
}

/* Semua slide setinggi slide tertinggi */
.destinationSwiper .swiper-wrapper {
  align-items: stretch;
}

.destinationSwiper .swiper-slide {
  height: auto;
  display: flex;
}

.destinationSwiper .swiper-button-next,
.destinationSwiper .swiper-button-prev {
  width: 44px;
  height: 44px;
  margin-top: -22px;
  color: #ffffff;
  background: rgb(var(--ink-rgb) / 0.55);
  transition: background-color 0.3s ease;
}

.destinationSwiper .swiper-button-next:hover,
.destinationSwiper .swiper-button-prev:hover {
  background: rgb(var(--ink-rgb) / 0.85);
}

.destinationSwiper .swiper-button-next::after,
.destinationSwiper .swiper-button-prev::after {
  font-size: 16px;
  font-weight: 600;
}


/* --- Satu blok destinasi --- */
.dest {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}

/* Panel mulai di 30% dan menerus sampai tepi kanan layar.
   Memanjang setinggi slide; isinya tetap terpusat vertikal. */
.dest__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  margin-left: 30%;
  padding: 84px 6% 84px 0;
  background: var(--ink);
  box-sizing: border-box;
}

/* Digeser ke kanan agar bebas dari foto yang menumpuk */
.dest__content {
  max-width: 620px;
  margin-left: 20%;
}

.dest__eyebrow {
  display: block;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.55);
}

.dest__heading {
  margin: 0 0 26px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
}

.dest__text {
  margin: 0 0 16px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  color: rgb(255 255 255 / 0.78);
}

.dest__cta {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 13px 26px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid rgb(255 255 255 / 0.5);
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.dest__cta:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--ink);
}

/* Foto menumpuk di atas panel, menjorok ke kiri hampir sampai tepi layar */
.dest__media {
  position: absolute;
  top: 50%;
  left: 1%;
  z-index: 2;
  width: 40%;
  margin: 0;
  transform: translateY(-50%);
  line-height: 0;
}

.dest__media img {
  display: block;
  width: 100%;
  aspect-ratio: 8 / 7;
  object-fit: cover;
}

/* Mobile — foto di atas, panel penuh di bawahnya */
@media (max-width: 1024px) {
  .destinations {
    padding: 64px 0;
  }

  .destinations__head {
    margin-bottom: 40px;
  }

  .dest {
    flex-direction: column;
    align-items: stretch;
  }

  /* Panah disembunyikan di mobile; navigasi lewat geser + bullet */
  .destinationSwiper .swiper-button-next,
  .destinationSwiper .swiper-button-prev {
    display: none;
  }

  .dest__media {
    position: static;
    width: 100%;
    transform: none;
  }

  .dest__media img {
    aspect-ratio: 16 / 10;
  }

  /* flex:1 -> panel mengisi sisa tinggi slide, jadi semua slide rata bawah */
  .dest__panel {
    order: 2;
    flex: 1;
    width: 100%;
    margin-left: 0;
    padding: 40px 24px;
  }

  .dest__content {
    max-width: none;
    margin-left: 0;
  }
}

/* ==========================================================================
   Open Trip Packages — grid kartu berbingkai tipis warna tan. Foto potret,
   judul serif di tengah, baris info kecil, lalu tombol outline.
   ========================================================================== */

.trips {
  background: #ffffff;
  padding: 96px 0;
}

.trips__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.trips__title {
  max-width: 26ch;
  margin: 0 0 48px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.6rem, 2.6vw, 2.25rem);
  font-weight: 400;
  line-height: 1.35;
  color: var(--ink);
}

/* --- Slider ---
   `.swiper.tripsSwiper` (bukan `.tripsSwiper` saja) agar menang atas
   `.swiper { padding: 0 }` bawaan Swiper. */
.swiper.tripsSwiper {
  padding-bottom: 84px;

  --swiper-pagination-bottom: 30px;
  --swiper-pagination-color: var(--ink);
  --swiper-pagination-bullet-inactive-color: var(--ink);
  --swiper-pagination-bullet-inactive-opacity: 0.25;
  --swiper-pagination-bullet-size: 9px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
}

/* Semua kartu setinggi kartu tertinggi */
.tripsSwiper .swiper-wrapper {
  align-items: stretch;
}

.tripsSwiper .swiper-slide {
  height: auto;
  display: flex;
}

.tripsSwiper .swiper-slide > .tripcard {
  width: 100%;
}

.tripsSwiper .swiper-button-next,
.tripsSwiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--ink-line);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.tripsSwiper .swiper-button-next:hover,
.tripsSwiper .swiper-button-prev:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: #ffffff;
}

.tripsSwiper .swiper-button-next::after,
.tripsSwiper .swiper-button-prev::after {
  font-size: 14px;
  font-weight: 600;
}

.tripcard {
  display: flex;
  flex-direction: column;
  padding: 12px;
  background: #ffffff;
  border: 1px solid var(--ink-line);
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.tripcard:hover {
  border-color: var(--gold);
  box-shadow: 0 10px 30px rgb(var(--ink-rgb) / 0.08);
}

.tripcard__media {
  display: block;
  overflow: hidden;
  line-height: 0;
}

.tripcard__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.tripcard:hover .tripcard__media img {
  transform: scale(1.05);
}

.tripcard__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 22px 16px 18px;
  text-align: center;
}

.tripcard__title {
  margin: 0 0 8px;
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.35;
  color: var(--ink);
}

.tripcard__meta {
  margin: 0 0 20px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--ink-faint);
}

/* margin-top:auto -> tombol tetap rata bawah walau judul beda jumlah baris */
.tripcard__cta {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding: 10px 22px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  border: 1px solid var(--ink-line);
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.tripcard__cta:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: #ffffff;
}

@media (max-width: 1024px) {
  .trips {
    padding: 64px 0;
  }

  /* Panah disembunyikan; navigasi lewat geser + bullet */
  .tripsSwiper .swiper-button-next,
  .tripsSwiper .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 600px) {
  .trips {
    padding: 48px 0;
  }

  .trips__title {
    margin-bottom: 32px;
  }
}

/* ==========================================================================
   Gallery — mosaic rapat selebar layar. Grid 12 kolom; tiap foto memakai
   lebar berbeda lewat modifier --spanN, sehingga tiap baris genap 12 kolom:
   baris 1 = 3+5+2+2, baris 2 = 2+3+3+2+2, baris 3 = 6+6.
   ========================================================================== */

.gallery {
  background: #ffffff;
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: clamp(150px, 16vw, 250px);
  gap: 5px;
}

.gallery__item {
  position: relative;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
}

.gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
}

.gallery__item:hover img {
  transform: scale(1.06);
  filter: brightness(1.08);
}

.gallery__item--span2 {
  grid-column: span 2;
}

.gallery__item--span3 {
  grid-column: span 3;
}

.gallery__item--span5 {
  grid-column: span 5;
}

.gallery__item--span6 {
  grid-column: span 6;
}

/* Di layar sempit mosaic runtuh jadi dua kolom seragam */
@media (max-width: 900px) {
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 42vw;
    gap: 4px;
  }

  .gallery__item--span2,
  .gallery__item--span3,
  .gallery__item--span5,
  .gallery__item--span6 {
    grid-column: span 1;
  }
}

/* ==========================================================================
   Why Choose — daftar bernomor bergaya editorial di latar navy gelap.
   Judul menempel (sticky) di kiri, alasan berbaris di kanan dipisah
   garis rambut.
   ========================================================================== */

.why {
  background: var(--ink);
  padding: 104px 0;
}

.why__inner {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 72px;
  align-items: start;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.why__intro {
  position: sticky;
  top: 150px;
}

.why__eyebrow {
  display: block;
  margin-bottom: 18px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.why__title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 3.2vw, 2.9rem);
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
}

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

.why__item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  padding: 32px 0;
  border-top: 1px solid rgb(255 255 255 / 0.12);
  transition: border-color 0.3s ease;
}

.why__item:last-child {
  border-bottom: 1px solid rgb(255 255 255 / 0.12);
}

.why__item:hover {
  border-top-color: rgb(var(--gold-rgb) / 0.5);
}

.why__num {
  font-family: "Inter", sans-serif;
  font-size: 1.05rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: rgb(var(--gold-rgb) / 0.85);
}

.why__item-title {
  margin: 0 0 12px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.15rem, 1.5vw, 1.4rem);
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
  transition: color 0.3s ease;
}

.why__item:hover .why__item-title {
  color: var(--gold);
}

.why__item-text {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.85;
  color: var(--on-dark);
}

@media (max-width: 1024px) {
  .why {
    padding: 72px 0;
  }

  .why__inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .why__intro {
    position: static;
  }
}

@media (max-width: 600px) {
  .why {
    padding: 56px 0;
  }

  /* Nomor pindah ke atas judul */
  .why__item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 26px 0;
  }
}

/* ==========================================================================
   When to Sail — tiga kartu teal solid yang makin gelap ke kanan,
   judul serif + daftar item berpanah
   ========================================================================== */

.sail {
  background: #ffffff;
  padding: 96px 0;
}

.sail__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.sail__title {
  margin: 0 0 44px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 3.2vw, 2.75rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--ink);
  text-align: center;
}

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

.sailcard {
  padding: 36px 30px;
  box-sizing: border-box;
}

/* Gradasi teal: makin ke kanan makin gelap */
.sailcard--1 {
  background: var(--ink-light);
}

.sailcard--2 {
  background: var(--ink);
}

.sailcard--3 {
  background: var(--ink-dark);
}

.sailcard__title {
  margin: 0 0 26px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
}

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

.sailcard__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.sailcard__list li:last-child {
  margin-bottom: 0;
}

.sailcard__list i {
  flex: none;
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.6;
  color: rgb(255 255 255 / 0.75);
}

.sailcard__list span {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  color: rgb(255 255 255 / 0.92);
}

@media (max-width: 900px) {
  .sail {
    padding: 64px 0;
  }

  .sail__title {
    margin-bottom: 32px;
  }

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

  .sailcard {
    padding: 30px 24px;
  }
}

/* ==========================================================================
   The Komodo Liveaboard Experience — dua panel foto full-width,
   bertint biru gelap, dengan teks + tombol di kiri bawah
   ========================================================================== */

.experience {
  background: var(--ink);
  padding: 80px 0 0;
}

.experience__head {
  max-width: 900px;
  margin: 0 auto 56px;
  padding: 0 24px;
  text-align: center;
  box-sizing: border-box;
}

.experience__title {
  margin: 0 0 20px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
}

.experience__intro {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--on-dark);
}

/* Dua panel berdampingan, mepet ke tepi layar */
.experience__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.xpanel {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: clamp(340px, 34vw, 520px);
  overflow: hidden;
}

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

/* Tint biru kehijauan menyeluruh + gelap makin pekat ke bawah */
.xpanel__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgb(var(--ink-rgb) / 0.15) 0%,
      rgb(var(--ink-rgb) / 0.45) 55%,
      rgb(var(--ink-rgb) / 0.88) 100%
    ),
    linear-gradient(90deg, rgb(var(--ink-rgb) / 0.45) 0%, rgb(var(--ink-rgb) / 0.1) 100%);
}

.xpanel__body {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: 44px 40px;
}

.xpanel__text {
  margin: 0 0 26px;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.15rem, 1.6vw, 1.6rem);
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-shadow: 0 2px 18px rgb(var(--ink-rgb) / 0.35);
}

.xpanel__cta {
  display: inline-flex;
  align-items: center;
  padding: 12px 26px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.xpanel__cta--solid {
  background: var(--gold);
  color: var(--ink-darkest);
  border: 1px solid var(--gold);
}

.xpanel__cta--solid:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
}

.xpanel__cta--outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgb(255 255 255 / 0.75);
}

.xpanel__cta--outline:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink-darkest);
}

@media (max-width: 900px) {
  .experience {
    padding-top: 56px;
  }

  .experience__head {
    margin-bottom: 36px;
  }

  /* Panel menumpuk ke bawah di layar sempit */
  .experience__grid {
    grid-template-columns: 1fr;
  }

  .xpanel {
    min-height: 320px;
  }

  .xpanel__body {
    padding: 32px 24px;
  }
}
