:root {
  --bg: #f3f2ea;
  --surface: #ffffff;
  --text: #1f2930;
  --muted: #58646d;
  --brand: #0b5d5e;
  --brand-dark: #094346;
  --accent: #d8a343;
  --border: #d9e2dd;
  --shadow: 0 14px 28px rgba(15, 30, 28, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 85% 0%, rgba(216, 163, 67, 0.14), transparent 40%),
    radial-gradient(circle at 10% 20%, rgba(11, 93, 94, 0.14), transparent 45%),
    var(--bg);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  backdrop-filter: blur(8px);
  background: rgba(243, 242, 234, 0.85);
  border-bottom: 1px solid rgba(88, 100, 109, 0.16);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 74px;
}

.brand {
  text-decoration: none;
  color: var(--brand-dark);
  font-family: "Cinzel", serif;
  font-size: clamp(1.05rem, 2.1vw, 1.35rem);
  letter-spacing: 0.4px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 0.25rem;
}

.brand-logo {
  width: 155px;
  height: 48px;
  object-fit: contain;
}

.brand-text {
  display: none;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.main-nav a {
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
  padding: 0.35rem 0.5rem;
  border-radius: 8px;
  transition: 0.25s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--brand-dark);
  background: rgba(11, 93, 94, 0.08);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface);
  cursor: pointer;
  padding: 0.45rem;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  margin: 5px 0;
  border-radius: 99px;
  background: var(--brand-dark);
}

.hero {
  position: relative;
  min-height: 74vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(8, 32, 34, 0.84), rgba(8, 32, 34, 0.24)),
    url("images/resort-night-exterior.jpeg") center/cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(216, 163, 67, 0.34), transparent 42%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  max-width: 720px;
  text-align: left;
  padding-block: 4rem;
  animation: fadeUp 0.8s ease-out both;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent);
  margin: 0;
}

h1,
h2,
h3 {
  font-family: "Cinzel", serif;
  line-height: 1.2;
}

h1 {
  margin: 0.5rem 0 1rem;
  font-size: clamp(2rem, 4.5vw, 3.45rem);
}

.hero-text {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.2rem);
  max-width: 64ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #ffffff;
  padding: 0.85rem 1.35rem;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(9, 67, 70, 0.3);
}

.btn-outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.btn-small {
  padding: 0.55rem 0.95rem;
  font-size: 0.9rem;
}

.section {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.alt-bg {
  background: rgba(255, 255, 255, 0.6);
}

.section-head {
  max-width: 720px;
  margin-bottom: 1.4rem;
}

.section-head h2 {
  margin: 0.5rem 0 0;
  font-size: clamp(1.45rem, 2.8vw, 2.35rem);
}

.about-text {
  max-width: 780px;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}

.stats-grid,
.card-grid {
  display: grid;
  gap: 1rem;
}

.stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gallery-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.gallery-card {
  grid-column: span 6;
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.gallery-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.gallery-card figcaption {
  padding: 0.7rem 0.9rem;
  color: var(--muted);
  font-weight: 600;
  background: #fcfefd;
}

.gallery-card.wide {
  grid-column: span 12;
}

.gallery-card.wide img {
  height: 360px;
}

.stat-card,
.info-card,
.contact-card,
.contact-form-wrap,
.cta-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.stat-card,
.info-card,
.contact-card,
.cta-box {
  padding: 1.25rem;
}

.stat-card h2 {
  margin: 0;
  color: var(--brand-dark);
}

.stat-card p,
.info-card p,
.info-card li {
  color: var(--muted);
}

.info-card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
}

.info-card ul {
  margin: 0;
  padding-left: 1.15rem;
}

.room-price {
  margin: 0.5rem 0 0;
  font-weight: 700;
  color: var(--brand-dark);
  font-size: 1.05rem;
}

.cta {
  padding-top: 1.5rem;
}

.cta-box {
  text-align: center;
}

.cta-box h2 {
  margin-top: 0;
}

.site-footer {
  margin-top: 2rem;
  background: #0e2227;
  color: #e8f0ec;
  padding: 2rem 0 1rem;
}

.footer-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-footer h3 {
  margin: 0 0 0.4rem;
}

.footer-logo {
  width: 160px;
  height: auto;
  object-fit: contain;
  margin-bottom: 0.55rem;
}

.site-footer p {
  margin: 0.3rem 0;
  color: #cad4cf;
}

.site-footer a {
  color: #f0c871;
}

.copyright {
  margin: 1.1rem 0 0;
  text-align: center;
  font-size: 0.9rem;
  color: #9eb0a7;
}

.contact-main {
  min-height: calc(100vh - 220px);
}

.contact-layout {
  display: grid;
  gap: 1.3rem;
  grid-template-columns: 1.05fr 1fr;
}

.contact-intro h1 {
  color: var(--brand-dark);
}

.contact-form-wrap {
  padding: 1.3rem;
}

.contact-form {
  display: grid;
  gap: 0.7rem;
}

.contact-form label {
  font-weight: 600;
  color: #344046;
}

.contact-form input {
  border: 1px solid #b9c7bf;
  border-radius: 10px;
  padding: 0.8rem;
  font: inherit;
  background: #fbfdfc;
}

.contact-form input:focus {
  outline: 2px solid rgba(11, 93, 94, 0.35);
  border-color: var(--brand);
}

.contact-quick-actions {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.btn-alt {
  background: linear-gradient(135deg, #107f43, #0f6d3a);
}

.map-card {
  margin-top: 1.5rem;
}

.map-card iframe {
  margin-top: 0.6rem;
  width: 100%;
  height: 260px;
  border: 0;
  border-radius: 12px;
}

.form-status {
  margin: 0.1rem 0;
  min-height: 1.25rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.form-status.success {
  color: #0e7a4a;
}

.form-status.error {
  color: #b42318;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 250;
  text-decoration: none;
  background: #1e9e55;
  color: #ffffff;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  box-shadow: 0 12px 22px rgba(20, 50, 27, 0.3);
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.whatsapp-float:hover {
  transform: translateY(-1px);
  background: #148043;
}

.form-note {
  color: var(--muted);
  font-size: 0.88rem;
  margin: 0.35rem 0 0;
}

@media (max-width: 1024px) {
  .stats-grid,
  .card-grid.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-card,
  .gallery-card.wide {
    grid-column: span 6;
  }

  .gallery-card.wide img {
    height: 260px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .menu-toggle {
    display: inline-block;
  }

  .main-nav {
    position: absolute;
    right: 4%;
    top: 74px;
    width: min(320px, 92vw);
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: var(--shadow);
    background: #ffffff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
  }

  .main-nav a {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #edf2ee;
  }

  .main-nav a:last-child {
    border-bottom: 0;
  }

  .main-nav.open {
    max-height: 360px;
    opacity: 1;
    pointer-events: auto;
  }

  .stats-grid,
  .card-grid.two,
  .card-grid.three,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card,
  .gallery-card.wide {
    grid-column: auto;
  }

  .gallery-card img,
  .gallery-card.wide img {
    height: 220px;
  }

  .hero {
    min-height: 68vh;
  }

  .brand-logo {
    width: 180px;
    height: 54px;
  }

  .whatsapp-float {
    right: 12px;
    bottom: 12px;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
