/* Keep the commercial film readable when the existing hero video is enabled. */
.conversion-hero.has-hero-video {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
    align-items: start;
    gap: 36px;
    min-height: 620px;
    padding: 66px max(28px, calc((100% - 1480px) / 2));
    text-align: left;
    background: #0b192c;
}
.has-hero-video .section-shell { order: 1; width: auto; max-width: none; margin: 0; padding: 0; }
.conversion-hero.has-hero-video h1 { font-size: clamp(34px, 3.4vw, 49px); line-height: 1.12; }
.has-hero-video .conversion-lead { font-size: 18px; line-height: 1.65; }
.has-hero-video .hero-actions { gap: 18px; flex-wrap: wrap; }
.has-hero-video .conversion-coverage { margin-top: 30px; flex-wrap: wrap; gap: 14px; }
.has-hero-video .conversion-coverage ul { flex-wrap: wrap; }
.has-hero-video .hero-video-background {
    order: 2;
    position: relative;
    inset: auto;
    z-index: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid #3c6578;
    border-radius: 16px;
    background: #0b192c;
    box-shadow: 0 24px 60px #0004;
}
.has-hero-video .hero-video-background::after { display: none; }
.hero-video-background video { object-fit: contain; }
.has-hero-video .hero-video-control { top: 16px; right: max(28px, calc((100% - 1480px) / 2)); }
.product-showcase-carousel:has(video) { grid-template-columns: minmax(0, 1fr); }
.product-showcase-carousel:has(video) .product-capabilities { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 32px; border: 0; }
.media-gallery-item > video.media-gallery-visual { object-fit: var(--media-fit, contain); object-position: center; }
.media-gallery-stage:has(.is-active video) { max-height: 720px; }
@media (max-width: 900px) {
    .conversion-hero.has-hero-video { grid-template-columns: minmax(0, 1fr); padding: 70px 28px 42px; gap: 34px; }
    .conversion-hero.has-hero-video h1 { font-size: clamp(34px, 6vw, 48px); }
    .has-hero-video .hero-video-background { max-width: 720px; justify-self: center; }
}
@media (max-width: 640px) {
    .conversion-hero.has-hero-video { padding: 68px 22px 36px; }
    .has-hero-video .hero-video-background { max-width: 350px; aspect-ratio: 9 / 16; }
    .has-hero-video .hero-video-control { right: 22px; }
    .product-showcase-carousel:has(video) .product-capabilities { grid-template-columns: minmax(0, 1fr); }
    .media-gallery-stage:has(.is-active video) { max-height: 75svh; }
}
