@import url("/css/base.css");

.hero{padding:44px 0 60px;background:var(--white)}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}
.hero-lead{margin-top:18px;font-size:16.5px;color:var(--stone);max-width:58ch}
.hero-figure{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hero-figure img{width:100%;height:100%;aspect-ratio:3/4;object-fit:cover;border-radius:12px}
@media (max-width:860px){.hero-grid{grid-template-columns:1fr}}

.section-lead{color:var(--stone);max-width:64ch;margin-top:10px;margin-bottom:24px}
.service-grid .card.wide{display:flex;align-items:flex-start;gap:14px}
.service-grid .badge-num{margin-top:2px}
.service-grid .card-body p{color:var(--stone);font-size:14px;margin-top:6px}
