:root{--navy:#1b294a;--navy-light:#2a3a60;--navy-dark:#131d36;--sage:#9dab9c;--sage-light:#b6c4b5;--sage-pale:#d4e2cc;--lavender:#b8a3cc;--lavender-pale:#e5dcf0;--cream:#f4efe6;--paper:#fbf8f2;--warm-white:#fbf8f2;--ink:#1b294a;--muted:#6e7383;--muted-light:#a4a8b4;--border:rgba(27,41,74,.1);--border-strong:rgba(27,41,74,.2);--shadow-sm:0 1px 2px rgba(27,41,74,.04);--shadow-md:0 4px 16px rgba(27,41,74,.06);--shadow-lg:0 12px 40px rgba(27,41,74,.08);--font-body:"Instrument Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-display:"Instrument Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-serif:"Fraunces","Instrument Serif",Georgia,"Times New Roman",serif;--container:1240px;--container-narrow:920px;--radius-sm:2px;--radius-md:4px;--radius-lg:8px;--header-height:64px}*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}html{-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{text-decoration:none;transition:opacity .2s,color .2s}a,button{color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}: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)}h1,h2{font-weight:500}h2{font-size:clamp(28px,4vw,48px)}h3{font-size:clamp(20px,2.5vw,28px)}h3,h4{font-weight:500}h4{font-size:20px}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-size:12px;font-weight:600;color:#6f8268;display:inline-block;margin-bottom:1.25rem}.eyebrow,.section-tag{font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase}.section-tag{font-size:10px;font-weight:500;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:focus-visible,.btn--primary:hover{background:var(--navy-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn--secondary{background:var(--cream);color:var(--navy)}.btn--secondary:focus-visible,.btn--secondary:hover{background:var(--sage-pale)}.btn--outline{background:transparent;color:var(--navy);border-color:var(--border-strong)}.btn--outline:focus-visible,.btn--outline:hover{background:var(--navy);color:var(--warm-white);border-color:var(--navy)}.btn--ghost{background:none;color:var(--muted);padding:14px 8px;text-decoration:underline;-webkit-text-decoration-color:var(--border);text-decoration-color:var(--border);text-underline-offset:4px}.btn--ghost:focus-visible,.btn--ghost:hover{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 2.5rem;font-size:11px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;position:relative}.announcement-bar__close{position:absolute;top:50%;right:.75rem;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:hsla(45,50%,98%,.65);border-radius:50%;transition:color .2s,background .2s}.announcement-bar__close:focus-visible,.announcement-bar__close:hover{color:var(--warm-white);background:hsla(45,50%,98%,.12)}.site-header{border-bottom:.5px solid var(--border);background:hsla(45,50%,98%,.92);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);position:-webkit-sticky;position:sticky;top:0;z-index:100}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:1rem 2rem;grid-gap:2rem;gap:2rem;min-height:var(--header-height)}.site-header__nav{display:flex;align-items:center;gap:1.25rem}.site-header__nav a{font-size:12.5px;font-weight:400;letter-spacing:.01em;color:var(--navy);position:relative;padding:8px 0;white-space:nowrap}.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.active:after,.site-header__nav a:focus-visible:after,.site-header__nav a:hover: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:32px;width:auto;max-width:160px;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:focus-visible,.icon-btn:hover{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{padding:6rem 0;background:var(--warm-white);min-height:clamp(520px,70vh,720px);display:flex;align-items:center}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:100% center;display:block}.hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,hsla(43,30%,95%,.97),hsla(43,30%,95%,.94) 40%,hsla(43,30%,95%,.7) 58%,hsla(43,30%,95%,0) 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%,hsla(43,30%,95%,.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 .container{padding-right:2rem}.hero__content{margin-left:auto;margin-right:auto;text-align:center}.hero__content .eyebrow{display:inline-block}.hero__subtitle{margin-left:auto;margin-right:auto}.hero__cta-row,.hero__trust{justify-content:center}.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);grid-gap:2rem;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;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);grid-gap:1.5rem;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)}.why-brisa{background:var(--navy);color:var(--warm-white);overflow:hidden}.why-brisa__inner{display:grid;grid-template-columns:1fr 1fr;min-height:540px}.why-brisa__panel{position:relative}.why-brisa__panel--copy{display:flex;align-items:center;padding:4rem clamp(1.5rem,4vw,4rem)}.why-brisa__panel-inner{max-width:480px;width:100%}.why-brisa__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)}.why-brisa__heading p{display:inline}.why-brisa__tagline{font-size:14px;color:hsla(45,50%,98%,.75);line-height:1.6;margin-bottom:1.5rem}.why-brisa__rule{display:block;width:60px;height:1px;background:hsla(45,50%,98%,.3);margin-bottom:2.5rem}.why-brisa__features{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;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:hsla(45,50%,98%,.7)}.why-brisa__panel--image{position:relative;min-height:360px}.why-brisa__panel--image img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.why-brisa__panel-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,var(--sage-light),var(--cream))}.why-brisa__quote{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:380px;text-align:center;padding:0 1.5rem}.why-brisa__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 hsla(45,50%,98%,.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);grid-gap:2rem;gap:2rem}.product-card{background:var(--warm-white)}.product-card__image-wrap{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:focus-visible,.product-card__btn:hover{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);grid-gap:3rem;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);grid-gap:1.5rem;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 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:"−"}.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;grid-gap:3rem;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:hsla(45,50%,98%,.65);line-height:1.7;max-width:460px;margin-bottom:1.5rem}.cta-final__form{display:flex;gap:.5rem;background:hsla(45,50%,98%,.08);border:.5px solid hsla(45,50%,98%,.15);border-radius:var(--radius-sm);padding:5px;max-width:440px;flex-wrap:wrap}.cta-final__form input{flex:1 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:hsla(45,50%,98%,.4)}.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:focus-visible,.cta-final__form button:hover{opacity:.85}.cta-final__note{display:block;margin-top:1rem;font-size:11px;color:hsla(45,50%,98%,.4);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%)}.cta-final__visual:before{content:"B";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:200px;font-style:italic;color:rgba(184,205,180,.12)}.site-footer{background:var(--navy-dark);color:hsla(45,50%,98%,.7);padding:4rem 0 1.5rem;font-size:13px}.site-footer__totop-row{display:flex;justify-content:flex-end;padding-bottom:2rem;margin-bottom:2.5rem;border-bottom:.5px solid hsla(45,50%,98%,.1)}.site-footer__totop{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:hsla(45,50%,98%,.7);padding:8px 4px;transition:color .2s,transform .2s}.site-footer__totop:focus-visible,.site-footer__totop:hover{color:var(--warm-white)}.site-footer__totop:hover svg{transform:translateY(-2px)}.site-footer__totop svg{transition:transform .2s}.site-footer__inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:3rem;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:hsla(45,50%,98%,.5);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 hsla(45,50%,98%,.15);color:hsla(45,50%,98%,.7);transition:all .2s}.site-footer__social a:focus-visible,.site-footer__social a:hover{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:hsla(45,50%,98%,.6);display:inline-block;padding:4px 0}.site-footer__list a:focus-visible,.site-footer__list a:hover{color:var(--warm-white)}.site-footer__bottom{border-top:.5px solid hsla(45,50%,98%,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:11px;color:hsla(45,50%,98%,.4)}.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;grid-gap:2rem;gap:2rem}.pdp-gallery__mosaic{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4px;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);grid-gap:4px;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:focus-visible,.pdp-gallery__tile:hover{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 brisa-reveal-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}.reveal{animation:brisa-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:brisa-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 ol,.pdp-description ul{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;grid-gap:.875rem;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-inner-spin-button,.pdp-form__qty input::-webkit-outer-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:-webkit-sticky;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);grid-gap:1rem;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__media img,.ugc-video__player{width:100%;height:100%;object-fit:cover}.ugc-video__placeholder{height:100%;font-size:48px;color:var(--sage-light)}.ugc-video__placeholder,.ugc-video__play{display:flex;align-items:center;justify-content:center}.ugc-video__play{position:absolute;bottom:12px;left:12px;width:44px;height:44px;border-radius:50%;background:hsla(0,0%,100%,.95);color:var(--navy);border:none;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:rgba(0,0,0,.55);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;grid-gap:1.5rem;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 ol,.page-template__content ul{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:rgba(143,169,138,.1);border-radius:0;font-size:14px}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-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:translateX(-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}.sr-only,.visually-hidden{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,hsla(43,30%,95%,.95),hsla(43,30%,95%,.82) 45%,hsla(43,30%,95%,.4) 70%,hsla(43,30%,95%,0) 90%)}.hero__bg img{object-position:70% center}.cta-final__visual{display:none}.how-it-works__steps,.product-grid,.reviews__grid,.ritual-system__grid{grid-template-columns:repeat(2,1fr)}.why-brisa__inner{grid-template-columns:1fr}.why-brisa__panel--image{min-height:320px;order:-1}.why-brisa__panel--copy{padding:3rem 1.5rem}.why-brisa__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:1023px){.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:.25rem;border-bottom:.5px solid var(--border);z-index:99;max-height:calc(100vh - var(--header-height));overflow-y:auto}.menu-toggle{display:inline-flex}body.menu-open .site-header__nav{display:flex}.site-header__nav a{font-size:16px;font-weight:400;padding:12px 0;border-bottom:.5px solid var(--border)}.site-header__nav a:after{display:none}}@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,hsla(43,30%,95%,.97),hsla(43,30%,95%,.9) 50%,hsla(43,30%,95%,.95))}.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}.cta-final,.faq,.how-it-works,.product-grid-section,.reviews,.ritual-system{padding:3rem 0}.collection-page__head,.faq__head,.how-it-works__head,.reviews__head,.ritual-system__head{margin-bottom:2rem}.how-it-works__steps,.product-grid,.reviews__grid,.ritual-system__grid{grid-template-columns:1fr;gap:1rem}.why-brisa__features{grid-template-columns:1fr;gap:1.25rem;text-align:left}.why-feature{display:grid;grid-template-columns:auto 1fr;grid-gap:.875rem;gap:.875rem;align-items:start;text-align:left}.why-feature__icon{margin-bottom:0;margin-top:4px}.why-brisa__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}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.cta-final,.site-footer,.site-header,.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}.no-js [data-reveal],[data-reveal].is-visible{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--cta:hover,.btn--primary:hover,.btn--soft:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn--cta:active,.btn--primary:active{transform:translateY(0)}.site-header{transition:box-shadow .3s,background .3s,padding .3s}.site-header.is-scrolled{box-shadow:0 6px 24px rgba(27,41,74,.08);background:hsla(40,53%,97%,.9)}.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;grid-gap:clamp(1.5rem,5vw,4rem);gap:clamp(1.5rem,5vw,4rem);align-items:center;padding:1.75rem clamp(1rem,4vw,2.5rem);background:#fff;border:1px solid rgba(27,41,74,.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;align-items:center;gap:.4rem}.pr-summary__stars{display:inline-flex;justify-content:center}.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;grid-gap:.75rem;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-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pr-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:1.25rem;gap:1.25rem}.pr-review{border:1px solid rgba(27,41,74,.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{align-items:center;gap:.6rem;margin-bottom:.5rem}.pr-review__avatar{width:34px;height:34px;display:grid;place-items:center;background:var(--sage-pale);color:var(--navy);font-size:.85rem}.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;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));grid-gap:1.25rem;gap:1.25rem}.upsell-card{background:#fff;border:1px solid rgba(27,41,74,.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 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 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{gap:8px;margin:.25rem 0 .6rem}.pr-review__photo{width:64px;height:64px;flex:0 0 auto}.pr-review__photo--empty{display:grid;place-items:center;border:1.5px dashed rgba(0,0,0,.16);color:rgba(0,0,0,.26);background:rgba(0,0,0,.02)}.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;grid-gap:.55rem;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-width:medium;border-left:0 solid var(--sage,#7a9a6f);border-bottom:2px solid var(--sage,#7a9a6f);border-right:2px solid var(--sage,#7a9a6f);border-top:0 solid var(--sage,#7a9a6f);transform:rotate(45deg)}.pdp-gallery__main{border-radius:var(--radius-lg);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));grid-gap:8px;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:hsla(0,0%,100%,.86);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;inset:0;z-index:1000;background:rgba(15,15,18,.93);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__arrow,.pdp-lightbox__close{width:46px;height:46px;border-radius:50%;background:hsla(0,0%,100%,.12);border:none;color:#fff;cursor:pointer;display:grid;place-items:center;transition:background .2s}.pdp-lightbox__arrow:hover,.pdp-lightbox__close:hover{background:hsla(0,0%,100%,.24)}.pdp-lightbox__arrow{position:absolute;top:50%;transform:translateY(-50%)}.pdp-lightbox__arrow--prev{left:18px}.pdp-lightbox__arrow--next{right:18px}.pdp-lightbox__arrow svg,.pdp-lightbox__close 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;grid-gap:.5rem;gap:.5rem}.pdp-benefits li{display:flex;align-items:flex-start;gap:.55rem;font-size:.95rem;line-height:1.45;color:var(--ink,#1b294a)}.pdp-benefits__check{flex:0 0 auto;margin-top:.1rem;color:var(--p-accent,var(--sage,#b8893e))}.pdp-benefits li span{color:var(--ink,#1b294a)}.pdp-freeship{margin:0 0 1.1rem}.pdp-freeship__label{margin:0 0 .45rem;font-size:.85rem;font-weight:600;color:var(--ink,#1b294a)}.pdp-freeship__track{position:relative;height:6px;border-radius:999px;background:color-mix(in srgb,var(--muted,#6e7383) 22%,transparent);overflow:hidden}.pdp-freeship__fill{display:block;height:100%;width:0;border-radius:999px;background:var(--p-accent,var(--sage,#b8893e));transition:width .4s ease}.pdp-freeship[data-unlocked=true] .pdp-freeship__label{color:var(--p-accent,var(--sage,#b8893e))}.pdp-delivery{display:flex;align-items:center;gap:.5rem;margin:0 0 1.25rem;font-size:.9rem;color:var(--muted,#6e7383)}.pdp-delivery__icon{flex:0 0 auto;color:var(--p-accent,var(--sage,#b8893e))}.pdp-delivery strong{color:var(--ink,#1b294a);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 rgba(0,0,0,.08);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 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 rgba(0,0,0,.12),0 0 0 0 color-mix(in srgb,var(--sage,var(--coral,var(--mint,#c9a24b))) 45%,transparent)}50%{box-shadow:0 6px 18px rgba(0,0,0,.12),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;grid-gap:1rem;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(1turn)}}@media (prefers-reduced-motion:reduce){.trust-item__icon,.trust-item__icon--spin{animation:none}}.hero{position:relative;overflow:hidden}.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.16;z-index:0;pointer-events:none}.hero>.container,.hero__content,.hero__inner{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 rgba(0,0,0,.12);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);grid-gap:clamp(1.5rem,3vw,2.5rem);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;flex-direction:column;gap:.85rem}.pdp-step,.pdp-step__num{display:flex;align-items:center}.pdp-step__num{width:68px;height:68px;flex:none;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 rgba(0,0,0,.35)}.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 rgba(0,0,0,.04),0 10px 28px -18px rgba(0,0,0,.28);list-style:none;position:relative;transition:box-shadow .25s ease,transform .25s ease}.pr-review:hover{box-shadow:0 2px 4px rgba(0,0,0,.05),0 16px 36px -18px rgba(0,0,0,.32);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 rgba(0,0,0,.4)}.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;left:auto;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 rgba(0,0,0,.5);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:rgba(0,0,0,.45);color:#fff;padding:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.pr-story__close:hover{background:rgba(0,0,0,.65)}.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:hsla(0,0%,100%,.28);color:#fff;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);box-shadow:0 0 0 6px hsla(0,0%,100%,.12)}.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(0deg,rgba(0,0,0,.62),transparent);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 rgba(0,0,0,.5),0 0 0 0 rgba(214,41,118,.45)}50%{box-shadow:0 14px 34px -12px rgba(0,0,0,.5),0 0 0 8px rgba(214,41,118,0)}}@media (prefers-reduced-motion:reduce){.pr-story,.pr-story__ring{animation:none}}@media (max-width:760px){.pr-story{width:118px;right:12px;left:auto;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}.faq-item,.product-card,.review-card,.rs-card,.why-feature{border-radius:18px}.product-card,.review-card,.rs-card,.why-feature{transition:transform .4s cubic-bezier(.2,.8,.25,1),box-shadow .4s ease}.product-card:hover,.review-card:hover,.rs-card:hover,.why-feature:hover{transform:translateY(-5px);box-shadow:0 18px 40px -22px var(--p-ink)}.product-card__badge{border-radius:999px;box-shadow:0 4px 12px -6px rgba(27,41,74,.25);letter-spacing:.04em}.product-card__image-wrap{position:relative}.product-card__btn{transition:background .25s,color .25s,transform .15s ease}.product-card__btn:active{transform:scale(.98)}.btn--cta,.btn--primary,.btn--soft,.product-card__btn{position:relative;overflow:hidden;isolation:isolate}.btn--cta:before,.btn--primary:before,.btn--soft:before{content:"";position:absolute;top:0;bottom:0;left:-75%;width:50%;z-index:-1;background:linear-gradient(100deg,transparent,hsla(0,0%,100%,.35),transparent);transform:skewX(-20deg);transition:left .6s cubic-bezier(.2,.8,.25,1)}.btn--cta:hover:before,.btn--primary:hover:before,.btn--soft:hover:before{left:130%}.cta-final .btn--primary,.cta-final__form button{animation:brisa-cta-pulse 2.6s ease-in-out infinite}.cta-final .btn--primary:hover,.cta-final__form button:hover{animation-play-state:paused}@keyframes brisa-cta-pulse{0%,to{box-shadow:0 10px 26px -10px var(--p-accent,var(--sage)),0 0 0 0 hsla(116,8%,64%,.5)}50%{box-shadow:0 10px 26px -10px var(--p-accent,var(--sage)),0 0 0 10px hsla(116,8%,64%,0)}}@media (prefers-reduced-motion:reduce){.btn--cta:before,.btn--primary:before,.btn--soft:before{display:none}.cta-final .btn--primary,.cta-final__form button{animation:none}}.cart-count__badge{transition:background .2s}.cart-count__badge.is-bump{animation:brisa-cart-bump .5s cubic-bezier(.2,.8,.25,1)}@keyframes brisa-cart-bump{0%{transform:scale(1)}35%{transform:scale(1.5);background:var(--navy)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.product-card__image--hover,.product-card__quickadd{transition:none}.product-card__badge:after{animation:none;display:none}.cart-count__badge.is-bump{animation:none}}.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;color:var(--navy)}.how-step__icon svg,.why-feature__icon svg{color:var(--navy)}.how-step__icon{margin-left:auto;margin-right:auto}.how-step__icon svg,.why-feature__icon svg{width:26px;height:26px}.ritual-system__rule,.why-brisa__rule{border-radius:999px;height:3px;background:var(--p-accent);opacity:.6}@media (prefers-reduced-motion:reduce){.product-card:hover,.review-card:hover,.rs-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:hsla(0,0%,100%,.78)}.cta-final__form{padding:6px}.cta-final__form,.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:focus-visible,.cta-final__form button:hover{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;inset:0;width:100%;height:100%;object-fit:cover}.hero__trust{display:flex;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);grid-gap:clamp(1rem,2.5vw,2rem);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(--navy)}.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)}}.hero__trust-icons{list-style:none;display:flex;flex-wrap:wrap;gap:1.25rem 1.75rem;margin-top:1.5rem;padding:0}.hero__trust-icon{display:inline-flex;align-items:center;gap:.55rem;font-size:12.5px;font-weight:500;color:var(--navy);letter-spacing:.01em}.hero__trust-icon-mark{display:inline-flex;width:34px;height:34px;flex:none;align-items:center;justify-content:center;color:var(--sage);background:var(--cream);border-radius:50%;box-shadow:0 0 0 1px var(--border) inset}.hero__trust-icon-mark svg{width:18px;height:18px}.how-it-works__steps{grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width:900px){.how-it-works__steps{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width:520px){.how-it-works__steps{grid-template-columns:1fr}}.education{padding:clamp(48px,7vw,88px) 0;background:var(--warm-white)}.education__head{text-align:center;margin:0 auto 2.75rem;max-width:620px}.education__heading{font-family:var(--font-display);font-size:clamp(28px,3vw,38px);font-weight:400;line-height:1.15;color:var(--navy)}.education__heading p{display:inline;margin:0}.edu-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.75rem;gap:1.75rem}.edu-card{background:var(--paper);border:1px solid var(--border);border-radius:18px;overflow:hidden;margin:8px;transition:transform .4s cubic-bezier(.2,.8,.25,1),box-shadow .4s ease}@media (hover:hover){.edu-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px -22px var(--navy)}}.edu-card__media{aspect-ratio:16/10;background:var(--cream);overflow:hidden}.edu-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}@media (hover:hover){.edu-card:hover .edu-card__media img{transform:scale(1.04)}}.edu-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:48px;font-style:italic}.edu-card__title{font-family:var(--font-display);font-size:19px;font-weight:400;color:var(--navy);margin:1.25rem 1.25rem .4rem;line-height:1.3}.edu-card__desc{font-size:13.5px;color:var(--muted);line-height:1.6;margin:0 1.25rem 1.5rem}@media (max-width:860px){.edu-grid{grid-template-columns:1fr;max-width:460px;margin:0 auto}}.behind{padding:clamp(48px,7vw,88px) 0;background:var(--cream)}.behind__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:center}.behind__figure{margin:0;border-radius:20px;overflow:hidden;background:var(--warm-white);box-shadow:var(--shadow-lg)}.behind__figure img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/5;display:block}.behind__placeholder{display:flex;align-items:center;justify-content:center;aspect-ratio:4/5;background:linear-gradient(135deg,var(--sage-light),var(--cream));color:var(--sage);font-family:var(--font-display);font-size:80px;font-style:italic}.behind__heading{font-family:var(--font-display);font-size:clamp(28px,3.4vw,44px);font-weight:400;line-height:1.1;color:var(--navy);margin:.5rem 0 1.75rem}.behind__heading p{display:inline;margin:0}.behind__list{list-style:none;padding:0;display:grid;grid-gap:1.5rem;gap:1.5rem}.behind__item{padding-left:1rem;border-left:2px solid var(--sage-light)}.behind__item-title{font-size:15px;font-weight:600;color:var(--navy);margin-bottom:.3rem}.behind__item-desc{font-size:13.5px;color:var(--muted);line-height:1.6}@media (max-width:860px){.behind__grid{grid-template-columns:1fr}.behind__media{max-width:420px}}.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))}.pr-amazon{max-width:620px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:clamp(1.75rem,4vw,2.75rem);background:#fff;border:1px solid rgba(27,41,74,.08);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.pr-amazon__mark{color:#f5a623;line-height:1}.pr-amazon__text{font-size:15px;color:var(--muted);line-height:1.6;max-width:46ch;margin:0}.ugc-videos__featured{margin:0 auto 2rem;max-width:760px;border-radius:18px;overflow:hidden;box-shadow:0 18px 50px -24px rgba(0,0,0,.4)}.ugc-videos__featured video{display:block;width:100%;height:auto;background:#000}.psearch[hidden]{display:none}.psearch{position:fixed;inset:0;z-index:1000;display:flex;align-items:flex-start;justify-content:center}.psearch__backdrop{position:absolute;inset:0;border:0;padding:0;margin:0;background:rgba(20,24,20,.42);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 rgba(0,0,0,.5);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,#b8893e))}.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:rgba(0,0,0,.05);color:var(--ink,var(--navy,#243029))}.psearch__close svg{width:20px;height:20px;display:block}.psearch__fallback,.psearch__results{max-height:min(60vh,460px);overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.5rem}.psearch__fallback[hidden],.psearch__results[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:focus-visible,.psearch__row:hover{background:rgba(0,0,0,.04);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,#b8893e))}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__fallback,.psearch__results{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,#b8893e));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);grid-gap:1.25rem;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;inset: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;inset:0;background:rgba(20,24,20,.45);-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 rgba(0,0,0,.28);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:focus-visible,.lp-popup__close:hover{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 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,#b8893e))}.lp-popup__submit{padding:12px 22px;min-height:44px;border:none;border-radius:999px;background:var(--p-accent,var(--sage,#b8893e));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:focus-visible,.lp-popup__submit:hover{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:focus-visible,.lp-popup__nothanks:hover{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;inset:0;z-index:120;background:rgba(0,0,0,.9);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 rgba(0,0,0,.6)}.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:hsla(0,0%,100%,.14);color:#fff;border:none;cursor:pointer}.pr-story-fs__close:hover{background:hsla(0,0%,100%,.26)}.page-hero{padding:4rem 0 1.5rem;text-align:center}.page-hero .eyebrow{color:var(--sage,#9dab9c)}.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,#1b294a)}.rich-page__body>:first-child{margin-top:0}.rich-page__body p{margin:0 0 1.25rem;color:var(--muted,#6e7383)}.rich-page__body h2{font-size:clamp(20px,2.4vw,26px);margin:2.5rem 0 .85rem;color:var(--ink,#1b294a)}.rich-page__body h3{font-size:18px;margin:1.75rem 0 .6rem;color:var(--ink,#1b294a)}.rich-page__body ol,.rich-page__body ul{margin:0 0 1.25rem 1.25rem;color:var(--muted,#6e7383)}.rich-page__body li{margin-bottom:.5rem}.rich-page__body a{color:var(--sage,#9dab9c);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}.hero__stars svg,.pr-star-svg,.pr-stars svg,.review-card__stars 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;grid-gap:clamp(.75rem,2vw,1.25rem);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;inset: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:rgba(0,0,0,.45)}@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,#1b294a);margin:0 0 .6rem}.pdp-included__list{list-style:none;margin:0;padding:0;display:grid;grid-gap:.5rem;gap:.5rem}.pdp-included__list li{display:flex;align-items:flex-start;gap:.55rem;color:var(--ink,#1b294a);font-size:14px;line-height:1.45}.pdp-included__icon{flex:none;margin-top:1px;color:var(--p-accent,var(--sage,#b8893e))}.pdp-uses{margin:1.25rem 0 0;display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(.9rem,2.5vw,1.5rem);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,#6e7383)}.pdp-uses__list{list-style:none;margin:0;padding:0;display:grid;grid-gap:.45rem;gap:.45rem}.pdp-uses__list li{display:flex;align-items:flex-start;gap:.5rem;font-size:14px;line-height:1.4;color:var(--ink,#1b294a)}.pdp-uses__icon{flex:none;margin-top:1px}.pdp-uses__icon--safe{color:var(--pdp-safe,#3a9d6e)}.pdp-uses__col--avoid .pdp-uses__list li,.pdp-uses__icon--avoid{color:var(--muted,#6e7383)}@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(184,137,62,.1));border:1px solid color-mix(in srgb,var(--p-accent,var(--sage,#b8893e)) 28%,transparent);text-decoration:none;color:var(--ink,#1b294a);transition:border-color .2s ease,transform .2s ease}.pdp-bundle-callout:focus-visible,.pdp-bundle-callout:hover{border-color:var(--p-accent,var(--sage,#b8893e));transform:translateY(-1px)}.pdp-bundle-callout__icon{flex:none;color:var(--p-accent,var(--sage,#b8893e))}.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,#6e7383)}.pdp-bundle-callout__arrow{flex:none;margin-left:auto;color:var(--p-accent,var(--sage,#b8893e))}.pdp-faq{margin:1.5rem 0 0}.pdp-faq__head{font-size:15px;font-weight:700;color:var(--ink,#1b294a);margin:0 0 .75rem}.pdp-faq__list{display:grid;grid-gap:.5rem;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,#1b294a)}.pdp-faq__q:focus-visible{outline:2px solid var(--p-accent,var(--sage,#b8893e));outline-offset:-2px}.pdp-faq__chev{flex:none;transition:transform .2s ease;color:var(--muted,#6e7383)}.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,#6e7383)}.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,#6e7383);margin:.6rem 0 0}.pdp-compare__table{width:100%;max-width:760px;margin:0 auto;border-collapse:collapse}.pdp-compare__table td,.pdp-compare__table th{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,#1b294a)}.pdp-compare__col-us{color:var(--p-accent,var(--sage,#b8893e))!important}.pdp-compare__col-them{color:var(--muted,#6e7383)!important}.pdp-compare__feature{font-size:14px;font-weight:600;color:var(--ink,#1b294a)}.pdp-compare__cell{font-size:14px}.pdp-compare__cell span,.pdp-compare__icon{vertical-align:middle}.pdp-compare__icon{margin-right:.35rem}.pdp-compare__icon--yes{color:var(--pdp-safe,#3a9d6e)}.pdp-compare__icon--no{color:var(--muted-light,#a4a8b4)}.pdp-compare__cell--them{color:var(--muted,#6e7383)}@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 td,.pdp-compare__table th{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,#6e7383)}}: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)}.compare-section,.cta-final,.faq,.gallery-section,.how-it-works,.lp-recs,.product-grid-section,.reviews,.ritual-system,.section,.why-brisa .why-brisa__panel--copy{padding-top:var(--home-section-pad);padding-bottom:var(--home-section-pad)}.guarantees,.trust-bar{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){.compare,.cta-final__inner,.how-it-works__steps,.product-grid,.reviews__grid,.ritual-system__grid,.why-brisa__features{grid-template-columns:1fr}.gallery,.guarantees__grid,.lp-recs__grid,.trust-bar__inner{grid-template-columns:repeat(2,1fr)}.cta-final__desc,.hero__subtitle,.how-it-works__subtitle,.product-grid-section__title p,.reviews__quote,.rs-card__desc,.why-brisa__tagline,.why-feature__desc{font-size:clamp(15px,4vw,16px);line-height:1.6}.btn,.cta-final__form button,.product-card__btn{min-height:46px}.faq__question{min-height:44px}}.gallery__img,.rs-card__media img,.why-brisa__panel--image img{display:block;width:100%;height:auto}.compare-section,.cta-final,.faq,.gallery-section,.guarantees,.hero,.how-it-works,.lp-recs,.product-grid-section,.reviews,.ritual-system,.trust-bar,.why-brisa{overflow-x:clip}.pdp__back{display:inline-flex;align-items:center;gap:.35rem;margin:0 0 1rem;font-family:var(--font-body);font-size:.9rem;color:var(--muted);text-decoration:none;transition:color .2s ease}.pdp__back:hover{color:var(--sage)}.pdp__back svg{display:block}.pdp-gallery__dots{position:absolute;left:0;right:0;bottom:.9rem;display:flex;justify-content:center;gap:.4rem;pointer-events:none}.pdp-gallery__dot{width:.45rem;height:.45rem;border-radius:999px;background:hsla(0,0%,100%,.65);box-shadow:0 1px 3px rgba(0,0,0,.18);transition:background .18s ease,width .18s ease}.pdp-gallery__dot.is-active{background:var(--sage);width:1.1rem}.pdp-gallery__main{border-radius:1.25rem}.pdp-acc{margin-top:1.5rem;border-top:1px solid var(--border)}.pdp-acc__item{border-bottom:1px solid var(--border)}.pdp-acc__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.05rem;color:var(--navy);text-align:left}.pdp-acc__chev{flex:none;color:var(--navy);transition:transform .2s ease}.pdp-acc__q[aria-expanded=true] .pdp-acc__chev{transform:rotate(180deg)}.pdp-acc__panel{padding:0 0 1.3rem}.pdp-acc__rt{font-family:var(--font-body);color:var(--muted);line-height:1.65;font-size:.95rem}.pdp-acc__rt p{margin:0 0 .85rem}.pdp-acc__rt p:last-child{margin-bottom:0}.pdp-acc__rt p strong{color:var(--ink);font-weight:600}.pdp-acc__rt p:has(>strong:only-child){margin-top:1.1rem;margin-bottom:.5rem}.pdp-acc__rt p:first-child{margin-top:0}.pdp-acc__rt ol,.pdp-acc__rt ul{margin:0 0 .85rem;padding-left:1.2rem}.pdp-acc__rt li{margin-bottom:.3rem}.pdp-acc__rt li::marker{color:var(--sage)}#PredictiveSearch[hidden],.email-popup[hidden]{display:none!important}.wholesale-page{padding:3rem 0 5rem}.wholesale-page__head{text-align:center;max-width:720px;margin:0 auto 3.5rem}.wholesale-page__subtitle{font-size:16px;color:var(--muted);margin-top:1.25rem;line-height:1.7}.wholesale-page__layout{display:grid;grid-template-columns:320px 1fr;grid-gap:3rem;gap:3rem;align-items:start}.wholesale-info-card{position:-webkit-sticky;position:sticky;top:88px;background:var(--cream);padding:2rem;border-radius:var(--radius-md)}.wholesale-info-card__title{font-family:var(--font-display);font-size:22px;font-weight:400;color:var(--navy);margin-bottom:1.5rem;line-height:1.2}.wholesale-benefits{margin-bottom:2rem}.wholesale-benefit{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:1.25rem;font-size:13px;line-height:1.6}.wholesale-benefit:last-child{margin-bottom:0}.wholesale-benefit__symbol{font-family:var(--font-display);font-size:22px;font-style:italic;color:var(--sage);line-height:1;flex-shrink:0}.wholesale-benefit strong{color:var(--navy);font-weight:500;display:block;margin-bottom:2px;font-size:14px}.wholesale-benefit p{color:var(--muted);font-size:13px;margin:0}.wholesale-contact{border-top:.5px solid var(--border);padding-top:1.5rem;display:flex;flex-direction:column;gap:.5rem}.wholesale-contact__label{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--sage);margin-bottom:.25rem}.wholesale-contact a{font-size:14px;color:var(--navy);text-decoration:underline;-webkit-text-decoration-color:var(--border);text-decoration-color:var(--border);text-underline-offset:3px}.wholesale-form-wrap{background:var(--warm-white)}.wholesale-form{display:flex;flex-direction:column;gap:2.5rem}.wholesale-fieldset{border:none;padding:0;margin:0}.wholesale-fieldset legend{font-family:var(--font-display);font-size:22px;font-weight:400;color:var(--navy);margin-bottom:1.25rem;border-bottom:.5px solid var(--border);padding:0 0 .75rem;width:100%;line-height:1.2}.wholesale-form__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:1rem}.wholesale-form__row--3col{grid-template-columns:1.5fr 1fr 1fr}.wholesale-form__field{display:block;margin-bottom:1rem}.wholesale-form__row .wholesale-form__field{margin-bottom:0}.wholesale-form__label{display:block;font-size:12px;font-weight:500;letter-spacing:.04em;color:var(--navy);margin-bottom:.5rem}.wholesale-form__label span[aria-hidden=true]{color:var(--sage);margin-left:2px}.wholesale-form select.form-input{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231e2d4a' stroke-width='1.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.wholesale-form textarea.form-input{min-height:120px;resize:vertical;line-height:1.6}.wholesale-form__checkbox{display:flex;align-items:center;gap:.5rem;font-size:13px;color:var(--navy);cursor:pointer;margin-bottom:1.25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wholesale-form__checkbox input{width:16px;height:16px;accent-color:var(--sage)}.wholesale-form__notice{background:var(--sage-pale);border-left:3px solid var(--sage);padding:1.25rem 1.5rem;border-radius:0;font-size:13px;line-height:1.65;color:var(--navy)}.wholesale-form__notice strong{font-weight:500}.wholesale-form__submit{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.wholesale-form__small{font-size:12px;color:var(--muted);margin:0}@media (max-width:990px){.wholesale-page__layout{grid-template-columns:1fr;gap:2rem}.wholesale-info-card{position:static}}@media (max-width:640px){.wholesale-page{padding:2rem 0 3rem}.wholesale-page__head{margin-bottom:2rem}.wholesale-form{gap:2rem}.wholesale-fieldset legend{font-size:20px}.wholesale-form__row,.wholesale-form__row--3col{grid-template-columns:1fr;gap:1rem}.wholesale-info-card{padding:1.5rem}}.auth-narrow{max-width:480px}.notice{background:hsla(116,8%,64%,.12);border-left:3px solid var(--sage);padding:1rem 1.25rem;border-radius:var(--radius-sm);font-size:13px;color:var(--navy);margin-bottom:1.5rem;line-height:1.6}.fld{width:100%;padding:14px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:14px;outline:none;margin-bottom:.75rem;background:#fff}.fld-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.fld-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:.75rem;gap:.75rem}.form-success{background:hsla(116,8%,64%,.14);border-left:3px solid var(--sage);padding:1rem 1.25rem;border-radius:var(--radius-sm);color:var(--navy);margin-bottom:1.5rem}