/* Scoped event media players. */
.hmd-embedded-video{display:block;width:100%;height:auto;aspect-ratio:16/9;background:#120d16;border-radius:12px;object-fit:contain;margin:22px 0;}
.hmd-video-section{padding:72px max(24px,calc((100vw - 1280px)/2));background:#211625;color:#f6f0f7;}
.hmd-video-section h2{font-size:clamp(32px,4vw,54px);line-height:1.1;margin:0 0 24px;}
.hmd-video-section h3{font-size:23px;margin:0;line-height:1.25;}
.hmd-video-section p{max-width:850px;line-height:1.6;}
.hmd-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;margin-top:32px;}
.hmd-video-grid article{min-width:0;}
.hmd-video-section a{color:#FEBEA8;}
.hmd-video-other{display:flex;flex-wrap:wrap;gap:16px 28px;margin-top:30px;}
@media(max-width:700px){.hmd-video-grid{grid-template-columns:1fr;gap:36px}.hmd-video-section{padding:44px 24px}.hmd-embedded-video{margin:18px 0}}
