:root{--navy: #1F4334;--navy-light: #2C5A48;--navy-dark: #153328;--sage: #F47A52;--sage-light: #F79073;--sage-pale: #FBDFD3;--lavender: #E3A23D;--lavender-pale: #F6E4C2;--cream: #FBF5EC;--paper: #FDFAF3;--warm-white: #FDFAF3;--ink: #153328;--muted: #6E7468;--muted-light: #A7C7B0;--border: rgba(31, 67, 52, .1);--border-strong: rgba(31, 67, 52, .2);--shadow-sm: 0 1px 2px rgba(31, 67, 52, .04);--shadow-md: 0 4px 16px rgba(31, 67, 52, .06);--shadow-lg: 0 12px 40px rgba(31, 67, 52, .08);--font-body: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Playfair Display", Georgia, serif;--font-serif: "Playfair Display", Georgia, serif;--container: 1240px;--container-narrow: 920px;--radius-sm: 4px;--radius-md: 12px;--radius-lg: 20px;--header-height: 64px}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:15px;font-weight:400;line-height:1.6;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body.menu-open{overflow:hidden}img,svg,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:opacity .2s,color .2s}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}:focus{outline:none}:focus-visible{outline:2px solid var(--sage);outline-offset:2px;border-radius:2px}.container{max-width:var(--container);margin:0 auto;padding:0 2rem}.container-narrow{max-width:var(--container-narrow);margin:0 auto;padding:0 2rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:500;line-height:1.1;letter-spacing:-.02em;color:var(--ink)}h1{font-size:clamp(34px,5.5vw,68px);font-weight:500}h2{font-size:clamp(28px,4vw,48px);font-weight:500}h3{font-size:clamp(20px,2.5vw,28px);font-weight:500}h4{font-size:20px;font-weight:500}em{font-family:var(--font-serif);font-style:italic;font-weight:300;color:var(--ink);letter-spacing:-.01em}p{color:var(--muted)}p strong{color:var(--ink);font-weight:500}.eyebrow{font-family:var(--font-body);font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--sage);display:inline-block;margin-bottom:1.25rem}.section-tag{font-family:var(--font-body);font-size:10px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);margin-bottom:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-body);font-size:13px;font-weight:500;letter-spacing:.04em;padding:14px 30px;min-height:44px;border-radius:var(--radius-sm);cursor:pointer;transition:all .25s ease;text-align:center;border:1px solid transparent;text-decoration:none;white-space:nowrap}.btn--primary{background:var(--navy);color:var(--warm-white)}.btn--primary:hover,.btn--primary:focus-visible{background:var(--navy-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn--secondary{background:var(--cream);color:var(--navy)}.btn--secondary:hover,.btn--secondary:focus-visible{background:var(--sage-pale)}.btn--outline{background:transparent;color:var(--navy);border-color:var(--border-strong)}.btn--outline:hover,.btn--outline:focus-visible{background:var(--navy);color:var(--warm-white);border-color:var(--navy)}.btn--ghost{background:none;color:var(--muted);padding:14px 8px;text-decoration:underline;text-decoration-color:var(--border);text-underline-offset:4px}.btn--ghost:hover,.btn--ghost:focus-visible{color:var(--navy)}.btn--full{width:100%}.btn--lg{padding:16px 36px;font-size:14px;min-height:52px}.btn:disabled,.btn[disabled]{opacity:.4;cursor:not-allowed}.announcement-bar{background:var(--navy);color:var(--warm-white);text-align:center;padding:10px 1rem;font-size:11px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;overflow:hidden}.announcement-bar__rotator{position:relative;display:block;height:1.2em}.announcement-bar__item{position:absolute;left:0;right:0;top:0;opacity:0;animation:announce-rotate 16s infinite}.announcement-bar__rotator[data-count="1"] .announcement-bar__item{position:static;opacity:1;animation:none}.announcement-bar__item:nth-child(1){animation-delay:0s}.announcement-bar__item:nth-child(2){animation-delay:4s}.announcement-bar__item:nth-child(3){animation-delay:8s}.announcement-bar__item:nth-child(4){animation-delay:12s}@keyframes announce-rotate{0%,2%{opacity:0;transform:translateY(40%)}4%,22%{opacity:1;transform:translateY(0)}26%,to{opacity:0;transform:translateY(-40%)}}@media(prefers-reduced-motion:reduce){.announcement-bar__item{animation:none}.announcement-bar__item:nth-child(1){opacity:1;position:static}.announcement-bar__item:nth-child(n+2){display:none}}.site-header{border-bottom:.5px solid var(--border);background:#fdfcf9eb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);position:sticky;top:0;z-index:100}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:1rem 2rem;gap:2rem;min-height:var(--header-height)}.site-header__nav{display:flex;align-items:center;gap:1.35rem}.site-header__nav a{font-size:11.5px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;color:var(--navy);position:relative;padding:8px 0}.site-header__nav a:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1px;background:var(--sage);transform:scaleX(0);transition:transform .3s}.site-header__nav a:hover:after,.site-header__nav a.active:after,.site-header__nav a:focus-visible:after{transform:scaleX(1)}.site-header__logo{display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1;color:var(--ink);text-decoration:none}.site-header__logo img{display:block;height:auto;width:auto;max-height:40px;max-width:200px;object-fit:contain}.site-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:.5rem}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--navy);border-radius:50%;transition:background .2s;position:relative}.icon-btn:hover,.icon-btn:focus-visible{background:var(--cream)}.icon-btn svg{width:18px;height:18px;stroke-width:1.5}.cart-count__badge{position:absolute;top:4px;right:4px;background:var(--sage);color:var(--warm-white);font-size:9px;font-weight:600;min-width:16px;height:16px;padding:0 4px;border-radius:99px;display:flex;align-items:center;justify-content:center;line-height:1}.cart-count__badge[data-empty=true]{display:none}.menu-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;color:var(--navy)}.menu-toggle svg{width:22px;height:22px;stroke-width:1.5}.hero{position:relative;padding:6rem 0;background:var(--warm-white);overflow:hidden;min-height:clamp(520px,70vh,720px);display:flex;align-items:center}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:100% center;display:block}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f7f5f0f7,#f7f5f0f0 40%,#f7f5f0b3 58%,#f7f5f000 78%)}.hero__decoration{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;background:radial-gradient(circle at 15% 20%,rgba(184,205,180,.25),transparent 40%),radial-gradient(circle at 85% 80%,rgba(247,245,240,.8),transparent 50%)}.hero__inner{position:relative;z-index:1;display:block;width:100%}.hero .container{max-width:none;width:100%;padding-left:2rem;padding-right:0}.hero__content{max-width:540px}.hero__title{font-size:clamp(34px,5.5vw,64px);font-weight:300;line-height:1.05;margin-bottom:1.5rem;letter-spacing:-.025em}.hero__subtitle{font-size:16px;font-weight:300;line-height:1.7;color:var(--muted);margin-bottom:2rem;max-width:440px}.hero__cta-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.hero__note{font-size:12px;color:var(--muted-light);font-weight:300;letter-spacing:.02em}.trust-bar{background:var(--cream);padding:2rem 0;border-top:.5px solid var(--border);border-bottom:.5px solid var(--border)}.trust-bar__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;align-items:center;text-align:center}.trust-item{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--navy)}.trust-item__symbol{display:block;margin:0 auto .5rem;font-family:var(--font-display);font-size:26px;font-style:italic;color:var(--sage);line-height:1}.ritual-system{padding:5rem 0;background:var(--cream)}.ritual-system__head{text-align:center;margin:0 auto 3rem}.ritual-system__heading{font-family:var(--font-display);font-size:clamp(28px,3vw,36px);font-weight:400;line-height:1.2;margin-bottom:1.25rem;color:var(--navy)}.ritual-system__heading p{display:inline}.ritual-system__rule{display:block;width:80px;height:1px;background:var(--border-strong);margin:0 auto}.ritual-system__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.rs-card{display:flex;flex-direction:column}.rs-card__media{aspect-ratio:4/3;border-radius:var(--radius-md);overflow:hidden;background:var(--warm-white);margin-bottom:1.25rem}.rs-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}@media(hover:hover){.rs-card:hover .rs-card__media img{transform:scale(1.03)}}.rs-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;background:linear-gradient(135deg,var(--sage-pale),var(--cream));color:var(--sage);font-family:var(--font-display);font-size:64px;font-style:italic;font-weight:300}.rs-card__title{text-align:center;font-family:var(--font-display);font-size:22px;font-weight:400;color:var(--navy);margin-bottom:.5rem;line-height:1.3}.rs-card__caption{text-align:center;font-size:13px;color:var(--muted);line-height:1.6;max-width:260px;margin:0 auto}.ritual-system__cta{text-align:center;margin-top:2.5rem}.btn--soft{background:var(--sage);color:var(--warm-white);border:1px solid var(--sage);font-weight:500;padding:12px 28px;border-radius:999px;font-size:13px;letter-spacing:.02em}.btn--soft:hover{background:var(--navy);border-color:var(--navy)}.brand-story{background:var(--navy);color:var(--warm-white);overflow:hidden}.brand-story__inner{display:grid;grid-template-columns:1fr 1fr;min-height:540px}.brand-story__panel{position:relative}.brand-story__panel--copy{display:flex;align-items:center;padding:4rem clamp(1.5rem,4vw,4rem)}.brand-story__panel-inner{max-width:480px;width:100%}.brand-story__heading{font-family:var(--font-display);font-size:clamp(36px,4vw,52px);font-weight:400;line-height:1.05;letter-spacing:-.01em;margin-bottom:1rem;color:var(--warm-white)}.brand-story__heading p{display:inline}.brand-story__tagline{font-size:14px;color:#fdfcf9bf;line-height:1.6;margin-bottom:1.5rem}.brand-story__rule{display:block;width:60px;height:1px;background:#fdfcf94d;margin-bottom:2.5rem}.brand-story__features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;list-style:none}.why-feature{text-align:center}.why-feature__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--warm-white);margin-bottom:.75rem}.why-feature__title{font-size:13px;font-weight:500;line-height:1.3;margin-bottom:.4rem;color:var(--warm-white);letter-spacing:.01em}.why-feature__desc{font-size:11px;font-weight:300;line-height:1.5;color:#fdfcf9b3}.brand-story__panel--image{position:relative;min-height:360px}.brand-story__panel--image img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.brand-story__panel-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--sage-light),var(--cream))}.brand-story__quote{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:380px;text-align:center;padding:0 1.5rem}.brand-story__quote p{font-family:var(--font-display);font-size:clamp(22px,2.4vw,30px);font-weight:400;line-height:1.25;color:var(--navy);text-shadow:0 1px 12px rgba(253,252,249,.4)}.product-grid-section{padding:5rem 0;background:var(--warm-white)}.product-grid-section__head{display:flex;justify-content:space-between;align-items:end;margin-bottom:3rem;gap:2rem;flex-wrap:wrap}.product-grid-section__title h2{margin-bottom:.5rem}.product-grid-section__title p{font-size:14px;max-width:480px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-card{background:var(--warm-white)}.product-card__image-wrap{position:relative;aspect-ratio:1/1;background:var(--cream);border-radius:var(--radius-md);overflow:hidden;margin-bottom:1.25rem;display:block}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}@media(hover:hover){.product-card__image-wrap:hover .product-card__image{transform:scale(1.04)}}.product-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;background:linear-gradient(135deg,var(--sage-pale) 0%,var(--cream) 100%);color:var(--sage);font-family:var(--font-display);font-size:56px;font-style:italic}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--warm-white);color:var(--navy);font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:5px 10px;border-radius:99px;border:.5px solid var(--border)}.product-card__title{font-family:var(--font-display);font-size:19px;font-weight:400;color:var(--navy);margin-bottom:.4rem;line-height:1.3}.product-card__subtitle{font-size:12px;color:var(--muted);margin-bottom:.75rem;line-height:1.5}.product-card__price{font-size:14px;font-weight:500;color:var(--navy);margin-bottom:1rem}.product-card__price-compare{text-decoration:line-through;color:var(--muted-light);font-weight:300;margin-left:6px}.product-card__btn{display:block;width:100%;padding:12px;text-align:center;font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--navy);background:var(--cream);border-radius:var(--radius-sm);transition:all .25s;border:none;cursor:pointer;font-family:var(--font-body);min-height:44px}.product-card__btn:hover,.product-card__btn:focus-visible{background:var(--navy);color:var(--warm-white)}.product-card__btn[disabled]{opacity:.4;cursor:not-allowed;background:var(--cream);color:var(--navy)}.how-it-works{padding:5rem 0;background:var(--warm-white)}.how-it-works__head{text-align:center;margin:0 auto 3.5rem;max-width:580px}.how-it-works__heading{font-family:var(--font-display);font-size:clamp(28px,3vw,36px);font-weight:400;line-height:1.2;margin-bottom:1.25rem;color:var(--navy)}.how-it-works__heading p{display:inline}.how-it-works__rule{display:block;width:80px;height:1px;background:var(--border-strong);margin:0 auto}.how-it-works__subtitle{margin-top:1.25rem;color:var(--muted);font-size:14px}.how-it-works__steps{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:960px;margin:0 auto}.how-step{text-align:center}.how-step__icon{display:flex;align-items:center;justify-content:center;height:56px;margin-bottom:1rem;color:var(--navy)}.how-step__title{font-family:var(--font-display);font-size:24px;font-weight:400;letter-spacing:.01em;margin-bottom:.5rem;color:var(--navy)}.how-step__desc{font-size:13px;color:var(--muted);max-width:220px;margin:0 auto;line-height:1.6}.reviews{padding:5rem 0;background:var(--warm-white)}.reviews__head{text-align:center;margin-bottom:3rem}.reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.review-card{background:var(--cream);padding:2rem;border-radius:var(--radius-md);display:flex;flex-direction:column}.review-card__stars{color:var(--sage);font-size:12px;letter-spacing:2px;margin-bottom:1rem}.review-card__text{font-family:var(--font-display);font-size:19px;font-weight:400;font-style:italic;line-height:1.4;color:var(--navy);margin-bottom:1.5rem;flex:1}.review-card__author{font-size:12px;font-weight:500;color:var(--navy);letter-spacing:.04em}.review-card__author-meta{font-size:11px;color:var(--muted);font-weight:300;margin-top:2px}.faq{padding:5rem 0;background:var(--cream)}.faq__head{text-align:center;margin-bottom:3rem}.faq__list{max-width:720px;margin:0 auto}.faq-item{border-bottom:.5px solid var(--border)}.faq-item__summary{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;cursor:pointer;list-style:none;font-family:var(--font-display);font-size:19px;font-weight:400;color:var(--navy);gap:1rem}.faq-item__summary::-webkit-details-marker{display:none}.faq-item__summary:after{content:"+";font-family:var(--font-body);font-size:22px;font-weight:300;color:var(--sage);flex-shrink:0}.faq-item[open] .faq-item__summary:after{content:"\2212"}.faq-item__content{padding:0 0 1.5rem;font-size:14px;color:var(--muted);line-height:1.7;max-width:600px}.faq__cta{text-align:center;margin-top:2.5rem;padding-top:2rem;border-top:.5px solid var(--border)}.faq__cta p{font-size:14px;margin-bottom:1rem}.cta-final{background:var(--navy);padding:5rem 0;position:relative;overflow:hidden}.cta-final__decoration{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(184,205,180,.08),transparent 50%),radial-gradient(circle at 20% 80%,rgba(143,169,138,.05),transparent 50%);pointer-events:none}.cta-final__inner{position:relative;display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}.cta-final__title{font-size:clamp(28px,4vw,48px);color:var(--warm-white);margin-bottom:1rem;font-weight:300;line-height:1.15}.cta-final__title em{color:var(--sage-light)}.cta-final__desc{font-size:14px;color:#fdfcf9a6;line-height:1.7;max-width:460px;margin-bottom:1.5rem}.cta-final__form{display:flex;gap:.5rem;background:#fdfcf914;border:.5px solid rgba(253,252,249,.15);border-radius:var(--radius-sm);padding:5px;max-width:440px;flex-wrap:wrap}.cta-final__form input{flex:1;min-width:180px;background:transparent;border:none;padding:12px 14px;color:var(--warm-white);font-family:var(--font-body);font-size:14px;font-weight:300;outline:none}.cta-final__form input::placeholder{color:#fdfcf966}.cta-final__form button{background:var(--cream);color:var(--navy);padding:12px 20px;font-size:12px;font-weight:500;letter-spacing:.04em;border-radius:var(--radius-sm);min-height:44px;cursor:pointer;font-family:var(--font-body)}.cta-final__form button:hover,.cta-final__form button:focus-visible{opacity:.85}.cta-final__note{display:block;margin-top:1rem;font-size:11px;color:#fdfcf966;letter-spacing:.04em}.cta-final__visual{aspect-ratio:1/1;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--navy-light) 0%,var(--navy-dark) 100%);position:relative;overflow:hidden}.cta-final__visual:before{content:"B";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:200px;font-style:italic;color:#b8cdb41f}.site-footer{background:var(--navy-dark);color:#fdfcf9b3;padding:4rem 0 1.5rem;font-size:13px}.site-footer__inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.site-footer__brand-name{font-family:var(--font-display);font-size:28px;font-style:italic;color:var(--warm-white);margin-bottom:.75rem;font-weight:400}.site-footer__brand-tagline{font-size:12px;color:#fdfcf980;margin-bottom:1.5rem;max-width:280px;line-height:1.6}.site-footer__social{display:flex;gap:.75rem}.site-footer__social a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:.5px solid rgba(253,252,249,.15);color:#fdfcf9b3;transition:all .2s}.site-footer__social a:hover,.site-footer__social a:focus-visible{background:var(--sage);border-color:var(--sage);color:var(--warm-white)}.site-footer__social svg{width:16px;height:16px}.site-footer__heading{font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--warm-white);margin-bottom:1.25rem}.site-footer__list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.site-footer__list a{font-size:13px;color:#fdfcf999;display:inline-block;padding:4px 0}.site-footer__list a:hover,.site-footer__list a:focus-visible{color:var(--warm-white)}.site-footer__bottom{border-top:.5px solid rgba(253,252,249,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:11px;color:#fdfcf966}.pdp{padding:1.5rem 0 4rem}.pdp__breadcrumb{font-size:11px;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.25rem}.pdp__breadcrumb a:hover{text-decoration:underline}.pdp__layout{display:grid;grid-template-columns:1fr;gap:2rem}.pdp-gallery__mosaic{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin-bottom:4px;border-radius:var(--radius-md);overflow:hidden}.pdp-gallery__mosaic[data-mosaic-count="1"]{grid-template-columns:1fr}.pdp-gallery__mosaic[data-mosaic-count="2"]{grid-template-columns:1fr 1fr}.pdp-gallery__more{display:grid;grid-template-columns:repeat(6,1fr);gap:4px}.pdp-gallery__tile{aspect-ratio:1/1;background:var(--cream);overflow:hidden;border:none;padding:0;cursor:pointer;position:relative;transition:opacity .2s}.pdp-gallery__tile:hover,.pdp-gallery__tile:focus-visible{opacity:.9}.pdp-gallery__tile img{width:100%;height:100%;object-fit:cover}.pdp-gallery__tile--small{aspect-ratio:1/1}.pdp-gallery__stack{display:flex;flex-direction:column;gap:12px}.pdp-gallery__item{margin:0;border-radius:var(--radius-md);overflow:hidden;background:var(--cream)}.pdp-gallery__item img{display:block;width:100%;height:auto;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.pdp-gallery__item:hover img{transform:scale(1.03)}@keyframes reveal-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}.reveal{animation:reveal-up .7s cubic-bezier(.2,.7,.2,1) both}.pdp-gallery__item.reveal:nth-child(2){animation-delay:.08s}.pdp-gallery__item.reveal:nth-child(3){animation-delay:.16s}.pdp-gallery__item.reveal:nth-child(4){animation-delay:.24s}.pdp-gallery__item.reveal:nth-child(n+5){animation-delay:.3s}.reviews__grid .review-card{animation:reveal-up .7s cubic-bezier(.2,.7,.2,1) both}.reviews__grid .review-card:nth-child(2){animation-delay:.1s}.reviews__grid .review-card:nth-child(3){animation-delay:.2s}@media(prefers-reduced-motion:reduce){.reveal,.reviews__grid .review-card{animation:none}.pdp-gallery__item:hover img{transform:none}}.pdp-gallery__placeholder{display:flex;align-items:center;justify-content:center;aspect-ratio:16/9;background:linear-gradient(135deg,var(--sage-pale),var(--cream));font-family:var(--font-display);font-size:64px;color:var(--sage);border-radius:var(--radius-md)}.pdp-trust{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:12px}.pdp-trust__stars{display:inline-flex;gap:1px;background:var(--sage);padding:3px 4px;border-radius:2px}.pdp-trust__star{fill:#fff}.pdp-trust__label{color:var(--muted);letter-spacing:.01em}.pdp-trust__label strong{color:var(--navy);font-weight:500;margin-right:4px}.pdp-title{font-family:var(--font-body);font-size:clamp(28px,6vw,42px);font-weight:500;line-height:1.05;letter-spacing:-.02em;margin-bottom:1.5rem;color:var(--ink)}.pdp-description{font-size:15px;color:var(--muted);line-height:1.7;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}.pdp-description p+p{margin-top:.75rem}.pdp-description :is(h2,h3,h4){font-family:var(--font-body);font-weight:500;font-size:16px;letter-spacing:0;color:var(--ink);margin:1.5rem 0 .5rem;text-transform:none}.pdp-description ul,.pdp-description ol{padding-left:1.25rem;margin:.75rem 0}.pdp-description li{color:var(--muted);margin-bottom:.35rem}.pdp-ritual__intro{font-size:14px;color:var(--navy);margin-bottom:1rem;font-weight:400}.pdp-ritual{list-style:none;position:relative;margin-bottom:2rem;padding-left:0}.pdp-ritual:before{content:"";position:absolute;left:11px;top:14px;bottom:14px;width:1px;background:var(--sage-light)}.pdp-ritual__step{display:grid;grid-template-columns:24px 1fr;gap:.875rem;align-items:start;padding:.5rem 0;position:relative}.pdp-ritual__bullet{width:22px;height:22px;border-radius:50%;background:var(--sage);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;position:relative;z-index:1}.pdp-ritual__body{min-width:0}.pdp-ritual__label{display:block;font-size:13px;font-weight:600;color:var(--navy);letter-spacing:.02em;margin-bottom:2px}.pdp-ritual__body p{font-size:13.5px;color:var(--muted);line-height:1.55}.pdp-form{margin-bottom:1.5rem}.pdp-form__variants{margin-bottom:1.25rem}.pdp-form__variant-label{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--navy);margin-bottom:.75rem;display:block}.pdp-form__variant-options{display:flex;gap:.5rem;flex-wrap:wrap}.variant-option{padding:10px 18px;background:var(--warm-white);border:1px solid var(--border-strong);border-radius:var(--radius-sm);font-size:13px;cursor:pointer;transition:all .2s;font-family:var(--font-body);min-height:44px;color:var(--navy)}.variant-option:hover{border-color:var(--navy)}.variant-option.selected{border-color:var(--navy);background:var(--navy);color:var(--warm-white)}.pdp-form__price-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.pdp-form__price{font-family:var(--font-display);font-size:28px;font-weight:400;color:var(--navy)}.pdp-form__price-compare{text-decoration:line-through;color:var(--muted-light);font-size:16px}.pdp-form__qty{margin-left:auto;display:flex;align-items:center;border:1px solid var(--border-strong);border-radius:var(--radius-sm);overflow:hidden}.pdp-form__qty button{width:38px;height:38px;font-size:16px;color:var(--navy);background:transparent;border:none;cursor:pointer}.pdp-form__qty input{width:40px;height:38px;text-align:center;background:none;border:none;font-family:var(--font-body);font-size:14px;outline:none;color:var(--navy);-moz-appearance:textfield}.pdp-form__qty input::-webkit-outer-spin-button,.pdp-form__qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pdp-form__submit{width:100%;margin-bottom:.75rem}.pdp-form__assurance{text-align:center;font-size:12px;color:var(--muted);font-style:italic}.btn--cta{background:var(--navy);color:var(--warm-white);border:1px solid var(--navy);font-weight:500;letter-spacing:.02em}.btn--cta:hover{background:var(--navy-dark);border-color:var(--navy-dark)}.btn--xl{padding:18px 28px;font-size:15px;border-radius:6px;min-height:56px}.pdp-credential{background:var(--cream);border-radius:var(--radius-md);padding:1rem 1.25rem 1.25rem;margin-top:.5rem}.pdp-credential__overline{display:inline-block;background:var(--navy);color:var(--warm-white);font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;border-radius:2px;margin-bottom:1rem}.pdp-credential__row{display:flex;gap:.75rem;align-items:flex-start}.pdp-credential__rank{background:var(--sage);color:var(--warm-white);font-family:var(--font-display);font-weight:400;font-size:36px;line-height:1;padding:8px 14px;border-radius:var(--radius-sm);flex-shrink:0}.pdp-credential__text{font-size:14px;color:var(--navy);line-height:1.45}.pdp-credential__text strong{font-weight:600}@media(min-width:991px){.pdp{padding:2.5rem 0 5rem}.pdp__layout{grid-template-columns:1.05fr 1fr;gap:4rem;align-items:start}.pdp-gallery{position:sticky;top:calc(var(--header-height) + 1.5rem)}.pdp-gallery__mosaic{grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:8px;margin-bottom:8px}.pdp-gallery__mosaic .pdp-gallery__tile:first-child{grid-row:1 / 3;aspect-ratio:1/1}.pdp-gallery__mosaic[data-mosaic-count="1"]{grid-template-columns:1fr;grid-template-rows:auto}.pdp-gallery__mosaic[data-mosaic-count="2"]{grid-template-columns:1fr 1fr;grid-template-rows:auto}.pdp-gallery__mosaic[data-mosaic-count="2"] .pdp-gallery__tile:first-child{grid-row:auto}.pdp-gallery__more{grid-template-columns:repeat(6,1fr);gap:8px}.pdp-title{font-size:40px}}.ugc-videos{padding:4rem 0 5rem;background:var(--cream)}.ugc-videos__head{text-align:center;margin-bottom:2.5rem}.ugc-videos__heading{font-size:clamp(28px,4vw,40px);margin-top:.75rem;line-height:1.15}.ugc-videos__heading em{font-style:italic;color:var(--sage)}.ugc-videos__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.ugc-video{margin:0;display:flex;flex-direction:column;gap:.75rem}.ugc-video__media{position:relative;aspect-ratio:3/4;background:var(--navy);border-radius:var(--radius-md);overflow:hidden}.ugc-video__player,.ugc-video__media img{width:100%;height:100%;object-fit:cover}.ugc-video__placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:48px;color:var(--sage-light)}.ugc-video__play{position:absolute;bottom:12px;left:12px;width:44px;height:44px;border-radius:50%;background:#fffffff2;color:var(--navy);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,background .2s;padding:0 0 0 3px}.ugc-video__play:hover{transform:scale(1.06)}.ugc-video.is-playing .ugc-video__play{opacity:0;pointer-events:none}.ugc-video__handle{position:absolute;top:12px;left:12px;background:#0000008c;color:#fff;font-size:11px;font-weight:500;padding:4px 8px;border-radius:2px;letter-spacing:.02em}.ugc-video__caption{font-size:13px;color:var(--muted);line-height:1.5}@media(min-width:768px){.ugc-videos__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:991px){.ugc-videos__grid{grid-template-columns:repeat(4,1fr)}}.collection-page{padding:3rem 0 5rem}.collection-page__head{text-align:center;margin:0 auto 3rem;max-width:600px}.collection-page__filters{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-top:.5px solid var(--border);border-bottom:.5px solid var(--border);margin-bottom:2.5rem;font-size:13px}.collection-page__count{color:var(--muted)}.cart-page{padding:3rem 0 5rem}.cart-page__title{text-align:center;margin-bottom:3rem}.cart-row{display:grid;grid-template-columns:100px 1fr auto auto auto;gap:1.5rem;align-items:center;padding:1.5rem 0;border-bottom:.5px solid var(--border)}.cart-row__image{width:100px;aspect-ratio:1/1;background:var(--cream);border-radius:var(--radius-sm);overflow:hidden}.cart-row__title{font-family:var(--font-display);font-size:18px;color:var(--navy);margin-bottom:4px}.cart-row__variant{font-size:12px;color:var(--muted)}.cart-summary{margin-top:2rem;padding:2rem;background:var(--cream);border-radius:var(--radius-md);max-width:480px;margin-left:auto}.cart-summary__row{display:flex;justify-content:space-between;padding:.6rem 0;font-size:14px}.cart-summary__row--total{border-top:.5px solid var(--border);margin-top:.5rem;padding-top:1rem;font-size:18px;font-weight:500;color:var(--navy)}.empty-state{text-align:center;padding:5rem 0}.empty-state h2{margin-bottom:1rem}.empty-state p{margin-bottom:2rem}.page-template{padding:4rem 0 5rem}.page-template__head{text-align:center;margin-bottom:3rem}.page-template__content{max-width:720px;margin:0 auto;font-size:16px;line-height:1.8;color:var(--navy)}.page-template__content p{margin-bottom:1.25rem;color:var(--navy)}.page-template__content h2{margin:2.5rem 0 1rem}.page-template__content h3{margin:2rem 0 .75rem}.page-template__content ul,.page-template__content ol{margin:0 0 1.25rem 1.5rem}.page-template__content li{margin-bottom:.5rem}.form-input{width:100%;padding:14px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:14px;font-weight:300;background:var(--warm-white);color:var(--navy);transition:border-color .2s;min-height:44px}.form-input:focus{outline:none;border-color:var(--sage)}.form-error{color:#b91c1c;font-size:13px;margin-top:.5rem}.form-success{background:#8fa98a1a;border-left:3px solid var(--sage);padding:1rem 1.25rem;border-radius:0;margin-bottom:1.5rem;font-size:14px;color:var(--navy)}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(120%);background:var(--navy);color:var(--warm-white);padding:14px 20px;border-radius:var(--radius-sm);display:flex;align-items:center;gap:1rem;z-index:200;font-size:13px;box-shadow:var(--shadow-lg);max-width:calc(100% - 32px);transition:transform .35s ease}.toast.is-visible{transform:translate(-50%) translateY(0)}.toast a{color:var(--warm-white);background:var(--sage);padding:8px 14px;border-radius:var(--radius-sm);text-decoration:none;font-weight:500;white-space:nowrap}.text-center{text-align:center}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.visually-hidden,.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-40px;left:1rem;background:var(--navy);color:var(--warm-white);padding:8px 16px;border-radius:var(--radius-sm);font-size:13px;z-index:9999;text-decoration:none}.skip-link:focus{top:1rem}@media(max-width:990px){.container,.container-narrow{padding:0 1.5rem}.cta-final__inner{grid-template-columns:1fr;gap:2.5rem}.hero__overlay{background:linear-gradient(90deg,#f7f5f0f2,#f7f5f0d1 45%,#f7f5f066 70%,#f7f5f000 90%)}.hero__bg img{object-position:70% center}.cta-final__visual{display:none}.ritual-system__grid,.reviews__grid,.product-grid,.how-it-works__steps{grid-template-columns:repeat(2,1fr)}.brand-story__inner{grid-template-columns:1fr}.brand-story__panel--image{min-height:320px;order:-1}.brand-story__panel--copy{padding:3rem 1.5rem}.brand-story__features{grid-template-columns:repeat(3,1fr);gap:1rem}.site-footer__inner{grid-template-columns:1fr 1fr;gap:2rem}.trust-bar__inner{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:640px){.container,.container-narrow{padding:0 1.25rem}.site-header__inner{padding:.75rem 1.25rem;gap:.5rem}.site-header__nav{display:none;position:fixed;top:var(--header-height);left:0;right:0;background:var(--warm-white);flex-direction:column;padding:1.5rem 1.5rem 2rem;gap:.5rem;border-bottom:.5px solid var(--border);z-index:99;max-height:calc(100vh - var(--header-height));overflow-y:auto}.html.js .menu-toggle,.menu-toggle{display:inline-flex}body.menu-open .site-header__nav{display:flex}.site-header__nav a{font-size:17px;font-family:var(--font-body);font-weight:400;padding:12px 0;border-bottom:.5px solid var(--border)}.site-header__nav a:after{display:none}.site-header__logo img{height:26px}.site-header__actions{gap:0}.hero{padding:3rem 0 3.5rem;min-height:480px}.hero__bg img{object-position:30% center}.hero__overlay{background:linear-gradient(180deg,#f7f5f0f7,#f7f5f0e6,#f7f5f0f2)}.hero__title{font-size:32px;margin-bottom:1rem}.hero__subtitle{font-size:14px;margin-bottom:1.25rem;max-width:100%}.hero__cta-row{flex-direction:column;align-items:stretch;gap:.75rem}.hero__cta-row .btn{width:100%}.hero__note{font-size:11px}.ritual-system,.product-grid-section,.how-it-works,.reviews,.faq,.cta-final{padding:3rem 0}.ritual-system__head,.how-it-works__head,.reviews__head,.faq__head,.collection-page__head{margin-bottom:2rem}.ritual-system__grid,.reviews__grid,.product-grid,.how-it-works__steps{grid-template-columns:1fr;gap:1rem}.brand-story__features{grid-template-columns:1fr;gap:1.25rem;text-align:left}.why-feature{display:grid;grid-template-columns:auto 1fr;gap:.875rem;align-items:start;text-align:left}.why-feature__icon{margin-bottom:0;margin-top:4px}.brand-story__quote p{font-size:20px}.trust-bar__inner{grid-template-columns:1fr 1fr}.site-footer__inner{grid-template-columns:1fr;gap:2rem}.site-footer{padding:3rem 0 1.5rem}.site-footer__bottom{flex-direction:column;align-items:flex-start}.pdp-form__price-row{gap:.5rem}.pdp-form__qty{margin-left:auto}.cta-final__form{flex-direction:column;padding:8px}.cta-final__form input{min-width:0;padding:12px}.cta-final__form button{width:100%}.cart-row{grid-template-columns:80px 1fr;gap:1rem}.cart-row>*:nth-child(n+3){grid-column:2}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.site-header,.site-footer,.cta-final,.toast{display:none}body{color:#000;background:#fff}}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);will-change:opacity,transform}[data-reveal].is-visible,.no-js [data-reveal]{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1!important;transform:none!important;transition:none}}.btn{transition:transform .25s cubic-bezier(.2,.7,.2,1),box-shadow .25s,background .2s,color .2s,opacity .2s}.btn--primary:hover,.btn--cta:hover,.btn--soft:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn--primary:active,.btn--cta:active{transform:translateY(0)}.site-header{transition:box-shadow .3s,background .3s,padding .3s}.site-header.is-scrolled{box-shadow:0 6px 24px #1f433414;background:#fbf6eee6}.pr{padding:clamp(48px,8vw,96px) 0;background:var(--warm-white)}.pr__head{text-align:center;margin-bottom:2.5rem}.pr-star{color:#d8d3c8;font-size:1em;line-height:1}.pr-star.is-full{color:#f5a623}.pr-summary{display:grid;grid-template-columns:minmax(180px,240px) 1fr;gap:clamp(1.5rem,5vw,4rem);align-items:center;padding:1.75rem clamp(1rem,4vw,2.5rem);background:#fff;border:1px solid rgba(31,67,52,.08);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:2.5rem}.pr-summary__score{text-align:center;display:flex;flex-direction:column;gap:.4rem}.pr-summary__avg{font-family:var(--font-serif);font-size:clamp(2.6rem,7vw,3.6rem);line-height:1;color:var(--ink)}.pr-summary__stars{font-size:1.25rem;letter-spacing:2px}.pr-summary__count{font-size:.8rem;color:#8a8577}.pr-summary__bars{display:flex;flex-direction:column;gap:.5rem}.pr-bar{display:grid;grid-template-columns:56px 1fr 44px;align-items:center;gap:.75rem;font-size:.8rem;color:#6c6658}.pr-bar__track{height:9px;background:#ece9e3;border-radius:999px;overflow:hidden}.pr-bar__fill{display:block;height:100%;background:#f5a623;border-radius:999px;transition:width .8s cubic-bezier(.2,.7,.2,1)}.pr-bar__pct{text-align:right;font-variant-numeric:tabular-nums}.pr-list{list-style:none;margin:0;padding:0;display:grid;gap:1.25rem}.pr-review{background:#fff;border:1px solid rgba(31,67,52,.08);border-radius:var(--radius-lg);padding:1.4rem 1.5rem;box-shadow:var(--shadow-sm);transition:transform .3s cubic-bezier(.2,.7,.2,1),box-shadow .3s}.pr-review:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.pr-review__head{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.pr-review__avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--sage-pale);color:var(--navy);font-weight:700;font-size:.85rem;text-transform:uppercase}.pr-review__author{font-weight:600;color:var(--ink);font-size:.92rem}.pr-review__meta{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-bottom:.3rem}.pr-review__stars{letter-spacing:1px;font-size:.95rem}.pr-review__title{font-weight:700;color:var(--ink);font-size:.95rem}.pr-review__verified{display:inline-flex;align-items:center;gap:.25rem;color:#1a7d4b;font-size:.76rem;font-weight:700;margin-right:.6rem}.pr-review__date{font-size:.76rem;color:#8a8577}.pr-review__body{margin:.55rem 0 .4rem;color:#4a4538;line-height:1.6;font-size:.92rem}.pr-review__helpful{font-size:.76rem;color:#8a8577}@media(max-width:640px){.pr-summary{grid-template-columns:1fr;text-align:center}}.upsell{padding:clamp(40px,7vw,80px) 0}.upsell__head{text-align:center;margin-bottom:2rem}.upsell__sub{color:#6c6658;max-width:46ch;margin:.5rem auto 0}.upsell__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.upsell-card{background:#fff;border:1px solid rgba(31,67,52,.08);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s cubic-bezier(.2,.7,.2,1),box-shadow .3s}.upsell-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.upsell-card__media{display:block;aspect-ratio:1/1;background:var(--cream);overflow:hidden}.upsell-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.upsell-card:hover .upsell-card__media img{transform:scale(1.05)}.upsell-card__ph{display:grid;place-items:center;height:100%;font-family:var(--font-serif);font-size:2.5rem;color:var(--sage)}.upsell-card__body{padding:1rem 1.1rem 1.2rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.upsell-card__title{font-size:1rem;margin:0}.upsell-card__title a{color:var(--ink);text-decoration:none}.upsell-card__desc{font-size:.82rem;color:#6c6658;line-height:1.5;flex:1}.upsell-card__row{display:flex;align-items:center;justify-content:space-between;margin-top:.4rem}.upsell-card__price{font-weight:700;color:var(--ink)}.upsell-card__add{padding:8px 18px;min-height:0;font-size:12px}.pr-review__photos{display:flex;gap:8px;margin:.25rem 0 .6rem;flex-wrap:wrap}.pr-review__photo{width:64px;height:64px;border-radius:10px;overflow:hidden;flex:0 0 auto}.pr-review__photo img{width:100%;height:100%;object-fit:cover}.pr-review__photo--empty{display:grid;place-items:center;border:1.5px dashed rgba(0,0,0,.16);color:#00000042;background:#00000005}.pdp-rt>*+*{margin-top:.9rem}.pdp-rt p{line-height:1.65;color:#4a4538}.pdp-rt__h{font-family:var(--font-display);font-size:1.05rem;font-weight:700;color:var(--ink);letter-spacing:-.01em;margin-top:1.5rem}.pdp-rt__h:first-child{margin-top:0}.pdp-rt__list{list-style:none;margin:.25rem 0 0;padding:0;display:grid;gap:.55rem}.pdp-rt__list li{position:relative;padding-left:1.6rem;line-height:1.5;color:#4a4538}.pdp-rt__list li:before{content:"";position:absolute;left:3px;top:.3em;width:6px;height:10px;border:solid var(--sage, #7a9a6f);border-width:0 2px 2px 0;transform:rotate(45deg)}.pdp-gallery__main{border-radius:var(--radius-lg);overflow:hidden;background:var(--cream)}.pdp-gallery__main img{display:block;width:100%;height:auto;transition:opacity .25s}.pdp-gallery__thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:8px;margin-top:8px}.pdp-gallery__thumb{aspect-ratio:1/1;overflow:hidden;border-radius:var(--radius-md);border:1px solid rgba(0,0,0,.08);background:var(--cream);padding:0;cursor:pointer;transition:outline .15s,transform .2s}.pdp-gallery__thumb img{width:100%;height:100%;object-fit:cover}.pdp-gallery__thumb.is-active{outline:2px solid var(--ink);outline-offset:-2px}.pdp-gallery__thumb:hover{transform:translateY(-2px)}@media(max-width:749px){.pdp-gallery__main{display:none}.pdp-gallery__thumbs{display:flex;flex-direction:column;gap:12px;margin-top:0}.pdp-gallery__thumb{aspect-ratio:auto;border:none;outline:none!important;border-radius:var(--radius-lg);cursor:default;transform:none}.pdp-gallery__thumb img{height:auto}}.pdp-gallery__main{position:relative}.pdp-gallery__main img{cursor:zoom-in}.pdp-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#ffffffdb;border:1px solid rgba(0,0,0,.08);display:grid;place-items:center;cursor:pointer;color:var(--ink);box-shadow:var(--shadow-sm);z-index:2;transition:background .2s,transform .2s}.pdp-gallery__arrow:hover{background:#fff;transform:translateY(-50%) scale(1.06)}.pdp-gallery__arrow svg{width:18px;height:18px}.pdp-gallery__arrow--prev{left:12px}.pdp-gallery__arrow--next{right:12px}.pdp-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f0f12ed;display:none;align-items:center;justify-content:center;padding:24px}.pdp-lightbox.is-open{display:flex}.pdp-lightbox img{max-width:92vw;max-height:88vh;object-fit:contain;border-radius:10px}.pdp-lightbox__close{position:absolute;top:16px;right:16px}.pdp-lightbox__close,.pdp-lightbox__arrow{width:46px;height:46px;border-radius:50%;background:#ffffff1f;border:none;color:#fff;cursor:pointer;display:grid;place-items:center;transition:background .2s}.pdp-lightbox__close:hover,.pdp-lightbox__arrow:hover{background:#ffffff3d}.pdp-lightbox__arrow{position:absolute;top:50%;transform:translateY(-50%)}.pdp-lightbox__arrow--prev{left:18px}.pdp-lightbox__arrow--next{right:18px}.pdp-lightbox__close svg,.pdp-lightbox__arrow svg{width:22px;height:22px}@media(max-width:749px){.pdp-lightbox__arrow{display:none}}html{scroll-behavior:smooth}.pdp-trust--link{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit;cursor:pointer}.pdp-trust--link:hover .pdp-trust__label{text-decoration:underline}.pdp-benefits{list-style:none;margin:.25rem 0 1.25rem;padding:0;display:grid;gap:.5rem}.pdp-benefits li{display:flex;align-items:flex-start;gap:.55rem;font-size:.95rem;line-height:1.45;color:var(--ink, #153328)}.pdp-benefits__check{flex:0 0 auto;margin-top:.1rem;color:var(--p-accent, var(--sage, #F47A52))}.pdp-benefits li span{color:var(--ink, #153328)}.pdp-freeship{margin:0 0 1.1rem}.pdp-freeship__label{margin:0 0 .45rem;font-size:.85rem;font-weight:600;color:var(--ink, #153328)}.pdp-freeship__track{position:relative;height:6px;border-radius:999px;background:color-mix(in srgb,var(--muted, #6E7468) 22%,transparent);overflow:hidden}.pdp-freeship__fill{display:block;height:100%;width:0;border-radius:999px;background:var(--p-accent, var(--sage, #F47A52));transition:width .4s ease}.pdp-freeship[data-unlocked=true] .pdp-freeship__label{color:var(--p-accent, var(--sage, #F47A52))}.pdp-delivery{display:flex;align-items:center;gap:.5rem;margin:0 0 1.25rem;font-size:.9rem;color:var(--muted, #6E7468)}.pdp-delivery__icon{flex:0 0 auto;color:var(--p-accent, var(--sage, #F47A52))}.pdp-delivery strong{color:var(--ink, #153328);font-weight:600}.pdp-guarantees{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.55rem 1.25rem}.pdp-guarantees li{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;color:#4a4538}.pdp-guarantees svg{color:var(--sage, var(--mint-deep, #7a9a6f));flex:0 0 auto}.pdp-sticky{position:fixed;left:0;right:0;bottom:0;z-index:60;background:var(--warm-white, var(--cream, #fff));border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -6px 24px #00000014;transform:translateY(110%);transition:transform .3s cubic-bezier(.2,.7,.2,1);padding:10px 0 calc(10px + env(safe-area-inset-bottom))}.pdp-sticky.is-visible{transform:none}.pdp-sticky__inner{display:flex;align-items:center;gap:12px}.pdp-sticky__info{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.pdp-sticky__thumb{width:44px;height:44px;border-radius:8px;object-fit:cover;flex:0 0 auto}.pdp-sticky__text{display:flex;flex-direction:column;min-width:0}.pdp-sticky__title{font-size:.8rem;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdp-sticky__price{font-size:.85rem;font-weight:700;color:var(--ink)}.pdp-sticky__btn{flex:0 0 auto;padding:12px 22px;min-height:0}@media(min-width:750px){.pdp-sticky{display:none}}.pdp-gallery__main{overflow:hidden}.pdp-gallery__main img{transition:transform .3s cubic-bezier(.2,.7,.2,1);will-change:transform}@media(max-width:749px){.pdp-gallery__main{display:block}.pdp-gallery__main img{cursor:default}.pdp-gallery__thumbs{display:none}.pdp-gallery__arrow{display:grid}}@keyframes pdp-cta-glow{0%,to{box-shadow:0 6px 18px #0000001f,0 0 color-mix(in srgb,var(--sage, var(--coral, var(--mint, #c9a24b))) 45%,transparent)}50%{box-shadow:0 6px 18px #0000001f,0 0 26px 5px color-mix(in srgb,var(--sage, var(--coral, var(--mint, #c9a24b))) 60%,transparent)}}.pdp-form__submit,.pdp-sticky__btn{animation:pdp-cta-glow 2.4s ease-in-out infinite}.pdp-form__submit:hover,.pdp-sticky__btn:hover{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.pdp-form__submit,.pdp-sticky__btn{animation:none}}.pdp-shortdesc{font-size:1.05rem;line-height:1.55;color:var(--ink);opacity:.8;margin:.25rem 0 1.25rem}.pdp-specs{margin-top:1.75rem}.pdp-specs__head{font-family:var(--font-display);font-size:1.05rem;font-weight:700;color:var(--ink);margin-bottom:.5rem}.pdp-specs__list{margin:0}.pdp-specs__row{display:grid;grid-template-columns:40% 1fr;gap:1rem;padding:.6rem 0;border-bottom:1px solid rgba(0,0,0,.07);font-size:.9rem}.pdp-specs__row dt{color:var(--stone, #8a8577);font-weight:600;margin:0}.pdp-specs__row dd{color:var(--ink);margin:0}h1 p,h2 p,h3 p,h4 p{font:inherit;margin:0;color:inherit}h2{font-weight:600;letter-spacing:-.02em}.trust-item__icon{width:26px;height:26px;color:var(--sage, var(--mint, currentColor));animation:trust-float 3.4s ease-in-out infinite}.trust-item:nth-child(2) .trust-item__icon{animation-delay:.3s}.trust-item:nth-child(3) .trust-item__icon{animation-delay:.6s}.trust-item:nth-child(4) .trust-item__icon{animation-delay:.9s}@keyframes trust-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.trust-item__icon--spin{animation:trust-spin 7s linear infinite}@keyframes trust-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.trust-item__icon,.trust-item__icon--spin{animation:none}}.hero{position:relative;overflow:hidden}.hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.16;z-index:1;pointer-events:none}.hero__content,.hero__inner,.hero>.container{position:relative;z-index:3}.trust-item__symbol{display:flex;align-items:center;justify-content:center;min-height:30px;margin:0 auto .5rem}.trust-item__symbol svg{display:block}.pdp-description{border-top:1px solid var(--border, rgba(0,0,0,.1));margin-top:1.75rem;padding-top:1.75rem}.pdp-swatches{margin:0 0 1.25rem}.pdp-swatches__label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--stone, #8a8577);margin-bottom:.5rem}.pdp-swatches__row{display:flex;flex-wrap:wrap;gap:10px}.pdp-swatch{width:54px;height:54px;border-radius:12px;overflow:hidden;border:2px solid transparent;box-shadow:0 0 0 1px #0000001f;background:var(--cream);padding:0;cursor:pointer;transition:border-color .2s,transform .2s,box-shadow .2s;display:grid;place-items:center}.pdp-swatch img{width:100%;height:100%;object-fit:cover}.pdp-swatch__initial{font-weight:700;color:var(--ink)}.pdp-swatch:hover{transform:translateY(-2px)}.pdp-swatch.is-active{border-color:var(--ink);box-shadow:0 0 0 2px var(--ink)}.pdp-swatches__head{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.5rem}.pdp-swatches__head .pdp-swatches__label{margin-bottom:0}.pdp-swatches__value{font-size:.92rem;font-weight:700;color:var(--ink)}.pdp-sizes{margin:0 0 1.25rem}.pdp-sizes .pdp-form__variant-options{display:flex;flex-wrap:wrap;gap:8px;margin-top:.5rem}.pdp-steps{width:100%;padding:clamp(3rem,7vw,5.5rem) 0;background:var(--cream, var(--sand, var(--mint, #f4f1ea)));border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05)}.pdp-steps__head{text-align:center;max-width:640px;margin:0 auto clamp(2rem,4vw,3rem)}.pdp-steps__eyebrow{display:inline-block;margin-bottom:.75rem}.pdp-steps__heading{font-size:clamp(1.6rem,3.5vw,2.6rem);line-height:1.1;margin:0 0 .6rem}.pdp-steps__heading p{display:inline;margin:0;font:inherit}.pdp-steps__intro{color:var(--muted, #6b6b6b);font-size:1.05rem;margin:0}.pdp-steps__grid{list-style:none;margin:0 auto;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,3vw,2.5rem);max-width:1100px;position:relative}.pdp-steps__grid:before{content:"";position:absolute;top:34px;left:16%;right:16%;height:2px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.12),transparent);z-index:0}.pdp-step{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.85rem}.pdp-step__num{width:68px;height:68px;flex:none;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--accent, var(--sage, var(--coral, var(--navy, #2f3b34))));color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;box-shadow:0 8px 24px -8px #00000059}.pdp-step__label{font-size:1.15rem;margin:0}.pdp-step__text{color:var(--muted, #6b6b6b);font-size:.97rem;line-height:1.55;margin:0;max-width:30ch}@media(max-width:760px){.pdp-steps__grid{grid-template-columns:1fr;gap:1.75rem}.pdp-steps__grid:before{display:none}.pdp-step{flex-direction:row;text-align:left;align-items:flex-start;gap:1rem}.pdp-step__num{width:52px;height:52px;font-size:1.2rem}.pdp-step__text{max-width:none}}.pr-stars{display:inline-flex;align-items:center;gap:1px;line-height:0}.pr-star-svg{color:#d9d4cb;flex:none}.pr-star-svg.is-full{color:#f5a623}.pr-review{background:#fff;border:1px solid var(--hairline, rgba(0,0,0,.09));border-radius:16px;padding:1.25rem 1.35rem 1.15rem;box-shadow:0 1px 2px #0000000a,0 10px 28px -18px #00000047;list-style:none;position:relative;transition:box-shadow .25s ease,transform .25s ease}.pr-review:hover{box-shadow:0 2px 4px #0000000d,0 16px 36px -18px #00000052;transform:translateY(-2px)}.pr-review__head{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.7rem}.pr-review__avatar{width:44px;height:44px;flex:none;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.05rem;letter-spacing:.01em;text-transform:uppercase;background:var(--accent, var(--sage, var(--coral, var(--navy, #2f3b34))));box-shadow:0 4px 10px -4px #0006}.pr-review__id{flex:1 1 auto;min-width:0}.pr-review__authorline{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.pr-review__author{font-weight:700;font-size:1rem;color:var(--ink, var(--navy, #2a2a2a))}.pr-review__metaline{display:flex;align-items:center;gap:.55rem;margin-top:.18rem;flex-wrap:wrap}.pr-review__date{font-size:.82rem;color:var(--muted, #7c7c7c)}.pr-verified-pill{display:inline-flex;align-items:center;gap:.28rem;padding:.16rem .5rem .16rem .42rem;border-radius:999px;font-size:.72rem;font-weight:600;letter-spacing:.01em;line-height:1;color:var(--accent, var(--sage, var(--coral, var(--navy, #2f7d57))));background:color-mix(in srgb,var(--accent, var(--sage, var(--coral, #2f7d57))) 12%,#fff);border:1px solid color-mix(in srgb,var(--accent, var(--sage, var(--coral, #2f7d57))) 28%,transparent)}.pr-verified-pill svg{flex:none}.pr-review__source{position:absolute;top:1.1rem;right:1.15rem;color:var(--muted, #b6b1a7);opacity:.6}.pr-review__title{font-weight:600;font-size:.98rem;margin:.15rem 0 .35rem;color:var(--ink, var(--navy, #2a2a2a))}.pr-review__body{font-size:.93rem;line-height:1.6;margin:0;color:var(--ink, var(--navy, #3a3a3a))}.pr-review__photos{display:flex;gap:.5rem;margin-top:.85rem;flex-wrap:wrap}.pr-review__photo{width:56px;height:56px;flex:none;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid var(--hairline, rgba(0,0,0,.09));background:var(--cream, #f6f3ec)}.pr-review__photo img{width:100%;height:100%;object-fit:cover;display:block}.pr-review__photo--empty{color:var(--muted, #b6b1a7)}.pr-review__helpful{display:inline-flex;align-items:center;gap:.4rem;margin:.9rem 0 0;font-size:.82rem;font-weight:600;color:var(--muted, #6b6b6b)}.pr-review__helpful svg{flex:none}.pr-story{position:fixed;right:18px;bottom:18px;z-index:60;width:150px;animation:prStoryIn .55s cubic-bezier(.2,.8,.25,1) both}.pr-story.is-hidden{display:none}.pr-story__ring{padding:3px;border-radius:20px;background:conic-gradient(from 200deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5,#feda75);box-shadow:0 14px 34px -12px #00000080;animation:prStoryPulse 2.8s ease-in-out infinite}.pr-story__inner{position:relative;width:100%;aspect-ratio:9 / 16;border-radius:17px;overflow:hidden;background:linear-gradient(150deg,#2b2f3a,#4f5bd5 60%,#d62976);border:2px solid #fff}.pr-story__poster{width:100%;height:100%;object-fit:cover;display:block}.pr-story__poster--ph{display:block;width:100%;height:100%;background:linear-gradient(150deg,#4f5bd5,#d62976 70%,#fa7e1e)}.pr-story__close{position:absolute;top:6px;right:6px;z-index:3;width:22px;height:22px;border:0;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#00000073;color:#fff;padding:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.pr-story__close:hover{background:#000000a6}.pr-story__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff47;color:#fff;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);box-shadow:0 0 0 6px #ffffff1f}.pr-story__play svg{margin-left:2px}.pr-story__cap{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:.35rem;padding:.55rem .55rem .5rem;background:linear-gradient(to top,#0000009e,#0000);color:#fff}.pr-story__handle{font-size:.72rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pr-story__watch{display:inline-flex;align-items:center;gap:.2rem;font-size:.66rem;font-weight:700;flex:none;opacity:.95}.pr-story__watch svg{flex:none}@keyframes prStoryIn{0%{opacity:0;transform:translateY(22px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes prStoryPulse{0%,to{box-shadow:0 14px 34px -12px #00000080,0 0 #d6297673}50%{box-shadow:0 14px 34px -12px #00000080,0 0 0 8px #d6297600}}@media(prefers-reduced-motion:reduce){.pr-story,.pr-story__ring{animation:none}}@media(max-width:760px){.pr-story{width:118px;right:12px;bottom:84px}.pr-story__play{width:42px;height:42px}}:root{--p-accent: var(--accent, var(--sage, var(--coral, var(--lavender, var(--mint, #b8893e)))));--p-soft: var(--lavender-pale, var(--sage-pale, var(--mint, var(--linen, #ece4d6))));--p-ink: var(--ink, var(--navy, #243029))}.product-card__image-wrap,.rs-card__media{border-radius:18px;overflow:hidden}.product-card,.rs-card,.review-card,.faq-item,.why-feature{border-radius:18px}.rs-card,.review-card,.product-card,.why-feature{transition:transform .4s cubic-bezier(.2,.8,.25,1),box-shadow .4s ease;margin:8px}.rs-card:hover,.product-card:hover,.review-card:hover,.why-feature:hover{transform:translateY(-5px);box-shadow:0 18px 40px -22px var(--p-ink)}.product-card__badge{border-radius:999px;transform:rotate(-6deg);box-shadow:0 6px 16px -6px #0000004d;letter-spacing:.04em}.product-card:hover .product-card__badge{transform:rotate(-2deg) scale(1.04)}.how-step__icon,.why-feature__icon{border-radius:50%;background:var(--p-soft);box-shadow:0 0 0 1px var(--p-accent) inset,0 8px 22px -16px var(--p-ink);width:64px;height:64px;flex:none;padding:0}.how-step__icon{margin-left:auto;margin-right:auto}.how-step__icon svg,.why-feature__icon svg{width:26px;height:26px}.ritual-system__rule,.brand-story__rule{border-radius:999px;height:3px;background:var(--p-accent);opacity:.6}@media(prefers-reduced-motion:reduce){.rs-card:hover,.product-card:hover,.review-card:hover,.why-feature:hover{transform:none}}.cta-final{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark, var(--navy)) 100%)}.cta-final__decoration{background:radial-gradient(circle at 85% 15%,var(--p-accent, var(--sage)),transparent 42%),radial-gradient(circle at 12% 88%,var(--p-accent, var(--sage)),transparent 46%);opacity:.16}.cta-final__title{font-size:clamp(30px,4.4vw,52px)}.cta-final__desc{font-size:15px;color:#ffffffc7}.cta-final__form{border-radius:999px;padding:6px}.cta-final__form input{border-radius:999px}.cta-final__form button{border-radius:999px;background:var(--p-accent, var(--sage));color:var(--p-ink, #1f2a37);padding:13px 26px;font-size:12.5px;box-shadow:0 10px 26px -10px var(--p-accent, var(--sage));transition:transform .35s cubic-bezier(.2,.8,.25,1),box-shadow .35s ease,opacity .2s}.cta-final__form button:hover,.cta-final__form button:focus-visible{transform:translateY(-2px) scale(1.03);opacity:1;box-shadow:0 14px 32px -8px var(--p-accent, var(--sage))}.cta-final__visual{border-radius:24px;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--p-accent, var(--sage)),var(--navy-dark, var(--navy)))}.cta-final__visual:before{display:none}.cta-final__visual-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__trust{display:flex;align-items:center;gap:.55rem;margin-top:1.1rem;flex-wrap:wrap}.hero__stars{display:inline-flex;gap:1px;color:#f5a623}.hero__stars svg{display:block}.hero__trust-text{font-size:13px;color:var(--muted, rgba(0,0,0,.62));font-weight:600;letter-spacing:.01em}.btn__arrow{vertical-align:middle;margin-left:2px}.guarantees{padding:clamp(2.5rem,5vw,4rem) 0;background:var(--paper, var(--cream, #fbf8f1));border-top:1px solid var(--border, rgba(0,0,0,.07));border-bottom:1px solid var(--border, rgba(0,0,0,.07))}.guarantees__head{text-align:center;margin-bottom:1.8rem}.guarantees__heading{font-size:clamp(22px,3vw,32px);margin:0}.guarantees__heading p{display:inline;margin:0;font:inherit}.guarantees__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,2.5vw,2rem)}.guarantee{display:flex;align-items:flex-start;gap:.75rem}.guarantee__icon{flex:none;width:34px;height:34px;color:var(--p-accent, var(--sage, currentColor))}.guarantee__icon svg{width:100%;height:100%;display:block}.guarantee__body{display:flex;flex-direction:column;gap:2px;min-width:0}.guarantee__title{font-weight:600;font-size:14px;color:var(--ink, var(--navy, #243029))}.guarantee__text{font-size:12.5px;color:var(--muted, rgba(0,0,0,.6));line-height:1.5}@media(max-width:760px){.guarantees__grid{grid-template-columns:repeat(2,1fr)}}.rs-card--link{text-decoration:none;color:inherit;cursor:pointer}.rs-card--link .rs-card__title{transition:color .25s ease}.rs-card--link:hover .rs-card__title{color:var(--p-accent, var(--sage, currentColor))}.ugc-videos__featured{margin:0 auto 2rem;max-width:760px;border-radius:18px;overflow:hidden;box-shadow:0 18px 50px -24px #0006}.ugc-videos__featured video{display:block;width:100%;height:auto;background:#000}.psearch[hidden]{display:none}.psearch{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:flex-start;justify-content:center}.psearch__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;padding:0;margin:0;background:#1418146b;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);cursor:pointer}.psearch__panel{position:relative;width:min(640px,100%);margin-top:clamp(16px,9vh,96px);background:var(--cream, var(--paper, #f6f3ec));color:var(--ink, var(--navy, #243029));border-radius:var(--radius-lg, 18px);box-shadow:0 30px 80px -28px #00000080;overflow:hidden;animation:psearch-in .18s ease both}@keyframes psearch-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.psearch__panel{animation:none}}.psearch__form{display:flex;align-items:center;gap:.5rem;padding:.65rem .75rem;border-bottom:1px solid var(--hairline, var(--border, rgba(0,0,0,.1)))}.psearch__icon{flex:none;width:22px;height:22px;color:var(--p-accent, var(--sage, #F47A52))}.psearch__icon svg{width:100%;height:100%;display:block}.psearch__input{flex:1 1 auto;min-width:0;border:0;background:transparent;font:inherit;font-size:17px;color:inherit;padding:.55rem .25rem;outline:none}.psearch__input::placeholder{color:var(--muted, rgba(0,0,0,.5))}.psearch__close{flex:none;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:0;background:transparent;color:var(--muted, rgba(0,0,0,.6));border-radius:var(--radius-sm, 10px);cursor:pointer}.psearch__close:hover{background:#0000000d;color:var(--ink, var(--navy, #243029))}.psearch__close svg{width:20px;height:20px;display:block}.psearch__results,.psearch__fallback{max-height:min(60vh,460px);overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.5rem}.psearch__results[hidden],.psearch__fallback[hidden]{display:none}.psearch__fallback-label{margin:.35rem .55rem .25rem;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted, rgba(0,0,0,.55))}.psearch__list{list-style:none;margin:0;padding:0}.psearch__row{display:flex;align-items:center;gap:.75rem;min-height:44px;padding:.5rem .55rem;border-radius:var(--radius-md, 12px);text-decoration:none;color:inherit}.psearch__row:hover,.psearch__row:focus-visible{background:#0000000a;outline:none}.psearch__thumb{flex:none;width:48px;height:48px;border-radius:var(--radius-sm, 10px);overflow:hidden;background:var(--linen, rgba(0,0,0,.06));display:flex;align-items:center;justify-content:center}.psearch__thumb img{width:100%;height:100%;object-fit:cover;display:block}.psearch__meta{display:flex;flex-direction:column;gap:2px;min-width:0}.psearch__title{font-weight:600;font-size:14.5px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.psearch__price{font-size:13px;color:var(--p-accent, var(--sage, #F47A52))}html.psearch-open{overflow:hidden}@media(max-width:560px){.psearch__panel{width:100%;margin-top:0;height:100%;border-radius:0;display:flex;flex-direction:column}.psearch__results,.psearch__fallback{max-height:none;flex:1 1 auto}}.lp-welcome{margin:0 0 .85rem;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:500;color:var(--p-accent, var(--sage, #F47A52));opacity:.9}.lp-welcome[hidden]{display:none}.lp-recs{padding:4.5rem 0;background:var(--cream, #f6f3ec);color:var(--ink, var(--navy, #243029))}.lp-recs__head{text-align:center;margin-bottom:2.5rem}.lp-recs__eyebrow{display:inline-block}.lp-recs__heading{margin:.4rem 0 0}.lp-recs__group{margin-bottom:2.75rem}.lp-recs__group[hidden]{display:none}.lp-recs__group-label{margin:0 0 1.1rem;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--ink, var(--navy, #243029));opacity:.7}.lp-recs__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:750px){.lp-recs__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.lp-recs__card{background:var(--warm-white, #fff)}.lp-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.25rem}.lp-popup[hidden]{display:none}.lp-popup__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#14181473;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .22s ease}.lp-popup.is-open .lp-popup__backdrop{opacity:1}.lp-popup__panel{position:relative;width:100%;max-width:420px;background:var(--cream, #f6f3ec);color:var(--ink, var(--navy, #243029));border-radius:14px;padding:2.25rem 2rem 1.75rem;box-shadow:0 24px 60px #00000047;text-align:center;opacity:0;transform:translateY(12px) scale(.98);transition:opacity .22s ease,transform .22s ease}.lp-popup.is-open .lp-popup__panel{opacity:1;transform:translateY(0) scale(1)}.lp-popup[data-lp-reduced] .lp-popup__backdrop,.lp-popup[data-lp-reduced] .lp-popup__panel{transition:none;transform:none}.lp-popup__close{position:absolute;top:.75rem;right:.75rem;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--ink, var(--navy, #243029));opacity:.55;cursor:pointer;border-radius:999px}.lp-popup__close:hover,.lp-popup__close:focus-visible{opacity:1}.lp-popup__close svg{width:20px;height:20px}.lp-popup__title{margin:0 0 .6rem;font-size:clamp(22px,4vw,28px);line-height:1.15;font-family:var(--font-display, var(--font-body, sans-serif));color:var(--ink, var(--navy, #243029))}.lp-popup__desc{margin:0 0 1.4rem;font-size:14px;line-height:1.5;opacity:.8}.lp-popup__form{display:flex;gap:.5rem;flex-wrap:wrap;margin:0 0 .9rem}.lp-popup__input{flex:1;min-width:180px;padding:12px 16px;min-height:44px;border:1px solid rgba(0,0,0,.14);border-radius:999px;background:var(--warm-white, #fff);color:var(--ink, var(--navy, #243029));font-family:var(--font-body, sans-serif);font-size:14px;outline:none}.lp-popup__input:focus-visible{border-color:var(--p-accent, var(--sage, #F47A52))}.lp-popup__submit{padding:12px 22px;min-height:44px;border:none;border-radius:999px;background:var(--p-accent, var(--sage, #F47A52));color:var(--cream, #f6f3ec);font-family:var(--font-body, sans-serif);font-size:13px;font-weight:600;letter-spacing:.03em;cursor:pointer}.lp-popup__submit:hover,.lp-popup__submit:focus-visible{opacity:.88}.lp-popup__nothanks{background:none;border:none;color:var(--ink, var(--navy, #243029));opacity:.5;font-size:12px;text-decoration:underline;cursor:pointer;font-family:var(--font-body, sans-serif)}.lp-popup__nothanks:hover,.lp-popup__nothanks:focus-visible{opacity:.8}@media(max-width:600px){.lp-popup{padding:0;align-items:flex-end}.lp-popup__panel{max-width:100%;border-radius:16px 16px 0 0;padding:2rem 1.25rem 1.5rem}.lp-popup__form{flex-direction:column}.lp-popup__input,.lp-popup__submit{width:100%}}.pr-story__video{width:100%;height:100%;object-fit:cover;display:block}.pr-story{cursor:pointer}.pr-story-fs{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:#000000e6;display:flex;align-items:center;justify-content:center;padding:24px}.pr-story-fs[hidden]{display:none}.pr-story-fs__video{max-width:min(92vw,520px);max-height:88vh;width:auto;height:auto;border-radius:16px;background:#000;box-shadow:0 30px 80px -20px #0009}.pr-story-fs__close{position:absolute;top:18px;right:18px;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff24;color:#fff;border:none;cursor:pointer}.pr-story-fs__close:hover{background:#ffffff42}.page-hero{padding:4rem 0 1.5rem;text-align:center}.page-hero .eyebrow{color:var(--sage, #F47A52)}.page-hero__title{font-size:clamp(32px,4.5vw,52px);margin:0}.rich-page{padding-bottom:5rem}.rich-page__body{max-width:720px;margin:2rem auto 0;font-size:16px;line-height:1.75;color:var(--ink, #153328)}.rich-page__body>:first-child{margin-top:0}.rich-page__body p{margin:0 0 1.25rem;color:var(--muted, #6E7468)}.rich-page__body h2{font-size:clamp(20px,2.4vw,26px);margin:2.5rem 0 .85rem;color:var(--ink, #153328)}.rich-page__body h3{font-size:18px;margin:1.75rem 0 .6rem;color:var(--ink, #153328)}.rich-page__body ul,.rich-page__body ol{margin:0 0 1.25rem 1.25rem;color:var(--muted, #6E7468)}.rich-page__body li{margin-bottom:.5rem}.rich-page__body a{color:var(--sage, #F47A52);text-decoration:underline;text-underline-offset:2px}.faq-page .faq,.template-page .faq{padding-top:3rem}.site-footer__inner{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr}@media(max-width:900px){.site-footer__inner{grid-template-columns:1fr 1fr}.site-footer__brand{grid-column:1 / -1}}@media(max-width:560px){.site-footer__inner{grid-template-columns:1fr}}.pdp-trust__stars{align-items:center}.pdp-trust__star{display:block}.review-card__stars{display:inline-flex;align-items:center;gap:2px;color:#f5a623;letter-spacing:0}.review-card__stars svg{display:block}.hero__stars svg,.pr-stars svg,.pr-star-svg{display:block}.hero__trust{align-items:center}.pdp-subtitle{font-size:1rem;font-weight:700;color:var(--ink, var(--navy, #243029));margin:-.25rem 0 .9rem;line-height:1.4}.pdp-badges{display:flex;flex-wrap:wrap;gap:.4rem;margin:0 0 .9rem}.pdp-badge{display:inline-flex;align-items:center;font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.3rem .6rem;border-radius:999px;color:#fff;background:var(--p-accent, var(--sage, var(--coral, var(--navy, #2f3b34))));box-shadow:0 4px 12px -6px var(--p-accent, var(--sage, #2f3b34))}.product-card__flags{position:absolute;top:8px;left:8px;display:flex;flex-direction:column;gap:4px;z-index:2}.product-card__flag{font-size:9px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:3px 7px;border-radius:999px;color:#fff;background:var(--p-accent, var(--sage, var(--navy, #2f3b34)))}.pdp-banners{padding:clamp(2rem,5vw,3.5rem) 0}.pdp-banners__head{text-align:center;margin-bottom:1.5rem}.pdp-banners__heading{font-size:clamp(20px,3vw,30px);margin:0}.pdp-banners__heading p{display:inline;margin:0;font:inherit}.pdp-banners__grid{display:grid;grid-template-columns:1fr;gap:clamp(.75rem,2vw,1.25rem);max-width:920px;margin:0 auto}.pdp-banner{position:relative;display:block;aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;background:var(--cream, #f1ece3);text-decoration:none}.pdp-banner img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.2,.8,.25,1)}.pdp-banner:hover img{transform:scale(1.04)}.pdp-banner__ph{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--muted, #b3ad9f);font-size:13px;font-weight:700;letter-spacing:.1em;border:1px dashed var(--border, rgba(0,0,0,.15));border-radius:16px}.pdp-banner__caption{position:absolute;left:12px;bottom:12px;color:#fff;font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px;background:#00000073}@media(max-width:640px){.pdp-banners__grid{grid-template-columns:1fr}}.pdp-badge,.product-card__flag{display:inline-flex;align-items:center;gap:4px}.badge-ic{flex:none;display:block}:root{--pdp-safe: #3a9d6e}.pdp-included{margin:1.25rem 0 0}.pdp-included__head{font-size:14px;font-weight:700;letter-spacing:.02em;color:var(--ink, #153328);margin:0 0 .6rem}.pdp-included__list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.pdp-included__list li{display:flex;align-items:flex-start;gap:.55rem;color:var(--ink, #153328);font-size:14px;line-height:1.45}.pdp-included__icon{flex:none;margin-top:1px;color:var(--p-accent, var(--sage, #F47A52))}.pdp-uses{margin:1.25rem 0 0;display:grid;grid-template-columns:1fr 1fr;gap:clamp(.9rem,2.5vw,1.5rem)}.pdp-uses__col-head{font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin:0 0 .55rem}.pdp-uses__col--safe .pdp-uses__col-head{color:var(--pdp-safe, #3a9d6e)}.pdp-uses__col--avoid .pdp-uses__col-head{color:var(--muted, #6E7468)}.pdp-uses__list{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.pdp-uses__list li{display:flex;align-items:flex-start;gap:.5rem;font-size:14px;line-height:1.4;color:var(--ink, #153328)}.pdp-uses__icon{flex:none;margin-top:1px}.pdp-uses__icon--safe{color:var(--pdp-safe, #3a9d6e)}.pdp-uses__icon--avoid,.pdp-uses__col--avoid .pdp-uses__list li{color:var(--muted, #6E7468)}@media(max-width:600px){.pdp-uses{grid-template-columns:1fr}}.pdp-bundle-callout{display:flex;align-items:center;gap:.75rem;margin:1rem 0 0;padding:.85rem 1rem;border-radius:14px;background:var(--sage-pale, rgba(242,103,79,.1));border:1px solid color-mix(in srgb,var(--p-accent, var(--sage, #F47A52)) 28%,transparent);text-decoration:none;color:var(--ink, #153328);transition:border-color .2s ease,transform .2s ease}.pdp-bundle-callout:hover,.pdp-bundle-callout:focus-visible{border-color:var(--p-accent, var(--sage, #F47A52));transform:translateY(-1px)}.pdp-bundle-callout__icon{flex:none;color:var(--p-accent, var(--sage, #F47A52))}.pdp-bundle-callout__text{display:flex;flex-direction:column;line-height:1.3}.pdp-bundle-callout__title{font-size:13px;font-weight:700}.pdp-bundle-callout__sub{font-size:13px;color:var(--muted, #6E7468)}.pdp-bundle-callout__arrow{flex:none;margin-left:auto;color:var(--p-accent, var(--sage, #F47A52))}.pdp-faq{margin:1.5rem 0 0}.pdp-faq__head{font-size:15px;font-weight:700;color:var(--ink, #153328);margin:0 0 .75rem}.pdp-faq__list{display:grid;gap:.5rem}.pdp-faq__item{border:1px solid var(--border, rgba(0,0,0,.1));border-radius:12px;overflow:hidden;background:#fff}.pdp-faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;text-align:left;padding:.85rem 1rem;background:none;border:0;cursor:pointer;font-size:14px;font-weight:600;color:var(--ink, #153328)}.pdp-faq__q:focus-visible{outline:2px solid var(--p-accent, var(--sage, #F47A52));outline-offset:-2px}.pdp-faq__chev{flex:none;transition:transform .2s ease;color:var(--muted, #6E7468)}.pdp-faq__q[aria-expanded=true] .pdp-faq__chev{transform:rotate(180deg)}.pdp-faq__panel{padding:0 1rem;max-height:0;overflow:hidden;transition:max-height .25s ease,padding .25s ease}.pdp-faq__panel[hidden]{display:block;max-height:0;padding-top:0;padding-bottom:0}.pdp-faq__q[aria-expanded=true]+.pdp-faq__panel{max-height:600px;padding-top:0;padding-bottom:.9rem}.pdp-faq__panel p{margin:0;font-size:14px;line-height:1.55;color:var(--muted, #6E7468)}.pdp-compare{padding:clamp(2rem,5vw,3.5rem) 0}.pdp-compare__head{text-align:center;max-width:640px;margin:0 auto clamp(1.25rem,3vw,2rem)}.pdp-compare__heading{margin:.25rem 0 0}.pdp-compare__heading p{display:inline;margin:0;font:inherit}.pdp-compare__intro{color:var(--muted, #6E7468);margin:.6rem 0 0}.pdp-compare__table{width:100%;max-width:760px;margin:0 auto;border-collapse:collapse}.pdp-compare__table th,.pdp-compare__table td{padding:.9rem 1rem;text-align:left;border-bottom:1px solid var(--border, rgba(0,0,0,.08))}.pdp-compare__table thead th{font-size:13px;font-weight:700;letter-spacing:.03em;color:var(--ink, #153328)}.pdp-compare__col-us{color:var(--p-accent, var(--sage, #F47A52))!important}.pdp-compare__col-them{color:var(--muted, #6E7468)!important}.pdp-compare__feature{font-size:14px;font-weight:600;color:var(--ink, #153328)}.pdp-compare__cell{font-size:14px}.pdp-compare__cell span{vertical-align:middle}.pdp-compare__icon{vertical-align:middle;margin-right:.35rem}.pdp-compare__icon--yes{color:var(--pdp-safe, #3a9d6e)}.pdp-compare__icon--no{color:var(--muted-light, #A7C7B0)}.pdp-compare__cell--them{color:var(--muted, #6E7468)}@media(max-width:600px){.pdp-compare__table,.pdp-compare__table tbody,.pdp-compare__table tr{display:block;width:100%}.pdp-compare__table thead{display:none}.pdp-compare__row{border:1px solid var(--border, rgba(0,0,0,.1));border-radius:12px;margin-bottom:.75rem;padding:.25rem}.pdp-compare__table th,.pdp-compare__table td{border-bottom:0;padding:.5rem .9rem}.pdp-compare__feature{display:block;font-weight:700;padding-bottom:.15rem}.pdp-compare__cell{display:flex;align-items:center;justify-content:space-between;gap:1rem}.pdp-compare__cell:before{content:attr(data-label);font-size:12px;font-weight:700;letter-spacing:.02em;color:var(--muted, #6E7468)}}:root{--home-section-pad: clamp(3rem, 7vw, 6rem);--home-section-pad-tight: clamp(2rem, 5vw, 3.5rem);--home-gutter: clamp(1.1rem, 4vw, 1.5rem)}.product-grid-section,.ritual-system,.how-it-works,.reviews,.faq,.cta-final,.brand-story .brand-story__panel--copy,.lp-recs,.gallery-section,.compare-section,.section{padding-top:var(--home-section-pad);padding-bottom:var(--home-section-pad)}.trust-bar,.guarantees{padding-top:var(--home-section-pad-tight);padding-bottom:var(--home-section-pad-tight)}@media(max-width:990px){.container,.container-narrow{padding-left:var(--home-gutter);padding-right:var(--home-gutter)}}@media(max-width:640px){.product-grid,.ritual-system__grid,.how-it-works__steps,.reviews__grid,.brand-story__features,.compare,.cta-final__inner{grid-template-columns:1fr}.trust-bar__inner,.guarantees__grid,.lp-recs__grid,.gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.hero__subtitle,.product-grid-section__title p,.how-it-works__subtitle,.brand-story__tagline,.why-feature__desc,.rs-card__desc,.reviews__quote,.cta-final__desc{font-size:clamp(15px,4vw,16px);line-height:1.6}.btn,.product-card__btn,.cta-final__form button{min-height:46px}.faq__question{min-height:44px}}.gallery__img,.rs-card__media img,.brand-story__panel--image img{display:block;width:100%;height:auto}.hero,.product-grid-section,.ritual-system,.how-it-works,.reviews,.faq,.cta-final,.brand-story,.lp-recs,.gallery-section,.compare-section,.guarantees,.trust-bar{overflow-x:clip}.eyebrow--gold{color:var(--lavender)}.eyebrow--on-dark{color:var(--sage)}.mp-section-head{margin-bottom:2.75rem}.mp-section-head--center{text-align:center;max-width:640px;margin-left:auto;margin-right:auto}.mp-section-head__title{font-size:clamp(30px,4vw,50px)}.mp-section-head__title em,.mp-hero__title em,.mp-summer__title em,.mp-story__title em,.mp-collars__title em,.mp-newsletter__title em{font-weight:400}.mp-pill{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-body);font-size:12px;font-weight:500;letter-spacing:.04em;padding:8px 16px;border-radius:999px;margin-bottom:1.4rem}.mp-pill--coral{background:var(--sage-pale);color:var(--sage)}.mp-pill--gold{background:#c0a82e29;color:var(--lavender)}.mp-btn{border-radius:999px;font-size:14px;letter-spacing:.02em}.mp-btn--lg{padding:16px 32px;min-height:54px}.mp-btn--coral{background:var(--sage);color:#fff}.mp-btn--coral:hover,.mp-btn--coral:focus-visible{background:var(--sage-light);transform:translateY(-1px);box-shadow:var(--shadow-md)}.mp-btn--gold{background:var(--lavender);color:var(--navy-dark)}.mp-btn--gold:hover,.mp-btn--gold:focus-visible{filter:brightness(1.06);transform:translateY(-1px)}.mp-btn--outline-light{background:transparent;color:#fff;border-color:#fff6}.mp-btn--outline-light:hover,.mp-btn--outline-light:focus-visible{background:#ffffff1f;border-color:#fff}.mp-badge{display:inline-flex;align-items:center;align-self:flex-start;font-family:var(--font-body);font-size:10.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:5px 12px;border-radius:999px}.mp-badge--green{background:var(--muted-light);color:var(--navy-dark)}.mp-badge--gold{background:var(--lavender);color:var(--navy-dark)}.mp-badge--cream{background:var(--cream);color:var(--ink)}.announcement-bar--ticker{padding:9px 0}.announcement-ticker{display:flex;width:100%;overflow:hidden}.announcement-ticker__track{display:flex;align-items:center;flex:0 0 auto;white-space:nowrap;padding-right:0;animation:mp-ticker 28s linear infinite}.announcement-ticker__item{display:inline-block;padding:0 1.25rem}.announcement-ticker__dot{display:inline-block;width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.55}@keyframes mp-ticker{0%{transform:translate(0)}to{transform:translate(-100%)}}@media(prefers-reduced-motion:reduce){.announcement-ticker{justify-content:center}.announcement-ticker__track{animation:none}.announcement-ticker__track+.announcement-ticker__track{display:none}}.mp-hero{background:var(--cream);padding:clamp(2.5rem,6vw,5.5rem) 0}.mp-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.mp-hero__title{font-size:clamp(40px,6.5vw,78px);line-height:1.02;margin-bottom:1.25rem}.mp-hero__title em{color:var(--sage);display:block;font-weight:400}.mp-hero__subtitle{font-size:clamp(15px,1.5vw,18px);max-width:30rem;margin-bottom:2rem;color:var(--muted)}.mp-hero__cta{margin-bottom:2.5rem}.mp-hero__stats{display:flex;gap:clamp(1.5rem,4vw,3rem);flex-wrap:wrap}.mp-hero__stat{display:flex;flex-direction:column}.mp-hero__stat-num{font-family:var(--font-display);font-size:clamp(26px,3vw,34px);color:var(--sage);line-height:1}.mp-hero__stat-label{font-size:12px;letter-spacing:.04em;color:var(--muted);margin-top:.35rem}.mp-hero__media{position:relative}.mp-hero__frame{position:relative;aspect-ratio:4 / 5;border-radius:28px;overflow:hidden;background:var(--muted-light);box-shadow:var(--shadow-lg)}.mp-hero__frame img{width:100%;height:100%;object-fit:cover;display:block}.mp-hero__frame-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1f433400 40%,#1f433459)}.mp-hero__placeholder{width:100%;height:100%;display:grid;place-items:center;color:var(--navy);opacity:.5}.mp-hero__card{position:absolute;display:flex;align-items:center;gap:.65rem;border-radius:18px;padding:12px 16px;box-shadow:var(--shadow-lg);z-index:2}.mp-hero__card--bl{left:-14px;bottom:28px;background:#fff}.mp-hero__card--tr{right:-10px;top:28px;background:var(--sage);color:#fff;flex-direction:column;align-items:flex-start;gap:.1rem}.mp-hero__card-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:var(--sage-pale);color:var(--sage);flex:0 0 auto}.mp-hero__card-text{display:flex;flex-direction:column}.mp-hero__card-kicker{font-size:10px;letter-spacing:.12em;text-transform:uppercase;opacity:.7}.mp-hero__card--bl .mp-hero__card-kicker{color:var(--muted)}.mp-hero__card-title{font-family:var(--font-display);font-size:15px;color:inherit}.mp-hero__card--bl .mp-hero__card-title{color:var(--ink)}.mp-vibes{background:var(--cream);padding:clamp(3rem,6vw,5.5rem) 0}.mp-vibes__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.mp-vibe{position:relative;display:block;border-radius:24px;overflow:hidden;min-height:360px;text-decoration:none;isolation:isolate;transition:transform .3s ease,box-shadow .3s ease}.mp-vibe:hover,.mp-vibe:focus-visible{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.mp-vibe--coral{background:var(--sage)}.mp-vibe--green{background:var(--navy)}.mp-vibe--ink{background:#141414}.mp-vibe__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.22;z-index:-1}.mp-vibe__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.mp-vibe__inner{display:flex;flex-direction:column;gap:.75rem;height:100%;padding:1.6rem;color:#fff}.mp-vibe__title{font-family:var(--font-display);font-size:26px;line-height:1.1;margin-top:auto}.mp-vibe__desc{font-size:13.5px;color:#ffffffd1;line-height:1.55}.mp-vibe__link{display:inline-flex;align-items:center;gap:.4rem;margin-top:.4rem;font-family:var(--font-body);font-size:13px;font-weight:600;letter-spacing:.04em;color:#fff}.mp-vibe:hover .mp-vibe__link svg,.mp-vibe:focus-visible .mp-vibe__link svg{transform:translate(3px)}.mp-vibe__link svg{transition:transform .25s ease}.mp-summer{background:var(--navy);color:#fff;padding:clamp(3rem,6vw,5.5rem) 0}.mp-summer__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}.mp-summer__title{color:#fff;font-size:clamp(30px,4.5vw,52px);margin-bottom:1.25rem}.mp-summer__title em{color:var(--lavender);font-weight:400}.mp-summer__body{color:#ffffffd1;max-width:30rem;margin-bottom:2rem}.mp-summer__media{position:relative}.mp-summer__frame{position:relative;aspect-ratio:1 / 1;border-radius:28px;overflow:hidden;background:var(--navy-light);box-shadow:var(--shadow-lg)}.mp-summer__frame img{width:100%;height:100%;object-fit:cover;display:block}.mp-summer__placeholder{width:100%;height:100%;display:grid;place-items:center;color:var(--lavender);opacity:.55}.mp-summer__card{position:absolute;left:-12px;bottom:26px;z-index:2;background:var(--sage);color:#fff;border-radius:18px;padding:12px 18px;display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}.mp-summer__card-kicker{font-size:10px;letter-spacing:.12em;text-transform:uppercase;opacity:.85}.mp-summer__card-title{font-family:var(--font-display);font-size:16px}.mp-stats{background:var(--sage);color:#fff;padding:clamp(2.25rem,4vw,3.25rem) 0}.mp-stats__row{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.mp-stats__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem}.mp-stats__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#ffffff29}.mp-stats__num{font-family:var(--font-display);font-size:clamp(24px,2.5vw,32px);line-height:1}.mp-stats__label{font-size:12px;letter-spacing:.03em;color:#ffffffe6}.mp-story{background:var(--cream);padding:clamp(3rem,6vw,5.5rem) 0}.mp-story__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,5vw,4rem);align-items:center}.mp-story__frame{aspect-ratio:4 / 5;border-radius:28px;overflow:hidden;background:var(--muted-light);box-shadow:var(--shadow-lg)}.mp-story__frame img{width:100%;height:100%;object-fit:cover;display:block}.mp-story__placeholder{width:100%;height:100%;display:grid;place-items:center;color:var(--navy);opacity:.5}.mp-story__title{font-size:clamp(30px,4vw,50px);margin-bottom:1.5rem}.mp-story__title em{color:var(--sage);font-weight:400}.mp-story__p{margin-bottom:1rem;max-width:34rem}.mp-story__closing{font-family:var(--font-display);font-style:italic;font-size:18px;color:var(--ink);margin-top:1.25rem}.mp-collars{background:#f5ede3;padding:clamp(2.5rem,5vw,4.5rem) 0}.mp-collars__panel{position:relative;overflow:hidden;border-radius:32px;background:var(--navy);color:#fff;padding:clamp(2.5rem,6vw,5rem);isolation:isolate}.mp-collars__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.12;z-index:-2}.mp-collars__blob{position:absolute;width:320px;height:320px;border-radius:50%;filter:blur(70px);opacity:.45;z-index:-1}.mp-collars__blob--gold{background:var(--lavender);top:-120px;right:-80px}.mp-collars__blob--coral{background:var(--sage);bottom:-140px;left:-90px}.mp-collars__inner{max-width:560px}.mp-collars__title{color:#fff;font-size:clamp(30px,4.5vw,50px);margin-bottom:1.25rem}.mp-collars__title em{color:var(--lavender);font-weight:400}.mp-collars__body{color:#ffffffd1;margin-bottom:2rem}.mp-collars__cta{display:flex;gap:1rem;flex-wrap:wrap}.mp-collars .mp-pill--gold{background:#c0a82e38;color:var(--lavender)}.mp-newsletter{background:#0f0f0f;color:#fff;padding:clamp(3.5rem,7vw,6rem) 0}.mp-newsletter__inner{max-width:560px;margin:0 auto;text-align:center}.mp-newsletter__icon{display:grid;place-items:center;width:60px;height:60px;border-radius:50%;background:var(--sage);color:#fff;margin:0 auto 1.5rem}.mp-newsletter__title{color:#fff;font-size:clamp(30px,4vw,48px);margin-bottom:1rem}.mp-newsletter__title em{color:var(--sage);font-weight:400}.mp-newsletter__body{color:#ffffffb8;margin-bottom:2rem}.mp-newsletter__form{display:flex;gap:.6rem;max-width:420px;margin:0 auto}.mp-newsletter__field{flex:1;min-height:54px;padding:0 20px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:#fff;font-family:var(--font-body);font-size:14px}.mp-newsletter__field::placeholder{color:#ffffff80}.mp-newsletter__field:focus{outline:none;border-color:var(--sage)}.mp-newsletter__submit{flex:0 0 auto;width:54px;height:54px;border-radius:50%;border:0;background:var(--sage);color:#fff;cursor:pointer;display:grid;place-items:center;transition:background .25s ease,transform .25s ease}.mp-newsletter__submit:hover,.mp-newsletter__submit:focus-visible{background:var(--sage-light);transform:translateY(-1px)}.mp-newsletter__note{font-size:12px;color:#ffffff80;margin-top:1.25rem}.site-footer__heart{color:var(--sage);vertical-align:-1px;margin:0 1px}@media(max-width:990px){.mp-hero__grid,.mp-summer__grid,.mp-story__grid,.mp-vibes__grid{grid-template-columns:1fr}.mp-stats__row{grid-template-columns:repeat(2,1fr);gap:1.5rem}.mp-hero__media,.mp-story__media{max-width:460px;margin:0 auto;width:100%}}@media(max-width:560px){.mp-stats__row{grid-template-columns:1fr}.mp-newsletter__form{flex-direction:column}.mp-newsletter__submit{width:100%;border-radius:999px}.mp-collars__cta .mp-btn{width:100%}}.mp-hero,.mp-vibes,.mp-summer,.mp-stats,.mp-story,.mp-collars,.mp-newsletter{overflow-x:clip}.pdp2{background:var(--cream);padding:1.5rem 0 4.5rem}.pdp2__back{display:inline-flex;align-items:center;gap:.35rem;margin:0 0 1.75rem;font-family:var(--font-body);font-size:.9rem;color:var(--navy);opacity:.6;text-decoration:none;transition:opacity .2s ease}.pdp2__back:hover{opacity:1}.pdp2__back svg{display:block}.pdp2__layout{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}@media(min-width:64rem){.pdp2__layout{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:3.5rem}}.pdp2-gallery{min-width:0}.pdp2-gallery__main{position:relative;aspect-ratio:1 / 1;border-radius:1.25rem;overflow:hidden;background:#fff;box-shadow:0 18px 50px #1f43341a}.pdp2-gallery__main img{width:100%;height:100%;object-fit:cover;display:block}.pdp2-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);width:2.6rem;height:2.6rem;display:grid;place-items:center;border:none;border-radius:999px;background:#fff;color:var(--navy);cursor:pointer;box-shadow:0 6px 18px #1f43342e;transition:transform .18s ease,background .18s ease}.pdp2-gallery__arrow:hover{background:var(--cream);transform:translateY(-50%) scale(1.06)}.pdp2-gallery__arrow--prev{left:.9rem}.pdp2-gallery__arrow--next{right:.9rem}.pdp2-gallery__dots{position:absolute;left:0;right:0;bottom:.9rem;display:flex;justify-content:center;gap:.4rem}.pdp2-gallery__dot{width:.45rem;height:.45rem;border-radius:999px;background:#fff9;transition:background .18s ease,width .18s ease}.pdp2-gallery__dot.is-active{background:var(--sage);width:1.1rem}.pdp2-gallery__thumbs{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.9rem}.pdp2-gallery__thumb{width:4rem;height:4rem;padding:0;border:2px solid transparent;border-radius:.75rem;overflow:hidden;background:#fff;cursor:pointer;transition:border-color .18s ease}.pdp2-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.pdp2-gallery__thumb.is-active{border-color:var(--sage)}.pdp2-gallery__placeholder{aspect-ratio:1 / 1;border-radius:1.25rem;display:grid;place-items:center;background:var(--sage-pale);color:var(--navy);font-family:var(--font-display);font-size:4rem}.pdp2-info{min-width:0}@media(min-width:64rem){.pdp2-info{position:sticky;top:7rem}}.pdp2-eyebrow{margin:0 0 .6rem;font-family:var(--font-body);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--navy);opacity:.55}.pdp2-title{margin:0 0 .85rem;font-family:var(--font-display);color:var(--navy);font-size:clamp(1.9rem,4vw,2.6rem);line-height:1.1}.pdp2-price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:.7rem;margin:0 0 1rem}.pdp2-price{font-family:var(--font-display);font-weight:700;color:var(--navy);font-size:clamp(1.5rem,3vw,1.9rem)}.pdp2-price-compare{font-family:var(--font-body);color:var(--navy);opacity:.45;text-decoration:line-through;font-size:1.05rem}.pdp2-save{font-family:var(--font-body);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff;background:var(--sage);border-radius:999px;padding:.2rem .6rem}.pdp2-tagline{margin:0 0 1.75rem;font-family:var(--font-body);color:var(--navy);opacity:.7;line-height:1.6;font-size:1rem}.pdp2-sizes{margin:0 0 1.5rem}.pdp2-sizes__head{display:flex;align-items:baseline;gap:.6rem;margin-bottom:.6rem}.pdp2-sizes__label{font-family:var(--font-body);font-weight:600;color:var(--navy);font-size:.95rem}.pdp2-sizes__hint{font-family:var(--font-body);font-size:.8rem;color:var(--sage)}.pdp2-sizes__options{display:flex;flex-wrap:wrap;gap:.55rem}.pdp2-size{min-width:3rem;height:3rem;padding:0 .9rem;border:2px solid rgba(31,67,52,.18);border-radius:999px;background:#fff;color:var(--navy);font-family:var(--font-body);font-size:.9rem;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}.pdp2-size:hover{border-color:var(--sage)}.pdp2-size.selected{border-color:var(--sage);background:var(--sage);color:#fff}.pdp2-qty{margin:0 0 1.5rem}.pdp2-qty__label{display:block;margin-bottom:.6rem;font-family:var(--font-body);font-weight:600;color:var(--navy);font-size:.95rem}.pdp2-qty__stepper{display:inline-flex;align-items:center;border:2px solid rgba(31,67,52,.18);border-radius:999px;overflow:hidden;background:#fff}.pdp2-qty__btn{width:2.8rem;height:2.8rem;display:grid;place-items:center;border:none;background:transparent;color:var(--navy);cursor:pointer;transition:background .18s ease}.pdp2-qty__btn:hover{background:var(--cream)}.pdp2-qty__value{width:3rem;height:2.8rem;border:none;background:transparent;text-align:center;font-family:var(--font-body);font-size:1rem;color:var(--navy);-moz-appearance:textfield}.pdp2-qty__value::-webkit-outer-spin-button,.pdp2-qty__value::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pdp2-addbtn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;margin:0 0 2rem}.pdp2-accordion{border-top:1px solid rgba(31,67,52,.14)}.pdp2-accordion__item{border-bottom:1px solid rgba(31,67,52,.14)}.pdp2-accordion__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 0;border:none;background:transparent;cursor:pointer;font-family:var(--font-display);font-size:1.1rem;color:var(--navy);text-align:left}.pdp2-accordion__chev{flex:none;color:var(--navy);transition:transform .2s ease}.pdp2-accordion__q[aria-expanded=true] .pdp2-accordion__chev{transform:rotate(180deg)}.pdp2-accordion__panel{padding:0 0 1.3rem}.pdp2-richtext{font-family:var(--font-body);color:var(--navy);opacity:.82;line-height:1.65;font-size:.95rem}.pdp2-richtext p{margin:0 0 .85rem}.pdp2-richtext p:last-child{margin-bottom:0}.pdp2-richtext ul,.pdp2-richtext ol{margin:0 0 .85rem;padding-left:1.2rem}.pdp2-richtext li{margin-bottom:.4rem}.pdp2-faqlist__q{font-weight:600;opacity:1;margin-bottom:.25rem}.pdp2-faqlist__a{margin-bottom:1rem}@media(max-width:63.99rem){.pdp2{overflow-x:clip}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/base.css.map */
