.video-hero{position:relative;overflow:hidden;border-radius:var(--video-radius-lg);background:var(--video-color-surface)}.video-hero__slide{position:relative;min-height:22rem}.video-hero__slide img,.video-hero__placeholder{width:100%;height:clamp(22rem,55vw,38rem);object-fit:cover;background:linear-gradient(135deg,var(--video-color-surface-raised),var(--video-color-bg))}.video-hero__content{position:absolute;inset:auto 0 0;padding:clamp(1.25rem,4vw,3rem);background:linear-gradient(transparent,rgba(0,0,0,.92))}.video-hero__content h2{max-width:22ch;font-size:clamp(2rem,6vw,4.5rem);line-height:1.02;overflow-wrap:anywhere}.video-hero__content p{max-width:var(--video-readable-width);color:var(--video-color-muted)}.video-hero__controls{position:absolute;inset:auto var(--video-space-4) var(--video-space-4) auto;display:flex;gap:var(--video-space-2);z-index:2}@media (max-width:47.999rem){.video-hero__content{padding:clamp(1rem,3.5vw,2rem)}.video-hero__content h2{font-size:clamp(1.5rem,5.2vw,3.25rem);line-height:1.08;max-width:20ch}.video-hero__controls{inset:var(--video-space-3) var(--video-space-3) auto auto;gap:var(--video-space-2)}}
