:root {
  --cream: #fdfbf6;
  --sand: #f5f0e6;
  --stone: #e6e0d4;
  --charcoal: #2d2a26;
  --olive: #6b7b3d;
  --olive-dark: #4a5626;
  --aqua: #1ba3cc;
  --aqua-dark: #1582a3;
  --terracotta: #c45c3e;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(45, 42, 38, 0.1);
  --radius: 18px;
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Karla', 'Segoe UI', sans-serif;
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }

a { color: var(--aqua-dark); }
h1, h2, h3 { font-family: var(--font-display); margin: 0 0 .6em; line-height: 1.2; font-weight: 600; }

/* Nav */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: .75rem 1.25rem;
  background: rgba(253, 251, 246, .92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--stone);
}
.brand { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-display); font-weight: 600; text-decoration: none; color: var(--charcoal); font-size: 1.1rem; }
.brand-mark { font-size: 1.4rem; }
.nav-links { display: flex; align-items: center; gap: 1.25rem; font-size: .95rem; }
.nav-links a { text-decoration: none; color: var(--charcoal); font-weight: 500; }
.nav-links a:hover { color: var(--olive-dark); }
.nav-cta { background: var(--olive); color: var(--white) !important; padding: .45rem .9rem; border-radius: 999px; }
.nav-cta:hover { background: var(--olive-dark); }
.burger { display: none; flex-direction: column; gap: .28rem; background: none; border: none; cursor: pointer; padding: .5rem; }
.burger span { display: block; width: 24px; height: 2px; background: var(--charcoal); border-radius: 2px; }

@media (max-width: 800px) {
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); flex-direction: column; padding: 1rem 1.25rem; gap: 1rem; border-bottom: 1px solid var(--stone); }
  .nav-links.open { display: flex; }
  .burger { display: flex; }
}

/* Hero */
.hero { position: relative; min-height: 100vh; display: grid; place-items: center; color: var(--white); text-align: center; overflow: hidden; padding: 8rem 1rem 4rem; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(45,42,38,.45) 0%, rgba(45,42,38,.25) 60%, rgba(45,42,38,.55) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .8rem; font-weight: 700; margin-bottom: .8rem; opacity: .85; }
.hero h1 { font-size: clamp(2.8rem, 8vw, 5.5rem); margin-bottom: .6rem; text-shadow: 0 2px 14px rgba(0,0,0,.25); }
.hero-sub { font-size: clamp(1.1rem, 2.5vw, 1.35rem); max-width: 620px; margin: 0 auto 1.4rem; text-shadow: 0 1px 10px rgba(0,0,0,.3); }
.hero-badge { display: inline-block; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(4px); padding: .5rem 1rem; border-radius: 999px; font-weight: 700; font-size: .95rem; margin-bottom: 1.8rem; }
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .85rem 1.4rem; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: 1rem; border: 2px solid transparent; transition: transform .15s, box-shadow .15s, background .15s; cursor: pointer; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(45,42,38,.18); }
.btn-primary { background: var(--olive); color: var(--white); }
.btn-primary:hover { background: var(--olive-dark); }
.btn-ghost { background: rgba(255,255,255,.15); color: var(--white); border-color: rgba(255,255,255,.55); }
.btn-ghost:hover { background: rgba(255,255,255,.25); }

/* Layout */
.wrap { width: min(100% - 2.5rem, var(--max-width)); margin-inline: auto; }
.section { padding: 5rem 0; }
.section-alt { background: var(--sand); }
.section h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom: 1rem; }
.section > .wrap > .lead { max-width: 700px; margin-bottom: 2rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.split-media { display: grid; gap: 1rem; }
.split-media img { border-radius: var(--radius); box-shadow: var(--shadow); }
.split-media-small { width: 75%; justify-self: end; margin-top: -3rem; border: 6px solid var(--cream); }
.facts { display: flex; gap: 1.5rem; list-style: none; padding: 0; margin: 2rem 0 0; }
.facts li { display: flex; flex-direction: column; text-align: center; min-width: 70px; }
.facts strong { font-family: var(--font-display); font-size: 2rem; color: var(--olive); line-height: 1; }
.facts span { font-size: .75rem; text-transform: uppercase; letter-spacing: .05em; margin-top: .3rem; }

@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; gap: 2rem; }
  .split-media-small { width: 100%; margin-top: 0; border: none; }
  .facts { gap: 1rem; justify-content: space-between; }
}

/* Amenities */
.grid-amenities, .grid-around { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.grid-amenities > div, .grid-around > div { background: var(--white); padding: 1.5rem; border-radius: var(--radius); box-shadow: var(--shadow); }
.grid-amenities span { font-size: 2rem; display: inline-block; margin-bottom: .5rem; }
.grid-amenities h3, .grid-around h3 { font-size: 1.15rem; margin-bottom: .4rem; }
.grid-amenities p, .grid-around p { margin: 0; font-size: .95rem; opacity: .85; }

/* Pets */
.pets { background: var(--olive-dark); color: var(--cream); }
.pets a { color: var(--sand); }
.rules { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.rules li { position: relative; padding-left: 2rem; margin-bottom: .85rem; }
.rules li::before { content: "✓"; position: absolute; left: 0; top: .15rem; width: 1.35rem; height: 1.35rem; display: grid; place-items: center; background: var(--cream); color: var(--olive-dark); border-radius: 50%; font-size: .85rem; font-weight: 700; }

/* Prices */
.prices { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.25rem; margin-top: 2rem; }
.prices article { background: var(--white); padding: 1.5rem; border-radius: var(--radius); box-shadow: var(--shadow); text-align: center; }
.prices article.featured { border: 2px solid var(--olive); transform: scale(1.03); }
.prices h3 { font-size: 1.1rem; margin-bottom: .25rem; }
.prices .price { font-family: var(--font-display); font-size: 2rem; color: var(--olive-dark); margin: .6rem 0; font-weight: 600; }
.prices article.featured .price { color: var(--terracotta); }
.price-notes { list-style: none; padding: 0; margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; font-size: .92rem; }
.price-notes li::before { content: "✓"; color: var(--olive); margin-right: .4rem; font-weight: 700; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; margin-top: 2rem; }
.gallery button { border: 0; padding: 0; background: none; cursor: pointer; border-radius: var(--radius); overflow: hidden; position: relative; aspect-ratio: 4/3; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery button:hover img { transform: scale(1.06); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; background: rgba(20, 20, 18, .95); padding: 1rem; }
.lightbox.active { display: grid; }
.lightbox img { max-width: 90vw; max-height: 85vh; border-radius: 12px; }
.lb-close { position: absolute; top: 1rem; right: 1rem; background: rgba(255,255,255,.12); border: 0; color: var(--white); font-size: 2.5rem; width: 48px; height: 48px; border-radius: 50%; cursor: pointer; line-height: 1; }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.12); border: 0; color: var(--white); font-size: 2.5rem; width: 48px; height: 48px; border-radius: 50%; cursor: pointer; }
.lb-prev { left: 1rem; }
.lb-next { right: 1rem; }

/* Contact */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.contact-direct { margin-top: 2rem; line-height: 2; font-size: 1.1rem; }
.contact-direct a { color: var(--charcoal); text-decoration: none; font-weight: 700; }
.contact-direct a:hover { color: var(--olive-dark); }
form { display: flex; flex-direction: column; gap: 1rem; background: var(--white); padding: 1.5rem; border-radius: var(--radius); box-shadow: var(--shadow); }
label { display: flex; flex-direction: column; gap: .35rem; font-size: .9rem; font-weight: 700; }
input, select, textarea { font: inherit; padding: .75rem; border: 1px solid var(--stone); border-radius: 10px; background: var(--cream); }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--olive); border-color: var(--olive); }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-error { color: #a32; margin: .25rem 0 0; font-size: .9rem; min-height: 1.2em; }

@media (max-width: 760px) {
  .contact { grid-template-columns: 1fr; }
}

/* Footer */
.footer { background: var(--charcoal); color: var(--cream); padding: 3rem 0 2rem; font-size: .95rem; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: start; }
.footer a { color: var(--sand); text-decoration: none; }
.footer a:hover { color: var(--white); }
.copy { grid-column: 1 / -1; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .85rem; opacity: .7; }

@media (max-width: 600px) {
  .footer-inner { grid-template-columns: 1fr; }
}

/* Floating WhatsApp */
.wa-float { position: fixed; right: 1rem; bottom: 1rem; z-index: 60; width: 56px; height: 56px; background: #25d366; color: #fff; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 10px 25px rgba(0,0,0,.2); transition: transform .15s; }
.wa-float:hover { transform: scale(1.08); }

/* Animations */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease-out, transform .7s ease-out; }
.reveal.in-view { opacity: 1; transform: none; }
