.sc-section__header{padding:11.2rem 8rem 6.4rem;text-align:center}.sc-eyebrow{display:block;font-family:var(--font-body);font-size:1.12rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--color-muted-rose);margin-bottom:1.6rem}.sc-section__heading{font-family:var(--font-display);font-size:clamp(3.2rem,4vw,4.8rem);font-weight:300;color:var(--color-deep-fir);line-height:1.15}.sc-section__heading em{font-style:italic;color:var(--color-muted-rose)}.sc-category__eyebrow{display:block;font-family:var(--font-body);font-size:1.12rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--color-muted-rose);margin-bottom:2rem;position:relative;z-index:1}.sc-category__name{font-family:var(--font-display);font-size:clamp(3.2rem,4vw,4.8rem);font-weight:300;color:var(--color-deep-fir);line-height:1.1;margin-bottom:2.4rem;position:relative;z-index:1}.sc-category__name em{font-style:italic;color:var(--color-muted-rose)}.sc-category__desc{margin-bottom:3.2rem;position:relative;z-index:1}.sc-category__desc p,.sc-category__desc li{font-family:var(--font-body);font-size:1.47rem;font-weight:300;line-height:1.85;color:var(--color-warm-stone)}.sc-category__desc ul,.sc-category__desc ol{padding-left:1.8rem;margin-bottom:0}.sc-category__desc li{margin-bottom:0rem}.sc-category__cta{display:inline-flex;align-items:center;gap:1.2rem;font-family:var(--font-body);font-size:1.12rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-deep-fir);text-decoration:none;position:relative;z-index:1;width:fit-content;padding-bottom:.4rem;transition:color var(--duration-base) var(--ease-out)}.sc-category__cta:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--color-muted-rose);transition:width var(--duration-base) var(--ease-out)}.sc-category__cta:hover{color:var(--color-muted-rose)}.sc-category__cta:hover:after{width:100%}.sc-category__cta:focus-visible{outline:.2rem solid var(--color-muted-rose);outline-offset:.4rem}.sc-category__cta:active{opacity:.7}.sc-category__cta-arrow{display:flex;align-items:center;flex-shrink:0;transition:transform var(--duration-base) var(--ease-out)}.sc-category__cta:hover .sc-category__cta-arrow{transform:translate(.4rem)}.sc-category__num-watermark{position:absolute;font-family:var(--font-display);font-size:clamp(12rem,16vw,20rem);font-weight:300;line-height:.85;letter-spacing:-.05em;color:var(--color-deep-fir);opacity:.055;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:0}.sc-section--alternating .sc-categories{border-top:none}.sc-section--alternating .sc-category{display:grid;grid-template-columns:58fr 42fr;min-height:60vh;position:relative}.sc-section--alternating .sc-category--even{grid-template-columns:42fr 58fr}.sc-section--alternating .sc-category--even .sc-category__img-wrap{order:2}.sc-section--alternating .sc-category--even .sc-category__text{order:1}.sc-section--alternating .sc-category__img-wrap{position:relative;overflow:hidden}.sc-section--alternating .sc-category__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--duration-slower) var(--ease-out)}.sc-section--alternating .sc-category:hover .sc-category__img{transform:scale(1.04)}.sc-section--alternating .sc-category__text{position:relative;padding:6.4rem 6.4rem 6.4rem 8rem;background:transparent;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.sc-section--alternating .sc-category--even .sc-category__text{padding:6.4rem 8rem 6.4rem 6.4rem}.sc-section--alternating .sc-category__num-watermark{bottom:-2rem;right:-1.6rem}.sc-section--alternating .sc-category--even .sc-category__num-watermark{right:auto;left:-1.6rem}.sc-section--cards .sc-section__header{padding-bottom:4rem}.sc-section--cards .sc-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;padding:0 8rem 9.6rem}.sc-section--cards .sc-categories--count-1{grid-template-columns:1fr;max-width:32rem;margin-left:auto;margin-right:auto}.sc-section--cards .sc-categories--count-2{grid-template-columns:repeat(2,1fr)}.sc-section--cards .sc-categories--count-2.sc-categories--shape-circle .sc-category__img-wrap{max-width:36rem;margin-left:auto;margin-right:auto}.sc-section--cards .sc-categories--count-4{grid-template-columns:repeat(4,1fr)}.sc-section--cards .sc-categories--count-5{grid-template-columns:repeat(6,1fr)}.sc-section--cards .sc-categories--count-5 .sc-category{grid-column:span 2}.sc-section--cards .sc-categories--count-5 .sc-category:nth-child(4){grid-column:2 / 4}.sc-section--cards .sc-categories--count-5 .sc-category:nth-child(5){grid-column:4 / 6}.sc-section--cards .sc-category{display:block;position:relative}.sc-section--cards .sc-category__img-wrap{width:100%;aspect-ratio:3/4;overflow:hidden;position:relative}.sc-section--cards .sc-category__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--duration-slower) var(--ease-out)}.sc-section--cards .sc-category:hover .sc-category__img{transform:scale(1.05)}.sc-section--cards .sc-categories--shape-square .sc-category__img-wrap{aspect-ratio:1 / 1}.sc-section--cards .sc-categories--shape-circle .sc-category__img-wrap{aspect-ratio:1 / 1;border-radius:50%}.sc-section--cards .sc-categories--shape-circle .sc-category:hover .sc-category__img{transform:scale(1.08)}.sc-section--cards .sc-categories--shape-circle .sc-category__text{text-align:center}.sc-section--cards .sc-categories--shape-circle .sc-category__cta{align-self:center;margin-left:auto;margin-right:auto}.sc-section--cards.sc-section--card-desc-left .sc-category__desc,.sc-section--cards.sc-section--card-desc-left .sc-category__desc p{text-align:left}.sc-section--cards .sc-category__text{padding:2.4rem 0 0;background:transparent;overflow:visible;position:relative}.sc-section--cards .sc-category__name{font-size:clamp(2rem,2.4vw,2.8rem);margin-bottom:1.2rem}.sc-section--cards .sc-category__desc{margin-bottom:2rem}.sc-section--cards .sc-category__desc p{font-size:1.36rem}.sc-section--cards .sc-category__num-watermark{display:none}.sc-section--overlay .sc-categories{border-top:none}.sc-section--overlay .sc-category{position:relative;display:block;min-height:70vh;overflow:hidden}.sc-section--overlay .sc-category__img-wrap{position:absolute;top:0;right:0;bottom:0;left:0}.sc-section--overlay .sc-category__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--duration-slower) var(--ease-out)}.sc-section--overlay .sc-category:hover .sc-category__img{transform:scale(1.05)}.sc-section--overlay{--sc-grad-rgb: 46, 74, 58}.sc-section--overlay.color-scheme-3{--sc-grad-rgb: 212, 137, 126}.sc-section--overlay.color-scheme-5{--sc-grad-rgb: 74, 107, 82}.sc-section--overlay .sc-category--odd:before,.sc-section--overlay .sc-category--even:before{content:"";position:absolute;top:0;bottom:0;width:68%;z-index:1;pointer-events:none}.sc-section--overlay .sc-category--odd:before{left:0;background:linear-gradient(to right,rgba(var(--sc-grad-rgb),.95) 0%,rgba(var(--sc-grad-rgb),.92) 20%,rgba(var(--sc-grad-rgb),.86) 40%,rgba(var(--sc-grad-rgb),.74) 58%,rgba(var(--sc-grad-rgb),.48) 75%,rgba(var(--sc-grad-rgb),.18) 90%,transparent 100%)}.sc-section--overlay .sc-category--even:before{right:0;background:linear-gradient(to left,rgba(var(--sc-grad-rgb),.95) 0%,rgba(var(--sc-grad-rgb),.92) 20%,rgba(var(--sc-grad-rgb),.86) 40%,rgba(var(--sc-grad-rgb),.74) 58%,rgba(var(--sc-grad-rgb),.48) 75%,rgba(var(--sc-grad-rgb),.18) 90%,transparent 100%)}.sc-section--overlay .sc-category__text{position:absolute;top:0;bottom:0;width:52%;display:flex;flex-direction:column;justify-content:center;overflow:hidden;z-index:2}.sc-section--overlay .sc-category--odd .sc-category__text{left:0;padding:6.4rem 6.4rem 6.4rem 8rem;align-items:flex-start}.sc-section--overlay .sc-category--even .sc-category__text{right:0;padding:6.4rem 8rem 6.4rem 6.4rem;align-items:flex-end}.sc-section--overlay .sc-category__eyebrow{color:var(--color-lichen)}.sc-section--overlay .sc-category__name{color:var(--color-white-petal);font-size:clamp(3.2rem,4.5vw,5.6rem)}.sc-section--overlay .sc-category__name em{color:var(--color-petal-blush)}.sc-section--overlay .sc-category__desc p,.sc-section--overlay .sc-category__desc li{color:#f2ede6c7}.sc-section--overlay .sc-category--even .sc-category__eyebrow,.sc-section--overlay .sc-category--even .sc-category__name,.sc-section--overlay .sc-category--even .sc-category__desc p,.sc-section--overlay .sc-category--even .sc-category__desc li{text-align:right}.sc-section--overlay .sc-category--even .sc-category__desc ul{list-style:none;padding-left:0;margin-top:0rem;margin-bottom:3rem}.sc-section--overlay .sc-category__cta{color:var(--color-white-petal)}.sc-section--overlay .sc-category__cta:after{background:var(--color-petal-blush)}.sc-section--overlay .sc-category__cta:hover{color:var(--color-petal-blush)}.sc-section--overlay .sc-category--even .sc-category__cta:after{left:auto;right:0}.sc-section--overlay .sc-category__num-watermark{bottom:-2rem;right:2rem;color:var(--color-white-petal);opacity:.07}.sc-section--overlay .sc-category--even .sc-category__num-watermark{right:auto;left:2rem}@media screen and (max-width:1100px){.sc-section__header{padding:8rem 4.8rem 4.8rem}.sc-section--alternating .sc-category__text,.sc-section--alternating .sc-category--even .sc-category__text{padding:4.8rem}.sc-section--cards .sc-categories,.sc-section--cards .sc-categories--count-4,.sc-section--cards .sc-categories--count-5{grid-template-columns:repeat(2,1fr);padding:0 4.8rem 8rem;gap:3.2rem}.sc-section--cards .sc-categories--count-5 .sc-category,.sc-section--cards .sc-categories--count-5 .sc-category:nth-child(4),.sc-section--cards .sc-categories--count-5 .sc-category:nth-child(5){grid-column:span 1}.sc-section--cards .sc-categories--count-1,.sc-section--cards .sc-categories--count-2{max-width:100%}.sc-section--overlay .sc-category--odd .sc-category__text,.sc-section--overlay .sc-category--even .sc-category__text{width:65%;padding:4.8rem}}@media screen and (max-width:749px){.sc-section__header{padding:6.4rem 2.4rem 4rem}.sc-section--alternating .sc-category,.sc-section--alternating .sc-category--even{grid-template-columns:1fr;min-height:auto}.sc-section--alternating .sc-category--even .sc-category__img-wrap,.sc-section--alternating .sc-category--even .sc-category__text{order:unset}.sc-section--alternating .sc-category__img-wrap{height:28rem}.sc-section--alternating .sc-category__text,.sc-section--alternating .sc-category--even .sc-category__text{padding:4rem 2.4rem}.sc-section--alternating .sc-category__num-watermark{font-size:10rem}.sc-section--cards .sc-categories{grid-template-columns:1fr;padding:0 2.4rem 6.4rem;gap:4rem}.sc-section--cards .sc-category__img-wrap{aspect-ratio:4/3}.sc-section--overlay .sc-category{min-height:56vh}.sc-section--overlay .sc-category--odd .sc-category__text,.sc-section--overlay .sc-category--even .sc-category__text{width:88%;padding:3.2rem 2.4rem}}@media(prefers-reduced-motion:no-preference){.sc-reveal{opacity:0;transform:translateY(2.4rem);transition:opacity var(--duration-slower) var(--ease-out),transform var(--duration-slower) var(--ease-out)}.sc-reveal.is-visible{opacity:1;transform:translateY(0)}.sc-img-reveal{opacity:0;transition:opacity var(--duration-slower) var(--ease-out)}.sc-img-reveal.is-visible{opacity:1}.sc-reveal--delay-1{transition-delay:80ms}.sc-reveal--delay-2{transition-delay:.16s}.sc-reveal--delay-3{transition-delay:.24s}.sc-reveal--delay-4{transition-delay:.32s}}.sc-section.color-scheme-4 .sc-section__heading,.sc-section.color-scheme-5 .sc-section__heading{color:var(--color-white-petal)}.sc-section.color-scheme-4 .sc-eyebrow,.sc-section.color-scheme-5 .sc-eyebrow{color:var(--color-petal-blush)}.sc-section--alternating.color-scheme-4 .sc-category__name,.sc-section--alternating.color-scheme-5 .sc-category__name{color:var(--color-white-petal)}.sc-section--alternating.color-scheme-4 .sc-category__eyebrow,.sc-section--alternating.color-scheme-5 .sc-category__eyebrow{color:var(--color-petal-blush)}.sc-section--alternating.color-scheme-4 .sc-category__desc p,.sc-section--alternating.color-scheme-4 .sc-category__desc li,.sc-section--alternating.color-scheme-5 .sc-category__desc p,.sc-section--alternating.color-scheme-5 .sc-category__desc li{color:#f2ede6c7}.sc-section--alternating.color-scheme-4 .sc-category__cta,.sc-section--alternating.color-scheme-5 .sc-category__cta{color:var(--color-white-petal)}.sc-section--alternating.color-scheme-4 .sc-categories,.sc-section--alternating.color-scheme-5 .sc-categories,.sc-section--alternating.color-scheme-4 .sc-category,.sc-section--alternating.color-scheme-5 .sc-category{border-color:var(--color-border-dark)}.sc-section--cards.color-scheme-4 .sc-category__name,.sc-section--cards.color-scheme-5 .sc-category__name{color:var(--color-white-petal)}.sc-section--cards.color-scheme-4 .sc-category__eyebrow,.sc-section--cards.color-scheme-5 .sc-category__eyebrow{color:var(--color-petal-blush)}.sc-section--cards.color-scheme-4 .sc-category__desc p,.sc-section--cards.color-scheme-4 .sc-category__desc li,.sc-section--cards.color-scheme-5 .sc-category__desc p,.sc-section--cards.color-scheme-5 .sc-category__desc li{color:#f2ede6c7}.sc-section--cards.color-scheme-4 .sc-category__cta,.sc-section--cards.color-scheme-5 .sc-category__cta{color:var(--color-white-petal)}.sc-section--alternating .sc-category--theme-cream .sc-category__text{background:var(--color-white-petal)}.sc-section--alternating .sc-category--theme-blush .sc-category__text{background:var(--color-soft-petal)}.sc-section--alternating .sc-category--theme-white .sc-category__text{background:var(--color-bg-elevated)}.sc-section--alternating .sc-category--theme-forest .sc-category__text{background:var(--color-deep-fir)}.sc-section--alternating .sc-category--theme-moss .sc-category__text{background:var(--color-forest-moss)}.sc-section--alternating .sc-category--theme-forest .sc-category__name,.sc-section--alternating .sc-category--theme-moss .sc-category__name{color:var(--color-white-petal)}.sc-section--alternating .sc-category--theme-forest .sc-category__eyebrow,.sc-section--alternating .sc-category--theme-moss .sc-category__eyebrow{color:var(--color-petal-blush)}.sc-section--alternating .sc-category--theme-forest .sc-category__desc p,.sc-section--alternating .sc-category--theme-forest .sc-category__desc li,.sc-section--alternating .sc-category--theme-moss .sc-category__desc p,.sc-section--alternating .sc-category--theme-moss .sc-category__desc li{color:#f2ede6c7}.sc-section--alternating .sc-category--theme-forest .sc-category__cta,.sc-section--alternating .sc-category--theme-moss .sc-category__cta,.sc-section--alternating .sc-category--theme-forest .sc-category__num-watermark,.sc-section--alternating .sc-category--theme-moss .sc-category__num-watermark{color:var(--color-white-petal)}.sc-section--overlay .sc-category--theme-blush.sc-category--odd:before{background:linear-gradient(to right,rgba(224,170,162,.95) 0%,rgba(224,170,162,.92) 20%,rgba(224,170,162,.86) 40%,rgba(224,170,162,.74) 58%,rgba(224,170,162,.48) 75%,rgba(224,170,162,.18) 90%,transparent 100%)}.sc-section--overlay .sc-category--theme-blush.sc-category--even:before{background:linear-gradient(to left,rgba(224,170,162,.95) 0%,rgba(224,170,162,.92) 20%,rgba(224,170,162,.86) 40%,rgba(224,170,162,.74) 58%,rgba(224,170,162,.48) 75%,rgba(224,170,162,.18) 90%,transparent 100%)}.sc-section--overlay .sc-category--theme-blush .sc-category__name{color:var(--color-dark-bark)}.sc-section--overlay .sc-category--theme-blush .sc-category__eyebrow{color:var(--color-muted-rose)}.sc-section--overlay .sc-category--theme-blush .sc-category__cta{color:var(--color-dark-bark)}.sc-section--overlay .sc-category--theme-blush .sc-category__desc p,.sc-section--overlay .sc-category--theme-blush .sc-category__desc li{color:#3b342ed1}.sc-section--overlay .sc-category--theme-blush .sc-category__cta:after{background:var(--color-muted-rose)}.sc-section--overlay .sc-category--theme-blush .sc-category__cta:hover{color:var(--color-muted-rose)}.sc-section--overlay .sc-category--theme-cream.sc-category--odd:before{background:linear-gradient(to right,rgba(242,237,230,.97) 0%,rgba(242,237,230,.94) 20%,rgba(242,237,230,.88) 40%,rgba(242,237,230,.76) 58%,rgba(242,237,230,.5) 75%,rgba(242,237,230,.2) 90%,transparent 100%)}.sc-section--overlay .sc-category--theme-cream.sc-category--even:before{background:linear-gradient(to left,rgba(242,237,230,.97) 0%,rgba(242,237,230,.94) 20%,rgba(242,237,230,.88) 40%,rgba(242,237,230,.76) 58%,rgba(242,237,230,.5) 75%,rgba(242,237,230,.2) 90%,transparent 100%)}.sc-section--overlay .sc-category--theme-cream .sc-category__name{color:var(--color-deep-fir)}.sc-section--overlay .sc-category--theme-cream .sc-category__eyebrow{color:var(--color-muted-rose)}.sc-section--overlay .sc-category--theme-cream .sc-category__cta{color:var(--color-deep-fir)}.sc-section--overlay .sc-category--theme-cream .sc-category__desc p,.sc-section--overlay .sc-category--theme-cream .sc-category__desc li{color:var(--color-warm-stone)}.sc-section--overlay .sc-category--theme-cream .sc-category__cta:after{background:var(--color-muted-rose)}.sc-section--overlay .sc-category--theme-cream .sc-category__cta:hover{color:var(--color-muted-rose)}.sc-section--overlay .sc-category--theme-forest.sc-category--odd:before{background:linear-gradient(to right,rgba(46,74,58,.95) 0%,rgba(46,74,58,.92) 20%,rgba(46,74,58,.86) 40%,rgba(46,74,58,.74) 58%,rgba(46,74,58,.48) 75%,rgba(46,74,58,.18) 90%,transparent 100%)}.sc-section--overlay .sc-category--theme-forest.sc-category--even:before{background:linear-gradient(to left,rgba(46,74,58,.95) 0%,rgba(46,74,58,.92) 20%,rgba(46,74,58,.86) 40%,rgba(46,74,58,.74) 58%,rgba(46,74,58,.48) 75%,rgba(46,74,58,.18) 90%,transparent 100%)}.sc-section--overlay .sc-category--theme-moss.sc-category--odd:before{background:linear-gradient(to right,rgba(74,107,82,.95) 0%,rgba(74,107,82,.92) 20%,rgba(74,107,82,.86) 40%,rgba(74,107,82,.74) 58%,rgba(74,107,82,.48) 75%,rgba(74,107,82,.18) 90%,transparent 100%)}.sc-section--overlay .sc-category--theme-moss.sc-category--even:before{background:linear-gradient(to left,rgba(74,107,82,.95) 0%,rgba(74,107,82,.92) 20%,rgba(74,107,82,.86) 40%,rgba(74,107,82,.74) 58%,rgba(74,107,82,.48) 75%,rgba(74,107,82,.18) 90%,transparent 100%)}.sc-section--cards .sc-category--theme-cream .sc-category__text,.sc-section--cards .sc-category--theme-blush .sc-category__text,.sc-section--cards .sc-category--theme-white .sc-category__text,.sc-section--cards .sc-category--theme-forest .sc-category__text,.sc-section--cards .sc-category--theme-moss .sc-category__text{padding:2.4rem}.sc-section--cards .sc-category--theme-cream .sc-category__text{background:var(--color-white-petal)}.sc-section--cards .sc-category--theme-blush .sc-category__text{background:var(--color-soft-petal)}.sc-section--cards .sc-category--theme-white .sc-category__text{background:var(--color-bg-elevated)}.sc-section--cards .sc-category--theme-forest .sc-category__text{background:var(--color-deep-fir)}.sc-section--cards .sc-category--theme-moss .sc-category__text{background:var(--color-forest-moss)}.sc-section--cards .sc-category--theme-forest .sc-category__name,.sc-section--cards .sc-category--theme-moss .sc-category__name{color:var(--color-white-petal)}.sc-section--cards .sc-category--theme-forest .sc-category__eyebrow,.sc-section--cards .sc-category--theme-moss .sc-category__eyebrow{color:var(--color-petal-blush)}.sc-section--cards .sc-category--theme-forest .sc-category__desc p,.sc-section--cards .sc-category--theme-forest .sc-category__desc li,.sc-section--cards .sc-category--theme-moss .sc-category__desc p,.sc-section--cards .sc-category--theme-moss .sc-category__desc li{color:#f2ede6c7}.sc-section--cards .sc-category--theme-forest .sc-category__cta,.sc-section--cards .sc-category--theme-moss .sc-category__cta{color:var(--color-white-petal)}
/*# sourceMappingURL=/cdn/shop/t/5/assets/service-categories.css.map */
