/* hero/index.html only — scoped overrides for the tear-reveal WebGL swap.
   css/style.css stays untouched so all/index.html keeps the original
   CSS-mask tear effect unaffected. */

/* #intact now holds only text; the photo/vignette it used to paint via
   .paper::before/::after is rendered by the WebGL canvas instead. */
#intact::before,
#intact::after {
  content: none;
}

#heroTearCanvas,
#heroTearFallback {
  z-index: 1;
}
