/* V10 replaces only V9's uniform rim, preserving image/floor/reflection behavior. */
.profile-cinema--environment .profile-cinema__stage > .profile-inspiration-film__frame.has-optical-rim {
  box-shadow: 0 22px 40px #0009;
}
.profile-cinema--environment .profile-cinema__stage > .profile-inspiration-film__frame.has-optical-rim::before {
  display: none;
}
.profile-cinema__optical-rim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 6;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 1;
  transition: opacity 620ms ease;
}
.profile-cinema__stage > [data-position='left'] .profile-cinema__optical-rim,
.profile-cinema__stage > [data-position='right'] .profile-cinema__optical-rim { opacity: .58; }
.profile-cinema__stage > :focus-within .profile-cinema__optical-rim { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .profile-cinema__optical-rim { transition: none; }
}
