:root {
  --color-primary: #083b4c;
  --color-secondary: #1a9dc7;
  --color-turquoise: #4ec7c3;
  --color-sand: #ead8b8;
  --color-gold: #c9a45c;
  --color-cream: #faf7f0;
  --color-charcoal: #222222;
  --color-muted: #6f7c82;
  --shadow-soft: 0 22px 55px rgba(8, 59, 76, .12);
  --radius: 18px;
  --transition: 220ms ease;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--color-charcoal);
  background: #fff;
  line-height: 1.7;
}

body.page-ready { animation: pageFade .45s ease both; }

@keyframes pageFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

h1, h2, h3, h4, .brand-word {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--color-primary);
  letter-spacing: 0;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.section { padding: 96px 0; }
.section-cream { background: var(--color-cream); }
.section-title { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.eyebrow { color: var(--color-gold); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
.section-title h2, .split-copy h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin: 8px 0 14px; }
.lead-text { color: var(--color-muted); font-size: 1.08rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1040;
  transition: var(--transition);
  padding: 18px 0;
}

.site-header.is-scrolled {
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 35px rgba(8,59,76,.09);
  padding: 8px 0;
}

.navbar-brand img { width: 118px; height: auto; }
.site-header:not(.is-scrolled) .nav-link, .site-header:not(.is-scrolled) .navbar-brand, .site-header:not(.is-scrolled) .phone-link { color: #fff; }
.nav-link { font-weight: 700; color: var(--color-primary); }
.nav-link:hover, .nav-link.active { color: var(--color-secondary); }

.btn-premium {
  border: 0;
  border-radius: 999px;
  padding: .85rem 1.28rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  transition: var(--transition);
}

.btn-gold { background: var(--color-gold); color: #fff; box-shadow: 0 12px 28px rgba(201,164,92,.28); }
.btn-gold:hover { background: #b58f45; color: #fff; transform: translateY(-2px); }
.btn-navy { background: var(--color-primary); color: #fff; }
.btn-navy:hover { background: #0d5268; color: #fff; transform: translateY(-2px); }
.btn-ghost { border: 1px solid rgba(255,255,255,.55); color: #fff; background: rgba(255,255,255,.1); }
.btn-ghost:hover { color: var(--color-primary); background: #fff; }
.phone-link { font-weight: 800; color: var(--color-primary); }

.hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.hero .carousel, .hero .carousel-inner, .hero .carousel-item { min-height: 100svh; }
.hero-img { width: 100%; min-height: 100svh; height: 100svh; object-fit: cover; object-position: center; }
.inner-slider-hero { min-height: 78svh; }
.inner-slider-hero .carousel,
.inner-slider-hero .carousel-inner,
.inner-slider-hero .carousel-item { min-height: 78svh; }
.inner-slider-hero .hero-img { min-height: 78svh; height: 78svh; }
.hero::after, .page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,59,76,.82), rgba(8,59,76,.38) 55%, rgba(8,59,76,.16));
  pointer-events: none;
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  align-items: center;
  padding-top: 92px;
}

.hero h1 { color: #fff; font-size: clamp(3.1rem, 8vw, 6.8rem); line-height: .95; margin: 0 0 18px; text-shadow: 0 18px 42px rgba(0,0,0,.24); }
.hero h2 { color: #fff; font-size: clamp(1.3rem, 3vw, 2.2rem); margin-bottom: 18px; }
.hero p { max-width: 720px; font-size: 1.12rem; color: rgba(255,255,255,.9); }
.trust-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.trust-badges span { border: 1px solid rgba(255,255,255,.28); border-radius: 999px; padding: .55rem .85rem; background: rgba(255,255,255,.12); backdrop-filter: blur(8px); font-weight: 800; }

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin-top: 28px;
}

.hero-proof div {
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(12px);
}

.hero-proof strong { display: block; color: #fff; font-size: 1.05rem; }
.hero-proof small { color: rgba(255,255,255,.82); font-weight: 700; }

.booking-band {
  margin-top: -64px;
  position: relative;
  z-index: 5;
}

.booking-card, .premium-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(8,59,76,.08);
}

.booking-card { padding: 24px; }
.form-label { font-weight: 800; color: var(--color-primary); font-size: .88rem; }
.form-control, .form-select { border-radius: 12px; min-height: 48px; border-color: rgba(8,59,76,.16); }

.split-img, .room-card img, .gallery-item img, .feature-image {
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius);
}

.split-img { aspect-ratio: 4 / 5; box-shadow: var(--shadow-soft); }
.icon-feature { display: flex; gap: 14px; align-items: center; }
.icon-feature i, .amenity-card i { color: var(--color-gold); font-size: 1.5rem; }

.amenity-card, .room-card {
  height: 100%;
  padding: 24px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(8,59,76,.08);
  transition: var(--transition);
}

.amenity-card:hover, .room-card:hover, .gallery-item:hover img {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.amenity-card p, .room-card p { color: var(--color-muted); margin-bottom: 0; }
.room-card { padding: 0; overflow: hidden; }
.room-card img { aspect-ratio: 4 / 3; border-radius: 0; transition: var(--transition); }
.room-card-body { padding: 22px; }
.room-meta { display: flex; gap: 12px; flex-wrap: wrap; color: var(--color-primary); font-weight: 800; margin: 12px 0 18px; }

.image-band {
  min-height: 520px;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(rgba(8,59,76,.5), rgba(8,59,76,.5)), var(--band-image) center/cover fixed;
}

.image-band > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.image-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,59,76,.72), rgba(8,59,76,.34));
  z-index: 1;
}

.image-band .container { z-index: 2; }
.image-band h2, .image-band h3 { color: #fff; }
.image-band p { max-width: 650px; color: rgba(255,255,255,.92); }

.gallery-grid { columns: 3 280px; column-gap: 18px; }
.gallery-item { break-inside: avoid; margin: 0 0 18px; overflow: hidden; border-radius: var(--radius); cursor: pointer; background: #fff; }
.gallery-item img { aspect-ratio: var(--ratio, 4 / 3); border-radius: var(--radius); transition: transform 420ms ease; }
.gallery-item:hover img { transform: scale(1.045); }

.home-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-gallery-grid .gallery-item { margin: 0; }
.home-gallery-grid .gallery-item img { height: 100%; }

.experience-card { padding: 30px; border-radius: var(--radius); background: rgba(250,247,240,.76); height: 100%; }
.cta-block { border-radius: 28px; background: linear-gradient(135deg, var(--color-primary), #0e6376); color: #fff; padding: clamp(36px, 6vw, 72px); }
.cta-block h2 { color: #fff; }

.culinary-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(78,199,195,.16), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--color-cream) 54%, #fff 100%);
  overflow: hidden;
}

.culinary-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: 0;
  align-items: center;
  margin-top: clamp(34px, 6vw, 72px);
  position: relative;
}

.culinary-panel:nth-child(even) {
  grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr);
}

.culinary-panel:nth-child(even) .culinary-media { order: 2; }
.culinary-panel:nth-child(even) .culinary-copy {
  margin-right: -72px;
  margin-left: 0;
  text-align: right;
}

.culinary-panel:nth-child(even) .culinary-list li {
  justify-content: flex-end;
}

.culinary-media {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(8,59,76,.18);
  min-height: 430px;
}

.culinary-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  transition: transform 520ms ease;
}

.culinary-panel:hover .culinary-media img { transform: scale(1.035); }

.culinary-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(8,59,76,.48));
}

.culinary-copy {
  position: relative;
  z-index: 2;
  margin-left: -72px;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 26px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(8,59,76,.08);
  box-shadow: 0 24px 70px rgba(8,59,76,.13);
  backdrop-filter: blur(14px);
}

.culinary-copy h3 {
  font-size: clamp(1.85rem, 3vw, 2.8rem);
  margin: 8px 0 14px;
}

.culinary-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: var(--color-primary);
  font-weight: 800;
}

.culinary-list li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.culinary-list i { color: var(--color-gold); }

.culinary-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(201,164,92,.12);
  color: var(--color-primary);
  font-size: .82rem;
  font-weight: 900;
}

.culinary-kicker i { color: var(--color-gold); }

.page-hero {
  min-height: 72svh;
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
  padding: 150px 0 72px;
  background: var(--hero-image) center/cover;
  color: #fff;
}

.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-size: clamp(2.8rem, 6vw, 5rem); }
.page-hero p { max-width: 760px; color: rgba(255,255,255,.92); font-size: 1.12rem; }

.filter-btn.active { background: var(--color-primary); color: #fff; }
.map-frame { width: 100%; min-height: 390px; border: 0; border-radius: var(--radius); filter: saturate(.9); }

.site-footer { background: #062f3d; color: rgba(255,255,255,.78); padding: 70px 0 28px; }
.site-footer h3, .site-footer h4 { color: #fff; }
.footer-logo { width: 130px; margin-bottom: 16px; }
.footer-link { display: block; padding: 5px 0; color: rgba(255,255,255,.78); }
.footer-link:hover { color: #fff; }

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1030;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.65rem;
  box-shadow: 0 14px 34px rgba(37,211,102,.33);
}

.mobile-action-bar {
  display: none;
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1045;
  background: rgba(255,255,255,.95);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.mobile-action-bar a { flex: 1; text-align: center; padding: 10px 6px; color: var(--color-primary); font-weight: 800; font-size: .82rem; }
.mobile-action-bar i { display: block; color: var(--color-gold); font-size: 1.15rem; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(3,22,30,.88);
}

.lightbox.is-open { display: flex; }
.lightbox img {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10002;
  display: block;
  max-width: min(1120px, calc(100vw - 150px));
  max-height: 86vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0,0,0,.42);
}
.lightbox-close { position: fixed; top: 24px; right: 24px; z-index: 10004; border: 0; border-radius: 50%; width: 46px; height: 46px; background: #fff; color: var(--color-primary); }

.lightbox-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10003;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: var(--color-primary);
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  box-shadow: 0 14px 38px rgba(0,0,0,.22);
}

.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
.lightbox-counter {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 10003;
  color: #fff;
  font-weight: 800;
  background: rgba(8,59,76,.62);
  border-radius: 999px;
  padding: 8px 14px;
}

.lightbox-status {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

[data-reveal] { opacity: 0; transform: translateY(24px); transition: 640ms ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 991.98px) {
  .site-header { background: rgba(255,255,255,.94); backdrop-filter: blur(16px); padding: 8px 0; }
  .site-header:not(.is-scrolled) .nav-link, .site-header:not(.is-scrolled) .navbar-brand, .site-header:not(.is-scrolled) .phone-link { color: var(--color-primary); }
  .navbar-collapse { padding: 18px 0; }
  .booking-band { margin-top: 24px; }
  .section { padding: 72px 0; }
  .image-band { background-attachment: scroll; }
  .page-hero { min-height: 78svh; background-position: center; }
  .home-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .culinary-panel,
  .culinary-panel:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .culinary-panel:nth-child(even) .culinary-media { order: 0; }
  .culinary-panel:nth-child(even) .culinary-copy,
  .culinary-copy {
    margin: -46px 18px 0;
    text-align: left;
  }
  .culinary-panel:nth-child(even) .culinary-list li { justify-content: flex-start; }
  .culinary-media,
  .culinary-media img {
    min-height: 320px;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 575.98px) {
  body { padding-bottom: 72px; }
  .hero, .hero .carousel, .hero .carousel-inner, .hero .carousel-item { min-height: 100dvh; }
  .hero-img { min-height: 100dvh; height: 100dvh; object-position: center top; }
  .inner-slider-hero,
  .inner-slider-hero .carousel,
  .inner-slider-hero .carousel-inner,
  .inner-slider-hero .carousel-item,
  .inner-slider-hero .hero-img { min-height: 100dvh; height: 100dvh; }
  .hero h1 { font-size: 3.15rem; }
  .hero h2 { font-size: 1.25rem; }
  .hero p { font-size: .98rem; }
  .hero-content { padding-top: 88px; align-items: center; }
  .page-hero { min-height: 100dvh; padding: 128px 0 54px; background-position: center top; }
  .btn-premium { width: 100%; }
  .trust-badges span { font-size: .82rem; }
  .hero-proof { grid-template-columns: 1fr; gap: 8px; margin-top: 18px; }
  .hero-proof div { padding: 10px 12px; }
  .booking-card { padding: 18px; }
  .floating-whatsapp { display: none; }
  .mobile-action-bar { display: flex; }
  .gallery-grid { columns: 1; }
  .home-gallery-grid { grid-template-columns: 1fr; }
  .culinary-panel:nth-child(even) .culinary-copy,
  .culinary-copy { margin: -36px 10px 0; padding: 22px; }
  .culinary-media,
  .culinary-media img { min-height: 280px; aspect-ratio: 1 / 1; }
  .lightbox { padding: 14px; }
  .lightbox img { max-width: calc(100vw - 28px); max-height: 78vh; }
  .lightbox-prev { left: 12px; }
  .lightbox-next { right: 12px; }
  .lightbox-nav { width: 44px; height: 44px; }
}
