/* Fachada dos videos do Vimeo (tools/ligar_videos.py): miniatura + play; o player so carrega no clique. */
.vsl { position: absolute; inset: 0; background: #050808; }
.vsl img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vsl iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #050808; }
.vsl-play { position: absolute; left: 50%; top: 50%; translate: -50% -50%; width: 76px; height: 76px; border-radius: 50%;
  display: grid; place-items: center; text-decoration: none; color: #FFE3A3; font-size: 26px; padding-left: 5px; box-sizing: border-box;
  border: 1px solid rgba(255, 240, 169, .7); background: rgba(5, 8, 8, .55); box-shadow: 0 0 40px rgba(231, 188, 96, .16);
  transition: background .2s ease, transform .2s ease; }
.vsl-play:hover, .vsl-play:focus-visible { background: rgba(231, 188, 96, .35); transform: translate(0, 0) scale(1.06); outline: 2px solid #FFE3A3; outline-offset: 3px; }
