/* Hood Archery - YouTube facade / lazy embed */
.hood-youtube-lite {
    max-width: 560px;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #111;
    position: relative;
    margin: 20px auto;
    overflow: hidden;
}

.hood-youtube-lite img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hood-youtube-play {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: transparent;
}

.hood-youtube-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 72px;
    height: 52px;
    line-height: 52px;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    background: rgba(0,0,0,.74);
    color: #fff;
    font-size: 28px;
    text-align: center;
    pointer-events: none;
}

.hood-youtube-lite iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
