/* Galería que "cobra vida" al hacer scroll — ver context/runbook_scroll_gallery.md */
.photo-strip--scrollstory {
  transform-origin: center center;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .photo-strip--scrollstory { transform: none !important; }
}
