:root {
  --ink: #18201d;
  --muted: #64706a;
  --leaf: #1f5b4b;
  --leaf-dark: #12372f;
  --gold: #c99745;
  --cream: #f6f1e9;
  --paper: #fffaf1;
  --line: rgba(24, 32, 29, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
}

.navbar {
  background: rgba(255, 250, 241, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.navbar-brand {
  color: var(--leaf-dark);
  font-weight: 800;
  letter-spacing: 0;
}

.navbar-brand img {
  object-fit: contain;
}

.nav-link {
  color: var(--leaf-dark);
  font-weight: 700;
}

.btn {
  border-radius: 6px;
  font-weight: 800;
}

.btn-brand {
  background: var(--leaf);
  border-color: var(--leaf);
  color: #fff;
}

.btn-brand:hover {
  background: var(--leaf-dark);
  border-color: var(--leaf-dark);
  color: #fff;
}

.hero {
  min-height: 92vh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero .carousel {
  inset: 0;
  position: absolute;
}

.hero-img {
  height: 100%;
  min-height: 92vh;
  object-fit: cover;
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(9, 23, 19, 0.86), rgba(9, 23, 19, 0.48) 46%, rgba(9, 23, 19, 0.12));
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-content {
  color: #fff;
  padding-bottom: 8rem;
  padding-top: 11rem;
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 6vw, 5.8rem);
  font-weight: 800;
  line-height: 0.98;
  max-width: 980px;
}

.hero .lead {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.15rem;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.7rem;
}

.trust-strip {
  background: var(--leaf-dark);
  color: #fff;
  padding: 1.3rem 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.section {
  padding: 5.5rem 0;
}

.section-soft {
  background: var(--cream);
}

.section h2,
.section-head h2,
.split-showcase h2,
.cta-band h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 1rem;
}

.section p,
.section-head p,
.split-showcase p {
  color: var(--muted);
}

.section-head {
  margin: 0 auto 2.4rem;
  max-width: 760px;
  text-align: center;
}

.feature-img,
.image-card img {
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(18, 55, 47, 0.18);
  object-fit: cover;
  width: 100%;
}

.feature-img {
  aspect-ratio: 4 / 3;
}

.seo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.seo-tags span {
  background: rgba(31, 91, 75, 0.08);
  border: 1px solid rgba(31, 91, 75, 0.18);
  border-radius: 999px;
  color: var(--leaf-dark);
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0.45rem 0.75rem;
}

.image-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}

.image-card img {
  aspect-ratio: 16 / 10;
  border-radius: 0;
  box-shadow: none;
}

.image-card div {
  padding: 1.4rem;
}

.image-card h3,
.amenity-grid h3,
.site-footer h3 {
  font-size: 1.1rem;
  font-weight: 900;
}

.amenity-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.amenity-grid > div {
  border-top: 1px solid var(--line);
  padding: 1.4rem 0.5rem 0.7rem 0;
}

.amenity-grid i {
  color: var(--gold);
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

.split-showcase {
  background: var(--leaf-dark);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  min-height: 620px;
}

.showcase-copy {
  align-self: center;
  padding: 6rem max(2rem, calc((100vw - 1140px) / 2)) 6rem max(2rem, calc((100vw - 1140px) / 2));
}

.showcase-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.showcase-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
}

.showcase-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gallery-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-item {
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
}

.gallery-item img {
  aspect-ratio: 1 / 0.78;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-modal {
  background: transparent;
  border: 0;
  position: relative;
}

.gallery-modal .btn-close {
  margin-left: auto;
  margin-bottom: 0.75rem;
}

.gallery-modal img {
  border-radius: 8px;
  max-height: 82vh;
  object-fit: contain;
  width: 100%;
}

.location-list {
  list-style: none;
  margin: 1.6rem 0 0;
  padding: 0;
}

.location-list li {
  border-top: 1px solid var(--line);
  display: flex;
  gap: 0.8rem;
  padding: 0.95rem 0;
}

.location-list i {
  color: var(--leaf);
  margin-top: 0.25rem;
}

.map {
  border: 0;
  border-radius: 8px;
  height: 430px;
  width: 100%;
}

.cta-band {
  background: var(--gold);
  color: #1f1b13;
  padding: 4rem 0;
}

.cta-band .container {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.cta-band .section-kicker,
.cta-band p {
  color: rgba(31, 27, 19, 0.78);
}

.site-footer {
  background: #111714;
  color: rgba(255, 255, 255, 0.72);
  padding: 4rem 0 1.5rem;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1.3rem;
}

.floating-whatsapp {
  align-items: center;
  background: #24d366;
  border-radius: 999px;
  bottom: 1.2rem;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  color: #fff;
  display: flex;
  font-size: 1.9rem;
  height: 58px;
  justify-content: center;
  position: fixed;
  right: 1.2rem;
  text-decoration: none;
  width: 58px;
  z-index: 20;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: 86vh;
  }

  .hero-img {
    min-height: 86vh;
  }

  .hero-content {
    padding-bottom: 5.5rem;
  }

  .amenity-grid,
  .gallery-grid,
  .split-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-showcase {
    display: block;
  }

  .showcase-media {
    min-height: 430px;
  }

  .cta-band .container {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand span {
    font-size: 1rem;
  }

  .hero-content {
    padding-bottom: 3.5rem;
  }

  .hero h1 {
    font-size: 2.45rem;
  }

  .section {
    padding: 4rem 0;
  }

  .trust-strip .col-6 {
    min-height: 76px;
  }

  .amenity-grid,
  .gallery-grid,
  .showcase-media {
    grid-template-columns: 1fr;
  }

  .showcase-copy {
    padding: 4rem 1rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.6rem;
  }
}
