/* ==========================================================================
   Las Piedras del Río Bueno — Design tokens
   Color: crema #F4EEE3 · terracota #A8613A · marrón #4E3324 · dorado #C69A5C · verde bosque #2D4635
   Type: Fraunces (display) + Inter (body) + Caveat (acento manuscrito)
   ========================================================================== */

:root{
  --cream: #F5EFE3; 
  --cream2: oklch(94.5% .022 70);
  --cream-soft: #FBF8F2;
  --cream-deep: #EDE2CE;
  --terracotta: #A8613A;
  --terracotta-dark: #8B4C2C;
  --brown: #4E3324;
  --brown-soft: #6B4A34;
  --gold: #C69A5C;
  --forest: #2D4635;
  --forest-light: #3E5A46;
  --ink: #3A2A1E;
  --white: #FFFFFF;

  --font-display: "Fraunces", serif;
  --font-body: "Inter", sans-serif;
  --font-script: "Caveat", cursive;

  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  --shadow-sm: 0 4px 16px rgba(78, 51, 36, 0.08);
  --shadow-md: 0 12px 32px rgba(78, 51, 36, 0.14);
  --shadow-lg: 0 24px 60px rgba(78, 51, 36, 0.20);

  --container: 1180px;
}

*{ box-sizing: border-box; margin: 0; padding: 0; }

html{ scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *{ animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

body{
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream-soft);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a{ color: inherit; text-decoration: none; }

ul{ list-style: none; }

h1, h2, h3, h4{
  font-family: var(--font-display);
  color: var(--brown);
  font-weight: 500;
  line-height: 1.15;
}

.script{
  font-family: var(--font-script);
  font-weight: 600;
  color: var(--terracotta);
  font-style: normal;
}

.container{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.container-narrow{ max-width: 780px; }

:focus-visible{
  outline: 3px solid var(--terracotta);
  outline-offset: 3px;
}

/* ---------- Buttons ---------- */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}
.btn-primary{
  background: var(--terracotta);
  color: var(--white);
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover{
  background: var(--terracotta-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.btn-ghost{
  background: transparent;
  border-color: var(--brown);
  color: var(--brown);
}
.btn-ghost:hover{
  background: var(--brown);
  color: var(--white);
}
.btn-sm{ padding: 10px 22px; font-size: 0.88rem; }
.btn-block{ width: 100%; }
.btn-nav{ display: none; }

/* ---------- Icons (inline SVG via mask) ---------- */
.feature-icon{
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  flex-shrink: 0;
}
.feature-icon[data-icon="wifi"]{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 20a1.6 1.6 0 1 0 0-3.2 1.6 1.6 0 0 0 0 3.2Zm-4.6-5.4a6.5 6.5 0 0 1 9.2 0l-1.8 1.8a4 4 0 0 0-5.6 0l-1.8-1.8Zm-3.6-3.6a11.3 11.3 0 0 1 16.4 0l-1.8 1.8a8.8 8.8 0 0 0-12.8 0L3.8 11Zm-3.6-3.6a16.1 16.1 0 0 1 23.6 0l-1.8 1.8a13.6 13.6 0 0 0-20 0L.2 7.4Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 20a1.6 1.6 0 1 0 0-3.2 1.6 1.6 0 0 0 0 3.2Zm-4.6-5.4a6.5 6.5 0 0 1 9.2 0l-1.8 1.8a4 4 0 0 0-5.6 0l-1.8-1.8Zm-3.6-3.6a11.3 11.3 0 0 1 16.4 0l-1.8 1.8a8.8 8.8 0 0 0-12.8 0L3.8 11Zm-3.6-3.6a16.1 16.1 0 0 1 23.6 0l-1.8 1.8a13.6 13.6 0 0 0-20 0L.2 7.4Z'/%3E%3C/svg%3E"); }
.feature-icon[data-icon="parking"]{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Zm5 4v10h2.4v-3.4h1.9c2 0 3.4-1.4 3.4-3.3S16.3 7 14.3 7H10Zm2.4 2h1.7c.9 0 1.4.6 1.4 1.3s-.5 1.4-1.4 1.4h-1.7V9Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Zm5 4v10h2.4v-3.4h1.9c2 0 3.4-1.4 3.4-3.3S16.3 7 14.3 7H10Zm2.4 2h1.7c.9 0 1.4.6 1.4 1.3s-.5 1.4-1.4 1.4h-1.7V9Z'/%3E%3C/svg%3E"); }
.feature-icon[data-icon="camera"]{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 3h6l1.2 2H20a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h3.8L9 3Zm3 6a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9Zm0 2a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 3h6l1.2 2H20a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h3.8L9 3Zm3 6a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9Zm0 2a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Z'/%3E%3C/svg%3E"); }
.feature-icon[data-icon="heart"]{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-7.5-4.6-10-9.3C.6 8.4 2.3 5 5.8 5c2 0 3.5 1 4.9 2.7C11.9 6 13.4 5 15.5 5c3.5 0 5.2 3.4 3.7 6.7C19 16.4 12 21 12 21Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-7.5-4.6-10-9.3C.6 8.4 2.3 5 5.8 5c2 0 3.5 1 4.9 2.7C11.9 6 13.4 5 15.5 5c3.5 0 5.2 3.4 3.7 6.7C19 16.4 12 21 12 21Z'/%3E%3C/svg%3E"); }
.feature-icon[data-icon="pin"]{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.3 7 13 7 13s7-7.7 7-13a7 7 0 0 0-7-7Zm0 9.6A2.6 2.6 0 1 1 12 6.4a2.6 2.6 0 0 1 0 5.2Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.3 7 13 7 13s7-7.7 7-13a7 7 0 0 0-7-7Zm0 9.6A2.6 2.6 0 1 1 12 6.4a2.6 2.6 0 0 1 0 5.2Z'/%3E%3C/svg%3E"); }
.feature-icon[data-icon="invoice"]{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 2h9l5 5v15a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1Zm8 6V3.5L19.5 9H15a1 1 0 0 1-1-1ZM7 12h10v1.6H7V12Zm0 3.6h10v1.6H7v-1.6Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 2h9l5 5v15a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1Zm8 6V3.5L19.5 9H15a1 1 0 0 1-1-1ZM7 12h10v1.6H7V12Zm0 3.6h10v1.6H7v-1.6Z'/%3E%3C/svg%3E"); }
.feature-icon[data-icon="water"]{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2s6 7.4 6 12a6 6 0 1 1-12 0c0-4.6 6-12 6-12Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2s6 7.4 6 12a6 6 0 1 1-12 0c0-4.6 6-12 6-12Z'/%3E%3C/svg%3E"); }
.feature-icon[data-icon="broom"]{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 2 3 13l3 3L17 5l-3-3Zm-9.4 15L2 21.4l1.6 1.6L7.2 19 4.6 17Zm7.7-8.3 3 3L12 15l-3-3 3.3-3.3Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 2 3 13l3 3L17 5l-3-3Zm-9.4 15L2 21.4l1.6 1.6L7.2 19 4.6 17Zm7.7-8.3 3 3L12 15l-3-3 3.3-3.3Z'/%3E%3C/svg%3E"); }
.feature-icon[data-icon="bed"]{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 7a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v3h2V6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v9h-2v-2H5v2H3V7Zm2 5h14v-2h-5.5a1.5 1.5 0 0 0-1.5-1.5H9A1.5 1.5 0 0 0 7.5 10H5v2Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 7a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v3h2V6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v9h-2v-2H5v2H3V7Zm2 5h14v-2h-5.5a1.5 1.5 0 0 0-1.5-1.5H9A1.5 1.5 0 0 0 7.5 10H5v2Z'/%3E%3C/svg%3E"); }
.feature-icon[data-icon="soap"]{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 2h2v2.2c1.7.4 3 2 3 3.8H7c0-1.8 1.3-3.4 3-3.8V2ZM5 10h14a1 1 0 0 1 1 1v9a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-9a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 2h2v2.2c1.7.4 3 2 3 3.8H7c0-1.8 1.3-3.4 3-3.8V2ZM5 10h14a1 1 0 0 1 1 1v9a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-9a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E"); }
.feature-icon[data-icon="whatsapp"]{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 0 0-8.6 15L2 22l5.2-1.4A10 10 0 1 0 12 2Zm5.5 14.1c-.2.6-1.3 1.2-1.8 1.3-.5.1-1 .1-3.3-.8-2.8-1.1-4.6-3.9-4.7-4.1-.1-.2-1.1-1.5-1.1-2.8 0-1.3.7-1.9 1-2.2.2-.2.5-.3.7-.3h.5c.2 0 .4 0 .6.5.2.5.7 1.8.8 1.9.1.2.1.3 0 .5-.1.2-.1.3-.3.5-.1.2-.3.4-.4.5-.1.1-.3.3-.1.6.2.3.9 1.4 1.9 2.3 1.3 1.2 2.4 1.5 2.7 1.7.3.2.5.1.6-.1.2-.2.7-.8.9-1.1.2-.3.4-.2.6-.1.2.1 1.5.7 1.8.8.3.1.4.2.5.3.1.2.1.9-.1 1.5Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 0 0-8.6 15L2 22l5.2-1.4A10 10 0 1 0 12 2Zm5.5 14.1c-.2.6-1.3 1.2-1.8 1.3-.5.1-1 .1-3.3-.8-2.8-1.1-4.6-3.9-4.7-4.1-.1-.2-1.1-1.5-1.1-2.8 0-1.3.7-1.9 1-2.2.2-.2.5-.3.7-.3h.5c.2 0 .4 0 .6.5.2.5.7 1.8.8 1.9.1.2.1.3 0 .5-.1.2-.1.3-.3.5-.1.2-.3.4-.4.5-.1.1-.3.3-.1.6.2.3.9 1.4 1.9 2.3 1.3 1.2 2.4 1.5 2.7 1.7.3.2.5.1.6-.1.2-.2.7-.8.9-1.1.2-.3.4-.2.6-.1.2.1 1.5.7 1.8.8.3.1.4.2.5.3.1.2.1.9-.1 1.5Z'/%3E%3C/svg%3E"); }
.feature-icon[data-icon="phone"]{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 2.5 9.8 6 8 8.5c.9 2 2.9 4 5 5l2.5-1.8 3.5 3.2c-.6 1.4-2 3.1-3.8 3.1C10.5 18 6 13.5 6 8.8c0-1.8 1.7-3.2 3.1-3.8L6.6 2.5Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 2.5 9.8 6 8 8.5c.9 2 2.9 4 5 5l2.5-1.8 3.5 3.2c-.6 1.4-2 3.1-3.8 3.1C10.5 18 6 13.5 6 8.8c0-1.8 1.7-3.2 3.1-3.8L6.6 2.5Z'/%3E%3C/svg%3E"); }
.feature-icon[data-icon="mail"]{ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Zm1.4 2 7.6 6 7.6-6H4.4ZM4 8.3V17h16V8.3l-8 6.3-8-6.3Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Zm1.4 2 7.6 6 7.6-6H4.4ZM4 8.3V17h16V8.3l-8 6.3-8-6.3Z'/%3E%3C/svg%3E"); }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header{
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 239, 227, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(78, 51, 36, 0.08);
}
.header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  gap: 16px;
}
.brand{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.brand-mark{
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 29%;
  border: 1px solid var(--gold);
}
.brand-text{
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.brand-text strong{
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--brown);
}
.brand-text em{
  font-family: var(--font-script);
  font-style: normal;
  font-size: 1rem;
  color: var(--terracotta);
}
.main-nav{
  display: flex;
  gap: 26px;
  flex: 1;
  justify-content: center;
}
.main-nav a{
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--brown-soft);
  position: relative;
  padding: 4px 0;
}
.main-nav a:hover{ color: var(--terracotta); }
.nav-toggle{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span{
  width: 24px;
  height: 2px;
  background: var(--brown);
  border-radius: 2px;
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero{
  position: relative;
  padding: 90px 0 120px; /* espacio inferior para la tarjeta de features superpuesta */
  overflow: visible;
  color: var(--white);
}
.hero-bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
  z-index: 0;
}
.hero-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(45,30,18,0.55) 0%, rgba(45,30,18,0.72) 55%, var(--cream-soft) 100%);
  z-index: 1;
}
.hero-content{
  position: relative;
  text-align: center;
  max-width: 720px;
  padding-top: 20px;
  padding-bottom: 70px;
  z-index: 2;
}
.hero-badge{
  width: 30%;
  /* height: 190px; */
  object-fit: cover;
  border-radius: 20%;
  /* border: 3px solid var(--cream); */
  margin: 0 auto 18px;
  box-shadow: var(--shadow-md);
}
.eyebrow{
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 10px;
}
.hero h1{
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  color: var(--white);
  margin-bottom: 16px;
}
.hero .script{ color: var(--gold); font-size: 1.1em; }
.hero-sub{
  font-size: 1.05rem;
  color: rgba(255,255,255,0.9);
  max-width: 520px;
  margin: 0 auto 32px;
}
.hero-actions{
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero .btn-ghost{
  border-color: rgba(255,255,255,0.7);
  color: var(--white);
}
.hero .btn-ghost:hover{
  background: var(--white);
  color: var(--brown);
}

.hero-features{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px; /* sobresale del hero hacia la siguiente sección */
  width: min(1120px, calc(100% - 48px));
  background: var(--cream-soft);
  padding: 18px 20px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  z-index: 3;
}
.hero-features-grid{
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  justify-content: center;
}
.feature-chip{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--brown-soft);
}
.feature-chip .feature-icon{ color: var(--terracotta); width: 18px; height: 18px; }

/* Road divider — signature element echoing the logo's winding road */
.road-divider{
  height: 46px;
  background: var(--cream-soft);
  position: relative;
}
.road-divider::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 46' preserveAspectRatio='none'%3E%3Cpath d='M0 30 C 200 5, 400 45, 600 25 S 1000 5, 1200 28' stroke='%23C69A5C' stroke-width='2' fill='none' stroke-dasharray='1 10' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.7;
}
.road-divider.flip::before{ transform: scaleY(-1); }

/* ==========================================================================
   Sections — generic
   ========================================================================== */
.section{ padding: 88px 0; }
.alt-bg{ background: var(--cream-deep); }
.section-head{ text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-head h2{ font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin-bottom: 12px; }
.section-lead{ color: var(--brown-soft); font-size: 1rem; }
.section-head.light .eyebrow{ color: var(--gold); }
.section-head.light h2{ color: var(--cream-soft); }
.section-head.light .section-lead{ color: rgba(245,239,227,0.8); }

/* ---------- Bienvenida ---------- */
.welcome-grid{
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.welcome-media{
  position: relative;
}
.welcome-img-main{
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.welcome-img-small{
  position: absolute;
  bottom: -32px;
  right: -32px;
  width: 46%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius-md);
  border: 6px solid var(--cream-soft);
  box-shadow: var(--shadow-md);
}
.welcome-copy .eyebrow{ color: var(--terracotta); }
.welcome-copy h2{ margin-bottom: 20px; font-size: clamp(1.7rem, 3.2vw, 2.3rem); }
.welcome-copy p{ color: var(--brown-soft); margin-bottom: 14px; }
.welcome-copy p:last-child{ margin-bottom: 0; }

/* ---------- Alojamientos: Hostal card ---------- */
.hostal-card{
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  background: var(--cream-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  margin-bottom: 64px;
}
.hostal-media{ min-height: 320px; }
.hostal-media img{ width: 100%; height: 100%; object-fit: cover; }
.hostal-info{ padding: 44px; }
.tag{
  display: inline-block;
  background: rgba(168, 97, 58, 0.12);
  color: var(--terracotta);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 14px;
}
.hostal-info h3{ font-size: 1.5rem; margin-bottom: 10px; }
.hostal-info > p{ color: var(--brown-soft); margin-bottom: 20px; }
.hostal-price{ display: flex; align-items: baseline; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.hostal-price.small{ margin-bottom: 16px; }
.price{ font-family: var(--font-display); font-size: 2rem; color: var(--terracotta); font-weight: 600; }
.price-note{ color: var(--brown-soft); font-size: 0.85rem; }
.check-list{ display: grid; gap: 10px; margin-bottom: 28px; }
.check-list.two-col{ grid-template-columns: 1fr 1fr; }
.check-list li{
  position: relative;
  padding-left: 24px;
  color: var(--brown-soft);
  font-size: 0.92rem;
}
.check-list li::before{
  content: "";
  position: absolute;
  left: 0; top: 6px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--gold);
}

/* ---------- Cabañas ---------- */
.cabanas-head{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 10px;
}
.cabanas-head h3{ font-size: 1.4rem; }
.count-tag{ color: var(--brown-soft); font-size: 0.88rem; }
.cabanas-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.cabana-card{
  background: var(--cream-soft);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cabana-card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); }
.cabana-media{ position: relative; aspect-ratio: 4/3; }
.cabana-media img{ width: 100%; height: 100%; object-fit: cover; }
.cabana-media.placeholder{
  display: flex; align-items: center; justify-content: center;
  background: repeating-linear-gradient(135deg, var(--cream-deep), var(--cream-deep) 10px, #E4D6BC 10px, #E4D6BC 20px);
  color: var(--brown-soft);
  font-size: 0.82rem;
  text-align: center;
  padding: 12px;
}
.cabana-badge{
  position: absolute;
  bottom: 10px; left: 10px;
  background: rgba(45, 30, 18, 0.72);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
}
.cabana-body{ padding: 20px; }
.cabana-body h4{ font-size: 1.1rem; margin-bottom: 6px; }
.cabana-services{ font-size: 0.82rem; color: var(--brown-soft); margin-bottom: 16px; }
.cabana-foot{ display: flex; align-items: center; justify-content: space-between; }
.price-tbd{ font-size: 0.85rem; font-weight: 600; color: var(--gold); }
.link-arrow{ font-weight: 600; color: var(--terracotta); font-size: 0.88rem; }
.link-arrow:hover{ color: var(--terracotta-dark); }
.fine-print{ margin-top: 20px; text-align: center; font-size: 0.8rem; color: var(--brown-soft); opacity: 0.8; }

/* ---------- Servicios ---------- */
.servicios-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.servicio-item{
  display: flex;
  align-items: center;
  gap: 14px;
  background: oklch(97.5% .012 75);
  border: 1px solid rgba(78,51,36,0.08);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  font-weight: 600;
  color: var(--brown);
  font-size: 0.95rem;
}
.servicio-item .feature-icon{ color: var(--terracotta); width: 26px; height: 26px; }

/* ---------- Experiencias ---------- */
.experiencias{ background: var(--forest); }
.experiencias-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.experiencia-card{
  background: var(--cream-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.experiencia-media{ aspect-ratio: 16/9; }
.experiencia-media img{ width: 100%; height: 100%; object-fit: cover; }
.placeholder-dark{
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--forest-light), var(--forest));
  color: rgba(245,239,227,0.75);
  font-size: 0.85rem;
}
.experiencia-body{ padding: 30px; }
.experiencia-body h3{ font-size: 1.3rem; margin-bottom: 10px; }
.experiencia-body p{ color: var(--brown-soft); margin-bottom: 18px; }

/* ---------- Qué visitar ---------- */
.visitar-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.visitar-card{
  background: var(--cream-soft);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.visitar-media{ aspect-ratio: 4/3; }
.visitar-media img{ width: 100%; height: 100%; object-fit: cover; }
.visitar-media.placeholder{
  display: flex; align-items: center; justify-content: center;
  background: var(--cream-deep);
  color: var(--brown-soft);
  font-size: 0.82rem;
}
.visitar-body{ padding: 20px; }
.visitar-top{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; gap: 8px; }
.visitar-top h4{ font-size: 1.05rem; }
.time-tag{
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--terracotta);
  background: rgba(168, 97, 58, 0.1);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}
.visitar-body p{ color: var(--brown-soft); font-size: 0.88rem; }

/* ---------- Galería ---------- */
.gallery-tabs{
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.gallery-tab{
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(78,51,36,0.15);
  background: transparent;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--brown-soft);
  cursor: pointer;
  transition: all 0.2s ease;
}
.gallery-tab:hover{ border-color: var(--terracotta); color: var(--terracotta); }
.gallery-tab.active{ background: var(--terracotta); border-color: var(--terracotta); color: var(--white); }
.gallery-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.g-item{
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: transform 0.3s ease;
}
.g-item:hover{ transform: scale(1.02); }
.g-item.hidden{ display: none; }

/* ---------- FAQ ---------- */
.faq-list{ display: flex; flex-direction: column; gap: 12px; }
.faq-item{
  background: var(--cream-soft);
  border-radius: var(--radius-md);
  padding: 6px 24px;
  box-shadow: var(--shadow-sm);
}
.faq-item summary{
  cursor: pointer;
  padding: 18px 0;
  font-weight: 600;
  color: var(--brown);
  list-style: none;
  position: relative;
  padding-right: 30px;
}
.faq-item summary::-webkit-details-marker{ display: none; }
.faq-item summary::after{
  content: "+";
  position: absolute;
  right: 0; top: 16px;
  font-size: 1.3rem;
  color: var(--terracotta);
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after{ transform: rotate(45deg); }
.faq-item p{ color: var(--brown-soft); padding-bottom: 20px; font-size: 0.92rem; }

/* ---------- Ubicación ---------- */
.ubicacion-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.ubicacion-info .eyebrow{ color: var(--terracotta); }
.ubicacion-info h2{ margin-bottom: 16px; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.address{ font-weight: 600; color: var(--brown); margin-bottom: 20px; }
.ubicacion-info .check-list{ margin-bottom: 28px; }
.ubicacion-map{
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  aspect-ratio: 4/3;
}

/* ---------- Opiniones ---------- */
.opiniones-placeholder{
  text-align: center;
  background: var(--cream-soft);
  border: 1px dashed var(--gold);
  border-radius: var(--radius-lg);
  padding: 48px 24px;
  max-width: 640px;
  margin: 0 auto;
}
.opiniones-placeholder p{ color: var(--brown-soft); margin-bottom: 14px; }

/* ---------- Contacto ---------- */
.contacto{ background: var(--brown); color: var(--cream-soft); }
.contacto-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.eyebrow.light{ color: var(--gold); }
.contacto-info h2{ color: var(--cream-soft); margin-bottom: 16px; font-size: clamp(1.7rem, 3vw, 2.3rem); }
.contacto-info > p{ color: rgba(245,239,227,0.8); margin-bottom: 28px; }
.contact-list{ display: flex; flex-direction: column; gap: 16px; }
.contact-list li{ display: flex; align-items: center; gap: 12px; font-size: 0.95rem; }
.contact-list .feature-icon{ color: var(--gold); }
.contact-list a:hover{ color: var(--gold); }

.contact-form{
  background: var(--cream-soft);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-lg);
}
.form-row{ margin-bottom: 18px; }
.form-row label{
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--brown);
  margin-bottom: 6px;
}
.form-row input, .form-row textarea{
  width: 100%;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(78,51,36,0.2);
  background: var(--white);
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--ink);
}
.form-row input:focus, .form-row textarea:focus{
  outline: none;
  border-color: var(--terracotta);
}
.form-note{ margin-top: 12px; font-size: 0.85rem; color: var(--terracotta); text-align: center; min-height: 1em; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer{ background: var(--forest); color: rgba(245,239,227,0.95); padding: 48px 0 28px; }
.footer-inner{
  display: grid;
  grid-template-columns: minmax(220px, 1.5fr) minmax(170px, 1fr) minmax(220px, 1.2fr);
  gap: 32px;
  align-items: start;
}
.footer-column{ display: flex; flex-direction: column; gap: 18px; }
.footer-brand{ display: flex; gap: 16px; align-items: flex-start; color: var(--cream-soft); }
.footer-brand .brand-mark{ width: 82px; height: 82px; }
.footer-brand span{ display: block; font-size: 1rem; font-weight: 700; letter-spacing: 0.02em; }
.footer-brand-copy{ color: rgba(245,239,227,0.8); max-width: 320px; line-height: 1.7; font-size: 0.95rem; margin: 0; }
.footer-section-title{ margin: 0 0 14px; font-size: 0.95rem; font-weight: 700; color: var(--cream-soft); }
.footer-nav{ display: flex; flex-direction: column; gap: 12px; }
.footer-nav a{ font-size: 0.95rem; color: rgba(245,239,227,0.9); text-decoration: none; }
.footer-nav a:hover{ color: var(--gold); }
.footer-contact-list{ list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.footer-contact-list li{ display: flex; align-items: center; gap: 12px; font-size: 0.95rem; color: rgba(245,239,227,0.85); }
.footer-contact-list .feature-icon{ color: var(--gold); }
.footer-copy{ font-size: 0.84rem; width: 100%; text-align: center; opacity: 0.75; margin-top: 24px; }

.sub-footer{ background: rgba(46, 18, 7, 0.95); color: rgba(245,239,227,0.75); padding: 16px 0; }
.sub-footer-inner{ display: flex; align-items: center; justify-content: center; }
.sub-footer a{ color: rgba(245,239,227,0.9); text-decoration: none; font-weight: 600; }
.sub-footer a:hover{ color: var(--gold); }

/* ---------- WhatsApp flotante ---------- */
.whatsapp-float{
  position: fixed;
  bottom: 24px; right: 24px;
  width: 58px; height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-lg);
  z-index: 200;
  transition: transform 0.2s ease;
}
.whatsapp-float:hover{ transform: scale(1.08); }
.whatsapp-float .feature-icon{ color: var(--white); width: 28px; height: 28px; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 960px){
  .main-nav{ display: none; }
  .btn-nav{ display: none; }
  .nav-toggle{ display: flex; }

  .site-header.nav-open .main-nav{
    display: flex;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--cream-soft);
    flex-direction: column;
    padding: 20px 24px 28px;
    gap: 16px;
    box-shadow: var(--shadow-md);
  }

  .welcome-grid{ grid-template-columns: 1fr; }
  .welcome-media{ margin-bottom: 40px; }
  .welcome-img-small{ right: 0; }

  .hostal-card{ grid-template-columns: 1fr; }
  .hostal-media{ min-height: 240px; }

  .cabanas-grid{ grid-template-columns: repeat(2, 1fr); }
  .servicios-grid{ grid-template-columns: repeat(2, 1fr); }
  .experiencias-grid{ grid-template-columns: 1fr; }
  .visitar-grid{ grid-template-columns: repeat(2, 1fr); }
  .gallery-grid{ grid-template-columns: repeat(2, 1fr); }

  .ubicacion-grid{ grid-template-columns: 1fr; }
  .contacto-grid{ grid-template-columns: 1fr; }

  .hero-badge{
    width: 50%;
  }
}

@media (max-width: 600px){
  .section{ padding: 64px 0; }
  .cabanas-grid{ grid-template-columns: 1fr; }
  .servicios-grid{ grid-template-columns: 1fr; }
  .visitar-grid{ grid-template-columns: 1fr; }
  .gallery-grid{ grid-template-columns: 1fr; }
  .check-list.two-col{ grid-template-columns: 1fr; }
  .hostal-info{ padding: 28px; }
  .hero-content{ padding-bottom: 50px; }
}

#servicios{
  background: var(--cream2);
}