.orcelle-hero-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #080f1c;
  opacity: 0;
}
.orcelle-hero-video.is-ready { opacity: 1; }
.orcelle-atelier-hero.has-video { background: #080f1c; }
.orcelle-atelier-hero.has-video .orcelle-atelier-hero__art { opacity: 0; }
.orcelle-hero-video-toggle {
  position: absolute;
  z-index: 3;
  right: 32px;
  bottom: 188px;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid rgba(226,229,236,.35);
  color: #e2e5ec;
  background: rgba(8,15,28,.6);
  font-size: 11px;
  font-weight: 400;
}
.orcelle-hero-video-toggle[hidden] { display: none; }
.orcelle-hero-video-toggle:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
@media (max-width: 767px) {
  .orcelle-atelier-hero { background: #080f1c; }
  .orcelle-hero-video,
  .orcelle-atelier-hero__art img {
    object-fit: contain;
    object-position: center top;
    background: #080f1c;
    mask-image: linear-gradient(to bottom, #000 calc(100vw - 80px), transparent calc(100vw + 40px));
  }
  .orcelle-hero-video-toggle { right: 16px; bottom: 128px; padding: 8px 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .orcelle-hero-video, .orcelle-hero-video-toggle { display: none; }
}
