.image-showcase-hero{min-height:560px;display:grid;align-items:center}.image-showcase-hero .container{max-width:900px}.industry-card-section{background:#fff}.industry-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.industry-card-grid article{position:relative;min-height:300px;overflow:hidden;border:1px solid var(--brand-border);background-color:var(--brand-secondary)}.industry-card-grid img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.industry-card-grid article::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(28,26,0,.14),rgba(28,26,0,.88));z-index:1}.industry-card-grid article div{position:absolute;left:22px;right:22px;bottom:20px;z-index:2}.industry-card-grid h3,.industry-card-grid p{color:#fff}.industry-guidance{max-width:940px;margin:36px auto 0;padding:24px;border-left:4px solid var(--brand-primary);background:var(--brand-bg-alt)}.industry-guidance p{margin-bottom:14px;color:var(--brand-text)}.industry-guidance p:last-child{margin-bottom:0}.project-stats-bar{padding:36px 0}.stats-row{display:flex;flex-wrap:nowrap;gap:0}.stats-row div{flex:1 1 0;min-width:0;padding:0 18px;text-align:center;border-right:1px solid rgba(255,255,255,.25)}.stats-row div:last-child{border-right:0}.stats-row strong{display:block;font-size:max(2rem, min(4vw, 3.4rem));line-height:1}@media (max-width:991px){.stats-row{flex-wrap:wrap}.stats-row div{flex:0 0 50%;margin:12px 0}}