.home-page{display:grid}.home-hero{position:relative}.home-hero:before{background:var(--accent);border-radius:999px;content:"";display:block;height:.25rem;margin-bottom:1.5rem;width:3.5rem}.home-intro{font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.75}.home-signoff{margin-top:1rem}.available-services{display:grid;gap:1.5rem}.section-heading{display:grid;gap:.25rem}.section-heading h2{margin:0}.section-kicker,.service-card__eyebrow{color:var(--accent);font-size:.75rem;font-weight:700;letter-spacing:.09em;margin:0;text-transform:uppercase}.service-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{background:var(--bg-high);border-radius:var(--radius-lg);display:flex;flex-direction:column;justify-content:space-between;min-height:17rem;align-items:start;overflow:hidden;padding:clamp(1.5rem,4vw,2rem);position:relative}.service-card:before{background:var(--accent);content:"";inset:0 auto 0 0;position:absolute;width:.25rem}.service-card h3{font-size:clamp(1.35rem,3vw,1.75rem);margin:.5rem 0 .75rem}.service-card p{line-height:1.65}.service-card__content{max-width:34rem}@media(max-width:44rem){.service-grid{grid-template-columns:1fr}.service-card{min-height:0}}
