/* ============================================================
   liquid-reveal.css — WebGL liquid-glass reveal background.
   The host (.hero__bleed) provides size (absolute/inset:0);
   we only fill it with the canvas. Normal cursor; page scrolls
   normally on touch.
   ============================================================ */
.lr-root .lr-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
