.industries-hero{position:relative;min-height:540px}.industries-hero>img{width:100%;height:540px;-o-object-fit:cover;object-fit:cover}.industries-hero-copy{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;background:linear-gradient(90deg,rgba(3,18,35,.8),rgba(3,18,35,.24));color:var(--brand-text-inverse)}.industries-hero-copy h1,.industries-hero-copy p{max-width:820px;color:var(--brand-text-inverse)}.industries-hero-copy p{color:rgba(255,255,255,.82)}.industry-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.industry-card-grid article{overflow:hidden;border:1px solid var(--brand-border);background:#fff}.industry-card-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.industry-card-grid div{padding:24px}.industry-card-grid h2{font-size:24px}.project-stats{background:var(--brand-bg-alt)}.industries-cta .cta-panel{border:1px solid var(--brand-border);background:#fff;padding:48px;text-align:center;box-shadow:var(--shadow-soft)}.industries-cta .cta-panel p{max-width:760px;margin:0 auto 28px}@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}}