.industries-image-hero{position:relative;min-height:620px;padding:160px 0 96px;overflow:hidden;background:var(--brand-secondary);color:var(--brand-text-inverse)}.industries-image-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.55}.industries-image-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(23,16,18,.88),rgba(23,16,18,.48))}.industries-image-hero .container{position:relative;z-index:2}.industries-image-hero h1{max-width:900px;color:var(--brand-text-inverse);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1;margin:14px 0 18px;font-weight:900}.industries-image-hero .eyebrow,.industries-image-hero p{max-width:880px;color:var(--brand-text-inverse)}.industry-image-cards{padding:84px 0;background:var(--brand-bg)}.industry-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.industry-card-grid article{position:relative;overflow:hidden;border:1px solid var(--brand-border);background:var(--brand-bg)}.industry-card-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .25s;background:var(--brand-neutral-light)}.industry-card-grid article:hover img{transform:scale(1.04)}.industry-card-grid div{padding:22px}.industry-card-grid h3{color:var(--brand-text);font-size:1.15rem;margin-bottom:10px}.industry-card-grid p{color:var(--brand-text);margin:0}.project-stats-counter{padding:44px 0;background:var(--brand-primary-dark);color:var(--brand-text-inverse)}.project-stats-counter span,.project-stats-counter strong{display:block;color:var(--brand-text-inverse)}.project-stats-counter strong{font-size:2rem;line-height:1}.project-stats-counter span{margin-top:8px;font-weight:700;opacity:.92}.industries-standard-cta{background:var(--brand-secondary)}@media (max-width:991px){.industry-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.industry-card-grid{grid-template-columns:1fr}}