:root {
  --olive: #273000;
  --olive-soft: #565d24;
  --olive-glass: rgba(39, 48, 0, 0.56);
  --lime: #dce965;
  --cream: #ffffbf;
  --cream-soft: #ffffdc;
  --sky: #b7dce7;
  --ink: #263006;
  --white: #ffffff;
}

@media (max-width: 900px) {
  .site-header {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    min-height: 72px !important;
    padding: 8px 18px !important;
  }

  .site-header .brand {
    justify-self: start !important;
  }

  .site-header .brand img {
    width: 122px !important;
  }

  .menu-toggle {
    display: grid !important;
    place-items: center !important;
    justify-self: end !important;
    width: 46px !important;
    height: 42px !important;
    border: 2px solid rgba(39, 48, 0, 0.75) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 191, 0.34) !important;
  }

  .menu-toggle span {
    width: 26px !important;
    height: 3px !important;
    margin: 0 !important;
    background: var(--olive) !important;
  }

  .menu-toggle span + span {
    margin-top: 5px !important;
  }

  .site-header:not(.menu-open) .menu-panel {
    display: none !important;
  }

  .site-header.menu-open .menu-panel {
    display: grid !important;
  }

  .menu-panel {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 20px 18px 24px !important;
    overflow: hidden !important;
    transform: none !important;
    box-sizing: border-box !important;
    justify-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .menu-panel .nav {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(100%, 360px) !important;
    margin: 0 auto !important;
    gap: 14px !important;
    text-align: center !important;
    justify-items: center !important;
  }

  .menu-panel .nav a {
    display: block !important;
    width: 100% !important;
    font-size: 22px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
  }

  .menu-panel .social {
    width: min(100%, 360px) !important;
    margin: 0 auto !important;
    justify-content: center !important;
    gap: 14px !important;
  }

  .menu-panel .reserve-button {
    width: min(100%, 320px) !important;
    margin: 0 auto !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 150px;
  padding: 22px 4.8vw;
  background:
    linear-gradient(90deg, rgba(39, 48, 0, 0.34), rgba(255, 255, 191, 0.30) 62%, rgba(183, 220, 231, 0.26)),
    rgba(39, 48, 0, 0.26);
  border-bottom: 9px solid var(--lime);
  backdrop-filter: blur(22px) saturate(105%);
  box-shadow: none;
}

.brand img {
  width: 150px;
  height: auto;
}

.menu-panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  min-width: 0;
}

.menu-toggle {
  display: none !important;
  width: 48px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 30px;
  height: 3px;
  margin: 6px auto;
  background: var(--olive);
  border-radius: 999px;
}

.nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 24px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

.nav a,
.social a {
  text-decoration: none;
}

.social {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.social a {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 7px;
  font-weight: 700;
}

.social-icon {
  border: 2px solid rgba(38, 45, 0, 0.92);
  background: rgba(255, 255, 191, 0.16);
}

.social-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--olive);
  stroke-width: 1.8;
}

.social-icon.facebook svg,
.social-icon.whatsapp svg {
  fill: var(--olive);
  stroke: none;
}

.language-link {
  border: 0;
  color: var(--olive);
  font-size: 14px;
  letter-spacing: 0.02em;
}

.reserve-button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.reserve-button,
.primary,
.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 500;
}

.reserve-button,
.primary {
  background: var(--olive);
  color: var(--white);
  box-shadow: none;
}

.secondary {
  color: var(--olive);
  border: 2px solid currentColor;
  background: rgba(255, 254, 199, 0.42);
}

.hero {
  position: relative;
  min-height: calc(100vh - 150px);
  padding: 8.4vw 4.2vw 1.5vw;
  overflow: hidden;
  background: var(--olive);
}

.hero-media img,
.about-image img {
  width: 100%;
  height: min(52vw, 580px);
  object-fit: cover;
  box-shadow: none;
}

.hero-media {
  max-width: 1170px;
  margin: 0 auto;
}

.hero-media img {
  opacity: 0.72;
}

.hero-copy,
.about-copy {
  max-width: 560px;
}

.hero-copy {
  position: absolute;
  left: 50%;
  bottom: 4vw;
  width: min(980px, 86vw);
  max-width: none;
  transform: translateX(-50%);
  text-align: center;
  color: var(--cream);
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  line-height: 1.02;
}

h1 {
  font-size: clamp(56px, 6.7vw, 96px);
}

h2 {
  font-size: clamp(52px, 6.4vw, 88px);
}

p {
  font-size: 18px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  gap: 8vw;
  align-items: center;
  padding: 7vw 4.5vw;
  color: var(--olive);
  background: linear-gradient(180deg, var(--lime), var(--cream));
}

.about h2,
.about p {
  color: var(--olive);
}

.gallery {
  padding: 7vw 4.5vw;
  background:
    linear-gradient(rgba(39, 48, 0, 0.48), rgba(39, 48, 0, 0.66)),
    url("../images/modern/slider-6.jpg") center / cover fixed;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 44px;
  color: var(--cream);
}

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

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 0;
}

.casita-showcase {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 5vw;
  align-items: center;
  padding: 7vw 4.5vw;
  background: linear-gradient(180deg, var(--cream), var(--lime));
}

.casita-copy {
  max-width: 520px;
}

.casita-logo {
  width: min(260px, 70%);
  margin: 0 0 30px;
}

.casita-featured img {
  width: 100%;
  height: min(48vw, 620px);
  object-fit: cover;
}

.casita-gallery {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 14px;
  margin-top: 20px;
}

.casita-gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6vw;
  padding: 7vw 4.5vw;
  background:
    linear-gradient(rgba(39, 48, 0, 0.62), rgba(39, 48, 0, 0.78)),
    url("../images/modern/slider-2.jpg") center / cover fixed;
  color: var(--lime);
}

.features article {
  max-width: 560px;
}

.features ul {
  margin: 28px 0 0;
  padding-left: 22px;
}

.features li {
  margin-bottom: 12px;
}

.rates,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, auto);
  gap: 40px;
  align-items: center;
  padding: 6vw 4.5vw;
}

.rates {
  background: var(--olive);
  color: var(--lime);
}

.rates h2 {
  font-size: clamp(34px, 4.2vw, 58px);
}

.rate-actions {
  display: grid;
  gap: 12px;
}

.rates .secondary {
  color: var(--lime);
  background: transparent;
}

.contact {
  background: var(--sky);
}

.locations {
  padding: 3.8vw 4.2vw;
  background:
    linear-gradient(rgba(183, 220, 231, 0.84), rgba(183, 220, 231, 0.84)),
    url("../images/modern/slider-5.jpg") center / cover;
}

.location-heading {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

.location-heading h2 {
  font-size: clamp(42px, 5vw, 70px);
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
  max-width: 960px;
  margin: 0 auto;
}

.location-grid article {
  text-align: center;
  padding: 32px;
  background: rgba(255, 255, 191, 0.72);
}

.location-grid h3 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 3.2vw, 44px);
  font-weight: 400;
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1.1fr 0.9fr auto;
  gap: 30px;
  align-items: start;
  padding: 44px 4.5vw;
  background: var(--olive);
  color: var(--cream);
}

.footer h2 {
  font-size: clamp(34px, 5vw, 58px);
}

.footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 76px;
    padding: 10px 18px;
    border-bottom-width: 6px;
  }

  .brand img {
    width: 128px;
  }

  .site-header.is-scrolled .brand img {
    width: 104px;
  }

  .menu-toggle {
    display: block !important;
  }

  .menu-panel {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    display: none;
    padding: 22px 20px 26px;
    background: rgba(216, 225, 111, 0.94);
    border-bottom: 6px solid var(--lime);
  }

  .menu-panel .reserve-button {
    display: inline-flex;
  }

  .site-header.menu-open .menu-panel {
    display: grid;
    gap: 20px;
    justify-items: center;
  }

  .nav {
    justify-content: center;
    gap: 14px 22px;
    font-size: 14px;
  }

  .social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .reserve-button {
    width: min(100%, 280px);
  }

  .hero,
  .about,
  .casita-showcase,
  .features,
  .rates,
  .locations,
  .contact,
  .footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding: 18px 16px 34px;
  }

  .hero-media img {
    height: min(92vh, 620px);
    min-height: 430px;
    object-position: 24% center;
  }

  .about-image img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .hero-copy {
    bottom: 9%;
    width: min(78vw, 360px);
  }

  h1 {
    font-size: clamp(38px, 11vw, 54px);
    line-height: 0.98;
  }

  .about,
  .gallery,
  .casita-showcase,
  .features,
  .rates,
  .locations,
  .contact {
    padding: 54px 22px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .casita-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .casita-featured img {
    height: auto;
  }

  .rates,
  .contact {
    align-items: stretch;
  }

  .rates h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .location-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }


  .primary,
  .secondary {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .site-header {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    min-height: 72px !important;
    padding: 8px 18px !important;
  }

  .site-header .brand {
    justify-self: start !important;
  }

  .site-header .brand img {
    width: 122px !important;
  }

  .menu-toggle {
    display: grid !important;
    place-items: center !important;
    justify-self: end !important;
    width: 46px !important;
    height: 42px !important;
    border: 2px solid rgba(39, 48, 0, 0.75) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 191, 0.34) !important;
  }

  .menu-toggle span {
    width: 26px !important;
    height: 3px !important;
    margin: 0 !important;
    background: var(--olive) !important;
  }

  .menu-toggle span + span {
    margin-top: 5px !important;
  }

  .site-header:not(.menu-open) .menu-panel {
    display: none !important;
  }

  .site-header.menu-open .menu-panel {
    display: grid !important;
  }

  .menu-panel {
    top: 100% !important;
    padding: 20px 18px 24px !important;
  }
}
