
:root{
  --ink:#101613;
  --paper:#f6f2ea;
  --cream:#eee5d7;
  --sand:#d4c0a2;
  --accent:#8e6a42;
  --white:#fff;
  --muted:#6f756f;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Manrope,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--paper);color:var(--ink)}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;object-fit:cover}
.site-header{
  position:fixed;z-index:50;top:0;left:0;right:0;
  height:86px;display:flex;align-items:center;justify-content:space-between;
  padding:0 5vw;color:white;border-bottom:1px solid rgba(255,255,255,.18);
  background:linear-gradient(to bottom,rgba(0,0,0,.34),rgba(0,0,0,0));
  transition:.25s ease;
}
.site-header.scrolled{height:72px;background:rgba(16,22,19,.95);backdrop-filter:blur(12px)}
.brand{display:flex;align-items:center;gap:11px}
.brand-mark{width:38px;height:38px;border:1px solid rgba(255,255,255,.7);border-radius:50%;display:grid;place-items:center;font-family:"Playfair Display",serif;font-size:14px}
.brand-copy{display:grid;line-height:.9;letter-spacing:.17em}
.brand-copy strong{font-size:15px}.brand-copy small{font-size:8px;margin-top:5px}
.desktop-nav{display:flex;gap:34px;font-size:13px}
.desktop-nav a{opacity:.9}.desktop-nav a:hover{opacity:1}
.top-cta{border:1px solid rgba(255,255,255,.75);padding:11px 18px;border-radius:999px;font-size:13px}

.hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden;color:white}
.hero-bg{position:absolute;inset:0;height:100%}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,14,11,.78) 0%,rgba(8,14,11,.38) 45%,rgba(8,14,11,.08) 75%),linear-gradient(0deg,rgba(0,0,0,.30),transparent 50%)}
.hero-content{position:relative;z-index:2;width:min(740px,88vw);margin-left:7vw;padding-top:80px}
.eyebrow,.section-kicker{font-size:11px;letter-spacing:.22em;font-weight:700}
.hero h1{font-family:"Playfair Display",serif;font-weight:500;font-size:clamp(58px,7vw,108px);line-height:.91;margin:20px 0 25px;letter-spacing:-.04em}
.hero h1 em{font-weight:500;color:#e7d8c2}
.hero-text{font-size:17px;line-height:1.7;max-width:580px;color:rgba(255,255,255,.9);margin:0 0 30px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 21px;border-radius:999px;font-size:13px;font-weight:700;transition:.2s ease}
.btn-primary{background:white;color:var(--ink)}.btn-primary:hover{transform:translateY(-1px);background:#f4efe8}
.btn-ghost{border:1px solid rgba(255,255,255,.55);color:white;background:rgba(0,0,0,.12)}
.btn-dark{background:var(--ink);color:white}
.hero-meta{margin-top:55px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;border-top:1px solid rgba(255,255,255,.25);padding-top:18px;max-width:760px}
.hero-meta div{display:grid;gap:5px}.hero-meta span{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.65)}
.hero-meta strong{font-size:15px}.hero-meta small{font-weight:500;font-size:10px;color:rgba(255,255,255,.7)}

.availability-card{position:absolute;z-index:3;right:4vw;bottom:4vh;width:min(360px,32vw);background:rgba(246,242,234,.95);color:var(--ink);padding:20px;border-radius:18px;backdrop-filter:blur(10px);display:flex;gap:18px;align-items:center;justify-content:space-between;box-shadow:0 18px 45px rgba(0,0,0,.18)}
.availability-card div{display:grid;gap:3px}.availability-card small{font-size:9px;letter-spacing:.14em;color:var(--accent);font-weight:700}.availability-card strong{font-size:14px}.availability-card span{font-size:10px;color:var(--muted)}
.availability-card a{background:var(--ink);color:white;padding:12px 14px;border-radius:12px;font-size:10px;font-weight:700;white-space:nowrap}

.intro{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center;padding:110px 7vw;background:var(--paper)}
.intro-copy{max-width:620px}.section-kicker{color:var(--accent)}.intro h2,.gallery-preview h2,.location h2{font-family:"Playfair Display",serif;font-size:clamp(42px,4.7vw,72px);font-weight:500;line-height:1.02;letter-spacing:-.03em;margin:16px 0 24px}
.intro-copy p,.location p{font-size:16px;line-height:1.8;color:#5d635e;max-width:590px}
.policies{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.policies span{border:1px solid #d8d0c4;padding:9px 12px;border-radius:999px;font-size:11px}
.intro-image{position:relative}.intro-image img{height:650px;border-radius:2px}
.floating-note{position:absolute;left:-34px;bottom:40px;background:var(--ink);color:white;padding:16px 20px;min-width:145px}.floating-note span{font-size:9px;letter-spacing:.14em;color:#c9b89f}.floating-note strong{display:block;margin-top:5px}

.gallery-preview{padding:90px 7vw 110px;background:#e8e0d4}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:35px}.section-heading h2{max-width:720px;margin-bottom:0}
.gallery-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:320px 320px;gap:12px}
.gallery-grid img{height:100%}.gallery-grid img:first-child{grid-row:1/3}
.gallery-grid img:nth-child(2),.gallery-grid img:nth-child(3){height:100%}.gallery-grid img:nth-child(4){display:none}

.details{display:grid;grid-template-columns:repeat(3,1fr);padding:90px 7vw;background:var(--ink);color:white}
.detail-card{padding:0 44px;border-right:1px solid rgba(255,255,255,.14)}.detail-card:first-child{padding-left:0}.detail-card:last-child{border-right:0}
.detail-card span{font-family:"Playfair Display";font-size:26px;color:#bfa98c}.detail-card h3{font-size:19px;margin:20px 0 10px}.detail-card p{font-size:13px;line-height:1.6;color:rgba(255,255,255,.65)}

.location{padding:95px 7vw;display:flex;justify-content:space-between;align-items:end;gap:30px}.location h2{margin-bottom:10px}.location p{margin:0}

.whatsapp-float{position:fixed;z-index:60;right:22px;bottom:22px;background:#183c2e;color:white;padding:13px 17px;border-radius:999px;font-size:12px;font-weight:700;box-shadow:0 12px 35px rgba(0,0,0,.18)}

@media(max-width:900px){
  .desktop-nav{display:none}
  .site-header{padding:0 18px}
  .hero-content{margin-left:0;padding:120px 22px 210px;width:100%}
  .hero h1{font-size:clamp(54px,15vw,82px)}
  .hero-overlay{background:linear-gradient(90deg,rgba(8,14,11,.78),rgba(8,14,11,.25)),linear-gradient(0deg,rgba(0,0,0,.28),transparent)}
  .hero-meta{grid-template-columns:repeat(2,1fr);margin-top:38px}
  .availability-card{left:18px;right:18px;bottom:18px;width:auto}
  .intro{grid-template-columns:1fr;padding:80px 22px;gap:45px}.intro-image img{height:500px}.floating-note{left:14px}
  .gallery-preview{padding:75px 22px}.gallery-grid{grid-template-columns:1fr;grid-template-rows:360px 260px 260px 260px}.gallery-grid img:first-child{grid-row:auto}.gallery-grid img:nth-child(4){display:block}
  .details{grid-template-columns:1fr;padding:60px 22px}.detail-card{padding:28px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}.detail-card:last-child{border-bottom:0}
  .location{padding:75px 22px;align-items:flex-start;flex-direction:column}
}
@media(max-width:520px){
  .brand-copy{display:none}.top-cta{padding:10px 15px}
  .hero-text{font-size:15px}.hero-actions{display:grid}.btn{width:100%}
  .availability-card{display:block}.availability-card a{display:block;text-align:center;margin-top:14px}
  .intro h2,.gallery-preview h2,.location h2{font-size:44px}
}


/* ===== ANEM Paradise calendar v3 ===== */
.booking-section{
  width:100%;
  padding:105px 7vw;
  background:#f4efe6;
  display:grid;
  grid-template-columns:minmax(280px,.82fr) minmax(520px,1.18fr);
  gap:70px;
  align-items:start;
}
.booking-copy{padding-top:10px}
.booking-copy h2{
  margin:15px 0 24px;
  font-family:"Playfair Display",serif;
  font-size:clamp(42px,4.5vw,68px);
  font-weight:500;
  line-height:1.03;
  letter-spacing:-.035em;
  color:#111713;
}
.booking-copy p{
  max-width:500px;
  margin:0;
  font-size:15px;
  line-height:1.8;
  color:#5f665f;
}
.calendar-legend{
  margin-top:28px;
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  font-size:11px;
  color:#5f665f;
}
.calendar-legend span{display:flex;align-items:center;gap:7px}
.legend-dot{display:inline-block;width:10px;height:10px;border-radius:50%}
.available-dot{background:#dfe9e2;border:1px solid #c7d6cc}
.blocked-dot{background:#d8d5cf}
.selected-dot{background:#183c2e}

.booking-panel{
  width:100%;
  max-width:720px;
  justify-self:end;
  padding:32px;
  background:#fff;
  border:1px solid #e3ddd2;
  border-radius:4px;
  box-shadow:0 22px 55px rgba(33,29,22,.08);
}
.calendar-toolbar{
  display:grid !important;
  grid-template-columns:44px minmax(0,1fr) 44px !important;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
}
.calendar-toolbar strong{
  display:block;
  text-align:center;
  font-family:"Playfair Display",serif;
  font-size:26px;
  font-weight:500;
  color:#111713;
  text-transform:capitalize;
}
.calendar-toolbar button{
  appearance:none;
  -webkit-appearance:none;
  width:42px;
  height:42px;
  margin:0;
  padding:0;
  display:grid;
  place-items:center;
  border:1px solid #ddd5c8;
  border-radius:50%;
  background:#fff;
  color:#183c2e;
  font:600 18px/1 Manrope,sans-serif;
  cursor:pointer;
}
.calendar-toolbar button:hover{background:#f5f1e9}

.weekdays{
  display:grid !important;
  grid-template-columns:repeat(7,minmax(0,1fr)) !important;
  width:100%;
  margin-bottom:7px;
}
.weekdays span{
  display:block;
  text-align:center;
  padding:8px 2px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.04em;
  color:#8a8d87;
}
.calendar-grid{
  display:grid !important;
  grid-template-columns:repeat(7,minmax(0,1fr)) !important;
  gap:7px !important;
  width:100%;
}
.calendar-grid > span{min-width:0}
.calendar-grid .day{
  appearance:none;
  -webkit-appearance:none;
  width:100%;
  min-width:0;
  aspect-ratio:1/1;
  min-height:52px;
  margin:0;
  padding:0;
  display:grid;
  place-items:center;
  border:1px solid transparent;
  border-radius:50%;
  background:transparent;
  color:#283129;
  font:600 13px/1 Manrope,sans-serif;
  text-decoration:none;
  cursor:pointer;
  transition:.15s ease;
}
.calendar-grid .day:not(:disabled):hover{
  background:#eef3ef;
  border-color:#d7e2da;
}
.calendar-grid .day.past{
  color:#c9cbc7;
  cursor:not-allowed;
}
.calendar-grid .day.blocked{
  color:#8f918d;
  background:#eeece8;
  border-color:#e4e0d9;
  text-decoration:line-through;
  cursor:not-allowed;
}
.calendar-grid .day.range{
  background:#dfe9e2;
  border-color:#dfe9e2;
  border-radius:8px;
}
.calendar-grid .day.selected{
  background:#183c2e !important;
  border-color:#183c2e !important;
  color:#fff !important;
  border-radius:50% !important;
}
.booking-summary{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px;
  margin-top:26px;
  padding-top:22px;
  border-top:1px solid #ebe5dc;
}
.booking-summary div{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:12px 14px;
  background:#faf8f4;
  border-radius:3px;
}
.booking-summary small{
  font-size:9px;
  font-weight:700;
  letter-spacing:.1em;
  color:#8a8e88;
}
.booking-summary strong{
  font-size:13px;
  line-height:1.35;
  color:#182019;
}
.calendar-status{
  min-height:18px;
  margin:16px 0 14px;
  font-size:11px;
  line-height:1.5;
  color:#697069;
}
.booking-panel #calendarWhatsApp{
  display:flex;
  width:100%;
  min-height:50px;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.booking-panel #calendarWhatsApp.disabled{
  opacity:.42;
  pointer-events:none;
}
.booking-note{
  display:block;
  margin-top:12px;
  text-align:center;
  font-size:9px;
  line-height:1.55;
  color:#888c86;
}
@media(max-width:980px){
  .booking-section{
    grid-template-columns:1fr;
    gap:35px;
    padding:80px 22px;
  }
  .booking-panel{
    max-width:none;
    justify-self:stretch;
  }
}
@media(max-width:580px){
  .booking-panel{padding:20px 14px}
  .calendar-toolbar strong{font-size:22px}
  .calendar-grid{gap:4px !important}
  .calendar-grid .day{min-height:40px;font-size:12px}
  .booking-summary{grid-template-columns:1fr 1fr !important}
  .booking-summary div:last-child{grid-column:1/-1}
}


/* ===== Incluido en la estadía v5 ===== */
.included-section{
  padding:105px 7vw;
  background:#fff;
}
.included-heading{
  max-width:820px;
  margin-bottom:46px;
}
.included-heading h2{
  margin:15px 0 22px;
  font-family:"Playfair Display",serif;
  font-size:clamp(42px,4.5vw,68px);
  font-weight:500;
  line-height:1.04;
  letter-spacing:-.035em;
  color:#111713;
}
.included-heading p{
  max-width:720px;
  margin:0;
  font-size:15px;
  line-height:1.85;
  color:#606760;
}
.included-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid #e7e1d7;
  border-bottom:1px solid #e7e1d7;
}
.included-card{
  padding:34px 28px 38px;
  border-right:1px solid #e7e1d7;
}
.included-card:first-child{padding-left:0}
.included-card:last-child{
  border-right:0;
  padding-right:0;
}
.included-number{
  display:block;
  margin-bottom:28px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
  color:#9a7b57;
}
.included-card h3{
  margin:0 0 18px;
  font-family:"Playfair Display",serif;
  font-size:25px;
  font-weight:500;
  color:#182019;
}
.included-card ul{
  margin:0;
  padding:0;
  list-style:none;
}
.included-card li{
  position:relative;
  margin:0;
  padding:9px 0 9px 16px;
  border-bottom:1px solid #f0ece5;
  font-size:12px;
  line-height:1.45;
  color:#5e655e;
}
.included-card li:last-child{border-bottom:0}
.included-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:17px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#183c2e;
}

@media(max-width:980px){
  .included-section{padding:80px 22px}
  .included-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .included-card{
    padding:30px 24px;
    border-bottom:1px solid #e7e1d7;
  }
  .included-card:first-child{padding-left:24px}
  .included-card:nth-child(2){border-right:0}
  .included-card:nth-child(3){border-bottom:0}
  .included-card:last-child{
    padding-right:24px;
    border-bottom:0;
  }
}
@media(max-width:580px){
  .included-grid{grid-template-columns:1fr}
  .included-card,
  .included-card:first-child,
  .included-card:last-child{
    padding:26px 0;
    border-right:0;
    border-bottom:1px solid #e7e1d7;
  }
  .included-card:last-child{border-bottom:0}
  .included-card h3{font-size:24px}
}


/* ===== Ubicación Cabrera v7 ===== */
.location-v7{
  padding:100px 7vw;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  gap:70px;
  align-items:end;
  background:#f8f5ef;
}
.location-v7 .location-copy{
  max-width:780px;
}
.location-v7 h2{
  margin:14px 0 22px;
  font-family:"Playfair Display",serif;
  font-size:clamp(44px,4.5vw,68px);
  font-weight:500;
  line-height:1.04;
  letter-spacing:-.035em;
  color:#111713;
}
.location-v7 .location-lead{
  max-width:700px;
  margin:0;
  font-size:15px;
  line-height:1.85;
  color:#5f665f;
}
.location-note{
  margin-top:34px;
  padding:24px 26px;
  border-left:3px solid #183c2e;
  background:#fff;
  box-shadow:0 12px 36px rgba(35,31,25,.05);
}
.location-note-label{
  display:block;
  margin-bottom:10px;
  font-size:9px;
  font-weight:700;
  letter-spacing:.14em;
  color:#9a7b57;
}
.location-note p{
  margin:0;
  font-size:12px;
  line-height:1.75;
  color:#626862;
}
.location-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
}
.location-actions .btn{
  width:100%;
  max-width:340px;
  text-align:center;
}
.location-actions small{
  max-width:340px;
  font-size:10px;
  line-height:1.55;
  color:#858a84;
}

@media(max-width:900px){
  .location-v7{
    grid-template-columns:1fr;
    gap:34px;
    padding:80px 22px;
    align-items:start;
  }
  .location-actions .btn,
  .location-actions small{
    max-width:none;
    width:100%;
  }
}


/* Checkout permitido aunque ese día tenga una nueva entrada de Airbnb */
.calendar-grid .day.checkout-allowed{
  cursor:pointer;
  opacity:1;
  outline:1px dashed #9a7b57;
  outline-offset:-3px;
}
.calendar-grid .day.checkout-allowed:hover{
  background:#f7f0e7;
  border-color:#d8c3aa;
}
