
/* FINAL: image-first hero banner with live clickable link overlays */
.final-hero-banner{position:relative;max-width:1600px;margin:0 auto 28px;background:#020604;overflow:hidden;border-radius:0;box-shadow:none;line-height:0;}
.final-hero-banner picture,.final-hero-banner img{display:block;width:100%;height:auto;}
.final-hero-img{object-fit:contain;background:#020604;}
.hero-hotspot{position:absolute;display:block;z-index:5;border-radius:14px;text-decoration:none;}
.hero-primary{left:6%;top:66.5%;width:24%;height:8%;}
.hero-secondary{left:30%;top:66.5%;width:22%;height:8%;}
.hero-hotspot:focus-visible{outline:3px solid #f5c542;outline-offset:4px;}
@media(max-width:760px){
  .final-hero-banner{margin:0 0 18px;border-radius:0;}
  .hero-primary{left:6%;top:56%;width:88%;height:5.2%;}
  .hero-secondary{left:6%;top:63%;width:88%;height:5.2%;}
}
