/* Image-first hero with optional video and user-activated sound controls. */
.oe-hero-film .oe-hero-picture{position:absolute;inset:0;z-index:-4}
.oe-hero-film .oe-hero-image{width:100%;height:100%!important;object-fit:cover;object-position:50% 50%}
.oe-hero-film .oe-hero-video{position:absolute;inset:0;z-index:-3;width:100%;height:100%;object-fit:cover;object-position:50% 50%;opacity:0;pointer-events:none;transition:opacity .5s ease}
.oe-hero-film.oe-film-visible .oe-hero-video{opacity:1}
.oe-hero-film:before{background:linear-gradient(90deg,rgba(10,10,10,.68),rgba(10,10,10,.38) 60%,rgba(10,10,10,.15))}
.oe-hero-film .oe-hero-controls{display:flex;align-items:center;gap:28px}
.oe-hero-film .oe-film-toggle{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:10px 16px;border:1px solid #ffffff90;background:#1118;color:white;font:12px/1.4 Arial,sans-serif;letter-spacing:.03em;cursor:pointer}
.oe-hero-film .oe-film-toggle:before{content:'';border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:7px solid currentColor}
.oe-hero-film .oe-film-toggle[data-playing="true"]:before{height:10px;width:7px;border:0;border-left:2px solid currentColor;border-right:2px solid currentColor}
.oe-hero-film .oe-film-toggle[hidden]{display:none}
.oe-hero-film .oe-film-toggle:hover{background:#111;color:#fff}
.oe-hero-film .oe-film-toggle:focus-visible{outline:2px solid white;outline-offset:4px}
@media(max-width:767px){.oe-hero-film .oe-hero-bottom>span{display:none}.oe-hero-film .oe-hero-controls{width:100%;justify-content:space-between;gap:16px}.oe-hero-film .oe-hero-bottom{bottom:28px}.oe-hero-film:before{background:linear-gradient(90deg,#101010ac,#10101068)}.oe-hero-film .oe-hero-video{object-position:50% 50%}}
@media(prefers-reduced-motion:reduce){.oe-hero-film .oe-hero-video{transition:none}}
.oe-hero-film .oe-sound-toggle:before{display:none}
@media(max-width:560px){.oe-hero-film .oe-hero-controls>a{display:none}.oe-hero-film .oe-hero-controls{gap:10px}.oe-hero-film .oe-film-toggle{padding:10px 12px;font-size:11px}}
