
/* V10 : miniatures sans légende, largeur et hauteur divisées par deux. */
.hero-dual{width:min(calc((100% - var(--pad)*2)/2),500px);gap:.8rem;margin-top:2rem}
.hero-video-card{padding:0;border-radius:8px;overflow:hidden}
.hero-video-screen{border-radius:7px}
.hero-video-card .clip-toggle{position:absolute;right:6px;bottom:6px;z-index:5;width:44px;height:44px;background:#141211b3;border:1px solid #ffffff80;color:#fff}
.clip-wave{top:12px;right:12px;height:15px}
.clip-focus{inset:24% 30%}
@media(max-width:720px){
 .hero-dual{width:calc(100% - var(--pad)*2);max-width:500px;grid-template-columns:1fr 1fr;gap:.6rem;margin:1.5rem auto 0}
 .clip-wave{height:12px;gap:2px;top:8px;right:8px}
}
