.hero{position:relative;display:flex;overflow:hidden;color:var(--color-text-inverse);background:var(--color-bg-dark)}.hero--small{min-height:55svh}.hero--medium{min-height:75svh}.hero--full{min-height:100svh}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover}.hero__media--mobile{display:block}.hero__media--desktop{display:none}@media(min-width:750px){.hero__media--mobile{display:none}.hero__media--desktop{display:block}}@media(prefers-reduced-motion:reduce){.hero__media video{display:none}}@media(max-width:749px){.hero--whole-image-mobile .hero__media img,.hero--whole-image-mobile .hero__media video{object-fit:contain;object-position:center 90%!important}.hero--hide-ctas-mobile .hero__ctas{display:none}.hero--whole-image-mobile .hero__media[data-parallax] img,.hero--whole-image-mobile .hero__media[data-parallax] video{height:100%;top:0;transform:none!important}}.hero__media[data-parallax] img,.hero__media[data-parallax] video{height:116%;top:-8%;position:relative;will-change:transform}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 90% at 50% 30%,transparent 40%,rgba(0,0,0,.55) 100%),linear-gradient(to top,#000000c7,#00000040 45%,#00000059);opacity:var(--hero-overlay, .5)}.hero__content{position:relative;z-index:2;display:flex;flex-direction:column;gap:1.4rem;width:100%;padding-block:clamp(4.5rem,12vh,8rem);justify-content:flex-end}.hero--v-middle .hero__content{justify-content:center}.hero--v-low .hero__content{padding-bottom:clamp(1.5rem,4vh,3rem)}.hero--h-left .hero__content{align-items:flex-start;text-align:left}.hero--h-center .hero__content{align-items:center;text-align:center}.hero--h-right .hero__content{align-items:flex-end;text-align:right}.hero--light-text{color:var(--color-text-inverse)}.hero--dark-text{color:var(--color-text)}.hero__heading{max-width:16ch}.hero--h-center .hero__heading{max-width:20ch}.hero__text{max-width:46ch;font-size:clamp(1rem,.9rem + .5vw,1.2rem)}.hero__text--tagline{font-size:clamp(.85rem,.75rem + .6vw,1.05rem);letter-spacing:.3em;text-transform:uppercase;font-weight:var(--font-body-weight-bold)}.hero__ctas{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.4rem}.hero__logo{width:min(72vw,560px);height:auto}.hero--h-center .hero__logo{margin-inline:auto}.hero__rule{width:clamp(72px,10vw,140px);height:4px;background:var(--color-accent)}.hero--h-center .hero__rule{margin-inline:auto}.hero__scroll{position:absolute;bottom:1.6rem;left:50%;transform:translate(-50%);z-index:3;display:inline-flex;flex-direction:column;align-items:center;gap:.55rem;color:inherit;text-decoration:none;font-size:.66rem;letter-spacing:.28em;text-transform:uppercase;opacity:.85}.hero__scroll:hover{opacity:1}.hero__scroll-line{width:1px;height:44px;background:color-mix(in srgb,currentColor 40%,transparent);overflow:hidden;position:relative}.hero__scroll-line:after{content:"";position:absolute;top:-50%;left:0;width:100%;height:50%;background:var(--color-accent);animation:hero-scroll-drop 2.2s cubic-bezier(.4,0,.2,1) infinite}@keyframes hero-scroll-drop{0%{top:-50%}60%,to{top:110%}}@media(prefers-reduced-motion:reduce){.hero__scroll-line:after{animation:none;top:25%}}.manifesto__text{font-family:var(--font-heading);font-size:calc(clamp(1.6rem,1rem + 3vw,3.4rem) * var(--heading-scale));line-height:1.15;letter-spacing:-.01em;max-width:26ch}.headings-uppercase .manifesto__text{text-transform:none}.manifesto__text em{font-style:normal;color:var(--color-accent)}.manifesto--center .manifesto__text{margin-inline:auto;text-align:center}.four-products__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:clamp(1.8rem,4vw,3rem)}.four-products__grid{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;margin-inline:calc(-1*clamp(1.25rem,4vw,3rem));padding-inline:clamp(1.25rem,4vw,3rem)}.four-products__item{flex:0 0 72vw;max-width:340px;scroll-snap-align:start}@media(min-width:750px){.four-products__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.5rem,3vw,2.5rem);overflow:visible;margin-inline:0;padding-inline:0}.four-products__item{flex:none;max-width:none}}@media(min-width:1100px){.four-products__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.routine__head{max-width:56ch;margin-bottom:clamp(2rem,5vw,3.5rem)}.routine__steps{display:grid;gap:2.2rem;counter-reset:routine}@media(min-width:990px){.routine__steps{grid-template-columns:repeat(var(--routine-count, 4),1fr);gap:clamp(1.5rem,3vw,3rem)}}.routine-step{position:relative;padding-top:1.4rem;border-top:1px solid color-mix(in srgb,var(--color-muted) 45%,transparent)}.routine-step__number{font-family:var(--font-heading);font-size:clamp(2.2rem,4vw,3.2rem);line-height:1;color:var(--color-accent)}.routine-step__title{margin-top:.7rem;font-size:1.1rem}.routine-step__time{display:inline-flex;gap:.4rem;margin-top:.5rem;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted)}.routine-step__text{margin-top:.7rem;font-size:.93rem}.routine-step__product{margin-top:1rem;display:flex;align-items:center;gap:.8rem}.routine-step__product-media{width:64px;aspect-ratio:4 / 5;flex-shrink:0}.routine-step__product-title{font-size:.85rem;font-weight:var(--font-body-weight-bold);text-decoration:none}.routine-step__product-title:hover{text-decoration:underline}.routine-step__product-price{font-size:.8rem;color:var(--color-muted)}.routine__footer{margin-top:clamp(2rem,5vw,3rem);display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.concerns__layout{display:grid;gap:2.5rem}@media(min-width:990px){.concerns__layout{grid-template-columns:4fr 7fr;gap:clamp(2rem,6vw,6rem)}}.concerns__intro{position:sticky;top:100px;align-self:start}.concern-row{padding:1.5rem 0;border-top:1px solid color-mix(in srgb,var(--color-muted) 45%,transparent)}.concern-row:last-child{border-bottom:1px solid color-mix(in srgb,var(--color-muted) 45%,transparent)}.concern-row__index{font-size:.78rem;color:var(--color-accent);font-weight:var(--font-body-weight-bold)}.concern-row__title{margin-top:.3rem;font-size:1.3rem}.concern-row__text{margin-top:.6rem;max-width:52ch;font-size:.95rem}.concern-row__link{margin-top:.8rem}.ingredients__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:clamp(1.8rem,4vw,3rem)}.ingredients__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;padding-bottom:.6rem;margin-inline:calc(-1*clamp(1.25rem,4vw,3rem));padding-inline:clamp(1.25rem,4vw,3rem)}.ingredient-card{flex:0 0 78vw;max-width:360px;scroll-snap-align:start;display:flex;flex-direction:column;gap:.9rem;padding:1.6rem;background:var(--color-surface);border-radius:var(--radius)}@media(min-width:750px){.ingredient-card{flex-basis:340px}}.scheme-dark .ingredient-card,.scheme-dark-soft .ingredient-card{background:color-mix(in srgb,var(--color-text-inverse) 7%,transparent)}.ingredient-card__media{aspect-ratio:16 / 10}.ingredient-card__function{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);font-weight:var(--font-body-weight-bold)}.ingredient-card__name{font-size:1.2rem}.ingredient-card__text{font-size:.92rem;flex:1}.ingredient-card__products{font-size:.8rem;color:var(--color-muted)}.stories__grid{display:grid;gap:1.5rem}@media(min-width:750px){.stories__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.story-card{display:flex;flex-direction:column;gap:1rem;padding:1.8rem;background:var(--color-surface);border-radius:var(--radius)}.story-card__media{aspect-ratio:4 / 3}.story-card__quote{font-size:1.05rem;line-height:1.5;margin:0}.story-card__meta{display:flex;align-items:center;gap:.6rem;font-size:.82rem;color:var(--color-muted)}.story-card__period{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);font-weight:var(--font-body-weight-bold)}.stories__disclaimer{margin-top:1.6rem}.statement{text-align:center}.statement__line{font-family:var(--font-heading);font-size:calc(clamp(2rem,1rem + 5vw,5rem) * var(--heading-scale));line-height:1.04;margin:0}.statement__line+.statement__line{margin-top:.35em}.statement__line em{font-style:normal;color:var(--color-accent)}.bundle{overflow:hidden}.bundle__layout{display:grid;gap:2rem;align-items:center}@media(min-width:990px){.bundle__layout{grid-template-columns:6fr 5fr;gap:clamp(2.5rem,6vw,6rem)}}.bundle__media{aspect-ratio:4 / 5}@media(min-width:990px){.bundle__media{aspect-ratio:5 / 6}}.bundle__content{display:flex;flex-direction:column;gap:1.1rem;padding-block:1rem}.bundle__includes{display:flex;flex-direction:column;gap:.7rem;margin:.4rem 0}.bundle__includes-item{display:flex;align-items:center;gap:.8rem;font-size:.92rem}.bundle__includes-media{width:48px;aspect-ratio:1;flex-shrink:0}.bundle__price{display:flex;align-items:baseline;gap:.9rem;flex-wrap:wrap}.bundle__price-current{font-family:var(--font-heading);font-size:2rem}.bundle__price-compare{color:var(--color-muted);font-size:.95rem}.bundle__price-compare s{text-decoration-thickness:1px}.bundle__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.4rem}.reviews__grid{display:grid;gap:1.5rem}@media(min-width:750px){.reviews__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.reviews,.reviews .review-slide__quote,.reviews .review-card__quote{font-family:var(--font-plain, var(--font-body))}.reviews .eyebrow{font-family:var(--font-body)}.reviews__head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:clamp(1.8rem,4vw,3rem)}.reviews__nav{display:none;gap:.5rem}@media(min-width:750px){.reviews__nav{display:inline-flex}}.reviews__nav-btn{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,currentColor 35%,transparent);border-radius:50%;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.reviews__nav-btn:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.reviews__nav-btn[data-carousel-prev] svg{transform:rotate(180deg)}.reviews__viewport{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:clamp(1.5rem,4vw,4rem)}.reviews__viewport::-webkit-scrollbar{display:none}.review-slide{flex:0 0 100%;scroll-snap-align:center;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.4rem;padding-block:.5rem}.review-slide__stars{display:inline-flex;gap:.25rem;color:#ffc42e}.review-slide__quote{margin:0;max-width:26ch;font-family:var(--font-heading);font-size:calc(clamp(1.35rem,1rem + 2.2vw,2.4rem) * var(--heading-scale));line-height:1.25;letter-spacing:.01em}.review-slide__author{font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-muted);font-weight:var(--font-body-weight-bold)}.reviews__dots{display:flex;justify-content:center;gap:.45rem;margin-top:1.6rem}.reviews__dot{width:8px;height:8px;border-radius:50%;background:color-mix(in srgb,var(--color-muted) 45%,transparent);transition:background-color .2s ease,transform .2s ease}.reviews__dot.is-active{background:var(--color-accent);transform:scale(1.2)}.review-card{display:flex;flex-direction:column;gap:.9rem;padding:1.8rem;border:1px solid color-mix(in srgb,var(--color-muted) 40%,transparent);border-radius:var(--radius)}.review-card__stars{display:inline-flex;gap:.15rem;color:#ffc42e}.review-card__quote{margin:0;font-size:1rem;flex:1}.review-card__author{font-size:.85rem;font-weight:var(--font-body-weight-bold)}.review-card__verified{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;color:var(--color-muted)}.faq__layout{display:grid;gap:2rem}@media(min-width:990px){.faq__layout{grid-template-columns:4fr 7fr;gap:clamp(2rem,6vw,6rem)}}.faq__intro{position:sticky;top:100px;align-self:start}.newsletter-section__inner{display:grid;gap:1.6rem}@media(min-width:990px){.newsletter-section__inner{grid-template-columns:1fr 1fr;align-items:center}}.newsletter-section__heading{max-width:14ch}.product__layout{display:grid;gap:2rem}.product__layout>*{min-width:0}@media(min-width:990px){.product__layout{grid-template-columns:7fr 5fr;gap:clamp(2rem,5vw,5rem);align-items:start}.product__panel{position:sticky;top:108px}}.product-gallery__track{display:flex;gap:.6rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin-inline:calc(-1*clamp(1.25rem,4vw,3rem));padding-inline:clamp(1.25rem,4vw,3rem)}.product-gallery__item{flex:0 0 86vw;scroll-snap-align:center;aspect-ratio:4 / 5}@media(min-width:990px){.product-gallery__track{display:flex;flex-direction:column;gap:1rem;overflow:visible;margin-inline:0;padding-inline:0}.product-gallery__item{flex:none;width:100%}}.product-gallery__item video,.product-gallery__item iframe,.product-gallery__item model-viewer{width:100%;height:100%;object-fit:cover;border:0}.product-gallery__zoom{position:absolute;right:.8rem;bottom:.8rem;z-index:2;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:var(--color-bg);color:var(--color-text);border-radius:50%;opacity:.9}.product-gallery__dots{display:flex;justify-content:center;gap:.4rem;margin-top:.8rem}@media(min-width:990px){.product-gallery__dots{display:none}}.product-gallery__dot{width:8px;height:8px;border-radius:50%;background:color-mix(in srgb,var(--color-muted) 60%,transparent);padding:0}.product-gallery__dot.is-active{background:var(--color-text)}.zoom-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:none;background:var(--color-bg)}.zoom-dialog.is-open{display:block}.zoom-dialog__close{position:absolute;top:1rem;right:1rem;z-index:2;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;background:var(--color-bg-dark);color:var(--color-text-inverse);border-radius:50%}.zoom-dialog__body{height:100%;overflow:auto;display:flex;align-items:flex-start;justify-content:center}.zoom-dialog__body img{max-width:none;width:min(160vw,1800px)}.product__panel{display:flex;flex-direction:column;gap:1.15rem}.product__subtitle{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted)}.product__title{font-size:calc(clamp(1.8rem,1.2rem + 2.4vw,2.6rem) * var(--heading-scale))}.product__role{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:var(--font-body-weight-bold);letter-spacing:.06em}.product__role-step{color:var(--color-accent)}.product__price .price{font-size:1.3rem}.product__tax-note{font-size:.78rem;color:var(--color-muted)}.product__short{font-size:.98rem;max-width:46ch}.product__note{margin-top:.7rem;font-size:.84rem;color:var(--color-muted)}.product__stock{display:inline-flex;align-items:center;gap:.45rem;font-size:.82rem}.product__stock:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor}.product__stock--in{color:#58b368}.product__stock--low{color:var(--color-accent)}.product__stock--out{color:var(--color-muted)}.product__benefits-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem;font-size:.93rem}.product__benefits-list li{display:flex;align-items:flex-start;gap:.5rem}.product__benefits-list svg{flex-shrink:0;margin-top:.2em;color:var(--color-accent)}.variant-picker fieldset{border:0;padding:0;margin:0}.variant-picker legend{font-size:.82rem;font-weight:var(--font-body-weight-bold);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem}.variant-picker__options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-picker__option input{position:absolute;opacity:0}.variant-picker__option label{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.5rem 1.1rem;border:1px solid color-mix(in srgb,currentColor 35%,transparent);border-radius:var(--btn-radius);cursor:pointer;font-size:.9rem;transition:border-color .15s ease,background-color .15s ease}.variant-picker__option input:checked+label{background:var(--color-bg-dark);border-color:var(--color-bg-dark);color:var(--color-text-inverse)}.variant-picker__option input:focus-visible+label{outline:2px solid var(--color-accent);outline-offset:3px}.variant-picker__option input:disabled+label,.variant-picker__option.is-unavailable label{opacity:.4;text-decoration:line-through}.product__buy{display:flex;flex-direction:column;gap:.7rem}.product__buy-row{display:flex;gap:.7rem;align-items:stretch}.product__buy-row .btn{flex:1}.product__trust{display:flex;flex-wrap:wrap;gap:.5rem 1.4rem;padding-block:.4rem;font-size:.8rem;color:var(--color-muted)}.product__trust-item{display:inline-flex;align-items:center;gap:.4rem}.product__accordions{margin-top:.4rem}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:55;display:flex;align-items:center;gap:.9rem;padding:.7rem clamp(1rem,4vw,1.5rem);padding-bottom:calc(.7rem + env(safe-area-inset-bottom));background:var(--color-bg);border-top:1px solid color-mix(in srgb,var(--color-muted) 40%,transparent);transform:translateY(110%);transition:transform .3s ease}.sticky-atc.is-visible{transform:translateY(0)}@media(min-width:990px){.sticky-atc{display:none}}.sticky-atc__info{flex:1;min-width:0}.sticky-atc__title{font-size:.85rem;font-weight:var(--font-body-weight-bold);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{font-size:.8rem;color:var(--color-muted)}.sticky-atc .btn{min-height:46px;padding-inline:1.4rem;flex-shrink:0}@media(max-width:460px){.sticky-atc .btn{padding-inline:.9rem}.btns-uppercase .sticky-atc .btn{font-size:.72rem;letter-spacing:.05em}}.benefits__grid{display:grid;gap:1.8rem;counter-reset:benefit}@media(min-width:750px){.benefits__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(1.5rem,3vw,3rem)}}.benefit{padding-top:1.1rem;border-top:1px solid color-mix(in srgb,var(--color-muted) 45%,transparent)}.benefit__index{font-size:.78rem;color:var(--color-accent);font-weight:var(--font-body-weight-bold)}.benefit__text{margin-top:.5rem;font-size:1.02rem;font-weight:var(--font-body-weight-bold)}.product-routine__track{display:grid;gap:1rem}@media(min-width:750px){.product-routine__track{grid-template-columns:repeat(var(--routine-count, 4),1fr)}}.product-routine__step{padding:1.2rem;border:1px solid color-mix(in srgb,var(--color-muted) 40%,transparent);border-radius:var(--radius);display:flex;flex-direction:column;gap:.6rem}.product-routine__step.is-current{border-color:var(--color-accent)}.product-routine__step-label{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);font-weight:var(--font-body-weight-bold)}.product-routine__step.is-current .product-routine__step-label{color:var(--color-accent)}.product-routine__step-title{font-size:.95rem;font-weight:var(--font-body-weight-bold);text-decoration:none}a.product-routine__step-title:hover{text-decoration:underline}.product-routine__step .btn{margin-top:auto;min-height:40px;padding:.4rem 1rem;font-size:.75rem;align-self:start}.related__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:750px){.related__grid{grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,3vw,2.5rem)}}.collection-hero{padding-block:clamp(2.5rem,7vw,5rem) clamp(1.5rem,4vw,2.5rem)}.collection-hero__title{max-width:14ch}.collection-hero__description{margin-top:1rem;max-width:52ch;font-size:1.05rem}.collection-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-block:1rem;border-top:1px solid color-mix(in srgb,var(--color-muted) 40%,transparent);border-bottom:1px solid color-mix(in srgb,var(--color-muted) 40%,transparent);margin-bottom:clamp(1.5rem,4vw,2.5rem);font-size:.88rem}.collection-toolbar__sort{display:inline-flex;align-items:center;gap:.6rem}.collection-toolbar__sort select{border:0;background:transparent;font-weight:var(--font-body-weight-bold);cursor:pointer;min-height:44px}.collection-grid{display:grid;grid-template-columns:1fr;gap:2.2rem}@media(min-width:600px){.collection-grid{grid-template-columns:repeat(2,1fr);gap:clamp(1.5rem,3vw,3rem)}}.collection-grid--four{counter-reset:product-index}.collection-empty{text-align:center;padding-block:clamp(3rem,8vw,6rem)}.collection-filters{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.6rem;margin-bottom:clamp(1.5rem,4vw,2.5rem);font-size:.88rem}.collection-filters__group{position:relative}.collection-filters__group summary{display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;list-style:none;min-height:44px;font-weight:var(--font-body-weight-bold)}.collection-filters__group summary::-webkit-details-marker{display:none}.collection-filters__group ul{list-style:none;margin:0;padding:.6rem 0 0;display:flex;flex-direction:column;gap:.4rem}.collection-filters__group a{text-decoration:none}.collection-filters__group a:hover,.collection-filters__group a.is-active{color:var(--color-accent)}.compare-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:clamp(2rem,5vw,3.5rem)}.compare-table{width:100%;min-width:720px;border-collapse:collapse;font-size:.9rem}.compare-table th,.compare-table td{padding:.9rem 1rem;text-align:left;vertical-align:top;border-bottom:1px solid color-mix(in srgb,var(--color-muted) 40%,transparent)}.compare-table thead th{border-bottom:2px solid var(--color-text)}.compare-table th[scope=row]{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);white-space:nowrap}.compare-table__product{display:flex;flex-direction:column;gap:.5rem;min-width:150px}.compare-table__media{width:90px;aspect-ratio:4 / 5}.compare-table__title{font-weight:var(--font-body-weight-bold);text-decoration:none;font-size:.88rem}.compare-table__title:hover{text-decoration:underline}.collections-grid{display:grid;gap:1.5rem}@media(min-width:750px){.collections-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.collection-card{position:relative;display:flex;flex-direction:column;gap:.8rem}.collection-card__media{aspect-ratio:4 / 3}.collection-card__title{font-size:1.15rem}.collection-card__title a{text-decoration:none}.collection-card__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.cart-page__layout{display:grid;gap:2.5rem}@media(min-width:990px){.cart-page__layout{grid-template-columns:7fr 4fr;gap:clamp(2rem,5vw,5rem);align-items:start}}.cart-page__items{display:flex;flex-direction:column}.cart-page__items .cart-item{grid-template-columns:110px 1fr;padding-block:1.4rem;border-bottom:1px solid color-mix(in srgb,var(--color-muted) 35%,transparent)}.cart-page__summary{position:sticky;top:108px;padding:1.6rem;background:var(--color-surface);border-radius:var(--radius);display:flex;flex-direction:column;gap:.9rem}.cart-page__empty{text-align:center;padding-block:clamp(3rem,10vw,7rem);display:flex;flex-direction:column;align-items:center;gap:1.2rem}.search-page__form{max-width:640px;margin-bottom:clamp(2rem,5vw,3.5rem)}.search-page__results-heading{margin-bottom:1.5rem}.search-results__group+.search-results__group{margin-top:clamp(2.5rem,6vw,4rem)}.search-results__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}@media(min-width:750px){.search-results__grid{grid-template-columns:repeat(4,1fr);gap:clamp(1.5rem,3vw,2.5rem)}}.search-result-row{padding:1.1rem 0;border-bottom:1px solid color-mix(in srgb,var(--color-muted) 35%,transparent)}.search-result-row__type{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted)}.search-result-row__title{font-weight:var(--font-body-weight-bold);text-decoration:none;display:inline-block;margin-top:.2rem}.search-result-row__title:hover{text-decoration:underline}.blog-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:clamp(1.8rem,4vw,2.8rem)}.blog-tags a{display:inline-flex;align-items:center;min-height:40px;padding:.4rem 1.1rem;border:1px solid color-mix(in srgb,var(--color-muted) 50%,transparent);border-radius:99px;font-size:.82rem;text-decoration:none}.blog-tags a:hover,.blog-tags a.is-active{background:var(--color-bg-dark);border-color:var(--color-bg-dark);color:var(--color-text-inverse)}.blog-grid{display:grid;gap:2.2rem}@media(min-width:750px){.blog-grid{grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,3vw,2.5rem)}.blog-grid__item--featured{grid-column:1 / -1}}.article-card{position:relative;display:flex;flex-direction:column;gap:.9rem}.article-card__media{aspect-ratio:16 / 10}.blog-grid__item--featured .article-card__media{aspect-ratio:21 / 9}.article-card__meta{font-size:.78rem;color:var(--color-muted);display:flex;gap:.8rem}.article-card__title{font-size:1.2rem}.blog-grid__item--featured .article-card__title{font-size:clamp(1.6rem,3vw,2.4rem)}.article-card__title a{text-decoration:none}.article-card__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.article-card__excerpt{font-size:.93rem;max-width:60ch}.article__header{max-width:52rem;margin-inline:auto;text-align:center;padding-block:clamp(2rem,6vw,4rem) clamp(1.5rem,4vw,2.5rem)}.article__meta{font-size:.82rem;color:var(--color-muted);margin-top:1rem}.article__hero{aspect-ratio:21 / 9;margin-bottom:clamp(1.5rem,4vw,3rem)}.article__body{margin-inline:auto}.article__footer{max-width:68ch;margin:clamp(2rem,5vw,3rem) auto 0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center}.article-comments{max-width:52rem;margin-inline:auto;margin-top:clamp(2.5rem,6vw,4rem)}.article-comment{padding-block:1.3rem;border-top:1px solid color-mix(in srgb,var(--color-muted) 35%,transparent)}.article-comment__author{font-weight:var(--font-body-weight-bold);font-size:.9rem}.article-comment__date{font-size:.78rem;color:var(--color-muted)}.error-404{text-align:center;padding-block:clamp(4rem,12vw,9rem)}.error-404__code{font-family:var(--font-heading);font-size:clamp(5rem,18vw,12rem);line-height:1;color:var(--color-accent)}.error-404__actions{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin-top:1.8rem}.contact__layout{display:grid;gap:2.5rem}@media(min-width:990px){.contact__layout{grid-template-columns:5fr 6fr;gap:clamp(2.5rem,6vw,6rem)}}.contact__info{display:flex;flex-direction:column;gap:1rem;font-size:.95rem}.contact__info a{text-decoration-color:var(--color-accent)}.page__header{padding-block:clamp(2rem,6vw,4rem) clamp(1rem,3vw,2rem)}.difference__head{max-width:56ch;margin-bottom:clamp(2rem,5vw,3.5rem)}.difference__head .accent-bar{margin-top:1.1rem}.difference__grid{display:grid;gap:2.2rem}@media(min-width:750px){.difference__grid{grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,4vw,4rem)}}.difference-card{padding-top:1.6rem;border-top:1px solid color-mix(in srgb,#ffffff 14%,transparent);transition:border-color .3s ease}@media(hover:hover){.difference-card:hover{border-top-color:var(--color-accent)}}.difference-card__icon{color:var(--color-accent);margin-bottom:1.2rem}.difference-card__title{font-size:1.15rem;letter-spacing:.04em}.difference-card__text{margin-top:.7rem;font-size:.95rem;color:var(--color-muted);max-width:34ch}.social-proof{text-align:center}.social-proof__grid{display:grid;gap:2.5rem}@media(min-width:750px){.social-proof__grid{grid-template-columns:repeat(var(--stats-count, 3),1fr);gap:clamp(1.5rem,4vw,4rem)}}.stat__value{font-family:var(--font-heading);font-size:calc(clamp(3rem,2rem + 5vw,5.5rem) * var(--heading-scale));line-height:1;letter-spacing:.01em}.stat__value .stat__suffix{color:var(--color-accent)}.stat__label{display:block;margin-top:.7rem;font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-muted);font-weight:var(--font-body-weight-bold)}.social-proof__note{margin-top:2.2rem;font-size:.78rem;color:var(--color-muted)}.ba-section__head{max-width:56ch;margin-bottom:clamp(1.8rem,4vw,3rem)}before-after{display:block}.ba{position:relative;aspect-ratio:var(--ba-ratio, 16 / 10);overflow:hidden;border-radius:var(--radius);background:var(--color-surface);border:1px solid color-mix(in srgb,#ffffff 8%,transparent);--ba-pos: 50%}.ba__media{position:absolute;top:0;right:0;bottom:0;left:0}.ba__media img,.ba__media .placeholder-svg{width:100%;height:100%;object-fit:cover}.ba__media--top{clip-path:inset(0 calc(100% - var(--ba-pos)) 0 0)}.ba__line{position:absolute;top:0;bottom:0;left:var(--ba-pos);width:2px;margin-left:-1px;background:#fff;box-shadow:0 0 18px #0009;pointer-events:none}.ba__handle{position:absolute;top:50%;left:var(--ba-pos);transform:translate(-50%,-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;gap:2px;background:#fff;color:#050505;border-radius:50%;box-shadow:0 6px 24px #00000080;pointer-events:none}.ba__range{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize;-webkit-appearance:none;appearance:none;touch-action:none}.ba__range:focus-visible~.ba__handle{outline:2px solid var(--color-accent);outline-offset:3px}.ba__label{position:absolute;top:1rem;z-index:2;pointer-events:none}.ba__label--before{left:1rem}.ba__label--after{right:1rem}.ba-section__disclaimer{margin-top:1.2rem}.ba-grid{display:grid;gap:clamp(1.5rem,3vw,2.5rem)}@media(min-width:750px){.ba-grid--2{grid-template-columns:repeat(2,1fr)}.ba-grid--3{grid-template-columns:repeat(3,1fr)}}.ba-pair__caption{margin-top:.8rem;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);font-weight:var(--font-body-weight-bold)}.ba-grid--2 .ba__handle,.ba-grid--3 .ba__handle{width:40px;height:40px}.video-feature{position:relative;overflow:hidden;background:var(--color-bg-dark);color:#fff}.video-feature__media{position:absolute;top:0;right:0;bottom:0;left:0}.video-feature__media video,.video-feature__media img{width:100%;height:100%;object-fit:cover}@media(prefers-reduced-motion:reduce){.video-feature__media video{display:none}}.video-feature__poster{position:absolute;top:0;right:0;bottom:0;left:0;display:none}@media(prefers-reduced-motion:reduce){.video-feature__poster{display:block}}.video-feature__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000b8,#00000026 55%)}.video-feature__inner{position:relative;z-index:2;min-height:var(--video-height, 70svh);display:flex;flex-direction:column;justify-content:flex-end;padding-block:clamp(2.5rem,7vw,5rem);gap:1.1rem}.video-feature--short .video-feature__inner{--video-height: 52svh}.video-feature--tall .video-feature__inner{--video-height: 92svh}.video-feature__heading{max-width:18ch}.video-feature__text{max-width:46ch;font-size:clamp(1rem,.9rem + .5vw,1.15rem)}.placeholder-svg{width:100%;height:100%;background:var(--color-surface);color:var(--color-muted);fill:currentColor}
/*# sourceMappingURL=/cdn/shop/t/6/assets/sections.css.map */
