/* ============================================================
   SERGIO TAVARES — Sitio de marca personal · Broker de lujo Riviera Maya
   Sistema visual PORTADO del hero-mockup APROBADO (contrato congelado).
   Paleta: arena #F5F0E8 · blanco #FFFFFF · azul Caribe #1B5E7B
   azul cielo #A8C8D8 · tinta cálida #1A1A2E · gris #6B7280
   Estilo: Sotheby's tropical · lujo minimalista · mobile-first.
   ============================================================ */

:root {
  --arena: #F5F0E8;
  --arena-2: #EFE8DC;       /* arena un punto más profunda para secciones alternas */
  --blanco: #FFFFFF;
  --caribe: #1B5E7B;
  --caribe-hover: #15506b;
  --caribe-luz: #2E8CB0;    /* teal luminoso del gradiente CTA */
  --caribe-profundo: #15506B;
  --cielo: #A8C8D8;
  --tinta: #1A1A2E;
  --gris: #6B7280;
  --whatsapp: #25D366;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;

  /* ritmo de espaciado premium (negative space agresivo) */
  --sp-section: clamp(72px, 11vw, 140px);
  --maxw: 1200px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  color: var(--tinta);
  background: var(--arena);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

/* ---------- helpers tipográficos compartidos ---------- */
.eyebrow {
  display: inline-block;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--caribe);
  margin-bottom: 18px;
}
.eyebrow--light { color: var(--cielo); }

.section-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(30px, 4.6vw, 52px);
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: var(--tinta);
}
.section-title--left { text-align: left; }

.section-head {
  max-width: 660px;
  margin: 0 auto clamp(44px, 6vw, 72px);
  text-align: center;
  padding: 0 24px;
}
.section-sub {
  margin-top: 18px;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.65;
  color: var(--gris);
}

/* ---------- botones compartidos (sistema del CTA del hero) ---------- */
.arrow { display: inline-block; transition: transform 0.35s ease; }

.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--caribe-luz) 0%, var(--caribe) 58%, var(--caribe-profundo) 100%);
  color: var(--blanco);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 17px 34px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-shadow:
    0 14px 40px rgba(27,94,123,0.4),
    0 2px 8px rgba(12,14,26,0.2),
    inset 0 1px 0 rgba(255,255,255,0.32),
    inset 0 -1px 0 rgba(12,14,26,0.18);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s ease, filter 0.35s ease;
}
.btn-primary::before {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 48%;
  background: linear-gradient(180deg, rgba(255,255,255,0.26), rgba(255,255,255,0));
  pointer-events: none;
}
.btn-primary:hover {
  transform: translateY(-3px);
  filter: brightness(1.06) saturate(1.05);
  box-shadow:
    0 22px 56px rgba(46,140,176,0.5),
    0 0 28px rgba(46,140,176,0.4),
    inset 0 1px 0 rgba(255,255,255,0.4),
    inset 0 -1px 0 rgba(12,14,26,0.18);
}
.btn-primary:hover .arrow { transform: translateX(5px); }
.btn-primary:active { transform: translateY(-1px); }
.btn-primary--lg { font-size: 17px; padding: 20px 40px; }
.btn-wa-icon { flex-shrink: 0; }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--caribe);
  background: rgba(255,255,255,0.7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1.5px solid rgba(168,200,216,0.8);
  border-radius: 10px;
  padding: 16px 30px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 2px 10px rgba(27,94,123,0.06);
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.btn-ghost:hover {
  background: linear-gradient(135deg, var(--caribe-luz), var(--caribe));
  color: var(--blanco);
  border-color: var(--caribe);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(27,94,123,0.28), inset 0 1px 0 rgba(255,255,255,0.3);
}
.btn-ghost:hover .arrow { transform: translateX(5px); }
.btn-ghost--onlight {
  color: var(--blanco);
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.4);
}
.btn-ghost--onlight:hover {
  background: rgba(255,255,255,0.96);
  color: var(--caribe);
  border-color: var(--blanco);
}

/* ============================ HERO (PORTADO TAL CUAL) ============================ */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  z-index: 1;
}
/* Ken Burns sutil — sensación cinematográfica sin video. OFF en mobile + reduced-motion. */
@media (min-width: 769px) {
  .hero__bg {
    will-change: transform;
    animation: kenburns 26s ease-in-out infinite alternate;
    transform-origin: 58% 42%;
  }
}
@keyframes kenburns {
  0%   { transform: scale(1.0)  translate3d(0, 0, 0); }
  100% { transform: scale(1.08) translate3d(-1.4%, -1.2%, 0); }
}
.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(120% 80% at 50% 58%,
      rgba(12,14,26,0.46) 0%,
      rgba(12,14,26,0.30) 34%,
      rgba(12,14,26,0.06) 62%,
      rgba(12,14,26,0.00) 100%),
    linear-gradient(180deg,
      rgba(12,14,26,0.62) 0%,
      rgba(12,14,26,0.28) 18%,
      rgba(12,14,26,0.10) 40%,
      rgba(12,14,26,0.22) 64%,
      rgba(12,14,26,0.74) 100%);
}

/* ---- Navbar ---- */
.navbar {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 64px;
  width: 100%;
}
.navbar__brand {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.06em;
  color: var(--blanco);
  text-decoration: none;
  line-height: 1;
}
.navbar__nav { display: flex; gap: 42px; align-items: center; }
.navbar__link {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.92);
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
  position: relative;
}
.navbar__link::after {
  content: '';
  position: absolute;
  left: 0; bottom: -6px;
  width: 0; height: 1px;
  background: var(--blanco);
  transition: width 0.35s ease;
}
.navbar__link:hover { color: var(--blanco); }
.navbar__link:hover::after { width: 100%; }

/* hamburguesa (oculta en desktop) */
.navbar__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 44px; height: 44px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 7;
}
.navbar__burger span {
  display: block;
  width: 26px; height: 2px;
  background: var(--blanco);
  border-radius: 2px;
  transition: transform 0.35s ease, opacity 0.3s ease;
}
.navbar__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.navbar__burger.is-open span:nth-child(2) { opacity: 0; }
.navbar__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* drawer mobile */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 6;
  background: rgba(20,20,35,0.92);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.mobile-nav.is-open { opacity: 1; visibility: visible; }
.mobile-nav__link {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--blanco);
  text-decoration: none;
  opacity: 0.92;
  transition: opacity 0.3s ease;
}
.mobile-nav__link:hover { opacity: 1; }

/* ---- Hero content ---- */
.hero__content {
  position: relative;
  z-index: 5;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 32px 80px;
}
.hero__h1 {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--blanco);
  font-size: clamp(38px, 5.4vw, 76px);
  line-height: 1.08;
  letter-spacing: 0.03em;
  max-width: 16ch;
  text-shadow:
    0 1px 2px rgba(10,12,22,0.45),
    0 4px 30px rgba(10,12,22,0.55);
  margin-bottom: 44px;
}
.hero__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--caribe-luz) 0%, var(--caribe) 58%, #15506b 100%);
  color: var(--blanco);
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 20px 42px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 10px;
  cursor: pointer;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-shadow:
    0 14px 40px rgba(27,94,123,0.45),
    0 2px 8px rgba(12,14,26,0.25),
    inset 0 1px 0 rgba(255,255,255,0.32),
    inset 0 -1px 0 rgba(12,14,26,0.18);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s ease, filter 0.35s ease;
}
.hero__cta::before {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 48%;
  background: linear-gradient(180deg, rgba(255,255,255,0.28), rgba(255,255,255,0));
  pointer-events: none;
}
.hero__cta:hover {
  transform: translateY(-3px);
  filter: brightness(1.06) saturate(1.05);
  box-shadow:
    0 22px 56px rgba(46,140,176,0.55),
    0 0 28px rgba(46,140,176,0.42),
    inset 0 1px 0 rgba(255,255,255,0.4),
    inset 0 -1px 0 rgba(12,14,26,0.18);
}
.hero__cta:active { transform: translateY(-1px); }
.hero__cta .arrow { position: relative; }
.hero__cta:hover .arrow { transform: translateX(5px); }

/* ---- Scroll hint ---- */
.scroll-hint {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.85);
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: 0 1px 12px rgba(10,12,22,0.5);
}
.scroll-hint__arrow {
  width: 22px; height: 22px;
  animation: bob 2.4s ease-in-out infinite;
}
@keyframes bob {
  0%, 100% { transform: translateY(0); opacity: 0.85; }
  50% { transform: translateY(7px); opacity: 0.5; }
}

/* ---- Reveal animation (on scroll) ---- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay-1 { transition-delay: 0.12s; }
.reveal--delay-2 { transition-delay: 0.26s; }
.reveal--delay-3 { transition-delay: 0.40s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { transition: none; opacity: 1; transform: none; }
  .scroll-hint__arrow { animation: none; }
  html { scroll-behavior: auto; }
}

/* ============================ STATS ============================ */
.stats {
  background: var(--blanco);
  padding: clamp(56px, 8vw, 96px) 24px;
}
.stats__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 24px;
}
.stat {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}
.stat__num {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(46px, 8vw, 68px);
  line-height: 1;
  color: var(--caribe);
  letter-spacing: 0.01em;
}
.stat__plus { font-size: 0.55em; vertical-align: super; }
.stat__label {
  font-size: 14px;
  line-height: 1.45;
  color: var(--gris);
  max-width: 22ch;
}
.stats__range {
  max-width: var(--maxw);
  margin: clamp(40px, 6vw, 64px) auto 0;
  text-align: center;
  font-size: clamp(14px, 1.8vw, 17px);
  color: var(--gris);
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid var(--cielo);
}
.stats__range strong { color: var(--tinta); font-weight: 600; }

/* ============================ PROPIEDADES ============================ */
.props {
  background: var(--arena);
  padding: var(--sp-section) 24px;
}
.props__grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.prop-card {
  background: var(--blanco);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 34px rgba(26,26,46,0.07);
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s ease;
}
.prop-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(26,26,46,0.14);
}
.prop-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.prop-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22,1,0.36,1);
}
.prop-card:hover .prop-card__media img { transform: scale(1.06); }
.prop-card__tag {
  position: absolute;
  top: 16px; left: 16px;
  z-index: 3;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blanco);
  background: rgba(27,94,123,0.82);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 7px 13px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.25);
}
.prop-card__veil {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 20px;
  color: var(--blanco);
  background: linear-gradient(180deg, rgba(20,20,35,0.12), rgba(20,20,35,0.62));
  opacity: 0;
  transition: opacity 0.4s ease;
}
.prop-card:hover .prop-card__veil { opacity: 1; }
.prop-card__soon {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.prop-card__veil p { font-size: 14px; line-height: 1.4; max-width: 24ch; opacity: 0.92; }
.prop-card__body { padding: 24px 26px 28px; }
.prop-card__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: var(--tinta);
}
.prop-card__meta {
  margin-top: 6px;
  font-size: 14px;
  color: var(--gris);
}
.prop-card__price {
  display: inline-block;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--caribe);
}
.props__cta { text-align: center; margin-top: clamp(40px, 6vw, 60px); }

/* ============================ CITA / FILOSOFÍA — FULL-BLEED ============================
   Patrón aprobado: foto a sangre completa + scrim oscuro + cita en blanco encima.
   DESKTOP: quote-wide (Sergio a la derecha) → texto a la IZQUIERDA, sobre cielo/mar.
   MOBILE:  quote-portrait (Sergio abajo)   → texto ARRIBA, sobre el cielo.
   ============================================================ */
.quote {
  position: relative;
  width: 100%;
  height: clamp(560px, 78vh, 760px);
  overflow: hidden;
  display: flex;
}
.quote__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
}
/* DESKTOP scrim: oscurece la IZQUIERDA (donde va el texto, sobre cielo/mar),
   deja respirar la derecha donde está Sergio. */
.quote__scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg,
      rgba(12,14,26,0.66) 0%,
      rgba(12,14,26,0.50) 26%,
      rgba(12,14,26,0.22) 50%,
      rgba(12,14,26,0.04) 72%,
      rgba(12,14,26,0.00) 100%),
    linear-gradient(180deg,
      rgba(12,14,26,0.18) 0%,
      rgba(12,14,26,0.00) 40%);
}
.quote__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 clamp(28px, 6vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;   /* desktop: texto centrado vertical, alineado izquierda */
  align-items: flex-start;
}
.quote__text { text-align: left; max-width: min(46%, 560px); }
.quote__text p {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.28;
  letter-spacing: 0.01em;
  color: var(--blanco);
  text-shadow: 0 1px 3px rgba(10,12,22,0.5), 0 6px 36px rgba(10,12,22,0.5);
}
.quote__text cite {
  display: block;
  margin-top: 26px;
  font-family: var(--sans);
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.86);
  text-shadow: 0 1px 8px rgba(10,12,22,0.45);
}

/* MOBILE ≤ 640px — retrato vertical: texto ARRIBA sobre el cielo, Sergio abajo visible */
@media (max-width: 640px) {
  .quote {
    height: clamp(620px, 96vh, 820px);
  }
  .quote__bg { object-position: center 60%; }
  /* scrim suave ARRIBA para legibilidad del texto sobre el cielo */
  .quote__scrim {
    background:
      linear-gradient(180deg,
        rgba(12,14,26,0.58) 0%,
        rgba(12,14,26,0.34) 26%,
        rgba(12,14,26,0.08) 48%,
        rgba(12,14,26,0.00) 70%);
  }
  .quote__inner {
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding-top: clamp(56px, 12vh, 96px);
  }
  .quote__text { text-align: center; max-width: 18ch; }
  .quote__text p { font-size: clamp(26px, 7.4vw, 38px); }
  .quote__text cite { margin-top: 20px; }
}

/* ============================ SOBRE SERGIO ============================ */
.about {
  background: var(--blanco);
  padding: var(--sp-section) 24px;
}
.about__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(36px, 5vw, 64px);
  align-items: center;
}
.about__media {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(26,26,46,0.16);
  max-width: 460px;
  margin: 0 auto;
}
.about__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 22%;
}
.about__content { max-width: 560px; }
.about__bio {
  margin: 24px 0 32px;
  font-size: clamp(15px, 1.9vw, 17px);
  line-height: 1.75;
  color: #3a3a48;
}

/* ============================ PROCESO ============================ */
.process {
  background: var(--arena-2);
  padding: var(--sp-section) 24px;
}
.process__steps {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.step {
  background: var(--blanco);
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: 0 8px 30px rgba(26,26,46,0.06);
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.step:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(26,26,46,0.12); }
.step__icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(46,140,176,0.14), rgba(27,94,123,0.1));
  color: var(--caribe);
  margin-bottom: 22px;
}
.step__icon svg { width: 28px; height: 28px; }
.step__num {
  position: absolute;
  top: 36px; right: 34px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  color: var(--cielo);
  line-height: 1;
}
.step__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 26px;
  line-height: 1.15;
  color: var(--tinta);
  margin-bottom: 12px;
}
.step__desc {
  font-size: 15px;
  line-height: 1.65;
  color: var(--gris);
}

/* ============================ TESTIMONIOS ============================ */
.testi {
  background: var(--blanco);
  padding: var(--sp-section) 24px;
}
.testi__note { font-style: italic; font-size: 13px; opacity: 0.85; }
.testi__grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.testi-card {
  background: var(--arena);
  border-radius: 16px;
  padding: 38px 34px;
  border: 1px solid rgba(168,200,216,0.45);
  box-shadow: 0 8px 28px rgba(26,26,46,0.05);
}
.testi-card blockquote {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(19px, 2.5vw, 24px);
  line-height: 1.45;
  color: var(--tinta);
  position: relative;
}
.testi-card blockquote::before {
  content: '“';
  font-family: var(--serif);
  font-size: 64px;
  line-height: 0;
  color: var(--cielo);
  position: absolute;
  top: 12px; left: -8px;
  opacity: 0.6;
}
.testi-card figcaption {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 20px;
  border-top: 1px solid rgba(168,200,216,0.6);
}
.testi-card__name { font-weight: 600; font-size: 15px; color: var(--tinta); }
.testi-card__meta { font-size: 13px; color: var(--gris); }

/* ============================ CONTACTO ============================ */
.contact {
  background: linear-gradient(160deg, var(--caribe) 0%, var(--caribe-profundo) 60%, #0f3e54 100%);
  padding: clamp(80px, 11vw, 140px) 24px;
  position: relative;
  overflow: hidden;
}
.contact::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 60% at 50% 0%, rgba(46,140,176,0.42) 0%, transparent 60%);
  pointer-events: none;
}
.contact__inner {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  color: var(--blanco);
}
.contact__title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.12;
  letter-spacing: 0.02em;
}
.contact__sub {
  margin: 22px auto 40px;
  max-width: 50ch;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.65;
  color: rgba(255,255,255,0.85);
}
.contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

/* ============================ FOOTER ============================ */
.footer {
  background: var(--tinta);
  color: rgba(255,255,255,0.7);
  padding: clamp(48px, 7vw, 72px) 24px 28px;
}
.footer__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.footer__name {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--blanco);
  text-decoration: none;
}
.footer__tag { font-size: 13px; margin-top: 6px; letter-spacing: 0.04em; }
.footer__nav { display: flex; flex-wrap: wrap; gap: 22px; }
.footer__nav a {
  font-size: 14px;
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__nav a:hover { color: var(--blanco); }
.footer__contact { display: flex; flex-direction: column; gap: 8px; }
.footer__contact a {
  font-size: 14px;
  font-weight: 600;
  color: var(--cielo);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__contact a:hover { color: var(--blanco); }
.footer__zones { font-size: 13px; }
.footer__legal {
  max-width: var(--maxw);
  margin: clamp(36px, 5vw, 56px) auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
}

/* ============================ CHAT OVERLAY (PORTADO) ============================ */
.chat {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: var(--arena);
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.015);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}
.chat.is-open { opacity: 1; visibility: visible; transform: scale(1); }
.chat__header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 26px 40px;
  background: var(--blanco);
  border-bottom: 1px solid var(--cielo);
  position: relative;
}
.chat__avatar {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--caribe), #2b7ea0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--blanco);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(27,94,123,0.3);
}
.chat__intro h2 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 23px;
  letter-spacing: 0.02em;
  color: var(--tinta);
  line-height: 1.15;
}
.chat__intro p { font-size: 14px; color: var(--gris); margin-top: 3px; }
.chat__intro .dot {
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--whatsapp);
  margin-right: 6px;
  vertical-align: middle;
}
.chat__close {
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px; height: 42px;
  border: 1px solid var(--cielo);
  background: var(--blanco);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gris);
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.chat__close:hover {
  background: var(--arena);
  color: var(--tinta);
  transform: translateY(-50%) rotate(90deg);
}
.chat__body { flex: 1; overflow-y: auto; padding: 40px 0 32px; }
.chat__thread {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.bubble {
  max-width: 80%;
  padding: 16px 20px;
  font-size: 15.5px;
  line-height: 1.5;
  border-radius: 18px;
}
.bubble--bot {
  align-self: flex-start;
  background: var(--blanco);
  color: var(--tinta);
  border-bottom-left-radius: 5px;
  box-shadow: 0 4px 18px rgba(26,26,46,0.06);
}
.bubble--user {
  align-self: flex-end;
  background: var(--caribe);
  color: var(--blanco);
  border-bottom-right-radius: 5px;
}
.chips {
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 86%;
}
.chip {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--caribe);
  background: rgba(255,255,255,0.72);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1.5px solid rgba(168,200,216,0.7);
  border-radius: 24px;
  padding: 10px 18px;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 2px 8px rgba(27,94,123,0.06);
  transition: background 0.28s ease, color 0.28s ease, border-color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}
.chip:hover {
  background: linear-gradient(135deg, var(--caribe-luz), var(--caribe));
  color: var(--blanco);
  border-color: var(--caribe);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(27,94,123,0.28), inset 0 1px 0 rgba(255,255,255,0.3);
}
.chip.is-selected {
  background: linear-gradient(135deg, var(--caribe-luz), var(--caribe));
  color: var(--blanco);
  border-color: var(--caribe);
  box-shadow: 0 4px 14px rgba(27,94,123,0.24), inset 0 1px 0 rgba(255,255,255,0.3);
}
.dream {
  align-self: flex-start;
  width: 86%;
  max-width: 420px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #e8e0d2, #dfeaf0);
  box-shadow: 0 10px 34px rgba(26,26,46,0.12);
  aspect-ratio: 4 / 3;
}
.dream__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dream__shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.55) 50%, rgba(255,255,255,0) 70%);
  background-size: 220% 100%;
  animation: shimmer 2.4s ease-in-out infinite;
}
.dream.is-revealed .dream__shimmer { display: none; }
@keyframes shimmer {
  0% { background-position: 130% 0; }
  100% { background-position: -130% 0; }
}
.dream__label {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 14px 18px;
  background: linear-gradient(0deg, rgba(20,20,35,0.62), rgba(20,20,35,0));
  color: var(--blanco);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.typing {
  align-self: flex-start;
  font-size: 13px;
  color: var(--gris);
  letter-spacing: 0.03em;
  padding-left: 4px;
}
.chat__inputbar {
  border-top: 1px solid var(--cielo);
  background: var(--blanco);
  padding: 18px 0;
}
.chat__inputwrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.chat__input {
  flex: 1;
  font-family: var(--sans);
  font-size: 16px;
  color: var(--tinta);
  background: var(--arena);
  border: 1px solid transparent;
  border-radius: 28px;
  padding: 15px 22px;
  outline: none;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.chat__input::placeholder { color: var(--gris); }
.chat__input:focus { border-color: var(--cielo); background: var(--blanco); }
.chat__send {
  width: 50px; height: 50px;
  flex-shrink: 0;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--caribe-luz), var(--caribe) 60%, #15506b);
  color: var(--blanco);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(27,94,123,0.32), inset 0 1px 0 rgba(255,255,255,0.3);
  transition: filter 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.chat__send:hover {
  filter: brightness(1.07);
  transform: scale(1.06);
  box-shadow: 0 8px 22px rgba(46,140,176,0.45), 0 0 16px rgba(46,140,176,0.35), inset 0 1px 0 rgba(255,255,255,0.4);
}

/* ============================ NAV — ESTADO ACTIVO (multipágina) ============================ */
.navbar__link.is-active { color: var(--blanco); }
.navbar__link.is-active::after { width: 100%; }
.mobile-nav__link.is-active { opacity: 1; text-decoration: underline; text-underline-offset: 8px; text-decoration-thickness: 1px; }

/* ============================ HERO DE SUBPÁGINA (compacto, no full-screen) ============================ */
.subhero {
  position: relative;
  min-height: 56vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.subhero--short { min-height: 48vh; }
.subhero__bg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 42%;
  z-index: 1;
}
.subhero__scrim {
  position: absolute; inset: 0; z-index: 2;
  background:
    radial-gradient(120% 80% at 50% 56%, rgba(12,14,26,0.42) 0%, rgba(12,14,26,0.10) 60%, rgba(12,14,26,0) 100%),
    linear-gradient(180deg, rgba(12,14,26,0.58) 0%, rgba(12,14,26,0.20) 34%, rgba(12,14,26,0.34) 100%);
}
.subhero__content {
  position: relative; z-index: 5;
  flex: 1;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 60px 28px 56px;
}
.subhero__h1 {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--blanco);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.1;
  letter-spacing: 0.03em;
  max-width: 18ch;
  text-shadow: 0 1px 2px rgba(10,12,22,0.45), 0 4px 30px rgba(10,12,22,0.5);
}
.subhero__sub {
  margin-top: 20px;
  max-width: 52ch;
  font-size: clamp(15px, 2vw, 19px);
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 1px 10px rgba(10,12,22,0.4);
}

/* ============================ CARRUSEL PREMIUM (fade + slide elegante) ============================ */
.carousel { position: relative; }
.carousel__viewport { overflow: hidden; border-radius: 18px; }
.carousel__track {
  display: flex;
  transition: transform 0.9s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.carousel__slide {
  flex: 0 0 100%;
  position: relative;
}
.carousel__slide img {
  width: 100%;
  height: clamp(420px, 64vh, 620px);
  object-fit: cover;
  object-position: center 18%;
  display: block;
}
.carousel__caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 56px 32px 28px;
  background: linear-gradient(0deg, rgba(20,20,35,0.74), rgba(20,20,35,0));
  color: var(--blanco);
}
.carousel__caption-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(20px, 2.6vw, 28px);
  letter-spacing: 0.02em;
  line-height: 1.15;
}
.carousel__caption-text {
  margin-top: 6px;
  font-size: clamp(13px, 1.7vw, 15px);
  line-height: 1.5;
  color: rgba(255,255,255,0.86);
  max-width: 46ch;
}
/* flechas discretas */
.carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.4);
  background: rgba(20,20,35,0.32);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: var(--blanco);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 4;
  transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
.carousel__arrow:hover { background: rgba(27,94,123,0.7); }
.carousel__arrow--prev { left: 16px; }
.carousel__arrow--next { right: 16px; }
.carousel__arrow svg { width: 20px; height: 20px; }
/* dots */
.carousel__dots {
  display: flex; gap: 10px; justify-content: center;
  margin-top: 24px;
}
.carousel__dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  border: none;
  background: rgba(27,94,123,0.28);
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease, transform 0.3s ease, width 0.3s ease;
}
.carousel__dot.is-active { background: var(--caribe); width: 24px; border-radius: 5px; }
.carousel--bio { max-width: 720px; margin: 0 auto; }

/* tira lifestyle (carrusel ancho secundario) */
.lifestyle { background: var(--arena-2); padding: var(--sp-section) 24px; }
.lifestyle .carousel { max-width: var(--maxw); margin: 0 auto; }
.lifestyle .carousel__slide img { height: clamp(360px, 56vh, 560px); object-position: center 30%; }

/* about con carrusel: reordenar layout */
.about--carousel .about__inner { align-items: center; }

/* ============================ PÁGINA PROPIEDADES ============================ */
.filters {
  background: var(--arena);
  padding: clamp(28px, 4vw, 44px) 24px 0;
}
.filters__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.filter-chip {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--caribe);
  background: var(--blanco);
  border: 1.5px solid rgba(168,200,216,0.8);
  border-radius: 28px;
  padding: 11px 22px;
  cursor: pointer;
  transition: background 0.28s ease, color 0.28s ease, border-color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
  box-shadow: 0 2px 8px rgba(27,94,123,0.05);
}
.filter-chip:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(27,94,123,0.14); }
.filter-chip.is-active {
  background: linear-gradient(135deg, var(--caribe-luz), var(--caribe));
  color: var(--blanco);
  border-color: var(--caribe);
  box-shadow: 0 6px 18px rgba(27,94,123,0.28);
}
.prop-card.is-hidden { display: none; }
.props__empty {
  max-width: var(--maxw);
  margin: 40px auto 0;
  text-align: center;
  color: var(--gris);
  font-style: italic;
  display: none;
}
.props__empty.is-shown { display: block; }
.scarcity {
  max-width: var(--maxw);
  margin: clamp(40px, 6vw, 60px) auto 0;
  text-align: center;
}
.scarcity__note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--caribe);
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(168,200,216,0.7);
  border-radius: 30px;
  padding: 12px 22px;
}
.scarcity__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--whatsapp);
  box-shadow: 0 0 0 0 rgba(37,211,102,0.5);
  animation: pulseDot 2.2s ease-out infinite;
}
@keyframes pulseDot {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
  70% { box-shadow: 0 0 0 8px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ============================ PÁGINA BLOG ============================ */
.blog-grid-section { background: var(--arena); padding: var(--sp-section) 24px; }
.blog-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.blog-card {
  background: var(--blanco);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 34px rgba(26,26,46,0.07);
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
}
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(26,26,46,0.14); }
.blog-card__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.22,1,0.36,1); }
.blog-card:hover .blog-card__media img { transform: scale(1.05); }
.blog-card__cat {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--blanco); background: rgba(27,94,123,0.82);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  padding: 6px 12px; border-radius: 30px; border: 1px solid rgba(255,255,255,0.25);
}
.blog-card__body { padding: 26px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.blog-card__date { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--caribe); margin-bottom: 12px; }
.blog-card__title {
  font-family: var(--serif); font-weight: 500; font-size: 25px; line-height: 1.18; color: var(--tinta);
}
.blog-card__excerpt { margin-top: 12px; font-size: 15px; line-height: 1.65; color: var(--gris); flex: 1; }
.blog-card__link {
  margin-top: 20px; align-self: flex-start;
  font-size: 14px; font-weight: 600; letter-spacing: 0.02em; color: var(--caribe); text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: gap 0.3s ease;
}
.blog-card__link:hover { gap: 13px; }
.blog__soon {
  max-width: var(--maxw); margin: clamp(40px,6vw,60px) auto 0; text-align: center;
  font-style: italic; color: var(--gris); font-size: 14px;
}

/* template de artículo reutilizable (oculto — base para cargar artículos reales) */
.article-template { display: none; }
.article {
  background: var(--blanco);
  max-width: 740px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 96px) 24px;
}
.article__meta { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--caribe); margin-bottom: 18px; }
.article__title { font-family: var(--serif); font-weight: 500; font-size: clamp(30px, 4.4vw, 48px); line-height: 1.12; color: var(--tinta); }
.article__lead { margin-top: 22px; font-size: clamp(17px, 2.1vw, 20px); line-height: 1.65; color: #3a3a48; font-style: italic; }
.article__body { margin-top: 30px; }
.article__body p { font-size: 16px; line-height: 1.8; color: #3a3a48; margin-bottom: 22px; }
.article__body h2 { font-family: var(--serif); font-weight: 500; font-size: 30px; color: var(--tinta); margin: 36px 0 16px; }

/* ============================ PÁGINA CHAT (full-screen, no overlay) ============================ */
.chat-page {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.chat-page__bg { position: absolute; inset: 0; z-index: 0; }
.chat-page__bg img { width: 100%; height: 100%; object-fit: cover; }
.chat-page__veil {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(245,240,232,0.82), rgba(245,240,232,0.93));
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
}
.chat-page__shell {
  position: relative; z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
/* el chat embebido en página usa el mismo markup que el overlay, sin position:fixed */
.chat--embedded {
  position: relative;
  inset: auto;
  z-index: auto;
  opacity: 1;
  visibility: visible;
  transform: none;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: transparent;
}
.chat--embedded .chat__header { background: rgba(255,255,255,0.86); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.chat--embedded .chat__body { flex: 1; min-height: 0; }
.chat--embedded .chat__inputbar { background: rgba(255,255,255,0.92); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }

/* ============================ WHATSAPP FLOAT (PORTADO) ============================ */
.wa-float {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 80;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--whatsapp);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 26px rgba(37,211,102,0.45);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wa-float:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 32px rgba(37,211,102,0.6);
}

/* ============================ BREAKPOINTS ============================ */

/* Tablet+ : grids a más columnas, layout about a 2 columnas */
@media (min-width: 700px) {
  .stats__inner { grid-template-columns: repeat(4, 1fr); }
  .props__grid { grid-template-columns: repeat(2, 1fr); }
  .process__steps { grid-template-columns: repeat(3, 1fr); }
  .testi__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__inner { grid-template-columns: 1.2fr 1fr 1.2fr; align-items: start; }
}

/* Desktop : propiedades a 3 columnas, about lado a lado */
@media (min-width: 1000px) {
  .props__grid { grid-template-columns: repeat(3, 1fr); }
  .about__inner { grid-template-columns: 0.9fr 1.1fr; }
  .about__media { margin: 0; max-width: none; }
}

/* Mobile : nav colapsa, paddings del hero (idéntico al contrato) */
@media (max-width: 768px) {
  .navbar { padding: 22px 24px; }
  .navbar__nav { display: none; }
  .navbar__burger { display: flex; }
  .navbar__brand { font-size: 23px; }

  .hero__bg { object-position: center 50%; }
  .hero__scrim {
    background:
      radial-gradient(130% 70% at 50% 46%,
        rgba(12,14,26,0.56) 0%,
        rgba(12,14,26,0.38) 38%,
        rgba(12,14,26,0.10) 66%,
        rgba(12,14,26,0.00) 100%),
      linear-gradient(180deg,
        rgba(12,14,26,0.66) 0%,
        rgba(12,14,26,0.34) 22%,
        rgba(12,14,26,0.20) 46%,
        rgba(12,14,26,0.28) 68%,
        rgba(12,14,26,0.72) 100%);
  }
  .hero__content { padding: 0 24px 70px; }
  .hero__h1 {
    font-size: clamp(30px, 8.6vw, 46px);
    max-width: 14ch;
    margin-bottom: 34px;
  }
  .hero__cta {
    width: 100%;
    max-width: 360px;
    justify-content: center;
    font-size: 16px;
    padding: 19px 26px;
  }

  .contact__actions { flex-direction: column; align-items: stretch; }
  .contact__actions .btn-primary,
  .contact__actions .btn-ghost { justify-content: center; }

  .chat__header { padding: 20px 22px; }
  .chat__avatar { width: 44px; height: 44px; font-size: 20px; }
  .chat__intro h2 { font-size: 19px; }
  .chat__intro p { font-size: 13px; }
  .chat__close { right: 20px; width: 38px; height: 38px; }
  .chat__thread { padding: 0 20px; gap: 18px; }
  .bubble { max-width: 88%; font-size: 15px; }
  .dream { width: 92%; }
  .chat__inputwrap { padding: 0 20px; }
  .scroll-hint { font-size: 11px; }
  .wa-float { right: 18px; bottom: 18px; width: 54px; height: 54px; }

  /* carrusel mobile: flechas más chicas, caption compacto */
  .carousel__arrow { width: 40px; height: 40px; }
  .carousel__arrow--prev { left: 10px; }
  .carousel__arrow--next { right: 10px; }
  .carousel__slide img { height: clamp(380px, 62vh, 480px); }
  .lifestyle .carousel__slide img { height: clamp(300px, 50vh, 420px); }

  .subhero__content { padding: 48px 22px 44px; }
  .filters__inner { gap: 9px; }
  .filter-chip { font-size: 13px; padding: 10px 16px; }
}

/* desktop: blog a 3 columnas, lifestyle más alto */
@media (min-width: 700px) {
  .blog-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1000px) {
  .about--carousel .about__inner { grid-template-columns: 1.05fr 0.95fr; }
}
