/* supplement.css — Wayback restore overrides (Phase 1 hook; extend in Phase 4).
   Squarespace ImageLoader sets img opacity via JS at runtime. In a static PHP
   restore that JS may not fire, leaving content images invisible (class="loading").
   Force them visible. */
img.loading,
img[data-load] {
  opacity: 1 !important;
}
