/* WORKFORCE AI v57 — isolated hero; other pages untouched */
body.page-workforce .workforce-hero{
 position:relative;width:100%;height:520px;min-height:520px;overflow:hidden;background:#031a35;
}
body.page-workforce .workforce-hero__photo{
 position:absolute;z-index:1;top:0;right:0;width:64%;height:100%;overflow:hidden;
}
body.page-workforce .workforce-hero__photo img{
 display:block;width:100%;height:100%;object-fit:cover;object-position:62% center;
 filter:none!important;transform:none!important;
}
body.page-workforce .workforce-hero__blend{
 position:absolute;z-index:2;top:0;bottom:0;left:24%;width:51%;pointer-events:none;
 background:linear-gradient(90deg,
 #031a35 0%,#031a35 14%,
 rgba(3,26,53,.995) 28%,rgba(3,26,53,.96) 40%,
 rgba(3,26,53,.84) 53%,rgba(3,26,53,.62) 66%,
 rgba(3,26,53,.36) 79%,rgba(3,26,53,.15) 90%,
 rgba(3,26,53,0) 100%);
}
body.page-workforce .workforce-hero__inner{
 position:relative;z-index:3;width:min(1180px,92vw);height:100%;margin:0 auto;
 display:flex;align-items:center;
}
body.page-workforce .workforce-hero__copy{width:55%;max-width:690px}
body.page-workforce .workforce-hero__eyebrow{
 color:#35dcff!important;font-size:14px;font-weight:900;letter-spacing:.20em;
 text-transform:uppercase;margin-bottom:18px;text-shadow:0 2px 10px rgba(0,0,0,.72);
}
body.page-workforce .workforce-hero h1{
 color:#fff!important;margin:0 0 22px;max-width:690px;
 font-size:clamp(44px,4.15vw,66px);line-height:1.01;font-weight:850;
 letter-spacing:-.035em;text-shadow:0 3px 18px rgba(0,0,0,.82);
}
body.page-workforce .workforce-hero p{
 color:#fff!important;margin:0;max-width:650px;font-size:18px;line-height:1.5;
 font-weight:650;text-shadow:0 2px 14px rgba(0,0,0,.88);
}
@media(max-width:760px){
 body.page-workforce .workforce-hero{height:780px;min-height:780px}
 body.page-workforce .workforce-hero__inner{align-items:flex-start;padding-top:48px}
 body.page-workforce .workforce-hero__copy{width:100%}
 body.page-workforce .workforce-hero h1{font-size:42px}
 body.page-workforce .workforce-hero p{font-size:17px;max-width:94%}
 body.page-workforce .workforce-hero__photo{
  top:auto;left:0;right:0;bottom:0;width:100%;height:340px;
 }
 body.page-workforce .workforce-hero__photo img{object-position:65% center}
 body.page-workforce .workforce-hero__blend{
  left:0;right:0;top:auto;bottom:260px;width:100%;height:200px;
  background:linear-gradient(180deg,#031a35 0%,rgba(3,26,53,.98) 28%,rgba(3,26,53,.65) 65%,rgba(3,26,53,0) 100%);
 }
}