/* ==========================================================
   ALTO HUILO LODGE — páginas secundarias
   Componentes: page-hero · pintro · stats · split · amen ·
   facts · actx (índice actividades) · sports · galería ·
   accordion · steps · contacto · reserva · helpers
   Requiere styles.css antes.
   ========================================================== */

/* ---------- hero de página ---------- */
.page-hero {
  position: relative;
  min-height: 74svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  color: var(--crema);
  overflow: hidden;
  padding: clamp(7rem, 16vh, 10rem) var(--pad) clamp(2.6rem, 7vh, 4.5rem);
}
.page-hero__bg { position: absolute; inset: 0; }
.page-hero__bg img, .page-hero__bg video {
  width: 100%; height: 100%; object-fit: cover;
  will-change: transform;
}
/* el frontis es 16:9 con la casa llenando el cuadro: encuadre que no la corta */
.page-hero__bg img[src*="frontis-graded"] { object-position: center 42%; }
.page-hero__bg::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(24,24,24,.5) 0%, rgba(24,24,24,.12) 40%, rgba(24,24,24,.58) 100%);
}
.page-hero--green { background: var(--bosque-deep); min-height: 56svh; }
.page-hero--green .page-hero__bg::after {
  background: linear-gradient(180deg, rgba(24,24,24,.35), rgba(34,56,44,.78));
}
.page-hero__inner { position: relative; max-width: 1280px; width: 100%; margin: 0 auto; }
.page-hero .eyebrow { color: var(--arena); }
.page-hero__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2.9rem, 8.2vw, 6.8rem);
  line-height: 1.0;
  letter-spacing: -.02em;
  max-width: 14ch;
}
.page-hero__title em { font-style: italic; font-weight: 340; color: var(--arena); }
.page-hero__lead {
  margin-top: 1.4rem;
  max-width: 52ch;
  font-size: clamp(.98rem, 1.4vw, 1.12rem);
  color: rgba(244, 241, 235, .88);
}
.page-hero__meta {
  display: flex; flex-wrap: wrap; gap: .5rem;
  margin-top: 1.6rem;
}
.page-hero__meta li {
  font-family: var(--label); font-weight: 600;
  font-size: .56rem; letter-spacing: .16em; text-transform: uppercase;
  border: 1px solid rgba(244, 241, 235, .35);
  border-radius: 100px;
  padding: .48rem .9rem;
  color: rgba(244, 241, 235, .9);
}

/* ---------- intro editorial ---------- */
.pintro {
  padding: clamp(5rem, 12vh, 9rem) var(--pad);
  max-width: 1340px; margin: 0 auto;
}
.pintro p {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.55rem, 3.1vw, 2.7rem);
  line-height: 1.34;
  letter-spacing: -.01em;
  max-width: 30ch;
}
.pintro .w { opacity: .14; display: inline-block; will-change: opacity; }
.pintro--wide p { max-width: 38ch; }

/* ---------- stats ---------- */
.stats {
  border-top: 1px solid var(--ink-12);
  border-bottom: 1px solid var(--ink-12);
  background: var(--crema);
}
.stats__row {
  max-width: 1280px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.stat {
  padding: clamp(1.8rem, 4vh, 2.8rem) 1.2rem;
  text-align: center;
  border-left: 1px solid var(--ink-12);
}
.stat:first-child { border-left: 0; }
.stat__num {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2.2rem, 4.6vw, 3.8rem);
  line-height: 1.05;
  color: var(--bosque-deep);
}
.stat__num sup { font-size: .45em; }
.stat__label {
  margin-top: .45rem;
  font-family: var(--label); font-weight: 600;
  font-size: .58rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--corteza);
}

/* ---------- bloques alternados (espacios del lodge) ---------- */
.splits { padding: clamp(4.5rem, 10vh, 7.5rem) var(--pad); max-width: 1340px; margin: 0 auto; display: grid; gap: clamp(4.5rem, 11vh, 8rem); }
.split {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.split:nth-child(even) { grid-template-columns: .85fr 1.15fr; }
.split:nth-child(even) .split__fig { order: 2; }
.split__fig {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3.1;
  position: relative;
}
.split__fig--tall { aspect-ratio: 3 / 3.4; }
.split__fig img {
  width: 100%; height: 112%; object-fit: cover;
  will-change: transform;
}
.split__no {
  font-family: var(--label); font-weight: 600;
  font-size: .6rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--corteza);
  margin-bottom: 1rem;
}
.split__title {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.08; letter-spacing: -.015em;
  margin-bottom: 1.1rem;
}
.split__body { color: var(--ink-60); max-width: 46ch; margin-bottom: 1.4rem; }
.split__tags { display: flex; flex-wrap: wrap; gap: .45rem; }
.split__tags li {
  font-family: var(--label); font-weight: 600;
  font-size: .56rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--bosque-deep);
  border: 1px solid var(--ink-30);
  border-radius: 100px;
  padding: .42rem .85rem;
}

/* ---------- comodidades ---------- */
.amen { background: var(--niebla); padding: clamp(4.5rem, 10vh, 7.5rem) var(--pad); }
.amen__head { max-width: 1280px; margin: 0 auto clamp(2.4rem, 5vh, 3.6rem); }
.amen__grid {
  max-width: 1280px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  border-top: 1px solid var(--ink-12);
  border-left: 1px solid var(--ink-12);
}
.amen__item {
  border-right: 1px solid var(--ink-12);
  border-bottom: 1px solid var(--ink-12);
  padding: clamp(1.4rem, 2.6vw, 2rem);
  display: grid; gap: .8rem; align-content: start;
  transition: background .45s var(--ease);
  position: relative;
  overflow: hidden;
}
.amen__item:hover { background: rgba(244, 241, 235, .65); }
.amen__item img {
  width: 44px; height: 44px;
  object-fit: contain;
  opacity: .85;
  transition: transform .5s var(--ease);
}
.amen__item:hover img { transform: translateY(-3px) scale(1.05); }
.amen__item h3 { font-family: var(--body); font-weight: 500; font-size: 1rem; }
.amen__item p { color: var(--ink-60); font-size: .86rem; line-height: 1.5; }

/* ---------- ficha práctica ---------- */
.facts { padding: clamp(4.5rem, 10vh, 7rem) var(--pad); }
.facts__grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.facts__list { display: grid; }
.facts__row {
  display: grid; grid-template-columns: 1fr 1.3fr;
  gap: 1.5rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--ink-12);
}
.facts__row dt {
  font-family: var(--label); font-weight: 600;
  font-size: .6rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--corteza);
  padding-top: .2rem;
}
.facts__row dd { color: var(--noche); font-size: .95rem; }
.facts__row dd small { display: block; color: var(--ink-60); margin-top: .15rem; font-size: .84rem; }

/* ---------- índice de actividades ---------- */
.actx { padding: clamp(4rem, 9vh, 6.5rem) var(--pad) clamp(5rem, 11vh, 8rem); position: relative; }
.actx__head { max-width: 1280px; margin: 0 auto clamp(2rem, 4.5vh, 3rem); }
.actx__list { max-width: 1280px; margin: 0 auto; border-top: 1px solid var(--ink-12); }
.actx__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  gap: clamp(1.2rem, 3vw, 2.6rem);
  padding: clamp(1.2rem, 2.6vh, 1.8rem) 0;
  border-bottom: 1px solid var(--ink-12);
  cursor: pointer;
  transition: padding-left .45s var(--ease);
  text-decoration: none;
}
.actx__item:hover { padding-left: clamp(.6rem, 1.6vw, 1.4rem); }
.actx__no {
  font-family: var(--label); font-weight: 600;
  font-size: .62rem; letter-spacing: .2em;
  color: var(--corteza);
}
.actx__name {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(1.6rem, 3.6vw, 3rem);
  line-height: 1.08; letter-spacing: -.015em;
  transition: color .35s;
}
.actx__item:hover .actx__name { color: var(--bosque); }
.actx__meta {
  font-family: var(--label); font-weight: 600;
  font-size: .56rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink-60);
  text-align: right;
  white-space: nowrap;
}
.actx__desc {
  grid-column: 2 / -1;
  color: var(--ink-60);
  font-size: .92rem;
  max-width: 60ch;
  margin-top: .2rem;
}
.actx__fig {
  grid-column: 2 / -1;
  display: none;
  border-radius: 12px; overflow: hidden;
  aspect-ratio: 16 / 9;
  margin-top: 1rem;
}
.actx__fig img { width: 100%; height: 100%; object-fit: cover; }
/* fig con dos fotos que se alternan (cervecería: cerveza ↔ pizza) */
.actx__fig--cycle { position: relative; }
.actx__fig--cycle img { position: absolute; inset: 0; }
.actx__fig--cycle img:nth-child(2) { animation: actxCycle 5s ease-in-out infinite; }
@keyframes actxCycle { 0%, 40% { opacity: 1; } 50%, 90% { opacity: 0; } 100% { opacity: 1; } }
/* imagen flotante que sigue el cursor (desktop) */
.actx__float {
  position: fixed;
  width: clamp(240px, 24vw, 360px);
  aspect-ratio: 4 / 4.6;
  border-radius: 14px;
  overflow: hidden;
  pointer-events: none;
  z-index: 600;
  opacity: 0;
  transform: scale(.92);
  box-shadow: 0 30px 80px -30px rgba(24, 24, 24, .45);
}
.actx__float img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  opacity: 0;
  transition: opacity .35s var(--ease);
}
.actx__float img.is-on { opacity: 1; }

/* lightbox de actividades (click → foto en grande, clave en móvil) */
.actx-lb { position: fixed; inset: 0; z-index: 1200; display: grid; place-items: center; padding: clamp(1rem, 4vw, 2.5rem); }
.actx-lb[hidden] { display: none; }
.actx-lb__backdrop { position: absolute; inset: 0; background: rgba(24, 24, 24, .82); opacity: 0; transition: opacity .28s var(--ease); }
.actx-lb.is-open .actx-lb__backdrop { opacity: 1; }
.actx-lb__panel {
  position: relative; z-index: 1; width: min(960px, 100%);
  max-height: 90vh; display: flex; flex-direction: column;
  opacity: 0; transform: scale(.96) translateY(8px);
  transition: opacity .28s var(--ease), transform .28s var(--ease);
}
.actx-lb.is-open .actx-lb__panel { opacity: 1; transform: none; }
.actx-lb__img {
  width: 100%; max-height: 78vh; object-fit: contain;
  border-radius: 12px; background: var(--noche);
  box-shadow: 0 30px 80px -30px rgba(0, 0, 0, .6);
}
.actx-lb__bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: .9rem; flex-wrap: wrap; }
.actx-lb__title { font-family: var(--display); color: var(--crema); font-size: clamp(1.1rem, 3vw, 1.5rem); }
.actx-lb__more { font-family: var(--label); font-weight: 600; font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; color: var(--arena); text-decoration: none; }
.actx-lb__more:hover { color: var(--crema); }
.actx-lb__close {
  position: absolute; top: -2.6rem; right: 0;
  width: 2.2rem; height: 2.2rem; border: 0; border-radius: 50%;
  background: rgba(244, 241, 235, .14); color: var(--crema);
  font-size: 1.5rem; line-height: 1; cursor: pointer;
  display: grid; place-items: center; transition: background .25s;
}
.actx-lb__close:hover { background: rgba(244, 241, 235, .28); }
@media (max-width: 540px) { .actx-lb__close { top: auto; bottom: -2.8rem; right: 50%; transform: translateX(50%); } }

/* ---------- deportes / en pocas palabras ---------- */
.sports { background: var(--bosque-deep); color: var(--crema); padding: clamp(4.5rem, 10vh, 7.5rem) var(--pad); }
.sports__head { max-width: 1280px; margin: 0 auto clamp(2.4rem, 5vh, 3.4rem); }
.sports__head .eyebrow { color: var(--arena); }
.sports__grid {
  max-width: 1280px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1px;
  background: rgba(244, 241, 235, .16);
  border: 1px solid rgba(244, 241, 235, .16);
  border-radius: var(--radius);
  overflow: hidden;
}
.sports__item {
  background: var(--bosque-deep);
  padding: clamp(1.6rem, 3vw, 2.2rem);
  display: grid; gap: .9rem; align-content: start;
  transition: background .45s var(--ease);
}
.sports__item:hover { background: #2a4336; }
.sports__item img {
  width: 46px; height: 46px; object-fit: contain;
  filter: invert(1) brightness(1.6) sepia(.18);
  opacity: .9;
}
.sports__item h3 { font-family: var(--display); font-weight: 400; font-size: 1.35rem; }
.sports__item p { color: rgba(244, 241, 235, .68); font-size: .88rem; line-height: 1.55; }

/* ---------- galería ---------- */
.gwrap { padding: clamp(2.6rem, 6vh, 4rem) var(--pad) clamp(5rem, 11vh, 8rem); }
.gbar { max-width: 1340px; margin: 0 auto clamp(1.8rem, 4vh, 2.6rem); }
.gfilters { display: flex; flex-wrap: wrap; gap: .5rem; }
.gpill {
  font-family: var(--label); font-weight: 600;
  font-size: .62rem; letter-spacing: .18em; text-transform: uppercase;
  border: 1px solid var(--ink-30);
  color: var(--noche);
  border-radius: 100px;
  padding: .62rem 1.2rem;
  transition: background .35s, color .35s, border-color .35s;
}
.gpill:hover { border-color: var(--bosque); color: var(--bosque); }
.gpill.is-on { background: var(--bosque); border-color: var(--bosque); color: var(--crema); }
.gsub {
  display: flex; flex-wrap: wrap; gap: .4rem;
  margin-top: .9rem;
  min-height: 2.1rem;
}
.gsub .gpill { font-size: .56rem; padding: .5rem 1rem; border-color: var(--ink-12); color: var(--ink-60); }
.gsub .gpill:hover { color: var(--bosque); border-color: var(--bosque); }
.gsub .gpill.is-on { background: var(--noche); border-color: var(--noche); color: var(--crema); }
.gcount {
  font-family: var(--label); font-weight: 500;
  font-size: .6rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink-60);
  margin-top: 1rem;
}
.ggrid {
  max-width: 1340px; margin: 0 auto;
  columns: 3;
  column-gap: clamp(.9rem, 1.6vw, 1.4rem);
}
.gitem {
  break-inside: avoid;
  margin-bottom: clamp(.9rem, 1.6vw, 1.4rem);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
  display: block;
  width: 100%;
}
.gitem img { width: 100%; display: block; transition: transform 1s var(--ease); }
.gitem::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(24,24,24,.5));
  opacity: 0; transition: opacity .5s var(--ease);
}
.gitem:hover img { transform: scale(1.045); }
.gitem:hover::after { opacity: 1; }
.gitem figcaption {
  position: absolute; left: 1rem; right: 1rem; bottom: .85rem;
  z-index: 2;
  color: var(--crema);
  font-family: var(--label); font-weight: 600;
  font-size: .56rem; letter-spacing: .16em; text-transform: uppercase;
  opacity: 0; transform: translateY(8px);
  transition: opacity .45s var(--ease), transform .45s var(--ease);
}
.gitem:hover figcaption { opacity: 1; transform: none; }
.gitem.is-hidden { display: none; }

/* lightbox */
.lbx {
  position: fixed; inset: 0;
  background: rgba(18, 18, 18, .94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 4000;
  display: grid;
  grid-template-rows: auto 1fr auto;
  opacity: 0; visibility: hidden;
  transition: opacity .45s var(--ease), visibility 0s .45s;
}
.lbx.is-open { opacity: 1; visibility: visible; transition: opacity .45s var(--ease); }
.lbx__top {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.1rem var(--pad);
  color: rgba(244, 241, 235, .7);
  font-family: var(--label); font-size: .62rem; letter-spacing: .2em; text-transform: uppercase;
}
.lbx__close {
  width: 44px; height: 44px;
  border: 1px solid rgba(244, 241, 235, .3);
  border-radius: 50%;
  color: var(--crema);
  font-size: 1.5rem; line-height: 1;
  transition: background .3s, transform .4s var(--ease);
}
.lbx__close:hover { background: rgba(244, 241, 235, .12); transform: rotate(90deg); }
.lbx__stage {
  position: relative;
  display: grid; place-items: center;
  padding: 0 clamp(3.4rem, 8vw, 7rem);
  min-height: 0;
}
.lbx__stage img {
  max-width: 100%; max-height: calc(100svh - 180px);
  width: auto; height: auto;
  border-radius: 10px;
  box-shadow: 0 40px 120px -40px rgba(0, 0, 0, .8);
}
.lbx__nav {
  position: absolute; top: 50%;
  transform: translateY(-50%);
  width: 50px; height: 50px;
  border: 1px solid rgba(244, 241, 235, .3);
  border-radius: 50%;
  color: var(--crema);
  display: grid; place-items: center;
  transition: background .3s, border-color .3s;
}
.lbx__nav:hover { background: var(--bosque); border-color: var(--bosque); }
.lbx__nav svg { width: 18px; height: 18px; }
.lbx__nav--prev { left: clamp(.8rem, 2vw, 2rem); }
.lbx__nav--next { right: clamp(.8rem, 2vw, 2rem); }
.lbx__cap {
  text-align: center;
  padding: 1.1rem var(--pad) 1.6rem;
  color: rgba(244, 241, 235, .85);
  font-size: .92rem;
}

/* ---------- pasos (cómo reservar) ---------- */
.steps { padding: clamp(4.5rem, 10vh, 7rem) var(--pad); }
.steps__grid {
  max-width: 1280px; margin: clamp(2.2rem, 5vh, 3.2rem) auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(1.4rem, 3vw, 2.6rem);
}
.step {
  border-top: 1px solid var(--ink-30);
  padding-top: 1.4rem;
}
.step__no {
  font-family: var(--display);
  font-size: clamp(2rem, 3.6vw, 2.9rem);
  color: var(--corteza);
  line-height: 1;
  margin-bottom: .9rem;
}
.step h3 { font-family: var(--display); font-weight: 540; font-size: 1.3rem; margin-bottom: .55rem; }
.step p { color: var(--ink-60); font-size: .93rem; }

/* ---------- widget disponibilidad en página ---------- */
.bookbar {
  background: var(--niebla);
  padding: clamp(3.4rem, 8vh, 5.5rem) var(--pad);
  position: relative;
  overflow: hidden;
}
.bookbar__inner { position: relative; max-width: 980px; margin: 0 auto; text-align: center; }
.bookbar__note { color: var(--ink-60); margin-top: .9rem; }
.bookbar__widget { margin: 2rem auto 1.4rem; text-align: left; }

/* ---------- accordion (reglas / FAQ) ---------- */
.acc { max-width: 880px; margin: 0 auto; border-top: 1px solid var(--ink-12); }
.acc__item { border-bottom: 1px solid var(--ink-12); }
.acc__q {
  width: 100%;
  display: flex; justify-content: space-between; align-items: center; gap: 1.5rem;
  text-align: left;
  font-family: var(--display); font-weight: 400;
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  padding: 1.25rem 0;
  transition: color .3s;
}
.acc__q:hover { color: var(--bosque); }
.acc__q i {
  font-style: normal;
  width: 34px; height: 34px; flex-shrink: 0;
  border: 1px solid var(--ink-30);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 1.1rem;
  transition: transform .45s var(--ease), background .3s, color .3s, border-color .3s;
}
.acc__item.is-open .acc__q i { transform: rotate(45deg); background: var(--bosque); border-color: var(--bosque); color: var(--crema); }
.acc__a { overflow: hidden; height: 0; }
.acc__a p { color: var(--ink-60); padding: 0 0 1.4rem; max-width: 64ch; }

/* listado de reglas con hairlines */
.rules { max-width: 880px; margin: 0 auto; }
.rules li {
  display: flex; gap: 1.1rem; align-items: baseline;
  padding: .95rem 0;
  border-bottom: 1px solid var(--ink-12);
  color: var(--noche);
}
.rules li::before {
  content: "—";
  color: var(--corteza);
  flex-shrink: 0;
}
.rules li small { color: var(--ink-60); display: block; }

/* ---------- contacto ---------- */
.contact { padding: clamp(4rem, 9vh, 7rem) var(--pad); }
.contact__grid {
  max-width: 1280px; margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}
.contact__aside { display: grid; gap: 2rem; align-content: start; }
.contact__block h3 {
  font-family: var(--label); font-weight: 600;
  font-size: .6rem; letter-spacing: .26em; text-transform: uppercase;
  color: var(--corteza);
  margin-bottom: .7rem;
}
.contact__block a, .contact__block p {
  display: block;
  font-size: 1.02rem;
  color: var(--noche);
  margin-bottom: .3rem;
  width: fit-content;
}
.contact__block a { border-bottom: 1px solid transparent; transition: border-color .3s, color .3s; }
.contact__block a:hover { color: var(--bosque); border-color: currentColor; }
.cform { display: grid; gap: 1.6rem; }
.cform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }
.cform label {
  display: grid; gap: .5rem;
  font-family: var(--label); font-weight: 600;
  font-size: .58rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--corteza);
}
.cform input, .cform textarea {
  font-family: var(--body);
  font-size: 1.02rem;
  font-weight: 300;
  color: var(--noche);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ink-30);
  padding: .55rem 0;
  border-radius: 0;
  transition: border-color .35s;
}
.cform input:focus, .cform textarea:focus { outline: none; border-color: var(--bosque); }
.cform textarea { resize: vertical; min-height: 110px; }
.cform__send { justify-self: start; border: 0; }
.cform__ok {
  display: none;
  color: var(--bosque);
  font-size: .95rem;
}
/* selectores de fechas tentativas (opcional) */
.cform__group { display: grid; gap: .6rem; }
.cform__glabel {
  font-family: var(--label); font-weight: 600;
  font-size: .58rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--corteza);
}
.cform__dates { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .7rem; }
.cform__lbl { font-family: var(--body); font-weight: 300; color: var(--ink-60); font-size: .98rem; }
.cform__sel {
  font-family: var(--body); font-size: 1rem; font-weight: 300; color: var(--noche);
  background-color: transparent; border: 0; border-bottom: 1px solid var(--ink-30);
  padding: .5rem 1.6rem .5rem .1rem; border-radius: 0; cursor: pointer;
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238F7F67' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat; background-position: right .25rem center;
  transition: border-color .35s;
}
.cform__sel--day { padding-right: 1.5rem; }
.cform__sel:focus { outline: none; border-color: var(--bosque); }
/* honeypot anti-spam: fuera de pantalla, invisible para humanos */
.cform__hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.map {
  margin-top: clamp(3rem, 7vh, 5rem);
  border-radius: var(--radius);
  overflow: hidden;
  height: clamp(300px, 46vh, 460px);
  filter: saturate(.82);
}
.map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- la reserva: fauna & flora ---------- */
.wild { padding: clamp(4.5rem, 10vh, 7.5rem) var(--pad); }
.wild__head { max-width: 1280px; margin: 0 auto clamp(2.4rem, 5vh, 3.4rem); display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.wild__grid {
  max-width: 1280px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}
.wcard {
  border: 1px solid var(--ink-12);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 2.6vw, 1.9rem);
  display: grid; gap: .55rem; align-content: start;
  background: var(--blanco);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.wcard:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 50px -28px rgba(24, 24, 24, .22);
}
.wcard img.wcard__ico {
  width: 64px; height: 64px;
  object-fit: contain;
  margin-bottom: .5rem;
}
.wcard__sci {
  font-family: var(--label); font-weight: 500;
  font-size: .56rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--corteza);
}
.wcard h3 { font-family: var(--display); font-weight: 540; font-size: 1.3rem; }
.wcard p { color: var(--ink-60); font-size: .88rem; line-height: 1.55; }

/* cita editorial */
.bigquote {
  background: var(--bosque-deep);
  color: var(--crema);
  padding: clamp(5rem, 13vh, 9rem) var(--pad);
  text-align: center;
}
.bigquote blockquote {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.7rem, 3.8vw, 3.2rem);
  line-height: 1.3;
  letter-spacing: -.01em;
  max-width: 26ch;
  margin: 0 auto;
}
.bigquote blockquote em { font-style: italic; color: var(--arena); }
.bigquote figcaption {
  margin-top: 1.6rem;
  font-family: var(--label); font-weight: 600;
  font-size: .6rem; letter-spacing: .26em; text-transform: uppercase;
  color: rgba(244, 241, 235, .55);
}

/* franja de fotos simple (reutilizable) */
.strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(.8rem, 1.4vw, 1.2rem);
  padding: 0 var(--pad);
  max-width: 1340px;
  margin: 0 auto clamp(4.5rem, 10vh, 7.5rem);
}
.strip figure {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3 / 3.6;
}
.strip figure:nth-child(2) { margin-top: clamp(1.4rem, 3.5vh, 2.6rem); }
.strip img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.strip figure:hover img { transform: scale(1.05); }
/* franja ampliada (6 fotos, 2 filas) */
.strip--wild figure:nth-child(5) { margin-top: clamp(1.4rem, 3.5vh, 2.6rem); }

/* ---------- nota de íconos provisorios ---------- */
.wcard__ico--temp { opacity: .55; filter: grayscale(.2); }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .ggrid { columns: 2; }
}
@media (max-width: 860px) {
  .split, .split:nth-child(even) { grid-template-columns: 1fr; gap: 1.4rem; }
  .split:nth-child(even) .split__fig { order: 0; }
  .facts__grid { grid-template-columns: 1fr; }
  .contact__grid { grid-template-columns: 1fr; }
  .contact__aside { order: 2; }
  .actx__meta { display: none; }
  .actx__float { display: none; }
  .actx__fig { display: block; }
  .strip { grid-template-columns: 1fr 1fr; }
  .strip figure:nth-child(3) { display: none; }
  .strip--wild { grid-template-columns: 1fr 1fr; }
  .strip--wild figure { margin-top: 0; }
  .strip--wild figure:nth-child(3) { display: block; }
}
@media (max-width: 640px) {
  .ggrid { columns: 1; }
  .cform__row { grid-template-columns: 1fr; }
  .page-hero { min-height: 64svh; }
  .stats__row { grid-template-columns: 1fr 1fr; }
  .stat { border-left: 0; border-top: 1px solid var(--ink-12); }
  .stat:nth-child(-n+2) { border-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .pintro .w { opacity: 1 !important; }
  .split__fig img { height: 100%; }
}
