:root{--navy: #874B1F;--navy-light: #BA6A2F;--navy-dark: #6E3D19;--sage: #DC8A43;--sage-light: #E4A35F;--sage-pale: #F2E6D6;--cream: #F5EFE6;--warm-white: #FBF7F1;--ink: #0A0908;--muted: #8A7866;--muted-light: #B3A493;--border: rgba(135, 75, 31, .1);--border-strong: rgba(135, 75, 31, .2);--shadow-sm: 0 1px 2px rgba(135, 75, 31, .04);--shadow-md: 0 6px 24px -8px rgba(135, 75, 31, .12);--shadow-lg: 0 30px 60px -28px rgba(135, 75, 31, .2);--font-display: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--container: 1240px;--container-narrow: 920px;--radius-sm: 12px;--radius-md: 20px;--radius-lg: 28px;--radius-pill: 999px;--header-height: 64px}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:15px;font-weight:300;line-height:1.6;color:var(--ink);background:var(--warm-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body.menu-open{overflow:hidden}img,svg,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:opacity .2s,color .2s}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}:focus{outline:none}:focus-visible{outline:2px solid var(--sage);outline-offset:2px;border-radius:8px}.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:800;line-height:.98;letter-spacing:-.04em;color:var(--ink)}h1{font-weight:900;letter-spacing:-.05em}h2{font-weight:800}h1{font-size:clamp(32px,5.5vw,64px)}h2{font-size:clamp(26px,4vw,44px)}h3{font-size:clamp(20px,2.5vw,28px)}h4{font-size:20px}em{font-style:italic;font-weight:300;color:var(--navy-light)}p{color:var(--muted)}p strong{color:var(--navy);font-weight:500}.eyebrow{font-family:var(--font-body);font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--sage);display:inline-block;margin-bottom:1.25rem}.section-tag{font-family:var(--font-body);font-size:10px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);margin-bottom:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-body);font-size:13px;font-weight:500;letter-spacing:.04em;padding:14px 30px;min-height:44px;border-radius:var(--radius-pill);cursor:pointer;transition:all .25s ease;text-align:center;border:1px solid transparent;text-decoration:none;white-space:nowrap}.btn--primary{background:var(--navy);color:var(--warm-white)}.btn--primary:hover,.btn--primary:focus-visible{background:var(--navy-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn--secondary{background:var(--cream);color:var(--navy)}.btn--secondary:hover,.btn--secondary:focus-visible{background:var(--sage-pale)}.btn--outline{background:transparent;color:var(--navy);border-color:var(--border-strong)}.btn--outline:hover,.btn--outline:focus-visible{background:var(--navy);color:var(--warm-white);border-color:var(--navy)}.btn--ghost{background:none;color:var(--muted);padding:14px 8px;text-decoration:underline;text-decoration-color:var(--border);text-underline-offset:4px}.btn--ghost:hover,.btn--ghost:focus-visible{color:var(--navy)}.btn--full{width:100%}.btn--lg{padding:16px 36px;font-size:14px;min-height:52px}.btn:disabled,.btn[disabled]{opacity:.4;cursor:not-allowed}.announcement-bar{background:var(--navy);color:var(--warm-white);text-align:center;padding:10px 1rem;font-size:11px;font-weight:400;letter-spacing:.08em;text-transform:uppercase}.site-header{border-bottom:.5px solid var(--border);background:#fdfcf9eb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);position:sticky;top:0;z-index:100}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:1rem 2rem;gap:2rem;min-height:var(--header-height)}.site-header__nav{display:flex;align-items:center;justify-content:center;gap:2rem}.site-header__nav a{font-size:13px;font-weight:400;letter-spacing:.02em;color:var(--navy);position:relative;padding:8px 0}.site-header__nav a:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1px;background:var(--sage);transform:scaleX(0);transition:transform .3s}.site-header__nav a:hover:after,.site-header__nav a.active:after,.site-header__nav a:focus-visible:after{transform:scaleX(1)}.site-header__logo{font-family:var(--font-display);font-size:26px;font-weight:800;font-style:normal;color:var(--navy);letter-spacing:-.03em;text-align:left;line-height:1}.site-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:.5rem}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--navy);border-radius:50%;transition:background .2s;position:relative}.icon-btn:hover,.icon-btn:focus-visible{background:var(--cream)}.icon-btn svg{width:19px;height:19px;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.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.6;stroke-linecap:round;stroke-linejoin:round}.hero{position:relative;padding:7rem 0;background:var(--warm-white);overflow:hidden;min-height:clamp(600px,82vh,860px);display:flex;align-items:center}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:100% center;display:block}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f7f5f0f7,#f7f5f0f0 40%,#f7f5f0b3 58%,#f7f5f000 78%)}.hero__decoration{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden;background:radial-gradient(circle at 78% 30%,rgba(228,163,95,.38),transparent 46%),radial-gradient(circle at 92% 88%,rgba(220,138,67,.2),transparent 50%),radial-gradient(circle at 10% 90%,rgba(245,239,230,.9),transparent 55%)}.hero__decoration:after{content:"U\2022JOY";position:absolute;right:-2%;bottom:-8%;font-family:var(--font-display);font-weight:900;font-size:clamp(180px,30vw,460px);letter-spacing:-.06em;line-height:.8;color:#874b1f0d;white-space:nowrap;-webkit-user-select:none;user-select:none}.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:760px;position:relative;z-index:1}.hero__title{font-size:clamp(48px,9vw,112px);font-weight:900;line-height:.9;margin-bottom:1.5rem;letter-spacing:-.05em;color:var(--ink);text-wrap:balance}.hero__title em{color:var(--sage);font-style:normal;font-weight:900}.hero__subtitle{font-size:18px;font-weight:400;line-height:1.6;color:var(--muted);margin-bottom:2.25rem;max-width:460px}.hero__cta-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.hero__note{font-size:12px;color:var(--muted-light);font-weight:300;letter-spacing:.02em}.trust-bar{background:var(--cream);padding:2rem 0;border-top:.5px solid var(--border);border-bottom:.5px solid var(--border)}.trust-bar__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;align-items:center;text-align:center}.trust-item{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--navy)}.trust-item__symbol{display:flex;align-items:center;justify-content:center;margin:0 auto .6rem;width:44px;height:44px;border-radius:50%;background:var(--sage-pale);color:var(--sage)}.trust-item__symbol svg{width:22px;height:22px}.ritual-system{padding:5rem 0;background:var(--cream)}.ritual-system__head{text-align:center;margin:0 auto 3rem}.ritual-system__heading{font-family:var(--font-display);font-size:clamp(28px,3vw,36px);font-weight:400;line-height:1.2;margin-bottom:1.25rem;color:var(--navy)}.ritual-system__heading p{display:inline}.ritual-system__rule{display:block;width:80px;height:1px;background:var(--border-strong);margin:0 auto}.ritual-system__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.rs-card{display:flex;flex-direction:column}.rs-card__media{aspect-ratio:4/3;border-radius:var(--radius-md);overflow:hidden;background:var(--warm-white);margin-bottom:1.25rem}.rs-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}@media(hover:hover){.rs-card:hover .rs-card__media img{transform:scale(1.03)}}.rs-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;background:linear-gradient(135deg,var(--sage-pale),var(--cream));color:var(--sage);font-family:var(--font-display);font-size:64px;font-style:italic;font-weight:300}.rs-card__title{text-align:center;font-family:var(--font-display);font-size:22px;font-weight:400;color:var(--navy);margin-bottom:.5rem;line-height:1.3}.rs-card__caption{text-align:center;font-size:13px;color:var(--muted);line-height:1.6;max-width:260px;margin:0 auto}.ritual-system__cta{text-align:center;margin-top:2.5rem}.btn--soft{background:var(--sage);color:var(--warm-white);border:1px solid var(--sage);font-weight:500;padding:12px 28px;border-radius:999px;font-size:13px;letter-spacing:.02em}.btn--soft:hover{background:var(--navy);border-color:var(--navy)}.why-ujoy{background:var(--cream);color:#241c16;overflow:hidden}.why-ujoy__inner{display:grid;grid-template-columns:1fr 1fr;min-height:540px}.why-ujoy__panel{position:relative}.why-ujoy__panel--copy{display:flex;align-items:center;padding:4rem clamp(1.5rem,4vw,4rem)}.why-ujoy__panel-inner{max-width:480px;width:100%}.why-ujoy__heading{font-family:var(--font-display);font-size:clamp(36px,4vw,52px);font-weight:800;line-height:.98;letter-spacing:-.04em;margin-bottom:1rem;color:var(--ink)}.why-ujoy__heading p{display:inline}.why-ujoy__tagline{font-size:14px;color:var(--muted);line-height:1.6;margin-bottom:1.5rem}.why-ujoy__rule{display:block;width:60px;height:1px;background:var(--border-strong);margin-bottom:2.5rem}.why-ujoy__features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;list-style:none}.why-feature{text-align:center}.why-feature__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--sage);margin-bottom:.75rem}.why-feature__title{font-size:13px;font-weight:500;line-height:1.3;margin-bottom:.4rem;color:var(--navy);letter-spacing:.01em}.why-feature__desc{font-size:11px;font-weight:300;line-height:1.5;color:var(--muted)}.why-ujoy__panel--image{position:relative;min-height:360px}.why-ujoy__panel--image img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.why-ujoy__panel-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--sage-light),var(--cream))}.why-ujoy__quote{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:380px;text-align:center;padding:0 1.5rem}.why-ujoy__quote p{font-family:var(--font-display);font-size:clamp(22px,2.4vw,30px);font-weight:400;line-height:1.25;color:var(--navy);text-shadow:0 1px 12px rgba(253,252,249,.4)}.product-grid-section{padding:5rem 0;background:var(--warm-white)}.product-grid-section__head{display:flex;justify-content:space-between;align-items:end;margin-bottom:3rem;gap:2rem;flex-wrap:wrap}.product-grid-section__title h2{margin-bottom:.5rem}.product-grid-section__title p{font-size:14px;max-width:480px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-card{background:var(--warm-white)}.product-card__image-wrap{position:relative;aspect-ratio:1/1;background:var(--cream);border-radius:var(--radius-md);overflow:hidden;margin-bottom:1.25rem;display:block}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}@media(hover:hover){.product-card__image-wrap:hover .product-card__image{transform:scale(1.04)}}.product-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;background:linear-gradient(135deg,var(--sage-pale) 0%,var(--cream) 100%);color:var(--sage);font-family:var(--font-display);font-size:56px;font-style:italic}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--warm-white);color:var(--navy);font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:5px 10px;border-radius:99px;border:.5px solid var(--border)}.product-card__title{font-family:var(--font-display);font-size:19px;font-weight:400;color:var(--navy);margin-bottom:.4rem;line-height:1.3}.product-card__subtitle{font-size:12px;color:var(--muted);margin-bottom:.75rem;line-height:1.5}.product-card__price{font-size:14px;font-weight:500;color:var(--navy);margin-bottom:1rem}.product-card__price-compare{text-decoration:line-through;color:var(--muted-light);font-weight:300;margin-left:6px}.product-card__btn{display:block;width:100%;padding:12px;text-align:center;font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--navy);background:var(--cream);border-radius:var(--radius-sm);transition:all .25s;border:none;cursor:pointer;font-family:var(--font-body);min-height:44px}.product-card__btn:hover,.product-card__btn:focus-visible{background:var(--navy);color:var(--warm-white)}.product-card__btn[disabled]{opacity:.4;cursor:not-allowed;background:var(--cream);color:var(--navy)}.how-it-works{padding:5rem 0;background:var(--warm-white)}.how-it-works__head{text-align:center;margin:0 auto 3.5rem;max-width:580px}.how-it-works__heading{font-family:var(--font-display);font-size:clamp(28px,3vw,36px);font-weight:400;line-height:1.2;margin-bottom:1.25rem;color:var(--navy)}.how-it-works__heading p{display:inline}.how-it-works__rule{display:block;width:80px;height:1px;background:var(--border-strong);margin:0 auto}.how-it-works__subtitle{margin-top:1.25rem;color:var(--muted);font-size:14px}.how-it-works__steps{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:960px;margin:0 auto}.how-step{text-align:center}.how-step__icon{display:flex;align-items:center;justify-content:center;height:56px;margin-bottom:1rem;color:var(--navy)}.how-step__title{font-family:var(--font-display);font-size:24px;font-weight:400;letter-spacing:.01em;margin-bottom:.5rem;color:var(--navy)}.how-step__desc{font-size:13px;color:var(--muted);max-width:220px;margin:0 auto;line-height:1.6}.reviews{padding:5rem 0;background:var(--warm-white)}.reviews__head{text-align:center;margin-bottom:3rem}.reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.review-card{background:var(--cream);padding:2rem;border-radius:var(--radius-md);display:flex;flex-direction:column}.review-card__stars{color:var(--sage);font-size:12px;letter-spacing:2px;margin-bottom:1rem}.review-card__text{font-family:var(--font-display);font-size:19px;font-weight:400;font-style:italic;line-height:1.4;color:var(--navy);margin-bottom:1.5rem;flex:1}.review-card__author{font-size:12px;font-weight:500;color:var(--navy);letter-spacing:.04em}.review-card__author-meta{font-size:11px;color:var(--muted);font-weight:300;margin-top:2px}.faq{padding:5rem 0;background:var(--cream)}.faq__head{text-align:center;margin-bottom:3rem}.faq__list{max-width:720px;margin:0 auto}.faq-item{border-bottom:.5px solid var(--border)}.faq-item__summary{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;cursor:pointer;list-style:none;font-family:var(--font-display);font-size:19px;font-weight:400;color:var(--navy);gap:1rem}.faq-item__summary::-webkit-details-marker{display:none}.faq-item__summary:after{content:"+";font-family:var(--font-body);font-size:22px;font-weight:300;color:var(--sage);flex-shrink:0}.faq-item[open] .faq-item__summary:after{content:"\2212"}.faq-item__content{padding:0 0 1.5rem;font-size:14px;color:var(--muted);line-height:1.7;max-width:600px}.faq__cta{text-align:center;margin-top:2.5rem;padding-top:2rem;border-top:.5px solid var(--border)}.faq__cta p{font-size:14px;margin-bottom:1rem}.cta-final{background:var(--cream);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(228,163,95,.1),transparent 50%),radial-gradient(circle at 20% 80%,rgba(135,75,31,.05),transparent 55%);pointer-events:none}.cta-final__inner{position:relative;display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}.cta-final__title{font-size:clamp(28px,4vw,48px);color:var(--ink);margin-bottom:1rem;font-weight:800;line-height:.98;letter-spacing:-.04em}.cta-final__title em{color:var(--sage)}.cta-final__desc{font-size:14px;color:var(--muted);line-height:1.7;max-width:460px;margin-bottom:1.5rem}.cta-final__form{display:flex;gap:.5rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-pill);padding:6px 6px 6px 8px;max-width:440px;flex-wrap:wrap}.cta-final__form input{flex:1;min-width:180px;background:transparent;border:none;padding:12px 14px;color:#241c16;font-family:var(--font-body);font-size:14px;font-weight:300;outline:none}.cta-final__form input::placeholder{color:var(--muted-light)}.cta-final__form button{background:var(--sage);color:#2a1b0c;padding:12px 20px;font-size:12px;font-weight:600;letter-spacing:.04em;border-radius:var(--radius-pill);min-height:44px;cursor:pointer;font-family:var(--font-body)}.cta-final__form button:hover,.cta-final__form button:focus-visible{opacity:.85}.cta-final__note{display:block;margin-top:1rem;font-size:11px;color:var(--muted-light);letter-spacing:.04em}.cta-final__visual{aspect-ratio:1/1;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--sage-light) 0%,var(--cream) 100%);position:relative;overflow:hidden}.cta-final__visual:before{content:"U";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:200px;font-style:italic;color:#874b1f1a}.site-footer{background:var(--ink);color:#fdfcf9b3;padding:4rem 0 1.5rem;font-size:13px}.site-footer__inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.site-footer__brand-name{font-family:var(--font-display);font-size:28px;font-style:normal;color:var(--warm-white);margin-bottom:.75rem;font-weight:800;letter-spacing:-.03em}.site-footer__brand-tagline{font-size:12px;color:#fdfcf980;margin-bottom:1.5rem;max-width:280px;line-height:1.6}.site-footer__social{display:flex;gap:.75rem}.site-footer__social a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:.5px solid rgba(253,252,249,.15);color:#fdfcf9b3;transition:all .2s}.site-footer__social a:hover,.site-footer__social a:focus-visible{background:var(--sage);border-color:var(--sage);color:var(--warm-white)}.site-footer__social svg{width:16px;height:16px}.site-footer__heading{font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--warm-white);margin-bottom:1.25rem}.site-footer__list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.site-footer__list a{font-size:13px;color:#fdfcf999;display:inline-block;padding:4px 0}.site-footer__list a:hover,.site-footer__list a:focus-visible{color:var(--warm-white)}.site-footer__bottom{border-top:.5px solid rgba(253,252,249,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:11px;color:#fdfcf966}.pdp{padding:1.5rem 0 4rem}.pdp__breadcrumb{font-size:11px;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.25rem}.pdp__breadcrumb a:hover{text-decoration:underline}.pdp__layout{display:grid;grid-template-columns:1fr;gap:2rem}.pdp-gallery__mosaic{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin-bottom:4px;border-radius:var(--radius-md);overflow:hidden}.pdp-gallery__mosaic[data-mosaic-count="1"]{grid-template-columns:1fr}.pdp-gallery__mosaic[data-mosaic-count="2"]{grid-template-columns:1fr 1fr}.pdp-gallery__more{display:grid;grid-template-columns:repeat(6,1fr);gap:4px}.pdp-gallery__tile{aspect-ratio:1/1;background:var(--cream);overflow:hidden;border:none;padding:0;cursor:pointer;position:relative;transition:opacity .2s}.pdp-gallery__tile:hover,.pdp-gallery__tile:focus-visible{opacity:.9}.pdp-gallery__tile img{width:100%;height:100%;object-fit:cover}.pdp-gallery__tile--small{aspect-ratio:1/1}.pdp-gallery__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:12px}.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,38px);font-weight:700;line-height:1.05;letter-spacing:-.01em;margin-bottom:1rem;color:var(--navy);text-transform:uppercase}.pdp-description{font-size:15px;color:var(--muted);line-height:1.65;margin-bottom:2rem}.pdp-description p+p{margin-top:.75rem}.pdp-ritual__intro{font-size:14px;color:var(--navy);margin-bottom:1rem;font-weight:400}.pdp-ritual{list-style:none;position:relative;margin-bottom:2rem;padding-left:0}.pdp-ritual:before{content:"";position:absolute;left:11px;top:14px;bottom:14px;width:1px;background:var(--sage-light)}.pdp-ritual__step{display:grid;grid-template-columns:24px 1fr;gap:.875rem;align-items:start;padding:.5rem 0;position:relative}.pdp-ritual__bullet{width:22px;height:22px;border-radius:50%;background:var(--sage);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;position:relative;z-index:1}.pdp-ritual__body{min-width:0}.pdp-ritual__label{display:block;font-size:13px;font-weight:600;color:var(--navy);letter-spacing:.02em;margin-bottom:2px}.pdp-ritual__body p{font-size:13.5px;color:var(--muted);line-height:1.55}.pdp-form{margin-bottom:1.5rem}.pdp-form__variants{margin-bottom:1.25rem}.pdp-form__variant-label{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--navy);margin-bottom:.75rem;display:block}.pdp-form__variant-options{display:flex;gap:.5rem;flex-wrap:wrap}.variant-option{padding:10px 18px;background:var(--warm-white);border:1px solid var(--border-strong);border-radius:var(--radius-sm);font-size:13px;cursor:pointer;transition:all .2s;font-family:var(--font-body);min-height:44px;color:var(--navy)}.variant-option:hover{border-color:var(--navy)}.variant-option.selected{border-color:var(--navy);background:var(--navy);color:var(--warm-white)}.pdp-form__price-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.pdp-form__price{font-family:var(--font-display);font-size:28px;font-weight:400;color:var(--navy)}.pdp-form__price-compare{text-decoration:line-through;color:var(--muted-light);font-size:16px}.pdp-form__qty{margin-left:auto;display:flex;align-items:center;border:1px solid var(--border-strong);border-radius:var(--radius-sm);overflow:hidden}.pdp-form__qty button{width:38px;height:38px;font-size:16px;color:var(--navy);background:transparent;border:none;cursor:pointer}.pdp-form__qty input{width:40px;height:38px;text-align:center;background:none;border:none;font-family:var(--font-body);font-size:14px;outline:none;color:var(--navy);-moz-appearance:textfield}.pdp-form__qty input::-webkit-outer-spin-button,.pdp-form__qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pdp-form__submit{width:100%;margin-bottom:.75rem}.pdp-form__assurance{text-align:center;font-size:12px;color:var(--muted);font-style:italic}.btn--cta{background:var(--sage);color:#2a1b0c;border:1px solid var(--sage);font-weight:600;letter-spacing:.02em}.btn--cta:hover{background:#c77a32;border-color:#c77a32}.btn--xl{padding:18px 28px;font-size:15px;border-radius:var(--radius-pill);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:12px;margin-bottom:1rem}.pdp-credential__row{display:flex;gap:.75rem;align-items:flex-start}.pdp-credential__rank{background:var(--sage);color:var(--warm-white);font-family:var(--font-display);font-weight:400;font-size:36px;line-height:1;padding:8px 14px;border-radius:var(--radius-sm);flex-shrink:0}.pdp-credential__text{font-size:14px;color:var(--navy);line-height:1.45}.pdp-credential__text strong{font-weight:600}@media(min-width:991px){.pdp{padding:2.5rem 0 5rem}.pdp__layout{grid-template-columns:1.05fr 1fr;gap:4rem;align-items:start}.pdp-gallery{position:sticky;top:calc(var(--header-height) + 1.5rem)}.pdp-gallery__mosaic{grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:8px;margin-bottom:8px}.pdp-gallery__mosaic .pdp-gallery__tile:first-child{grid-row:1 / 3;aspect-ratio:1/1}.pdp-gallery__mosaic[data-mosaic-count="1"]{grid-template-columns:1fr;grid-template-rows:auto}.pdp-gallery__mosaic[data-mosaic-count="2"]{grid-template-columns:1fr 1fr;grid-template-rows:auto}.pdp-gallery__mosaic[data-mosaic-count="2"] .pdp-gallery__tile:first-child{grid-row:auto}.pdp-gallery__more{grid-template-columns:repeat(6,1fr);gap:8px}.pdp-title{font-size:40px}}.ugc-videos{padding:4rem 0 5rem;background:var(--cream)}.ugc-videos__head{text-align:center;margin-bottom:2.5rem}.ugc-videos__heading{font-size:clamp(28px,4vw,40px);margin-top:.75rem;line-height:1.15}.ugc-videos__heading em{font-style:italic;font-weight:300;color:var(--navy-light)}.ugc-videos__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.ugc-video{margin:0;display:flex;flex-direction:column;gap:.75rem}.ugc-video__media{position:relative;aspect-ratio:3/4;background:var(--navy);border-radius:var(--radius-md);overflow:hidden}.ugc-video__player,.ugc-video__media img{width:100%;height:100%;object-fit:cover}.ugc-video__placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:48px;color:var(--sage-light)}.ugc-video__play{position:absolute;bottom:12px;left:12px;width:44px;height:44px;border-radius:50%;background:#fffffff2;color:var(--navy);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,background .2s;padding:0 0 0 3px}.ugc-video__play:hover{transform:scale(1.06)}.ugc-video.is-playing .ugc-video__play{opacity:0;pointer-events:none}.ugc-video__handle{position:absolute;top:12px;left:12px;background:#0000008c;color:#fff;font-size:11px;font-weight:500;padding:4px 8px;border-radius:12px;letter-spacing:.02em}.ugc-video__caption{font-size:13px;color:var(--muted);line-height:1.5}@media(min-width:768px){.ugc-videos__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:991px){.ugc-videos__grid{grid-template-columns:repeat(4,1fr)}}.collection-page{padding:3rem 0 5rem}.collection-page__head{text-align:center;margin:0 auto 3rem;max-width:600px}.collection-page__filters{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-top:.5px solid var(--border);border-bottom:.5px solid var(--border);margin-bottom:2.5rem;font-size:13px}.collection-page__count{color:var(--muted)}.cart-page{padding:3rem 0 5rem}.cart-page__title{text-align:center;margin-bottom:3rem}.cart-row{display:grid;grid-template-columns:100px 1fr auto auto auto;gap:1.5rem;align-items:center;padding:1.5rem 0;border-bottom:.5px solid var(--border)}.cart-row__image{width:100px;aspect-ratio:1/1;background:var(--cream);border-radius:var(--radius-sm);overflow:hidden}.cart-row__title{font-family:var(--font-display);font-size:18px;color:var(--navy);margin-bottom:4px}.cart-row__variant{font-size:12px;color:var(--muted)}.cart-summary{margin-top:2rem;padding:2rem;background:var(--cream);border-radius:var(--radius-md);max-width:480px;margin-left:auto}.cart-summary__row{display:flex;justify-content:space-between;padding:.6rem 0;font-size:14px}.cart-summary__row--total{border-top:.5px solid var(--border);margin-top:.5rem;padding-top:1rem;font-size:18px;font-weight:500;color:var(--navy)}.empty-state{text-align:center;padding:5rem 0}.empty-state h2{margin-bottom:1rem}.empty-state p{margin-bottom:2rem}.page-template{padding:4rem 0 5rem}.page-template__head{text-align:center;margin-bottom:3rem}.page-template__content{max-width:720px;margin:0 auto;font-size:16px;line-height:1.8;color:var(--navy)}.page-template__content p{margin-bottom:1.25rem;color:var(--navy)}.page-template__content h2{margin:2.5rem 0 1rem}.page-template__content h3{margin:2rem 0 .75rem}.page-template__content ul,.page-template__content ol{margin:0 0 1.25rem 1.5rem}.page-template__content li{margin-bottom:.5rem}.form-input{width:100%;padding:14px;border:1px solid var(--border-strong);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:14px;font-weight:300;background:var(--warm-white);color:var(--navy);transition:border-color .2s;min-height:44px}.form-input:focus{outline:none;border-color:var(--sage)}.form-error{color:#b91c1c;font-size:13px;margin-top:.5rem}.form-success{background:#e4a35f1f;border-left:3px solid var(--sage);padding:1rem 1.25rem;border-radius:0;margin-bottom:1.5rem;font-size:14px;color:var(--navy)}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(120%);background:var(--navy);color:var(--warm-white);padding:14px 20px;border-radius:var(--radius-sm);display:flex;align-items:center;gap:1rem;z-index:200;font-size:13px;box-shadow:var(--shadow-lg);max-width:calc(100% - 32px);transition:transform .35s ease}.toast.is-visible{transform:translate(-50%) translateY(0)}.toast a{color:var(--warm-white);background:var(--sage);padding:8px 14px;border-radius:var(--radius-sm);text-decoration:none;font-weight:500;white-space:nowrap}.text-center{text-align:center}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.visually-hidden,.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-40px;left:1rem;background:var(--navy);color:var(--warm-white);padding:8px 16px;border-radius:var(--radius-sm);font-size:13px;z-index:9999;text-decoration:none}.skip-link:focus{top:1rem}@media(max-width:990px){.container,.container-narrow{padding:0 1.5rem}.cta-final__inner{grid-template-columns:1fr;gap:2.5rem}.hero__overlay{background:linear-gradient(90deg,#f7f5f0f2,#f7f5f0d1 45%,#f7f5f066 70%,#f7f5f000 90%)}.hero__bg img{object-position:70% center}.cta-final__visual{display:none}.ritual-system__grid,.reviews__grid,.product-grid,.how-it-works__steps{grid-template-columns:repeat(2,1fr)}.why-ujoy__inner{grid-template-columns:1fr}.why-ujoy__panel--image{min-height:320px;order:-1}.why-ujoy__panel--copy{padding:3rem 1.5rem}.why-ujoy__features{grid-template-columns:repeat(3,1fr);gap:1rem}.site-footer__inner{grid-template-columns:1fr 1fr;gap:2rem}.trust-bar__inner{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:640px){.container,.container-narrow{padding:0 1.25rem}.site-header__inner{padding:.75rem 1.25rem;gap:.5rem}.site-header__nav{display:none;position:fixed;top:var(--header-height);left:0;right:0;background:var(--warm-white);flex-direction:column;padding:1.5rem 1.5rem 2rem;gap:.5rem;border-bottom:.5px solid var(--border);z-index:99;max-height:calc(100vh - var(--header-height));overflow-y:auto}.html.js .menu-toggle,.menu-toggle{display:inline-flex}body.menu-open .site-header__nav{display:flex}.site-header__nav a{font-size:18px;font-family:var(--font-display);padding:12px 0;border-bottom:.5px solid var(--border)}.site-header__nav a:after{display:none}.site-header__logo{font-size:22px}.site-header__actions{gap:0}.hero{padding:4rem 0;min-height:70vh}.hero__bg img{object-position:30% center}.hero__overlay{background:linear-gradient(180deg,#f7f5f0f7,#f7f5f0e6,#f7f5f0f2)}.hero__title{font-size:clamp(40px,13vw,60px);line-height:.92;margin-bottom:1rem}.hero__subtitle{font-size:14px;margin-bottom:1.25rem;max-width:100%}.hero__cta-row{flex-direction:column;align-items:stretch;gap:.75rem}.hero__cta-row .btn{width:100%}.hero__note{font-size:11px}.ritual-system,.product-grid-section,.how-it-works,.reviews,.faq,.cta-final{padding:3rem 0}.ritual-system__head,.how-it-works__head,.reviews__head,.faq__head,.collection-page__head{margin-bottom:2rem}.ritual-system__grid,.reviews__grid,.product-grid,.how-it-works__steps{grid-template-columns:1fr;gap:1rem}.why-ujoy__features{grid-template-columns:1fr;gap:1.25rem;text-align:left}.why-feature{display:grid;grid-template-columns:auto 1fr;gap:.875rem;align-items:start;text-align:left}.why-feature__icon{margin-bottom:0;margin-top:4px}.why-ujoy__quote p{font-size:20px}.trust-bar__inner{grid-template-columns:1fr 1fr}.site-footer__inner{grid-template-columns:1fr;gap:2rem}.site-footer{padding:3rem 0 1.5rem}.site-footer__bottom{flex-direction:column;align-items:flex-start}.pdp-form__price-row{gap:.5rem}.pdp-form__qty{margin-left:auto}.cta-final__form{flex-direction:column;padding:8px}.cta-final__form input{min-width:0;padding:12px}.cta-final__form button{width:100%}.cart-row{grid-template-columns:80px 1fr;gap:1rem}.cart-row>*:nth-child(n+3){grid-column:2}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.site-header,.site-footer,.cta-final,.toast{display:none}body{color:#000;background:#fff}}.section{padding:5rem 0}.section-head{max-width:640px;margin-bottom:3rem}.section-head--center{margin-left:auto;margin-right:auto;text-align:center}.section-head__title{font-size:clamp(26px,4vw,44px);font-weight:800;letter-spacing:-.04em;line-height:1;margin-bottom:.75rem;color:var(--ink)}.section-head__sub{color:var(--muted);font-weight:300;font-style:italic;font-size:17px}.values-marquee{border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden;padding:1rem 0;background:var(--cream)}.values-marquee__track{display:flex;gap:1.5rem;white-space:nowrap;width:max-content;animation:ujoy-marquee 30s linear infinite}.values-marquee__item{font-family:var(--font-display);font-weight:600;font-size:18px;color:var(--navy);letter-spacing:-.02em}.values-marquee__dot{color:var(--sage);font-size:18px}@keyframes ujoy-marquee{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.values-marquee__track{animation:none}}.compare{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.compare__col{padding:2.5rem;border-radius:var(--radius-lg);border:1px solid var(--border)}.compare__col--us{background:var(--cream)}.compare__col--them{background:var(--warm-white)}.compare__title{font-size:22px;font-weight:700;letter-spacing:-.02em;margin-bottom:1.25rem;color:var(--navy)}.compare__list{list-style:none;display:flex;flex-direction:column;gap:.85rem}.compare__list li{display:flex;align-items:center;gap:.65rem;font-size:15px;font-weight:300}.compare__mark{flex:0 0 24px;width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.compare__mark--yes{background:var(--sage);color:#2a1b0c}.compare__col--us .compare__list li{color:#241c16}.compare__mark--no{background:var(--sage-pale);color:var(--muted)}.compare__col--them .compare__list li{color:var(--muted)}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.gallery__item{position:relative;aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden;background:linear-gradient(135deg,var(--sage-pale),var(--cream))}.gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.gallery__item:hover img{transform:scale(1.05)}.gallery__item--wide{grid-column:span 2;aspect-ratio:2 / 1}.gallery__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:800;font-size:28px;color:#874b1f38;letter-spacing:-.03em}@media(max-width:900px){.compare{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}.gallery__item--wide{grid-column:span 2}.section{padding:3.5rem 0}}.site-header__logo-svg{height:28px;width:auto;display:block}@media(max-width:749px){.site-header__logo-svg{height:24px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/base.css.map */
