.ridg-industries-hero{position:relative;min-height:560px;display:grid;align-items:center;overflow:hidden;padding-top:160px;background:var(--brand-primary-dark)}.ridg-industries-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ridg-industries-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(30,35,40,.88),rgba(30,35,40,.38))}.ridg-industries-hero .container{position:relative;z-index:2}.ridg-industries-hero .ridg-kicker,.ridg-industries-hero h1,.ridg-industries-hero p{color:var(--brand-text-inverse)}.ridg-industries-hero p{max-width:720px}.ridg-industry-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.ridg-industry-card-grid article{position:relative;overflow:hidden;display:grid;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);box-shadow:var(--shadow-card)}.ridg-industry-card-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.ridg-industry-card-grid h3,.ridg-industry-card-grid p{padding-left:20px;padding-right:20px}.ridg-industry-card-grid h3{margin-top:20px}.ridg-industry-card-grid p{padding-bottom:22px}.ridg-project-stats{background:var(--brand-primary-dark);padding:72px 0}.ridg-counter-bar{display:flex;flex-wrap:nowrap;gap:16px}.ridg-counter-bar div{flex:1 1 0;min-width:0;padding:22px;border:1px solid rgba(255,255,255,.18);border-radius:var(--brand-radius);text-align:center}.ridg-counter-bar span{display:block;color:var(--brand-text-inverse);font-size:2.2rem;font-weight:800;line-height:1}.ridg-counter-bar p,.ridg-stat-note{color:var(--brand-text-inverse)}.ridg-stat-note{max-width:780px;margin:24px auto 0;text-align:center}.ridg-industries-cta{text-align:center;background:var(--brand-bg)}.ridg-industries-cta p{max-width:720px;margin:0 auto 24px}@media (max-width:991px){.ridg-industry-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.ridg-industry-card-grid{grid-template-columns:1fr}.ridg-counter-bar{flex-wrap:wrap}.ridg-counter-bar div{flex-basis:calc(50% - 8px)}}