.services-hub{background:var(--services-hub-bg,var(--color-forest));color:var(--services-hub-color,var(--color-pale));padding:clamp(2rem,4vw,2.5rem)}.services-hub__inner{margin:0 auto;width:min(var(--container-wide),100%)}.services-hub__header{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;margin-bottom:1.75rem}.services-hub__copy{max-width:44rem}.services-hub__heading{color:currentColor;font-size:var(--services-hub-heading-size,clamp(2rem,3.2vw,2.65rem));line-height:1.05;margin:0}.services-hub__intro{color:color-mix(in srgb,currentColor 84%,transparent);font-size:1rem;line-height:1.6;margin-bottom:0;margin-top:.75rem;max-width:38rem}.services-hub__grid{display:grid;gap:.9rem;grid-template-columns:repeat(6,minmax(0,1fr))}.services-hub--four-items .services-hub__grid{gap:clamp(.9rem,1.25vw,1.15rem);grid-template-columns:repeat(4,minmax(0,1fr))}.services-hub__card{min-width:0}.services-hub__media-link{color:inherit;display:block;text-decoration-line:none}.services-hub__media{aspect-ratio:1/.8;background:color-mix(in srgb,currentColor 10%,transparent);margin:0;overflow:hidden}.services-hub--four-items .services-hub__media{aspect-ratio:1.72/1}.services-hub__media img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.services-hub__media-placeholder{align-items:center;background:linear-gradient(135deg,rgba(144,115,58,.44),hsla(45,40%,98%,.12)),hsla(45,40%,98%,.08);color:var(--color-pale);display:flex;font-family:Marcellus,serif;font-size:1.15rem;height:100%;justify-content:center;line-height:1.2;padding-left:1rem;padding-right:1rem;text-align:center}.services-hub__card-content{padding-top:.8rem}.services-hub__card-title{color:currentColor;font-size:var(--services-hub-card-title-size,clamp(1.2rem,1.5vw,1.45rem));line-height:1.1;margin:0}.services-hub__card-text,.services-hub__card-text p{color:color-mix(in srgb,currentColor 88%,transparent);font-size:.96rem;line-height:1.55;margin-bottom:0;margin-top:.5rem}.services-hub__card-button{align-items:center;background:var(--color-gold);color:var(--color-pale);display:inline-flex;font-size:.95rem;gap:.75rem;line-height:1.1;margin-top:1rem;min-height:2.75rem;padding:.72rem 1rem;text-decoration-line:none}.services-hub__card-button:after{background:currentColor;content:"";height:.75rem;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='12' fill='none' viewBox='0 0 32 12'%3E%3Cpath fill='%23000' d='M31.53 6.054a.75.75 0 0 0 0-1.06L26.757.22a.75.75 0 0 0-1.06 1.06l4.242 4.243-4.242 4.243a.75.75 0 1 0 1.06 1.06zM0 5.524v.75h31v-1.5H0z'/%3E%3C/svg%3E") center /contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='12' fill='none' viewBox='0 0 32 12'%3E%3Cpath fill='%23000' d='M31.53 6.054a.75.75 0 0 0 0-1.06L26.757.22a.75.75 0 0 0-1.06 1.06l4.242 4.243-4.242 4.243a.75.75 0 1 0 1.06 1.06zM0 5.524v.75h31v-1.5H0z'/%3E%3C/svg%3E") center /contain no-repeat;transition:transform var(--transition-base);width:2rem}.services-hub__card-button:active:after,.services-hub__card-button:focus-visible:after,.services-hub__card-button:hover:after{transform:translateX(.2rem)}.services-hub__card-button:focus-visible{outline:2px solid currentColor;outline-offset:2px}@media (max-width:1200px){.services-hub__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.services-hub--four-items .services-hub__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:900px){.services-hub--four-items .services-hub__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:800px){.services-hub{padding:2rem .9rem}.services-hub__header{flex-direction:column;gap:1.25rem}.services-hub__header>.btn--consultation{display:none}.services-hub__grid{gap:1.5rem;grid-template-columns:1fr}.services-hub--four-items .services-hub__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}