/* LT-SCHWELLE-V9-RC5-20260909
   Keep the existing 16% interior overscan and the original portal box.
   Lock ONLY the independent interior micro-zoom at its former 50% value.
   Combined interior crop = 1.32 * .92 = 1.2144, around the unchanged centre.
   This prevents the calibrated ground footpoint sliding against the fixed sill.
   Scene zoom, door rotation, hinge origins, veil, welcome and all RC2 rules stay
   untouched. !important also protects against the JS-fallback inline transform.
   The remote court is not repainted; its independent zoom is intentionally removed.
*/
.opening-gate .gate:not(.gate-static) .gate-interior {
  animation-name: none !important;
  transform: scale(.92) !important;
  will-change: auto;
}
