/* MOT-1 Fondu sobre — reveal vertical uniquement */
[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1)}
[data-reveal].in{opacity:1;transform:translateY(0)}
.stagger > *{opacity:0;transform:translateY(16px);transition:opacity .55s ease, transform .55s cubic-bezier(.2,.8,.2,1)}
.stagger.in > *{opacity:1;transform:translateY(0)}
.stagger.in > *:nth-child(1){transition-delay:.06s}
.stagger.in > *:nth-child(2){transition-delay:.12s}
.stagger.in > *:nth-child(3){transition-delay:.18s}
.stagger.in > *:nth-child(4){transition-delay:.24s}
.stagger.in > *:nth-child(5){transition-delay:.30s}
.stagger.in > *:nth-child(6){transition-delay:.36s}
.stagger.in > *:nth-child(7){transition-delay:.42s}
.stagger.in > *:nth-child(8){transition-delay:.48s}

@media (prefers-reduced-motion: reduce){
  [data-reveal],[data-reveal].in,.stagger > *,.stagger.in > *{opacity:1 !important;transform:none !important;transition:none !important;animation:none !important}
  .open-now.is-open .dot,.hero-dispo.is-open .dot{animation:none !important}
}
