
/* Contours live in their own layers. No position/size/overflow overrides on
   the original sticky journey, absolute text overlays, cards or footer. */
.lf-contour-backdrop-v2 {
  position:absolute; inset:0; width:100%; height:100%;
  overflow:hidden; pointer-events:none!important; user-select:none;
  opacity:0; visibility:hidden;
}
.journey-stage > .lf-contour-backdrop-v2--journey { z-index:-3; }
.lf8-paper > .lf-contour-backdrop-v2--services { z-index:0; }
#lf5-module #gallery > .viewport { isolation:isolate; }
#lf5-module .lf-contour-backdrop-v2--news { display:none!important; }
.lf-contour-backdrop-v2 > canvas { pointer-events:none!important; }
