/**
 * Ashmor — Estética y Formaciones
 * ADN editorial premium · crema y verde oliva, elegante y cercano.
 */

:root {
  --ashmor-cream: #faf8f5;
  --ashmor-cream-deep: #f2efe9;
  --ashmor-olive: #4a5d4e;
  --ashmor-olive-mid: #5c6b57;
  --ashmor-text: #2c2a29;
  --ashmor-border: #e5e0d8;
  --ashmor-hero: #3d4540;
  --ashmor-font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --ashmor-mobile-menu-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ashmor-mobile-menu-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ashmor-mobile-menu-ease-in: cubic-bezier(0.4, 0, 0.8, 0.9);
  --ashmor-mobile-menu-duration: 0.5s;
  --ashmor-mobile-menu-duration-open: 0.5s;
  --ashmor-mobile-menu-duration-close: 0.38s;
  --ashmor-reveal-duration: 0.3s;
  --ashmor-reveal-shift: 20px;
  --ashmor-reveal-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ashmor-author-brown: #4a3e3d;
  --ashmor-mobile-panel-bg: #fbf9f6;
  /* Nav de escritorio solo cuando cabe en una fila (anula Tailwind md: 768px en el header) */
  --ashmor-header-desktop-min: 80rem;
}

/* Monograma ASM decorativo (PNG artístico, semitransparente; no sustituye al logo de cabecera) */
.ashmor-deco-asm {
  position: absolute;
  z-index: 0;
  line-height: 0;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  opacity: 0.065;
}

@media (min-width: 768px) {
  .ashmor-deco-asm {
    opacity: 0.085;
  }
}

.ashmor-deco-asm--soft {
  opacity: 0.045;
}

@media (min-width: 768px) {
  .ashmor-deco-asm--soft {
    opacity: 0.06;
  }
}

.ashmor-deco-asm__img {
  display: block;
  width: 100%;
  height: auto;
}

/* Esquina inferior derecha (héroes) */
.ashmor-deco-asm--br {
  right: max(-2rem, -4vw);
  bottom: -1rem;
  width: clamp(11rem, 52vw, 28rem);
  transform: rotate(-7deg);
}

/* Esquina superior derecha */
.ashmor-deco-asm--tr {
  right: max(-1.5rem, -3vw);
  top: 18%;
  width: clamp(10rem, 40vw, 22rem);
  transform: rotate(8deg);
}

/* Banda de sección (centro-inferior) */
.ashmor-deco-asm--band {
  left: 50%;
  bottom: -0.5rem;
  width: clamp(13rem, 56vw, 30rem);
  transform: translateX(-48%) rotate(-4deg);
  opacity: 0.05;
}

@media (min-width: 768px) {
  .ashmor-deco-asm--band {
    opacity: 0.065;
  }
}

/* Centro suave detrás de bloques (contacto / cursos) */
.ashmor-deco-asm--center {
  left: 50%;
  top: 42%;
  width: clamp(14rem, 62vw, 34rem);
  transform: translate(-50%, -50%) rotate(-6deg);
  opacity: 0.04;
}

@media (min-width: 768px) {
  .ashmor-deco-asm--center {
    opacity: 0.06;
  }
}

body.ashmor-site {
  background-color: var(--ashmor-cream);
  color: var(--ashmor-text);
}

/* Pie de página — bloque oliva profundo, lectura suave */
/* Marca: sello ASM (PNG) en cabecera y pie */
.site-logo-mark {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
  border-radius: 9999px;
}

@media (min-width: 1024px) {
  .site-logo-mark {
    width: 2.375rem;
    height: 2.375rem;
  }
}

.site-logo-mark--footer {
  width: 2.75rem;
  height: 2.75rem;
}

.site-logo-mark--header {
  width: 2rem;
  height: 2rem;
  margin: 0 auto 0.375rem;
  display: block;
  flex-shrink: 0;
}

.ashmor-lux-header--mobile .ashmor-lux-header__brand-wrap {
  position: relative;
  z-index: 3;
  min-width: 0;
}

.ashmor-lux-header--mobile .ashmor-lux-header__brand-link {
  position: relative;
  z-index: 1;
  isolation: isolate;
}

.ashmor-lux-header--mobile .ashmor-lux-header__title {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.ashmor-lux-header--mobile.header-scrolled .site-logo-mark--header {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.125rem;
}

@media (max-width: 389px) {
  .ashmor-lux-header--mobile .ashmor-lux-header__title {
    font-size: 1.0625rem;
    letter-spacing: 0.12em;
  }

  .ashmor-lux-header--mobile .ashmor-lux-header__subtitle {
    font-size: 0.4375rem;
    letter-spacing: 0.28em;
  }
}

.ashmor-footer {
  background: linear-gradient(165deg, #3a4540 0%, #2c322e 48%, #252b28 100%);
}

.ashmor-footer a {
  color: rgb(212 208 198);
}

.ashmor-footer a:hover {
  color: var(--ashmor-cream);
}

.ashmor-card-dark {
  background: linear-gradient(160deg, #353d37 0%, #2a302c 100%);
  border-color: rgba(92, 107, 87, 0.45) !important;
  color: rgb(232 228 220);
}

/* --------------------------------------------------------------------------
   Tarjetas — borde fino, sin sombras pesadas, hover silencioso
   -------------------------------------------------------------------------- */
.card-premium {
  transition:
    background-color 1s cubic-bezier(0.33, 1, 0.68, 1),
    border-color 1s cubic-bezier(0.33, 1, 0.68, 1),
    transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  box-shadow: none;
}

@media (hover: hover) and (pointer: fine) {
  .card-premium:hover:not(.card-premium--dark) {
    background-color: var(--ashmor-cream-deep);
    border-color: var(--ashmor-border);
  }
}

.card-premium.card-premium--dark:hover {
  background-color: #3a4240;
  border-color: rgba(92, 107, 87, 0.55);
}

/**
 * Lift + sombra neutra al hover (tarjetas de servicio / curso / tratamiento).
 * El zoom de la imagen se controla con utilidades Tailwind en el <img> (group-hover:scale-105…).
 */
.card-premium--lift {
  transition:
    background-color 0.5s cubic-bezier(0.33, 1, 0.68, 1),
    border-color 0.5s cubic-bezier(0.33, 1, 0.68, 1),
    transform 0.5s cubic-bezier(0.33, 1, 0.68, 1),
    box-shadow 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

@media (hover: hover) and (pointer: fine) {
  .card-premium--lift:hover:not(.card-premium--dark) {
    transform: translateY(-0.375rem);
    box-shadow: 0 24px 52px -18px rgba(100, 100, 100, 0.13);
  }

  .card-premium--lift.card-premium--dark:hover {
    transform: translateY(-0.375rem);
    box-shadow: 0 24px 50px -14px rgba(0, 0, 0, 0.26);
  }
}

/* Cabecera de imagen en tarjeta (recorte absoluto; zoom en hover vía Tailwind en el <img>) */
.card-premium__media {
  position: relative;
  overflow: hidden;
  background-color: var(--ashmor-cream-deep);
}

.card-premium__media-img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/**
 * Rejillas de catálogo — 2 columnas en móvil, huecos compactos; tokens únicos para retocar todo el sitio.
 */
.grid-card-catalog {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  align-items: stretch;
}

@media (min-width: 640px) {
  .grid-card-catalog {
    gap: 1rem;
  }
}

@media (min-width: 768px) {
  .grid-card-catalog {
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .grid-card-catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  /** Una sola fila de cuatro tarjetas (p. ej. resumen en inicio). */
  .grid-card-catalog.grid-card-catalog--quad {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* --------------------------------------------------------------------------
   Inicio — "Tratamientos en el centro Ashmor" (4 tarjetas): microinteracciones premium
   -------------------------------------------------------------------------- */
.home-clinic-service-grid .card-premium--tile > .card-premium__media {
  overflow: hidden;
  border-radius: 0.75rem 0.75rem 0 0;
}

@media (min-width: 640px) {
  .home-clinic-service-grid .card-premium--tile > .card-premium__media {
    border-radius: 1rem 1rem 0 0;
  }
}

.home-clinic-service-grid .card-premium--tile.card-premium--lift {
  transition:
    transform 0.4s ease-in-out,
    box-shadow 0.4s ease-in-out,
    border-color 0.4s ease-in-out,
    background-color 0.4s ease-in-out;
}

.home-clinic-service-grid .card-premium--tile .home-clinic-tile__img {
  transform: scale(1);
  transition: transform 0.55s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform;
}

.home-clinic-service-grid .card-premium__body--tile a.btn-primary {
  transition:
    background-color 0.4s ease-in-out,
    color 0.4s ease-in-out,
    border-color 0.4s ease-in-out,
    box-shadow 0.4s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .home-clinic-service-grid .card-premium--tile.card-premium--lift:hover:not(.card-premium--dark),
  .home-clinic-service-grid .card-premium--tile.card-premium--lift:focus-within:not(.card-premium--dark) {
    transform: translateY(-4px);
    box-shadow:
      0 28px 56px -22px rgba(44, 42, 41, 0.12),
      0 14px 28px -14px rgba(74, 93, 78, 0.09);
  }

  .home-clinic-service-grid .card-premium--tile:hover .home-clinic-tile__img,
  .home-clinic-service-grid .card-premium--tile:focus-within .home-clinic-tile__img {
    transform: scale(1.06);
  }

  /**
   * CTA dentro del bloque: transición oliva → beige (#f5f5dc) al hover en tarjeta o en el botón.
   * Mantiene armonía con texto oscuro de marca.
   */
  .home-clinic-service-grid .card-premium--tile:hover .card-premium__body--tile a.btn-primary,
  .home-clinic-service-grid .card-premium--tile:focus-within .card-premium__body--tile a.btn-primary,
  .home-clinic-service-grid .card-premium__body--tile a.btn-primary:hover {
    background-color: #f5f5dc !important;
    border-color: var(--ashmor-olive) !important;
    color: var(--ashmor-text) !important;
    box-shadow: 0 2px 12px -2px rgba(74, 93, 78, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-clinic-service-grid .card-premium--tile.card-premium--lift {
    transition: border-color 0.2s ease, background-color 0.2s ease;
  }

  .home-clinic-service-grid .card-premium--tile.card-premium--lift:hover,
  .home-clinic-service-grid .card-premium--tile.card-premium--lift:focus-within {
    transform: none !important;
    box-shadow: none !important;
  }

  .home-clinic-service-grid .card-premium--tile .home-clinic-tile__img {
    transition: none;
  }

  .home-clinic-service-grid .card-premium--tile:hover .home-clinic-tile__img,
  .home-clinic-service-grid .card-premium--tile:focus-within .home-clinic-tile__img {
    transform: none !important;
  }
}

/** Dos columnas en todos los anchos (facial / corporal / bloque academia en home). */
.grid-card-catalog--dual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .grid-card-catalog--dual {
    gap: 1rem;
  }
}

@media (min-width: 768px) {
  .grid-card-catalog--dual {
    gap: 1.25rem;
  }
}

/**
 * Tarjeta tipo “mosaico” (labios / índice / bloques de servicio): borde redondeado progresivo + imagen baja en móvil.
 */
.card-premium--tile {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid var(--ashmor-border);
  background-color: #fff;
  padding: 0;
}

@media (min-width: 640px) {
  .card-premium--tile {
    border-radius: 1rem;
  }
}

.card-premium--tile-muted {
  background-color: var(--ashmor-cream-deep);
}

.card-premium--tile > .card-premium__media {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 2 / 1;
}

@media (min-width: 640px) {
  .card-premium--tile > .card-premium__media {
    aspect-ratio: 16 / 10;
  }
}

@media (min-width: 1024px) {
  .card-premium--tile > .card-premium__media {
    aspect-ratio: 2 / 1;
  }
}

/* El cuerpo crece para igualar altura de fila en rejilla; el CTA queda abajo vía margin-top: auto */
.card-premium--tile > .card-premium__body--tile {
  flex: 1 1 auto;
}

/* Clic en toda la tarjeta: enlaza al destino principal; botones siguen por encima */
.card-premium__tile-hit {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.card-premium__tile-hit:focus-visible {
  outline: 2px solid var(--ashmor-olive-mid);
  outline-offset: -4px;
}

.card-premium--tile:has(.card-premium__tile-hit) {
  cursor: pointer;
}

.card-premium--tile:has(.card-premium__tile-hit) .card-premium__body--tile a.btn-primary,
.card-premium--tile:has(.card-premium__tile-hit) .card-premium__body--tile a.btn-secondary {
  position: relative;
  z-index: 2;
}

.card-premium__body--tile .tile-cta-group .tile-cta-link:not(a) {
  cursor: inherit;
}

/**
 * Cuerpo centrado, tipografía compacta en móvil (títulos / lista / CTA escalan en sm+).
 */
.card-premium__body--tile {
  display: flex;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.75rem;
}

@media (min-width: 640px) {
  .card-premium__body--tile {
    padding: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .card-premium__body--tile {
    padding: 2rem;
  }
}

.card-premium__body--tile h3 {
  margin: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: -0.025em;
  color: var(--ashmor-text);
}

@media (min-width: 640px) {
  .card-premium__body--tile h3 {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}

@media (min-width: 768px) {
  .card-premium__body--tile h3 {
    font-size: 1.5rem;
  }
}

.card-premium__body--tile .tile-icon {
  margin-bottom: 0.75rem;
}

@media (min-width: 640px) {
  .card-premium__body--tile .tile-icon {
    margin-bottom: 1rem;
  }
}

.card-premium__body--tile .tile-badges {
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .card-premium__body--tile .tile-badges {
    margin-bottom: 0.75rem;
  }
}

.card-premium__body--tile .tile-badges + h3 {
  margin-top: 0.35rem;
}

@media (min-width: 640px) {
  .card-premium__body--tile .tile-badges + h3 {
    margin-top: 0.5rem;
  }
}

.card-premium__body--tile p {
  margin: 0.5rem 0 0;
  font-size: 0.6875rem;
  line-height: 1.625;
  color: #5c5654;
}

@media (min-width: 640px) {
  .card-premium__body--tile p {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
}

.card-premium__body--tile ul {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.625rem;
  line-height: 1.375;
  color: #5c5654;
}

@media (min-width: 640px) {
  .card-premium__body--tile ul {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.card-premium__body--tile ul > li + li {
  margin-top: 0.125rem;
}

@media (min-width: 640px) {
  .card-premium__body--tile ul > li + li {
    margin-top: 0.25rem;
  }
}

/** Separación mínima entre el bloque de contenido y el CTA (el CTA usa margin-top: auto para anclarse abajo). */
.card-premium__body--tile > :nth-last-child(2) {
  margin-bottom: 0.75rem;
}

@media (min-width: 640px) {
  .card-premium__body--tile > :nth-last-child(2) {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 639px) {
  .card-premium__body--tile a.btn-primary,
  .card-premium__body--tile a.btn-secondary {
    padding: 0.5rem 0.75rem;
    font-size: 0.6875rem;
  }
}

.card-premium__body--tile a.btn-primary,
.card-premium__body--tile a.btn-secondary {
  margin-top: auto;
}

/* Grupo reserva + enlace a ficha (tarjetas catálogo) */
.card-premium__body--tile .tile-cta-group {
  margin-top: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.25rem;
}

.card-premium__body--tile .tile-cta-group a.btn-primary,
.card-premium__body--tile .tile-cta-group a.btn-secondary {
  margin-top: 0;
}

.card-premium__body--tile .tile-cta-group .tile-cta-link {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--ashmor-olive-mid);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(92, 107, 87, 0.35);
  transition: color 0.2s ease;
}

@media (min-width: 640px) {
  .card-premium__body--tile .tile-cta-group .tile-cta-link {
    font-size: 0.875rem;
  }
}

.card-premium__body--tile .tile-cta-group .tile-cta-link:hover {
  color: var(--ashmor-olive);
}

@media (hover: hover) and (pointer: fine) {
  .card-premium--tile:has(.card-premium__tile-hit):hover .tile-cta-group .tile-cta-link:not(a) {
    color: var(--ashmor-olive);
  }
}

/**
 * Banda superior (catálogo cursos): ratio más bajo = tarjeta menos alta; grid 2 cols desde móvil.
 */
.card-premium__media--band {
  aspect-ratio: 12 / 5;
}

@media (min-width: 640px) {
  .card-premium__media--band {
    aspect-ratio: 5 / 2;
  }
}

@media (min-width: 1024px) {
  .card-premium__media--band {
    aspect-ratio: 21 / 9;
  }
}

@media (max-width: 639px) {
  .course-catalog-grid .card-premium--course-body {
    padding: 0.875rem;
    gap: 0.875rem;
  }
}

/* Catálogo cursos — CTAs: apilados en móvil (2 cols); en fila desde lg */
.course-catalog-grid .course-cta-row {
  width: 100%;
}

@media (max-width: 1023px) {
  .course-catalog-grid .course-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .course-catalog-grid .course-cta-row .btn-primary,
  .course-catalog-grid .course-cta-row .btn-secondary {
    width: 100%;
    max-width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.6875rem;
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {
  .course-catalog-grid .course-cta-row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
  }

  .course-catalog-grid .course-cta-row .btn-primary,
  .course-catalog-grid .course-cta-row .btn-secondary {
    width: auto;
    flex: 0 1 auto;
    white-space: nowrap;
  }
}

/* Clic en tarjeta de curso → ficha; botones CTA siguen por encima */
.course-catalog-grid .card-premium:has(.card-premium__tile-hit) {
  position: relative;
  cursor: pointer;
}

.course-catalog-grid .card-premium:has(.card-premium__tile-hit) .course-cta-row a {
  position: relative;
  z-index: 2;
}

/* Catálogo cursos — móvil (<768px): tarjetas alargadas horizontales */
@media (max-width: 767px) {
  .course-catalog-grid {
    gap: 0.625rem;
  }

  .course-catalog-grid > article.card-premium {
    display: flex;
    flex-direction: row !important;
    align-items: stretch;
    min-height: 0;
    height: auto;
    overflow: hidden;
  }

  .course-catalog-grid .card-premium__media--band {
    flex: 0 0 5.25rem;
    width: 5.25rem;
    min-width: 5.25rem;
    max-width: 5.25rem;
    aspect-ratio: 1;
    align-self: stretch;
  }

  .course-catalog-grid .card-premium__media-img {
    border-radius: 0;
  }

  .course-catalog-grid .card-premium--course-body {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    flex-direction: column !important;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.625rem 0.75rem !important;
    overflow: visible;
  }

  .course-catalog-grid .card-premium--course-body > div:first-child {
    min-width: 0;
  }

  .course-catalog-grid .card-premium--course-body > div:first-child > .flex.flex-wrap {
    margin: 0;
    gap: 0;
  }

  .course-catalog-grid .card-premium--course-body > div:first-child > .flex.flex-wrap > span:first-child {
    display: none;
  }

  .course-catalog-grid .card-premium--course-body > div:first-child > .flex.flex-wrap > span:last-child {
    display: inline-flex;
    padding: 0.125rem 0.5rem;
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ashmor-olive);
    background: rgba(74, 93, 78, 0.08);
    border: 1px solid rgba(74, 93, 78, 0.18);
    border-radius: 9999px;
  }

  .course-catalog-grid .card-premium--course-body p,
  .course-catalog-grid .card-premium--course-body ul {
    display: none !important;
  }

  .course-catalog-grid .card-premium--course-body h2 {
    margin-top: 0.25rem;
    font-size: clamp(0.8125rem, 3.6vw, 0.9375rem);
    line-height: 1.3;
    letter-spacing: -0.01em;
  }

  .course-catalog-grid .course-cta-row {
    flex-direction: row !important;
    align-items: center;
    margin-top: 0.25rem;
    gap: 0;
  }

  .course-catalog-grid .course-cta-row .btn-secondary {
    display: none !important;
  }

  .course-catalog-grid .course-cta-row .btn-primary {
    width: auto;
    max-width: 100%;
    padding: 0.3125rem 0.625rem;
    font-size: 0.625rem;
    line-height: 1.2;
    white-space: nowrap;
  }

  .course-catalog-grid .card-premium:has(.card-premium__tile-hit) .card-premium--course-body,
  .course-catalog-grid .card-premium:has(.card-premium__tile-hit) .course-cta-row {
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .course-catalog-grid .card-premium--course-body {
    min-height: auto;
    overflow: visible;
  }

  .course-catalog-grid .card-premium--course-body h2 {
    font-size: clamp(1rem, 2.4vw, 1.375rem);
    line-height: 1.25;
  }

  .course-catalog-grid .course-cta-row {
    flex-shrink: 0;
  }
}

.course-catalog-grid > .card-premium {
  height: auto;
}

@media (min-width: 1024px) {
  .course-catalog-grid > article.card-premium {
    height: auto;
  }

  .course-catalog-grid .card-premium--course-body {
    flex-direction: column;
  }
}

.course-catalog-grid .card-premium--course-body h2 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

.course-catalog-grid .course-cta-row {
  flex-shrink: 0;
  margin-top: auto;
}

/**
 * Marco premium (paneles, citas, widgets sin imagen): mismo radio y borde que las tarjetas mosaico.
 */
.card-premium--frame {
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid var(--ashmor-border);
}

@media (min-width: 640px) {
  .card-premium--frame {
    border-radius: 1rem;
  }
}

/** Beneficios en fondo oscuro: 2×2 en móvil, 4 columnas en lg (mismos huecos que catálogo). */
.card-premium.card-premium--dark {
  border-radius: 0.75rem;
}

@media (min-width: 640px) {
  .card-premium.card-premium--dark {
    border-radius: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .card-premium {
    transition: border-color 0.2s ease, background-color 0.2s ease;
  }
  @media (hover: hover) and (pointer: fine) {
    .card-premium:hover {
      transform: none;
    }
  }

  .card-premium--lift,
  .card-premium--lift:hover {
    transition-duration: 0.2s;
    transform: none !important;
    box-shadow: none !important;
  }

  .group:hover .card-premium__media-img {
    transform: none !important;
  }
}

/* --------------------------------------------------------------------------
   Botones — transiciones + brillo neutro al hover
   -------------------------------------------------------------------------- */
.btn-primary {
  position: relative;
  overflow: hidden;
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.22) 50%,
    transparent 60%
  );
  transform: translateX(-120%);
  transition: transform 0.55s ease;
  pointer-events: none;
}

.btn-primary:hover::after {
  transform: translateX(120%);
}

.btn-secondary {
  position: relative;
  overflow: hidden;
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.btn-secondary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(0, 0, 0, 0.06) 50%,
    transparent 60%
  );
  transform: translateX(-120%);
  transition: transform 0.55s ease;
  pointer-events: none;
}

.btn-secondary:hover::after {
  transform: translateX(120%);
}

/* Ashmor — colores de botón coherentes con la marca (pisan utilidades Tailwind) */
a.btn-primary,
button.btn-primary,
.btn-primary {
  background-color: var(--ashmor-olive) !important;
  border-color: var(--ashmor-olive) !important;
  color: var(--ashmor-cream) !important;
}

a.btn-primary:hover,
button.btn-primary:hover,
.btn-primary:hover {
  background-color: var(--ashmor-cream-deep) !important;
  border-color: var(--ashmor-olive) !important;
  color: var(--ashmor-olive) !important;
}

a.btn-secondary,
button.btn-secondary,
.btn-secondary {
  background-color: rgba(255, 255, 255, 0.65) !important;
  border-color: var(--ashmor-olive) !important;
  color: var(--ashmor-olive) !important;
}

a.btn-secondary:hover,
button.btn-secondary:hover,
.btn-secondary:hover {
  background-color: var(--ashmor-olive) !important;
  border-color: var(--ashmor-olive) !important;
  color: var(--ashmor-cream) !important;
}

/* Botón secundario sobre fondo oscuro (bloque WhatsApp) */
.ashmor-card-dark .btn-secondary {
  background-color: transparent !important;
  border-color: rgba(250, 248, 245, 0.38) !important;
  color: var(--ashmor-cream) !important;
}

.ashmor-card-dark .btn-secondary:hover {
  background-color: rgba(250, 248, 245, 0.1) !important;
  border-color: var(--ashmor-cream) !important;
  color: var(--ashmor-cream) !important;
}

@media (prefers-reduced-motion: reduce) {
  .btn-primary::after,
  .btn-secondary::after {
    display: none;
  }
}

/* --------------------------------------------------------------------------
   Scroll reveal — fade-in-up (Intersection Observer + CSS transitions)
   -------------------------------------------------------------------------- */
.fade-in-up {
  opacity: 0;
  transform: translateY(var(--ashmor-reveal-shift));
  transition:
    opacity var(--ashmor-reveal-duration) var(--ashmor-reveal-ease),
    transform var(--ashmor-reveal-duration) var(--ashmor-reveal-ease);
  will-change: opacity, transform;
}

.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Móvil: sin animación de entrada (contenido visible al instante; layout ya reservado) */
@media (max-width: 767px) {
  .fade-in-up,
  .fade-in-up.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

/* Drawer hamburguesa — misma animación en móvil y tablet (< escritorio) */
@media (max-width: 79.9875rem) {
  :root {
    --ashmor-mobile-menu-duration: 0.28s;
    --ashmor-mobile-menu-duration-open: 0.28s;
    --ashmor-mobile-menu-duration-close: 0.22s;
  }

  .mobile-menu-panel__brand,
  .mobile-menu-panel__eyebrow {
    transform: none;
    transition: opacity 0.2s var(--ashmor-mobile-menu-ease);
  }

  .mobile-menu-panel.is-open .mobile-menu-panel__brand {
    transition-delay: 0.03s;
  }

  .mobile-menu-panel.is-open .mobile-menu-panel__eyebrow {
    transition-delay: 0.05s;
  }

  .mobile-menu-panel__nav > ul > li > a.mobile-link:not(.btn-primary) {
    transform: none;
    transition:
      opacity 0.2s var(--ashmor-mobile-menu-ease),
      color 0.2s ease;
  }

  .mobile-menu-panel.is-open .mobile-menu-panel__nav > ul > li:nth-child(1) > a.mobile-link:not(.btn-primary) {
    transition-delay: 0.06s;
  }

  .mobile-menu-panel.is-open .mobile-menu-panel__nav > ul > li:nth-child(2) > a.mobile-link:not(.btn-primary) {
    transition-delay: 0.08s;
  }

  .mobile-menu-panel.is-open .mobile-menu-panel__nav > ul > li:nth-child(3) > a.mobile-link:not(.btn-primary) {
    transition-delay: 0.1s;
  }

  .mobile-menu-panel.is-open .mobile-menu-panel__nav > ul > li:nth-child(4) > a.mobile-link:not(.btn-primary) {
    transition-delay: 0.12s;
  }

  .mobile-menu-panel.is-open .mobile-menu-panel__nav > ul > li:nth-child(5) > a.mobile-link:not(.btn-primary) {
    transition-delay: 0.14s;
  }

  .mobile-menu-panel.is-open .mobile-menu-panel__nav > ul > li:nth-child(6) > a.mobile-link:not(.btn-primary) {
    transition-delay: 0.16s;
  }

  .mobile-menu-panel__cta.mobile-link.btn-primary,
  .mobile-menu-panel__nav > a.mobile-link.btn-primary {
    transform: none;
    transition:
      opacity 0.2s var(--ashmor-mobile-menu-ease),
      background-color 0.2s ease,
      border-color 0.2s ease;
  }

  .mobile-menu-panel.is-open .mobile-menu-panel__cta.mobile-link.btn-primary,
  .mobile-menu-panel.is-open .mobile-menu-panel__nav > a.mobile-link.btn-primary {
    transform: none;
    transition-delay: 0.18s;
  }

  .mobile-menu-panel.is-open .mobile-menu-panel__nav > ul > li > a.mobile-link:not(.btn-primary):focus-visible,
  .mobile-menu-panel.is-open .mobile-menu-panel__nav > ul > li > a.mobile-link--active:not(.btn-primary),
  .mobile-menu-panel.is-open .mobile-menu-panel__nav > ul > li > a.mobile-link.active:not(.btn-primary) {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fade-in-up {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }

  .fade-in-up.is-visible {
    opacity: 1;
    transform: none;
  }
}

/* Ítem activo en menú móvil (detalle permanente definido en el drawer lateral) */
.mobile-link--active:not(.btn-primary),
.mobile-link.active:not(.btn-primary) {
  color: var(--ashmor-author-brown);
  font-weight: 600;
  background-color: transparent;
  box-shadow: none;
}

.mobile-link--active:not(.btn-primary).mobile-link:active,
.mobile-link.active:not(.btn-primary).mobile-link:active {
  opacity: 0.88;
}

/* --------------------------------------------------------------------------
   WhatsApp flotante — tono neutro / oscuro
   -------------------------------------------------------------------------- */
.wa-float {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 9999px;
  background: var(--ashmor-olive);
  color: var(--ashmor-cream);
  border: 1px solid var(--ashmor-olive-mid);
  box-shadow:
    0 10px 25px -5px rgba(0, 0, 0, 0.2),
    0 4px 10px -4px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease;
  animation: wa-float-pulse 2.8s ease-in-out infinite;
}

.wa-float:hover {
  transform: scale(1.06);
  background: var(--ashmor-olive-mid);
  box-shadow:
    0 14px 28px -6px rgba(0, 0, 0, 0.22),
    0 6px 14px -4px rgba(0, 0, 0, 0.14);
  animation: none;
}

.wa-float:focus-visible {
  outline: 2px solid var(--ashmor-olive-mid);
  outline-offset: 3px;
}

@keyframes wa-float-pulse {
  0%,
  100% {
    box-shadow:
      0 10px 25px -5px rgba(0, 0, 0, 0.2),
      0 4px 10px -4px rgba(0, 0, 0, 0.12),
      0 0 0 0 rgba(74, 93, 78, 0.35);
  }
  50% {
    box-shadow:
      0 12px 28px -6px rgba(0, 0, 0, 0.22),
      0 6px 14px -4px rgba(0, 0, 0, 0.14),
      0 0 0 10px rgba(74, 93, 78, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wa-float {
    animation: none;
  }
}

.text-balance {
  text-wrap: balance;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */
.faq-accordion .faq-item {
  border-radius: 0.75rem;
  border: 1px solid var(--ashmor-border);
  background: #fff;
  box-shadow: none;
  transition:
    border-color 0.45s ease,
    background-color 0.45s ease;
}

@media (min-width: 640px) {
  .faq-accordion .faq-item {
    border-radius: 1rem;
  }
}

.faq-accordion .faq-item:hover {
  border-color: var(--ashmor-olive-mid);
  background-color: var(--ashmor-cream-deep);
}

.faq-accordion .faq-item.is-open {
  border-color: var(--ashmor-olive);
  background-color: #fff;
}

.faq-item__trigger {
  display: flex;
  width: 100%;
  min-height: 3rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  -webkit-tap-highlight-color: transparent;
  text-align: left;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  color: var(--ashmor-text);
  background: transparent;
  cursor: pointer;
  border: none;
  border-radius: 0.75rem;
  transition: color 0.25s ease;
}

@media (min-width: 640px) {
  .faq-item__trigger {
    min-height: 3.25rem;
    padding: 1.125rem 1.25rem;
    font-size: 1.1875rem;
    border-radius: 1rem;
  }
}

.faq-item__trigger:hover {
  color: var(--ashmor-olive);
}

.faq-item__trigger:focus-visible {
  outline: 2px solid var(--ashmor-olive-mid);
  outline-offset: 2px;
}

.faq-item__icon {
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.33, 1, 0.68, 1);
  color: var(--ashmor-olive-mid);
}

.faq-item.is-open .faq-item__icon {
  transform: rotate(180deg);
}

.faq-item__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.faq-item.is-open .faq-item__panel {
  grid-template-rows: 1fr;
}

.faq-item__panel-inner {
  overflow: hidden;
  min-height: 0;
}

.faq-item__answer {
  padding: 0 1.25rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #5c5654;
}

@media (prefers-reduced-motion: reduce) {
  .faq-item__panel {
    transition: none;
  }
  .faq-item__icon {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   Menú móvil — drawer lateral derecho premium
   -------------------------------------------------------------------------- */
body.mobile-nav-open {
  overflow: hidden;
  touch-action: none;
}

.mobile-menu-panel {
  position: fixed;
  inset: 0;
  z-index: 10050;
  pointer-events: none;
}

.mobile-menu-panel.is-open {
  pointer-events: auto;
}

.mobile-menu-panel__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgba(28, 28, 28, 0.38);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition:
    opacity var(--ashmor-mobile-menu-duration-close) var(--ashmor-mobile-menu-ease-in),
    -webkit-backdrop-filter var(--ashmor-mobile-menu-duration-close) ease,
    backdrop-filter var(--ashmor-mobile-menu-duration-close) ease;
}

.mobile-menu-panel.is-open .mobile-menu-panel__backdrop {
  opacity: 1;
  transition:
    opacity var(--ashmor-mobile-menu-duration-open) var(--ashmor-mobile-menu-ease),
    -webkit-backdrop-filter var(--ashmor-mobile-menu-duration-open) ease,
    backdrop-filter var(--ashmor-mobile-menu-duration-open) ease;
}

.mobile-menu-panel__sheet {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
  background-color: var(--ashmor-mobile-panel-bg);
  border-left: 1px solid rgba(229, 224, 216, 0.85);
  box-shadow: -16px 0 48px -12px rgba(28, 28, 28, 0.16);
  transform: translateX(100%);
  transition: transform var(--ashmor-mobile-menu-duration) var(--ashmor-mobile-menu-ease);
  will-change: transform;
}

.mobile-menu-panel__deco {
  right: -2.75rem;
  bottom: 8%;
  width: clamp(11rem, 62vw, 17rem);
  transform: rotate(-7deg);
  opacity: 0.08;
}

.mobile-menu-panel__deco.ashmor-deco-asm--soft {
  opacity: 0.06;
}

.mobile-menu-panel.is-open .mobile-menu-panel__sheet {
  transform: translateX(0);
}

.mobile-menu-panel__close {
  position: absolute;
  top: max(0.75rem, env(safe-area-inset-top, 0px));
  right: max(1rem, env(safe-area-inset-right, 0px));
  left: auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 9999px;
  background: transparent;
  color: var(--ashmor-text);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  transform: rotate(-45deg) scale(0.88);
  transition:
    opacity 0.28s var(--ashmor-mobile-menu-ease) 0.12s,
    transform 0.35s var(--ashmor-mobile-menu-ease) 0.12s,
    background-color 0.25s ease,
    color 0.25s ease;
}

.mobile-menu-panel.is-open .mobile-menu-panel__close {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

@media (hover: hover) and (pointer: fine) {
  .mobile-menu-panel__close:hover {
    background-color: rgba(74, 62, 61, 0.06);
    color: var(--ashmor-olive);
    transform: rotate(90deg) scale(1);
    opacity: 0.82;
  }
}

.mobile-menu-panel__close:active {
  opacity: 0.72;
  transform: rotate(90deg) scale(0.94);
}

.mobile-menu-panel__close:focus-visible {
  outline: 2px solid var(--ashmor-olive-mid);
  outline-offset: 2px;
}

.mobile-menu-panel__nav {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding:
    calc(4.5rem + env(safe-area-inset-top, 0px))
    clamp(1.5rem, 5vw, 2.25rem)
    max(2rem, env(safe-area-inset-bottom, 0px))
    clamp(1.5rem, 5vw, 2.25rem);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu-panel__brand {
  margin: 0 0 1.25rem;
  padding: 0 0.5rem 1.25rem;
  border-bottom: 1px solid rgba(229, 224, 216, 0.95);
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.34s var(--ashmor-mobile-menu-ease),
    transform 0.36s var(--ashmor-mobile-menu-ease);
}

.mobile-menu-panel.is-open .mobile-menu-panel__brand {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.mobile-menu-panel:not(.is-open) .mobile-menu-panel__brand {
  transition-delay: 0s;
}

.mobile-menu-panel__brand-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.mobile-menu-panel__brand-link:focus-visible {
  outline: 2px solid var(--ashmor-olive-mid);
  outline-offset: 4px;
}

.mobile-menu-panel__logo {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.7rem;
}

.mobile-menu-panel__brand-title {
  font-family: var(--ashmor-font-display, "Playfair Display", Georgia, serif);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--ashmor-text);
}

.mobile-menu-panel__brand-tagline {
  margin-top: 0.4rem;
  font-family: var(--ashmor-font-sans, "DM Sans", system-ui, sans-serif);
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  line-height: 1.35;
  text-transform: uppercase;
  color: #555555;
}

.mobile-menu-panel__eyebrow {
  margin: 0 0 1.25rem;
  padding: 0 0.125rem;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ashmor-olive-mid);
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.32s var(--ashmor-mobile-menu-ease),
    transform 0.32s var(--ashmor-mobile-menu-ease);
}

.mobile-menu-panel.is-open .mobile-menu-panel__eyebrow {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.16s;
}

.mobile-menu-panel:not(.is-open) .mobile-menu-panel__eyebrow {
  transition-delay: 0s;
}

.mobile-menu-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.mobile-menu-panel__nav > ul:not(.mobile-menu-panel__list) {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.mobile-menu-panel__list > li,
.mobile-menu-panel__nav > ul:not(.mobile-menu-panel__list) > li {
  border-bottom: none;
}

.mobile-menu-panel__nav > ul > li > a.mobile-link:not(.btn-primary) {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 1rem 0.125rem 1.05rem;
  border: none;
  border-radius: 0;
  font-size: clamp(1.0625rem, 2.8vw, 1.1875rem);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.35;
  color: var(--ashmor-text);
  text-decoration: none;
  background: transparent;
  opacity: 0;
  transform: translateX(10px);
  transition:
    opacity 0.3s var(--ashmor-mobile-menu-ease),
    transform 0.35s var(--ashmor-mobile-menu-ease),
    color 0.3s ease;
}

.mobile-menu-panel__nav > ul > li > a.mobile-link:not(.btn-primary)::after {
  content: "";
  position: absolute;
  left: 0.125rem;
  right: 0.125rem;
  bottom: 0.65rem;
  height: 1px;
  background-color: var(--ashmor-olive);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}

.mobile-menu-panel.is-open .mobile-menu-panel__nav > ul > li > a.mobile-link:not(.btn-primary) {
  opacity: 1;
  transform: translateX(0);
}

.mobile-menu-panel.is-open .mobile-menu-panel__nav > ul > li:nth-child(1) > a.mobile-link:not(.btn-primary) {
  transition-delay: 0.14s;
}

.mobile-menu-panel.is-open .mobile-menu-panel__nav > ul > li:nth-child(2) > a.mobile-link:not(.btn-primary) {
  transition-delay: 0.18s;
}

.mobile-menu-panel.is-open .mobile-menu-panel__nav > ul > li:nth-child(3) > a.mobile-link:not(.btn-primary) {
  transition-delay: 0.22s;
}

.mobile-menu-panel.is-open .mobile-menu-panel__nav > ul > li:nth-child(4) > a.mobile-link:not(.btn-primary) {
  transition-delay: 0.26s;
}

.mobile-menu-panel.is-open .mobile-menu-panel__nav > ul > li:nth-child(5) > a.mobile-link:not(.btn-primary) {
  transition-delay: 0.3s;
}

.mobile-menu-panel.is-open .mobile-menu-panel__nav > ul > li:nth-child(6) > a.mobile-link:not(.btn-primary) {
  transition-delay: 0.34s;
}

.mobile-menu-panel:not(.is-open) .mobile-menu-panel__nav > ul > li > a.mobile-link:not(.btn-primary) {
  transition-delay: 0s;
  transition-duration: 0.24s;
  transition-timing-function: var(--ashmor-mobile-menu-ease-in);
}

@media (hover: hover) and (pointer: fine) {
  .mobile-menu-panel.is-open .mobile-menu-panel__nav > ul > li > a.mobile-link:not(.btn-primary):hover {
    color: var(--ashmor-author-brown);
    transform: translateX(-4px);
  }

  .mobile-menu-panel.is-open .mobile-menu-panel__nav > ul > li > a.mobile-link:not(.btn-primary):hover::after {
    transform: scaleX(1);
  }
}

.mobile-menu-panel.is-open .mobile-menu-panel__nav > ul > li > a.mobile-link:not(.btn-primary):focus-visible {
  color: var(--ashmor-author-brown);
  transform: translateX(-4px);
  outline: none;
}

.mobile-menu-panel.is-open .mobile-menu-panel__nav > ul > li > a.mobile-link:not(.btn-primary):focus-visible::after {
  transform: scaleX(1);
}

.mobile-menu-panel__nav > ul > li > a.mobile-link--active:not(.btn-primary),
.mobile-menu-panel__nav > ul > li > a.mobile-link.active:not(.btn-primary) {
  color: var(--ashmor-author-brown);
  font-weight: 600;
  background: none;
  border: none;
  box-shadow: none;
  transform: translateX(-4px);
}

.mobile-menu-panel__nav > ul > li > a.mobile-link--active:not(.btn-primary)::after,
.mobile-menu-panel__nav > ul > li > a.mobile-link.active:not(.btn-primary)::after {
  transform: scaleX(1);
}

.mobile-menu-panel__cta.mobile-link.btn-primary,
.mobile-menu-panel__nav > a.mobile-link.btn-primary {
  margin-top: 2.25rem;
  width: 100%;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.34s var(--ashmor-mobile-menu-ease),
    transform 0.36s var(--ashmor-mobile-menu-ease),
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.mobile-menu-panel.is-open .mobile-menu-panel__cta.mobile-link.btn-primary,
.mobile-menu-panel.is-open .mobile-menu-panel__nav > a.mobile-link.btn-primary {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.38s;
}

.mobile-menu-panel:not(.is-open) .mobile-menu-panel__cta.mobile-link.btn-primary,
.mobile-menu-panel:not(.is-open) .mobile-menu-panel__nav > a.mobile-link.btn-primary {
  transition-delay: 0s;
  transition-duration: 0.24s;
  transition-timing-function: var(--ashmor-mobile-menu-ease-in);
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu-panel__backdrop,
  .mobile-menu-panel__sheet,
  .mobile-menu-panel__close,
  .mobile-menu-panel__brand,
  .mobile-menu-panel__eyebrow,
  .mobile-menu-panel__nav > ul > li > a.mobile-link:not(.btn-primary),
  .mobile-menu-panel__nav > ul > li > a.mobile-link:not(.btn-primary)::after,
  .mobile-menu-panel__cta.mobile-link.btn-primary,
  .mobile-menu-panel__nav > a.mobile-link.btn-primary {
    transition-duration: 0.01ms !important;
    transition-delay: 0s !important;
  }

  .mobile-menu-panel__sheet {
    transform: translateX(100%);
  }

  .mobile-menu-panel.is-open .mobile-menu-panel__sheet {
    transform: translateX(0);
  }

  .mobile-menu-panel__nav > ul > li > a.mobile-link:not(.btn-primary) {
    opacity: 1;
    transform: none;
  }

  .mobile-menu-panel__nav > ul > li > a.mobile-link--active:not(.btn-primary),
  .mobile-menu-panel__nav > ul > li > a.mobile-link.active:not(.btn-primary) {
    transform: none;
  }

  .mobile-menu-panel__close {
    opacity: 1;
    transform: none;
  }

  .mobile-menu-panel__eyebrow {
    opacity: 1;
    transform: none;
  }

  .mobile-menu-panel__brand {
    opacity: 1;
    transform: none;
  }

  .mobile-menu-panel__cta.mobile-link.btn-primary,
  .mobile-menu-panel__nav > a.mobile-link.btn-primary {
    opacity: 1;
    transform: none;
  }
}

/* Solo en escritorio (nav horizontal); en tablet el drawer sigue activo */
@media (min-width: 80rem) {
  .mobile-menu-panel,
  .mobile-menu-panel__backdrop,
  .mobile-menu-panel__sheet {
    display: none !important;
  }

  body.mobile-nav-open {
    overflow: visible;
    touch-action: auto;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
  }
}

.menu-toggle-btn {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.menu-toggle-btn:focus-visible {
  outline: 2px solid var(--ashmor-olive-mid);
  outline-offset: 3px;
  border-radius: 2px;
}

@media (hover: hover) and (pointer: fine) {
  .menu-toggle-btn:hover {
    color: var(--ashmor-olive-mid);
  }
}

.menu-toggle-btn.is-open .menu-icon-bars {
  display: none;
}

.menu-toggle-btn.is-open .menu-icon-close {
  display: block;
}

/* --------------------------------------------------------------------------
   Páginas producto (tratamientos / cursos) — editorial lujo
   -------------------------------------------------------------------------- */
body.has-sticky-cta {
  --booking-bar-bottom: max(30px, env(safe-area-inset-bottom, 0px));
}

main.lux-trat-page-main {
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: calc(5.25rem + env(safe-area-inset-bottom, 0px));
}

body.has-sticky-cta .wa-float {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right, 0px));
  bottom: var(--booking-bar-bottom);
  z-index: 998;
}

@media (min-width: 640px) {
  body.has-sticky-cta .wa-float {
    right: max(1.5rem, env(safe-area-inset-right, 0px));
  }
}

/* Volver al catálogo — fijo bajo el header, alineado con la columna del hero */
.lux-hero-product__back {
  margin: 0 0 1.25rem;
  padding: 0;
}

.lux-hero-product__back.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 49;
  margin: 0 !important;
  width: max-content;
  max-width: min(calc(100vw - 2rem), 16rem);
  transition: top 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    left 0.2s ease;
}

.lux-hero-product__back-spacer {
  width: 100%;
  pointer-events: none;
}

.trat-back-float {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 0.375rem;
  max-width: 100%;
  padding: 0.5rem 0.9375rem 0.5rem 0.6875rem;
  border-radius: 9999px;
  border: 1px solid rgba(229, 224, 216, 0.9);
  background: rgba(250, 248, 245, 0.94);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.35),
    0 8px 28px -8px rgba(28, 28, 28, 0.14),
    0 2px 8px -2px rgba(74, 93, 78, 0.1);
  color: #2c2a29;
  text-decoration: none;
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.32s ease,
    border-color 0.32s ease,
    background-color 0.32s ease;
}

.trat-back-float:hover {
  transform: translateY(-1px);
  border-color: rgba(74, 93, 78, 0.35);
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.5),
    0 12px 32px -10px rgba(28, 28, 28, 0.24),
    0 4px 12px -4px rgba(74, 93, 78, 0.16);
}

.trat-back-float:focus-visible {
  outline: 2px solid #e6d5c3;
  outline-offset: 3px;
}

.trat-back-float__arrow {
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1;
  color: #4a5d4e;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.trat-back-float:hover .trat-back-float__arrow {
  transform: translateX(-2px);
}

.trat-back-float__text {
  min-width: 0;
  font-family: var(--ashmor-font-display);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #2c2a29;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trat-back-float__prefix {
  font-weight: 400;
  color: #5c6b57;
}

@media (max-width: 767px) {
  .lux-hero-product__back {
    margin-bottom: 1rem;
  }

  .trat-back-float {
    padding: 0.4375rem 0.75rem 0.4375rem 0.625rem;
  }

  .trat-back-float__prefix {
    display: none;
  }

  .trat-back-float__label {
    font-weight: 600;
  }
}

@media (min-width: 768px) {
  .lux-hero-product__back {
    margin-bottom: 1.5rem;
  }

  .trat-back-float {
    gap: 0.4375rem;
    padding: 0.5625rem 1.125rem 0.5625rem 0.8125rem;
  }

  .trat-back-float__text {
    font-size: 0.875rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lux-hero-product__back.is-fixed {
    transition: none;
  }

  .trat-back-float,
  .trat-back-float__arrow {
    transition: none;
  }

  .trat-back-float:hover,
  .trat-back-float:hover .trat-back-float__arrow {
    transform: none;
  }
}

/* Cápsula flotante precio + reserva — barra editorial “ticket salon” */
.ashmor-booking-capsule {
  position: fixed;
  bottom: var(--booking-bar-bottom, max(30px, env(safe-area-inset-bottom, 0px)));
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  max-width: min(calc(100vw - 2rem), 24rem);
  padding-inline: max(1rem, env(safe-area-inset-left, 0px))
    max(1rem, env(safe-area-inset-right, 0px));
  pointer-events: none;
  filter: drop-shadow(0 18px 40px rgba(44, 42, 41, 0.22));
}

.ashmor-booking-capsule__link {
  pointer-events: auto;
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  min-height: 3.75rem;
  padding: 0.375rem;
  padding-left: 0.4375rem;
  border-radius: 9999px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    155deg,
    rgba(61, 69, 64, 0.98) 0%,
    rgba(74, 93, 78, 0.97) 45%,
    rgba(61, 69, 64, 0.98) 100%
  );
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  backdrop-filter: blur(18px) saturate(1.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 12px 36px -14px rgba(28, 28, 28, 0.38);
  color: #faf8f5;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease,
    border-color 0.35s ease;
}

.ashmor-booking-capsule__link:hover {
  transform: translateY(-3px);
  border-color: rgba(230, 213, 195, 0.28);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.14) inset,
    0 20px 48px -12px rgba(28, 28, 28, 0.4);
}

.ashmor-booking-capsule__link:focus-visible {
  outline: 2px solid #e6d5c3;
  outline-offset: 3px;
}

.ashmor-booking-capsule__price {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.2rem;
  min-width: 0;
  padding: 0.5rem 0.75rem 0.5rem 1.125rem;
  border-radius: 9999px 0 0 9999px;
}

.ashmor-booking-capsule__from {
  font-family: var(--ashmor-font-sans, "DM Sans", system-ui, sans-serif);
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(230, 213, 195, 0.88);
  line-height: 1;
}

.ashmor-booking-capsule__from::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1px;
  margin-top: 0.35rem;
  background: linear-gradient(90deg, rgba(250, 248, 245, 0.65), rgba(250, 248, 245, 0));
}

.ashmor-booking-capsule__amount {
  font-family: var(--ashmor-font-display);
  font-size: clamp(1.5rem, 4.2vw, 1.75rem);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #faf8f5;
}

.ashmor-booking-capsule__sep {
  display: none;
}

.ashmor-booking-capsule__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  flex-shrink: 0;
  gap: 0.45rem;
  margin: 0.1875rem 0.25rem 0.1875rem 0;
  padding: 0 1.375rem;
  min-height: 3rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: linear-gradient(
    165deg,
    #faf8f5 0%,
    #f2efe9 48%,
    #e8e2d8 100%
  );
  font-family: var(--ashmor-font-display);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ashmor-text);
  line-height: 1;
  box-shadow:
    0 4px 16px -6px rgba(28, 28, 28, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
  transition:
    background 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
}

.ashmor-booking-capsule__action::after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  flex-shrink: 0;
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.9;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ashmor-booking-capsule__link:hover .ashmor-booking-capsule__action {
  background: linear-gradient(165deg, #fffdfb 0%, #f5f0e8 50%, #ebe4d9 100%);
  box-shadow:
    0 6px 20px -6px rgba(28, 28, 28, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.ashmor-booking-capsule__link:hover .ashmor-booking-capsule__action::after {
  transform: rotate(45deg) translate(2px, -2px);
}

.ashmor-booking-capsule__action-short {
  display: none;
}

/* Cursos: texto de inversión (no cifra) + CTA único */
/* Cápsula solo CTA (sin precio visible) */
.ashmor-booking-capsule--cta-only {
  max-width: min(calc(100vw - 2rem), 18rem);
}

.ashmor-booking-capsule--cta-only .ashmor-booking-capsule__link {
  justify-content: center;
  padding: 0.3125rem;
}

.ashmor-booking-capsule--cta-only .ashmor-booking-capsule__action {
  flex: 1 1 auto;
  width: 100%;
  margin: 0;
  border-radius: 9999px;
}

.ashmor-booking-capsule--curso {
  max-width: min(calc(100vw - 2rem), 22rem);
}

.ashmor-booking-capsule--curso .ashmor-booking-capsule__link {
  white-space: normal;
}

.ashmor-booking-capsule--curso .ashmor-booking-capsule__price {
  flex: 1 1 auto;
  min-width: 0;
}

.ashmor-booking-capsule--curso .ashmor-booking-capsule__amount {
  font-family: var(--ashmor-font-sans, "DM Sans", system-ui, sans-serif);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.25;
  text-wrap: balance;
}

@media (min-width: 481px) {
  .ashmor-booking-capsule--curso .ashmor-booking-capsule__amount {
    font-size: 0.8125rem;
  }
}

@media (max-width: 480px) {
  .ashmor-booking-capsule--curso {
    left: 0.875rem;
    right: 0.875rem;
  }

  .ashmor-booking-capsule--curso .ashmor-booking-capsule__price {
    display: none;
  }

  .ashmor-booking-capsule--curso .ashmor-booking-capsule__action {
    flex: 1 1 auto;
    width: 100%;
    margin: 0.1875rem;
    padding: 0 1.25rem;
  }

  .ashmor-booking-capsule--curso .ashmor-booking-capsule__action-full {
    display: inline;
  }

  .ashmor-booking-capsule--curso .ashmor-booking-capsule__action-short {
    display: none;
  }

  .ashmor-booking-capsule--cta-only {
    left: 0.875rem;
    right: 4.75rem;
    max-width: none;
  }

  .ashmor-booking-capsule--cta-only .ashmor-booking-capsule__action-full {
    display: inline;
  }

  .ashmor-booking-capsule--cta-only .ashmor-booking-capsule__action-short {
    display: none;
  }

  .ashmor-booking-capsule {
    left: 0.875rem;
    right: 4.75rem;
    transform: none;
    max-width: none;
    filter: drop-shadow(0 14px 32px rgba(44, 42, 41, 0.2));
  }

  .ashmor-booking-capsule__link {
    min-height: 3.5rem;
    padding: 0.3125rem;
    padding-left: 0.375rem;
    border-radius: 9999px;
  }

  .ashmor-booking-capsule__price {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4375rem 0.5rem 0.4375rem 0.875rem;
    border-radius: 9999px 0 0 9999px;
  }

  .ashmor-booking-capsule__from {
    display: none;
  }

  .ashmor-booking-capsule__from::after {
    display: none;
  }

  .ashmor-booking-capsule__amount {
    font-size: 1.3125rem;
  }

  .ashmor-booking-capsule--curso .ashmor-booking-capsule__amount {
    font-size: 0.75rem;
  }

  .ashmor-booking-capsule__action {
    padding: 0 1.125rem;
    min-height: 2.75rem;
    margin: 0.125rem 0.1875rem 0.125rem 0;
    border-radius: 9999px;
  }

  .ashmor-booking-capsule__action-full {
    display: none;
  }

  .ashmor-booking-capsule__action-short {
    display: inline;
  }

  .ashmor-booking-capsule__action::after {
    width: 0.4rem;
    height: 0.4rem;
  }
}

@media (min-width: 640px) {
  .ashmor-booking-capsule {
    max-width: min(calc(100vw - 3rem), 26rem);
  }

  .ashmor-booking-capsule--curso {
    max-width: min(calc(100vw - 3rem), 24rem);
  }

  .ashmor-booking-capsule__link {
    min-height: 4rem;
    padding: 0.4375rem;
    padding-left: 0.5rem;
    border-radius: 9999px;
  }

  .ashmor-booking-capsule__price {
    padding: 0.5625rem 0.875rem 0.5625rem 1.25rem;
  }

  .ashmor-booking-capsule__action {
    min-height: 3.125rem;
    margin: 0.1875rem 0.3125rem 0.1875rem 0;
    padding: 0 1.5rem;
  }
}

.lux-hero-product {
  min-height: 0;
}

/* Hero producto: en móvil la imagen es un plus visual integrado en el bloque de texto */
@media (max-width: 1023px) {
  .lux-hero-product__grid {
    gap: 0;
  }

  .lux-hero-product__copy {
    padding-bottom: 0.75rem !important;
  }

  .lux-hero-product__media,
  .lux-hero-product > div > div:last-child {
    position: relative;
    flex: 0 0 auto;
    min-height: 0 !important;
    width: calc(100% - 2rem);
    max-width: 28rem;
    margin: 0.25rem auto 1.5rem;
    align-self: center;
  }

  .lux-hero-product__media-img,
  .lux-hero-product > div > div:last-child > img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0 !important;
    aspect-ratio: 5 / 4;
    max-height: min(56vw, 17.5rem);
    object-fit: cover;
    border-radius: 1.125rem;
    box-shadow: 0 4px 32px -12px rgba(28, 28, 28, 0.16);
  }

  .lux-hero-product__media-scrim,
  .lux-hero-product > div > div:last-child > .pointer-events-none {
    border-radius: 1.125rem;
    background: linear-gradient(
      165deg,
      transparent 42%,
      rgba(250, 248, 245, 0.22) 78%,
      rgba(250, 248, 245, 0.45) 100%
    ) !important;
  }

  .lux-hero-product[class*="F2EFE9"] .lux-hero-product__media-scrim,
  .lux-hero-product[class*="F2EFE9"] > div > div:last-child > .pointer-events-none {
    background: linear-gradient(
      165deg,
      transparent 42%,
      rgba(242, 239, 233, 0.22) 78%,
      rgba(242, 239, 233, 0.45) 100%
    ) !important;
  }
}

@media (min-width: 1024px) {
  .lux-hero-product {
    min-height: 75vh;
  }

  .lux-hero-product__media,
  .lux-hero-product > div > div:last-child {
    width: auto;
    max-width: none;
    margin: 0;
    align-self: stretch;
  }

  .lux-hero-product__media-img,
  .lux-hero-product > div > div:last-child > img {
    aspect-ratio: auto;
    max-height: none;
    border-radius: 0;
    box-shadow: none;
  }

  .lux-hero-product__media-scrim,
  .lux-hero-product > div > div:last-child > .pointer-events-none {
    border-radius: 0;
  }
}

.lux-trat-page-main .lux-hero-product__back {
  margin-bottom: 0.625rem;
}

@media (min-width: 768px) {
  .lux-trat-page-main .lux-hero-product__back {
    margin-bottom: 0.75rem;
  }
}

.lux-timeline-step {
  transition:
    transform 0.5s cubic-bezier(0.33, 1, 0.68, 1),
    border-color 0.5s ease;
}

@media (hover: hover) and (pointer: fine) {
  .lux-timeline-step:hover {
    transform: translateX(0.35rem);
  }

  .lux-timeline-step:hover .lux-timeline-step__dot {
    transform: scale(1.35);
    background-color: var(--ashmor-olive);
  }

  .lux-timeline-step:hover .lux-timeline-step__card {
    border-color: var(--ashmor-olive);
  }
}

.lux-timeline-step__dot {
  transition:
    transform 0.45s cubic-bezier(0.33, 1, 0.68, 1),
    background-color 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  main.lux-trat-page-main {
    padding-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
  }

  body.has-sticky-cta .wa-float {
    bottom: var(--booking-bar-bottom);
  }

  .ashmor-booking-capsule__link {
    transition: none;
  }

  .ashmor-booking-capsule__link:hover {
    transform: none;
  }

  .lux-timeline-step:hover {
    transform: none;
  }

  .lux-timeline-step:hover .lux-timeline-step__dot {
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   Catálogo tratamientos — tarjetas full-image minimal premium
   -------------------------------------------------------------------------- */

.trat-card-full {
  text-decoration: none;
  color: inherit;
  isolation: isolate;
  transition: box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 640px) {
  .trat-card-full {
    border-radius: 1.25rem;
  }
}

.trat-card-full__frame {
  background-color: #2c2a29;
}

.trat-card-full__img {
  transform: scale(1);
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.trat-card-full__scrim {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(18, 16, 14, 0.72) 0%,
    rgba(18, 16, 14, 0.38) 28%,
    rgba(18, 16, 14, 0.08) 58%,
    rgba(18, 16, 14, 0) 100%
  );
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.trat-card-full__foot {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 1.125rem 1rem 1.25rem;
}

@media (min-width: 640px) {
  .trat-card-full__foot {
    padding: 1.375rem 1.25rem 1.5rem;
    gap: 0.75rem;
  }
}

.trat-card-full__title {
  margin: 0;
  font-family: var(--ashmor-font-display);
  font-size: clamp(1.05rem, 2.8vw, 1.35rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #f5f0e8;
  text-wrap: balance;
}

.trat-card-full__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.72);
  line-height: 1.35;
}

.trat-card-full__price {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e6d5c3;
}

.trat-card-full__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.55);
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s ease;
}

.trat-card-full__arrow {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .trat-card-full:hover {
    box-shadow: 0 16px 44px -20px rgba(28, 28, 28, 0.28);
  }

  .trat-card-full:hover .trat-card-full__img,
  .trat-card-full:focus-visible .trat-card-full__img {
    transform: scale(1.06);
  }

  .trat-card-full:hover .trat-card-full__cta,
  .trat-card-full:focus-visible .trat-card-full__cta {
    opacity: 1;
    transform: translateY(0);
    color: rgba(245, 240, 232, 0.92);
  }

  .trat-card-full:hover .trat-card-full__arrow,
  .trat-card-full:focus-visible .trat-card-full__arrow {
    transform: translateX(3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .trat-card-full__img,
  .trat-card-full__cta,
  .trat-card-full__arrow {
    transition: none;
  }

  .trat-card-full:hover .trat-card-full__img,
  .trat-card-full:focus-visible .trat-card-full__img {
    transform: none;
  }

  .trat-card-full__cta {
    opacity: 1;
    transform: none;
    color: rgba(245, 240, 232, 0.85);
  }
}

/* Distribuidor de categorías — index tratamientos */
.trat-cat-distributor {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.trat-cat-distributor--stack {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .trat-cat-distributor:not(.trat-cat-distributor--stack):not(.trat-cat-distributor--catalog) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }

}

/* Tablet: quinta tarjeta misma anchura que el resto, centrada en la última fila */
@media (min-width: 768px) and (max-width: 1023px) {
  .trat-cat-distributor:not(.trat-cat-distributor--stack):not(.trat-cat-distributor--catalog) .trat-cat-distributor__cell:nth-child(5) {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
  }

  .trat-cat-distributor:not(.trat-cat-distributor--stack):not(.trat-cat-distributor--catalog) .trat-cat-distributor__cell:nth-child(5) .trat-cat-hub {
    width: calc((100% - 1.25rem) / 2);
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  /* Desktop: 3 arriba + par centrado abajo (6 columnas lógicas) */
  .trat-cat-distributor:not(.trat-cat-distributor--stack):not(.trat-cat-distributor--catalog) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .trat-cat-distributor:not(.trat-cat-distributor--stack):not(.trat-cat-distributor--catalog) .trat-cat-distributor__cell {
    grid-column: span 2;
  }

  .trat-cat-distributor:not(.trat-cat-distributor--stack):not(.trat-cat-distributor--catalog) .trat-cat-distributor__cell:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .trat-cat-distributor:not(.trat-cat-distributor--stack):not(.trat-cat-distributor--catalog) .trat-cat-distributor__cell:nth-child(5) {
    grid-column: 4 / span 2;
    display: block;
  }

  .trat-cat-distributor:not(.trat-cat-distributor--stack):not(.trat-cat-distributor--catalog) .trat-cat-distributor__cell:nth-child(5) .trat-cat-hub {
    width: auto;
    max-width: none;
  }
}

.trat-cat-distributor__cell {
  min-width: 0;
}

.trat-cat-hub {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1.125rem;
  aspect-ratio: 16 / 10;
  box-shadow: 0 4px 28px -14px rgba(28, 28, 28, 0.12);
  transition:
    box-shadow 0.45s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 1024px) {
  .trat-cat-hub {
    aspect-ratio: 5 / 3;
  }
}

.trat-cat-hub:focus-visible {
  outline: 2px solid #e6d5c3;
  outline-offset: 3px;
}

.trat-cat-hub__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: no-preference) {
  .trat-cat-hub:hover .trat-cat-hub__img,
  .trat-cat-hub:focus-visible .trat-cat-hub__img {
    transform: scale(1.045);
  }
}

.trat-cat-hub::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(28, 28, 28, 0.72) 0%,
    rgba(28, 28, 28, 0.28) 44%,
    rgba(28, 28, 28, 0.04) 100%
  );
  pointer-events: none;
}

.trat-cat-hub__inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.125rem 1.25rem 1.25rem;
}

@media (min-width: 640px) {
  .trat-cat-hub__inner {
    padding: 1.25rem 1.5rem 1.5rem;
  }
}

.trat-cat-hub__title {
  font-family: var(--font-display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #faf8f5;
}

.trat-cat-hub__meta {
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.35;
  color: rgba(250, 248, 245, 0.82);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 640px) {
  .trat-cat-hub__meta {
    font-size: 0.875rem;
  }
}

.trat-cat-hub__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 0.75rem;
  width: fit-content;
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(250, 248, 245, 0.25);
  background: rgba(44, 42, 41, 0.12);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(250, 248, 245, 0.92);
  backdrop-filter: blur(6px);
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    color 0.35s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .trat-cat-hub:hover,
  .trat-cat-hub:focus-visible {
    box-shadow: 0 12px 40px -16px rgba(28, 28, 28, 0.28);
    transform: translateY(-2px);
  }

  .trat-cat-hub:hover .trat-cat-hub__cta,
  .trat-cat-hub:focus-visible .trat-cat-hub__cta {
    background-color: rgba(44, 42, 41, 0.22);
    border-color: rgba(250, 248, 245, 0.35);
    color: #faf8f5;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trat-cat-hub,
  .trat-cat-hub__img,
  .trat-cat-hub__cta {
    transition: none;
  }

  .trat-cat-hub:hover,
  .trat-cat-hub:focus-visible,
  .trat-cat-hub:hover .trat-cat-hub__img,
  .trat-cat-hub:focus-visible .trat-cat-hub__img {
    transform: none;
    box-shadow: 0 4px 28px -14px rgba(28, 28, 28, 0.12);
  }
}

.trat-cat-page .trat-cat-distributor--catalog,
.trat-cat-page .grid-card-catalog {
  margin-top: 0;
}

.trat-cat-page__cards--mobile {
  display: block;
}

.trat-cat-page__cards--desktop {
  display: none;
}

/* Tablet y escritorio: fichas horizontales (trat-cat-hub); móvil: tarjetas full-image */
@media (min-width: 768px) {
  .trat-cat-page__cards--mobile {
    display: none;
  }

  .trat-cat-page__cards--desktop {
    display: block;
  }
}

.trat-cat-page__bonos-wrap {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--ashmor-border);
}

@media (min-width: 1024px) {
  .trat-cat-page__bonos-wrap {
    margin-top: 3.5rem;
    padding-top: 3rem;
  }
}

.trat-cat-page__bonos-intro {
  margin-bottom: 1.5rem;
  max-width: 36rem;
}

@media (min-width: 1024px) {
  .trat-cat-page__bonos-intro {
    margin-bottom: 2rem;
  }
}

.trat-cat-page__bonos-heading {
  margin-top: 0.5rem;
  font-family: var(--font-display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ashmor-text, #2c2a29);
}

.trat-cat-page__bonos-lead {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.6;
  color: #737373;
}

.trat-cat-distributor--catalog {
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

@media (min-width: 768px) {
  .trat-cat-distributor--catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .trat-cat-distributor--catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.trat-tech-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.8125rem;
}

@media (min-width: 640px) {
  .trat-tech-table {
    font-size: 0.875rem;
  }
}

.trat-tech-table th {
  font-weight: 600;
  color: var(--ashmor-olive);
  text-align: left;
  padding: 0.65rem 1rem 0.65rem 0;
  border-bottom: 1px solid var(--ashmor-border);
  width: 32%;
  vertical-align: top;
}

.trat-tech-table td {
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--ashmor-border);
  color: var(--ashmor-text);
  vertical-align: top;
}

.trat-benefit-card {
  border: 1px solid var(--ashmor-border);
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem;
  transition:
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .trat-benefit-card:hover {
    border-color: rgba(74, 93, 78, 0.35);
    box-shadow: 0 16px 40px -20px rgba(60, 60, 55, 0.18);
  }
}

.trat-benefit-card__icon {
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(74, 93, 78, 0.28);
  color: var(--ashmor-olive);
}

/* -------------------------------------------------------------------------- */
/* Inicio · Hero dual Estética / Academia (alta conversión, sin prisa visual) */
/* -------------------------------------------------------------------------- */

.ashmor-hero-dual {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #faf8f5 55%, #f4f0ea 100%);
}

.ashmor-hero-dual__head {
  position: relative;
  z-index: 2;
}

.ashmor-hero-dual__bridge {
  position: relative;
  z-index: 1;
  height: clamp(3rem, 8vw, 5rem);
  margin-top: -1px;
  background: linear-gradient(
    180deg,
    rgba(244, 240, 234, 0) 0%,
    rgba(242, 239, 233, 0.72) 45%,
    rgba(242, 239, 233, 0.85) 100%
  );
  pointer-events: none;
}

.ashmor-hero-dual__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  padding: 0 0.75rem 0.75rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .ashmor-hero-dual__grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: 0.35rem;
    padding: 0 1.25rem 1rem;
  }
}

.ashmor-hero-dual__panel {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid var(--ashmor-border);
  background: #141413;
  box-shadow: 0 2px 24px -10px rgba(30, 28, 26, 0.16);
  transition:
    border-color 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 1024px) {
  .ashmor-hero-dual__panel:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .ashmor-hero-dual__panel:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .ashmor-hero-dual__panel:hover {
    border-color: rgba(74, 93, 78, 0.45);
    box-shadow: 0 28px 56px -28px rgba(44, 42, 41, 0.35);
    transform: translateY(-3px);
  }
}

.ashmor-hero-dual__panel:focus-visible {
  outline: 2px solid var(--ashmor-olive);
  outline-offset: 3px;
}

.ashmor-hero-dual__inner {
  position: relative;
  width: 100%;
  min-height: 13.5rem;
  overflow: hidden;
}

@media (min-width: 640px) {
  .ashmor-hero-dual__inner {
    min-height: 15rem;
  }
}

@media (min-width: 1024px) {
  .ashmor-hero-dual__inner {
    min-height: min(70vh, 36rem);
  }
}

.ashmor-hero-dual__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .ashmor-hero-dual__panel:hover .ashmor-hero-dual__img {
    transform: scale(1.045);
  }
}

.ashmor-hero-dual__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(44, 42, 41, 0.12) 0%,
    rgba(44, 42, 41, 0.32) 38%,
    rgba(34, 36, 33, 0.86) 100%
  );
  transition: opacity 0.5s ease;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .ashmor-hero-dual__panel:hover .ashmor-hero-dual__scrim {
    opacity: 0.94;
  }
}

.ashmor-hero-dual__body {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.1rem 1.1rem 1.15rem;
}

@media (min-width: 1024px) {
  .ashmor-hero-dual__body {
    padding: 1.75rem 1.75rem 1.85rem;
  }
}

@media (min-width: 1280px) {
  .ashmor-hero-dual__body {
    padding: 2rem 2.25rem 2.1rem;
  }
}

.ashmor-hero-dual__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.95rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.72rem 1.35rem;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 9999px;
  border: 1px solid transparent;
  background: rgba(250, 248, 245, 0.12);
  color: var(--ashmor-cream);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition:
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .ashmor-hero-dual__panel:hover .ashmor-hero-dual__btn {
    transform: translateY(-2px);
  }
}

.ashmor-hero-dual__btn--olive {
  background: rgba(74, 93, 78, 0.92);
  border-color: rgba(250, 248, 245, 0.25);
  box-shadow: 0 10px 28px -12px rgba(0, 0, 0, 0.45);
}

@media (hover: hover) and (pointer: fine) {
  .ashmor-hero-dual__panel:hover .ashmor-hero-dual__btn--olive {
    background: rgba(92, 107, 87, 0.98);
    border-color: rgba(250, 248, 245, 0.45);
    box-shadow: 0 14px 36px -14px rgba(0, 0, 0, 0.5);
  }
}

.ashmor-hero-dual__btn--cream {
  background: rgba(250, 248, 245, 0.94);
  color: var(--ashmor-olive);
  border-color: rgba(229, 224, 216, 0.85);
  box-shadow: 0 8px 22px -12px rgba(0, 0, 0, 0.25);
}

@media (hover: hover) and (pointer: fine) {
  .ashmor-hero-dual__panel:hover .ashmor-hero-dual__btn--cream {
    background: #fff;
    color: var(--ashmor-text);
    border-color: rgba(74, 93, 78, 0.35);
    box-shadow: 0 14px 36px -16px rgba(44, 42, 41, 0.22);
  }
}

.ashmor-hero-dual__btn-arrow {
  display: inline-block;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .ashmor-hero-dual__panel:hover .ashmor-hero-dual__btn-arrow {
    transform: translateX(4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ashmor-hero-dual__panel,
  .ashmor-hero-dual__img,
  .ashmor-hero-dual__scrim,
  .ashmor-hero-dual__btn,
  .ashmor-hero-dual__btn-arrow {
    transition-duration: 0.001ms !important;
  }

  .ashmor-hero-dual__panel:hover {
    transform: none;
  }

  .ashmor-hero-dual__panel:hover .ashmor-hero-dual__img,
  .ashmor-hero-dual__panel:hover .ashmor-hero-dual__btn,
  .ashmor-hero-dual__panel:hover .ashmor-hero-dual__btn-arrow {
    transform: none;
  }
}

/* Inicio · mosaico 2×2 tratamientos (60/40 arriba, 40/60 abajo) */
.home-clinic-mosaic {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}

.home-clinic-mosaic .ashmor-hero-dual__panel {
  border-radius: 0.25rem;
}

.home-clinic-mosaic .ashmor-hero-dual__inner {
  min-height: 13rem;
}

@media (min-width: 640px) {
  .home-clinic-mosaic .ashmor-hero-dual__inner {
    min-height: 14.5rem;
  }
}

@media (min-width: 768px) {
  .home-clinic-mosaic {
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 0.75rem;
  }

  /* Fila superior: 60 % · 40 % */
  .home-clinic-mosaic > :nth-child(1) {
    grid-column: 1 / 7;
    grid-row: 1;
  }

  .home-clinic-mosaic > :nth-child(2) {
    grid-column: 7 / 11;
    grid-row: 1;
  }

  /* Fila inferior: 40 % · 60 % (invertido) */
  .home-clinic-mosaic > :nth-child(3) {
    grid-column: 1 / 5;
    grid-row: 2;
  }

  .home-clinic-mosaic > :nth-child(4) {
    grid-column: 5 / 11;
    grid-row: 2;
  }

  .home-clinic-mosaic .ashmor-hero-dual__inner {
    min-height: 15.5rem;
  }
}

@media (min-width: 1024px) {
  .home-clinic-mosaic .ashmor-hero-dual__inner {
    min-height: 17.5rem;
  }

  .home-clinic-mosaic .ashmor-hero-dual__body {
    padding: 1.35rem 1.5rem 1.5rem;
  }
}

/* -------------------------------------------------------------------------- */
/* Header móvil · Estética de lujo (hamburguesa hasta --ashmor-header-desktop-min) */
/* Paleta: #FBF9F6 · #F4ECE1 · #E6D5C3 · #4A3E3D · #1C1C1C · #555555      */
/* -------------------------------------------------------------------------- */

/* Tablet: header móvil; panel hamburguesa solo visible al abrir (evita bloquear clics) */
@media (min-width: 768px) and (max-width: 79.9875rem) {
  .site-header > .ashmor-lux-header--mobile {
    display: block !important;
  }

  .site-header > .ashmor-lux-header--desktop {
    display: none !important;
  }

  /*
   * Anula Tailwind md:hidden sin display:none (rompe la transición del drawer).
   * Cerrado: pointer-events en .mobile-menu-panel + sheet fuera de pantalla.
   */
  #mobile-menu .mobile-menu-panel__backdrop {
    display: block !important;
  }

  #mobile-menu .mobile-menu-panel__sheet {
    display: flex !important;
  }
}

.site-header.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 100%;
  /* Evita que Chrome reajuste el scroll mientras el header anima su altura. */
  overflow-anchor: none;
}

.ashmor-lux-header {
  --lux-ease: cubic-bezier(0.22, 1, 0.36, 1);
  transition:
    background-color 0.48s var(--lux-ease),
    border-color 0.48s var(--lux-ease),
    -webkit-backdrop-filter 0.48s var(--lux-ease),
    backdrop-filter 0.48s var(--lux-ease),
    box-shadow 0.48s var(--lux-ease);
}

.ashmor-lux-header.header-at-top {
  background-color: rgba(251, 249, 246, 0.55);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: none;
}

.ashmor-lux-header.header-scrolled {
  background-color: rgba(251, 249, 246, 0.97);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px -22px rgba(28, 28, 28, 0.14);
}

.ashmor-lux-header__inner {
  transition:
    padding-top 0.48s var(--lux-ease),
    padding-bottom 0.48s var(--lux-ease);
}

.ashmor-lux-header--mobile.header-at-top .ashmor-lux-header__inner {
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (min-width: 640px) {
  .ashmor-lux-header--mobile.header-at-top .ashmor-lux-header__inner {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.ashmor-lux-header--mobile.header-scrolled .ashmor-lux-header__inner {
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (min-width: 640px) {
  .ashmor-lux-header--mobile.header-scrolled .ashmor-lux-header__inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* Laterales teléfono / menú: arriba del todo más cerca del bloque marca; al scroll hacia esquinas con respiro */
.ashmor-lux-header__side {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  transition:
    left 0.48s var(--lux-ease, cubic-bezier(0.22, 1, 0.36, 1)),
    right 0.48s var(--lux-ease, cubic-bezier(0.22, 1, 0.36, 1));
}

.ashmor-lux-header--mobile.header-at-top .ashmor-lux-header__side--start {
  left: clamp(1rem, 5vw, 1.625rem);
}

.ashmor-lux-header--mobile.header-at-top .ashmor-lux-header__side--end {
  right: clamp(1rem, 5vw, 1.625rem);
}

.ashmor-lux-header--mobile.header-scrolled .ashmor-lux-header__side--start {
  left: clamp(0.5rem, 2.25vw, 0.875rem);
}

.ashmor-lux-header--mobile.header-scrolled .ashmor-lux-header__side--end {
  right: clamp(0.5rem, 2.25vw, 0.875rem);
}

@media (min-width: 640px) {
  .ashmor-lux-header--mobile.header-at-top .ashmor-lux-header__side--start {
    left: clamp(1.125rem, 3.5vw, 1.75rem);
  }

  .ashmor-lux-header--mobile.header-at-top .ashmor-lux-header__side--end {
    right: clamp(1.125rem, 3.5vw, 1.75rem);
  }

  .ashmor-lux-header--mobile.header-scrolled .ashmor-lux-header__side--start {
    left: clamp(0.5625rem, 1.75vw, 1rem);
  }

  .ashmor-lux-header--mobile.header-scrolled .ashmor-lux-header__side--end {
    right: clamp(0.5625rem, 1.75vw, 1rem);
  }
}

.ashmor-lux-header__brand-link {
  display: block;
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.ashmor-lux-header__title {
  font-family: var(--ashmor-font-display);
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.18em;
  color: #1c1c1c;
  text-transform: uppercase;
  line-height: 1.15;
  transition:
    font-size 0.48s var(--lux-ease),
    letter-spacing 0.48s var(--lux-ease),
    color 0.35s ease;
}

@media (min-width: 640px) {
  .ashmor-lux-header--mobile .ashmor-lux-header__title {
    font-size: 1.875rem;
    letter-spacing: 0.2em;
  }
}

.ashmor-lux-header--mobile.header-scrolled .ashmor-lux-header__title {
  font-size: 1.0625rem;
  letter-spacing: 0.14em;
}

@media (min-width: 640px) {
  .ashmor-lux-header--mobile.header-scrolled .ashmor-lux-header__title {
    font-size: 1.3125rem;
    letter-spacing: 0.16em;
  }
}

.ashmor-lux-header__brand-link:hover .ashmor-lux-header__title {
  color: #4a3e3d;
}

.ashmor-lux-header__subtitle {
  margin-top: 0.35rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  color: #555555;
  text-transform: uppercase;
  line-height: 1.35;
  transition:
    font-size 0.48s var(--lux-ease),
    letter-spacing 0.48s var(--lux-ease);
}

@media (min-width: 640px) {
  .ashmor-lux-header--mobile .ashmor-lux-header__subtitle {
    font-size: 0.625rem;
    letter-spacing: 0.4em;
  }
}

.ashmor-lux-header--mobile.header-scrolled .ashmor-lux-header__subtitle {
  font-size: 0.4375rem;
  letter-spacing: 0.28em;
}

@media (min-width: 640px) {
  .ashmor-lux-header--mobile.header-scrolled .ashmor-lux-header__subtitle {
    font-size: 0.5625rem;
    letter-spacing: 0.32em;
  }
}

.ashmor-lux-header__strap {
  margin-top: 0.65rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 20rem;
  padding-top: 0.55rem;
  border-top: 1px solid #e6d5c3;
  overflow: hidden;
  transition:
    max-height 0.48s var(--lux-ease),
    opacity 0.42s ease,
    margin-top 0.48s var(--lux-ease),
    padding-top 0.48s var(--lux-ease),
    border-color 0.48s ease;
  max-height: 5rem;
  opacity: 1;
}

.ashmor-lux-header--mobile.header-scrolled .ashmor-lux-header__strap {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  padding-top: 0;
  border-top-color: transparent;
  pointer-events: none;
}

.ashmor-lux-header__strap-text {
  display: block;
  font-family: "DM Sans", system-ui, sans-serif;
  font-weight: 500;
  font-size: 0.5625rem;
  letter-spacing: 0.2em;
  color: #4a3e3d;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .ashmor-lux-header--mobile .ashmor-lux-header__strap-text {
    font-size: 0.625rem;
    letter-spacing: 0.25em;
  }
}

.lux-contact-focus:focus {
  outline: none;
}

.lux-contact-focus:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.lux-contact-focus:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(230, 213, 195, 0.55),
    0 0 14px rgba(230, 213, 195, 0.28);
}

.lux-contact-focus:active {
  outline: none;
}

/* Enlaces y botones del header — foco limpio sin parpadeo al clic */
.ashmor-lux-header a:focus,
.ashmor-lux-header button:focus {
  outline: none;
}

.ashmor-lux-header a:focus:not(:focus-visible),
.ashmor-lux-header button:focus:not(:focus-visible) {
  box-shadow: none;
}

.ashmor-lux-header .lux-side-btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(230, 213, 195, 0.5),
    0 0 12px rgba(230, 213, 195, 0.22);
}

.ashmor-lux-header .lux-side-btn:active {
  outline: none;
  transform: scale(0.97);
}

.ashmor-lux-header__brand-link:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(230, 213, 195, 0.45),
    0 0 10px rgba(230, 213, 195, 0.2);
  border-radius: 4px;
}

.ashmor-lux-header__brand-link:active {
  outline: none;
}

.lux-side-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex-shrink: 0;
  border-radius: 9999px;
  border: 1px solid rgba(230, 213, 195, 0.95);
  background-color: rgba(251, 249, 246, 0.72);
  color: #4a3e3d;
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s var(--lux-ease);
}

@media (hover: hover) and (pointer: fine) {
  .lux-side-btn:hover {
    background-color: rgba(251, 249, 246, 0.95);
    border-color: rgba(74, 62, 61, 0.28);
  }
}

.lux-side-btn svg {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
}

.lux-side-btn--circle {
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
}

.lux-side-btn__label {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4a3e3d;
  white-space: nowrap;
}

.lux-menu-toggle.menu-toggle-btn.is-open {
  border-color: rgba(74, 62, 61, 0.35);
  background-color: rgba(251, 249, 246, 0.98);
}

/* --------------------------------------------------------------------------
   Header lux — escritorio (≥1280px): dinámico, amplio y cristal premium
   -------------------------------------------------------------------------- */
@media (min-width: 80rem) {
  .ashmor-lux-header--desktop {
    transition:
      background-color 0.48s var(--lux-ease),
      border-color 0.48s var(--lux-ease),
      -webkit-backdrop-filter 0.48s var(--lux-ease),
      backdrop-filter 0.48s var(--lux-ease),
      box-shadow 0.48s var(--lux-ease);
  }

  .ashmor-lux-header--desktop .ashmor-lux-header__inner {
    transition:
      padding-top 0.48s var(--lux-ease),
      padding-bottom 0.48s var(--lux-ease);
  }

  .ashmor-lux-header--desktop .ashmor-lux-header__title {
    transition:
      font-size 0.48s var(--lux-ease),
      letter-spacing 0.48s var(--lux-ease),
      color 0.48s var(--lux-ease);
  }

  .ashmor-lux-header--desktop .ashmor-lux-header__subtitle--desktop {
    transition:
      font-size 0.48s var(--lux-ease),
      letter-spacing 0.48s var(--lux-ease),
      color 0.48s var(--lux-ease),
      margin-top 0.48s var(--lux-ease);
  }

  .ashmor-lux-header--desktop .ashmor-lux-header__nav {
    transition: margin-top 0.48s var(--lux-ease);
  }

  .ashmor-lux-header--desktop .lux-side-btn {
    transition:
      background-color 0.48s var(--lux-ease),
      border-color 0.48s var(--lux-ease),
      color 0.48s var(--lux-ease);
  }

  .ashmor-lux-header--desktop .ashmor-lux-header__nav-link {
    transition:
      color 0.48s var(--lux-ease),
      opacity 0.48s var(--lux-ease);
  }

  .ashmor-lux-header--desktop.header-at-top {
    background-color: rgba(251, 249, 246, 0.55);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: none;
    border-bottom-color: rgb(244, 236, 225);
  }

  .ashmor-lux-header--desktop.header-scrolled {
    background-color: rgba(74, 93, 78, 0.9);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 28px -12px rgba(28, 28, 28, 0.22);
    border-bottom-color: rgba(250, 248, 245, 0.12);
  }

  .ashmor-lux-header--desktop.header-at-top .ashmor-lux-header__inner {
    padding-top: 1.75rem;
    padding-bottom: 1.25rem;
  }

  .ashmor-lux-header--desktop.header-scrolled .ashmor-lux-header__inner {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .ashmor-lux-header--desktop .ashmor-lux-header__side--start,
  .ashmor-lux-header--desktop.header-at-top .ashmor-lux-header__side--start,
  .ashmor-lux-header--desktop.header-scrolled .ashmor-lux-header__side--start {
    left: clamp(1.25rem, 2.5vw, 2rem);
  }

  .ashmor-lux-header--desktop .ashmor-lux-header__side--end,
  .ashmor-lux-header--desktop.header-at-top .ashmor-lux-header__side--end,
  .ashmor-lux-header--desktop.header-scrolled .ashmor-lux-header__side--end {
    right: clamp(1.25rem, 2.5vw, 2rem);
  }

  .ashmor-lux-header--desktop.header-at-top .ashmor-lux-header__title {
    font-size: clamp(1.875rem, 2.5vw, 2.5rem);
    letter-spacing: 0.24em;
    color: #1c1c1c;
  }

  .ashmor-lux-header--desktop.header-scrolled .ashmor-lux-header__title {
    font-size: 1.125rem;
    letter-spacing: 0.16em;
    color: #faf8f5;
  }

  .ashmor-lux-header--desktop .ashmor-lux-header__brand-link:hover .ashmor-lux-header__title {
    color: #4a3e3d;
  }

  .ashmor-lux-header--desktop.header-scrolled
    .ashmor-lux-header__brand-link:hover
    .ashmor-lux-header__title {
    color: #f5f0e8;
  }

  .ashmor-lux-header--desktop .ashmor-lux-header__subtitle--desktop {
    margin-top: 0.45rem;
    font-size: 0.6875rem;
    letter-spacing: 0.32em;
    color: #555555;
  }

  .ashmor-lux-header--desktop.header-scrolled .ashmor-lux-header__subtitle--desktop {
    margin-top: 0.25rem;
    font-size: 0.5rem;
    letter-spacing: 0.24em;
    color: rgba(250, 248, 245, 0.78);
  }

  .ashmor-lux-header--desktop .ashmor-lux-header__strap {
    display: none;
  }

  .ashmor-lux-header--desktop .ashmor-lux-header__nav {
    margin-top: 1rem;
    overflow: visible;
    max-height: none;
    opacity: 1;
    pointer-events: auto;
  }

  .ashmor-lux-header--desktop.header-scrolled .ashmor-lux-header__nav {
    margin-top: 0.375rem;
  }

  .ashmor-lux-header__nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.25rem 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .ashmor-lux-header__nav-link {
    position: relative;
    display: inline-block;
    padding: 0.2rem 0;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    color: #555555;
    border-radius: 2px;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
  }

  .ashmor-lux-header__nav-link:focus,
  .ashmor-lux-header__nav-link:active,
  .ashmor-lux-header__nav-link:focus-visible {
    outline: none !important;
    box-shadow: none !important;
  }

  .ashmor-lux-header__nav-link:active {
    opacity: 0.92;
  }

  .ashmor-lux-header__nav-link:focus-visible::after {
    transform: scaleX(0.72);
    opacity: 0.55;
    background: rgba(196, 169, 138, 0.65);
  }

  .ashmor-lux-header--desktop.header-scrolled
    .ashmor-lux-header__nav-link:focus-visible::after {
    background: rgba(230, 213, 195, 0.55);
  }

  .ashmor-lux-header__nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #e6d5c3;
    transform: scaleX(0);
    transform-origin: center;
    transition:
      transform 0.48s var(--lux-ease),
      background-color 0.48s var(--lux-ease),
      opacity 0.48s var(--lux-ease);
    pointer-events: none;
  }

  .ashmor-lux-header--desktop.header-at-top .ashmor-lux-header__nav-link:hover {
    color: #4a3e3d;
  }

  .ashmor-lux-header--desktop.header-at-top
    .ashmor-lux-header__nav-link:hover::after {
    transform: scaleX(1);
    background: rgba(196, 169, 138, 0.55);
  }

  .ashmor-lux-header--desktop.header-at-top .ashmor-lux-header__nav-link.active {
    color: #4a3e3d;
    font-weight: 700;
  }

  .ashmor-lux-header--desktop.header-at-top
    .ashmor-lux-header__nav-link.active::after {
    transform: scaleX(1);
    height: 1.5px;
    background: linear-gradient(
      90deg,
      transparent,
      #c4a98a 12%,
      #c4a98a 88%,
      transparent
    );
    opacity: 1;
  }

  .ashmor-lux-header--desktop.header-scrolled .ashmor-lux-header__nav-link {
    color: rgba(250, 248, 245, 0.88);
  }

  .ashmor-lux-header--desktop.header-scrolled .ashmor-lux-header__nav-link:hover {
    color: #faf8f5;
  }

  .ashmor-lux-header--desktop.header-scrolled
    .ashmor-lux-header__nav-link:hover::after {
    transform: scaleX(1);
    background: rgba(230, 213, 195, 0.45);
  }

  .ashmor-lux-header--desktop.header-scrolled .ashmor-lux-header__nav-link.active {
    color: #faf8f5;
    font-weight: 700;
  }

  .ashmor-lux-header--desktop.header-scrolled
    .ashmor-lux-header__nav-link.active::after {
    transform: scaleX(1);
    height: 1.5px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(230, 213, 195, 0.95) 10%,
      rgba(230, 213, 195, 0.95) 90%,
      transparent
    );
    opacity: 1;
  }

  /* Flyout catálogo — solo escritorio, hover + focus-within */
  .ashmor-lux-header__nav-item--has-flyout {
    position: relative;
  }

  .ashmor-lux-header__nav-item--has-flyout:hover,
  .ashmor-lux-header__nav-item--has-flyout:focus-within {
    z-index: 120;
  }

  .ashmor-lux-header__flyout {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 120;
    min-width: 14.5rem;
    padding-top: 0.625rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(5px);
    transition:
      opacity 0.25s ease,
      visibility 0.25s ease,
      transform 0.25s ease;
  }

  .ashmor-lux-header__flyout-panel {
    background: rgba(251, 249, 246, 0.95);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(230, 213, 195, 0.85);
    border-radius: 0.75rem;
    box-shadow:
      0 18px 48px -16px rgba(28, 28, 28, 0.18),
      0 6px 20px -8px rgba(74, 62, 61, 0.08);
    padding: 1rem 1.125rem 0.875rem;
    transition:
      background-color 0.35s ease-in-out,
      border-color 0.35s ease-in-out,
      box-shadow 0.35s ease-in-out;
  }

  .ashmor-lux-header__flyout-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }

  .ashmor-lux-header__flyout-link {
    position: relative;
    display: block;
    padding: 0.45rem 0.25rem;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.35;
    text-decoration: none;
    text-transform: none;
    color: #555555;
    border-radius: 0.25rem;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    transition:
      color 0.22s ease,
      background-color 0.22s ease;
  }

  .ashmor-lux-header__flyout-link::after {
    content: "";
    position: absolute;
    left: 0.25rem;
    right: 0.25rem;
    bottom: 0.35rem;
    height: 1px;
    background: #c4a98a;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease-in-out;
    pointer-events: none;
  }

  .ashmor-lux-header__flyout-link:hover,
  .ashmor-lux-header__flyout-link:focus-visible {
    color: #4a3e3d;
  }

  .ashmor-lux-header__flyout-link:hover::after,
  .ashmor-lux-header__flyout-link:focus-visible::after {
    transform: scaleX(1);
  }

  .ashmor-lux-header__flyout-all {
    display: block;
    margin-top: 0.625rem;
    padding: 0.55rem 0.25rem 0.15rem;
    border-top: 1px solid rgba(230, 213, 195, 0.55);
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    color: #7a6a62;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.22s ease;
  }

  .ashmor-lux-header__flyout-all:hover,
  .ashmor-lux-header__flyout-all:focus-visible {
    color: #4a3e3d;
  }

  .ashmor-lux-header__nav-item--has-flyout + .ashmor-lux-header__nav-item--has-flyout .ashmor-lux-header__flyout {
    min-width: 18rem;
  }

  @media (hover: hover) {
    .ashmor-lux-header__nav-item--has-flyout:hover .ashmor-lux-header__flyout {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateX(-50%) translateY(0);
    }
  }

  .ashmor-lux-header__nav-item--has-flyout:focus-within .ashmor-lux-header__flyout {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  .ashmor-lux-header--desktop.header-scrolled .ashmor-lux-header__flyout-panel {
    background: rgba(58, 72, 61, 0.94);
    border-color: rgba(230, 213, 195, 0.22);
    box-shadow:
      0 20px 52px -14px rgba(18, 24, 20, 0.45),
      0 8px 24px -10px rgba(0, 0, 0, 0.22);
  }

  .ashmor-lux-header--desktop.header-scrolled .ashmor-lux-header__flyout-link {
    color: rgba(250, 248, 245, 0.88);
  }

  .ashmor-lux-header--desktop.header-scrolled
    .ashmor-lux-header__flyout-link:hover,
  .ashmor-lux-header--desktop.header-scrolled
    .ashmor-lux-header__flyout-link:focus-visible {
    color: #faf8f5;
  }

  .ashmor-lux-header--desktop.header-scrolled
    .ashmor-lux-header__flyout-link::after {
    background: rgba(230, 213, 195, 0.7);
  }

  .ashmor-lux-header--desktop.header-scrolled .ashmor-lux-header__flyout-all {
    border-top-color: rgba(230, 213, 195, 0.2);
    color: rgba(230, 213, 195, 0.72);
  }

  .ashmor-lux-header--desktop.header-scrolled
    .ashmor-lux-header__flyout-all:hover,
  .ashmor-lux-header--desktop.header-scrolled
    .ashmor-lux-header__flyout-all:focus-visible {
    color: #faf8f5;
  }

  @media (prefers-reduced-motion: reduce) {
    .ashmor-lux-header__flyout {
      transition: none;
    }

    .ashmor-lux-header__flyout-link::after {
      transition: none;
    }
  }

  .ashmor-lux-header--desktop.header-at-top .lux-side-btn {
    background-color: rgba(251, 249, 246, 0.72);
    border-color: rgba(230, 213, 195, 0.95);
    color: #4a3e3d;
  }

  .ashmor-lux-header--desktop.header-scrolled .lux-side-btn {
    background-color: rgba(250, 248, 245, 0.12);
    border-color: rgba(250, 248, 245, 0.28);
    color: #f5f0e8;
  }

  .ashmor-lux-header--desktop .lux-side-btn__label {
    color: inherit;
  }

  @media (hover: hover) and (pointer: fine) {
    .ashmor-lux-header--desktop.header-at-top .lux-side-btn:hover {
      background-color: rgba(251, 249, 246, 0.95);
      border-color: rgba(74, 62, 61, 0.28);
      color: #4a3e3d;
    }

    .ashmor-lux-header--desktop.header-scrolled .lux-side-btn:hover {
      background-color: rgba(250, 248, 245, 0.22);
      border-color: rgba(230, 213, 195, 0.55);
      color: #faf8f5;
    }
  }
}

@media (min-width: 80rem) {
  .ashmor-lux-header--desktop.header-at-top .ashmor-lux-header__inner {
    padding-top: 2rem;
    padding-bottom: 1.375rem;
  }

  .ashmor-lux-header--desktop.header-scrolled .ashmor-lux-header__inner {
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem;
  }

  .ashmor-lux-header__nav-list {
    gap: 0.25rem 2rem;
  }

  .ashmor-lux-header__nav-link {
    font-size: 0.71875rem;
    letter-spacing: 0.2em;
  }
}

/* Overrides finales — por encima de Tailwind CDN (outline negro al clic) */
.ashmor-lux-header a.ashmor-lux-header__nav-link,
.ashmor-lux-header a.ashmor-lux-header__flyout-link,
.ashmor-lux-header a.ashmor-lux-header__flyout-all,
.ashmor-lux-header a.ashmor-lux-header__brand-link,
.ashmor-lux-header .lux-side-btn:not(.lux-menu-toggle) {
  -webkit-tap-highlight-color: transparent;
}

.ashmor-lux-header a.ashmor-lux-header__nav-link:focus,
.ashmor-lux-header a.ashmor-lux-header__nav-link:active,
.ashmor-lux-header a.ashmor-lux-header__nav-link:focus-visible,
.ashmor-lux-header a.ashmor-lux-header__flyout-link:focus,
.ashmor-lux-header a.ashmor-lux-header__flyout-link:active,
.ashmor-lux-header a.ashmor-lux-header__flyout-link:focus-visible,
.ashmor-lux-header a.ashmor-lux-header__flyout-all:focus,
.ashmor-lux-header a.ashmor-lux-header__flyout-all:active,
.ashmor-lux-header a.ashmor-lux-header__flyout-all:focus-visible,
.ashmor-lux-header a.ashmor-lux-header__brand-link:focus,
.ashmor-lux-header a.ashmor-lux-header__brand-link:active,
.ashmor-lux-header a.ashmor-lux-header__brand-link:focus-visible,
.ashmor-lux-header .lux-side-btn:not(.lux-menu-toggle):focus,
.ashmor-lux-header .lux-side-btn:not(.lux-menu-toggle):active,
.ashmor-lux-header .lux-side-btn:not(.lux-menu-toggle):focus-visible {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

.ashmor-lux-header a.ashmor-lux-header__brand-link:focus-visible,
.ashmor-lux-header .lux-side-btn:not(.lux-menu-toggle):focus-visible {
  box-shadow: 0 0 0 2px rgba(230, 213, 195, 0.4) !important;
}

/* --------------------------------------------------------------------------
   Bodas y eventos — cuadrícula editorial (1 col móvil · 2+1 tablet · 3 cols lg)
   -------------------------------------------------------------------------- */
.bodas-events-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bodas-events-grid__item {
  min-width: 0;
}

@media (min-width: 768px) {
  .bodas-events-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .bodas-events-grid__item--center-md {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
  }

  .bodas-events-grid__item--center-md > .card-premium--tile {
    flex: 0 1 calc((100% - 1.25rem) / 2);
    width: calc((100% - 1.25rem) / 2);
    max-width: calc((100% - 1.25rem) / 2);
  }
}

@media (min-width: 1024px) {
  .bodas-events-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bodas-events-grid__item--center-md {
    grid-column: auto;
    display: block;
  }

  .bodas-events-grid__item--center-md > .card-premium--tile {
    width: 100%;
    max-width: none;
  }
}

.bodas-events-tile__eyebrow {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ashmor-olive-mid);
}

.bodas-events-grid .bodas-events-tile__title {
  margin: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--ashmor-text);
}

@media (min-width: 640px) {
  .bodas-events-grid .bodas-events-tile__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .bodas-events-grid .bodas-events-tile__title {
    font-size: 1.625rem;
  }
}

.bodas-events-tile__hook {
  margin: 0.5rem 0 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 0.8125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
  color: var(--ashmor-olive-mid);
}

@media (min-width: 640px) {
  .bodas-events-tile__hook {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
  }
}

.bodas-events-tile__highlights {
  align-self: stretch;
  margin: 0.625rem 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

@media (min-width: 640px) {
  .bodas-events-tile__highlights {
    margin-top: 0.75rem;
  }
}

.bodas-events-tile__highlights > li {
  position: relative;
  padding-left: 0.875rem;
  font-size: 0.6875rem;
  line-height: 1.45;
  color: #5c5654;
}

@media (min-width: 640px) {
  .bodas-events-tile__highlights > li {
    font-size: 0.8125rem;
  }
}

.bodas-events-tile__highlights > li + li {
  margin-top: 0.375rem;
}

.bodas-events-tile__highlights > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 9999px;
  background-color: var(--ashmor-olive-mid);
  opacity: 0.72;
}

.bodas-events-tile__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-top: 0.625rem;
}

.bodas-events-tile__tag {
  border-radius: 9999px;
  border: 1px solid var(--ashmor-border);
  background-color: rgba(250, 248, 245, 0.92);
  padding: 0.25rem 0.625rem;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #57534e;
}

/* --------------------------------------------------------------------------
   Bodas · Cestas de regalo de autor (split product showcase)
   -------------------------------------------------------------------------- */
.bodas-gift-baskets__split {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .bodas-gift-baskets__split {
    flex-direction: row;
    align-items: stretch;
    gap: 2.5rem;
  }

  .bodas-gift-baskets__gallery {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .bodas-gift-baskets__detail {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

.bodas-gift-baskets__gallery {
  min-width: 0;
}

.bodas-gift-baskets__main-frame {
  margin: 0;
  overflow: hidden;
  border-radius: 1.125rem;
  border: 1px solid var(--ashmor-border);
  background-color: var(--ashmor-cream-deep);
  box-shadow: 0 8px 40px -16px rgba(28, 28, 28, 0.14);
}

.bodas-gift-baskets__main-img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.35s ease;
}

.bodas-gift-baskets__main-img.is-fading {
  opacity: 0;
}

.bodas-gift-baskets__thumbs {
  display: flex;
  gap: 0.625rem;
  margin-top: 0.875rem;
  padding-bottom: 0.125rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
}

.bodas-gift-baskets__thumb {
  flex: 0 0 auto;
  scroll-snap-align: start;
  padding: 0;
  border: 1px solid var(--ashmor-border);
  border-radius: 0.625rem;
  background: var(--ashmor-cream);
  overflow: hidden;
  cursor: pointer;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.bodas-gift-baskets__thumb img {
  display: block;
  width: 5.5rem;
  height: 4.125rem;
  object-fit: cover;
}

@media (min-width: 640px) {
  .bodas-gift-baskets__thumb img {
    width: 6.5rem;
    height: 4.875rem;
  }
}

.bodas-gift-baskets__thumb.is-active {
  border-color: var(--ashmor-olive);
  box-shadow: 0 4px 18px -8px rgba(74, 93, 78, 0.45);
}

.bodas-gift-baskets__thumb:hover,
.bodas-gift-baskets__thumb:focus-visible {
  border-color: var(--ashmor-olive-mid);
  outline: none;
}

.bodas-gift-baskets__detail {
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1rem 1.5rem;
  border-radius: 1.125rem;
  border: 1px solid var(--ashmor-border);
  background: linear-gradient(165deg, #faf8f5 0%, #f4f0ea 100%);
}

@media (min-width: 640px) {
  .bodas-gift-baskets__detail {
    padding: 1.5rem 1.35rem 1.75rem;
  }
}

@media (min-width: 1024px) {
  .bodas-gift-baskets__detail {
    padding: 2rem 1.75rem 2.25rem;
  }
}

.bodas-gift-baskets__eyebrow {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ashmor-olive-mid);
}

.bodas-gift-baskets__title {
  margin: 0.75rem 0 0;
  font-family: var(--ashmor-font-display);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--ashmor-text);
}

.bodas-gift-baskets__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding: 0.25rem;
  border-radius: 9999px;
  border: 1px solid var(--ashmor-border);
  background-color: rgba(255, 255, 255, 0.55);
}

.bodas-gift-baskets__tab {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.55rem 0.85rem;
  border: 0;
  border-radius: 9999px;
  background: transparent;
  font-family: inherit;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #57534e;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

@media (min-width: 640px) {
  .bodas-gift-baskets__tab {
    font-size: 0.75rem;
    padding: 0.6rem 1rem;
  }
}

.bodas-gift-baskets__tab.is-active {
  background-color: var(--ashmor-olive);
  color: var(--ashmor-cream);
  box-shadow: 0 4px 16px -6px rgba(74, 93, 78, 0.5);
}

.bodas-gift-baskets__tab:hover:not(.is-active),
.bodas-gift-baskets__tab:focus-visible:not(.is-active) {
  color: var(--ashmor-olive);
  outline: none;
}

.bodas-gift-baskets__includes {
  margin-top: 1.75rem;
}

.bodas-gift-baskets__includes-title {
  margin: 0;
  font-family: var(--ashmor-font-display);
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ashmor-text);
}

.bodas-gift-baskets__panels {
  position: relative;
  margin-top: 1rem;
}

.bodas-gift-baskets__panel {
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.bodas-gift-baskets__panel.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bodas-gift-baskets__panel[hidden] {
  display: none !important;
}

.bodas-gift-baskets__panel-intro {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.55;
  color: #44403c;
}

.bodas-gift-baskets__panel-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bodas-gift-baskets__panel-list > li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.6;
  color: #57534e;
}

.bodas-gift-baskets__panel-list > li + li {
  margin-top: 0.65rem;
}

.bodas-gift-baskets__panel-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 9999px;
  background-color: var(--ashmor-olive-mid);
  opacity: 0.85;
}

.bodas-gift-baskets__panel-value {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e7e5e4;
}

.bodas-gift-baskets__panel-value-title {
  margin: 0 0 0.4rem;
  font-family: var(--ashmor-font-display);
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ashmor-text);
}

.bodas-gift-baskets__panel-value-text {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.6;
  color: #57534e;
}

.bodas-gift-baskets__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding-bottom: 1.15rem;
}

.bodas-gift-baskets__cta {
  margin-top: 0;
  align-self: auto;
}

.bodas-gift-baskets__pdf-proximamente {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  opacity: 0.58;
  pointer-events: none;
  user-select: none;
}

.bodas-gift-baskets__pdf-proximamente .btn-secondary {
  text-decoration: line-through;
  text-decoration-color: rgba(44, 42, 41, 0.4);
}

.bodas-gift-baskets__pdf-proximamente__badge {
  position: absolute;
  top: calc(100% + 0.3rem);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4a5d4e;
  text-decoration: none;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .bodas-gift-baskets__main-img,
  .bodas-gift-baskets__panel {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   Inicio · Bodas y eventos — móvil apilado · tablet mosaico · desktop tríptico
   -------------------------------------------------------------------------- */
.bodas-home-panels {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.bodas-home-panel {
  position: relative;
  min-width: 0;
  min-height: 14.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid var(--ashmor-border);
  background-color: #141413;
  transition:
    border-color 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 640px) {
  .bodas-home-panel {
    border-radius: 1rem;
  }
}

/* Tablet · mosaico 60/40 arriba + franja protagonista abajo */
@media (min-width: 768px) and (max-width: 1023px) {
  .bodas-home-panels {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: 0.75rem;
    min-height: 0;
  }

  .bodas-home-panel:nth-child(1) {
    grid-column: 1 / 7;
    grid-row: 1;
    min-height: 15.5rem;
  }

  .bodas-home-panel:nth-child(2) {
    grid-column: 7 / 11;
    grid-row: 1;
    min-height: 15.5rem;
  }

  .bodas-home-panel:nth-child(3) {
    grid-column: 1 / 11;
    grid-row: 2;
    min-height: 13.75rem;
  }

  .bodas-home-panel:nth-child(3) .bodas-home-panel__content {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.75rem 1.5rem;
    padding: 1.35rem 1.5rem 1.5rem;
  }

  .bodas-home-panel:nth-child(3) .bodas-home-panel__eyebrow {
    flex: 1 1 100%;
    width: 100%;
  }

  .bodas-home-panel:nth-child(3) .bodas-home-panel__title {
    flex: 1 1 12rem;
    margin-top: 0.35rem;
  }

  .bodas-home-panel:nth-child(3) .bodas-home-panel__detail {
    flex: 1 1 16rem;
    max-width: 32rem;
    margin-top: 0;
  }

  .bodas-home-panel:nth-child(3) .bodas-home-panel__text {
    max-width: none;
  }

  .bodas-home-panel__detail {
    max-height: none;
    opacity: 1;
    margin-top: 0.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) and (hover: hover) and (pointer: fine) {
  .bodas-home-panel:hover,
  .bodas-home-panel:focus-within {
    border-color: rgba(74, 93, 78, 0.45);
    box-shadow: 0 28px 56px -28px rgba(44, 42, 41, 0.35);
    transform: translateY(-3px);
  }

  .bodas-home-panel:hover .bodas-home-panel__cta,
  .bodas-home-panel:focus-within .bodas-home-panel__cta {
    background: rgba(250, 248, 245, 0.96);
    border-color: rgba(74, 93, 78, 0.28);
    color: var(--ashmor-text);
    transform: translateY(-2px);
  }
}

/* Desktop · tríptico 33% con expansión al hover */
@media (min-width: 1024px) {
  .bodas-home-panels {
    display: flex;
    flex-direction: row;
    gap: 0.25rem;
    min-height: clamp(22rem, 40vw, 31rem);
  }

  .bodas-home-panel {
    flex: 1 1 33.333%;
    min-height: 0;
    transition:
      flex 0.65s cubic-bezier(0.33, 1, 0.68, 1),
      border-color 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .bodas-home-panels:has(.bodas-home-panel:hover) .bodas-home-panel:not(:hover),
  .bodas-home-panels:has(.bodas-home-panel:focus-within) .bodas-home-panel:not(:focus-within) {
    flex: 0.82 1 18%;
  }

  .bodas-home-panel:hover,
  .bodas-home-panel:focus-within {
    flex: 1.85 1 46%;
  }

  .bodas-home-panel:nth-child(3) .bodas-home-panel__content {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    padding: 1.25rem 1.125rem 1.5rem;
  }

  .bodas-home-panel:nth-child(3) .bodas-home-panel__title {
    flex: none;
  }

  .bodas-home-panel:nth-child(3) .bodas-home-panel__detail {
    flex: none;
    max-width: 28rem;
    max-height: 0;
    opacity: 0;
    margin-top: 0;
  }
}

.bodas-home-panel__link {
  position: relative;
  display: block;
  height: 100%;
  min-height: inherit;
  color: #f5f2ec;
  text-decoration: none;
}

.bodas-home-panel__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-color: var(--ashmor-cream-deep);
}

.bodas-home-panel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.bodas-home-panel__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(44, 42, 41, 0.08) 0%,
    rgba(44, 42, 41, 0.34) 42%,
    rgba(34, 36, 33, 0.88) 100%
  );
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.bodas-home-panel__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.125rem 1rem 1.25rem;
  text-align: left;
}

@media (min-width: 640px) {
  .bodas-home-panel__content {
    padding: 1.25rem 1.125rem 1.5rem;
  }
}

.bodas-home-panel__eyebrow {
  margin: 0;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(245, 242, 236, 0.82);
}

@media (min-width: 640px) {
  .bodas-home-panel__eyebrow {
    font-size: 0.6875rem;
  }
}

.bodas-home-panel__title {
  margin: 0.35rem 0 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}

@media (min-width: 640px) {
  .bodas-home-panel__title {
    margin-top: 0.5rem;
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .bodas-home-panel__title {
    font-size: 1.375rem;
  }
}

.bodas-home-panel__detail {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.55s cubic-bezier(0.33, 1, 0.68, 1),
    opacity 0.45s ease,
    margin-top 0.45s ease;
  margin-top: 0;
}

.bodas-home-panel__text {
  margin: 0;
  max-width: 28rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(245, 242, 236, 0.9);
}

@media (min-width: 640px) {
  .bodas-home-panel__text {
    font-size: 0.875rem;
  }
}

.bodas-home-panel__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.875rem;
  width: fit-content;
  border-radius: 9999px;
  border: 1px solid rgba(245, 242, 236, 0.42);
  background: rgba(250, 248, 245, 0.12);
  padding: 0.5rem 1.125rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  backdrop-filter: blur(6px);
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 640px) {
  .bodas-home-panel__cta {
    padding: 0.625rem 1.375rem;
    font-size: 0.8125rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .bodas-home-panel:hover .bodas-home-panel__img,
  .bodas-home-panel:focus-within .bodas-home-panel__img {
    transform: scale(1.05);
  }

  .bodas-home-panel:hover .bodas-home-panel__scrim,
  .bodas-home-panel:focus-within .bodas-home-panel__scrim {
    opacity: 0.96;
  }
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .bodas-home-panel:hover .bodas-home-panel__detail,
  .bodas-home-panel:focus-within .bodas-home-panel__detail {
    max-height: 9.5rem;
    opacity: 1;
    margin-top: 0.625rem;
  }

  .bodas-home-panel:hover .bodas-home-panel__cta,
  .bodas-home-panel:focus-within .bodas-home-panel__cta {
    background: rgba(250, 248, 245, 0.96);
    border-color: rgba(74, 93, 78, 0.28);
    color: var(--ashmor-text);
  }
}

@media (max-width: 767px) {
  .bodas-home-panel__detail {
    max-height: none;
    opacity: 1;
    margin-top: 0.5rem;
  }
}

.bodas-home-panel__link:focus-visible {
  outline: 2px solid var(--ashmor-olive);
  outline-offset: -4px;
}

@media (prefers-reduced-motion: reduce) {
  .bodas-home-panel,
  .bodas-home-panel__img,
  .bodas-home-panel__scrim,
  .bodas-home-panel__detail,
  .bodas-home-panel__cta {
    transition-duration: 0.001ms !important;
  }

  .bodas-home-panel:hover {
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   Área profesional — colaboración B2B (1 col móvil · 2 cols asimétricas lg+)
   -------------------------------------------------------------------------- */
.pro-area-section {
  background-color: #fbf9f6;
  color: #4a3e3d;
}

.pro-area-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pro-area-grid__item {
  min-width: 0;
  display: flex;
}

.pro-area-grid__item > .card-premium--tile {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

@media (min-width: 768px) {
  .pro-area-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .pro-area-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 1.5rem;
    align-items: stretch;
  }
}

.pro-area-tile__eyebrow {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ashmor-olive-mid);
}

.pro-area-tile__list {
  margin-top: 0.625rem;
  padding-left: 0;
  list-style: none;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(74, 62, 61, 0.88);
  width: 100%;
}

@media (min-width: 640px) {
  .pro-area-tile__list {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
}

.pro-area-tile__list > li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding-left: 0;
}

.pro-area-section .pro-area-tile__list > li + li {
  margin-top: 0.375rem;
}

@media (min-width: 640px) {
  .pro-area-section .pro-area-tile__list > li + li {
    margin-top: 0.5rem;
  }
}

.pro-area-tile__list > li::before {
  content: "";
  flex-shrink: 0;
  width: 0.35rem;
  height: 0.35rem;
  margin-top: 0.45em;
  border-radius: 9999px;
  background-color: var(--ashmor-olive-mid);
  opacity: 0.75;
}

.pro-area-section .card-premium__body--tile h2 {
  color: #4a3e3d;
}

.pro-area-section .card-premium__body--tile p {
  color: rgba(74, 62, 61, 0.82);
}

@media (max-width: 639px) {
  .pro-area-section .card-premium__body--tile {
    align-items: stretch;
    text-align: left;
    padding: 1rem 1.125rem 1.125rem;
  }

  .pro-area-section .card-premium__body--tile h2 {
    text-align: left;
  }

  .pro-area-section .card-premium__body--tile p {
    margin-top: 0.375rem;
    font-size: 0.8125rem;
    line-height: 1.5;
  }

  .pro-area-section .card-premium__body--tile > :nth-last-child(2) {
    margin-bottom: 0.5rem;
  }

  .pro-area-section .tile-cta-group {
    align-items: stretch;
    padding-top: 0.5rem;
  }
}

.pro-area-section .tile-cta-group {
  margin-top: auto;
  padding-top: 0.75rem;
}

.pro-area-section .tile-cta-group .btn-primary {
  width: 100%;
  min-height: 2.75rem;
}

@media (min-width: 640px) {
  .pro-area-section .tile-cta-group .btn-primary {
    width: auto;
    min-width: 11.5rem;
  }
}

/* —— Depilación láser (tratamientos/depilacion-laser) —— */

.laser-page {
  --laser-bg: #fbf9f6;
  --laser-surface: #ffffff;
  --laser-text: #4a3e3d;
  --laser-text-soft: rgba(74, 62, 61, 0.72);
  --laser-border: rgba(74, 62, 61, 0.12);
  --laser-olive: #4a5d4e;
  --laser-olive-soft: rgba(74, 93, 78, 0.1);
  background: var(--laser-bg);
  color: var(--laser-text);
}

.laser-page__hero-copy p,
.laser-page__intro p,
.laser-page__note,
.laser-combo-card p {
  color: var(--laser-text-soft);
}

.laser-page__section {
  padding: 3rem 0;
}

@media (min-width: 768px) {
  .laser-page__section {
    padding: 4.5rem 0;
  }
}

.laser-page__section-head {
  max-width: 40rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .laser-page__section-head {
    margin-bottom: 2.75rem;
  }
}

.laser-page__eyebrow {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--laser-olive);
}

.laser-page__title {
  margin-top: 0.75rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--laser-text);
}

.laser-page__lead {
  margin-top: 0.875rem;
  font-size: 0.9375rem;
  line-height: 1.65;
}

.laser-combo-grid-wrap {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  padding-bottom: 0.35rem;
  scrollbar-width: thin;
}

.laser-combo-grid {
  --laser-combo-cols: 4;
  display: grid;
  grid-template-columns: repeat(var(--laser-combo-cols), minmax(11rem, 1fr));
  gap: 1.25rem;
  width: 100%;
  min-width: calc(var(--laser-combo-cols) * 11rem + (var(--laser-combo-cols) - 1) * 1.25rem);
}

.laser-combo-grid--four {
  --laser-combo-cols: 4;
}

.laser-combo-grid--three {
  --laser-combo-cols: 3;
}

.laser-combo-card {
  scroll-snap-align: start;
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.35rem 1.35rem 1.5rem;
  border: 1px solid var(--laser-border);
  border-radius: 1rem;
  background: var(--laser-surface);
  box-shadow: 0 2px 24px -12px rgba(74, 62, 61, 0.08);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .laser-combo-card:hover {
    border-color: rgba(74, 93, 78, 0.28);
    box-shadow: 0 14px 36px -18px rgba(74, 62, 61, 0.16);
  }
}

.laser-combo-card--featured {
  background: linear-gradient(165deg, #ffffff 0%, rgba(74, 93, 78, 0.06) 100%);
}

.laser-combo-card__badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.25rem 0.65rem;
  border-radius: 9999px;
  background: var(--laser-olive-soft);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--laser-olive);
}

.laser-combo-card__gender {
  margin-top: 0.75rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(74, 62, 61, 0.5);
}

.laser-combo-card h3 {
  margin-top: 0.5rem;
  flex: 1 1 auto;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--laser-text);
}

.laser-combo-card__price {
  margin-top: 1rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--laser-text);
}

.laser-combo-card__price small {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--laser-text-soft);
}

.laser-combo-card .btn-primary {
  margin-top: 1.25rem;
  width: 100%;
  min-height: 2.75rem;
  justify-content: center;
  white-space: normal;
  text-align: center;
  line-height: 1.3;
}

.laser-zones {
  max-width: 52rem;
}

.laser-zones .faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.laser-zones .faq-item {
  border-color: var(--laser-border);
  background: var(--laser-surface);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 20px -12px rgba(74, 62, 61, 0.1);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.laser-zones .faq-item.is-open {
  border-color: rgba(74, 93, 78, 0.35);
  box-shadow: 0 8px 32px -16px rgba(74, 62, 61, 0.14);
}

.laser-zones .faq-item__trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.125rem 1.25rem;
  color: var(--laser-text);
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.laser-zone-card__head-main {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.laser-zone-card__eyebrow {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--laser-olive);
}

.laser-zone-card__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--laser-text);
}

.laser-zone-card__meta {
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--laser-text-soft);
}

.laser-zone-card__head-aside {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}

.laser-zone-card__expand {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(74, 93, 78, 0.22);
  background: var(--laser-olive-soft);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--laser-olive);
  white-space: nowrap;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.laser-zones .faq-item.is-open .laser-zone-card__expand {
  background: rgba(74, 93, 78, 0.14);
  border-color: rgba(74, 93, 78, 0.35);
}

.laser-zone-card__expand-icon {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  color: var(--laser-olive);
  transition: transform 0.35s ease;
}

.laser-zones .faq-item.is-open .laser-zone-card__expand-icon {
  transform: rotate(180deg);
}

.laser-zones .faq-item__panel {
  overflow: hidden;
}

.laser-zones .faq-item:not(.is-open) .faq-item__panel {
  visibility: hidden;
}

.laser-zones .faq-item.is-open .faq-item__panel {
  visibility: visible;
}

.laser-zones .faq-item:not(.is-open) .faq-item__panel-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.laser-zones .faq-item__panel-inner {
  padding: 0 1.25rem 1.125rem;
  border-top: 1px solid var(--laser-border);
}

.laser-zones .faq-item.is-open .faq-item__panel-inner {
  padding-top: 0.25rem;
}

.laser-zones .faq-accordion .faq-item:hover {
  background-color: var(--laser-surface);
  border-color: rgba(74, 93, 78, 0.28);
}

@media (max-width: 479px) {
  .laser-zones .faq-item__trigger {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .laser-zone-card__head-aside {
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 0.625rem;
    padding-top: 0.75rem;
    border-top: 1px dashed var(--laser-border);
  }
}

.laser-zone-list {
  display: flex;
  flex-direction: column;
}

.laser-zone-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid var(--laser-border);
}

.laser-zone-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 480px) {
  .laser-zone-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
}

.laser-zone-row__name {
  font-size: 0.9375rem;
  line-height: 1.4;
  color: var(--laser-text);
}

.laser-zone-row__action {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
}

@media (min-width: 480px) {
  .laser-zone-row__action {
    width: auto;
    justify-content: flex-end;
  }
}

.laser-zone-row__price {
  min-width: 4.75rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: right;
  color: var(--laser-text);
  white-space: nowrap;
}

.laser-zone-row__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid var(--laser-olive);
  background: var(--laser-olive);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s ease, border-color 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  .laser-zone-row__btn:hover {
    background: #3d4f41;
    border-color: #3d4f41;
  }
}

.laser-zone-row__btn:focus-visible {
  outline: 2px solid var(--laser-olive);
  outline-offset: 2px;
}

.laser-page__cta-band {
  border-top: 1px solid var(--laser-border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, var(--laser-bg) 100%);
}

.laser-page__cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}

.laser-page__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding-bottom: 1.15rem;
}

.laser-page__cta-inner .btn-primary {
  min-height: 2.875rem;
  width: 100%;
  max-width: 18rem;
  justify-content: center;
}

.laser-page__cta-row .btn-primary {
  max-width: none;
}

@media (min-width: 640px) {
  .laser-page__cta-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .laser-page__cta-inner > .btn-primary {
    width: auto;
  }

  .laser-page__cta-row .btn-primary {
    width: auto;
  }
}

.laser-page__pdf-proximamente {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  opacity: 0.58;
  pointer-events: none;
  user-select: none;
}

.laser-page__pdf-proximamente .btn-secondary {
  min-height: 2.875rem;
  text-decoration: line-through;
  text-decoration-color: rgba(44, 42, 41, 0.4);
}

.laser-page__pdf-proximamente__badge {
  position: absolute;
  top: calc(100% + 0.3rem);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--laser-olive);
  text-decoration: none;
  opacity: 1;
}

.laser-page__note {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.55;
  text-align: center;
}

.laser-page__back {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--laser-olive);
}

.laser-page__back:hover {
  color: #3d4f41;
}

/* Contacto — formulario temporalmente en desarrollo */
.contact-form--en-desarrollo {
  position: relative;
  opacity: 0.58;
  pointer-events: none;
  user-select: none;
}

.contact-form--en-desarrollo label,
.contact-form--en-desarrollo .btn-primary,
.contact-form--en-desarrollo #form-context-hint p,
.contact-form--en-desarrollo .text-neutral-500 {
  text-decoration: line-through;
  text-decoration-color: rgba(44, 42, 41, 0.4);
}

.contact-form--en-desarrollo input,
.contact-form--en-desarrollo select,
.contact-form--en-desarrollo textarea {
  text-decoration: line-through;
  text-decoration-color: rgba(44, 42, 41, 0.35);
}

.contact-form--en-desarrollo__aviso {
  position: relative;
  z-index: 1;
  text-decoration: none;
  opacity: 1;
  pointer-events: auto;
}

/* Contacto — formulario: columna principal + barra lateral independientes */
.contacto-form-layout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contacto-form-layout__main,
.contacto-form-layout__sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}

@media (max-width: 767px) {
  .contacto-form-layout__main,
  .contacto-form-layout__sidebar {
    display: contents;
  }

  .contacto-form-layout__whatsapp {
    order: 1;
  }

  .contacto-form-layout__form {
    order: 2;
  }

  .contacto-form-layout__extras {
    order: 3;
  }

  .contacto-form-layout__aside {
    order: 4;
  }
}

.contacto-form-layout__extras {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .contacto-form-layout__extras {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    align-items: start;
  }
}

@media (min-width: 768px) {
  .contacto-form-layout {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    column-gap: 2rem;
    align-items: start;
  }

  .contacto-form-layout__main {
    gap: 1rem;
  }

  .contacto-form-layout__sidebar {
    gap: 0.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .contacto-form-layout {
    column-gap: 1.5rem;
  }

  .contacto-form-layout__extras {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1024px) {
  .contacto-form-layout {
    column-gap: 2.5rem;
  }

  .contacto-form-layout__extras {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem;
  }
}

.contacto-form-layout__extras > * {
  min-width: 0;
}

/* Contacto — tarjetas compactas (ubicación, redes) */
.contacto-mini-card {
  padding: 0.875rem 1rem;
}

.contacto-mini-card__title {
  font-size: 1.0625rem;
  line-height: 1.3;
}

.contacto-mini-card__text {
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  line-height: 1.45;
}

.contacto-mini-card__link {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
}

.contacto-mini-card__link svg {
  width: 0.75rem;
  height: 0.75rem;
}

.contacto-mini-card__aviso {
  margin-bottom: 0.5rem;
  padding: 0.375rem 0.5rem;
  font-size: 0.6875rem;
  line-height: 1.4;
}

.contacto-mini-card__social {
  margin-top: 0.5rem;
  gap: 0.5rem;
}

.contacto-mini-card__social .btn-secondary {
  padding: 0.3125rem 0.75rem;
  font-size: 0.75rem;
}

.contacto-mini-card__social .btn-secondary svg {
  width: 1rem;
  height: 1rem;
}

@media (min-width: 768px) {
  .contacto-mini-card {
    padding: 0.75rem 0.875rem;
  }

  .contacto-mini-card__title {
    font-size: 1rem;
  }
}

/* Contacto — bloques con contenido provisional (horario, ubicación, etc.) */
.contacto-proximamente {
  position: relative;
  opacity: 0.58;
  pointer-events: none;
  user-select: none;
}

.contacto-proximamente h3,
.contacto-proximamente p:not(.contacto-proximamente__aviso),
.contacto-proximamente li,
.contacto-proximamente span,
.contacto-proximamente a {
  text-decoration: line-through;
  text-decoration-color: rgba(44, 42, 41, 0.4);
}

.contacto-proximamente__aviso {
  position: relative;
  z-index: 1;
  text-decoration: none !important;
  opacity: 1;
  pointer-events: auto;
}

/* Contacto — horario visual día a día */
.contacto-schedule {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contacto-schedule__day {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid #f0ebe4;
  background: linear-gradient(135deg, #faf8f5 0%, #fff 100%);
}

.contacto-schedule__day--closed {
  opacity: 0.72;
  background: #fafaf9;
}

.contacto-schedule__day-name {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5c6b57;
}

.contacto-schedule__day-name span {
  display: block;
  margin-top: 0.15rem;
  font-family: var(--ashmor-font-display);
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: none;
  color: #2c2a29;
}

.contacto-schedule__slots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: flex-end;
}

.contacto-schedule__slot {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.55rem;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #2c2a29;
  background-color: rgba(74, 93, 78, 0.1);
  border: 1px solid rgba(74, 93, 78, 0.16);
}

.contacto-schedule__slot::before {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 9999px;
  background-color: var(--ashmor-olive-mid);
}

.contacto-schedule__closed {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #78716c;
  text-align: right;
}

.contacto-schedule__legend {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.6875rem;
  color: #78716c;
}

.contacto-schedule__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.contacto-schedule__legend-item::before {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 9999px;
  background-color: var(--ashmor-olive-mid);
}

/* Contacto — bloque cómo llegar */
.contacto-llegar__grid {
  margin-top: 2rem;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .contacto-llegar__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    align-items: stretch;
    gap: 2rem;
  }
}

.contacto-llegar__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #e5e0d8;
  background: linear-gradient(160deg, #faf8f5 0%, #fff 55%);
}

.contacto-llegar__address {
  font-family: var(--ashmor-font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #2c2a29;
}

.contacto-llegar__hint {
  font-size: 0.875rem;
  line-height: 1.55;
  color: #57534e;
}

.contacto-llegar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.contacto-llegar__map {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #e5e0d8;
  background: #fff;
  min-height: 18rem;
}

.contacto-llegar__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 18rem;
}

@media (min-width: 1024px) {
  .contacto-llegar__map {
    min-height: 22rem;
  }

  .contacto-llegar__map iframe {
    min-height: 22rem;
  }
}
