.home-hero{position:relative;isolation:isolate;display:flex;align-items:center;min-height:min(82svh,760px);background:var(--brand);color:#f3f6ef;padding-block:clamp(5rem,12vw,9rem)}.home-hero-media{position:absolute;inset:0;z-index:-2;background:var(--brand)}.home-hero-img{object-fit:cover;object-position:center 42%}.home-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(95deg,rgba(7,23,0,.93),rgba(7,23,0,.82) 34%,rgba(7,23,0,.42) 66%,rgba(7,23,0,.2)),linear-gradient(180deg,rgba(7,23,0,.3),rgba(7,23,0,0) 30%,rgba(7,23,0,.35))}.home-hero-inner{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.home-hero-title{font-size:clamp(2.5rem,5.6vw,4.25rem);max-width:15ch}.home-hero-lead{max-width:44ch;font-size:clamp(1rem,1.3vw,1.125rem);color:hsla(86,28%,95%,.72)}.home-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}.home-services-head{display:grid;grid-template-columns:1fr auto;grid-gap:2rem 4rem;gap:2rem 4rem;align-items:end;margin-bottom:clamp(3rem,6vw,5rem)}.home-services-title{max-width:16ch;margin-top:0}.home-stats{display:flex;gap:clamp(2rem,4vw,3.5rem)}.home-stat{display:flex;flex-direction:column;gap:.15rem}.home-stat-value{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;letter-spacing:-.04em;line-height:1}.home-stat-label{font-size:.8125rem;color:var(--color-muted)}.home-service-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem 3rem;gap:2.5rem 3rem}.home-service{display:block;padding-top:1.5rem;border-top:1px solid var(--color-border);transition:border-color .2s ease}.home-service:hover{border-top-color:var(--accent)}.home-service-title{font-size:1.25rem;margin-bottom:.5rem}.home-service-copy{font-size:.9375rem;color:var(--color-muted);max-width:28ch}.home-project-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(1.5rem,3vw,2.25rem);gap:clamp(1.5rem,3vw,2.25rem)}.home-project-media{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--color-surface-2);border-radius:var(--radius);margin-bottom:1.1rem}.home-project-img{object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.3,1)}.home-project:hover .home-project-img{transform:scale(1.04)}.home-project-title{font-size:1.125rem}.home-project-meta{margin-top:.25rem;font-size:.875rem;color:var(--color-muted)}.home-quote-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.home-quote-text{font-size:clamp(1.5rem,3.2vw,2.5rem);line-height:1.22;letter-spacing:-.035em;font-weight:700;max-width:20ch;text-wrap:balance}.home-quote-cite{font-size:.9375rem;color:var(--color-muted)}.home-cta{background:var(--brand);color:#f3f6ef;padding-block:clamp(3.5rem,7vw,5.5rem)}.home-cta-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.75rem}.home-cta-title{font-size:clamp(1.75rem,3.4vw,2.5rem);max-width:18ch}@media (max-width:1000px){.home-service-grid{grid-template-columns:repeat(2,1fr);gap:2rem 2.5rem}.home-services-head{grid-template-columns:1fr;align-items:start}}@media (max-width:860px){.home-hero:before{background:linear-gradient(180deg,rgba(7,23,0,.78),rgba(7,23,0,.86))}}@media (max-width:760px){.home-project-grid{grid-template-columns:1fr}.home-stats{gap:2rem}}@media (max-width:520px){.home-service-grid{grid-template-columns:1fr;gap:1.75rem}.home-hero-actions .btn{flex:1 1 100%}}