:root {
  --ocean: #4fc7b8;
  --ocean-dark: #1d7a8c;
  --palm: #6ec6d9;
  --sand: #f4eee0;
  --sand-deep: #e6d6b8;
  --ink: #223238;
  --ink-soft: #5e7278;
  --white: #ffffff;
  --terracotta: #2fb6a8;
  --radius: 18px;
  --max: 1080px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Assistant", "Poppins", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}

h1, h2, h3 {
  font-family: "Playfair Display", "Frank Ruhl Libre", serif;
  font-weight: 600;
  margin: 0 0 .5em;
  line-height: 1.25;
}

p { margin: 0 0 1em; }

a { color: inherit; }

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 88px 0;
}

.section--sand { background: var(--sand); }
.section--ocean { background: #e3f3f1; color: var(--ink); }
.section--ocean h2 { color: var(--ink); }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  color: var(--terracotta);
  font-weight: 700;
  margin-bottom: .6em;
  display: block;
}

.section--ocean .eyebrow { color: var(--terracotta); }

.center { text-align: center; }

/* Hero */
.hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  position: relative;
  padding: 60px 24px;
  background:
    linear-gradient(180deg, rgba(20,90,102,.35), rgba(14,70,80,.72)),
    var(--hero-photo, linear-gradient(135deg, #1d7a8c, #4fc7b8 45%, #6ec6d9));
  background-size: cover;
  background-position: center;
}

.hero-inner { max-width: 920px; }

.hero .eyebrow { color: var(--sand); opacity: .9; }

.hero .brand-mark {
  display: block;
  font-family: "Italiana", serif;
  font-weight: 400;
  font-size: clamp(3rem, 9vw, 6rem);
  letter-spacing: .3em;
  color: var(--white);
  opacity: .95;
  margin-bottom: .25em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(1.8rem, 4.2vw, 3.6rem);
  color: var(--white);
  white-space: nowrap;
}

@media (max-width: 640px) {
  .hero h1 { white-space: normal; font-size: clamp(1.6rem, 6vw, 2.2rem); }
}

html[lang="en"] .hero h1 {
  font-family: "Italiana", serif;
  font-weight: 400;
  letter-spacing: .02em;
}

.hero .dates {
  font-size: 1.15rem;
  letter-spacing: .03em;
  margin-bottom: 1.6em;
  color: var(--sand);
}

.btn {
  display: inline-block;
  padding: 15px 34px;
  border-radius: 999px;
  background: var(--terracotta);
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .02em;
  transition: transform .15s ease, background .15s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.btn:hover { background: #259487; transform: translateY(-1px); }

.btn--outline {
  background: transparent;
  border: 1.5px solid currentColor;
}

/* Intro */
.lede {
  font-size: 1.15rem;
  color: var(--ink-soft);
  max-width: 700px;
  margin: 0 auto;
}

/* Included grid */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 26px;
  box-shadow: 0 6px 24px rgba(43, 43, 40, .06);
}

.card .mark {
  color: var(--terracotta);
  font-size: 1.3rem;
  margin-inline-end: .5em;
}

.included-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px 28px;
}

.included-list li {
  display: flex;
  gap: .6em;
  align-items: flex-start;
}

.included-list .mark { color: var(--terracotta); font-size: 1.1rem; line-height: 1.5; }

/* Hosts */
.hosts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin-top: 40px;
}

.host-avatar {
  width: 180px;
  height: 180px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  margin-bottom: 18px;
  display: block;
}

.host h3 { margin-bottom: .2em; }
.host .role { color: var(--terracotta); font-weight: 600; font-size: .9rem; margin-bottom: .8em; display: block; }

/* Pricing */
.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.price-card {
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 6px 24px rgba(0,0,0,.18);
}

.price-card h3 { font-size: 1.05rem; margin-bottom: 1em; }

.price-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid var(--sand-deep);
  font-size: .95rem;
}

.price-row:first-of-type { border-top: none; }

.price-row .label { color: var(--ink-soft); }
.price-row .value { font-weight: 700; }
.price-row.early .value { color: var(--terracotta); }

.badge {
  display: inline-block;
  background: var(--terracotta);
  color: var(--white);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: .82rem;
  font-weight: 700;
  margin-bottom: 28px;
}

.policy {
  max-width: 640px;
  margin: 40px auto 0;
  font-size: .92rem;
  color: var(--ink-soft);
}

.policy dl {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 20px;
  margin: 0;
}
.policy dt { color: var(--ink-soft); }
.policy dd { margin: 0; font-weight: 700; color: var(--ink); text-align: end; }

/* Form */
.form {
  max-width: 560px;
  margin: 40px auto 0;
  display: grid;
  gap: 14px;
}

.form input, .form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid var(--sand-deep);
  font-family: inherit;
  font-size: 1rem;
  background: var(--white);
}

.form textarea { min-height: 120px; resize: vertical; }

.form .row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

@media (max-width: 640px) {
  .section { padding: 60px 0; }
  .form .row2 { grid-template-columns: 1fr; }
}

footer {
  background: var(--ink);
  color: var(--sand);
  text-align: center;
  padding: 40px 24px;
  font-size: .9rem;
}

footer a { color: var(--sand); }

/* Banner (full-bleed photo) */
.banner {
  position: relative;
  min-height: 60vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  color: var(--white);
}

.banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,30,28,0) 40%, rgba(15,25,23,.75));
}

.banner-caption {
  position: relative;
  z-index: 1;
  padding: 32px 24px;
  width: 100%;
  text-align: center;
  font-size: .95rem;
  letter-spacing: .04em;
}

/* Gallery */
.gallery-wrap {
  position: relative;
  margin-top: 40px;
}

.gallery {
  display: grid;
  grid-template-rows: repeat(2, 200px);
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.gallery::-webkit-scrollbar { display: none; }

.gallery img {
  height: 100%;
  width: auto;
  border-radius: 12px;
  cursor: zoom-in;
  display: block;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--white);
  box-shadow: 0 4px 16px rgba(0,0,0,.18);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  font-size: 1.3rem;
  color: var(--ink);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-arrow.prev { inset-inline-start: -6px; }
.gallery-arrow.next { inset-inline-end: -6px; }

@media (max-width: 560px) {
  .gallery { grid-template-rows: repeat(2, 130px); }
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 14, 13, .92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  padding: 24px;
}

.lightbox.open { display: flex; }

.lightbox img {
  max-width: min(88vw, 1100px);
  max-height: 84vh;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
}

.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute;
  background: rgba(255,255,255,.12);
  color: var(--white);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease;
}
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: rgba(255,255,255,.24); }

.lightbox-close { top: 20px; inset-inline-end: 20px; }
.lightbox-prev { top: 50%; inset-inline-start: 20px; transform: translateY(-50%); }
.lightbox-next { top: 50%; inset-inline-end: 20px; transform: translateY(-50%); }

@media (max-width: 640px) {
  .lightbox-prev, .lightbox-next { width: 40px; height: 40px; font-size: 1.1rem; }
}

/* Location photos */
.location-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 40px;
}

.location-photos img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: var(--radius);
  display: block;
  cursor: zoom-in;
}

@media (max-width: 760px) {
  .location-photos { grid-template-columns: 1fr; }
  .location-photos img { height: 220px; }
}

/* Slim divider */
.divider {
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--sand);
}

@media (max-width: 640px) {
  .divider { height: 280px; }
}

/* WhatsApp floating button */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  inset-inline-end: 24px;
  width: 58px;
  height: 58px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0,0,0,.28);
  z-index: 500;
  transition: transform .15s ease;
}

.whatsapp-float:hover { transform: scale(1.08); }
.whatsapp-float svg { width: 28px; height: 28px; fill: #fff; }

@media (max-width: 640px) {
  .whatsapp-float { width: 50px; height: 50px; bottom: 16px; inset-inline-end: 16px; }
  .whatsapp-float svg { width: 24px; height: 24px; }
}

.whatsapp-link { color: #128c53; font-weight: 700; text-decoration: underline; }
