/* PAPERUS cinematic film embed — deliberately isolated from the site shell. */
.brand-film {
  border-color: #fff;
  background: #090d1c;
  box-shadow:
    0 45px 110px rgba(9, 13, 28, .38),
    0 0 0 1px rgba(22, 51, 255, .24),
    0 0 72px rgba(22, 51, 255, .1);
}

.brand-film-frame {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #090d1c;
}

.brand-film noscript,
.brand-film noscript video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 760px) {
  .brand-film {
    box-shadow:
      0 28px 70px rgba(9, 13, 28, .34),
      0 0 0 1px rgba(22, 51, 255, .22);
  }
}
