/* ═══ ESTANCIA ALMA VERDE · Casa de campo & retiro ═══ */
:root {
  --cream: #FAF3E9;
  --cream-2: #F3E9D8;
  --terra: #B4562E;
  --terra-soft: #C97B53;
  --green: #2F4A3C;
  --green-soft: #4A6B57;
  --ink: #2B241B;
  --muted: #7A6F60;
  --line: rgba(43, 36, 27, 0.12);
  --sans: 'Manrope', sans-serif;
  --serif: 'Fraunces', serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { background: var(--cream); color: var(--ink); font-family: var(--sans); font-weight: 300; line-height: 1.7; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: var(--sans); }
::selection { background: var(--terra); color: #fff; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; }
em { font-style: italic; color: var(--terra); }
.brand { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; letter-spacing: .02em; }
.brand em { color: var(--terra); }

/* Nav */
.nav-wrap { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 22px 0; transition: all .5s var(--ease); }
.nav-wrap.scrolled { padding: 10px 0; background: rgba(250, 243, 233, .85); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.nav-wrap .brand { color: #fff; }
.nav-wrap .brand em { color: #F2C9A8; }
.nav-wrap.scrolled .brand, .nav-wrap.scrolled .brand em { color: var(--ink); }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.9); transition: color .3s; }
.nav-wrap.scrolled .nav-links a { color: var(--muted); }
.nav-links a:hover { color: var(--terra); }
.nav-wrap.scrolled .nav-links a:hover { color: var(--terra); }
.nav-cta { border: 1px solid currentColor; padding: 11px 22px; border-radius: 100px; }
.nav-cta:hover { background: var(--terra); color: #fff !important; border-color: var(--terra); }
.nav-toggle { display: none; background: none; border: none; font-size: 1.4rem; color: inherit; cursor: pointer; }

/* Hero */
.hero { position: relative; min-height: 100vh; display: flex; align-items: flex-end; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(43,36,27,.28) 0%, rgba(43,36,27,.15) 45%, rgba(43,36,27,.85) 100%); }
.hero-content { position: relative; z-index: 2; color: #fff; padding: 120px 0 90px; max-width: 720px; }
.hero-kicker { font-size: .7rem; letter-spacing: .34em; text-transform: uppercase; color: #F2C9A8; }
.hero h1 { font-size: clamp(2.8rem, 7vw, 5.2rem); line-height: 1.04; margin: 20px 0 20px; font-weight: 400; }
.hero h1 em { color: #F2C9A8; }
.hero p { font-size: 1.05rem; color: rgba(255,255,255,.85); max-width: 520px; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 30px; font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; transition: all .35s var(--ease); }
.btn-solid { background: var(--terra); color: #fff; border-radius: 100px; }
.btn-solid:hover { background: var(--terra-soft); transform: translateY(-3px); box-shadow: 0 14px 30px rgba(180,86,46,.35); }
.btn-soft { color: #fff; border: 1px solid rgba(255,255,255,.5); border-radius: 100px; }
.btn-soft:hover { border-color: #fff; background: rgba(255,255,255,.12); }
.btn-block { width: 100%; justify-content: center; }

/* Intro */
.intro { text-align: center; padding: clamp(60px, 9vw, 100px) 0; }
.intro-leaf { width: 66px; height: 66px; border-radius: 50%; background: var(--green); color: #F2C9A8; font-size: 1.4rem; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 28px; }
.intro-quote { font-family: var(--serif); font-style: italic; font-size: clamp(1.4rem, 3.4vw, 2.1rem); max-width: 760px; margin: 0 auto 36px; line-height: 1.4; }
.intro-meta { display: flex; justify-content: center; gap: 34px; flex-wrap: wrap; font-size: .8rem; letter-spacing: .08em; color: var(--muted); }
.intro-meta i { color: var(--terra); margin-right: 8px; }

/* Sections */
.section { padding: clamp(60px, 9vw, 110px) 0; }
.section-beige { background: var(--cream-2); }
.sec-head { max-width: 720px; margin-bottom: 44px; }
.sec-kicker { font-size: .7rem; letter-spacing: .3em; text-transform: uppercase; color: var(--terra); }
.sec-head h2 { font-size: clamp(2rem, 4.6vw, 3.2rem); line-height: 1.1; margin: 16px 0 16px; }
.sec-copy { color: var(--muted); max-width: 560px; }

/* Experiencia */
.exp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.exp-card { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 20px 40px rgba(43,36,27,.07); transition: transform .5s var(--ease); }
.exp-card:hover { transform: translateY(-8px); }
.exp-card img { width: 100%; height: 210px; object-fit: cover; }
.exp-card h3 { font-size: 1.35rem; margin: 22px 24px 10px; }
.exp-card p { color: var(--muted); font-size: .93rem; padding: 0 24px 26px; }

/* Alojamiento */
.rooms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.room { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 20px 40px rgba(43,36,27,.07); }
.room-img { position: relative; }
.room-img img { width: 100%; height: 240px; object-fit: cover; }
.room-tag { position: absolute; top: 16px; left: 16px; background: var(--green); color: #F2C9A8; font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; padding: 8px 14px; border-radius: 100px; }
.room-body { padding: 22px 24px 26px; }
.room-body h3 { font-size: 1.3rem; margin-bottom: 8px; }
.room-body p { color: var(--muted); font-size: .92rem; margin-bottom: 18px; }
.room-foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 16px; font-size: .8rem; }
.room-foot span { color: var(--muted); }
.room-foot a { color: var(--terra); font-weight: 600; letter-spacing: .06em; }
.room-foot a:hover { gap: 6px; }

/* Actividades */
.act-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.act-text h2 { font-size: clamp(2rem, 4.4vw, 3rem); line-height: 1.1; margin: 16px 0 26px; }
.act-list { list-style: none; display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
.act-list li { font-size: .98rem; display: flex; align-items: center; gap: 14px; }
.act-list i { width: 40px; height: 40px; border-radius: 50%; background: var(--green); color: #F2C9A8; display: flex; align-items: center; justify-content: center; font-size: .9rem; flex-shrink: 0; }
.act-media img { border-radius: 20px; box-shadow: 0 30px 60px rgba(43,36,27,.15); }

/* Reseñas */
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rev { background: #fff; border-radius: 18px; padding: 32px 30px; box-shadow: 0 20px 40px rgba(43,36,27,.06); }
.rev-stars { color: var(--terra); letter-spacing: 3px; font-size: .9rem; margin-bottom: 16px; }
.rev blockquote { font-family: var(--serif); font-style: italic; font-size: 1.05rem; line-height: 1.6; margin-bottom: 22px; }
.rev figcaption { font-size: .82rem; color: var(--muted); }
.rev figcaption strong { color: var(--ink); }

/* Reservas */
.reserve-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.reserve-info h2 { font-size: clamp(2rem, 4.4vw, 3rem); line-height: 1.1; margin: 16px 0 16px; }
.reserve-info > p { color: var(--muted); margin-bottom: 28px; }
.contact-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.contact-list li { display: flex; align-items: center; gap: 14px; font-size: .95rem; }
.contact-list i { width: 42px; height: 42px; border-radius: 50%; background: var(--green); color: #F2C9A8; display: flex; align-items: center; justify-content: center; }
.reserve-form { background: #fff; border-radius: 18px; padding: 36px; display: flex; flex-direction: column; gap: 14px; box-shadow: 0 30px 60px rgba(43,36,27,.08); }
.reserve-form h3 { font-size: 1.3rem; margin-bottom: 6px; }
.reserve-form input, .reserve-form select, .reserve-form textarea { border: 1px solid var(--line); border-radius: 12px; background: var(--cream); padding: 14px 16px; font-family: var(--sans); font-size: .9rem; color: var(--ink); }
.reserve-form input:focus, .reserve-form select:focus, .reserve-form textarea:focus { outline: none; border-color: var(--terra); }

/* Footer */
footer { background: var(--green); color: rgba(255,255,255,.8); padding: 56px 0 0; }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; padding-bottom: 44px; }
.footer-brand .brand { color: #fff; }
.footer-brand .brand em { color: #F2C9A8; }
.footer-brand p { margin-top: 14px; font-size: .88rem; max-width: 320px; }
.footer-brand strong { color: #F2C9A8; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h5 { color: #F2C9A8; font-size: .7rem; letter-spacing: .26em; text-transform: uppercase; margin-bottom: 8px; }
.footer-col a { font-size: .88rem; color: rgba(255,255,255,.75); transition: color .3s; }
.footer-col a:hover { color: #F2C9A8; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); padding-top: 22px; padding-bottom: 26px; font-size: .8rem; }
.footer-bottom b { color: #F2C9A8; }

/* WhatsApp float */
.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 90; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; box-shadow: 0 12px 30px rgba(37,211,102,.4); transition: all .35s; }
.wa-float:hover { transform: translateY(-4px) scale(1.05); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 900px) {
  .nav-links { position: fixed; top: 0; right: 0; height: 100vh; width: min(320px, 82vw); background: var(--cream); flex-direction: column; justify-content: center; gap: 30px; padding: 40px; transform: translateX(100%); visibility: hidden; transition: transform .5s var(--ease), visibility 0s .5s; box-shadow: -20px 0 60px rgba(0,0,0,.2); z-index: 110; }
  .nav-links.open { transform: translateX(0); visibility: visible; transition: transform .5s var(--ease), visibility 0s; }
  .nav-links a, .nav-wrap.scrolled .nav-links a { color: var(--muted); }
  .nav-toggle { display: block; z-index: 120; color: var(--ink); }
  .nav-wrap, .nav-wrap.scrolled { background: rgba(250,243,233,.92); }
  .nav-wrap .brand { color: var(--ink); }
  .exp-grid, .rooms-grid, .rev-grid { grid-template-columns: 1fr; }
  .act-inner, .reserve-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .container { padding: 0 20px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 28px 24px; text-align: left; }
  .footer-brand { grid-column: 1 / -1; text-align: center; }
  .footer-brand p { max-width: 100%; margin-left: auto; margin-right: auto; }
  .footer-col { align-items: flex-start; }
  .footer-bottom { text-align: center; }
}
