.logo{display:inline-flex;align-items:center;gap:.55rem}.logo::before{display:block;width:2rem;height:2rem;content:"";background:url("logo.svg") center/contain no-repeat}.logo span{color:#729744}.footer-content .logo::before{width:1.8rem;height:1.8rem}
.nav-links a.is-active:not(.nav-cta){color:var(--forest);font-weight:800;text-decoration:underline;text-decoration-color:var(--moss);text-decoration-thickness:2px;text-underline-offset:7px}.nav-links .nav-cta.is-active{background:var(--forest);color:var(--white)!important;border-color:var(--forest)}
.service-grid{grid-template-columns:repeat(3,1fr)}
@media(max-width:900px){.service-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.service-grid{grid-template-columns:1fr}}
