/* Compatibilidade Safari/iPhone para a abertura em vídeo. */
.opening-poster { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.opening-video { opacity: 0; transition: opacity .25s ease; }
.opening-video.is-playing { opacity: 1; }
