
:root {
  --lagoon: #2fc7c9;
  --reef: #0a6f7b;
  --sand: #f9e7bb;
  --hibiscus: #ef5a87;
  --leaf: #247a43;
  --coconut: #4b2d1d;
  --gold: #f8c975;
  --paper: rgba(6, 34, 42, 0.78);
  --line: rgba(255, 232, 181, 0.28);
  --text: #f8fffb;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(239, 90, 135, 0.25), transparent 20%),
    radial-gradient(circle at 85% 12%, rgba(255, 226, 123, 0.18), transparent 16%),
    radial-gradient(circle at 20% 100%, rgba(47, 199, 201, 0.18), transparent 24%),
    linear-gradient(180deg, #07313b 0%, #041c22 100%);
  min-height: 100vh;
}
a { color: inherit; }
.petal {
  position: fixed;
  width: 16rem;
  aspect-ratio: 1;
  border-radius: 52% 48% 50% 50%;
  pointer-events: none;
  opacity: 0.18;
  filter: blur(1px);
  z-index: 0;
}
.petal-a { top: 6rem; left: -5rem; background: radial-gradient(circle, rgba(239,90,135,0.9), rgba(239,90,135,0)); }
.petal-b { top: 28rem; right: -4rem; background: radial-gradient(circle, rgba(255,201,117,0.8), rgba(255,201,117,0)); }
.petal-c { bottom: -2rem; left: 20%; background: radial-gradient(circle, rgba(31,166,113,0.6), rgba(31,166,113,0)); }
.site-header, .content-shell, .site-footer, .hero { position: relative; z-index: 1; }
.site-header {
  padding: 1.25rem clamp(1rem, 2vw, 2rem) 0;
}
.brand-wrap {
  text-align: center;
  padding: 1rem 1rem 1.4rem;
}
.eyebrow { display: none; }
.brand {
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  font-weight: 700;
  text-decoration: none;
  color: #fff4d8;
  text-shadow: 0 4px 18px rgba(0,0,0,.35);
}
.island-line {
  margin: .35rem 0 0;
  color: #9dece8;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .82rem;
}
.main-nav {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  padding: 0 0 1rem;
}
.nav-link {
  text-decoration: none;
  padding: .7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 245, 220, 0.08);
  border: 1px solid var(--line);
  color: #fff8dd;
  backdrop-filter: blur(10px);
  font-size: .95rem;
}
.nav-link.active {
  background: linear-gradient(135deg, rgba(239,90,135,.25), rgba(248,201,117,.25));
  border-color: rgba(248, 201, 117, 0.7);
}
.hero {
  min-height: 28rem;
  margin: 0 auto;
  max-width: 1240px;
  border-radius: 2rem;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  border: 1px solid var(--line);
  box-shadow: 0 24px 70px rgba(0,0,0,.35);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,21,28,.12), rgba(4,21,28,.82));
}
.hero-content {
  position: absolute;
  left: clamp(1.25rem, 4vw, 3rem);
  right: clamp(1.25rem, 4vw, 3rem);
  bottom: clamp(1.25rem, 4vw, 3rem);
  max-width: 46rem;
}
.hero h1 {
  margin: 0 0 .75rem;
  font-size: clamp(2rem, 4vw, 4rem);
  color: #fff5de;
}
.hero p {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.3rem);
  line-height: 1.55;
  color: #e8fffb;
}
.content-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 1.2rem 0 2.5rem;
}
.panel, .photo-grid, .video-grid {
  margin: 1rem;
}
.panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 1.6rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  box-shadow: 0 18px 50px rgba(0,0,0,.25);
}
.copy p, .contact-panel p, .cta-panel p, .required-note {
  margin: 0 0 1rem;
  line-height: 1.8;
  font-size: 1.08rem;
}
.copy p:last-child, .contact-panel p:last-child, .cta-panel p:last-child { margin-bottom: 0; }
.contact-panel {
  text-align: center;
  background: linear-gradient(180deg, rgba(7,49,59,.88), rgba(14,69,63,.84));
}
.contact-panel p:nth-child(1) { color: #fff4d3; font-size: 1.45rem; }
.contact-panel p:nth-child(4) { color: #9fe8ff; font-size: 1.3rem; }
.cta-link {
  display: inline-block;
  padding: .9rem 1.4rem;
  border-radius: 999px;
  text-decoration: none;
  background: linear-gradient(135deg, #ef5a87, #f8c975);
  color: #1d1310;
  font-weight: 700;
}
.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.photo-card {
  margin: 0;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
  background: rgba(255,255,255,.06);
  aspect-ratio: 4 / 3;
}
.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}
.video-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  padding: 1rem;
  box-shadow: 0 18px 50px rgba(0,0,0,.25);
}
.video-card h2 {
  margin: 0 0 .8rem;
  color: #fff0c3;
  font-size: 1.35rem;
  letter-spacing: .04em;
}
.video-card video {
  width: 100%;
  display: block;
  border-radius: 1rem;
  background: #000;
}
.fare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 1rem;
}
.fare-table th, .fare-table td {
  border: 1px solid rgba(255, 206, 140, 0.24);
  padding: 1rem;
  text-align: center;
  vertical-align: top;
  line-height: 1.7;
}
.fare-table th {
  color: #fff4d3;
  background: rgba(239, 90, 135, 0.18);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.form-grid label {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  color: #fff5de;
  font-size: 1rem;
}
.form-grid .full { grid-column: 1 / -1; }
input, select, textarea, button {
  font: inherit;
}
input, select, textarea {
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,.14);
  padding: .85rem 1rem;
  background: rgba(255,255,255,.92);
  color: #142028;
}
textarea { resize: vertical; }
.form-actions {
  display: flex;
  gap: .8rem;
  justify-content: flex-end;
}
.form-actions button {
  border: 0;
  border-radius: 999px;
  padding: .9rem 1.5rem;
  cursor: pointer;
  font-weight: 700;
  color: #1a130f;
  background: linear-gradient(135deg, #f8c975, #ef5a87);
}
.site-footer {
  text-align: center;
  padding: 0 1rem 2rem;
  color: #d8f8f3;
}
.site-footer p {
  margin: 0;
  font-size: .92rem;
}
@media (max-width: 720px) {
  .hero { border-radius: 1.2rem; min-height: 23rem; }
  .form-grid { grid-template-columns: 1fr; }
  .main-nav { justify-content: flex-start; padding-inline: 1rem; }
}

.photo-card { cursor: zoom-in; }
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(2, 10, 14, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  z-index: 20;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: min(92vw, 1400px);
  max-height: 88vh;
  border-radius: 1rem;
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
}
.lightbox button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 0;
  border-radius: 999px;
  padding: .8rem 1rem;
  background: rgba(255,255,255,.92);
  color: #142028;
  cursor: pointer;
  font-weight: 700;
}
.video-card video { aspect-ratio: 4 / 3; object-fit: cover; }


.lang-switcher {
  display: flex;
  justify-content: center;
  gap: .75rem;
  margin: 0 auto 1rem;
}
.lang-switcher a {
  padding: .55rem .9rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  text-decoration: none;
  background: rgba(255,255,255,.06);
  color: #fff7d7;
}
.lang-switcher a.active {
  background: linear-gradient(135deg, rgba(239,90,135,.25), rgba(248,201,117,.25));
}
.section-title {
  margin: 0 0 1rem;
  color: #fff4d3;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.related-card {
  display: block;
  text-decoration: none;
  padding: 1rem 1.1rem;
  border-radius: 1.1rem;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}
.related-card strong {
  display: block;
  color: #fff1c4;
  margin-bottom: .45rem;
  font-size: 1.02rem;
}
.related-card span {
  color: #dffbf2;
  line-height: 1.5;
  font-size: .98rem;
}
.intro-links {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1rem;
}
.intro-links a {
  text-decoration: none;
  padding: .75rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid var(--line);
}
