/* Plans internes, indépendants du défilement déjà validé. */
.scene-depth-source { visibility: hidden !important; }
.scene-depth { position: absolute; pointer-events: none; overflow: visible; transform-origin: 50% 50%; }
.scene-depth[hidden] { display: none !important; }
.scene-depth > .scene-depth__plane { position: absolute; inset: 0; overflow: hidden; }
.scene-depth .scene-depth__image { position: absolute; inset: auto; display: block; width: 100%; height: 100%; max-width: none; margin: 0; padding: 0; filter: none; opacity: 1; object-fit: cover; mask-mode: luminance; mask-size: cover; mask-repeat: no-repeat; mask-composite: add; }
@media (prefers-reduced-motion: reduce) {
  .scene-depth { display: none !important; }
  .scene-depth-source { visibility: visible !important; }
}
/* Le wide dépasse réellement le crop portrait : ne pas le recouper avant déplacement.
   Le cadre de la scène conserve son clipping final. */
.scene-depth[data-scene-depth$="-portrait"] > .scene-depth__plane { overflow: visible; }
