/* =========================================================================
   OMBU — Fiestas en el jardín
   Estilos propios de la página /fiestas. Reutiliza el sistema visual y los
   tokens de style.css; aquí solo lo nuevo: cinta, cards de paquete y modal.
   ========================================================================= */

/* ---------- Header siempre claro en esta página (espejo de .is-stuck) ---------- */
.header--solid {
  background: rgba(250, 250, 242, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(31, 42, 20, 0.06);
}
.header--solid .brand-img--light { display: none; }
.header--solid .brand-img--dark { display: block; }
.header--solid .primary-nav { color: var(--ink); }
.header--solid .btn--primary { background: var(--ink); color: var(--white); }
.header--solid .nav-toggle { color: var(--ink); }
.nav-back { opacity: .65; }

/* ---------- Hero tipográfico (Framer-style): compacto, los paquetes asoman ---------- */
.fhero {
  background:
    radial-gradient(640px 320px at 88% -10%, color-mix(in srgb, var(--yellow) 26%, transparent), transparent 70%),
    radial-gradient(540px 300px at -8% 110%, color-mix(in srgb, var(--terracotta) 16%, transparent), transparent 70%),
    var(--cream);
  padding: calc(76px + clamp(2rem, 5vh, 3.4rem)) var(--gutter) clamp(1.6rem, 3.5vw, 2.6rem);
  overflow: hidden;
}
.fhero-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
}
.fhero-eyebrow {
  font-size: 0.82rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--olive-deep); margin-bottom: 1.1rem;
}
.fhero-title {
  font-size: clamp(2.6rem, 5.4vw, 5.2rem);
  line-height: 0.98; letter-spacing: -0.02em;
}
.fhero-title em { color: var(--terracotta); }
.fhero-sub {
  margin-top: 1.2rem; max-width: 46ch;
  color: var(--ink-soft); font-size: clamp(1rem, 1.25vw, 1.15rem);
}
.fhero-trust {
  display: flex; flex-wrap: wrap; gap: .5rem 1.2rem;
  margin-top: 1.1rem;
  font-family: var(--display); font-size: .82rem; letter-spacing: .06em;
  color: var(--olive-deep);
}
.fhero-cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }

/* Collage de fotos reales (chips flotantes) */
.fhero-collage { position: relative; height: clamp(300px, 36vw, 430px); }
.fchip {
  position: absolute;
  border-radius: var(--radius-sm);
  object-fit: cover;
  box-shadow: 0 28px 56px -26px rgba(31, 42, 20, 0.45);
  border: 5px solid var(--white);
  animation: fchip-float 7s ease-in-out infinite;
}
.fchip--a { width: 56%; aspect-ratio: 4/5; top: 0; left: 4%; transform: rotate(-5deg); z-index: 2; }
.fchip--b { width: 50%; aspect-ratio: 1/1; right: 0; top: 26%; transform: rotate(4deg); z-index: 3; animation-delay: 1.4s; }
.fchip--c { width: 44%; aspect-ratio: 4/3; bottom: 0; left: 14%; transform: rotate(2deg); z-index: 1; animation-delay: 2.6s; }
.fchip--d { width: 46%; aspect-ratio: 3/4; right: 3%; bottom: 4%; transform: rotate(-4deg); z-index: 0; animation-delay: 3.4s; opacity: .97; }
.fchip--e { width: 38%; aspect-ratio: 1/1; left: -2%; bottom: 32%; transform: rotate(7deg); z-index: 0; animation-delay: 4.2s; opacity: .97; }
.fchip-shield { position: absolute; width: 78px; right: 8%; top: -4%; z-index: 4; opacity: .9; animation: fchip-float 6s ease-in-out infinite reverse; }
.fhero-flower { position: absolute; width: 54px; left: -4%; top: 30%; z-index: 4; }
.fhero-sun { position: absolute; width: 46px; right: 30%; bottom: -2%; z-index: 4; }
.fhero .float-icon { position: absolute; }
@keyframes fchip-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

.fiesta-section--first { padding-top: clamp(0.6rem, 1.4vw, 1.2rem); }

/* Cómo funciona: 3 pasos centrados (el grid base de Admissions es de 4 columnas) */
#como-funciona .steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
  max-width: 980px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
@media (max-width: 760px) {
  #como-funciona .steps { grid-template-columns: 1fr; }
}

@media (max-width: 880px) {
  .fhero-inner { grid-template-columns: 1fr; }
  .fhero-collage { height: 250px; margin-top: .6rem; }
  .fchip--a { width: 42%; }
  .fchip--b { width: 38%; }
  .fchip--c { width: 34%; }
}

/* ---------- Cinta de confianza ---------- */
.fiesta-ribbon {
  background: var(--olive-deep);
  color: var(--cream);
  padding: 1.05rem 0;
  overflow: hidden;
}
.fiesta-ribbon .ribbon-track {
  display: flex; align-items: center; gap: 2.2rem;
  white-space: nowrap;
  font-family: var(--display);
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  letter-spacing: 0.04em;
  width: max-content;
  animation: fiesta-marquee 32s linear infinite;
}
.fiesta-ribbon .ribbon-dot { color: var(--yellow); }
@keyframes fiesta-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Banda Promesa (reusa .about, ajustes menores) ---------- */
.fiesta-promesa { text-align: center; padding-block: clamp(4rem, 9vw, 8rem); }
.fiesta-promesa .about-inner { max-width: 860px; }

/* ---------- Sección genérica de Fiestas ---------- */
.fiesta-section { padding-block: clamp(3.5rem, 8vw, 7rem); }
.fiesta-section-head { max-width: 720px; margin: 0 auto clamp(2rem, 4vw, 3.2rem); text-align: center; }
.fiesta-section-head .eyebrow { margin-bottom: 1rem; }
.fiesta-h2 { font-size: clamp(2.1rem, 5vw, 4rem); line-height: 1.02; }
.fiesta-lede { margin-top: 1.1rem; color: var(--ink-soft); font-size: clamp(1rem, 1.3vw, 1.15rem); }

/* ---------- Vitrina de paquetes ---------- */
.party-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: clamp(1.1rem, 2vw, 2rem);
  max-width: var(--container);
  margin: 0 auto;
  align-items: stretch;
}
.party-card {
  position: relative;
  display: flex; flex-direction: column;
  background: var(--cream);
  border: 1px solid rgba(26, 27, 20, 0.08);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 22px 52px -34px rgba(31, 42, 20, 0.45);
  transition: transform .5s var(--easing), box-shadow .5s var(--easing);
}
.party-card:hover { transform: translateY(-8px); box-shadow: 0 44px 74px -34px rgba(31, 42, 20, 0.5); }

.party-card__media {
  position: relative; height: 150px;
  background-size: cover; background-position: center;
}
.party-card__media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 35%, color-mix(in srgb, var(--accent, #696B57) 80%, transparent));
  opacity: .75;
}
.party-card__tag,
.party-card__pick {
  position: absolute; top: 12px; z-index: 2;
  font-family: var(--display);
  font-size: .6rem; letter-spacing: .14em; text-transform: uppercase;
  padding: .4em .75em; border-radius: var(--radius-lg);
}
.party-card__tag { right: 12px; background: var(--yellow); color: var(--ink); }
.party-card__pick { left: 12px; background: var(--ink); color: var(--white); }

.party-card__body { display: flex; flex-direction: column; gap: .85rem; padding: 1.5rem 1.4rem 1.6rem; flex: 1; }
.party-kicker { font-family: var(--display); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--olive-deep); }
.party-card__title { font-size: clamp(1.4rem, 2.1vw, 1.85rem); line-height: 1.05; }
.party-meta { display: flex; flex-wrap: wrap; gap: .4rem; }
.party-chip { font-size: .76rem; background: var(--cream-deep); color: var(--ink-soft); padding: .4em .8em; border-radius: var(--radius-lg); }
.party-includes { display: flex; flex-direction: column; gap: .5rem; margin: .15rem 0 .3rem; }
.party-includes li { display: flex; gap: .55rem; align-items: flex-start; font-size: .92rem; color: var(--ink-soft); line-height: 1.45; }
.party-includes .chk { color: var(--terracotta); font-weight: 600; flex-shrink: 0; }

.party-price { margin-top: auto; padding-top: .9rem; border-top: 1px solid rgba(26, 27, 20, 0.1); }
.party-price__amount { font-family: var(--display); font-size: 1.85rem; font-variant-numeric: tabular-nums; line-height: 1; }
.party-price__amount .muted { font-size: .85rem; }
.party-price__note { font-size: .8rem; color: var(--ink-mute); margin-top: .35rem; line-height: 1.4; }
.party-price__anticipo { color: var(--olive-deep); font-weight: 500; }
.party-card .btn { margin-top: 1.1rem; }

.party-card--featured {
  border: 2px solid var(--yellow);
  background: linear-gradient(170deg, color-mix(in srgb, var(--yellow) 10%, var(--cream)), var(--cream) 40%);
  box-shadow: 0 38px 80px -28px rgba(229, 181, 71, 0.75);
  transform: scale(1.045);
  z-index: 1;
}
.party-card--featured:hover { transform: scale(1.045) translateY(-8px); }
.party-card--featured .party-card__pick {
  background: var(--yellow); color: var(--ink);
  font-size: .68rem; padding: .5em .95em;
  box-shadow: 0 8px 18px -8px rgba(0, 0, 0, .35);
}
.party-card--featured .btn--primary { background: var(--olive-deep); }
.party-card--featured .btn--primary:hover { background: var(--ink); }

.party-note { text-align: center; color: var(--ink-mute); font-size: .85rem; margin-top: 1.6rem; }

/* ---------- Galería de fiestas ---------- */
.fiesta-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(.6rem, 1.2vw, 1rem);
  max-width: var(--container); margin: 0 auto;
}
.fiesta-gallery figure {
  margin: 0; border-radius: var(--radius-sm); overflow: hidden;
  aspect-ratio: 4 / 3; background: var(--cream-deep);
}
.fiesta-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--easing); }
.fiesta-gallery figure:hover img { transform: scale(1.06); }
.fiesta-gallery figure:nth-child(3n) { aspect-ratio: 4 / 5; }

/* ---------- Modal reservar + pagar ---------- */
.party-flow {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  padding: clamp(16px, 4vw, 40px);
  opacity: 0; pointer-events: none;
  transition: opacity .3s var(--easing);
}
.party-flow.is-open { opacity: 1; pointer-events: auto; }
.party-flow__scrim { position: absolute; inset: 0; background: rgba(26, 27, 20, 0.62); backdrop-filter: blur(5px); }
.party-flow__panel {
  position: relative; z-index: 1;
  width: min(560px, 100%); max-height: 90vh; overflow-y: auto;
  background: var(--white); border-radius: var(--radius-md);
  padding: clamp(1.6rem, 3.4vw, 2.4rem);
  box-shadow: 0 50px 90px -40px rgba(31, 42, 20, 0.6);
  transform: translateY(16px) scale(.98);
  transition: transform .4s var(--easing);
}
.party-flow.is-open .party-flow__panel { transform: translateY(0) scale(1); }
.party-flow__close {
  position: absolute; top: 14px; right: 16px;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--cream-deep); color: var(--ink);
  font-size: 1.25rem; line-height: 1; display: grid; place-items: center;
  transition: background .2s ease;
}
.party-flow__close:hover { background: var(--salmon); }

.party-flow__dots { display: flex; gap: .4rem; margin-bottom: 1.5rem; }
.pf-dot { flex: 1; height: 4px; border-radius: 999px; background: var(--cream-deep); transition: background .35s var(--easing); }
.pf-dot.is-done { background: var(--olive); }

.pf-step { display: none; }
.pf-step.is-active { display: block; animation: pf-in .35s var(--easing); }
@keyframes pf-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.pf-eyebrow { font-family: var(--display); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--olive-deep); }
.pf-title { font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin: .5rem 0 1rem; }

.pf-summary { background: var(--cream); border-radius: var(--radius-sm); padding: 1.1rem 1.2rem; display: flex; flex-direction: column; gap: .55rem; }
.pf-summary .row { display: flex; justify-content: space-between; gap: 1rem; font-size: .95rem; color: var(--ink-soft); }
.pf-summary .row b { color: var(--ink); font-family: var(--display); font-weight: 500; }
.pf-anticipo { font-family: var(--display); font-size: 2.1rem; font-variant-numeric: tabular-nums; color: var(--olive-deep); line-height: 1; }

.pf-calendar {
  border: 1px dashed rgba(105, 107, 87, 0.5);
  background: var(--cream); border-radius: var(--radius-sm);
  padding: 1.6rem 1.3rem; text-align: center; color: var(--ink-soft);
}
.pf-calendar p { margin: 0 0 1rem; font-size: .92rem; }
.pf-hint { font-size: .8rem; color: var(--ink-mute); margin-top: 1rem; }

.pf-actions { display: flex; gap: .7rem; margin-top: 1.5rem; }
.pf-actions .btn { flex: 1; justify-content: center; }

.pf-success { text-align: center; padding: 1rem 0; }
.pf-success .enrol-success-mark,
.pf-success .pf-mark {
  display: inline-grid; place-items: center;
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--olive); color: var(--white);
  font-size: 2rem; margin: 0 auto 1rem;
  animation: pf-pop .5s var(--easing);
}
@keyframes pf-pop { 0% { transform: scale(.4); opacity: 0; } 60% { transform: scale(1.12); } 100% { transform: scale(1); opacity: 1; } }

/* ---------- Toast ---------- */
.party-toast {
  position: fixed; left: 50%; bottom: 28px; z-index: 1100;
  transform: translateX(-50%) translateY(20px);
  background: var(--ink); color: var(--white);
  padding: .85em 1.3em; border-radius: var(--radius-lg);
  font-size: .92rem; box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .5);
  opacity: 0; pointer-events: none;
  transition: opacity .35s var(--easing), transform .35s var(--easing);
}
.party-toast.is-show { opacity: 1; transform: translateX(-50%) translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .fiesta-ribbon .ribbon-track { animation: none; }
  .party-card, .party-flow, .party-flow__panel, .fiesta-gallery img { transition: none; }
}

/* "← El colegio": botón claro para volver al home */
.primary-nav .nav-back, .mobile-nav__links .nav-back {
  opacity: 1;
  border: 1px solid rgba(105, 107, 87, 0.45);
  border-radius: 999px;
  padding: 0.42em 1.05em;
  background: var(--white);
  color: var(--olive-deep);
  transition: background 0.2s ease, color 0.2s ease;
}
.primary-nav .nav-back:hover, .mobile-nav__links .nav-back:hover {
  background: var(--olive-deep);
  color: var(--white);
}

/* "Cómo funciona" — más compacto y estético */
.fiesta-steps .fiesta-section-head { margin-bottom: clamp(1rem, 2vw, 1.4rem); }
.fiesta-steps .fiesta-h2 { font-size: clamp(1.4rem, 3vw, 2.1rem); }
.fiesta-steps .eyebrow { margin-bottom: .4rem; }
.fiesta-steps .steps { gap: clamp(.7rem, 1.4vw, 1.1rem); max-width: 920px; margin-left: auto; margin-right: auto; }
.fiesta-steps .step { padding: clamp(1rem, 1.6vw, 1.3rem); }
.fiesta-steps .step-num { font-size: clamp(1.4rem, 2.2vw, 1.9rem); }
.fiesta-steps .step h3 { font-size: clamp(1rem, 1.3vw, 1.12rem); }
.fiesta-steps .step p { font-size: .86rem; }

/* ---------- Sensory Room dentro de las cards (Mediano y Grande) ---------- */
.party-card__sensory {
  position: relative;
  margin: 0 0 1rem;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  box-shadow: 0 10px 24px -16px rgba(31, 42, 20, 0.45);
}
.party-card__sensory img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.party-card__sensory figcaption {
  position: absolute; left: 8px; bottom: 8px;
  background: rgba(31, 42, 20, 0.78);
  color: var(--white);
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.3em 0.7em;
  border-radius: 999px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* ---------- Sección: El espacio y los detalles ---------- */
.fiesta-detalles {
  background: var(--cream);
  padding: clamp(2.2rem, 4.5vw, 3.6rem) clamp(1.1rem, 5vw, 4rem);
}
.detalles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
  max-width: 1080px;
  margin: clamp(1.2rem, 2.5vw, 2rem) auto 0;
}
.detalle-card {
  background: var(--white);
  border: 1px solid rgba(105, 107, 87, 0.16);
  border-radius: 18px;
  padding: clamp(1.2rem, 2vw, 1.6rem);
  box-shadow: 0 18px 40px -32px rgba(31, 42, 20, 0.55);
}
.detalle-card__title {
  font-family: var(--font-display, inherit);
  font-size: clamp(1.1rem, 1.6vw, 1.32rem);
  color: var(--olive-deep);
  margin: 0 0 0.9rem;
}
.detalle-list {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  gap: 0.5rem;
}
.detalle-list--cols { grid-template-columns: 1fr 1fr; }
.detalle-list li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--ink);
}
.detalle-list li::before {
  content: "";
  position: absolute; left: 0; top: 0.55em;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--terracotta, #d6967d);
}
.detalle-list--plain { gap: 0.9rem; }
.detalle-list--plain li::before { display: none; }
.detalle-list--plain li { padding-left: 0; }
.detalle-list--plain strong { color: var(--olive-deep); }
.detalle-note {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--muted, #6b6b60);
  border-top: 1px solid rgba(105, 107, 87, 0.14);
  padding-top: 0.8rem;
}
.espacio-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: clamp(0.5rem, 1.2vw, 0.9rem);
  max-width: 1080px;
  margin: clamp(1.2rem, 2.5vw, 1.8rem) auto 0;
}
.espacio-strip img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 14px;
}
@media (max-width: 620px) {
  .espacio-strip { grid-auto-flow: row; grid-template-columns: 1fr 1fr; grid-auto-columns: auto; }
  .espacio-strip img:last-child { display: none; }
}

/* ---------- Sensory Room: solo etiqueta en palabra (sin foto) ---------- */
.party-card__sensory-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  margin: 0.2rem 0 1rem;
  padding: 0.4em 0.9em;
  border-radius: 999px;
  background: rgba(105, 107, 87, 0.12);
  color: var(--olive-deep);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* ---------- Espacio · collage premium (tarjetas inclinadas, reveal escalonado) ---------- */
.espacio-collage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: clamp(1.6rem, 3vw, 2.8rem) auto 0;
  padding: 0 1rem;
  perspective: 1200px;
  gap: clamp(8px, 1vw, 18px);
}
.ec-card {
  --rot: 0deg;
  position: relative;
  width: clamp(146px, 15.5vw, 205px);
  margin: 0;
  background: #fff;
  padding: 8px 8px 10px;
  border-radius: 13px;
  box-shadow: 0 20px 44px -24px rgba(31, 42, 20, 0.55), 0 2px 6px -3px rgba(0, 0, 0, 0.16);
  /* estado inicial: oculto hasta el reveal */
  opacity: 0;
  transform: translateY(40px) scale(0.9);
  z-index: 1;
}
.ec-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 8px;
  transition: opacity 0.45s ease;
}
/* entrada: reparto escalonado (keyframes, independiente del hover) */
.espacio-collage.is-visible .ec-card {
  animation: ec-deal 0.85s cubic-bezier(0.16, 0.84, 0.3, 1) both;
  animation-delay: calc(var(--i) * 100ms);
}
@keyframes ec-deal {
  from { opacity: 0; transform: translateY(40px) rotate(0deg) scale(0.9); }
  to   { opacity: 1; transform: translateY(0) rotate(var(--rot)) scale(1); }
}
/* ya repartida: reposo + hover suave (eleva y crece, sin retraso ni salto) */
.ec-card.ec-done {
  animation: none;
  opacity: 1;
  transform: rotate(var(--rot));
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.45s ease;
}
.ec-card.ec-done:hover {
  transform: translateY(-12px) rotate(calc(var(--rot) * 0.4)) scale(1.07);
  z-index: 20;
  box-shadow: 0 36px 70px -28px rgba(31, 42, 20, 0.62);
}
/* Sensory Room = el plus: anillo dorado + badge */
.ec-card--sensory::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 13px;
  box-shadow: inset 0 0 0 2.5px var(--yellow, #e5b547);
  pointer-events: none;
}
.ec-card--sensory figcaption {
  position: absolute;
  left: 15px;
  bottom: 17px;
  background: rgba(31, 42, 20, 0.85);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0.34em 0.72em;
  border-radius: 999px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 6px 14px -8px rgba(0, 0, 0, 0.6);
}
/* Web: las 5 fotos SIEMPRE en una sola fila */
@media (min-width: 901px) {
  .espacio-collage { flex-wrap: nowrap; }
}
/* Móvil: 4 fotos en 2×2 y la 5ª apilada al centro, encima de ellas */
@media (max-width: 680px) {
  .espacio-collage {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .ec-card,
  .ec-card.ec-done,
  .espacio-collage.is-visible .ec-card {
    animation: none !important;
    opacity: 1 !important;
    position: relative;
    width: auto;
    margin: 0;
  }
  .ec-card:nth-child(1) { transform: rotate(-3deg) !important; }
  .ec-card:nth-child(2) { transform: rotate(3deg) !important; }
  .ec-card:nth-child(3) { transform: rotate(2deg) !important; }
  .ec-card:nth-child(4) { transform: rotate(-2deg) !important; }
  .ec-card:nth-child(5),
  .ec-card:nth-child(5).ec-done {
    position: absolute !important;
    top: 50%;
    left: 50%;
    width: 52% !important;
    transform: translate(-50%, -50%) rotate(-4deg) !important;
    z-index: 8;
    box-shadow: 0 30px 60px -24px rgba(31, 42, 20, 0.62);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ec-card, .espacio-collage.is-visible .ec-card { animation: none !important; transition: none; opacity: 1; transform: rotate(var(--rot)); }
}

/* ---------- Pasos "Reservar es así de simple": más vida, igual de simple ---------- */
.fiesta-steps .step {
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.5s ease;
  will-change: transform;
}
.fiesta-steps .step .step-num {
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.4s ease;
}
.fiesta-steps .step:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 52px -28px rgba(31, 42, 20, 0.5);
}
.fiesta-steps .step:hover .step-num { transform: scale(1.1); opacity: 0.7; }

/* ---------- Lightbox: ampliar foto del collage ---------- */
.ec-card { cursor: zoom-in; }
.fx-lightbox {
  position: fixed; inset: 0; z-index: 1200;
  display: flex; align-items: center; justify-content: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(15, 18, 12, 0.86);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fx-lightbox.is-open { opacity: 1; }
.fx-lightbox__img {
  max-width: min(92vw, 880px);
  max-height: 88vh;
  border-radius: 14px;
  border: 6px solid #fff;
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.7);
  transform: scale(0.96);
  transition: transform 0.35s cubic-bezier(0.16, 0.84, 0.3, 1);
}
.fx-lightbox.is-open .fx-lightbox__img { transform: scale(1); }
.fx-lightbox__close {
  position: absolute; top: 18px; right: 22px;
  width: 44px; height: 44px; border-radius: 50%;
  border: none; cursor: pointer;
  background: rgba(255, 255, 255, 0.92); color: var(--ink, #1f2a14);
  font-size: 1.6rem; line-height: 1;
  display: flex; align-items: center; justify-content: center;
}

/* FIX crítico: el atributo hidden lo pisaba display:flex y el overlay bloqueaba TODOS los clics */
.fx-lightbox[hidden] { display: none !important; }

/* ---------- Conector animado entre los 3 pasos "Reservar es así de simple" ---------- */
.fiesta-steps .steps { position: relative; }
.fiesta-steps .step { position: relative; z-index: 1; }
.fiesta-steps .steps::before {
  content: "";
  position: absolute;
  top: clamp(2rem, 3.2vw, 2.6rem);
  left: 16%;
  right: 16%;
  height: 2px;
  background: repeating-linear-gradient(to right, var(--olive, #696B57) 0 7px, transparent 7px 15px);
  opacity: 0.45;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.1s cubic-bezier(0.16, 0.84, 0.3, 1) 0.15s;
  z-index: 0;
}
.fiesta-steps .steps.is-visible::before { transform: scaleX(1); }
@media (max-width: 760px) { .fiesta-steps .steps::before { display: none; } }
@media (prefers-reduced-motion: reduce) {
  .fiesta-steps .steps::before { transition: none; transform: scaleX(1); }
}

/* ---------- Agenda embebida en el box de #reserva ---------- */
.enrol-agenda-box { padding: 0; overflow: hidden; display: flex; min-height: 440px; }
.enrol-agenda { width: 100%; min-height: 480px; border: 0; border-radius: inherit; }
.enrol-agenda-ph {
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center; gap: 1rem; width: 100%;
  padding: clamp(1.6rem, 3.5vw, 2.6rem);
}
.enrol-agenda-ph__ic { font-size: 2.4rem; line-height: 1; }
.enrol-agenda-ph__title { font-family: var(--display); font-size: clamp(1.5rem, 2.4vw, 2rem); margin: 0; }
.enrol-agenda-ph .muted { max-width: 34ch; }

/* Pasos "Reservar es así de simple": fondo blanco + sombra para que SE VEAN sobre el crema */
.fiesta-steps .step {
  background: #fff;
  border-left-color: rgba(31, 42, 20, 0.1);
  border-right-color: rgba(31, 42, 20, 0.1);
  border-bottom-color: rgba(31, 42, 20, 0.1);
  box-shadow: 0 18px 40px -26px rgba(31, 42, 20, 0.42), 0 2px 8px -3px rgba(31, 42, 20, 0.08);
}
