/* Last page: solid plate over film + opening logo */
.film:has(.scene-end.is-on) .film-logo,
.film:has(.scene-end.is-on) .film-logo.is-on {
  opacity: 0 !important;
  visibility: hidden;
}
.scene-end {
  z-index: 6;
}
.scene-end.is-on {
  background: #07090c;
}
.scene-end .scene-copy {
  background: #07090cf0;
}
.end-panel {
  background: #07090cf5;
}
