.video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; padding: 0; background: #392A21; box-shadow: none; line-height: 0; }
.video-frame iframe { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.video-fallback { width: 100%; height: 100%; display: flex; align-items: flex-end; padding: 34px; color: #fff; text-decoration: none; background: linear-gradient(0deg, rgba(30,22,18,.74), rgba(30,22,18,.08)), url('https://i.ytimg.com/vi/wLIra8vDn8Q/maxresdefault.jpg') center / cover; }
.video-fallback span { display: flex; align-items: center; gap: 14px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.video-fallback b { display: grid; place-items: center; width: 47px; height: 47px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; font-size: 17px; font-weight: 400; }
