/* ============================================================================
   LAYOSCAMP · REDISEÑO 2026 — integración en theme `frontend` (Drupal 11)
   Origen: prototipo /Users/pelayodegregorio/layoscamp-redesign/styles.css
   Spec: projects/web-drupal/patches/T3-redesign-2026-07-21/00-spec.md
   Carga: library `redesign-2026`, weight 400 (después de v2=100, mobile-drawer=150,
          fase5=200, ficha=240, multistep=250, colegios=260).
   Estrategia anti-regresión tipográfica: los custom-properties del rediseño
   (paleta v3 + Fraunces/Outfit) se declaran SOLO en las superficies del rediseño
   (bloque scopeado, NO en :root) — el resto del sitio conserva Inter/Playfair
   del sistema v2. Precedente: css/ficha-detalle-campamento.css.
   ============================================================================ */

/* ============================================================================
   §1 · TOKENS SCOPEADOS (paleta v3 + Fraunces/Outfit)
   Solo aplican a las superficies del rediseño. Cero footprint global.
   ============================================================================ */
.site-header,
.site-footer,
#mobile-drawer,
#mobile-drawer-backdrop,
.mobile-drawer-backdrop,
.home-2026,
.sticky-cta,
.skip-link {
  --crema:        #FDF8EE;
  --crema-2:      #F8EFDC;
  --arena:        #F0E0C3;
  --arena-2:      #E6D2AC;
  --terracota:    #D2603A;
  --terracota-2:  #E8835C;
  --agua:         #2A9D8F;
  --agua-2:       #7FD1C8;
  --bosque:       #31562D;
  --bosque-2:     #026936;
  --bosque-deep:  #22401F;
  --sol:          #FBBB0E;
  --sol-glow:     rgba(251,187,14,.35);
  --ink:          #272725;
  --blanco:       #FFFFFF;

  --font-display: "Fraunces", Georgia, serif;
  --font-body:    "Outfit", "Helvetica Neue", Arial, sans-serif;

  --fs-hero:      clamp(2.95rem, 4.5vw, 4rem);
  --fs-h1:        clamp(2.1rem, 4.6vw, 2.9rem);
  --fs-h2:        clamp(1.45rem, 2.5vw, 2.05rem);
  --fs-h3:        clamp(1.45rem, 2.4vw, 1.95rem);
  --fs-h4:        1.04rem;
  --fs-body:      clamp(.98rem, 1.35vw, 1.1rem);
  --fs-small:     .92rem;
  --fs-eyebrow:   clamp(.72rem, 1vw, .82rem);

  --lh-hero:      .98;
  --lh-tight:     .96;
  --lh-body:      1.6;
  --ls-display:   -.02em;
  --ls-eyebrow:   .22em;

  --space-xxs: 4px;  --space-xs: 8px;  --space-sm: 16px; --space-md: 24px;
  --space-lg: 48px;  --space-xl: 72px; --space-xxl: 96px; --space-xxxl: 120px;

  --radius-xs: 8px;  --radius-sm: 14px; --radius-md: 22px; --radius-lg: 30px;
  --radius-xl: 44px; --radius-full: 999px;

  --sombra-suave: 0 22px 54px -18px rgba(49,86,45,.26), 0 8px 20px -8px rgba(39,39,37,.14);
  --sombra-pop:   0 38px 84px -26px rgba(49,86,45,.42), 0 14px 32px -12px rgba(39,39,37,.2);

  --spring:     cubic-bezier(.34,1.56,.64,1);
  --spring-big: cubic-bezier(.34,1.8,.4,1);
  --ease-zoom:  cubic-bezier(.22,1,.36,1);

  --nav-h:        84px;
  --nav-h-scroll: 66px;
  --container:    min(1240px, 92vw);

  --z-nav: 1000;
  --z-drawer: 1100;
  --z-sticky-cta: 900;

  /* Hero cinematográfico */
  --hero-slide-ms: 6500ms;
  --hero-fade-ms:  1600ms;
}

/* ============================================================================
   §1.5 · Material Icons Round — la fuente la carga ya la library global
   `material_design_icons` (frontend.libraries.yml, endpoint /icon con las 3
   familias, FASE 0 rediseño 2026-07). Aquí solo queda el ajuste de tamaño
   scopeado del prototipo.
   ============================================================================ */
.home-2026 .material-icons-round,
.site-header .material-icons-round,
.site-footer .material-icons-round,
#mobile-drawer .material-icons-round,
.sticky-cta .material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal; font-style: normal;
  font-size: 1.25em;
  line-height: 1;
  vertical-align: -0.22em;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

/* ============================================================================
   §2 · SKIP LINK (WCAG 2.4.1) + focus visible AA
   ============================================================================ */
.skip-link {
  position: fixed; top: -100px; left: 16px; z-index: 2000;
  background: var(--bosque-deep); color: var(--crema);
  padding: 10px 18px; border-radius: var(--radius-full); font-weight: 600;
  transition: top .25s var(--ease-zoom);
  font-family: var(--font-body);
}
.skip-link:focus-visible { top: 12px; outline: 2px solid var(--sol); outline-offset: 2px; }

.home-2026 :focus-visible,
.site-header :focus-visible,
.site-footer :focus-visible,
#mobile-drawer :focus-visible,
.sticky-cta :focus-visible {
  outline: 2px solid var(--bosque);
  outline-offset: 2px;
  border-radius: 4px;
}
.home-2026 .hero :focus-visible,
.home-2026 .philosophy :focus-visible,
.home-2026 .final-cta :focus-visible,
.site-footer :focus-visible {
  outline-color: var(--sol);
}

/* En home, el header full-viewport se dibuja bajo el header glass; el
   spacer del layout se oculta para que el hero cubra el viewport entero. */
body:has(.home-2026) .header-spacer { display: none; }

/* ============================================================================
   §3 · BOTONES — scopeados a las superficies del rediseño para NO romper el
   funnel wizard ni otras páginas que usan .btn de v2.
   ============================================================================ */
.site-header .btn,
.site-footer .btn,
#mobile-drawer .btn,
.mobile-drawer .btn,
.home-2026 .btn,
.sticky-cta .btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px; border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-weight: 600; font-size: .95rem; line-height: 1;
  transition: transform .35s var(--spring), box-shadow .35s ease, background-color .25s ease, color .25s ease;
  will-change: transform;
  border: 0;
}
.site-header .btn:hover,
.site-footer .btn:hover,
#mobile-drawer .btn:hover,
.mobile-drawer .btn:hover,
.home-2026 .btn:hover,
.sticky-cta .btn:hover { transform: translateY(-2px); }
.site-header .btn:active,
.site-footer .btn:active,
#mobile-drawer .btn:active,
.mobile-drawer .btn:active,
.home-2026 .btn:active,
.sticky-cta .btn:active { transform: translateY(0) scale(.98); }

.site-header .btn--gold,
.site-footer .btn--gold,
#mobile-drawer .btn--gold,
.mobile-drawer .btn--gold,
.home-2026 .btn--gold,
.sticky-cta .btn--gold {
  background: var(--sol); color: var(--bosque-deep);
  box-shadow: 0 10px 30px -10px var(--sol-glow), 0 2px 8px rgba(39,39,37,.12);
}
.site-header .btn--gold:hover,
.site-footer .btn--gold:hover,
#mobile-drawer .btn--gold:hover,
.mobile-drawer .btn--gold:hover,
.home-2026 .btn--gold:hover,
.sticky-cta .btn--gold:hover { box-shadow: 0 16px 40px -12px var(--sol-glow), 0 4px 12px rgba(39,39,37,.16); }

.site-header .btn--outline,
.site-footer .btn--outline,
#mobile-drawer .btn--outline,
.mobile-drawer .btn--outline,
.home-2026 .btn--outline {
  background: transparent; color: var(--bosque);
  box-shadow: inset 0 0 0 1.5px var(--bosque);
}
.site-header .btn--outline:hover,
.site-footer .btn--outline:hover,
#mobile-drawer .btn--outline:hover,
.mobile-drawer .btn--outline:hover,
.home-2026 .btn--outline:hover { background: var(--bosque); color: var(--crema); }

.home-2026 .btn--ghost {
  background: transparent; color: var(--bosque);
  box-shadow: inset 0 0 0 1.5px var(--bosque);
}
.home-2026 .btn--ghost:hover { background: var(--bosque); color: var(--crema); }

.site-header .btn--green,
.home-2026 .btn--green {
  background: var(--bosque); color: var(--crema);
  box-shadow: 0 10px 26px -12px rgba(49,86,45,.5);
}
.site-header .btn--green:hover,
.home-2026 .btn--green:hover { background: var(--bosque-2); }

.home-2026 .btn--glass,
.sticky-cta .btn--glass {
  background: rgba(253,248,238,.14); color: var(--crema);
  box-shadow: inset 0 0 0 1.5px rgba(253,248,238,.55);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.home-2026 .btn--glass:hover,
.sticky-cta .btn--glass:hover { background: rgba(253,248,238,.26); }

.home-2026 .btn--lg,
.sticky-cta .btn--lg { padding: 16px 30px; font-size: 1.02rem; }
.site-header .btn--sm,
.site-footer .btn--sm,
.sticky-cta .btn--sm { padding: 9px 18px; font-size: .85rem; }
.home-2026 .btn--block,
#mobile-drawer .btn--block,
.mobile-drawer .btn--block { width: 100%; justify-content: center; }

/* ============================================================================
   §4 · HEADER GLOBAL — fijo, glass, shrink-on-scroll
   ============================================================================ */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: var(--z-nav);
  background: rgba(253,248,238,.82);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  border-bottom: 1px solid rgba(49,86,45,.1);
  transition: box-shadow .3s ease;
  font-family: var(--font-body);
}
.site-header.is-scrolled { box-shadow: 0 8px 30px -12px rgba(34,64,31,.25); }

.site-header .header-inner {
  width: min(1360px, 94vw); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  height: var(--nav-h);
  transition: height .35s var(--ease-zoom);
  padding: 0;
}
.site-header.is-scrolled .header-inner { height: var(--nav-h-scroll); }

.site-header .header-logo {
  display: flex; align-items: center; gap: 10px; flex-shrink: 0;
  text-decoration: none;
}
.site-header .header-logo__img {
  height: 52px; width: auto;
  transition: height .35s var(--ease-zoom);
}
.site-header.is-scrolled .header-logo__img { height: 42px; }

.site-header .header-logo__text { display: flex; flex-direction: column; line-height: 1.05; }
.site-header .header-logo__name {
  font-family: var(--font-display); font-weight: 700; font-size: 1.3rem;
  color: var(--bosque-deep); letter-spacing: var(--ls-display);
}
.site-header .header-logo__tagline {
  font-size: .62rem; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: var(--terracota);
}

.site-header .header-nav {
  display: flex; align-items: center; gap: 2px; flex: 1; justify-content: center;
}
.site-header .nav-link {
  position: relative; padding: 10px 13px; border-radius: var(--radius-xs);
  font-size: .92rem; font-weight: 500; color: var(--ink);
  transition: color .2s ease;
  text-decoration: none;
}
.site-header .nav-link::after {
  content: ""; position: absolute; left: 13px; right: 13px; bottom: 5px;
  height: 2px; border-radius: 2px; background: var(--terracota);
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s var(--ease-zoom);
}
.site-header .nav-link:hover { color: var(--bosque); }
.site-header .nav-link:hover::after { transform: scaleX(1); }

.site-header .header-actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.site-header .header-lang {
  font-size: .85rem; font-weight: 600; color: var(--ink);
  padding: 8px 12px; border-radius: var(--radius-full);
  box-shadow: inset 0 0 0 1px rgba(39,39,37,.18);
  transition: box-shadow .2s ease, color .2s ease;
  text-decoration: none;
}
.site-header .header-lang:hover { color: var(--bosque); box-shadow: inset 0 0 0 1.5px var(--bosque); }
.site-header .header-login {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .9rem; font-weight: 500; color: var(--ink);
  padding: 8px 4px; transition: color .2s ease;
  text-decoration: none;
}
.site-header .header-login:hover { color: var(--bosque); }

.site-header .header-hamburger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; align-items: center;
  border-radius: var(--radius-xs);
  background: transparent; border: 0;
  padding: 0; cursor: pointer;
}
.site-header .header-hamburger span {
  display: block; width: 22px; height: 2px; border-radius: 2px;
  background: var(--bosque-deep);
  transition: transform .3s var(--ease-zoom), opacity .2s ease;
}
.site-header .header-hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header .header-hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.site-header .header-hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================================
   §5 · DRAWER MÓVIL — re-skin del markup existente (#mobile-drawer + backdrop)
   La lógica JS sigue en js/mobile-drawer.js (no se toca).
   ============================================================================ */
#mobile-drawer-backdrop.mobile-drawer-backdrop {
  position: fixed; inset: 0; z-index: var(--z-drawer);
  background: rgba(34,64,31,.45);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}

#mobile-drawer.mobile-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: calc(var(--z-drawer) + 1);
  width: min(88vw, 380px);
  background: rgba(253,248,238,.96);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  padding: 20px 24px 32px;
  display: flex; flex-direction: column;
  box-shadow: -20px 0 60px -20px rgba(34,64,31,.4);
  animation: drawerIn .45s var(--ease-zoom);
  font-family: var(--font-body);
}
/* [hidden] debe ganar SIEMPRE al display:flex de arriba: misma especificidad
   (1,1,0) + orden posterior. Sin esto dependemos del [hidden]!important de
   Bootstrap (style.css), que NO carga en la home (FASE 0 rediseño 2026-07). */
#mobile-drawer.mobile-drawer[hidden] { display: none; }
@keyframes drawerIn {
  from { transform: translateX(100%); }
  to   { transform: translateX(0); }
}

#mobile-drawer .mobile-drawer__header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 20px;
}
#mobile-drawer .mobile-drawer__close {
  width: 44px; height: 44px; display: grid; place-items: center;
  border-radius: var(--radius-full); background: var(--arena);
  color: var(--bosque-deep);
  border: 0; cursor: pointer;
  margin-left: auto;
}
#mobile-drawer .mobile-drawer__nav {
  display: flex; flex-direction: column;
}
#mobile-drawer .mobile-drawer__link {
  padding: 15px 6px; font-size: 1.12rem; font-weight: 600; color: var(--ink);
  border-bottom: 1px solid rgba(49,86,45,.1);
  transition: color .2s ease, padding-left .25s var(--ease-zoom);
  text-decoration: none;
}
#mobile-drawer .mobile-drawer__link:hover { color: var(--bosque); padding-left: 12px; }
#mobile-drawer .mobile-drawer__link--login,
#mobile-drawer .mobile-drawer__link--lang { color: var(--bosque); }
#mobile-drawer .mobile-drawer__cta {
  margin-top: auto;
  padding: 14px 24px;
  align-self: stretch;
  justify-content: center;
  text-align: center;
}

/* ============================================================================
   §6 · HOME · Wrapper y layout base
   Todas las reglas de sección van bajo .home-2026 → (0,2,0)+, batiendo v2.
   ============================================================================ */
.home-2026 {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--crema);
}
.home-2026 .container {
  width: var(--container); margin-inline: auto;
}
.home-2026 .section {
  padding: var(--space-xxl) 0;
}
.home-2026 .section__head { max-width: 640px; margin-bottom: var(--space-lg); }
.home-2026 .section__head--center { margin-inline: auto; text-align: center; }
.home-2026 .section__head .eyebrow {
  display: inline-block;
  font-size: var(--fs-eyebrow); font-weight: 700;
  letter-spacing: var(--ls-eyebrow); text-transform: uppercase;
  color: var(--terracota);
  margin-bottom: 14px;
}
.home-2026 .section__head .eyebrow--gold { color: var(--sol); }
.home-2026 .section__title {
  font-family: var(--font-display);
  font-size: var(--fs-h1); font-weight: 600;
  line-height: var(--lh-tight); letter-spacing: var(--ls-display);
  color: var(--bosque-deep);
  text-wrap: balance;
}
.home-2026 .section__title em { font-style: italic; font-weight: 500; color: var(--terracota); }
.home-2026 .section__sub {
  margin-top: 16px; color: rgba(39,39,37,.75); max-width: 52ch;
  font-family: var(--font-body); font-size: var(--fs-body); line-height: var(--lh-body);
}

/* ============================================================================
   §7 · HOME · HERO CINEMATOGRÁFICO — .hero.hero--cine
   Se sueltan las clases legacy .hero-destino/.hero-home en Twig; aquí re-skin
   completo bajo .home-2026 .hero para batir v2 por especificidad.
   ============================================================================ */
.home-2026 .hero,
.home-2026 .hero.hero--cine {
  position: relative;
  min-height: 100svh;
  display: flex; align-items: flex-end;
  color: var(--crema);
  overflow: hidden;
  background: var(--bosque-deep);
  padding: 0;
  border-radius: 0;
}

.home-2026 .hero__slides { position: absolute; inset: 0; }

.home-2026 .hero__slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity var(--hero-fade-ms) ease-in-out;
}
.home-2026 .hero__slide.is-active { opacity: 1; z-index: 1; }

.home-2026 .hero__slide img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  transform: scale(1);
  display: block;
}
.home-2026 .hero__slide.is-active img {
  animation: kenburns2026 calc(var(--hero-slide-ms) + var(--hero-fade-ms)) linear forwards;
}
@keyframes kenburns2026 {
  from { transform: scale(1.02); }
  to   { transform: scale(1.12); }
}

.home-2026 .hero__overlay {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    linear-gradient(185deg, rgba(39,39,37,0) 30%, rgba(34,64,31,.62) 100%),
    radial-gradient(120% 90% at 18% 88%, rgba(34,64,31,.55) 0%, rgba(34,64,31,0) 60%),
    linear-gradient(180deg, rgba(34,64,31,.35) 0%, rgba(34,64,31,0) 22%);
}

.home-2026 .hero__content {
  position: relative; z-index: 3;
  width: var(--container); margin-inline: auto;
  padding: calc(var(--nav-h) + 40px) 0 clamp(120px, 18vh, 170px);
  max-width: 1240px;
}

.home-2026 .hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: var(--fs-eyebrow); font-weight: 600;
  letter-spacing: var(--ls-eyebrow); text-transform: uppercase;
  color: var(--crema);
  padding: 9px 18px; border-radius: var(--radius-full);
  background: rgba(253,248,238,.12);
  box-shadow: inset 0 0 0 1px rgba(253,248,238,.35);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  margin-bottom: 26px;
  font-family: var(--font-body);
}
.home-2026 .hero__eyebrow-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--sol); box-shadow: 0 0 12px var(--sol-glow);
}

.home-2026 .hero__title {
  font-family: var(--font-display);
  font-size: var(--fs-hero);
  font-weight: 600;
  line-height: var(--lh-hero);
  letter-spacing: var(--ls-display);
  max-width: 13ch;
  margin: 0 0 22px;
  text-wrap: balance;
  text-shadow: 0 2px 30px rgba(34,64,31,.45);
  color: var(--crema);
}
.home-2026 .hero__title em {
  font-style: italic; font-weight: 500;
  color: var(--sol);
  text-shadow: 0 2px 24px rgba(34,64,31,.5);
}

.home-2026 .hero__subtitle {
  max-width: 46ch;
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  line-height: 1.55;
  color: rgba(253,248,238,.92);
  margin: 0 0 34px;
  font-family: var(--font-body);
}

.home-2026 .hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }

.home-2026 .hero__destination {
  position: absolute; z-index: 4;
  right: max(4vw, 24px); bottom: clamp(96px, 15vh, 140px);
  display: flex; flex-direction: column; align-items: flex-end; gap: 2px;
  text-align: right;
}
.home-2026 .hero__destination-label {
  font-size: var(--fs-eyebrow); font-weight: 600;
  letter-spacing: var(--ls-eyebrow); text-transform: uppercase;
  color: rgba(253,248,238,.75);
}
.home-2026 .hero__destination-name {
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 600;
  color: var(--crema);
}
.home-2026 .hero__destination-region {
  font-size: .92rem; color: rgba(253,248,238,.85); font-weight: 500;
  font-family: var(--font-body);
}
.home-2026 .hero__destination.is-switching .hero__destination-name,
.home-2026 .hero__destination.is-switching .hero__destination-region {
  animation: destswap2026 .8s var(--ease-zoom);
}
@keyframes destswap2026 {
  0% { opacity: 0; transform: translateY(14px); }
  100% { opacity: 1; transform: translateY(0); }
}

.home-2026 .hero__controls {
  position: absolute; z-index: 4;
  left: 0; right: 0; bottom: 44px;
  width: var(--container); margin-inline: auto;
  display: flex; align-items: center; gap: 18px;
}
.home-2026 .hero__progress {
  display: flex; gap: 8px; flex: 1; max-width: 460px;
}
.home-2026 .hero__progress-seg {
  flex: 1; height: 26px; padding: 11px 0;
  display: flex; align-items: center;
  background: transparent; border: 0; cursor: pointer;
}
.home-2026 .hero__progress-seg span {
  display: block; width: 100%; height: 3px; border-radius: 3px;
  background: rgba(253,248,238,.35);
  position: relative; overflow: hidden;
}
.home-2026 .hero__progress-seg span::after {
  content: ""; position: absolute; inset: 0;
  background: var(--sol); border-radius: 3px;
  transform: scaleX(0); transform-origin: left;
}
.home-2026 .hero__progress-seg.is-done span::after { transform: scaleX(1); }
.home-2026 .hero__progress-seg.is-active span::after {
  animation: segfill2026 var(--hero-slide-ms) linear forwards;
}
.home-2026 .hero.is-paused .hero__progress-seg.is-active span::after { animation-play-state: paused; }
@keyframes segfill2026 { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.home-2026 .hero__pause {
  width: 44px; height: 44px; flex-shrink: 0;
  display: grid; place-items: center;
  border-radius: var(--radius-full);
  color: var(--crema);
  background: rgba(253,248,238,.12);
  box-shadow: inset 0 0 0 1px rgba(253,248,238,.4);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: background .2s ease;
  border: 0; cursor: pointer;
}
.home-2026 .hero__pause:hover { background: rgba(253,248,238,.24); }
.home-2026 .hero__pause .icon-pause { display: none; }
.home-2026 .hero.is-playing .hero__pause .icon-pause { display: block; }
.home-2026 .hero.is-playing .hero__pause .icon-play { display: none; }

.home-2026 .hero__scrollhint {
  position: absolute; z-index: 4;
  left: 50%; bottom: 10px; transform: translateX(-50%);
  color: rgba(253,248,238,.8);
  animation: hint2026 2.4s ease-in-out infinite;
  text-decoration: none;
}
.home-2026 .hero__scrollhint .material-icons-round { font-size: 2rem; }
@keyframes hint2026 {
  0%,100% { transform: translate(-50%,0); }
  50%     { transform: translate(-50%,8px); }
}

/* ============================================================================
   §8 · HOME · Trustbar (nombre distinto de .trust-bar v2, sin colisión)
   ============================================================================ */
.home-2026 .trustbar {
  position: relative; z-index: 5;
  background: var(--blanco);
  border-bottom: 1px solid rgba(49,86,45,.1);
}
.home-2026 .trustbar__inner {
  width: var(--container); margin-inline: auto;
  display: flex; justify-content: space-between; align-items: stretch;
}
.home-2026 .trustbar__item {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 9px;
  padding: 20px 14px;
  font-size: .92rem; font-weight: 600; color: var(--bosque-deep);
  border-right: 1px solid rgba(49,86,45,.1);
  white-space: nowrap;
  font-family: var(--font-body);
}
.home-2026 .trustbar__item:last-child { border-right: 0; }
.home-2026 .trustbar__item .material-icons-round { color: var(--terracota); font-size: 1.4rem; }

/* ============================================================================
   §9 · HOME · Destinos bento
   ============================================================================ */
.home-2026 .destinations { background: var(--crema); }

.home-2026 .destinations__grid {
  display: grid; gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
}
.home-2026 .destinations__grid .dest-card {
  position: relative; overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: var(--sombra-suave);
  display: block;
  isolation: isolate;
  text-decoration: none;
  color: inherit;
}
.home-2026 .destinations__grid .dest-card:nth-child(1) { grid-row: span 2; }
.home-2026 .destinations__grid .dest-card:nth-child(4) { grid-column: span 2; }

.home-2026 .destinations__grid .dest-card__media { position: absolute; inset: 0; z-index: 0; }
.home-2026 .destinations__grid .dest-card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease-zoom);
  display: block;
}
.home-2026 .destinations__grid .dest-card:hover .dest-card__media img { transform: scale(1.07); }

.home-2026 .destinations__grid .dest-card__scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(185deg, rgba(39,39,37,0) 34%, rgba(34,64,31,.72) 100%);
  transition: background .4s ease;
}

.home-2026 .destinations__grid .dest-card__body {
  position: absolute; z-index: 2; left: 0; right: 0; bottom: 0;
  padding: 22px;
  color: var(--crema);
}
.home-2026 .destinations__grid .dest-card__place {
  display: flex; align-items: center; gap: 6px;
  font-size: .8rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: rgba(253,248,238,.9);
  margin: 0;
}
.home-2026 .destinations__grid .dest-card__place .material-icons-round { font-size: 1.05rem; color: var(--sol); }
.home-2026 .destinations__grid .dest-card__body h3 {
  font-family: var(--font-body);
  font-size: 1.65rem; font-weight: 700; letter-spacing: -.01em;
  margin: 4px 0 2px;
  color: var(--crema);
}
.home-2026 .destinations__grid .dest-card:nth-child(1) .dest-card__body h3 { font-size: 2.1rem; }
.home-2026 .destinations__grid .dest-card__age {
  display: flex; align-items: center; gap: 6px;
  font-size: .9rem; color: rgba(253,248,238,.92);
  margin: 0;
}
.home-2026 .destinations__grid .dest-card__age .material-icons-round { font-size: 1.05rem; }

.home-2026 .destinations__grid .dest-card__cta {
  display: inline-flex; align-items: center; gap: 7px;
  margin-top: 12px; padding: 8px 16px;
  font-size: .85rem; font-weight: 600;
  color: var(--bosque-deep); background: var(--crema);
  border-radius: var(--radius-full);
  opacity: 0; transform: translateY(8px);
  transition: opacity .35s var(--ease-zoom), transform .35s var(--ease-zoom);
}
.home-2026 .destinations__grid .dest-card__cta .material-icons-round { font-size: 1rem; }
.home-2026 .destinations__grid .dest-card:hover .dest-card__cta,
.home-2026 .destinations__grid .dest-card:focus-visible .dest-card__cta {
  opacity: 1; transform: translateY(0);
}

/* ============================================================================
   §10 · HOME · Experiencias bento
   ============================================================================ */
.home-2026 .experiences { background: var(--crema-2); }
.home-2026 .experiences .bento {
  display: grid; gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 265px;
}
.home-2026 .experiences .bento__item {
  position: relative; overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: var(--sombra-suave);
  isolation: isolate;
}
.home-2026 .experiences .bento__item--tall { grid-row: span 2; }
.home-2026 .experiences .bento__item--wide { grid-column: span 2; }

.home-2026 .experiences .bento__item img {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease-zoom);
  display: block;
}
.home-2026 .experiences .bento__item:hover img { transform: scale(1.06); }
.home-2026 .experiences .bento__scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(185deg, rgba(39,39,37,.05) 30%, rgba(34,64,31,.78) 100%);
}
.home-2026 .experiences .bento__body {
  position: absolute; z-index: 2; left: 0; right: 0; bottom: 0;
  padding: 24px; color: var(--crema);
}
.home-2026 .experiences .bento__icon {
  display: inline-grid; place-items: center;
  width: 44px; height: 44px; margin-bottom: 12px;
  border-radius: var(--radius-sm);
  background: rgba(253,248,238,.16);
  box-shadow: inset 0 0 0 1px rgba(253,248,238,.35);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  font-size: 1.4rem; color: var(--sol);
}
.home-2026 .experiences .bento__body h3 {
  font-size: 1.25rem; font-weight: 700; margin: 0 0 6px;
  font-family: var(--font-body); color: var(--crema);
}
.home-2026 .experiences .bento__body p {
  font-size: .94rem; line-height: 1.5; color: rgba(253,248,238,.92);
  max-width: 40ch; margin: 0;
}

/* ============================================================================
   §11 · HOME · Filosofía + contadores (noche verde)
   ============================================================================ */
.home-2026 .philosophy {
  background:
    radial-gradient(90% 120% at 85% 0%, rgba(42,157,143,.14) 0%, rgba(42,157,143,0) 55%),
    var(--bosque-deep);
  color: var(--crema);
  padding: var(--space-xxxl) 0;
  position: relative;
  overflow: hidden;
}
.home-2026 .philosophy__inner {
  max-width: 900px; margin-inline: auto; text-align: center;
}
.home-2026 .philosophy__text,
.home-2026 .philosophy__body {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  line-height: 1.5; font-weight: 400;
  color: rgba(253,248,238,.95);
  text-wrap: balance;
}
.home-2026 .philosophy__body p { margin: 0 0 1em; }
.home-2026 .philosophy__body p:last-child { margin-bottom: 0; }
.home-2026 .philosophy__text strong,
.home-2026 .philosophy__body strong { color: var(--sol); font-weight: 600; }
.home-2026 .philosophy__text em,
.home-2026 .philosophy__body em { color: var(--terracota-2); }

.home-2026 .philosophy__stats {
  margin-top: var(--space-lg);
  display: flex; justify-content: center; gap: clamp(32px, 6vw, 80px);
  flex-wrap: wrap;
}
.home-2026 .philosophy__stats .stat { text-align: center; }
.home-2026 .philosophy__stats .stat__num,
.home-2026 .philosophy__stats .stat__suffix {
  font-family: var(--font-display); font-style: italic; font-weight: 600;
  font-size: clamp(2.6rem, 5vw, 3.6rem); line-height: 1;
  color: var(--sol);
}
.home-2026 .philosophy__stats .stat p {
  margin: 6px 0 0; font-size: .9rem; font-weight: 500;
  color: rgba(253,248,238,.8);
  font-family: var(--font-body);
}

/* ============================================================================
   §12 · HOME · Valores — .home-2026 .values__grid .value-card (0,3,0)
   NEUTRALIZAR .value-card::before de v2 (overlay hover).
   ============================================================================ */
.home-2026 .values { background: var(--crema); }
.home-2026 .values__grid {
  display: grid; gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}
.home-2026 .values__grid .value-card {
  background: var(--blanco);
  border: 1px solid rgba(49,86,45,.1);
  border-radius: var(--radius-md);
  padding: 28px 26px;
  transition: transform .4s var(--ease-zoom), box-shadow .4s ease, border-color .3s ease;
  position: relative;
  isolation: isolate;
}
.home-2026 .values__grid .value-card::before { content: none !important; }
.home-2026 .values__grid .value-card::after  { content: none !important; }
.home-2026 .values__grid .value-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sombra-pop);
  border-color: rgba(49,86,45,.2);
}
.home-2026 .values__grid .value-card .value-card__icon,
.home-2026 .values__grid .value-card .value-icon {
  display: inline-grid; place-items: center;
  width: 48px; height: 48px; margin-bottom: 16px;
  border-radius: var(--radius-sm);
  background: var(--crema-2); color: var(--terracota);
  font-size: 1.5rem;
}
.home-2026 .values__grid .value-card h3,
.home-2026 .values__grid .value-card .value-title {
  font-size: var(--fs-h4); font-weight: 700;
  color: var(--bosque-deep); margin: 0 0 8px;
  font-family: var(--font-body);
}
.home-2026 .values__grid .value-card p,
.home-2026 .values__grid .value-card .value-desc {
  font-size: .93rem; line-height: 1.55;
  color: rgba(39,39,37,.75); margin: 0;
  font-family: var(--font-body);
}

/* ============================================================================
   §13 · HOME · Camps grid — scope de 3 clases (0,3,0) para batir v2 (0,2,0)
   ============================================================================ */
.home-2026 .camps { background: var(--crema-2); }
.home-2026 .camps__grid {
  display: grid; gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.home-2026 .camps__grid .camp-card {
  background: var(--blanco);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 10px 34px -16px rgba(49,86,45,.22);
  display: flex; flex-direction: column;
  transition: transform .4s var(--ease-zoom), box-shadow .4s ease;
  padding: 0;
  aspect-ratio: auto;
  border: 0;
}
.home-2026 .camps__grid .camp-card:hover { transform: translateY(-5px); box-shadow: var(--sombra-pop); }

.home-2026 .camps__grid .camp-card__media {
  position: relative; aspect-ratio: 16 / 10; overflow: hidden;
  padding: 0; background: transparent; border-radius: 0;
}
.home-2026 .camps__grid .camp-card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease-zoom);
  display: block;
}
.home-2026 .camps__grid .camp-card:hover .camp-card__media img { transform: scale(1.06); }
.home-2026 .camps__grid .camp-card__badge {
  position: absolute; top: 12px; left: 12px;
  padding: 6px 12px; border-radius: var(--radius-full);
  font-size: .72rem; font-weight: 700; letter-spacing: .02em;
  color: var(--crema); background: rgba(34,64,31,.85);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  display: inline-flex; align-items: center; gap: 6px;
}
.home-2026 .camps__grid .camp-card__badge .material-icons,
.home-2026 .camps__grid .camp-card__badge .material-icons-round { font-size: 1rem; }
.home-2026 .camps__grid .camp-card__badge--waitlist { background: var(--terracota); }

.home-2026 .camps__grid .camp-card__body {
  padding: 20px; display: flex; flex-direction: column; flex: 1;
  background: transparent;
}
.home-2026 .camps__grid .camp-card__body h3,
.home-2026 .camps__grid .camp-card__title {
  font-size: 1.08rem; font-weight: 700;
  color: var(--bosque-deep); margin: 0 0 8px;
  font-family: var(--font-body);
}
.home-2026 .camps__grid .camp-card__title a {
  color: inherit; text-decoration: none;
}
.home-2026 .camps__grid .camp-card__location {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .78rem; font-weight: 600; letter-spacing: .04em;
  text-transform: uppercase; color: var(--terracota);
  margin-bottom: 4px;
}
.home-2026 .camps__grid .camp-card__meta {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .82rem; color: rgba(39,39,37,.75);
  margin-bottom: 8px;
}
.home-2026 .camps__grid .camp-card__desc,
.home-2026 .camps__grid .camp-card__body > p {
  font-size: .87rem; line-height: 1.5; color: rgba(39,39,37,.72);
  margin: 0 0 14px;
}

.home-2026 .camps__grid .camp-card__dates {
  display: grid; gap: 6px; margin: 0 0 16px;
  padding: 0; list-style: none;
}
.home-2026 .camps__grid .camp-card__dates li {
  display: flex; align-items: center; gap: 8px;
  font-size: .82rem; font-weight: 500; color: var(--bosque-deep);
}
.home-2026 .camps__grid .camp-card__dates .material-icons-round {
  font-size: 1rem; color: var(--agua);
}

.home-2026 .camps__grid .camp-card__cta {
  margin-top: auto;
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .88rem; font-weight: 700; color: var(--bosque);
  transition: gap .3s var(--ease-zoom), color .2s ease;
  text-decoration: none;
  background: transparent; padding: 0; border-radius: 0;
  border: 0;
}
.home-2026 .camps__grid .camp-card__cta:hover { gap: 11px; color: var(--bosque-2); }
.home-2026 .camps__grid .camp-card__cta .material-icons,
.home-2026 .camps__grid .camp-card__cta .material-icons-round { font-size: 1.05rem; }

.home-2026 .camps__footer {
  margin-top: 32px;
  display: flex; justify-content: center;
}

/* ============================================================================
   §14 · HOME · Carta directora
   ============================================================================ */
.home-2026 .letter { background: var(--arena); padding: var(--space-xxl) 0; }
.home-2026 .letter__inner {
  display: grid; grid-template-columns: 300px 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  background: var(--crema);
  border-radius: var(--radius-xl);
  padding: clamp(32px, 5vw, 72px);
  box-shadow: var(--sombra-suave);
  width: var(--container); margin-inline: auto;
}
.home-2026 .letter__aside {
  text-align: center; position: sticky;
  top: calc(var(--nav-h) + 24px);
}
.home-2026 .letter__avatar {
  width: 96px; height: 96px; margin: 0 auto 16px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--bosque); color: var(--crema);
  font-family: var(--font-display); font-size: 2rem; font-weight: 600;
  box-shadow: 0 0 0 6px var(--crema), 0 0 0 8px rgba(49,86,45,.25);
}
.home-2026 .letter__name {
  font-weight: 700; color: var(--bosque-deep); font-size: 1.1rem;
  margin: 0; font-family: var(--font-body);
}
.home-2026 .letter__role {
  font-size: .88rem; color: rgba(39,39,37,.7);
  margin: 2px 0 0; font-family: var(--font-body);
}
.home-2026 .letter__tag {
  display: inline-block; margin-top: 14px; padding: 7px 16px;
  border-radius: var(--radius-full); background: var(--terracota); color: var(--crema);
  font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}
.home-2026 .letter__body { position: relative; }
.home-2026 .letter__quote-mark {
  font-size: 3.4rem; color: var(--terracota);
  display: block; margin-bottom: 8px;
}
.home-2026 .letter__body p {
  margin: 0 0 18px; color: rgba(39,39,37,.85);
  font-family: var(--font-body); font-size: var(--fs-body); line-height: var(--lh-body);
}
.home-2026 .letter__body p:last-child { margin-bottom: 0; }
.home-2026 .letter__body p:first-of-type {
  font-family: var(--font-display); font-size: 1.25rem; line-height: 1.5;
  color: var(--bosque-deep);
}

/* ============================================================================
   §15 · HOME · Testimonios — .t-card (nombre nuevo, no colisiona con
   .testimonial-card de v2)
   ============================================================================ */
.home-2026 .testimonials { background: var(--crema); }
.home-2026 .testimonials__grid {
  display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr);
}
.home-2026 .testimonials__grid .t-card {
  background: var(--blanco);
  border: 1px solid rgba(49,86,45,.1);
  border-radius: var(--radius-md);
  padding: 28px 26px;
  display: flex; flex-direction: column; gap: 16px;
  transition: transform .4s var(--ease-zoom), box-shadow .4s ease;
  margin: 0;
}
.home-2026 .testimonials__grid .t-card:hover { transform: translateY(-4px); box-shadow: var(--sombra-suave); }
.home-2026 .testimonials__grid .t-card__stars {
  display: flex; gap: 2px; color: var(--sol);
}
.home-2026 .testimonials__grid .t-card__stars .material-icons-round,
.home-2026 .testimonials__grid .t-card__stars .material-icons { font-size: 1.15rem; }
.home-2026 .testimonials__grid .t-card blockquote {
  font-family: var(--font-display); font-style: italic;
  font-size: 1.08rem; line-height: 1.5; color: var(--ink);
  flex: 1; margin: 0; padding: 0; border: 0;
}
.home-2026 .testimonials__grid .t-card figcaption {
  display: flex; align-items: center; gap: 12px;
}
.home-2026 .testimonials__grid .t-card__avatar {
  width: 44px; height: 44px; flex-shrink: 0;
  display: grid; place-items: center;
  border-radius: 50%; background: var(--agua); color: var(--crema);
  font-size: .85rem; font-weight: 700;
}
.home-2026 .testimonials__grid .t-card figcaption strong {
  display: block; font-size: .95rem; color: var(--bosque-deep);
  font-family: var(--font-body);
}
.home-2026 .testimonials__grid .t-card figcaption small {
  font-size: .8rem; color: rgba(39,39,37,.65);
  font-family: var(--font-body);
}

/* ============================================================================
   §16 · HOME · CTA final
   ============================================================================ */
.home-2026 .final-cta {
  position: relative; overflow: hidden;
  padding: var(--space-xxxl) 0;
  text-align: center; color: var(--crema);
  isolation: isolate;
}
.home-2026 .final-cta__bg {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; object-fit: cover;
  display: block;
}
.home-2026 .final-cta__scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(34,64,31,.82) 0%, rgba(34,64,31,.68) 55%, rgba(34,64,31,.88) 100%);
}
.home-2026 .final-cta__inner {
  position: relative; z-index: 2;
  width: var(--container); margin-inline: auto;
}
.home-2026 .final-cta__eyebrow {
  display: inline-block;
  font-size: var(--fs-eyebrow); font-weight: 700;
  letter-spacing: var(--ls-eyebrow); text-transform: uppercase;
  color: var(--sol); margin-bottom: 14px;
}
.home-2026 .final-cta h2 {
  font-family: var(--font-display);
  font-size: var(--fs-h1); font-weight: 600; line-height: var(--lh-tight);
  letter-spacing: var(--ls-display);
  margin: 0 0 16px; text-wrap: balance;
  color: var(--crema);
}
.home-2026 .final-cta h2 em { font-style: italic; color: var(--sol); }
.home-2026 .final-cta p {
  color: rgba(253,248,238,.9); margin: 0 0 30px;
  font-family: var(--font-body); font-size: var(--fs-body);
}
.home-2026 .final-cta__ctas {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 14px;
}

/* ============================================================================
   §17 · FOOTER GLOBAL — noche verde + ghost "1985"
   ============================================================================ */
.site-footer {
  position: relative;
  background: var(--bosque-deep);
  color: rgba(253,248,238,.78);
  padding: 0 0 36px;
  overflow: hidden;
  font-family: var(--font-body);
  /* v3fix B10: style.css legacy centra `footer` bajo 1050px — el re-skin es a la izquierda */
  text-align: left;
}
.site-footer::before {
  content: ""; display: block; height: 70px;
  background: var(--bosque-deep);
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  transform: scaleX(1.5) translateY(-46px);
  margin-bottom: 10px;
}

.site-footer .footer-main {
  position: relative; z-index: 1;
  width: var(--container); margin-inline: auto;
  padding: 0;
}
.site-footer .footer-grid {
  display: grid; gap: 44px;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  padding: var(--space-lg) 0;
}
.site-footer .footer-brand__logo-svg {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.site-footer .footer-brand__name {
  font-family: var(--font-display); font-weight: 700; font-size: 1.3rem;
  color: var(--crema); letter-spacing: var(--ls-display);
}
.site-footer .footer-brand__desc {
  margin: 0 0 20px; font-size: .92rem; max-width: 34ch;
  color: rgba(253,248,238,.78);
}

.site-footer .footer-social {
  display: flex; flex-wrap: wrap; gap: 12px;
}
.site-footer .footer-social a,
.site-footer .footer-social .social-icon {
  color: rgba(253,248,238,.78);
  transition: color .2s ease;
}
.site-footer .footer-social a:hover { color: var(--crema); }

.site-footer .footer-col__heading {
  font-size: .8rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--crema); margin: 0 0 18px;
  font-family: var(--font-body);
}
.site-footer .footer-links {
  display: flex; flex-direction: column;
}
.site-footer .footer-links a {
  display: flex; align-items: center; gap: 8px;
  padding: 7px 0; font-size: var(--fs-small);
  color: rgba(253,248,238,.78);
  transition: color .2s ease, gap .25s var(--ease-zoom);
  text-decoration: none;
}
.site-footer .footer-links a:hover { color: var(--crema); gap: 12px; }
.site-footer .footer-links a:hover::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--sol);
  flex-shrink: 0;
}

.site-footer .footer-address {
  font-style: normal; font-size: var(--fs-small);
  color: rgba(253,248,238,.78);
  margin: 0 0 14px;
}
.site-footer .footer-contact-item {
  display: flex; align-items: center; gap: 8px;
  font-size: var(--fs-small); color: rgba(253,248,238,.78);
  padding: 6px 0; text-decoration: none;
  transition: color .2s ease;
}
.site-footer .footer-contact-item:hover { color: var(--crema); }
.site-footer .footer-contact-item .material-icons-round,
.site-footer .footer-contact-item .material-icons-outlined { color: var(--sol); font-size: 1.05rem; }

.site-footer .footer-trust {
  position: relative; z-index: 1;
  width: var(--container); margin-inline: auto;
  padding: 20px 0; border-top: 1px solid rgba(253,248,238,.14);
}
.site-footer .footer-trust__inner {
  display: flex; flex-wrap: wrap; gap: 8px 20px;
  justify-content: center;
}
.site-footer .footer-trust-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .78rem; font-weight: 600;
  color: rgba(253,248,238,.85);
}
.site-footer .footer-trust-badge .material-icons-round,
.site-footer .footer-trust-badge .material-icons-outlined {
  font-size: 1.05rem; color: var(--sol);
}

.site-footer .footer-bottom {
  position: relative; z-index: 1;
  width: var(--container); margin-inline: auto;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; flex-wrap: wrap;
  padding-top: 20px; border-top: 1px solid rgba(253,248,238,.14);
  font-size: .82rem;
}
.site-footer .footer-copyright {
  margin: 0; color: rgba(253,248,238,.65);
}
.site-footer .footer-legal {
  display: flex; gap: 22px;
}
.site-footer .footer-legal a {
  color: rgba(253,248,238,.65);
  transition: color .2s ease;
  text-decoration: none;
}
.site-footer .footer-legal a:hover { color: var(--crema); }

.site-footer .footer__ghost {
  position: absolute; right: -1%; bottom: -4%;
  font-family: var(--font-display); font-weight: 700; font-style: italic;
  font-size: clamp(9rem, 22vw, 20rem); line-height: .8;
  color: rgba(253,248,238,.05);
  pointer-events: none; user-select: none;
  z-index: 0;
}

/* ============================================================================
   §18 · STICKY CTA MÓVIL (home)
   ============================================================================ */
.sticky-cta {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: var(--z-sticky-cta);
  display: none;
  padding: 10px 10px 10px 18px;
  align-items: center; justify-content: space-between; gap: 12px;
  background: rgba(34,64,31,.92);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-radius: var(--radius-full);
  box-shadow: var(--sombra-pop);
  color: var(--crema); font-size: .9rem; font-weight: 600;
  transform: translateY(120%);
  transition: transform .45s var(--ease-zoom);
  padding-bottom: max(10px, env(safe-area-inset-bottom));
  font-family: var(--font-body);
}
.sticky-cta.is-visible { transform: translateY(0); }

/* ============================================================================
   §19 · REVEALS (screenshot-safe, namespaced .reveal-2026)
   Solo se ocultan cuando el JS está activo (html.js) — sin JS, todo visible.
   ============================================================================ */
html.js .home-2026 .reveal-2026 {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s var(--ease-zoom), transform .7s var(--ease-zoom);
  transition-delay: var(--reveal-delay, 0ms);
}
html.js .home-2026 .reveal-2026.is-in { opacity: 1; transform: none; }

/* Modo ?flat para QA/capturas */
html.flat { scroll-behavior: auto; }
html.flat .home-2026 .hero__slide.is-active img { animation: none; }

/* ============================================================================
   §20 · RESPONSIVE
   ============================================================================ */
@media (max-width: 1200px) {
  .home-2026 .camps__grid { grid-template-columns: repeat(3, 1fr); }
  .site-header .nav-link { padding: 10px 9px; font-size: .87rem; }
}

@media (max-width: 992px) {
  .site-header .header-nav,
  .site-header .header-login { display: none; }
  .site-header .header-hamburger { display: flex; }

  .sticky-cta { display: flex; }

  .home-2026 .destinations__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 270px;
  }
  .home-2026 .destinations__grid .dest-card:nth-child(1) { grid-row: span 1; grid-column: span 2; }
  .home-2026 .destinations__grid .dest-card:nth-child(4) { grid-column: span 1; }

  .home-2026 .experiences .bento { grid-template-columns: repeat(2, 1fr); }
  .home-2026 .experiences .bento__item--wide { grid-column: span 2; }

  .home-2026 .values__grid { grid-template-columns: repeat(2, 1fr); }
  .home-2026 .camps__grid { grid-template-columns: repeat(2, 1fr); }
  .home-2026 .testimonials__grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .home-2026 .letter__inner { grid-template-columns: 1fr; }
  .home-2026 .letter__aside { position: static; }

  .site-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 44px; }
}

@media (max-width: 640px) {
  .site-header,
  .site-footer,
  #mobile-drawer,
  .home-2026,
  .sticky-cta,
  .skip-link { --nav-h: 72px; }

  .site-header .header-inner { gap: 12px; }
  .site-header .header-logo__tagline { display: none; }
  .site-header .header-lang { display: none; }
  .site-header .header-actions > .btn { display: none; }

  .home-2026 .hero__content { padding-bottom: 150px; }
  .home-2026 .hero__destination {
    top: calc(var(--nav-h) + 18px); bottom: auto; right: 4vw;
    padding: 8px 14px; border-radius: var(--radius-sm);
    background: rgba(34,64,31,.35);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  }
  .home-2026 .hero__destination-name { font-size: 1.3rem; }
  .home-2026 .hero__cta .btn { width: 100%; justify-content: center; }

  .home-2026 .trustbar__inner { overflow-x: auto; justify-content: flex-start; }
  .home-2026 .trustbar__item { flex: 0 0 auto; padding: 16px 18px; }

  .home-2026 .destinations__grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .home-2026 .destinations__grid .dest-card:nth-child(1) { grid-column: span 1; }
  .home-2026 .experiences .bento { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .home-2026 .experiences .bento__item--tall { grid-row: span 1; }
  .home-2026 .experiences .bento__item--wide { grid-column: span 1; }
  .home-2026 .values__grid,
  .home-2026 .camps__grid { grid-template-columns: 1fr; }

  .site-footer .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .site-footer .footer-bottom { flex-direction: column; text-align: center; }
}

/* ============================================================================
   §21 · REDUCED MOTION (WCAG 2.3.3)
   ============================================================================ */
@media (prefers-reduced-motion: reduce) {
  .home-2026,
  .site-header,
  .site-footer,
  #mobile-drawer,
  .sticky-cta { scroll-behavior: auto; }

  .home-2026 *, .home-2026 *::before, .home-2026 *::after,
  .site-header *, .site-header *::before, .site-header *::after,
  .site-footer *, .site-footer *::before, .site-footer *::after,
  #mobile-drawer *, #mobile-drawer *::before, #mobile-drawer *::after,
  .sticky-cta *, .sticky-cta *::before, .sticky-cta *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .home-2026 .hero__slide { transition: opacity .2s ease; }
  .home-2026 .hero__slide.is-active img { animation: none; transform: none; }
  .home-2026 .hero__progress-seg.is-active span::after { animation: none; transform: scaleX(1); }
  html.js .home-2026 .reveal-2026 { opacity: 1; transform: none; }
}

/* ============================================================================
   OVERRIDE §22 LEGACY (design-system-v2-extras.css) — 14ª sesión 2026-07-21
   El §22 de design-system-v2-extras fuerza `.hero__title`, `.camp-card__title`,
   `.footer-brand__name` (y otros) a 'Cormorant Garamond' con !important. El
   rediseño 2026 reusa esos nombres de clase → re-afirmamos la fuente intencionada
   con !important scopeado (.home-2026/.site-header/.site-footer vencen la clase
   pelada del legacy sin tocar design-system-v2). Verificado: hero title renderizaba
   Cormorant en vez de Fraunces.
   ============================================================================ */
.home-2026 .hero__title,
.home-2026 .hero__title em,
.site-header .header-logo__name,
.site-footer .footer-brand__name { font-family: var(--font-display) !important; }
.home-2026 .camps__grid .camp-card__title,
.home-2026 .camps__grid .camp-card__body h3 { font-family: var(--font-body) !important; }

/* ============================================================================
   OVERRIDE CTA DORADO FOOTER (fase5-audit-fixes.css) — FASE 0.3 rediseño 2026
   fase5-audit-fixes §"CTA footer" convertía .site-footer .btn.btn--gold en
   outline blanco (regla escrita para el footer VIEJO); con el footer noche
   verde de T3 sabotea el botón dorado en toda página con global-styling (la
   home se salva porque no carga esa library). Mismo patrón que el override
   §22: re-afirmación con la especificidad del legacy y !important solo donde
   el legacy ya lo usa (border/color; box-shadow por homepage-responsive y
   v2-extras).
   ============================================================================ */
.site-footer .btn.btn--gold {
  background: var(--sol);
  border: 0 !important;
  color: var(--bosque-deep) !important;
  box-shadow: 0 10px 30px -10px var(--sol-glow), 0 2px 8px rgba(39,39,37,.12) !important;
}
.site-footer .btn.btn--gold:hover,
.site-footer .btn.btn--gold:focus-visible {
  background: var(--sol);
  border-color: transparent !important;
  color: var(--bosque-deep) !important;
  box-shadow: 0 16px 40px -12px var(--sol-glow), 0 4px 12px rgba(39,39,37,.16) !important;
  filter: none;
}

/* ============================================================================
   FLOTANTES DE MÓDULOS vs STICKY-CTA (home) — feedback Pelayo 2026-07-21
   El popup (.lc-floating-cta "Inscríbete", layoscamp_core) y el chatbot
   (.lc-chat-bubble, layoscamp_chatbot) viven fijos abajo y tapaban la barra
   sticky de la home. En la home el CTA flotante es redundante (la sticky ya
   lleva "Apúntate ya") → fuera; la burbuja del chat sube por encima de la
   barra cuando esta es visible.
   ============================================================================ */
body:has(.home-2026) .lc-floating-cta { display: none !important; }
body:has(.home-2026 .sticky-cta.is-visible) .lc-chat-bubble {
  bottom: 96px;
  transition: bottom .3s ease;
}

/* ============================================================================
   v3fix B6 (2026-07-22) — móvil home: pausa/CTA sin solapamientos.
   Los controles del carrusel pasan de absolutos a flujo bajo el contenido.
   ============================================================================ */
@media (max-width: 640px) {
  .home-2026 .hero { padding-bottom: 18px; }
  .home-2026 .hero__content { padding-bottom: 22px; }
  .home-2026 .hero__controls {
    position: static;
    margin-top: 20px;
    padding: 0 4vw;
  }
}

/* ============================================================================
   §26 · TOKENS DE TIPOGRAFÍA EN :root  (Fase B1, 2026-08-07)
   ----------------------------------------------------------------------------
   Los tokens del rediseño viven scopeados en §1 a ocho superficies, y por eso
   el rediseño 2026 nunca salió de la portada: las otras 14 páginas resolvían
   --font-display / --font-body contra el :root de design-system-v2.css, que
   dice Cormorant e Inter.

   Aquí se publican en :root SOLO los tokens tipográficos. Este fichero se
   adjunta globalmente desde page.html.twig con weight 400, así que gana a los
   :root de design-tokens.css (weight 0) y design-system-v2.css (weight 100)
   sin un solo !important. Esa es la idea: no ganar la pelea, quitarle el motivo.

   POR QUÉ SOLO TIPOGRAFÍA, y no el bloque §1 entero como proponía la auditoría.
   Medido antes de tocar: el :root de design-system-v2.css declara los mismos
   nombres de radio con OTROS valores — --radius-sm 6px (rediseño 14),
   --radius-md 12 (22), --radius-lg 20 (30), --radius-xl 32 (44). Publicar §1
   completo cambiaría el redondeo de TODOS los componentes legacy del sitio en
   el mismo deploy, sin que nadie lo haya revisado. La paleta y los radios se
   unifican en su propio paso, con capturas delante. La auditoría daba por hecho
   que los valores coincidían ("están copiados literalmente"): no coinciden.

   Ojo al retirar multistep-camper.css de global-styling (Fase B2): su :root de
   la línea 39 es HOY lo único que da Outfit a las 14 interiores. Este bloque lo
   sustituye, así que B2 ya no puede dejar el sitio en Inter — pero el orden
   sigue siendo este primero.
   ============================================================================ */
:root {
  --font-display: "Fraunces", Georgia, serif;
  --font-body:    "Outfit", "Helvetica Neue", Arial, sans-serif;

  --fs-hero:      clamp(2.95rem, 4.5vw, 4rem);
  --fs-h1:        clamp(2.1rem, 4.6vw, 2.9rem);
  --fs-h2:        clamp(1.45rem, 2.5vw, 2.05rem);
  --fs-h3:        clamp(1.45rem, 2.4vw, 1.95rem);
  --fs-h4:        1.04rem;
  --fs-body:      clamp(.98rem, 1.35vw, 1.1rem);
  --fs-small:     .92rem;
  --fs-eyebrow:   clamp(.72rem, 1vw, .82rem);

  --lh-hero:      .98;
  --lh-tight:     .96;
  --lh-body:      1.6;
  --ls-display:   -.02em;
  --ls-eyebrow:   .22em;
}

/* ============================================================================
   §27 · NOTICIAS EN EL LENGUAJE DEL REDISEÑO  (Fase D, 2026-08-07)
   ----------------------------------------------------------------------------
   Petición explícita del operador: "en la home, la sección de noticias tiene
   diseño antiguo, diferente tipografía".

   Diagnóstico medido: `.news-section` tenía CERO reglas en este fichero. La
   pintaban design-system-v2.css, design-system-v2-extras.css y
   homepage-responsive.css, y su teaser usaba el sistema de clases utilitarias
   heredado de D9 (`G-*` / `E-*`). Era la única sección de la portada que no
   hablaba el idioma del rediseño.

   Este bloque NO tapa aquellas reglas: el teaser cambia de clases
   (`E-noticia-teaser` → `news-2026__*`), así que las viejas dejan de casar y
   quedan retiradas en el mismo paso. Sin un solo !important.

   La misma plantilla sirve a la home (fondo verde oscuro) y a /es/noticias
   (fondo crema): las dos views usan `view_mode: teaser`. Por eso la tarjeta es
   blanca — legible en ambos sin duplicar plantilla.
   ============================================================================ */

/* --- la sección de la home ------------------------------------------------ */
.news-2026 {
  position: relative;
  padding: var(--space-xxl) 0;
  background: var(--bosque-deep, #22401F);
}
.news-2026__inner {
  position: relative;
  width: var(--container, min(1240px, 92vw));
  margin-inline: auto;
}
.news-2026__head {
  text-align: center;
  margin-bottom: var(--space-lg);
}
.news-2026__head .eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: var(--fs-eyebrow);
  font-weight: 600;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--sol, #FBBB0E);
  margin-bottom: var(--space-xs);
}
.news-2026__head h2 {
  font-family: var(--font-display);
  font-size: var(--fs-h1);
  font-weight: 600;
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-display);
  color: var(--crema, #FDF8EE);
  margin: 0;
}

/* --- la rejilla ----------------------------------------------------------- */
/* La view intercala <div class="item-list"> entre .view-content y las
   tarjetas, así que la rejilla va en el contenedor que REALMENTE las tiene
   dentro. `:has()` lo resuelve sin depender de la estructura exacta; el
   selector explícito de .item-list queda como red por si algún día el
   contenedor cambia de nombre. */
/* La view anida .item-list > ul > li > article. La rejilla va en el <ul>, que
   es quien tiene los <li> dentro; ponerla en .item-list deja tres columnas con
   una sola ocupada, porque su único hijo es el <ul>. `:has()` lo expresa sin
   depender de los nombres de clase de la view. */
.view-noticias :has(> li > .news-2026__card),
.view-noticias-de-inicio :has(> li > .news-2026__card),
.view-noticias .item-list > ul,
.view-noticias-de-inicio .item-list > ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-md, 24px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.view-noticias .item-list > ul > li,
.view-noticias-de-inicio .item-list > ul > li {
  list-style: none;
  margin: 0;
  display: flex;
}

/* --- la tarjeta ----------------------------------------------------------- */
.news-2026__card {
  height: 100%;
}
.news-2026__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--blanco, #fff);
  border-radius: var(--radius-md, 22px);
  overflow: hidden;
  text-decoration: none;
  box-shadow: var(--sombra-suave, 0 22px 54px -18px rgba(49,86,45,.26));
  transition: transform .28s var(--ease-zoom, cubic-bezier(.22,1,.36,1)),
              box-shadow .28s var(--ease-zoom, cubic-bezier(.22,1,.36,1));
}
.news-2026__link:hover,
.news-2026__link:focus-visible {
  transform: translateY(-4px);
  box-shadow: var(--sombra-pop, 0 38px 84px -26px rgba(49,86,45,.42));
}
.news-2026__link:focus-visible {
  outline: 3px solid var(--sol, #FBBB0E);
  outline-offset: 3px;
}

.news-2026__media {
  aspect-ratio: 16 / 10;
  background: var(--arena, #F0E0C3);
  overflow: hidden;
}
.news-2026__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s var(--ease-zoom, cubic-bezier(.22,1,.36,1));
}
.news-2026__link:hover .news-2026__img { transform: scale(1.04); }

.news-2026__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs, 8px);
  padding: var(--space-md, 24px);
  flex: 1;
}
.news-2026__eyebrow {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-eyebrow);
  font-weight: 600;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--bosque-2, #026936);
}
/* Titular de TARJETA: Outfit, igual que .camp-card__title. El serif de display
   se reserva a los titulares de sección (spec §3.1). */
.news-2026__title {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--bosque-deep, #22401F);
}
.news-2026__desc {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-small);
  line-height: var(--lh-body);
  color: #4A4A46;
}
.news-2026__cta {
  margin-top: auto;
  padding-top: var(--space-xs, 8px);
  font-family: var(--font-body);
  font-size: var(--fs-small);
  font-weight: 600;
  color: var(--bosque-2, #026936);
}

/* --- móvil ---------------------------------------------------------------- */
@media (max-width: 640px) {
  .news-2026 { padding: var(--space-xl, 72px) 0; }
  .view-noticias :has(> li > .news-2026__card),
  .view-noticias-de-inicio :has(> li > .news-2026__card),
  .view-noticias .item-list > ul,
  .view-noticias-de-inicio .item-list > ul {
    grid-template-columns: 1fr;
    gap: var(--space-sm, 16px);
  }
  .news-2026__title { font-size: 1.08rem; }
}

/* En /es/noticias la tarjeta va sobre fondo claro: la sombra se suaviza para
   no ensuciar el crema. */
.path-noticias .news-2026__link {
  box-shadow: 0 10px 28px -12px rgba(49,86,45,.22);
}
