/* Pack-local hero strength — base.css keeps fleet defaults; this overrides opacity
   so atmospheric art survives the navy scrim (Manus often ships dark plate art). */
.hero-bg{
  background-image:url('../assets/img/hero.jpg');
  background-size:cover;background-position:center 40%;opacity:.78;
}
.hero-bg::after{
  background:
    radial-gradient(1300px 820px at 26% 40%,rgba(5,13,24,.72),rgba(5,13,24,.55) 58%,rgba(5,13,24,.48) 100%),
    linear-gradient(180deg,rgba(5,13,24,.62) 0%,rgba(5,13,24,.52) 42%,rgba(5,13,24,.78) 100%);
}
@media(max-width:640px){.hero-bg{opacity:.55}}
