:root {
  --sky: #4ec5f1;
  --deep-sky: #0f7db0;
  --pink: #ff5fa2;
  --yellow: #ffd652;
  --navy: #122235;
  --cream: #fffaf2;
  --white: #ffffff;
  --text: #203040;
  --muted: #5d7082;
  --shadow: 0 18px 50px rgba(18, 34, 53, 0.14);
  --radius-xl: 32px;
  --radius-lg: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #effbff 0%, #fff7fb 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(18,34,53,0.08);
}
.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Baloo 2', cursive;
  font-size: 1.4rem;
  color: var(--navy);
}
.brand img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: var(--shadow);
}
nav {
  display: flex;
  gap: 22px;
  font-weight: 700;
  color: var(--navy);
}
nav a:hover { color: var(--pink); }

.hero {
  position: relative;
  min-height: 86vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg, .hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-bg { object-fit: cover; }
.hero-overlay {
  background: linear-gradient(90deg, rgba(18,34,53,0.85) 0%, rgba(18,34,53,0.56) 48%, rgba(15,125,176,0.24) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  padding: 80px 0;
}
.eyebrow, .section-label {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  font-weight: 800;
}
.eyebrow {
  display: inline-block;
  color: white;
  background: rgba(255,255,255,0.14);
  padding: 12px 18px;
  border-radius: 999px;
}
.hero h1, h2, h3 {
  font-family: 'Baloo 2', cursive;
  line-height: 0.96;
  margin: 0;
}
.hero h1 {
  font-size: clamp(3rem, 7vw, 5.9rem);
  color: white;
}
.hero-text {
  max-width: 720px;
  font-size: 1.12rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.94);
  margin: 22px 0 0;
}
.hero-actions, .review-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.hero-badges span {
  color: white;
  border: 1px solid rgba(255,255,255,0.26);
  background: rgba(255,255,255,0.08);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
}
.hero-card {
  padding: 18px;
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,0.25);
}
.hero-card img {
  border-radius: 24px;
  background: white;
  padding: 12px;
}

.section { padding: 86px 0; }
.alt-section { background: rgba(255,255,255,0.72); }
.two-col, .booking-grid {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 34px;
  align-items: center;
}
.section-label { color: var(--deep-sky); }
h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
  color: var(--navy);
}
p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--muted);
}
.image-panel img {
  width: 100%;
  border-radius: var(--radius-xl);
  object-fit: cover;
  box-shadow: var(--shadow);
}
.contact-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.contact-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 20px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(18,34,53,0.08);
}
.contact-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
}
.cards {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}
.four-up { grid-template-columns: repeat(4, minmax(0,1fr)); }
.three-up { grid-template-columns: repeat(3, minmax(0,1fr)); }
.card {
  background: white;
  border-radius: var(--radius-xl);
  padding: 28px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(18,34,53,0.08);
}
.card h3 {
  font-size: 1.8rem;
  color: var(--navy);
  margin-bottom: 10px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 18px;
  margin-top: 28px;
}
.gallery-grid img {
  height: 100%;
  min-height: 320px;
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}
.video-placeholder {
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--navy), var(--deep-sky));
  color: white;
  font-size: 3rem;
  margin-bottom: 20px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--pink), #ff8b45);
  color: white;
  box-shadow: 0 16px 30px rgba(255,95,162,0.28);
}
.btn-secondary {
  color: white;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.10);
}
.btn-outline {
  background: white;
  color: var(--navy);
  box-shadow: var(--shadow);
}
.booking-section {
  background: linear-gradient(135deg, rgba(78,197,241,0.12), rgba(255,95,162,0.1));
}
.booking-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.booking-list li {
  padding: 10px 0;
  color: var(--muted);
  font-weight: 600;
}
.booking-form {
  background: white;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 28px;
  display: grid;
  gap: 16px;
  border: 1px solid rgba(18,34,53,0.08);
}
.booking-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
  color: var(--navy);
}
.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border: 1px solid rgba(18,34,53,0.14);
  border-radius: 14px;
  padding: 14px 16px;
  font: inherit;
  color: var(--text);
  background: #fff;
}
.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: 2px solid rgba(78,197,241,0.26);
  border-color: var(--sky);
}
.hidden-field { display: none; }
.site-footer {
  background: var(--navy);
  color: white;
  padding: 28px 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
}
.footer-logo {
  width: 82px;
  border-radius: 50%;
  background: white;
  padding: 5px;
}
.footer-links {
  display: grid;
  gap: 6px;
  text-align: right;
}
.footer-links a { color: white; }

@media (max-width: 980px) {
  .hero-content,
  .two-col,
  .booking-grid,
  .four-up,
  .three-up,
  .gallery-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  nav { display: none; }
  .hero { min-height: auto; }
  .hero-card { max-width: 480px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 22px, 1180px); }
  .site-header { position: static; }
  .brand span { font-size: 1.1rem; }
  .hero-content { padding: 56px 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
  .btn { width: 100%; }
  .hero-actions, .review-links { flex-direction: column; }
}

.review-copy {
  margin-top: 20px;
  max-width: 760px;
}
.btn-outline {
  background: white;
  color: var(--navy);
  border: 1px solid rgba(18,34,53,0.16);
  box-shadow: var(--shadow);
}
.hidden-field {
  position: absolute !important;
  left: -9999px !important;
}
.booking-form select,
.booking-form input,
.booking-form textarea {
  width: 100%;
}
