/* Ground the screens and bind every floor reflection to its own source. */
.profile-cinema--environment {
  border-top: 1px solid #a6c8d34d;
  box-shadow: inset 0 1px 0 #e1f4ff09;
}
.profile-cinema--environment::before,
.profile-cinema--environment::after {
  mask-image: linear-gradient(#000 0, #000 calc(100% - 150px), transparent);
}
.profile-cinema--environment .profile-cinema__stage {
  margin-top: clamp(46px, 5vw, 78px);
  aspect-ratio: 2.22;
}
.profile-cinema--environment .profile-cinema__stage > .profile-inspiration-film__frame { top: 8%; }
.profile-cinema--environment .profile-cinema__stage > .profile-inspiration-film__frame::after { display: none; }
.profile-cinema__reflection {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
  transform: scaleY(.38);
  transform-origin: top;
  mask-image: linear-gradient(#000b 0%, #0007 35%, transparent 95%);
  filter: blur(1.4px);
  opacity: .6;
  transition: opacity 620ms ease;
}
.profile-cinema__reflection img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: scaleY(-1);
  border-radius: inherit;
}
/* Only the exposed outer part of a rear screen can reflect beside the front one. */
.profile-cinema__stage > [data-position='left'] .profile-cinema__reflection { clip-path: inset(0 61% 0 0); opacity: .34; }
.profile-cinema__stage > [data-position='right'] .profile-cinema__reflection { clip-path: inset(0 0 0 61%); opacity: .34; }
.profile-cinema__stage > [data-position='center'] .profile-cinema__reflection { clip-path: none; }
/* A static poster must not pretend to mirror a moving cross-origin player. */
.profile-cinema__stage > .is-playing .profile-cinema__reflection { opacity: 0; }
.profile-cinema--environment .profile-inspiration-carousel__track { margin-top: 36px; }
@media (max-width: 980px) {
  .profile-cinema--environment .profile-cinema__stage { aspect-ratio: 1.94; margin-top: 48px; }
}
@media (max-width: 680px) {
  .profile-cinema--environment .profile-cinema__stage { aspect-ratio: 1.68; margin-top: 34px; }
  .profile-cinema--environment .profile-inspiration-carousel__track { margin-top: 22px; }
  .profile-cinema__reflection { filter: blur(.7px); }
}
