/*
 * Static site fixes: override Shopify theme.js behaviors that depend on
 * the Shopify runtime (custom element lifecycle, IntersectionObserver reveal).
 */

/* Force all reveal="true" images visible — theme.js IntersectionObserver
   would normally flip this, but it crashes without the Shopify runtime */
img[reveal="true"] {
  opacity: 1 !important;
}

[parallax="true"] > img[reveal="true"] {
  opacity: 1 !important;
}
