.services-hero{position:relative;min-height:620px;display:grid;align-items:end;overflow:hidden;background:var(--brand-primary-dark);padding:170px 0 86px}.services-hero 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}.services-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(138,66,38,.88),rgba(46,94,78,.62));z-index:1}.services-hero .container{z-index:2;max-width:900px}.services-hero h1{color:var(--brand-text-inverse);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.08}.services-hero .amsc-kicker,.services-hero p{color:var(--brand-text-inverse)}.services-scroll-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,1fr);grid-gap:18px;gap:18px;overflow-x:auto;padding-bottom:8px}.services-scroll-row article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:24px;background:var(--brand-bg)}.services-scroll-row span{display:inline-flex;margin-bottom:14px;color:var(--brand-primary-dark);font-weight:800}.services-stats{background:var(--brand-bg-alt)}.services-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.services-stat-grid div{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:24px}.services-stat-grid strong{display:block;font-size:2.5rem;color:var(--brand-primary-dark);line-height:1}.services-stat-grid span{display:block;margin:8px 0;color:var(--brand-text);font-weight:800}.services-cta{position:relative;overflow:hidden;background:var(--brand-primary-dark)}.services-cta img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.26}.services-cta .container{max-width:760px;text-align:center;z-index:1}.services-cta h2,.services-cta p{color:var(--brand-text-inverse)}@media (max-width:991px){.services-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.services-stat-grid{grid-template-columns:1fr}}