/* Three coordinated photography-style banners; all text remains HTML. */
.hb-hero{display:block;min-height:0;background:#c3d5e0}
.hb-hero::before{content:none}
.hb-slides{position:relative}
.hb-slide{position:relative;isolation:isolate;display:flex;align-items:center;min-height:700px;overflow:hidden;background:#c3d5e0}
.hb-slide[hidden]{display:none!important}
.hb-media{position:absolute;inset:0;z-index:-1;margin:0}
.hb-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;opacity:1}
.hb-slide--brand .hb-image{object-position:center top}
.hb-copy{position:relative;padding-block:76px 142px}
.hb-copy-inner{max-width:540px}
.hb-eyebrow{display:flex;align-items:center;gap:14px;margin:0 0 25px;color:#274d68;font-size:11px;font-weight:600;letter-spacing:.19em}
.hb-eyebrow::before{content:'';width:30px;height:3px;background:var(--brand-orange)}
.hb-hero .hb-title{margin:0;color:var(--brand-blue);font-size:clamp(48px,4.4vw,64px);font-weight:700;line-height:1.3;letter-spacing:.01em;text-shadow:none}
.hb-title em{color:#00508c;font-style:normal}
.hb-title i{color:var(--brand-orange);font-style:normal}
.hb-hero .hb-title--long{font-size:clamp(42px,3.8vw,55px)}
.hb-lead{max-width:440px;margin-top:23px;color:#203f57;font-size:15px;line-height:1.95;letter-spacing:.02em}
.hb-topics{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:22px;padding:0;list-style:none;color:#23455e;font-size:13px}
.hb-topics li{padding-left:11px;border-left:2px solid #497795}
.hb-hero .br-actions{margin-top:30px;gap:14px}
.hb-hero .br-button--outline{color:#204761;border-color:#6d8da4;background:#eaf3f9bd}
.hb-hero .br-button--outline:hover{background:#fff;border-color:#315c7d}
.hb-note{position:absolute;right:24px;bottom:100px;margin:0;padding:4px 8px;background:#eaf3f9e6;color:#274962;font-size:10px;line-height:1.7;letter-spacing:.035em}
.hb-toolbar{position:absolute;left:0;right:0;bottom:22px;display:flex;align-items:center;justify-content:space-between;gap:24px;z-index:2;padding:0 18px;background:#edf5fae8;border:1px solid #c2d6e480;backdrop-filter:blur(12px)}
.hb-toolbar[hidden],.hb-toolbar [hidden]{display:none!important}
.hb-switcher{display:flex;gap:28px;align-items:center}
.hb-switcher button{display:flex;align-items:center;gap:11px;position:relative;min-height:52px;padding:13px 3px;border:0;border-bottom:2px solid transparent;background:transparent;color:#2c5069;font-size:14px;line-height:1.5;cursor:pointer;transition:color .2s,border-color .2s}
.hb-switcher button span{font:11px Arial,sans-serif;letter-spacing:.07em;color:#476e89}
.hb-switcher button[aria-pressed='true']{color:var(--brand-blue);border-bottom-color:var(--brand-orange);font-weight:700}
.hb-switcher button:hover{color:var(--brand-blue)}
.hb-tools{display:flex;align-items:center;gap:9px}
.hb-tools button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;padding:10px;border:1px solid #6f8ea5;background:#eaf3f9e0;color:#1c4462;font-size:14px;line-height:1.5;cursor:pointer}
.hb-tools button:hover{background:#fff;border-color:var(--brand-blue)}
.hb-tools [data-hero-play]{min-width:92px;font-size:12px}
.hb-toolbar button:focus-visible,.hb-hero a:focus-visible{outline:3px solid var(--brand-orange);outline-offset:4px}
.hb-business{position:relative;background:#e5edf2}
.hb-business .br-hero-strip{border-top:0;padding-block:19px;gap:35px}
.hb-business .br-hero-strip a{color:#244a65}
.hb-business .br-hero-strip a>span{color:#4b6b81}
.hb-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
@media(min-width:1800px){.hb-slide{min-height:740px}}
@media(min-width:2200px){
 .hb-slide{background:linear-gradient(110deg,#a8c2d5,#d9e5ed)}
 .hb-media{left:auto;right:0;width:1900px}
 .hb-image{mask-image:linear-gradient(90deg,transparent,#000 22%)}
}
@media(min-width:768px) and (max-width:1199px){
 .hb-slide{min-height:690px}
 .hb-copy-inner{max-width:465px}
 .hb-hero .hb-title{font-size:52px}
 .hb-hero .hb-title--long{font-size:45px}
 .hb-lead{max-width:390px;font-size:14px}
 .hb-switcher{gap:20px}
 .hb-switcher button{font-size:13px}
 .hb-tools{gap:7px}
}
/* Keep the image behind the copy at every viewport width. */
.hb-business .br-hero-strip b{font-weight:400;white-space:nowrap}
@media(max-width:1199px){
 .hb-business .br-hero-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
 .hb-business .br-hero-strip a{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 8px}
 .hb-business .br-hero-strip a>span{grid-column:1/-1;white-space:nowrap}
}
@media(max-width:767px){
 .hb-slide{min-height:520px;align-items:flex-start}
 .hb-copy{padding-block:26px 156px}
 .hb-copy-inner{max-width:440px}
 .hb-eyebrow{font-size:9px;letter-spacing:.12em;margin-bottom:16px;gap:10px}
 .hb-eyebrow::before{width:22px;height:2px;flex-shrink:0}
 .hb-hero .hb-title{font-size:clamp(36px,6.5vw,46px);line-height:1.28}
 .hb-hero .hb-title--long{font-size:clamp(32px,5.8vw,41px);line-height:1.35}
 .hb-lead{width:fit-content;max-width:100%;padding:9px 12px;margin-top:17px;border-left:2px solid #7799b1;background:#edf4f9f2;color:#19364e;font-size:14px;line-height:1.8;letter-spacing:0}
 .hb-topics{width:fit-content;margin-top:12px;padding:6px 9px;background:#edf4f9f2;color:#19364e;font-size:11px;gap:10px 17px}
 .hb-topics li{padding-left:8px}
 .hb-hero .br-actions{margin-top:18px;gap:11px}
 .hb-hero .br-button{font-size:12px;min-height:44px;padding:10px 15px;gap:16px}
 .hb-image{object-position:62% center}
 .hb-slide--brand .hb-image{object-position:65% center}
 .hb-media::after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,#b9cfdfbd 0%,#c3d5e066 52%,#c3d5e000 100%)}
 .hb-note{z-index:1;right:16px;bottom:151px;max-width:calc(100% - 32px);font-size:9px;padding:3px 6px;letter-spacing:0}
 .hb-toolbar{left:0;right:0;bottom:16px;width:calc(100% - 32px);padding:5px 12px 10px;display:grid;grid-template-columns:minmax(0,1fr);justify-content:stretch;gap:8px}
 .hb-switcher{justify-content:space-between;gap:10px}
 .hb-switcher button{font-size:12px;gap:7px;min-height:44px;padding:10px 0;white-space:nowrap}
 .hb-tools{justify-content:flex-end}
 .hb-tools [data-hero-play]{margin-right:auto}
 .hb-tools button{min-width:44px;min-height:44px;padding:9px}
 .hb-business .br-hero-strip{padding-block:15px;gap:16px}
 .hb-business .br-hero-strip a{min-height:44px;font-size:13px}
 .hb-business .br-hero-strip a>span{font-size:8px;letter-spacing:.045em}
}
@media(max-width:380px){
 .hb-copy{width:calc(100% - 32px)}
 .hb-hero .hb-title{font-size:34px}
 .hb-hero .hb-title--long{font-size:29px}
 .hb-eyebrow{font-size:8px;letter-spacing:.07em;gap:8px}
 .hb-lead{font-size:13px;padding:8px 10px}
 .hb-hero .br-button{padding:10px 11px;gap:10px}
 .hb-switcher button{font-size:11px;gap:4px}
 .hb-switcher button span{font-size:9px}
 .hb-business .br-hero-strip{gap:10px}
 .hb-business .br-hero-strip a>span{font-size:7px}
}
@media(prefers-reduced-motion:reduce){.hb-toolbar button{transition:none}}
