/* ============================================================
   Casa Zen · Casa de Playa en Chincha
   Estilo: editorial / hospitality de lujo (inspirado en
   Homes & Villas by Marriott) — neutros cálidos + serif.
   ============================================================ */

:root {
  /* Paleta cálida */
  --cream:    #f7f2ea;
  --cream-2:  #f1e9dc;
  --paper:    #ffffff;
  --tan:      #e6d7c1;
  --ink:      #191714;
  --ink-soft: #45403a;
  --muted:    #837a6d;
  --line:     #e7ddce;
  --terra:    #bb6b43;
  --terra-2:  #a85a34;
  --gold:     #c19a4e;
  --sea:      #14727d;
  --wa:       #25D366;

  /* Tipografía fluida */
  --text-xs:   clamp(0.72rem, 0.69rem + 0.15vw, 0.78rem);
  --text-sm:   clamp(0.85rem, 0.82rem + 0.2vw, 0.94rem);
  --text-base: clamp(1rem, 0.96rem + 0.28vw, 1.1rem);
  --text-lg:   clamp(1.15rem, 1.02rem + 0.55vw, 1.4rem);
  --text-xl:   clamp(1.9rem, 1.35rem + 2.1vw, 3rem);
  --text-2xl:  clamp(2.4rem, 1.5rem + 3.4vw, 4rem);
  --text-hero: clamp(2.6rem, 1.4rem + 5vw, 5.4rem);

  --space-section: clamp(3.5rem, 2.6rem + 4vw, 7rem);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --maxw: 1240px;

  --shadow-sm: 0 2px 12px rgba(25, 23, 20, 0.07);
  --shadow-md: 0 14px 40px rgba(25, 23, 20, 0.13);
  --shadow-lg: 0 30px 70px rgba(25, 23, 20, 0.22);

  --duration: 340ms;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: var(--text-base);
  line-height: 1.6;
  color: var(--ink-soft);
  background: var(--cream);
  overflow-x: hidden;
}

h1, h2, h3, .display {
  font-family: "Fraunces", "Cormorant Garamond", Georgia, serif;
  color: var(--ink);
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: -0.015em;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: min(100% - 2.4rem, var(--maxw)); margin-inline: auto; }

.eyebrow {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--terra);
  display: inline-block;
  margin-bottom: 1rem;
}
.section-title { font-size: var(--text-xl); margin-bottom: 0.6rem; font-weight: 500; max-width: 20ch; }
.section-lead { color: var(--muted); max-width: 58ch; font-size: var(--text-lg); }
.text-container { max-width: 68ch; }
.text-container p + p { margin-top: 1rem; }

.skip-link { position: absolute; left: -999px; top: 0; z-index: 1000; background: var(--ink); color: #fff; padding: 0.7rem 1.1rem; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; }

/* ---------- Botones ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  font-family: "Inter", sans-serif; font-weight: 600;
  font-size: var(--text-sm); letter-spacing: 0.02em;
  padding: 1rem 1.7rem; border-radius: 100px;
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease), background var(--duration) var(--ease), color var(--duration), border-color var(--duration);
}
.btn:focus-visible { outline: 3px solid var(--terra); outline-offset: 3px; }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: #000; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-terra { background: var(--terra); color: #fff; }
.btn-terra:hover { background: var(--terra-2); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-wa { background: var(--wa); color: #06371f; }
.btn-wa:hover { background: #1fbe5b; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.7); }
.btn-outline-light:hover { background: #fff; color: var(--ink); transform: translateY(-2px); }
.btn-block { width: 100%; }

/* ---------- Barra de oferta ---------- */
.promo-bar {
  background: var(--tan); color: #4a3a28; text-align: center;
  font-size: var(--text-sm); padding: 0.6rem 2.5rem 0.6rem 1rem; position: relative; z-index: 90;
}
.promo-bar a { text-decoration: underline; font-weight: 600; }
.promo-bar .promo-close { position: absolute; right: 0.7rem; top: 50%; transform: translateY(-50%); background: none; border: 0; font-size: 1.1rem; cursor: pointer; color: #4a3a28; line-height: 1; padding: 0.3rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 80;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.9rem clamp(1.2rem, 4vw, 3rem);
  background: var(--cream); border-bottom: 1px solid transparent;
  transition: box-shadow var(--duration) var(--ease), background var(--duration) var(--ease), border-color var(--duration);
}
.site-header.scrolled { background: rgba(247,242,234,0.92); backdrop-filter: saturate(180%) blur(12px); box-shadow: var(--shadow-sm); border-color: var(--line); }
.brand { display: flex; align-items: center; gap: 0.7rem; color: var(--ink); }
.brand .mark { width: 40px; height: 40px; border: 1.5px solid var(--terra); border-radius: 8px; display: grid; place-items: center; color: var(--terra); flex: none; }
.brand .mark svg { display: block; width: 22px; height: 22px; }
.brand .brand-txt { display: flex; flex-direction: column; line-height: 1.05; }
.brand .brand-txt b { font-family: "Fraunces", serif; font-weight: 600; font-size: 1.15rem; letter-spacing: 0.01em; }
.brand .brand-txt span { font-family: "Inter", sans-serif; font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--muted); }
.header-actions { display: flex; align-items: center; gap: 1.6rem; }
.nav-links { display: flex; align-items: center; gap: 1.7rem; }
.nav-links a { font-size: var(--text-sm); font-weight: 500; color: var(--ink-soft); transition: color var(--duration); white-space: nowrap; }
.nav-links a:hover { color: var(--terra); }
.nav-links .btn { padding: 0.6rem 1.2rem; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 0.4rem; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--ink); margin: 6px 0; transition: transform var(--duration), opacity var(--duration); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: min(90svh, 780px); display: flex; align-items: center;
  color: #fff; isolation: isolate; overflow: hidden; background: #14110e;
}
/* Video o imagen de fondo del hero */
.hero-img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; opacity: 0.92; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg, rgba(18,15,12,0.68) 0%, rgba(18,15,12,0.45) 42%, rgba(18,15,12,0.28) 72%, rgba(18,15,12,0.4) 100%); }
.hero-inner { width: min(100% - 2.4rem, var(--maxw)); margin-inline: auto; padding: clamp(2rem,5vh,4rem) 0; }
.hero .rating { display: flex; width: fit-content; align-items: center; gap: 0.5rem; font-size: var(--text-sm); font-weight: 600; margin-bottom: 0.9rem; color: rgba(255,255,255,0.94); text-shadow: 0 1px 10px rgba(0,0,0,0.5); }
.hero .eyebrow { display: block; color: #f2cba7; text-shadow: 0 1px 10px rgba(0,0,0,0.5); }
.hero .stars { color: var(--gold); letter-spacing: 0.08em; }
.hero h1 { font-size: var(--text-hero); max-width: 15ch; margin-bottom: 1.2rem; font-weight: 500; color: #fff; text-shadow: 0 2px 22px rgba(0,0,0,0.55); }
.hero p.sub { font-size: var(--text-lg); max-width: 42ch; color: rgba(255,255,255,0.95); margin-bottom: 1.8rem; text-shadow: 0 1px 14px rgba(0,0,0,0.55); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* ---------- Widget de reserva ---------- */
.booking-wrap { position: relative; z-index: 5; margin-top: -3.5rem; }
.booking {
  background: var(--paper); border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
  border: 1px solid var(--line); padding: 1.4rem; display: grid;
  grid-template-columns: 1fr 1fr 1fr auto; gap: 0.9rem; align-items: end;
}
.booking .field { display: flex; flex-direction: column; gap: 0.35rem; text-align: left; }
.booking .field label { font-size: var(--text-xs); font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); padding-left: 0.2rem; }
.booking .field input, .booking .field select {
  font-family: "Inter", sans-serif; font-size: var(--text-base); color: var(--ink);
  border: 1px solid var(--line); border-radius: 12px; padding: 0.85rem 0.9rem; background: var(--cream);
  transition: border-color var(--duration), box-shadow var(--duration); width: 100%;
}
.booking .field input:focus, .booking .field select:focus { outline: none; border-color: var(--terra); box-shadow: 0 0 0 3px rgba(187,107,67,0.15); }
.booking .booking-submit { padding: 0.95rem 1.8rem; height: fit-content; }
.booking-note { text-align: center; color: var(--muted); font-size: var(--text-sm); margin-top: 1rem; }
.booking-note a { color: var(--terra); font-weight: 600; text-decoration: underline; }

/* ---------- Secciones ---------- */
section { padding-block: var(--space-section); }
.section-head { margin-bottom: clamp(2rem, 4vw, 3rem); }
.head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 1.5rem; flex-wrap: wrap; }

/* ---------- Colecciones (bento) ---------- */
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.collection-card { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--paper); box-shadow: var(--shadow-sm); border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease); cursor: pointer; }
.collection-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.collection-card .cc-img { aspect-ratio: 16/10; overflow: hidden; }
.collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease); }
.collection-card:hover img { transform: scale(1.05); }
.collection-card .cc-body { padding: 1.1rem 1.2rem 1.3rem; }
.collection-card h3 { font-size: var(--text-lg); font-weight: 600; margin-bottom: 0.2rem; }
.collection-card p { font-size: var(--text-sm); color: var(--muted); }
.cc-feature { grid-column: span 2; }
.cc-feature .cc-img { aspect-ratio: 16/9; }
.cc-soon { display: grid; place-items: center; text-align: center; background: linear-gradient(135deg, var(--cream-2), var(--tan)); border-style: dashed; }
.cc-soon .cc-body { padding: 2rem 1.5rem; }
.cc-soon h3 { color: var(--ink); }

/* ---------- Galería ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 12px; }
.gallery-grid figure { position: relative; overflow: hidden; border-radius: var(--radius); cursor: pointer; margin: 0; background: var(--cream-2); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease); }
.gallery-grid figure:hover img { transform: scale(1.06); }
.gallery-grid figure::after { content: "⤢"; position: absolute; inset: auto 12px 12px auto; width: 34px; height: 34px; background: rgba(255,255,255,0.92); border-radius: 50%; display: grid; place-items: center; color: var(--ink); opacity: 0; transform: translateY(6px); transition: opacity var(--duration), transform var(--duration); }
.gallery-grid figure:hover::after { opacity: 1; transform: translateY(0); }
.g-wide { grid-column: span 2; }
.g-tall { grid-row: span 2; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(20,17,14,0.94); display: none; align-items: center; justify-content: center; padding: 1.5rem; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: 8px; box-shadow: var(--shadow-lg); }
.lb-btn { position: absolute; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.3); color: #fff; width: 52px; height: 52px; border-radius: 50%; font-size: 1.4rem; cursor: pointer; display: grid; place-items: center; transition: background var(--duration); }
.lb-btn:hover { background: rgba(255,255,255,0.28); }
.lb-close { top: 1.2rem; right: 1.2rem; }
.lb-prev { left: 1.2rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: 1.2rem; top: 50%; transform: translateY(-50%); }

/* ---------- Amenidades (carrusel deslizable) ---------- */
.amenities { background: var(--paper); }
.amenities .head-row { align-items: flex-end; }
.scroller-nav { display: flex; gap: 0.6rem; }
.scroller-nav button { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--line); background: var(--cream); color: var(--ink); font-size: 1.2rem; cursor: pointer; display: grid; place-items: center; transition: background var(--duration), border-color var(--duration), transform var(--duration); }
.scroller-nav button:hover { border-color: var(--terra); color: var(--terra); transform: translateY(-2px); }
.amenity-scroller {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(230px, 260px);
  gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding: 0.4rem 0.2rem 1.2rem; margin: 0 -0.2rem;
  scrollbar-width: thin; scrollbar-color: var(--terra) var(--cream-2);
}
.amenity-scroller::-webkit-scrollbar { height: 8px; }
.amenity-scroller::-webkit-scrollbar-track { background: var(--cream-2); border-radius: 100px; }
.amenity-scroller::-webkit-scrollbar-thumb { background: var(--tan); border-radius: 100px; }
.amenity { scroll-snap-align: start; padding: 1.5rem 1.4rem; border-radius: var(--radius); border: 1px solid var(--line); background: var(--cream); transition: transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease); }
.amenity:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.amenity .a-icon { font-size: 1.7rem; margin-bottom: 0.7rem; }
.amenity h3 { font-family: "Inter", sans-serif; font-size: var(--text-base); font-weight: 700; color: var(--ink); margin-bottom: 0.2rem; }
.amenity p { font-size: var(--text-sm); color: var(--muted); line-height: 1.45; }
.swipe-hint { font-size: var(--text-xs); color: var(--muted); text-transform: uppercase; letter-spacing: 0.14em; margin-top: 0.4rem; }
@media (max-width: 680px) { .scroller-nav { display: none; } }

/* ---------- Dormitorios ---------- */
.rooms { background: var(--ink); color: rgba(255,255,255,0.86); }
.rooms .section-title { color: #fff; }
.rooms .eyebrow { color: var(--gold); }
.rooms .section-lead { color: rgba(255,255,255,0.66); }
.room-rows { margin-top: clamp(2rem, 5vw, 4rem); display: flex; flex-direction: column; gap: clamp(2.5rem, 6vw, 5.5rem); }
.room-row { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.room-row .room-media { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.room-row .room-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform 900ms var(--ease); }
.room-row:hover .room-media img { transform: scale(1.04); }
.room-row:nth-child(even) .room-media { order: 2; }
.room-copy .rc-num { font-family: "Fraunces", serif; font-size: clamp(2.4rem, 4vw, 3.4rem); color: var(--gold); line-height: 1; display: block; margin-bottom: 0.4rem; }
.room-copy h3 { color: #fff; font-size: var(--text-xl); font-weight: 500; margin-bottom: 0.5rem; }
.room-copy p { font-size: var(--text-base); color: rgba(255,255,255,0.72); max-width: 44ch; }
.room-copy .rc-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.1rem; }
.room-copy .rc-tags span { font-size: var(--text-xs); font-weight: 600; letter-spacing: 0.04em; color: rgba(255,255,255,0.85); border: 1px solid rgba(255,255,255,0.22); border-radius: 100px; padding: 0.4rem 0.9rem; }
/* Reveal lateral para las filas de dormitorios */
.room-row .room-media, .room-row .room-copy { opacity: 0; transform: translateY(34px); transition: opacity 800ms var(--ease), transform 800ms var(--ease); }
.room-row.in .room-media { opacity: 1; transform: none; transition-delay: 60ms; }
.room-row.in .room-copy { opacity: 1; transform: none; transition-delay: 160ms; }
@media (max-width: 760px) {
  .room-row { grid-template-columns: 1fr; gap: 1.2rem; }
  .room-row:nth-child(even) .room-media { order: 0; }
}

/* ---------- Explora Chincha (banner + buscador) ---------- */
.explore { position: relative; color: #fff; isolation: isolate; text-align: center; overflow: hidden; padding-block: clamp(4rem, 8vw, 8rem); }
.explore-bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.explore::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(rgba(18,15,12,0.62), rgba(18,15,12,0.72)); }
.explore .eyebrow { color: #f2cba7; }
.explore .section-title { color: #fff; margin-inline: auto; max-width: 18ch; }
.explore .section-lead { color: rgba(255,255,255,0.88); margin-inline: auto; text-shadow: 0 1px 10px rgba(0,0,0,0.4); }
.explore-search {
  margin: 2rem auto 0; max-width: 640px; background: rgba(255,255,255,0.98); border-radius: 100px;
  box-shadow: var(--shadow-lg); padding: 0.5rem 0.5rem 0.5rem 0.5rem; display: flex; gap: 0.5rem; align-items: center;
}
.explore-search select {
  flex: 1; font-family: "Inter", sans-serif; font-size: var(--text-base); color: var(--ink);
  border: 0; background: transparent; padding: 0.9rem 1.1rem; border-radius: 100px; cursor: pointer;
}
.explore-search select:focus { outline: none; }
.explore-search .btn { flex: none; padding: 0.9rem 1.7rem; }
.explore-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-top: 1.4rem; }
.explore-chips a { font-size: var(--text-sm); font-weight: 500; color: #fff; border: 1px solid rgba(255,255,255,0.45); border-radius: 100px; padding: 0.5rem 1.1rem; transition: background var(--duration), border-color var(--duration); }
.explore-chips a:hover { background: rgba(255,255,255,0.16); border-color: #fff; }
@media (max-width: 560px) {
  .explore-search { flex-direction: column; border-radius: var(--radius-lg); padding: 0.8rem; }
  .explore-search select { width: 100%; background: var(--cream); }
  .explore-search .btn { width: 100%; }
}

/* ---------- Ubicación ---------- */
.location-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.info-list { list-style: none; display: grid; gap: 0.95rem; margin-bottom: 1.7rem; }
.info-list li { display: flex; gap: 0.7rem; align-items: flex-start; font-size: var(--text-base); color: var(--ink-soft); }
.info-list .li-ic { color: var(--terra); flex: none; font-size: 1.15rem; line-height: 1.4; }
.map-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--line); aspect-ratio: 4/3; background: var(--cream-2); }
.map-card iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-card .map-btn { position: absolute; left: 50%; bottom: 1rem; transform: translateX(-50%); white-space: nowrap; box-shadow: var(--shadow-md); }
.loc-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }
@media (max-width: 860px) { .location-grid { grid-template-columns: 1fr; } }

/* ---------- Confianza ---------- */
.trust { background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.6rem; margin-top: 2.4rem; }
.trust-item { text-align: left; padding-top: 1.4rem; border-top: 2px solid var(--terra); }
.trust-item .t-ic { font-size: 1.7rem; margin-bottom: 0.6rem; }
.trust-item h3 { font-family: "Inter", sans-serif; font-size: var(--text-base); font-weight: 700; color: var(--ink); margin-bottom: 0.25rem; }
.trust-item p { font-size: var(--text-sm); color: var(--muted); }

/* ---------- Reseñas ---------- */
.reviews { background: var(--cream-2); }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; margin-top: 2.4rem; }
.review-card { background: var(--paper); border-radius: var(--radius); padding: 1.7rem 1.6rem; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.review-card .stars { color: var(--gold); letter-spacing: 0.08em; margin-bottom: 0.6rem; }
.review-card p { font-size: var(--text-base); color: var(--ink-soft); font-style: italic; font-family: "Fraunces", serif; }
.review-card .r-author { margin-top: 1rem; font-weight: 600; font-size: var(--text-sm); color: var(--ink); font-style: normal; font-family: "Inter", sans-serif; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 840px; margin-top: 2rem; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 1.3rem 0; display: flex; justify-content: space-between; gap: 1rem; align-items: center; font-family: "Fraunces", serif; font-size: var(--text-lg); font-weight: 600; color: var(--ink); list-style: none; }
.faq-q::-webkit-details-marker { display: none; }
.faq-q .chev { transition: transform var(--duration) var(--ease); flex: none; color: var(--terra); }
.faq-item[open] .faq-q .chev { transform: rotate(45deg); }
.faq-a { padding: 0 0 1.3rem; color: var(--muted); font-size: var(--text-base); max-width: 72ch; }

/* ---------- CTA final ---------- */
.cta-final { position: relative; color: #fff; text-align: center; isolation: isolate; }
.cta-final::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(rgba(25,23,20,0.55), rgba(25,23,20,0.72)); }
.cta-final img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.cta-final .eyebrow { color: #f0c9a8; }
.cta-final h2 { color: #fff; font-size: var(--text-2xl); max-width: 18ch; margin: 0 auto 1rem; font-weight: 500; }
.cta-final p { color: rgba(255,255,255,0.9); max-width: 52ch; margin: 0 auto 1.9rem; }
.cta-final .hero-cta { justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,0.68); padding-block: clamp(3rem, 5vw, 4.5rem) 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2rem; margin-bottom: 2.6rem; }
.site-footer .brand { color: #fff; margin-bottom: 1rem; }
.site-footer .brand .brand-txt b { color: #fff; }
.site-footer .brand .mark { border-color: var(--gold); color: var(--gold); }
.site-footer h4 { color: #fff; font-family: "Inter", sans-serif; font-size: var(--text-xs); text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 1rem; }
.site-footer nav a, .site-footer .f-contact a { color: rgba(255,255,255,0.68); font-size: var(--text-sm); display: block; padding: 0.28rem 0; transition: color var(--duration); }
.site-footer a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 1.6rem; display: flex; flex-wrap: wrap; gap: 0.6rem 1.5rem; justify-content: space-between; font-size: var(--text-xs); color: rgba(255,255,255,0.5); }

/* ---------- WhatsApp flotante ---------- */
.wa-float { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 150; width: 60px; height: 60px; border-radius: 50%; background: var(--wa); display: grid; place-items: center; box-shadow: var(--shadow-md); transition: transform var(--duration) var(--ease); animation: wa-pulse 2.6s infinite; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 32px; height: 32px; }
@keyframes wa-pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); } 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .cc-feature { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .booking { grid-template-columns: 1fr 1fr; }
  .booking .booking-submit { grid-column: span 2; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .g-tall { grid-row: span 1; }
}
@media (max-width: 680px) {
  .nav-links { position: fixed; inset: 0 0 0 auto; width: min(80vw, 330px); flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.4rem; background: var(--cream); padding: 2rem; transform: translateX(100%); transition: transform var(--duration) var(--ease); box-shadow: var(--shadow-lg); z-index: 85; }
  .nav-links.open { transform: none; }
  .nav-links a { font-size: var(--text-lg); }
  .nav-toggle { display: block; z-index: 110; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .collection-grid { grid-template-columns: 1fr; }
  .cc-feature { grid-column: span 1; }
  .booking { grid-template-columns: 1fr; }
  .booking .booking-submit { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero { min-height: 84svh; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  .reveal, .room-row .room-media, .room-row .room-copy { opacity: 1; transform: none; }
}
