.nsl-section{color:#111;background:#fff}.nsl-section--soft{background:#f7f6f2}.nsl-page-width{max-width:1440px;margin:0 auto;padding:0 2rem}.nsl-eyebrow{margin:0 0 1.2rem;font-size:1.1rem;font-weight:600;letter-spacing:.18em}.nsl-heading{margin:0;font-family:Manrope,var(--font-heading-family);font-weight:500;letter-spacing:-.03em;line-height:1.08}.nsl-copy{color:rgba(17,17,17,.72);line-height:1.7}.nsl-link{display:inline-flex;align-items:center;gap:.8rem;color:inherit;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:.3rem}.nsl-link:hover{opacity:.62}.nsl-link:focus-visible,.nsl-card:focus-visible{outline:2px solid #111;outline-offset:4px}.nsl-placeholder{width:100%;height:100%;background:#eceae4}
.nsl-hero{position:relative;min-height:var(--hero-mobile-height);isolation:isolate;overflow:hidden}.nsl-hero__media,.nsl-hero__media:after{position:absolute;inset:0}.nsl-hero__media:after{content:"";background:#000;opacity:var(--mobile-overlay)}.nsl-hero__media img{width:100%;height:100%;object-fit:cover}.nsl-hero__content{position:absolute;z-index:1;inset:0;display:flex;width:100%;height:100%;align-items:flex-start;color:var(--hero-color)}.nsl-hero__inner{position:relative;top:30%;width:min(100%,var(--hero-mobile-content-width));max-width:100%;transform:translateY(-50%)}.nsl-hero__content--mobile-v-top .nsl-hero__inner{top:4rem;transform:none}.nsl-hero__content--mobile-v-upper-middle .nsl-hero__inner{top:30%;transform:translateY(-50%)}.nsl-hero__content--mobile-v-center .nsl-hero__inner{top:50%;transform:translateY(-50%)}.nsl-hero__content--mobile-v-lower-middle .nsl-hero__inner{top:68%;transform:translateY(-50%)}.nsl-hero__content--mobile-v-bottom .nsl-hero__inner{top:calc(100% - 4rem);transform:translateY(-100%)}.nsl-hero__content--mobile-h-left{justify-content:flex-start}.nsl-hero__content--mobile-h-center{justify-content:center}.nsl-hero__content--mobile-h-right{justify-content:flex-end}.nsl-hero__content--mobile-text-left{text-align:left}.nsl-hero__content--mobile-text-center{text-align:center}.nsl-hero__content--mobile-text-right{text-align:right}.nsl-hero h1{font-size:clamp(4rem,7vw,8.4rem)}.nsl-hero .nsl-copy{max-width:min(100%,52rem);color:inherit;font-size:1.6rem}.nsl-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem 2.4rem;margin-top:2.2rem}.nsl-hero__content--mobile-text-center .nsl-hero__actions{justify-content:center}.nsl-hero__content--mobile-text-right .nsl-hero__actions{justify-content:flex-end}
.nsl-hero__actions .button::after{content:none}
.nsl-pad{padding-top:var(--pt);padding-bottom:var(--pb)}.nsl-section-head{margin-bottom:3rem}.nsl-section-head h2{font-size:clamp(3rem,4vw,5rem)}.nsl-grid{display:grid;gap:1.2rem}.nsl-categories{grid-template-columns:repeat(2,minmax(0,1fr))}.nsl-card{color:inherit;text-decoration:none}.nsl-card__media{position:relative;aspect-ratio:4/5;overflow:hidden;background-color:#FFFFFF}.nsl-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.nsl-card:hover img{transform:scale(1.025)}.nsl-card__meta{display:flex;justify-content:space-between;gap:1rem;padding:1.5rem 0;border-bottom:1px solid #e4e3df}.nsl-card__title{font-family:Manrope,var(--font-heading-family);font-size:1.6rem}.nsl-arrow{font-size:2rem;line-height:1}
.nsl-story{display:grid}.nsl-story__media{min-height:42rem;background:#eceae4}.nsl-story__media img{width:100%;height:100%;object-fit:cover}.nsl-story__content{display:flex;align-items:center;padding:5rem 2rem}.nsl-story__inner{max-width:56rem}.nsl-story h2,.nsl-editorial h2{font-size:clamp(3.6rem,5vw,6.4rem)}.nsl-story .button{margin-top:2rem}
.nsl-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.nsl-benefit{padding:2.4rem 0;border-top:1px solid #e4e3df}.nsl-benefit svg{width:3rem;height:3rem;stroke:#111;fill:none;stroke-width:1.25}.nsl-benefit h3{font:500 1.5rem Manrope,var(--font-heading-family)}
.nsl-editorial{position:relative;display:flex;min-height:56rem;align-items:center;justify-content:center;text-align:center;color:#fff;isolation:isolate}.nsl-editorial__media,.nsl-editorial__media:after{position:absolute;inset:0}.nsl-editorial__media:after{content:"";background:#000;opacity:var(--overlay)}.nsl-editorial img{width:100%;height:100%;object-fit:cover}.nsl-editorial__content{position:relative;z-index:1;max-width:92rem;padding:5rem 2rem}.nsl-editorial .button{margin-top:2.5rem}
.nsl-reviews{grid-template-columns:1fr}.nsl-review{padding:3rem 0;border-top:1px solid #e4e3df}.nsl-stars{color:#8c9c86;letter-spacing:.18em}.nsl-review blockquote{margin:2rem 0;font:400 2.2rem/1.45 Manrope,var(--font-heading-family)}.nsl-review cite{font-style:normal;font-size:1.2rem;letter-spacing:.08em;text-transform:uppercase}
@media(min-width:750px){.nsl-page-width{padding-left:5rem;padding-right:5rem}.nsl-hero{min-height:var(--hero-height)}.nsl-hero__media:after{opacity:var(--overlay)}.nsl-hero__mobile{display:none}.nsl-hero__inner{top:32%;width:min(100%,var(--hero-desktop-content-width));transform:translateY(-50%)}.nsl-hero__content--desktop-v-top .nsl-hero__inner{top:5rem;transform:none}.nsl-hero__content--desktop-v-upper-middle .nsl-hero__inner{top:32%;transform:translateY(-50%)}.nsl-hero__content--desktop-v-center .nsl-hero__inner{top:50%;transform:translateY(-50%)}.nsl-hero__content--desktop-v-lower-middle .nsl-hero__inner{top:68%;transform:translateY(-50%)}.nsl-hero__content--desktop-v-bottom .nsl-hero__inner{top:calc(100% - 5rem);transform:translateY(-100%)}.nsl-hero__content--desktop-h-left{justify-content:flex-start}.nsl-hero__content--desktop-h-center{justify-content:center}.nsl-hero__content--desktop-h-right{justify-content:flex-end}.nsl-hero__content--desktop-text-left{text-align:left}.nsl-hero__content--desktop-text-center{text-align:center}.nsl-hero__content--desktop-text-right{text-align:right}.nsl-hero__content--desktop-text-left .nsl-hero__actions{justify-content:flex-start}.nsl-hero__content--desktop-text-center .nsl-hero__actions{justify-content:center}.nsl-hero__content--desktop-text-right .nsl-hero__actions{justify-content:flex-end}.nsl-categories{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}.nsl-story{grid-template-columns:1fr 1fr}.nsl-story--reverse .nsl-story__media{order:2}.nsl-story__content{padding:8rem}.nsl-benefits{grid-template-columns:repeat(4,minmax(0,1fr));gap:3rem}.nsl-reviews{grid-template-columns:repeat(3,minmax(0,1fr));gap:4rem}}@media(max-width:749px){.nsl-hero__desktop--mobile-set{display:none}.nsl-hero .nsl-eyebrow{margin-bottom:.8rem}.nsl-hero h1{font-size:clamp(3.6rem,10vw,4.6rem)}.nsl-hero .nsl-copy{font-size:1.5rem;line-height:1.55}.nsl-hero__actions{flex-direction:column;align-items:flex-start}.nsl-hero__content--mobile-text-center .nsl-hero__actions{align-items:center}.nsl-hero__content--mobile-text-right .nsl-hero__actions{align-items:flex-end}.nsl-pad{padding-top:calc(var(--pt)*.7);padding-bottom:calc(var(--pb)*.7)}}
body{color:#111}.header-wrapper{border-bottom-color:#e4e3df!important}.header__heading-link{font-family:Manrope,var(--font-heading-family);font-weight:600;letter-spacing:.08em}.collection__title .title{font-family:Manrope,var(--font-heading-family);font-weight:500;letter-spacing:-.03em}.collection__description{color:rgba(17,17,17,.64)}.card-wrapper .card{--border-opacity:0}.card__heading{font-family:Manrope,var(--font-heading-family);font-weight:500}.newsletter__wrapper{background:#fff;border-top:1px solid #e4e3df}.newsletter__wrapper h2{font-family:Manrope,var(--font-heading-family);font-weight:500;letter-spacing:-.03em}.footer__content-top{padding-bottom:7rem}.footer-block__heading{font-family:Manrope,var(--font-heading-family);font-weight:500}.button:focus-visible,.header__icon:focus-visible,.list-menu__item:focus-visible,.field__input:focus-visible{outline:2px solid #111!important;outline-offset:3px;box-shadow:none!important}
@media(max-width:749px){.nsl-hero__inner{display:contents}.nsl-hero__upper,.nsl-hero__lower{position:absolute;width:min(calc(100% - 4rem),var(--hero-mobile-content-width));max-width:calc(100% - 4rem)}.nsl-hero__upper{top:6%;transform:none}.nsl-hero__content--mobile-v-top .nsl-hero__upper{top:3rem}.nsl-hero__content--mobile-v-upper-middle .nsl-hero__upper{top:6%}.nsl-hero__content--mobile-v-center .nsl-hero__upper{top:16%}.nsl-hero__content--mobile-v-lower-middle .nsl-hero__upper{top:24%}.nsl-hero__content--mobile-v-bottom .nsl-hero__upper{top:30%}.nsl-hero__lower--mobile-middle{top:50%}.nsl-hero__lower--mobile-lower-middle{top:62%}.nsl-hero__lower--mobile-bottom{top:auto;bottom:4rem}.nsl-hero__content--mobile-h-left .nsl-hero__upper,.nsl-hero__content--mobile-h-left .nsl-hero__lower{right:auto;left:2rem;transform:none}.nsl-hero__content--mobile-h-center .nsl-hero__upper,.nsl-hero__content--mobile-h-center .nsl-hero__lower{right:auto;left:50%;transform:translateX(-50%)}.nsl-hero__content--mobile-h-right .nsl-hero__upper,.nsl-hero__content--mobile-h-right .nsl-hero__lower{right:2rem;left:auto;transform:none}.nsl-hero__lower .nsl-copy{max-width:100%}.nsl-hero__lower .nsl-copy p:last-child{margin-bottom:0}.nsl-hero__lower .nsl-hero__actions{margin-top:1.6rem}.nsl-hero__actions .button{border:0;box-shadow:none}.nsl-hero__actions .button::before,.nsl-hero__actions .button::after{content:none;box-shadow:none}.nsl-hero__actions .button:focus-visible{outline:.2rem solid #f7f6f2!important;outline-offset:.3rem;box-shadow:none!important}}
