/* Clean alpha cutout keeps the hero free of a rectangular background or halo. */
.hero-visual{background:transparent;min-height:490px;display:flex;align-items:center;justify-content:center;overflow:visible}
.hero-visual img{position:static;width:112%;max-width:none;height:auto;object-fit:contain;object-position:center;mask-image:none;-webkit-mask-image:none;mix-blend-mode:normal}
@media(max-width:1050px){.hero-visual{min-height:440px}.hero-visual img{width:110%}}
@media(max-width:760px){.hero-visual{min-height:380px}.hero-visual img{width:110%}}
@media(max-width:640px){.hero-visual{min-height:0;aspect-ratio:auto;margin:6px 0 26px;padding:15px 0}.hero-visual img{width:108%;max-width:none}}
