/* Full-width image treatment: preserve the source 2:1 ratio so embedded copy is never cropped. */
.hero{max-width:none;padding:0}
.hero-banner{width:100%;aspect-ratio:2/1}
.hero-banner img{width:100%;height:100%;object-fit:contain;object-position:center;background:#fff}
.hero-info,.hero-stats{max-width:1280px;margin-left:auto;margin-right:auto}
.hero-info{padding-left:24px;padding-right:24px}
.hero-stats{padding-left:24px;padding-right:24px}
.services-section{max-width:none;padding-left:0;padding-right:0}
.services-section>.section-heading{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}
.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1280px;margin-left:auto;margin-right:auto;gap:18px}
.service-card,.service-card-featured,.service-card-wide{display:flex;flex-direction:column;min-height:0}
.service-card-wide{grid-column:auto}
.service-card figure,.service-card-wide figure{width:100%;height:auto;min-height:0;aspect-ratio:2/1;background:#fff}
.service-card figure img,.service-card-wide figure img{width:100%;height:100%;object-fit:contain;object-position:center;background:#fff}
.service-card-copy,.service-card-wide .service-card-copy{min-height:190px;padding:28px 32px}
.service-info-card{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;padding:32px;background:var(--dark);color:#fff}
.service-info-card .eyebrow{color:var(--yellow)}
.service-info-card h3{max-width:360px;margin:15px 0 14px;font-size:clamp(24px,2.8vw,36px);line-height:1.25}
.service-info-card>div>p:not(.eyebrow){max-width:430px;color:#c7cec3;font-size:13px}
.service-info-card ul{display:grid;gap:0;margin:28px 0;padding:0;list-style:none;border-top:1px solid #4c534b}
.service-info-card li{padding:10px 0;border-bottom:1px solid #4c534b;color:#dfe4dc;font-size:12px}
.service-info-card li:before{content:"+";margin-right:9px;color:var(--yellow)}
.service-info-card .button{align-self:flex-start}
@media (max-width:600px){.hero-banner{aspect-ratio:2/1}.hero-info,.hero-stats{padding-left:18px;padding-right:18px}.services-section>.section-heading{padding-left:18px;padding-right:18px}.service-grid{grid-template-columns:1fr;width:100%;padding-left:0;padding-right:0}.service-card,.service-card-featured,.service-card-wide{border-left:0;border-right:0}.service-card-copy,.service-card-wide .service-card-copy{min-height:0;padding:22px 18px}.service-info-card{min-height:430px;padding:26px 22px}}
