/* ================================================================
   MARBELLA DOG CLUB — Main Stylesheet (mobile-first)
   Breakpoints: sm 640 · md 768 · lg 1024 · xl 1280 · 2xl 1320
   ================================================================ */

/* — Design tokens — */
:root {
  --bg:          #f5efe4;
  --bg-2:        #fbf7ee;
  --sand:        #e8ddc8;
  --sand-deep:   #d6c6a8;
  --ink:         #1c1c1a;
  --ink-2:       #3a3833;
  --muted:       #7a7468;
  --line:        #d9cfba;
  --brass:       #b08a5a;
  --brass-deep:  #8a6940;
  --brass-light: #d6b889;
  --brass-soft:  #e9d6b3;
  --navy:        #1e2a33;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
}

/* — Reset — */
*, *::before, *::after { box-sizing: border-box; }
html { margin: 0; padding: 0; overflow-x: clip; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

/* — Typography — */
.display {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  letter-spacing: -0.012em;
  line-height: 1.02;
}
.display em { font-style: italic; font-weight: 400; color: var(--ink-2); }
.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brass-deep);
}
.lede {
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.78;
  color: var(--ink-2);
  max-width: 46ch;
}
@media (min-width: 1024px) {
  .lede { font-size: 18px; }
}
p { color: var(--ink-2); }
.muted { color: var(--muted); }

/* — Layout — */
.wrap { max-width: 1320px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px)  { .wrap { padding: 0 32px; } }
@media (min-width: 1280px) { .wrap { padding: 0 56px; } }
.rule { height: 1px; background: var(--line); border: 0; margin: 0; }

/* — Buttons — */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
  transition: transform .25s ease, background .25s, color .25s, border-color .25s;
  border: 1px solid transparent;
}
.btn:hover { transform: translateY(-1px); }
.btn-brass  { background: var(--brass); color: #fff; }
.btn-brass:hover  { background: var(--brass-deep); }
.btn-ink    { background: var(--ink); color: var(--bg-2); }
.btn-ink:hover    { background: var(--brass-deep); }
.btn-ghost  { border-color: var(--ink); color: var(--ink); }
.btn-ghost:hover  { background: var(--ink); color: var(--bg-2); }
.btn-ghost-light  { border-color: rgba(255,255,255,.4); color: #f3ecdc; }
.btn-ghost-light:hover { background: #fff; color: var(--ink); }
.arrow { display: inline-block; transition: transform .25s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ================================================================
   HEADER
   ================================================================ */
header.site {
  position: sticky;
  top: 0; left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(245,239,228,.96);
  backdrop-filter: saturate(140%) blur(16px);
  -webkit-backdrop-filter: saturate(140%) blur(16px);
  border-bottom: 1px solid rgba(217,207,186,.5);
}
.admin-bar header.site { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar header.site { top: 46px; } }

/* Nav bar — flex: [hamburger] [logo] [nav-links] [nav-end] */
.nav {
  display: flex;
  align-items: center;
  height: 68px;
  gap: 16px;
  position: relative;
}
@media (min-width: 1024px) { .nav { height: 80px; gap: 0; } }

/* Logo mark SVG */
.logo-mark {
  width: 38px; height: 38px;
  color: var(--ink);
  flex-shrink: 0;
}
@media (min-width: 1024px) { .logo-mark { width: 46px; height: 46px; } }

/* Brand (logo mark + wordmark) — always left-aligned */
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-decoration: none;
}
/* Logo subido desde el admin */
.logo-custom {
  display: block;
  height: 38px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}
@media (min-width: 1024px) { .logo-custom { height: 46px; max-width: 200px; } }
.brand .wordmark { display: flex; flex-direction: column; line-height: 1; }
.brand .wordmark .a {
  font-family: 'Playfair Display', serif;
  font-weight: 500; font-size: 14px;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink);
}
.brand .wordmark .b {
  font-size: 7.5px; letter-spacing: 0.38em;
  text-transform: uppercase; color: var(--muted); margin-top: 4px;
}
@media (min-width: 1024px) {
  .brand .wordmark .a { font-size: 16px; }
  .brand .wordmark .b { font-size: 8.5px; margin-top: 5px; }
}

/* Desktop nav links — all 6 links centred, hidden on mobile */
.nav-links { display: none; }
@media (min-width: 1024px) {
  .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex: 1;
  }
}

.nav-links .link {
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; font-weight: 500;
  color: var(--ink-2);
  transition: color .2s;
  white-space: nowrap;
}
.nav-links .link:hover { color: var(--brass-deep); }
.nav-links .link.active { color: var(--ink); }

/* Right group — always visible (CTA + lang) */
.nav-end {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
@media (min-width: 1024px) { .nav-end { margin-left: 0; gap: 20px; } }

/* CTA — brass text link on mobile; outlined button on desktop */
.nav-cta {
  font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase; font-weight: 500;
  color: var(--brass-deep);
  white-space: nowrap;
  padding: 8px 14px;
  border: 1px solid var(--brass);
  border-radius: 4px;
  transition: background .2s, color .2s;
}
.nav-cta:hover { background: var(--brass); color: #fff; }

/* Language selector (static fallback) */
.lang {
  display: none;
  align-items: center;
  gap: 4px;
  font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted);
  cursor: pointer; white-space: nowrap;
}
@media (min-width: 1024px) { .lang { display: flex; } }

/* Language switcher (Polylang) */
.lang-switcher {
  display: none;
  position: relative;
}
@media (min-width: 1024px) { .lang-switcher { display: block; } }

.lang-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted);
  background: none; border: 0; cursor: pointer;
  padding: 0; font-family: inherit;
  transition: color .2s;
}
.lang-btn:hover { color: var(--ink); }

.lang-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: var(--bg);
  border: 1px solid var(--line);
  list-style: none; margin: 0; padding: 6px 0;
  min-width: 60px;
  box-shadow: 0 8px 24px rgba(28,28,26,.1);
  z-index: 200;
}
.lang-dropdown.is-open { display: block; }

.lang-dropdown li a {
  display: block;
  padding: 8px 16px;
  font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-2);
  transition: color .15s, background .15s;
}
.lang-dropdown li a:hover,
.lang-dropdown li[aria-selected="true"] a {
  color: var(--brass-deep);
  background: var(--bg-2);
}

/* Hamburger */
.nav-toggle {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 5px; width: 36px; height: 36px;
  flex-shrink: 0; cursor: pointer;
  background: none; border: 0; padding: 4px 0;
}
.nav-toggle span {
  display: block; width: 20px; height: 1px;
  background: var(--ink);
  transition: transform .35s ease, opacity .25s ease;
  transform-origin: center;
}
header.site.nav-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
header.site.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
header.site.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
@media (min-width: 1024px) { .nav-toggle { display: none; } }

/* Mobile nav panel */
.nav-mobile {
  display: none;
  position: absolute;
  top: 68px; left: 0; right: 0;
  background: var(--bg);
  flex-direction: column;
  padding: 4px 24px 0;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 16px 40px rgba(28,28,26,.08);
  z-index: 99;
}
header.site.nav-open .nav-mobile { display: flex; }
@media (min-width: 1024px) { .nav-mobile { display: none !important; } }

.nav-mobile .link {
  font-size: 10.5px; letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--ink-2);
  padding: 17px 0;
  border-bottom: 1px solid rgba(217,207,186,.6);
  transition: color .2s;
}
.nav-mobile .link:last-of-type { border-bottom: 0; }
.nav-mobile .link:hover { color: var(--ink); }
.nav-mobile .link.active { color: var(--ink); font-weight: 500; }

/* CTA block at the bottom of the mobile panel */
.nav-mobile-cta {
  padding: 20px 0 24px;
  border-top: 1px solid rgba(217,207,186,.6);
}
.nav-mobile-cta .btn {
  width: 100%;
  justify-content: center;
  padding: 14px 24px;
  font-size: 10.5px; letter-spacing: 0.2em;
}

/* ================================================================
   HERO
   ================================================================ */

/* Anula el padding global de section — héro pegado al header */
.hero {
  padding: 0;
  overflow: hidden;
  background: var(--bg);
}

/* Mobile — imagen arriba (DOM natural), texto abajo */
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
}

/* Imagen: primera en DOM = arriba en móvil */
.hero-image {
  position: relative;
  height: 54vh;
  min-height: 280px;
  max-height: 460px;
  overflow: hidden;
  background: var(--sand);
}
@media (min-width: 640px)  { .hero-image { height: auto; min-height: unset; max-height: unset; aspect-ratio: 16/9; } }

/* Fade bottom imagen → tarjeta (solo móvil) */
@media (max-width: 639px) {
  .hero-image::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, transparent 48%, rgba(22,16,8,.28) 100%);
    z-index: 1; pointer-events: none;
  }
}

/* Tarjeta copy sobre imagen en móvil */
.hero-copy {
  position: relative;
  z-index: 2;
  margin-top: -26px;
  border-radius: 24px 24px 0 0;
  background: var(--bg);
  box-shadow: 0 -10px 32px rgba(22,14,6,.10);
  padding: 10px 24px 52px;
}

/* Handle brass — señal visual de la tarjeta */
.hero-copy::before {
  content: '';
  display: block;
  width: 40px; height: 3px;
  border-radius: 2px;
  background: var(--brass);
  opacity: 0.45;
  margin: 0 auto 28px;
}

@media (min-width: 640px) {
  .hero-copy {
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 48px 32px 64px;
  }
  .hero-copy::before { display: none; }
}

.hero-copy-inner { width: 100%; }

/* Desktop — copy izquierda (order: -1), imagen derecha (DOM) */
@media (min-width: 1024px) {
  .hero {
    height: clamp(600px, calc(100vh - 80px), 920px);
    display: flex;
    align-items: stretch;
  }
  .admin-bar .hero { height: clamp(568px, calc(100vh - 112px), 920px); }

  .hero-grid {
    grid-template-columns: 40fr 60fr;
    flex: 1;
    align-items: stretch;
  }

  /* Copy izquierda: flex-end para que el bloque de texto se pegue al lado de la imagen */
  .hero-copy {
    order: -1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 56px 32px 56px 48px;
    position: relative;
  }

  .hero-image {
    order: 0;
    aspect-ratio: unset;
    height: 100%;
    /* Borde izquierdo diagonal elegante */
    clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .hero-copy-inner { max-width: 480px; width: 100%; }
}

@media (min-width: 1280px) {
  .hero-copy { padding: 64px 40px 64px 64px; }
  .hero-copy-inner { max-width: 500px; }
}

@media (min-width: 1600px) {
  .hero-copy { padding: 80px 48px 80px 80px; }
  .hero-copy-inner { max-width: 520px; }
}

/* Kicker */
.kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.kicker .bar { width: 32px; height: 1px; background: var(--brass); flex-shrink: 0; }
@media (min-width: 1024px) { .kicker { margin-bottom: 28px; } .kicker .bar { width: 40px; } }

/* H1 */
.hero h1 {
  font-size: clamp(44px, 9.5vw, 80px);
  margin: 0;
  line-height: 1.02;
}
@media (min-width: 1024px) {
  .hero h1 {
    font-size: clamp(60px, 5.5vw, 100px);
    line-height: 1;
    margin-left: -3px;
  }
}
.hero h1 .line { display: block; }
.hero h1 .dot  { color: var(--brass-deep); }

/* Intro */
.hero p.intro {
  font-size: 14.5px; line-height: 1.7;
  margin: 20px 0 28px;
  color: var(--ink-2); max-width: 42ch;
}
@media (min-width: 1024px) { .hero p.intro { font-size: 15px; margin: 24px 0 32px; } }

/* CTAs */
.hero .ctas { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }

/* Trust row */
.trust-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
  margin-top: 24px; padding-top: 20px;
  border-top: 1px solid var(--line);
}
/* Tercer badge: ocupa las dos columnas */
.trust-badge:last-child { grid-column: 1 / -1; }

@media (min-width: 640px) {
  .trust-row { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 28px; padding-top: 24px; }
  .trust-badge:last-child { grid-column: auto; }
}
@media (min-width: 1024px) { .trust-row { margin-top: 32px; padding-top: 28px; gap: 12px 24px; } }

/* Badge: círculo brass + texto */
.trust-badge { display: flex; align-items: center; gap: 12px; }

.trust-icon {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(176,138,90,.08);
  border: 1px solid rgba(176,138,90,.22);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background .25s, border-color .25s;
}
@media (min-width: 640px) { .trust-icon { width: 40px; height: 40px; } }
.trust-badge:hover .trust-icon {
  background: rgba(176,138,90,.16);
  border-color: rgba(176,138,90,.4);
}

.trust-icon svg { color: var(--brass); }

/* Ripple escalonado en los iconos — pulso suave en cadena */
@keyframes iconRipple {
  0%   { box-shadow: 0 0 0 0 rgba(176,138,90,.30); }
  60%  { box-shadow: 0 0 0 10px rgba(176,138,90,.00); }
  100% { box-shadow: 0 0 0 0 rgba(176,138,90,.00); }
}
.trust-badge:nth-child(1) .trust-icon { animation: iconRipple 2.8s ease-out infinite 1.4s; }
.trust-badge:nth-child(2) .trust-icon { animation: iconRipple 2.8s ease-out infinite 2.4s; }
.trust-badge:nth-child(3) .trust-icon { animation: iconRipple 2.8s ease-out infinite 3.4s; }

.trust-badge span {
  font-size: 9px; letter-spacing: 0.2em;
  text-transform: uppercase; font-weight: 500;
  color: var(--ink-2); line-height: 1.4;
}
@media (min-width: 1024px) { .trust-badge span { font-size: 9.5px; } }

/* Gradiente sobre la imagen — blend diagonal hacia el texto */
@media (min-width: 1024px) {
  .hero-image::before {
    content: '';
    position: absolute; inset: 0;
    background:
      linear-gradient(
        102deg,
        var(--bg)              0%,
        rgba(245,239,228,.55) 12%,
        rgba(245,239,228,.08) 35%,
        transparent           52%
      ),
      linear-gradient(
        to top,
        rgba(22,28,34,.32)  0%,
        rgba(22,28,34,.10) 22%,
        transparent        42%
      );
    z-index: 1; pointer-events: none;
  }
}

/* Shimmer — barrido de luz suave sobre la imagen cada ~8s */
@keyframes heroShimmer {
  0%   { transform: translateX(-160%) skewX(-10deg); opacity: 0; }
  5%   { opacity: 1; }
  95%  { opacity: 1; }
  100% { transform: translateX(160%)  skewX(-10deg); opacity: 0; }
}
.hero-image::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255,255,255,.08) 50%,
    transparent 60%
  );
  z-index: 3; pointer-events: none;
  animation: heroShimmer 8s cubic-bezier(.4,0,.6,1) infinite 1.8s;
}

.hero-deco {
  position: absolute;
  bottom: 16px; right: 16px;
  width: 48px; height: 48px;
  border-bottom: 1.5px solid rgba(176,138,90,.4);
  border-right:  1.5px solid rgba(176,138,90,.4);
  z-index: 2; pointer-events: none;
}
@media (min-width: 1024px) {
  .hero-deco { bottom: 24px; right: 24px; width: 64px; height: 64px; }
}

/* Animaciones de entrada escalonadas */
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes heroFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.hero-copy .kicker    { animation: heroFadeUp .65s cubic-bezier(.22,1,.36,1) both  .08s; }
.hero-copy h1         { animation: heroFadeUp .70s cubic-bezier(.22,1,.36,1) both  .20s; }
.hero-copy p.intro    { animation: heroFadeUp .65s cubic-bezier(.22,1,.36,1) both  .36s; }
.hero-copy .ctas      { animation: heroFadeUp .65s cubic-bezier(.22,1,.36,1) both  .50s; }
.hero-copy .trust-row { animation: heroFadeUp .65s cubic-bezier(.22,1,.36,1) both  .64s; }
.hero-image           { animation: heroFadeIn  .80s ease                      both  .04s; }

/* Indicador de scroll — línea vertical con tick deslizante, solo desktop */
.hero-scroll { display: none; }

@keyframes scrollTick {
  0%   { transform: scaleY(0) translateY(0);    opacity: 0; transform-origin: top; }
  20%  { transform: scaleY(1) translateY(0);    opacity: 1; transform-origin: top; }
  80%  { transform: scaleY(1) translateY(100%); opacity: 1; transform-origin: top; }
  100% { transform: scaleY(0) translateY(100%); opacity: 0; transform-origin: bottom; }
}

@media (min-width: 1024px) {
  .hero-scroll {
    display: block;
    position: absolute;
    bottom: 32px;
    left: 48px;
    width: 1px;
    height: 52px;
    background: rgba(176,138,90,.18);
    overflow: hidden;
    animation: heroFadeUp .5s cubic-bezier(.22,1,.36,1) both 1s;
  }
  .hero-scroll::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--brass);
    animation: scrollTick 2s cubic-bezier(.4,0,.2,1) infinite 1.4s;
  }
}

/* ================================================================
   SECCIONES BASE
   ================================================================ */
section { padding: 72px 0; }
@media (min-width: 1024px) { section { padding: 120px 0; } }

.section-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .section-head {
    grid-template-columns: 1fr 1.6fr;
    gap: 64px;
    margin-bottom: 72px;
    align-items: end;
  }
}
.section-head h2 { font-size: clamp(32px, 6vw, 64px); margin: 10px 0 0; }
.section-head .h-right { max-width: 54ch; }

/* ================================================================
   SECTION SEPARATOR  (hero → servicios y reutilizable)
   ================================================================ */
.section-sep {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(280px, 72%);
  margin: 0 auto;
  padding: 18px 0 0;
  color: var(--brass);
}
.section-sep-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--sand-deep));
}
.section-sep-line:last-child {
  background: linear-gradient(270deg, transparent, var(--sand-deep));
}
.section-sep-paw {
  opacity: 0.45;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .section-sep {
    width: min(420px, 44%);
    padding: 24px 0 0;
  }
}

/* ================================================================
   SERVICIOS
   ================================================================ */
.servicios { position: relative; overflow: hidden; }

.srv-head {
  text-align: center;
  margin-bottom: 44px;
}
.srv-head .eyebrow { display: block; margin-bottom: 20px; }
.srv-head-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.12;
  margin: 0;
  color: var(--ink);
}
.srv-head-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--brass-deep);
}
@media (min-width: 1024px) { .srv-head { margin-bottom: 60px; } }

/* Bento: gap simulado con background + overflow hidden */
.srv-bento {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .srv-bento {
    grid-template-columns: 44fr 56fr;
    min-height: 580px;
  }
}

/* ── Tarjeta principal: Hotel Canino ── */
.srv-main {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  min-height: 440px;
  display: flex;
}
@media (min-width: 1024px) { .srv-main { min-height: 0; } }

.srv-main .img-slot {
  position: absolute; inset: 0;
}
.srv-main .img-slot img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s cubic-bezier(.4,0,.2,1);
}
.srv-main:hover .img-slot img { transform: scale(1.03); }

/* Gradiente sobre la imagen */
.srv-main::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(22,31,38,.96)  0%,
    rgba(22,31,38,.75) 45%,
    rgba(22,31,38,.25) 75%,
    transparent        100%
  );
  z-index: 1; pointer-events: none;
}

/* Pata decorativa de fondo */
.srv-paw {
  position: absolute;
  bottom: -8%;
  right: -2%;
  width: clamp(300px, 50vw, 640px);
  color: var(--brass);
  opacity: 0.13;
  pointer-events: none;
  transform: rotate(-10deg);
  z-index: 0;
}

.srv-main-copy {
  position: relative;
  margin-top: auto;
  padding: 32px 28px;
  z-index: 2;
  color: #fff;
}
@media (min-width: 1024px) { .srv-main-copy { padding: 44px 40px; } }

.srv-kicker {
  display: block;
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 12px;
}

.srv-main h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 500;
  color: #fff;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}

.srv-main p {
  font-size: 15px; line-height: 1.72;
  color: rgba(255,255,255,.82);
  font-weight: 300;
  margin: 0 0 28px;
  max-width: 360px;
}

/* ── Grid de servicios secundarios ── */
.srv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--line);
}

.srv-card {
  background: var(--bg);
  padding: 28px 22px 26px;
  display: flex; flex-direction: column; gap: 10px;
  transition: background .25s;
  position: relative; overflow: hidden;
}
.srv-card:hover { background: var(--bg-2); }
.srv-card:hover .more { gap: 10px; }

/* Icono de cada tarjeta */
.srv-ic {
  display: block;
  width: 36px; height: 36px;
  color: var(--brass);
  flex-shrink: 0;
  transition: color .25s, transform .25s;
}
.srv-ic svg { display: block; width: 100%; height: 100%; }
.srv-card:hover .srv-ic { color: var(--brass-deep); transform: scale(1.1); }

.srv-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 17px; font-weight: 500; margin: 0;
  letter-spacing: -0.005em;
}

.srv-card p {
  font-size: 13.5px; line-height: 1.65;
  color: var(--ink-2); margin: 0; flex: 1;
}

.srv-card .more {
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--brass-deep);
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 6px;
  transition: gap .2s;
}

@media (min-width: 1024px) {
  /* Una columna en desktop: 4 filas apiladas horizontalmente */
  .srv-grid { grid-template-columns: 1fr; }

  /* Layout horizontal: icono izquierda + texto derecha */
  .srv-card {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 20px;
    row-gap: 3px;
    padding: 20px 32px;
    align-items: start;
  }
  .srv-ic {
    grid-column: 1; grid-row: 1 / 4;
    width: 38px; height: 38px;
    align-self: center;
  }
  .srv-card h3 { grid-column: 2; grid-row: 1; font-size: 17px; }
  .srv-card p  { grid-column: 2; grid-row: 2; flex: none; }
  .srv-card .more { grid-column: 2; grid-row: 3; margin-top: 2px; }
}

/* Línea brass inferior al hacer hover en tarjeta */
.srv-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--brass);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s cubic-bezier(.22,1,.36,1);
}
.srv-card:hover::after { transform: scaleX(1); }

/* ── Animaciones de entrada (disparadas por IntersectionObserver) ── */
@keyframes srvSlideUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.srv-main,
.srv-card {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s cubic-bezier(.22,1,.36,1),
              transform .6s cubic-bezier(.22,1,.36,1);
}

.srv-visible .srv-main                { opacity: 1; transform: none; transition-delay: .05s; }
.srv-visible .srv-card:nth-child(1)   { opacity: 1; transform: none; transition-delay: .18s; }
.srv-visible .srv-card:nth-child(2)   { opacity: 1; transform: none; transition-delay: .28s; }
.srv-visible .srv-card:nth-child(3)   { opacity: 1; transform: none; transition-delay: .38s; }
.srv-visible .srv-card:nth-child(4)   { opacity: 1; transform: none; transition-delay: .48s; }

/* ================================================================
   FILOSOFÍA
   ================================================================ */
.filo { background: var(--bg-2); overflow: hidden; }

/* Grid imagen-izquierda / copy-derecha — espejo del hero */
.filo-inner {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .filo-inner {
    grid-template-columns: 44fr 56fr;
    min-height: 600px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ── Panel imagen ── */
.filo-visual {
  position: relative;
  aspect-ratio: 4/3;
  background: var(--sand);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(176,138,90,.28);
}
@media (min-width: 640px)  { .filo-visual { aspect-ratio: 3/2; } }
@media (min-width: 1024px) { .filo-visual { aspect-ratio: unset; } }

.filo-visual .img-slot { position: absolute; inset: 0; }
.filo-visual .img-slot img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .9s cubic-bezier(.4,0,.2,1);
}
.filo-visual:hover .img-slot img { transform: scale(1.03); }


/* ── Panel copy ── */
.filo-body {
  position: relative;
  display: flex;
  align-items: center;
  padding: 52px 20px 56px;
}
@media (min-width: 768px)  { .filo-body { padding: 64px 32px; } }
@media (min-width: 1024px) { .filo-body { padding: 72px 64px 72px 52px; } }
@media (min-width: 1280px) { .filo-body { padding: 80px 80px 80px 64px; } }

/* Línea vertical scroll-driven */
.filo-line {
  display: none;
}
@media (min-width: 1024px) {
  .filo-line {
    display: block;
    position: absolute;
    left: 20px;
    top: 56px;
    width: 1.5px;
    background: linear-gradient(to bottom, var(--brass), rgba(176,138,90,0));
    height: 0;
    max-height: calc(100% - 80px);
    border-radius: 1px;
    pointer-events: none;
  }
}

/* Silueta canina de fondo */
.filo-dog-bg {
  display: none;
}
@media (min-width: 1024px) {
  .filo-dog-bg {
    display: block;
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 280px;
    height: auto;
    color: var(--brass);
    opacity: 0.08;
    pointer-events: none;
  }
}
@media (min-width: 1280px) {
  .filo-dog-bg { width: 340px; right: 32px; bottom: 28px; }
}

.filo-body-inner { max-width: 500px; }

.filo-body .kicker  { margin-bottom: 22px; }

.filo-body h2 {
  font-size: clamp(36px, 5.5vw, 60px);
  line-height: 1.05;
  margin: 0 0 24px;
}

.filo-body-inner > p {
  font-size: 15px; line-height: 1.8;
  color: var(--ink-2);
  margin: 0 0 36px;
  max-width: 42ch;
}
@media (min-width: 1024px) { .filo-body-inner > p { font-size: 16px; margin: 0 0 40px; } }

/* ── Features con icono ── */
.filo-features {
  list-style: none;
  padding: 0; margin: 0 0 40px;
}
.filo-features li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.filo-features li:last-child { border-bottom: 1px solid var(--line); }

.filo-feat-ic {
  flex-shrink: 0;
  width: 44px; height: 44px;
  color: var(--brass);
  background: rgba(176,138,90,.10);
  border-radius: 50%;
  padding: 10px;
  margin-top: 0;
}
.filo-feat-ic svg { display: block; width: 100%; height: 100%; }

.filo-features strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-weight: 600; font-size: 15px;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin-bottom: 4px;
}
.filo-features span { font-size: 13.5px; line-height: 1.65; color: var(--ink-2); opacity: .82; }

@media (min-width: 1024px) {
  .filo-features li    { padding: 20px 0; gap: 20px; }
  .filo-feat-ic        { width: 48px; height: 48px; padding: 11px; }
  .filo-features strong{ font-size: 16px; }
  .filo-features span  { font-size: 14px; }
  .filo-features       { margin: 0 0 48px; }
}

/* Enlace con barra brass que se extiende al hover */
.filo-link {
  position: relative;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase; font-weight: 500;
  color: var(--ink);
  padding-bottom: 5px;
  transition: color .25s, gap .25s;
}
.filo-link::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 24px; height: 1px;
  background: var(--brass);
  transition: width .45s cubic-bezier(.22,1,.36,1);
}
.filo-link:hover { color: var(--brass-deep); gap: 13px; }
.filo-link:hover::after { width: 100%; }

/* ── Animaciones de entrada ── */
.filo-visual,
.filo-body .kicker,
.filo-body h2,
.filo-body-inner > p,
.filo-features li,
.filo-link { opacity: 0; }

.filo-feat-ic { transform: scale(0.65); }

@media (prefers-reduced-motion: reduce) {
  .filo-visual,
  .filo-body .kicker,
  .filo-body h2,
  .filo-body-inner > p,
  .filo-features li,
  .filo-link { opacity: 1; }
  .filo-feat-ic { transform: none; }
}

@keyframes filoSlideLeft {
  from { opacity: 0; transform: translateX(-24px); }
  to   { opacity: 1; transform: none; }
}
@keyframes filoFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: none; }
}
@keyframes filoIconPop {
  from { transform: scale(0.65); }
  to   { transform: scale(1); }
}

.filo-visible .filo-visual                   { animation: filoSlideLeft .75s cubic-bezier(.22,1,.36,1) .04s both; }
.filo-visible .filo-body .kicker             { animation: filoFadeUp    .60s cubic-bezier(.22,1,.36,1) .16s both; }
.filo-visible .filo-body h2                  { animation: filoFadeUp    .60s cubic-bezier(.22,1,.36,1) .26s both; }
.filo-visible .filo-body-inner > p           { animation: filoFadeUp    .60s cubic-bezier(.22,1,.36,1) .36s both; }
.filo-visible .filo-features li:nth-child(1) { animation: filoFadeUp    .55s cubic-bezier(.22,1,.36,1) .44s both; }
.filo-visible .filo-features li:nth-child(2) { animation: filoFadeUp    .55s cubic-bezier(.22,1,.36,1) .54s both; }
.filo-visible .filo-features li:nth-child(3) { animation: filoFadeUp    .55s cubic-bezier(.22,1,.36,1) .64s both; }
.filo-visible .filo-link                     { animation: filoFadeUp    .55s cubic-bezier(.22,1,.36,1) .72s both; }

.filo-visible .filo-features li:nth-child(1) .filo-feat-ic { animation: filoIconPop .5s cubic-bezier(.34,1.56,.64,1) .52s both; }
.filo-visible .filo-features li:nth-child(2) .filo-feat-ic { animation: filoIconPop .5s cubic-bezier(.34,1.56,.64,1) .62s both; }
.filo-visible .filo-features li:nth-child(3) .filo-feat-ic { animation: filoIconPop .5s cubic-bezier(.34,1.56,.64,1) .72s both; }

/* ================================================================
   FEATURED ALOJAMIENTO
   ================================================================ */
.feat-wrap { padding: 72px 0; }
@media (min-width: 1024px) { .feat-wrap { padding: 120px 0; } }

.feat {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--bg-2);
  box-shadow: 0 2px 8px rgba(28,28,26,.04), 0 16px 56px rgba(28,28,26,.08);
  border-top: 2px solid rgba(176,138,90,.35);
}
@media (min-width: 1024px) {
  .feat { grid-template-columns: 1.05fr 1fr; }
}

.feat-image {
  aspect-ratio: 4/3;
  background: var(--sand);
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(176,138,90,.22);
}
@media (min-width: 640px) { .feat-image { aspect-ratio: 3/2; } }
@media (min-width: 1024px) { .feat-image { aspect-ratio: unset; } }

@media (min-width: 1024px) {
  .feat-image .img-slot { position: absolute; inset: 0; }
}

.feat-image .img-slot img {
  will-change: transform;
  transform-origin: center center;
}
@media (min-width: 1024px) {
  .feat-image .img-slot img { transform: scale(1.20); }
}

.feat-copy {
  padding: 36px 28px;
  display: flex; flex-direction: column; justify-content: center;
}
@media (min-width: 768px)  { .feat-copy { padding: 48px 40px; } }
@media (min-width: 1024px) { .feat-copy { padding: 64px 56px; } }

.feat-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brass-deep);
}

.feat h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 500; font-size: clamp(32px, 5vw, 52px);
  line-height: 1.06; letter-spacing: -0.012em; margin: 16px 0 18px;
}
.feat h3 em { font-style: italic; color: var(--ink-2); font-weight: 400; }
.feat p { font-size: 15px; line-height: 1.7; margin: 0 0 24px; }
@media (min-width: 1024px) { .feat p { font-size: 16px; max-width: 42ch; margin: 0 0 28px; } }

.feat ul { list-style: none; padding: 0; margin: 0 0 28px; display: grid; grid-template-columns: 1fr; gap: 8px; }
@media (min-width: 640px)  { .feat ul { grid-template-columns: 1fr 1fr; gap: 8px 24px; } }
@media (min-width: 1024px) { .feat ul { margin: 0 0 36px; gap: 10px 24px; } }
.feat ul li { font-size: 14px; letter-spacing: 0.02em; color: var(--ink); padding-left: 20px; position: relative; }
.feat ul li::before { content: ""; position: absolute; left: 0; top: .68em; width: 10px; height: 1.5px; background: var(--brass); border-radius: 1px; }

.feat-copy .btn { align-self: flex-start; }

/* ── Animaciones de entrada ── */
.feat-wrap .section-head,
.feat { opacity: 0; }

@media (prefers-reduced-motion: reduce) {
  .feat-wrap .section-head, .feat { opacity: 1; }
}

.feat-tag, .feat h3, .feat p, .feat ul, .feat-copy .btn { opacity: 0; }

@media (prefers-reduced-motion: reduce) {
  .feat-tag, .feat h3, .feat p, .feat ul, .feat-copy .btn { opacity: 1; }
}

@keyframes featRise   { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes featFadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.feat-wrap-visible .section-head { animation: featFadeUp .70s cubic-bezier(.22,1,.36,1) .04s both; }
.feat-wrap-visible .feat         { animation: featRise   .85s cubic-bezier(.22,1,.36,1) .22s both; }
.feat-wrap-visible .feat-tag     { animation: featFadeUp .50s cubic-bezier(.22,1,.36,1) .48s both; }
.feat-wrap-visible .feat h3      { animation: featFadeUp .60s cubic-bezier(.22,1,.36,1) .58s both; }
.feat-wrap-visible .feat p       { animation: featFadeUp .50s cubic-bezier(.22,1,.36,1) .68s both; }
.feat-wrap-visible .feat ul      { animation: featFadeUp .50s cubic-bezier(.22,1,.36,1) .76s both; }
.feat-wrap-visible .feat-copy .btn { animation: featFadeUp .50s cubic-bezier(.22,1,.36,1) .84s both; }

/* ================================================================
   LIFESTYLE FULL-BLEED
   ================================================================ */
.lifestyle { padding: 0; }

.lifestyle-visual {
  position: relative;
  aspect-ratio: 4/3;
  background: var(--sand);
  overflow: hidden;
}
@media (min-width: 640px)  { .lifestyle-visual { aspect-ratio: 16/6; } }
@media (min-width: 1024px) { .lifestyle-visual { aspect-ratio: 8/3; } }
@media (min-width: 1440px) { .lifestyle-visual { aspect-ratio: 3/1; } }

/* Línea brass superior — detalle editorial */
.lifestyle-visual::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: rgba(176,138,90,.5);
  z-index: 1;
}

/* Parallax — img-slot más alto que el contenedor */
.lifestyle-visual .img-slot {
  position: absolute;
  inset: -22% 0;
  height: auto;
  width: 100%;
}
.lifestyle-visual .img-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}

/* Caption debajo de la imagen */
.lifestyle-caption {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}
@media (min-width: 768px) { .lifestyle-caption { padding: 32px 0; } }

.lifestyle-caption .wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .lifestyle-caption .wrap { grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
}
@media (min-width: 1024px) {
  .lifestyle-caption .wrap { gap: 80px; }
}

.lifestyle-quote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.42;
  color: var(--ink);
  margin: 0;
}
.lifestyle-desc {
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}
@media (min-width: 1024px) { .lifestyle-desc { font-size: 14px; max-width: 44ch; } }

/* ================================================================
   PROCESO
   ================================================================ */
.proceso { background: var(--bg-2); }

.proceso-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 24px;
}
@media (min-width: 768px)  { .proceso-grid { grid-template-columns: repeat(3, 1fr); gap: 40px; } }
@media (min-width: 1024px) { .proceso-grid { gap: 56px; margin-top: 40px; } }

/* ── Step card ── */
.step {
  position: relative;
  padding: 24px 20px 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg);
  overflow: hidden;
}

/* Rombo brass en la esquina superior izquierda de la tarjeta */
.step::before {
  content: '';
  position: absolute;
  top: -5px; left: 20px;
  width: 9px; height: 9px;
  background: var(--brass);
  transform: rotate(45deg);
}

/* Número editorial: watermark en esquina inferior derecha (móvil) */
.step-num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  /* móvil: marca de agua */
  position: absolute;
  right: 14px;
  bottom: 4px;
  font-size: clamp(80px, 26vw, 108px);
  color: var(--ink);
  opacity: 0.055;
  margin: 0;
}

/* Desktop: restaurar diseño original */
@media (min-width: 768px) {
  .step {
    padding: 36px 0 0;
    border: none;
    border-top: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }
  .step::before {
    top: -5px; left: 0;
  }
  .step-num {
    position: static;
    font-size: clamp(56px, 7vw, 84px);
    color: var(--sand-deep);
    opacity: 1;
    margin-bottom: 28px;
    right: auto; bottom: auto;
  }
}
@media (min-width: 1024px) { .step-num { margin-bottom: 36px; } }

/* Icono brass */
.step-ic {
  display: block;
  width: 32px; height: 32px;
  color: var(--brass);
  margin-bottom: 16px;
}
.step-ic svg { display: block; width: 100%; height: 100%; }

.step h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: clamp(20px, 2.5vw, 26px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
}
.step p {
  font-size: 15px;
  line-height: 1.72;
  color: var(--ink-2);
  margin: 0;
}
@media (min-width: 1024px) { .step p { font-size: 15px; max-width: 28ch; } }

/* ── Animaciones ── */
.proceso .section-head,
.step { opacity: 0; }
@media (prefers-reduced-motion: reduce) {
  .proceso .section-head, .step { opacity: 1; }
}

@keyframes procesoFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: none; }
}

.proceso-visible .section-head        { animation: procesoFadeUp .65s cubic-bezier(.22,1,.36,1) .04s both; }
.proceso-visible .step:nth-child(1)   { animation: procesoFadeUp .60s cubic-bezier(.22,1,.36,1) .22s both; }
.proceso-visible .step:nth-child(2)   { animation: procesoFadeUp .60s cubic-bezier(.22,1,.36,1) .38s both; }
.proceso-visible .step:nth-child(3)   { animation: procesoFadeUp .60s cubic-bezier(.22,1,.36,1) .54s both; }

/* ================================================================
   INSTALACIONES
   ================================================================ */
.instal {
  padding: 64px 0 80px;
  background: var(--sand);
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) { .instal { padding: 96px 0 120px; } }

/* ── Contenedor principal: apilado en móvil, lado a lado en desktop ── */
.instal-wrap {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (min-width: 1280px) {
  .instal-wrap {
    display: grid;
    grid-template-columns: 290px 1fr;
    gap: 52px;
    align-items: start;
  }
}

/* ── Header editorial ── */
.instal-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.instal-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 18px;
  line-height: 1;
}

.instal-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 7vw, 54px);
  font-weight: 400;
  line-height: 1.07;
  color: var(--ink);
  margin: 0 0 20px;
}
.instal-title em {
  color: var(--brass);
  font-style: italic;
}
@media (min-width: 1280px) {
  .instal-title { font-size: clamp(36px, 3.2vw, 50px); }
}

.instal-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--brass);
  width: 100%;
  max-width: 200px;
}
.instal-divider span {
  flex: 1;
  height: 1px;
  background: var(--brass);
  opacity: 0.40;
}

.instal-intro {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.74;
  color: var(--ink-2);
  margin: 0 0 28px;
}
@media (min-width: 1280px) {
  .instal-intro { font-size: 13.5px; }
}

/* ── Botón CTA ── */
.btn-instal {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 28px;
  background: var(--brass);
  color: #fff;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: gap .4s cubic-bezier(.22,1,.36,1);
}
.btn-instal::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--brass-deep);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s cubic-bezier(.22,1,.36,1);
}
.btn-instal:hover::before { transform: scaleX(1); }
.btn-instal:hover { gap: 22px; }
.btn-instal-text { position: relative; }
.btn-instal-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: transform .4s cubic-bezier(.22,1,.36,1);
}
.btn-instal:hover .btn-instal-arrow { transform: translateX(4px); }

/* ── Bento grid ── */
.instal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

/* 640px: 2 columnas, card 1 ocupa fila completa */
@media (min-width: 640px) {
  .instal-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .instal-card:nth-child(1) { grid-column: 1 / -1; }
}

/* 768px: bento 6 columnas, 2 filas (sin panel lateral) */
@media (min-width: 768px) {
  .instal-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 240px 190px;
    gap: 10px;
  }
  .instal-card:nth-child(1) { grid-column: 1 / 4; grid-row: 1; }
  .instal-card:nth-child(2) { grid-column: 4 / 7; grid-row: 1; }
  .instal-card:nth-child(3) { grid-column: 1 / 3; grid-row: 2; }
  .instal-card:nth-child(4) { grid-column: 3 / 5; grid-row: 2; }
  .instal-card:nth-child(5) { grid-column: 5 / 7; grid-row: 2; }
}

/* 1280px: bento con panel lateral → filas más altas */
@media (min-width: 1280px) {
  .instal-grid {
    grid-template-rows: 295px 230px;
    gap: 12px;
  }
}

/* ── Card ── */
.instal-card {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 14px;
  overflow: hidden;
  background: var(--sand-deep);
  cursor: pointer;
  will-change: transform;
}

/* En mobile todos los cards tienen el mismo ratio */

/* Con grid explícito, el aspect-ratio ya no controla la altura */
@media (min-width: 768px) {
  .instal-card,
  .instal-card:nth-child(1) { aspect-ratio: unset; border-radius: 16px; }
}

/* img-slot: cubre el card exacto; el img es más alto para parallax */
.instal-card .img-slot {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--sand-deep);
}
.instal-card .img-slot img {
  position: absolute;
  inset: -12% 0;   /* img es 24% más alto que el slot → margen parallax */
  object-fit: cover;
  transition: transform 1.1s cubic-bezier(.4,0,.2,1);
}
.instal-card:hover .img-slot img { transform: scale(1.06); }

/* Brass inset border: sutil en reposo, visible en hover */
.instal-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(176,138,90,.14);
  z-index: 3;
  pointer-events: none;
  transition: box-shadow .45s ease;
}
.instal-card:hover::before { box-shadow: inset 0 0 0 1.5px rgba(176,138,90,.58); }

/* ── Badge ── */
.instal-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 11px;
  background: rgba(18,13,8,.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 12px;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(255,255,255,.07);
}
@media (min-width: 768px) {
  .instal-badge {
    bottom: 16px;
    left: 16px;
    right: 16px;
    border-radius: 14px;
    padding: 11px 15px 11px 11px;
    gap: 12px;
  }
}

.instal-badge-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  background: var(--brass);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .instal-badge-icon { width: 40px; height: 40px; min-width: 40px; }
}

.instal-badge-body { min-width: 0; }

.instal-badge-title {
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(255,255,255,.96);
  margin: 0 0 3px;
  line-height: 1.2;
}
@media (min-width: 768px) { .instal-badge-title { font-size: 9.5px; } }

.instal-badge-desc {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  line-height: 1.52;
  color: rgba(255,255,255,.68);
  margin: 0;
}
@media (min-width: 768px) { .instal-badge-desc { font-size: 11.5px; } }


/* ── Animaciones de entrada ── */
.instal-header { opacity: 0; transform: translateY(16px); }
.instal-card   { opacity: 0; clip-path: inset(100% 0 0 0); }

@media (prefers-reduced-motion: reduce) {
  .instal-header { opacity: 1; transform: none; }
  .instal-card   { opacity: 1; clip-path: none; }
}

@keyframes instalReveal {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: none; }
}
@keyframes instalWipeUp {
  0%   { opacity: 0.2; clip-path: inset(100% 0 0 0); }
  100% { opacity: 1;   clip-path: inset(0% 0 0 0); }
}

.instal-visible .instal-header        { animation: instalReveal .65s cubic-bezier(.22,1,.36,1) .04s both; }
.instal-visible .instal-card:nth-child(1) { animation: instalWipeUp .90s cubic-bezier(.40,0,.20,1) .12s both; }
.instal-visible .instal-card:nth-child(2) { animation: instalWipeUp .72s cubic-bezier(.40,0,.20,1) .24s both; }
.instal-visible .instal-card:nth-child(3) { animation: instalWipeUp .68s cubic-bezier(.40,0,.20,1) .36s both; }
.instal-visible .instal-card:nth-child(4) { animation: instalWipeUp .68s cubic-bezier(.40,0,.20,1) .46s both; }
.instal-visible .instal-card:nth-child(5) { animation: instalWipeUp .72s cubic-bezier(.40,0,.20,1) .56s both; }

/* ================================================================
   RAZONES
   ================================================================ */
.razones {
  padding: 72px 0;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) { .razones { padding: 120px 0; } }

/* Decorative background number */
.razones::after {
  content: '04';
  position: absolute;
  bottom: -0.15em;
  left: -0.04em;
  font-family: 'Playfair Display', serif;
  font-size: clamp(130px, 16vw, 240px);
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(176,138,90,.11);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.razones > .wrap { position: relative; z-index: 1; }

/* ── Grid ── */
.razones-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 48px;
}
@media (min-width: 640px) {
  .razones-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
}
@media (min-width: 1024px) {
  .razones-grid { gap: 24px; margin-top: 64px; }
}

/* ── Card ── */
.razon {
  display: flex;
  flex-direction: column;
  padding: 32px 28px 28px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  cursor: default;
  transform: perspective(1000px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition:
    transform  .55s cubic-bezier(.22,1,.36,1),
    box-shadow .45s ease,
    border-color .35s ease;
}
.razon:hover {
  transform: perspective(1000px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(-6px);
  box-shadow: 0 20px 56px rgba(28,28,26,.10), 0 4px 16px rgba(28,28,26,.06);
  border-color: rgba(176,138,90,.40);
}
@media (min-width: 1024px) { .razon { padding: 40px 36px 32px; } }

/* Top brass bar — animates in on hover */
.razon::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  height: 3px; width: 0;
  background: linear-gradient(to right, var(--brass), rgba(176,138,90,.45));
  transition: width .55s cubic-bezier(.22,1,.36,1);
}
.razon:hover::before { width: 100%; }

/* ── Card top row: icon + number ── */
.razon-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (min-width: 1024px) { .razon-top { margin-bottom: 28px; } }

/* Icon */
.razon-icon {
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(176,138,90,.10);
  border-radius: 50%;
  color: var(--brass);
  flex-shrink: 0;
  transition: background .35s ease, color .35s ease;
}
.razon:hover .razon-icon {
  background: var(--brass);
  color: #fff;
}

/* Roman numeral */
.razon-num {
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  color: var(--brass);
  opacity: 0.45;
  letter-spacing: .04em;
  line-height: 1;
  padding-top: 4px;
  transition: opacity .35s ease;
}
.razon:hover .razon-num { opacity: 1; }

/* ── Body ── */
.razon-body { flex: 1; }

.razon h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1.2;
  transition: color .35s ease;
}
@media (min-width: 1024px) { .razon h4 { font-size: 22px; } }
.razon:hover h4 { color: var(--ink); }

.razon p {
  font-size: 14px;
  line-height: 1.72;
  margin: 0;
  color: var(--muted);
}
@media (min-width: 1024px) { .razon p { font-size: 14.5px; } }

/* ── Footer tag ── */
.razon-foot {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  transition: border-color .35s ease;
}
.razon:hover .razon-foot { border-color: rgba(176,138,90,.30); }

.razon-tag {
  font-size: 9px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--brass);
  font-weight: 500;
  opacity: 0.65;
  transition: opacity .35s ease;
}
.razon:hover .razon-tag { opacity: 1; }

/* ── Animaciones de entrada ── */
.razones .section-head { opacity: 0; transform: translateY(18px); }
.razon { opacity: 0; transform: scale(.95) translateY(28px); }

@media (prefers-reduced-motion: reduce) {
  .razones .section-head, .razon { opacity: 1; transform: none; }
}

@keyframes razonReveal {
  from { opacity: 0; transform: scale(.95) translateY(28px); }
  to   { opacity: 1; transform: none; }
}
@keyframes razonFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: none; }
}

.razones-visible .section-head        { animation: razonFadeUp  .65s cubic-bezier(.22,1,.36,1) .04s both; }
.razones-visible .razon:nth-child(1)  { animation: razonReveal  .70s cubic-bezier(.22,1,.36,1) .14s both; }
.razones-visible .razon:nth-child(2)  { animation: razonReveal  .70s cubic-bezier(.22,1,.36,1) .26s both; }
.razones-visible .razon:nth-child(3)  { animation: razonReveal  .70s cubic-bezier(.22,1,.36,1) .38s both; }
.razones-visible .razon:nth-child(4)  { animation: razonReveal  .70s cubic-bezier(.22,1,.36,1) .50s both; }

/* ================================================================
   TESTIMONIOS
   ================================================================ */
.testi {
  background: var(--navy);
  color: #e9e2d2;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) { .testi { padding: 140px 0; } }

.kicker-dark .bar    { background: #c9a675; }
.kicker-dark .eyebrow { color: #c9a675; }

/* Huge background decorative quote */
.testi-bg-deco {
  position: absolute;
  bottom: -8%;
  right: -2%;
  font-family: 'Playfair Display', serif;
  font-size: clamp(200px, 36vw, 500px);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(176,138,90,.07);
  user-select: none;
  pointer-events: none;
}

/* Section heading */
.testi-head { margin-bottom: 56px; }
@media (min-width: 1024px) { .testi-head { margin-bottom: 80px; } }

.testi-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.1;
  color: #f3ecdc;
  margin-top: 18px;
}
.testi-title em { font-style: italic; color: #c9a675; }

/* ── Featured quote (centrada) ── */
.testi-feature {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 32px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: opacity .26s ease, transform .26s ease;
}
.testi-feature.is-out { opacity: 0; transform: translateY(10px); pointer-events: none; }

.testi-mark {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: clamp(52px, 7vw, 88px);
  line-height: .75;
  color: rgba(176,138,90,.50);
  margin-bottom: 10px;
  user-select: none;
}

.testi-quote {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(20px, 2.8vw, 34px);
  line-height: 1.38;
  letter-spacing: -0.01em;
  color: #f3ecdc;
  margin: 0 0 32px;
}

/* Author row (horizontal centrada) */
.testi-author-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.testi-avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #2c3d47;
  overflow: hidden;
  flex: none;
  box-shadow: 0 0 0 2px rgba(176,138,90,.45), 0 0 0 5px rgba(176,138,90,.12);
}
@media (min-width: 768px) { .testi-avatar { width: 64px; height: 64px; } }
.testi-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.testi-avatar-init {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-weight: 400; font-style: italic;
  color: #c9a675;
}

.testi-author-info { text-align: left; }
.testi-name { font-size: 15px; font-weight: 500; color: #f3ecdc; letter-spacing: .01em; }
.testi-role { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: #8a7d68; margin-top: 4px; }

.testi-stars { display: flex; gap: 4px; color: #c9a675; }

/* ── Progress dots ── */
.testi-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 36px;
}
.testi-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(176,138,90,.22);
  transition: background .35s, transform .35s, width .35s;
  cursor: pointer;
  border: 0;
  padding: 0;
}
.testi-dot.is-active {
  background: #c9a675;
  transform: scale(1.25);
  width: 18px;
  border-radius: 3px;
}

/* ── Strip con flechas ── */
.testi-strip-outer {
  position: relative;
  margin: 0 -8px;
}

.testi-arrow {
  display: none;
  position: absolute;
  top: 50%; transform: translateY(-60%);
  z-index: 2;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  color: #c9a675;
  cursor: pointer;
  align-items: center; justify-content: center;
  transition: background .2s, border-color .2s, transform .2s;
}
.testi-arrow:hover {
  background: rgba(176,138,90,.18);
  border-color: rgba(176,138,90,.5);
  transform: translateY(-60%) scale(1.08);
}
.testi-arrow-l { left: -52px; }
.testi-arrow-r { right: -52px; }
@media (min-width: 1120px) { .testi-arrow { display: flex; } }

/* ── Horizontal scroll strip ── */
.testi-cards {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 8px 8px 12px;
}
.testi-cards::-webkit-scrollbar { display: none; }

.testi-card {
  flex: 0 0 clamp(230px, 50vw, 272px);
  scroll-snap-align: start;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-top: 2px solid rgba(176,138,90,.14);
  border-radius: 10px;
  padding: 22px 20px 20px;
  text-align: left;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background .3s, border-top-color .3s, transform .35s cubic-bezier(.22,1,.36,1), box-shadow .3s;
}
@media (min-width: 640px) { .testi-card { flex-basis: clamp(240px, 32vw, 280px); } }

/* Cursor glow */
.testi-card::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(300px circle at var(--gx,-400px) var(--gy,-400px), rgba(176,138,90,.13), transparent 60%);
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none;
}
.testi-card:hover::before, .testi-card.is-active::before { opacity: 1; }
.testi-card:hover, .testi-card.is-active {
  background: rgba(255,255,255,.07);
  border-top-color: rgba(176,138,90,.70);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.32);
}

.tc-bar {
  position: absolute; bottom: 0; left: 0;
  height: 1px; width: 0;
  background: linear-gradient(90deg, rgba(176,138,90,.65), transparent);
  transition: width .45s cubic-bezier(.22,1,.36,1);
}
.testi-card:hover .tc-bar, .testi-card.is-active .tc-bar { width: 100%; }

.tc-stars { display: flex; gap: 3px; color: rgba(176,138,90,.32); margin-bottom: 10px; transition: color .3s; }
.testi-card:hover .tc-stars, .testi-card.is-active .tc-stars { color: #c9a675; }

.tc-text {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.52;
  color: #8a7e6e;
  margin: 0 0 14px;
  transition: color .3s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testi-card:hover .tc-text, .testi-card.is-active .tc-text { color: #d8cebb; }

.tc-author {
  display: block;
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #4e4540;
  transition: color .3s;
}
.testi-card:hover .tc-author, .testi-card.is-active .tc-author { color: #9a8e78; }

/* ── Entrance animations ── */
.testi-head, .testi-feature, .testi-dots, .testi-strip-outer { opacity: 0; }
@media (prefers-reduced-motion: reduce) {
  .testi-head, .testi-feature, .testi-dots, .testi-strip-outer { opacity: 1; animation: none !important; }
}

@keyframes testiFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: none; }
}
@keyframes testiReveal {
  from { opacity: 0; transform: translateY(28px) scale(.98); }
  to   { opacity: 1; transform: none; }
}

.testi-visible .testi-head        { animation: testiFadeUp .70s cubic-bezier(.22,1,.36,1) .05s both; }
.testi-visible .testi-feature     { animation: testiReveal .85s cubic-bezier(.22,1,.36,1) .20s both; }
.testi-visible .testi-dots        { animation: testiFadeUp .60s cubic-bezier(.22,1,.36,1) .45s both; }
.testi-visible .testi-strip-outer { animation: testiFadeUp .65s cubic-bezier(.22,1,.36,1) .55s both; }

/* ================================================================
   TARIFAS
   ================================================================ */
.tarifas {
  background: var(--bg-2);
  padding: 80px 0;
  position: relative;
}
@media (min-width: 1024px) { .tarifas { padding: 128px 0; } }

/* Entrance hidden states */
.tarifas .section-head, .plan { opacity: 0; }
@media (prefers-reduced-motion: reduce) {
  .tarifas .section-head, .plan { opacity: 1; animation: none !important; }
}

@keyframes planRise {
  from { opacity: 0; transform: scale(.95) translateY(28px); }
  to   { opacity: 1; transform: none; }
}
@keyframes planRiseFeat {
  from { opacity: 0; transform: scale(.91) translateY(36px); }
  to   { opacity: 1; transform: none; }
}

.tarifas-visible .section-head      { animation: planRise     .65s cubic-bezier(.22,1,.36,1) .04s both; }
.tarifas-visible .plan:nth-child(1) { animation: planRise     .68s cubic-bezier(.22,1,.36,1) .20s both; }
.tarifas-visible .plan:nth-child(2) { animation: planRiseFeat .82s cubic-bezier(.22,1,.36,1) .34s both; }
.tarifas-visible .plan:nth-child(3) { animation: planRise     .68s cubic-bezier(.22,1,.36,1) .50s both; }

/* Grid */
.planes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}
@media (min-width: 640px)  { .planes { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (min-width: 1024px) { .planes { grid-template-columns: repeat(3, 1fr); gap: 24px; } }

@media (min-width: 640px) and (max-width: 1023px) {
  .plan.feat-plan { grid-column: span 2; }
}

/* Plan base */
.plan {
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 32px 28px 28px;
  display: flex; flex-direction: column; gap: 12px;
  position: relative; overflow: hidden;
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease, border-color .35s ease;
}
@media (min-width: 1024px) { .plan { padding: 40px 36px 36px; } }

/* Brass sweep across top on hover (regular cards only) */
.plan:not(.feat-plan)::before {
  content: '';
  position: absolute;
  top: -1px; left: 0;
  height: 2px; width: 0;
  background: linear-gradient(90deg, var(--brass), rgba(176,138,90,.25));
  transition: width .50s cubic-bezier(.22,1,.36,1);
  z-index: 1;
}
.plan:not(.feat-plan):hover::before { width: 100%; }

/* Cursor glow */
.plan::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(400px circle at var(--gx,-500px) var(--gy,-500px), rgba(176,138,90,.09), transparent 60%);
  opacity: 0;
  transition: opacity .40s ease;
  pointer-events: none;
}
.plan:hover::after { opacity: 1; }

.plan:not(.feat-plan):hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(28,28,26,.10);
  border-color: var(--sand-deep);
}

/* Plan header row */
.plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.plan-num {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  line-height: 1;
  color: rgba(176,138,90,.40);
}
.plan.feat-plan .plan-num { color: rgba(201,166,117,.50); }

.plan .badge {
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brass);
  background: rgba(176,138,90,.10);
  padding: 4px 10px;
  border-radius: 20px;
}
.plan .feat-badge {
  color: #d6b988;
  background: rgba(201,166,117,.15);
}

.plan h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: clamp(22px, 2vw, 26px);
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.1;
  color: var(--ink);
}
.plan.feat-plan h4 { color: #f3ecdc; }

.plan p.intro {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}
.plan.feat-plan p.intro { color: #9a8e78; }

/* Price block */
.price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 4px 0;
}
.plan.feat-plan .price-row { border-color: rgba(255,255,255,.12); }

.price-row .num {
  font-family: 'Playfair Display', serif;
  font-size: clamp(48px, 5.5vw, 64px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.plan.feat-plan .price-row .num { color: #f3ecdc; }

.price-from, .price-per {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: .06em;
}
.plan.feat-plan .price-from,
.plan.feat-plan .price-per { color: #7a6e5e; }

/* Feature list */
.plan ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
  flex: 1;
}
.plan ul li {
  font-size: 13.5px;
  padding-left: 20px;
  position: relative;
  color: var(--ink-2);
  line-height: 1.45;
}
.plan.feat-plan ul li { color: #c5b99f; }
.plan ul li::before {
  content: '';
  position: absolute;
  left: 0; top: .65em;
  width: 10px; height: 1px;
  background: var(--brass);
}
.plan.feat-plan ul li::before { background: #c9a675; }

/* CTA */
.plan .cta-row {
  margin-top: auto;
  padding-top: 20px;
}
.plan.feat-plan .cta-row .btn {
  display: flex;
  width: 100%;
  justify-content: center;
}

/* Featured plan — the centerpiece */
.plan.feat-plan {
  background: var(--ink);
  border: 1px solid rgba(176,138,90,.22);
  border-top: 3px solid #c9a675;
  color: #e9e2d2;
  box-shadow: 0 16px 64px rgba(28,28,26,.24);
}
@media (min-width: 1024px) {
  .plan.feat-plan {
    margin-top: -20px;
    padding-top: 52px;
    padding-bottom: 44px;
  }
}
.plan.feat-plan:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 80px rgba(28,28,26,.34), 0 0 0 1px rgba(176,138,90,.30);
}
.plan.feat-plan::after {
  background: radial-gradient(400px circle at var(--gx,-500px) var(--gy,-500px), rgba(176,138,90,.13), transparent 60%);
}

/* Footnote */
.tarifas-note {
  margin-top: 32px;
  text-align: center;
  font-size: 12.5px;
  color: var(--muted);
  letter-spacing: .02em;
}

/* ================================================================
   FAQ
   ================================================================ */
.faq {
  background: var(--bg);
  padding: 56px 0;
  position: relative;
}
@media (min-width: 1024px) { .faq { padding: 88px 0; } }

/* Entrance hidden states */
.faq-left, details.q { opacity: 0; }
@media (prefers-reduced-motion: reduce) {
  .faq-left, details.q { opacity: 1; animation: none !important; }
}

@keyframes faqLeft {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: none; }
}
@keyframes faqItem {
  from { opacity: 0; transform: translateX(20px); }
  to   { opacity: 1; transform: none; }
}

.faq-visible .faq-left                { animation: faqLeft .70s cubic-bezier(.22,1,.36,1) .05s both; }
.faq-visible details.q:nth-child(1)   { animation: faqItem .55s cubic-bezier(.22,1,.36,1) .28s both; }
.faq-visible details.q:nth-child(2)   { animation: faqItem .55s cubic-bezier(.22,1,.36,1) .40s both; }
.faq-visible details.q:nth-child(3)   { animation: faqItem .55s cubic-bezier(.22,1,.36,1) .52s both; }
.faq-visible details.q:nth-child(4)   { animation: faqItem .55s cubic-bezier(.22,1,.36,1) .64s both; }
.faq-visible details.q:nth-child(5)   { animation: faqItem .55s cubic-bezier(.22,1,.36,1) .76s both; }
.faq-visible details.q:nth-child(6)   { animation: faqItem .55s cubic-bezier(.22,1,.36,1) .88s both; }
.faq-visible details.q:nth-child(7)   { animation: faqItem .55s cubic-bezier(.22,1,.36,1) 1.00s both; }
.faq-visible details.q:nth-child(8)   { animation: faqItem .55s cubic-bezier(.22,1,.36,1) 1.12s both; }

/* Layout */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 1024px) {
  .faq-grid { grid-template-columns: 1fr 1.5fr; gap: 88px; align-items: start; }
}

.faq-left { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.faq-left h2 { font-size: clamp(34px, 4.4vw, 56px); margin: 0; }
.faq-sub { max-width: 34ch; font-size: 15px; color: var(--muted); margin: 0; line-height: 1.65; }

/* Accordion items */
details.q {
  border-top: 1px solid var(--line);
  padding: 14px 0;
  position: relative;
  transition: padding-left .38s cubic-bezier(.22,1,.36,1);
}
@media (min-width: 1024px) { details.q { padding: 18px 0; } }
details.q:last-child { border-bottom: 1px solid var(--line); }

details.q[open] { padding-left: 20px; }

/* Brass left-border reveal on open */
details.q::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: var(--brass);
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform .40s cubic-bezier(.22,1,.36,1);
}
details.q[open]::before { transform: scaleY(1); }

/* Summary row */
details.q summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: clamp(16px, 1.6vw, 20px);
  letter-spacing: -0.005em;
  transition: color .25s ease;
  user-select: none;
}
details.q summary::-webkit-details-marker { display: none; }
details.q[open] summary { color: var(--brass-deep); }
details.q:not([open]) summary:hover { opacity: .72; }

/* Question number */
.q-num {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 12px;
  color: rgba(176,138,90,.38);
  flex: none;
  min-width: 20px;
  letter-spacing: .05em;
  transition: color .25s;
}
details.q[open] .q-num { color: var(--brass); }

.q-text { flex: 1; }

/* Plus / minus icon */
.plus {
  width: 20px; height: 20px;
  flex: none;
  position: relative;
  margin-left: auto;
}
.plus::before, .plus::after {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  background: var(--ink-2);
  transition: background .25s, transform .32s cubic-bezier(.22,1,.36,1);
}
.plus::before { width: 12px; height: 1px; }
.plus::after  { width: 1px; height: 12px; }
details.q[open] .plus::before,
details.q[open] .plus::after  { background: var(--brass); }
details.q[open] .plus::after  { transform: translate(-50%, -50%) scaleY(0); }

/* Answer body */
details.q .body {
  padding: 16px 0 4px;
  color: var(--ink-2);
  font-size: 14.5px;
  line-height: 1.70;
}
@media (min-width: 1024px) { details.q .body { padding: 18px 0 4px; font-size: 15px; max-width: 58ch; } }

/* ================================================================
   CTA FINAL
   ================================================================ */
.cta-final {
  background: var(--ink);
  color: #e9e2d2;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) { .cta-final { padding: 120px 0; } }

/* Ambient brass glow in background */
.cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 55% at 50% 18%, rgba(176,138,90,.13), transparent 65%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .cta-final::before {
    background: radial-gradient(ellipse 65% 80% at 12% 50%, rgba(176,138,90,.10), transparent 65%);
  }
}

/* Entrance hidden states */
.cta-image, .cta-copy { opacity: 0; }
@media (prefers-reduced-motion: reduce) {
  .cta-image, .cta-copy { opacity: 1; animation: none !important; }
}

@keyframes ctaImgIn {
  from { opacity: 0; transform: scale(.86); }
  to   { opacity: 1; transform: none; }
}
@keyframes ctaCopyIn {
  from { opacity: 0; transform: translateX(36px); }
  to   { opacity: 1; transform: none; }
}

.cta-visible .cta-image { animation: ctaImgIn .95s cubic-bezier(.22,1,.36,1) .10s both; }
.cta-visible .cta-copy  { animation: ctaCopyIn .75s cubic-bezier(.22,1,.36,1) .38s both; }

/* Grid */
.cta-final-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .cta-final-grid { grid-template-columns: auto 1fr; gap: 72px; text-align: left; }
}

/* Circular image */
.cta-image {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1;
  background: #2c3d47;
  overflow: visible;
  border-radius: 50%;
  position: relative;
  flex: none;
  margin: 0 auto;
  box-shadow:
    0 0 0 1px rgba(176,138,90,.45),
    0 0 0 14px rgba(176,138,90,.06),
    0 0 0 15px rgba(176,138,90,.18),
    0 40px 90px rgba(0,0,0,.50);
}
@media (min-width: 768px)  { .cta-image { width: 230px; max-width: none; margin: 0; } }
@media (min-width: 1024px) { .cta-image { width: 300px; } }

/* Clip the actual image inside circle */
.cta-image .img-slot {
  width: 100%; height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cta-image .img-slot img { width: 100%; height: 100%; object-fit: cover; }

/* Pulsing outer ring */
.cta-image::after {
  content: '';
  position: absolute;
  inset: -22px;
  border-radius: 50%;
  border: 1px solid rgba(176,138,90,.18);
  animation: ctaRingPulse 3.2s ease-in-out 1.2s infinite;
  pointer-events: none;
}
@keyframes ctaRingPulse {
  0%, 100% { transform: scale(1);    opacity: .18; }
  50%       { transform: scale(1.06); opacity: .48; }
}
@media (prefers-reduced-motion: reduce) { .cta-image::after { animation: none; } }

/* Copy */
.cta-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .cta-copy { align-items: flex-start; }
}

.cta-copy h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0;
  color: #f3ecdc;
}
.cta-copy h2 em { font-style: italic; color: #c9a675; }

.cta-copy > p {
  font-size: 15px;
  line-height: 1.65;
  color: #8a7e6e;
  margin: 0;
  max-width: 34ch;
}
@media (min-width: 768px)  { .cta-copy > p { max-width: 42ch; } }
@media (min-width: 1024px) { .cta-copy > p { font-size: 16px; } }

.cta-final .ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .cta-final .ctas { justify-content: flex-start; }
}

/* Trust micro-line */
.cta-trust {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  margin-top: 4px;
  justify-content: center;
}
@media (min-width: 768px) { .cta-trust { justify-content: flex-start; } }
.cta-trust span {
  font-size: 10px;
  letter-spacing: .20em;
  text-transform: uppercase;
  color: #6a5e50;
  padding-right: 20px;
  position: relative;
}
.cta-trust span + span::before {
  content: '';
  position: absolute;
  left: -1px; top: 50%;
  transform: translateY(-50%);
  width: 3px; height: 3px;
  border-radius: 50%;
  background: #6a5e50;
}

/* ================================================================
   FOOTER
   ================================================================ */
footer.site {
  background: var(--bg);
  padding: 56px 0 32px;
  border-top: 1px solid var(--line);
}
@media (min-width: 1024px) { footer.site { padding: 80px 0 40px; } }

.foot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 24px;
}
@media (min-width: 768px)  { .foot-grid { grid-template-columns: repeat(3, 1fr); gap: 40px 32px; } }
@media (min-width: 1024px) { .foot-grid { grid-template-columns: 1.4fr 1fr 1.4fr 1fr 1fr; gap: 48px; align-items: start; } }

/* Brand: full-width on mobile */
.foot-brand { grid-column: span 2; }
@media (min-width: 768px)  { .foot-brand { grid-column: span 3; } }
@media (min-width: 1024px) { .foot-brand { grid-column: span 1; } }

/* Logo in footer */
.foot-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
}
.foot-logo .logo-mark { width: 44px; height: 44px; }
@media (min-width: 1024px) { .foot-logo .logo-mark { width: 52px; height: 52px; } }

/* Logo subido desde admin — versión footer */
.foot-logo-custom {
  display: block;
  height: 64px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}
@media (min-width: 1024px) { .foot-logo-custom { height: 80px; max-width: 280px; } }

.foot-wordmark { display: flex; flex-direction: column; line-height: 1; }
.foot-wordmark .a {
  font-family: 'Playfair Display', serif;
  font-weight: 500; font-size: 15px;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink);
}
.foot-wordmark .b {
  font-size: 7.5px; letter-spacing: 0.38em;
  text-transform: uppercase; color: var(--muted); margin-top: 4px;
}

/* Column headings */
.foot-col h5 {
  font-size: 10px; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--muted);
  margin: 0 0 16px; font-weight: 500;
}
@media (min-width: 1024px) { .foot-col h5 { font-size: 11px; margin: 0 0 20px; } }

/* Nav links column */
.foot-col ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 10px;
}
@media (min-width: 1024px) { .foot-col ul { gap: 12px; } }
.foot-col ul a { font-size: 13px; color: var(--ink-2); }
@media (min-width: 1024px) { .foot-col ul a { font-size: 14px; } }
.foot-col ul a:hover { color: var(--brass-deep); }

/* Contact list */
.contact-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.contact-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13px; color: var(--ink-2); line-height: 1.5;
}
@media (min-width: 1024px) { .contact-list li { font-size: 13.5px; } }
.contact-list svg { color: var(--brass-deep); flex-shrink: 0; margin-top: 2px; }
.contact-list a { color: var(--ink-2); }
.contact-list a:hover { color: var(--brass-deep); }

/* Social icons */
.social-icons { display: flex; gap: 12px; flex-wrap: wrap; }
.social-icon {
  width: 36px; height: 36px;
  border: 1px solid var(--line); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-2);
  transition: border-color .2s, color .2s;
}
.social-icon:hover { border-color: var(--brass); color: var(--brass-deep); }

/* Horario */
.horario-days {
  font-size: 13px; color: var(--ink-2); margin: 0 0 4px;
}
.horario-hours {
  font-family: 'Playfair Display', serif;
  font-size: 20px; color: var(--ink); margin: 0; letter-spacing: -0.01em;
}
@media (min-width: 1024px) { .horario-hours { font-size: 22px; } }

.foot-bottom {
  margin-top: 48px; padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 12px;
  font-size: 11px; color: var(--muted); letter-spacing: .04em;
}
@media (min-width: 768px) {
  .foot-bottom { flex-direction: row; justify-content: space-between; align-items: center; gap: 0; margin-top: 56px; }
}
@media (min-width: 1024px) { .foot-bottom { margin-top: 72px; padding-top: 28px; font-size: 12px; } }
.foot-bottom .meta { display: flex; gap: 20px; flex-wrap: wrap; }
@media (min-width: 1024px) { .foot-bottom .meta { gap: 24px; } }
.foot-bottom .meta a:hover { color: var(--ink); }

/* ================================================================
   IMAGE SLOT PLACEHOLDER
   ================================================================ */
.img-slot {
  width: 100%; height: 100%;
  display: block; background: var(--sand);
  position: relative;
  overflow: hidden;
}
.img-slot img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* ================================================================
   ICON SIZING
   ================================================================ */
.ic svg {
  width: 100%; height: 100%;
  stroke: currentColor; fill: none;
  stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round;
}

/* ================================================================
   PÁGINA RESERVAR
   ================================================================ */

/* ── Keyframes ── */
@keyframes rPawDrift   { from { transform: rotate(18deg)  translateY(0); }    to { transform: rotate(22deg)  translateY(-14px); } }
@keyframes rPawDriftSm { from { transform: rotate(-22deg) translateY(0); }    to { transform: rotate(-18deg) translateY(10px);  } }
@keyframes rPawFloat   { 0%,100% { transform: translateY(0)    rotateZ(-3deg); } 50% { transform: translateY(-4px) rotateZ(3deg); } }
@keyframes rSheen      { 0%,100% { left: -40%; }                               50% { left: 120%; } }
@keyframes rFloat {
  0%   { transform: perspective(1000px) translateY(0)    rotateX(0deg)   rotateY(0deg);
         box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 1px 0 rgba(255,255,255,.5),
                     0 6px 20px -4px rgba(80,60,30,.12), 0 20px 44px -12px rgba(80,60,30,.16); }
  30%  { transform: perspective(1000px) translateY(-7px) rotateX(.6deg)  rotateY(-.4deg);
         box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 1px 0 rgba(255,255,255,.5),
                     0 16px 36px -8px rgba(80,60,30,.18), 0 32px 60px -18px rgba(80,60,30,.22); }
  65%  { transform: perspective(1000px) translateY(-5px) rotateX(-.4deg) rotateY(.5deg);
         box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 1px 0 rgba(255,255,255,.5),
                     0 12px 30px -6px rgba(80,60,30,.15), 0 28px 52px -16px rgba(80,60,30,.20); }
  100% { transform: perspective(1000px) translateY(0)    rotateX(0deg)   rotateY(0deg);
         box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 1px 0 rgba(255,255,255,.5),
                     0 6px 20px -4px rgba(80,60,30,.12), 0 20px 44px -12px rgba(80,60,30,.16); }
}

/* ── Section ── */
.reservar {
  min-height: 100vh;
  background: var(--bg);
  padding: clamp(64px, 10vw, 120px) 0;
  position: relative;
  overflow: hidden;
}
.reservar::before {
  content: '';
  position: absolute;
  inset: -10% -5%;
  background:
    radial-gradient(ellipse 60% 50% at 20% 30%, rgba(214,184,137,.18), transparent 60%),
    radial-gradient(ellipse 50% 40% at 85% 70%, rgba(176,138,90,.10), transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.reservar::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(217,207,186,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217,207,186,.12) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 30%, transparent 80%);
  pointer-events: none;
  z-index: 0;
}
.reservar > .wrap { position: relative; z-index: 1; }

/* ── Background paw silhouettes ── */
.reservar-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.reservar-bg-paw { position: absolute; stroke: var(--brass); fill: none; stroke-width: 0.4; }
.reservar-bg-paw--lg {
  width: clamp(280px, 38vw, 520px); height: clamp(280px, 38vw, 520px);
  top: -6%; right: -8%; opacity: .055;
  transform: rotate(18deg);
  animation: rPawDrift 18s ease-in-out infinite alternate;
}
.reservar-bg-paw--sm {
  width: clamp(120px, 16vw, 200px); height: clamp(120px, 16vw, 200px);
  bottom: 4%; left: -3%; opacity: .04;
  transform: rotate(-22deg);
  animation: rPawDriftSm 24s ease-in-out infinite alternate;
}

/* ── Layout ── */
.reservar-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1);
}
.reservar-inner.reservar-visible { opacity: 1; transform: none; }
@media (min-width: 1024px) {
  .reservar-inner { grid-template-columns: 1fr 1.1fr; gap: 72px; align-items: center; }
}

/* ── Left copy ── */
.reservar-copy .kicker { margin-bottom: 28px; }
.reservar-h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.5vw, 68px);
  line-height: 1.07;
  color: var(--ink);
  margin-bottom: 24px;
  font-weight: 400;
}
.reservar-h1 em { display: block; color: var(--brass); font-style: italic; font-weight: 400; font-size: .92em; }
.reservar-desc { color: var(--ink-2); line-height: 1.75; font-size: 15px; max-width: 380px; margin-bottom: 36px; }
.reservar-divider { display: flex; align-items: center; gap: 12px; margin-bottom: 36px; color: var(--brass); }
.reservar-divider span { display: block; flex: 1; height: 1px; background: var(--line); max-width: 48px; }

/* ── Contact items ── */
.reservar-contact-item { display: flex; align-items: center; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.reservar-contact-item:first-child { border-top: 1px solid var(--line); }
.reservar-contact-icon {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--bg-2); border: 1px solid var(--sand);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--brass);
}
.reservar-contact-label { display: block; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 500; margin-bottom: 3px; }
.reservar-contact-value { font-size: 15px; color: var(--ink); }
.reservar-contact-value a:hover { color: var(--brass); }

/* ── Form panel ── */
.reservar-panel {
  position: relative;
  background: linear-gradient(160deg, #fefcf5 0%, #faf2e1 100%);
  border-radius: 6px;
  border: 1px solid var(--sand-deep);
  padding: clamp(28px, 5vw, 52px);
  animation: rFloat 6s cubic-bezier(.45,.05,.55,.95) infinite;
  transform-style: preserve-3d;
  will-change: transform;
}
.reservar-panel::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(176,138,90,.22);
  border-radius: 2px;
  pointer-events: none;
}
.reservar-panel::after {
  content: '';
  position: absolute;
  top: -1px; left: 28%; right: 28%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--brass), transparent);
  opacity: .8;
}

.reservar-panel-paw {
  width: 54px; height: 54px; display: block; margin-bottom: 22px;
  filter: drop-shadow(0 4px 8px rgba(176,138,90,.35));
  animation: rPawFloat 6s ease-in-out infinite;
}
.reservar-panel h2 {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.5vw, 30px);
  color: var(--ink); font-weight: 400; margin-bottom: 6px;
}
.reservar-panel-sub { font-size: 13px; color: var(--muted); margin-bottom: 28px; }

/* ── Form fields ── */
.rform { display: flex; flex-direction: column; gap: 20px; }
.rform-row { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 540px) { .rform-row { grid-template-columns: 1fr 1fr; } }
.rfield { display: flex; flex-direction: column; gap: 7px; }
.rfield label { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); font-weight: 600; }
.rfield input,
.rfield textarea {
  width: 100%; padding: 11px 14px;
  border: 1px solid var(--line); border-radius: 6px;
  background: var(--bg-2); font-family: var(--font-body); font-size: 14px; color: var(--ink);
  transition: border-color .2s, background .2s;
  -webkit-appearance: none; appearance: none;
}
.rfield input::placeholder,
.rfield textarea::placeholder { color: var(--muted); }
.rfield input:focus,
.rfield textarea:focus { outline: none; border-color: var(--brass); background: #fff; }
.rfield textarea { resize: vertical; min-height: 100px; line-height: 1.65; }
.rfield input[type="date"] { cursor: pointer; }
.rfield input[type="date"]::-webkit-calendar-picker-indicator { opacity: .4; cursor: pointer; padding: 0 2px; }

/* ── Submit button ── */
.rform-submit {
  position: relative;
  display: flex; align-items: center; justify-content: center; gap: 14px;
  width: 100%; margin-top: 8px; padding: 20px 28px;
  background: linear-gradient(180deg, var(--brass-light) 0%, var(--brass) 45%, var(--brass-deep) 100%);
  color: #fff8e7; border: none; border-radius: 3px;
  font-family: var(--font-body); font-size: 11px; font-weight: 600;
  letter-spacing: .32em; text-transform: uppercase; cursor: pointer; overflow: hidden;
  transition: transform .2s cubic-bezier(.2,.7,.2,1), box-shadow .2s, filter .2s;
  box-shadow:
    inset 0 1px 0 rgba(255,235,200,.4), inset 0 -2px 0 rgba(60,40,15,.25),
    0 14px 24px -10px rgba(138,105,64,.55), 0 4px 10px -2px rgba(138,105,64,.35);
}
.rform-submit::before {
  content: '';
  position: absolute; top: 0; bottom: 0; left: -40%; width: 35%;
  background: linear-gradient(110deg, transparent, rgba(255,245,220,.45), transparent);
  transform: skewX(-20deg);
  animation: rSheen 5.5s ease-in-out infinite;
}
.rform-submit .rsubmit-arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(255,245,220,.18); flex-shrink: 0; transition: transform .25s;
}
.rform-submit .rsubmit-arrow svg { width: 12px; height: 12px; stroke: #fff8e7; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.rform-submit:hover {
  transform: translateY(-3px); filter: brightness(1.04);
  box-shadow: inset 0 1px 0 rgba(255,235,200,.4), inset 0 -2px 0 rgba(60,40,15,.25),
              0 22px 36px -12px rgba(138,105,64,.65), 0 6px 14px -2px rgba(138,105,64,.4);
}
.rform-submit:hover .rsubmit-arrow { transform: translateX(4px); }
.rform-submit:active { transform: translateY(1px); }

.rform-privacy { display: flex; align-items: center; justify-content: center; gap: 5px; text-align: center; font-size: 12px; color: var(--muted); }
.rform-error { background: #fef2f2; border: 1px solid #fca5a5; color: #dc2626; padding: 12px 16px; border-radius: 6px; font-size: 13px; }

/* ── Assurance strip ── */
/* padding-top on wrap prevents margin-collapse that would swallow border-top */
.reservar-assurance-wrap { padding-top: 72px; }
.reservar-assurance {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(251,247,238,.5);
}
.reservar-ass {
  padding: 28px 24px;
  display: flex; flex-direction: column; gap: 10px;
  transition: background .25s;
  border-bottom: 1px solid var(--line);
}
.reservar-ass:last-child { border-bottom: 0; }
@media (min-width: 640px) {
  .reservar-assurance { grid-template-columns: repeat(2, 1fr); }
  /* odd items = left column → need right separator */
  .reservar-ass:nth-child(odd) { border-right: 1px solid var(--line); }
  /* bottom row has no row-separator (container provides bottom border) */
  .reservar-ass:nth-child(3),
  .reservar-ass:nth-child(4)   { border-bottom: 0; }
}
@media (min-width: 1024px) {
  .reservar-assurance { grid-template-columns: repeat(4, 1fr); }
  /* all items get right separator; nth-child(odd) already gives it — restore even items too */
  .reservar-ass,
  .reservar-ass:nth-child(odd) { border-right: 1px solid var(--line); border-bottom: 0; }
  .reservar-ass:last-child      { border-right: 0; }
  .reservar-ass:hover           { background: rgba(251,247,238,1); }
}
.reservar-ass-num   { font-family: var(--font-display); font-style: italic; font-size: 28px; color: var(--brass-deep); font-weight: 500; line-height: 1; }
.reservar-ass-title { font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: var(--ink); font-weight: 500; }
.reservar-ass-desc  { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.55; }

/* ── Botón trigger guía ── */
.rguia-trigger {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 32px;
  padding: 13px 22px;
  border: 1.5px solid var(--brass);
  border-radius: 8px;
  background: var(--sand);
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 14px; font-weight: 500;
  color: var(--ink);
  transition: background .2s, border-color .2s, box-shadow .2s;
  box-shadow: 0 2px 10px rgba(176,138,90,.12);
}
.rguia-trigger:hover {
  background: var(--sand-deep);
  border-color: var(--brass-deep);
  box-shadow: 0 4px 18px rgba(176,138,90,.22);
}
.rguia-trigger svg { flex-shrink: 0; color: var(--brass); }

/* ── Modal guía de llegada ── */
.rmodal {
  position: fixed; inset: 0; z-index: 9000;
  display: flex; align-items: center; justify-content: center;
  padding: 16px;
}
.rmodal[hidden] { display: none; }

.rmodal-backdrop {
  position: absolute; inset: 0;
  background: rgba(22, 16, 8, .68);
  backdrop-filter: blur(3px);
}

.rmodal-panel {
  position: relative;
  background: var(--bg);
  border-radius: 16px;
  width: 100%;
  max-width: 540px;
  max-height: calc(100vh - 32px);
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: 0 28px 80px rgba(22,16,8,.28);
  animation: rmodalIn .32s cubic-bezier(.22,1,.36,1) both;
}
@keyframes rmodalIn {
  from { opacity: 0; transform: translateY(18px) scale(.97); }
  to   { opacity: 1; transform: none; }
}

/* Header */
.rmodal-header {
  display: flex; align-items: flex-start; justify-content: space-between;
  padding: 20px 20px 14px;
  border-bottom: 1px solid var(--line);
  flex-shrink: 0;
}
.rmodal-eyebrow {
  font-size: 9px; letter-spacing: .28em; text-transform: uppercase;
  color: var(--brass); margin: 0 0 3px;
}
.rmodal-step-label {
  font-family: var(--font-display); font-style: italic;
  font-size: 13px; color: var(--muted); margin: 0;
}
.rmodal-close {
  width: 32px; height: 32px; flex-shrink: 0;
  border-radius: 50%; border: 1px solid var(--line);
  background: transparent; cursor: pointer; color: var(--muted);
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, color .2s;
}
.rmodal-close:hover { background: var(--sand); color: var(--ink); }
.rmodal-close svg { display: block; }

/* Slides */
.rmodal-body { flex: 1; overflow-y: auto; }

.rmodal-slide { display: none; padding: 28px 24px 20px; }
.rmodal-slide.is-active {
  display: block;
  animation: rSlideIn .28s cubic-bezier(.22,1,.36,1) both;
}
@keyframes rSlideIn {
  from { opacity: 0; transform: translateX(16px); }
  to   { opacity: 1; transform: none; }
}

.rmodal-slide-num {
  font-family: var(--font-display); font-style: italic;
  font-size: 52px; line-height: 1;
  color: var(--sand-deep);
  user-select: none; margin-bottom: 2px;
}
.rmodal-slide-icon {
  display: block; width: 32px; height: 32px;
  color: var(--brass); margin-bottom: 14px;
}
.rmodal-slide-icon svg { display: block; width: 100%; height: 100%; }

.rmodal-slide h3 {
  font-family: var(--font-display);
  font-size: clamp(20px, 3vw, 24px); font-weight: 500;
  color: var(--ink); margin: 0 0 16px; letter-spacing: -0.01em;
}
.rmodal-slide > p {
  font-size: 15px; line-height: 1.72; color: var(--ink-2); margin: 0;
}
.rmodal-sub {
  display: block;
  font-size: 9px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--muted); margin: 14px 0 8px;
}
.rmodal-slide ul {
  margin: 0; padding: 0; list-style: none;
  display: flex; flex-direction: column; gap: 6px;
}
.rmodal-slide ul li {
  font-size: 14px; line-height: 1.65; color: var(--ink-2);
  padding-left: 16px; position: relative;
}
.rmodal-slide ul li::before {
  content: ''; position: absolute; left: 0; top: 9px;
  width: 5px; height: 5px; border-radius: 50%; background: var(--brass);
}

/* Footer */
.rmodal-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px 18px;
  border-top: 1px solid var(--line); flex-shrink: 0;
}
.rmodal-arr {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid var(--line); background: transparent;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--ink-2);
  transition: background .2s, border-color .2s, color .2s;
}
.rmodal-arr:hover { background: var(--navy); border-color: var(--navy); color: #fff; }
.rmodal-arr svg { display: block; }

.rmodal-dots { display: flex; gap: 7px; align-items: center; }
.rmodal-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--sand-deep); border: 0; cursor: pointer;
  transition: background .25s, transform .25s;
}
.rmodal-dot.is-active { background: var(--brass); transform: scale(1.4); }

/* ── Success state ── */
.reservar-success { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 40px 0; }
.reservar-success-icon {
  width: 56px; height: 56px; border-radius: 50%; background: var(--sand);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: var(--brass);
}
.reservar-success h3 { font-family: var(--font-display); font-size: 22px; color: var(--ink); font-weight: 400; margin-bottom: 10px; }
.reservar-success p  { font-size: 14px; color: var(--muted); line-height: 1.65; max-width: 320px; }

/* ── Reduced motion (consolidated) ── */
@media (prefers-reduced-motion: reduce) {
  .reservar::before,
  .reservar::after          { display: none; }
  .reservar-bg-paw,
  .reservar-panel,
  .reservar-panel-paw,
  .rform-submit::before     { animation: none; }
  .reservar-inner           { opacity: 1; transform: none; }
}

/* ================================================================
   PAGE INSTALACIONES  (prefijo: instal-)
   Mobile-first · tokens del theme · Playfair Display
   ================================================================ */

/* ── Hero ── */
.instal-hero {
  position: relative;
  padding: 60px 0 70px;
  overflow: hidden;
  background: var(--bg);
}
.instal-hero::before {
  content: "";
  position: absolute;
  top: 0; right: -40px; bottom: -40px; width: 46%;
  background: var(--bg-2);
  transform: skewX(-12deg);
  transform-origin: top right;
  z-index: 0;
}
.instal-deco-paw {
  position: absolute;
  bottom: -8%; right: -2%;
  width: clamp(260px, 42vw, 520px);
  color: var(--brass);
  opacity: 0.11;
  pointer-events: none;
  user-select: none;
  transform: rotate(-10deg);
  z-index: 1;
}
.instal-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
.instal-hero-copy {
  display: flex;
  flex-direction: column;
}
.instal-hero-copy h1 {
  font-size: clamp(40px, 6vw, 80px);
  margin: 0 0 20px;
  line-height: 1.02;
}
.instal-hero-copy h1 .line { display: block; }
.instal-hero-copy h1 em    { color: var(--brass-deep); font-style: italic; }
.instal-hero-copy h1 .dot  { color: var(--brass-deep); }
.instal-hero-copy .ctas    { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }

/* Animaciones entrada — misma cadencia que hero inicio */
.instal-hero-copy .kicker    { animation: heroFadeUp .65s cubic-bezier(.22,1,.36,1) both  .08s; }
.instal-hero-copy h1         { animation: heroFadeUp .70s cubic-bezier(.22,1,.36,1) both  .20s; }
.instal-hero-copy p.intro    { animation: heroFadeUp .65s cubic-bezier(.22,1,.36,1) both  .36s; }
.instal-hero-copy .ctas      { animation: heroFadeUp .65s cubic-bezier(.22,1,.36,1) both  .50s; }
.instal-hero-copy .trust-row { animation: heroFadeUp .65s cubic-bezier(.22,1,.36,1) both  .64s; }
@media (prefers-reduced-motion: reduce) {
  .instal-hero-copy .kicker,
  .instal-hero-copy h1,
  .instal-hero-copy p.intro,
  .instal-hero-copy .ctas,
  .instal-hero-copy .trust-row { animation: none; }
}

/* Photos right side */
.instal-photos {
  position: relative;
  min-height: 420px;
  margin-bottom: 20px;
}

/* Foto principal — portrait, esquinas generosas */
.instal-photo-main {
  position: absolute;
  top: 0; left: 0;
  width: 76%; height: 320px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 32px 64px -20px rgba(30,18,6,.36), 0 8px 20px -6px rgba(30,18,6,.14);
}

/* Foto secundaria — card flotante bottom-right */
.instal-photo-sub {
  position: absolute;
  bottom: 0; right: 0;
  width: 62%; height: 230px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 24px 48px -16px rgba(30,18,6,.32), 0 6px 16px -4px rgba(30,18,6,.14);
}

.instal-photo-main img,
.instal-photo-sub  img { width: 100%; height: 100%; object-fit: cover; display: block; }
.instal-photo-main .img-slot,
.instal-photo-sub  .img-slot { width: 100%; height: 100%; border-radius: 0; }

@media (min-width: 768px) {
  .instal-photos { min-height: 500px; }
  .instal-photo-main { width: 74%; height: 390px; }
  .instal-photo-sub  { width: 60%; height: 280px; }
  .instal-hero:not(.has-sub) .instal-photo-main { width: 90%; height: 440px; }
}
@media (min-width: 1024px) {
  .instal-hero { padding: 90px 0 110px; }
  .instal-hero-grid {
    grid-template-columns: 1fr 1.05fr;
    gap: 80px;
    align-items: center;
    min-height: 600px;
  }
  .instal-hero-copy { padding-top: 0; }
  .instal-hero-copy h1 { font-size: clamp(52px, 5.5vw, 88px); margin-bottom: 24px; }
  .instal-hero-copy p.intro { font-size: 15px; margin: 0 0 36px; }
  .instal-photos { min-height: 560px; margin-bottom: 0; }
  .instal-photo-main { width: 72%; height: 480px; border-radius: 16px; }
  .instal-photo-sub  { width: 58%; height: 320px; border-radius: 14px; }
  .instal-hero:not(.has-sub) .instal-photo-main { width: 94%; height: 520px; }
}

/* ── Stats ── */
.instal-stats {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 64px 0 72px;
}
.instal-stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.instal-stat-main { display: flex; flex-direction: column; }
.instal-stat-icon {
  color: var(--brass);
  opacity: 0.75;
  margin-bottom: 20px;
}
.instal-stat-num {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(72px, 12vw, 130px);
  color: var(--brass-deep);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}
.instal-stat-num sup {
  font-size: .38em;
  vertical-align: super;
  letter-spacing: 0;
  color: var(--brass);
}
.instal-stat-lbl {
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.instal-stats-text {
  border-top: 1px solid var(--line);
  padding-top: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.instal-stats-text p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-2);
  margin: 0 0 28px;
  max-width: 48ch;
}
/* Mini items con icono */
.instal-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.instal-mbadge {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.instal-mbadge-ic {
  width: 38px;
  height: 38px;
  min-width: 38px;
  background: rgba(176,138,90,.13);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brass-deep);
}
.instal-mbadge-ic svg { display: block; }
.instal-mbadge-lbl {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink-2);
  line-height: 1.3;
}

@media (min-width: 768px) {
  .instal-stats { padding: 80px 0 90px; }
  .instal-stats-grid {
    grid-template-columns: auto 1fr;
    gap: 80px;
    align-items: center;
  }
  .instal-stats-text {
    border-top: 0; padding-top: 0;
    border-left: 1px solid var(--line);
    padding-left: 64px;
  }
  .instal-badges { grid-template-columns: repeat(3, auto); gap: 16px 28px; }
}

/* ── Gallery ── */
.instal-gallery { padding: 0 0 80px; }

/* Filters */
.instal-filters {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.instal-filters button {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  padding: 10px 0 12px;
  position: relative;
  transition: color .2s;
  border: 0;
  background: none;
  cursor: pointer;
}
.instal-filters button:hover { color: var(--ink); }
.instal-filters button.on   { color: var(--ink); }
.instal-filters button.on::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 2px;
  background: var(--brass);
}

/* Desktop: botones a ancho completo repartido */
@media (min-width: 768px) {
  .instal-filters { gap: 0; }
  .instal-filters button {
    flex: 1;
    text-align: center;
  }
}

/* Masonry — CSS grid 12 columnas, dense fill, sin huecos */
.instal-gal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
  gap: 10px;
}

/* Mobile: todos igual */
.instal-gal-cell { grid-column: span 1; grid-row: span 1; }

@media (min-width: 768px) {
  .instal-gal-grid {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 200px;
    gap: 12px;
  }
  /* Los spans de desktop se aplican via JS para que funcionen al filtrar */
  .instal-gal-cell { grid-column: span 4; grid-row: span 2; }
}

.instal-gal-cell {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: var(--sand);
  cursor: zoom-in;
  transition: box-shadow .35s;
}
.instal-gal-cell.hidden { display: none; }

@media (hover: hover) {
  .instal-gal-cell:hover { box-shadow: 0 20px 40px -16px rgba(60,40,20,.3); }
  .instal-gal-cell:hover img { transform: scale(1.04); }
}
.instal-gal-cell img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s cubic-bezier(.2,.7,.2,1);
}
.instal-gal-cell .img-slot {
  width: 100%; height: 100%;
  border-radius: 0;
}

/* Etiqueta de categoría */
.instal-gal-cell-lbl {
  position: absolute;
  left: 14px; bottom: 12px;
  z-index: 2;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 1px 8px rgba(0,0,0,.6);
}
/* Gradiente para legibilidad de la etiqueta */
.instal-gal-cell::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 80px;
  background: linear-gradient(to top, rgba(20,16,10,.5), transparent);
  z-index: 1;
  pointer-events: none;
}

/* ── Features ── */
.instal-features {
  padding: 70px 0 80px;
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.instal-features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
.instal-feat {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.instal-feat:last-child { border-bottom: 0; padding-bottom: 0; }
.instal-feat-ic {
  width: 52px; height: 52px;
  color: var(--brass-deep);
  display: block;
}
.instal-feat-ic svg { width: 100%; height: 100%; }
.instal-feat h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 26px;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.01em;
}
.instal-feat p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
  max-width: 34ch;
}

@media (min-width: 768px) {
  .instal-features { padding: 90px 0 110px; }
  .instal-features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .instal-feat {
    padding: 0 48px;
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }
  .instal-feat:first-child { padding-left: 0; }
  .instal-feat:last-child  { padding-right: 0; border-right: 0; }
}

/* ── Dark CTA ── */
.instal-cta-dark {
  position: relative;
  padding: 80px 0 90px;
  background:
    radial-gradient(ellipse 60% 80% at 70% 50%, rgba(176,138,90,.1), transparent 65%),
    linear-gradient(180deg, #1a1815 0%, #1f1d1a 100%);
  color: #f0e9d8;
  overflow: hidden;
}
.instal-cta-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 50%, transparent 40%, rgba(0,0,0,.35) 100%);
  pointer-events: none;
}
/* pata decorativa fondo */
.instal-cta-paw {
  position: absolute;
  right: -60px; bottom: -60px;
  width: 420px; height: 420px;
  opacity: .04;
  color: #fff;
  pointer-events: none;
}
.instal-cta-inner {
  position: relative;
  z-index: 2;
}
.instal-cta-dark h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.06;
  letter-spacing: -0.012em;
  color: #fdf8ea;
  margin: 0 0 12px;
}
.instal-cta-dark h2 em {
  font-style: italic;
  color: var(--brass-light);
}
.instal-cta-sub {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 20px;
  color: rgba(253,248,234,.65);
  margin: 0 0 40px;
  line-height: 1.4;
}
.instal-cta-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.instal-cta-btns .btn-brass {
  background: var(--brass);
  color: #fff;
  border-radius: 999px;
}
.instal-cta-btns .btn-brass:hover { background: var(--brass-deep); }
.instal-cta-btns .btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,.25);
  color: #f0e9d8;
  background: transparent;
  transition: border-color .25s, background .25s;
}
.instal-cta-btns .btn-wa:hover {
  border-color: var(--brass-light);
  background: rgba(214,184,137,.08);
}

@media (min-width: 1024px) {
  .instal-cta-dark { padding: 110px 0; }
}

/* ── Animaciones de entrada ─────────────────────────────────────── */

/* Hero: fotos entran justo después del copy */
.instal-photos     { animation: heroFadeIn .80s ease                      both .32s; }
.instal-photo-main { animation: heroFadeUp .75s cubic-bezier(.22,1,.36,1) both .42s; }
.instal-photo-sub  { animation: heroFadeUp .70s cubic-bezier(.22,1,.36,1) both .58s; }

/* Estados iniciales — elementos ocultos hasta que el observer dispare */
.instal-stat-main,
.instal-stats-text,
.instal-filters,
.instal-gal-cell,
.instal-feat,
.instal-cta-inner > * {
  opacity: 0;
  transform: translateY(22px);
}

/* Reveal al añadir .ip-visible en la sección */
.instal-stats.ip-visible    .instal-stat-main  { animation: heroFadeUp .70s cubic-bezier(.22,1,.36,1) both .04s; }
.instal-stats.ip-visible    .instal-stats-text { animation: heroFadeUp .70s cubic-bezier(.22,1,.36,1) both .22s; }
.instal-gallery.ip-visible  .instal-filters    { animation: heroFadeUp .60s cubic-bezier(.22,1,.36,1) both .05s; }
.instal-gallery.ip-visible  .instal-gal-cell   { animation: instalWipeUp .72s cubic-bezier(.40,0,.20,1) both; }
.instal-features.ip-visible .instal-feat       { animation: heroFadeUp .65s cubic-bezier(.22,1,.36,1) both; }
.instal-cta-dark.ip-visible .instal-cta-inner > * { animation: heroFadeUp .65s cubic-bezier(.22,1,.36,1) both; }

/* Sin motion — todo visible de entrada */
@media (prefers-reduced-motion: reduce) {
  .instal-photos, .instal-photo-main, .instal-photo-sub,
  .instal-stat-main, .instal-stats-text,
  .instal-filters, .instal-gal-cell,
  .instal-feat,
  .instal-cta-inner > * {
    opacity: 1; transform: none; animation: none;
  }
}

/* ── Lightbox ── */
.instal-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(18,16,13,.93);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.instal-lightbox[hidden] { display: none; }
.instal-lb-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  max-width: 90vw;
  max-height: 90vh;
}
.instal-lb-img {
  max-width: 90vw;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 3px;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,.7);
  display: block;
}
.instal-lb-cap {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin: 0;
  text-align: center;
}
.instal-lb-close,
.instal-lb-prev,
.instal-lb-next {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  transition: background .2s;
  cursor: pointer;
}
.instal-lb-close:hover,
.instal-lb-prev:hover,
.instal-lb-next:hover { background: rgba(255,255,255,.18); }
.instal-lb-close { top: 20px; right: 20px; }
.instal-lb-prev  { left: 12px;  top: 50%; transform: translateY(-50%); }
.instal-lb-next  { right: 12px; top: 50%; transform: translateY(-50%); }
@media (min-width: 768px) {
  .instal-lb-prev { left: 28px; }
  .instal-lb-next { right: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .instal-gal-cell, .instal-gal-cell img { transition: none; }
}
