/**
 * Slot images must stay visible. Runtime hydrate swaps src/focal from /api/visuals.
 * Do NOT add opacity:0 rules on img[data-slot] anywhere (inline or CSS) — breaks prod.
 */
img[data-slot] {
  opacity: 1 !important;
}
video[data-poster-slot] {
  opacity: 1 !important;
}
