/* Inner-page banner: designer image shown in full (no overlay, no text). */
.jdr-banner{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;line-height:0;}
.jdr-banner__bg{width:100%;height:auto;display:block;}
.jdr-banner__seo{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
/* Home hero slider: image-only slides. Container aspect-ratio is set inline from slide 1. */
.jdr-hslider{width:100%;position:relative;overflow:hidden;background:var(--bls-dark,#282c34);}
.jdr-hslide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease;}
.jdr-hslide.is-active{opacity:1;}
.jdr-hslide__bg{width:100%;height:100%;object-fit:cover;display:block;}
.jdr-hslider__dots{position:absolute;z-index:3;bottom:20px;left:0;right:0;display:flex;gap:10px;justify-content:center;}
.jdr-hslider__dots button{width:12px;height:12px;border-radius:50%;border:none;background:rgba(255,255,255,.55);cursor:pointer;padding:0;}
.jdr-hslider__dots button.is-active{background:#fff;}
