body{font-family:var(--sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}@keyframes slideIn{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.reveal-stagger.visible>*:nth-child(2){transition-delay:.08s}.reveal-stagger.visible>*:nth-child(3){transition-delay:.16s}.reveal-stagger.visible>*:nth-child(4){transition-delay:.24s}.reveal-stagger.visible>*:nth-child(5){transition-delay:.32s}.reveal-stagger.visible>*:nth-child(6){transition-delay:.4s}.reveal-stagger.visible>*{opacity:0;transform:translateY(24px)}.announcement{height:var(--ann-h);background:var(--yellow);color:var(--dark);display:flex;align-items:center;overflow:hidden;position:relative;z-index:101}.announcement__item{display:inline-flex;align-items:center;gap:8px;padding:0 48px;font-size:.8125rem;font-weight:500;letter-spacing:.03em}.announcement__sep{width:4px;height:4px;border-radius:50%;background:#0003;flex-shrink:0}.mobile-menu__cta{display:block;margin-top:32px;text-align:center;font-size:1rem;font-weight:700;color:var(--dark);background:var(--yellow);border-radius:14px;box-shadow:0 4px #c9a000;padding:16px 24px;text-decoration:none;transition:background .2s}.hero{min-height:calc(100svh - var(--ann-h) - var(--nav-h));display:grid;grid-template-columns:1fr 1fr;align-items:stretch;overflow:hidden;background:#c2dff0}.hero__copy{display:flex;flex-direction:column;justify-content:center;padding:80px 64px 80px 0;max-width:600px;margin-left:auto}.hero__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--dark);margin-bottom:24px;opacity:0;animation:fadeInUp .6s .1s var(--ease) forwards}.hero__headline{font-family:var(--serif);font-size:clamp(2.5rem,4.5vw,3.75rem);line-height:1.1;color:#1a1714;letter-spacing:-.02em;margin-bottom:24px;opacity:0;animation:fadeInUp .7s .25s var(--ease) forwards}.hero__headline em{font-style:italic;color:var(--green);background:none;padding:0}.hero__subhead{font-size:1.0625rem;line-height:1.7;color:#4a4642;margin-bottom:40px;max-width:480px;opacity:0;animation:fadeInUp .7s .45s var(--ease) forwards}.hero__cta-group{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--sans);font-size:1rem;font-weight:700;color:var(--white);background:var(--green);border:none;border-radius:14px;padding:16px 40px;text-decoration:none;letter-spacing:.02em;box-shadow:0 4px 12px #1b433240;transition:all .2s var(--ease);min-height:52px;cursor:pointer;position:relative;outline:none}.btn-primary:hover{background:var(--green-hover);transform:translateY(-1px);box-shadow:0 6px 16px #1b43324d}.btn-primary:active{transform:translateY(2px);background:var(--green-active);box-shadow:0 1px 0 var(--green-active),0 2px 8px #1b433233}.btn-primary:focus-visible{outline:2px solid var(--dark);outline-offset:3px}.btn-secondary{display:inline-flex;align-items:center;gap:8px;font-size:.875rem;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color .2s}.btn-secondary:after{content:"\2192";transition:transform .2s}.btn-secondary:hover{color:var(--dark)}.btn-secondary:hover:after{transform:translate(3px)}.hero__proof{display:flex;align-items:center;gap:12px;margin-top:48px;padding-top:32px;border-top:1px solid var(--border);animation:fadeIn 1s .4s var(--ease) both}.hero__avatars{display:flex}.hero__avatar{width:32px;height:32px;border-radius:50%;border:2px solid var(--bg);margin-left:-8px;object-fit:cover}.hero__avatar:first-child{margin-left:0}.hero__avatar--placeholder{display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;color:var(--white)}.hero__stars{display:flex;gap:2px}.hero__star{width:14px;height:14px;fill:var(--gold)}.hero__proof-text{font-size:.8125rem;color:var(--text-muted);line-height:1.4}.hero__proof-text strong{color:var(--text);font-weight:600}.hero__image-wrap{position:relative;display:flex;flex-direction:column;overflow:hidden;animation:fadeIn 1s .2s var(--ease) both;min-height:calc(100svh - var(--ann-h) - var(--nav-h));background:#c2dff0}.hero__video-section{position:relative;flex:1;min-height:0;margin:32px 32px 32px 16px;border-radius:28px;overflow:hidden;background:#c2dff0;box-shadow:0 20px 60px #1b433224,0 4px 16px #1b433214}.hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center center;z-index:0}.hero__video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 60%,rgba(194,223,240,.5) 100%);z-index:1;pointer-events:none}.hero__image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#fff3c4,#feda6a,#f5c518 60%,#e0a800)}.hero__botanical{position:absolute;top:0;right:-5%;width:75%;height:100%;opacity:.1;pointer-events:none}.hero__badge{position:absolute;bottom:24px;left:24px;background:var(--white);border-radius:12px;padding:16px 20px;max-width:240px;box-shadow:0 8px 32px #0000001f;animation:slideIn .7s .6s var(--ease) both,float 4s 2s ease-in-out infinite;z-index:3}.hero__badge-stars{display:flex;gap:2px;margin-bottom:8px}.hero__badge-stars svg{width:12px;height:12px;fill:var(--gold)}.hero__badge-quote{font-family:var(--serif);font-style:italic;font-size:.9375rem;color:var(--text);line-height:1.5;margin-bottom:10px}.hero__badge-attr{font-size:.75rem;color:var(--text-muted);font-weight:500}@media(max-width:768px){.hero{grid-template-columns:1fr;min-height:auto}.hero__copy{order:2;padding:32px 24px 40px;max-width:100%;margin-left:0}.hero__headline{font-size:clamp(2rem,8vw,2.6rem)}.hero__image-wrap{order:1;min-height:auto;height:auto}.hero__video-section{margin:16px 16px 0;border-radius:20px;height:64vw;min-height:240px;max-height:380px}.hero__badge{bottom:16px;left:16px;padding:12px 16px;max-width:200px}.btn-primary{width:100%;text-align:center;padding:17px 24px}}@media(min-width:769px)and (max-width:1024px){.hero__copy{padding:56px 40px 56px 0}.hero__headline{font-size:clamp(2rem,3.5vw,2.8rem)}}.hero__bottles{display:flex;align-items:flex-end;justify-content:center;gap:8px;padding:12px 20px 20px;background:linear-gradient(to bottom,#c2dff0,#d6eaf6);flex-shrink:0}.hero__bottle{flex:1;max-width:110px;display:flex;flex-direction:column;align-items:center;text-decoration:none}.hero__bottle img{width:100%;height:120px;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s}.hero__bottle:hover img{transform:translateY(-4px) scale(1.04)}.hero__bottle-label{font-size:.6rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);text-align:center;margin-top:4px;line-height:1.3}.trust-bar{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:20px 0}.trust-bar__inner{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}.trust-bar__item{display:flex;align-items:center;gap:10px;padding:8px 32px;position:relative}.trust-bar__item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:24px;background:var(--border)}.trust-bar__icon{width:20px;height:20px;color:var(--dark);flex-shrink:0}.trust-bar__label{font-size:.8125rem;font-weight:600;color:var(--text);letter-spacing:.02em;white-space:nowrap}@media(max-width:768px){.trust-bar{padding:16px 0}.trust-bar__inner{display:grid;grid-template-columns:1fr 1fr;gap:0}.trust-bar__item{padding:12px 20px;justify-content:center}.trust-bar__item:not(:last-child):after{display:none}.trust-bar__item:nth-child(1),.trust-bar__item:nth-child(2){border-bottom:1px solid var(--border)}.trust-bar__item:nth-child(odd){border-right:1px solid var(--border)}.trust-bar__label{font-size:.75rem}}.bestsellers{padding:96px 0 80px}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:48px;gap:24px}.section-title{font-family:var(--serif);font-size:clamp(1.75rem,3vw,2.5rem);color:var(--text);letter-spacing:-.02em;line-height:1.15}.section-subtitle{font-size:1rem;color:var(--text-muted);margin-top:8px;max-width:480px}.section-link{font-size:.875rem;font-weight:500;color:var(--dark);text-decoration:none;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;transition:gap .2s}.section-link:hover{gap:10px}.section-link:after{content:"\2192"}.products-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:20px}.product-card{background:var(--white);border-radius:16px;overflow:hidden;border:1px solid var(--border);transition:all .35s var(--ease);display:flex;flex-direction:column;position:relative}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001a,0 4px 12px #f5c51826;border-color:var(--yellow)}.product-card--featured{border-color:var(--yellow);box-shadow:0 4px 20px #f5c5181f}.product-card__image-link{display:block;text-decoration:none}.product-card__image{position:relative;overflow:hidden;aspect-ratio:1 / 1;background:#f7f5f0}.product-card--featured .product-card__image{aspect-ratio:1 / 1}.product-card__image-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden}.product-card__image-inner img{width:calc(100% - 32px);height:calc(100% - 32px);margin:16px;object-fit:contain;transition:transform .4s var(--ease);drop-shadow:0 8px 24px rgba(0,0,0,.08)}.product-card:hover .product-card__image-inner img{transform:scale(1.05)}.product-card__image-inner svg{width:60%;max-width:160px;opacity:.15}.product-card--featured .product-card__image-inner svg{max-width:200px}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--dark);color:var(--yellow);font-size:.6875rem;font-weight:700;letter-spacing:.04em;padding:5px 12px;border-radius:8px;text-transform:uppercase}.product-card__body{padding:20px;display:flex;flex-direction:column;gap:8px}.product-card--featured .product-card__body{padding:20px}.product-card__category{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--blush)}.product-card__name{font-family:var(--serif);font-size:1.0625rem;color:var(--text);line-height:1.3}.product-card--featured .product-card__name{font-size:1.0625rem}.product-card__desc{font-size:.8125rem;color:var(--text-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__rating{display:flex;align-items:center;gap:6px}.product-card__rating-stars{display:flex;gap:1px}.product-card__rating-stars svg{width:12px;height:12px;fill:var(--gold)}.product-card__rating-count{font-size:.75rem;color:var(--text-faint)}.product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.product-card__price{font-size:1.0625rem;font-weight:600;color:var(--text)}.product-card__add{font-size:.8125rem;font-weight:700;color:var(--dark);background:var(--yellow);border:none;border-radius:10px;padding:10px 20px;box-shadow:0 3px #c9a000;transition:all .2s var(--ease);white-space:nowrap}.product-card__add:hover{background:var(--yellow-hover);transform:translateY(-1px);box-shadow:0 4px #c9a000,0 6px 12px #f5c51840}.product-card__add:active{transform:translateY(1px);box-shadow:0 1px #c9a000}@media(max-width:768px){.bestsellers{padding:64px 0 56px}.products-grid{grid-template-columns:1fr;grid-template-rows:auto}.product-card--featured{grid-row:auto;grid-column:auto}.product-card--featured .product-card__image{aspect-ratio:4 / 3;min-height:auto}.section-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:32px}}@media(max-width:480px){.products-grid{grid-template-columns:1fr}}.founder{padding:104px 0 96px;background:var(--surface)}.founder__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:64px;align-items:center}.founder__image-wrap{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:4 / 5;background:var(--surface-2)}.founder__photo{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.founder__image-wrap:after{content:"";position:absolute;top:16px;left:16px;right:-8px;bottom:-8px;border:2px solid var(--dark);border-radius:16px;opacity:.15;z-index:-1}.founder__content{max-width:500px}.founder__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--blush);margin-bottom:16px}.founder__title{font-family:var(--serif);font-size:clamp(1.75rem,3vw,2.25rem);color:var(--text);line-height:1.2;margin-bottom:24px;letter-spacing:-.01em}.founder__text{font-size:1rem;line-height:1.75;color:var(--text-muted);margin-bottom:16px}.founder__text:last-of-type{margin-bottom:32px}.founder__link{font-size:.9375rem;font-weight:500;color:var(--dark);text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:gap .2s}.founder__link:after{content:"\2192"}.founder__link:hover{gap:12px}.founder__signature{margin-top:40px;padding-top:32px;border-top:1px solid var(--border)}.founder__sig-name{font-family:var(--serif);font-style:italic;font-size:1.25rem;color:var(--text);margin-bottom:4px}.founder__sig-title{font-size:.8125rem;color:var(--text-faint)}@media(max-width:768px){.founder{padding:64px 0 56px}.founder__grid{grid-template-columns:1fr;gap:40px}.founder__image-wrap{max-width:360px;aspect-ratio:3 / 4}}.categories{padding:96px 0 80px}.categories__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-template-rows:260px 260px;gap:16px;min-height:540px}.category-card{position:relative;border-radius:14px;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end;padding:32px;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}.category-card:hover{transform:translateY(-6px);box-shadow:0 24px 56px #0003}.category-card:hover .category-card__bg{transform:scale(1.06);transition:transform .6s var(--ease)}.category-card__bg{transition:transform .6s var(--ease)}.category-card--large{grid-row:1 / 3}.category-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.category-card:nth-child(1) .category-card__bg{background-image:url(https://images.unsplash.com/photo-1555252333-9f8e92e65df9?auto=format&fit=crop&w=700&q=80);background-size:cover;background-position:center top}.category-card:nth-child(2) .category-card__bg{background-image:url(https://images.unsplash.com/photo-1515934751635-c81c6bc9a2d8?auto=format&fit=crop&w=600&q=80);background-size:cover;background-position:center}.category-card:nth-child(3) .category-card__bg{background-image:url(https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&w=600&q=80);background-size:cover;background-position:center}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.45) 100%);z-index:1}.category-card__content{position:relative;z-index:2}.category-card__label{font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3;margin-bottom:8px}.category-card__title{font-family:var(--serif);font-size:1.5rem;color:var(--white);line-height:1.2;margin-bottom:8px}.category-card--large .category-card__title{font-size:1.875rem}.category-card__tagline{font-size:.875rem;color:#fffc;line-height:1.5;max-width:280px}.category-card__arrow{position:absolute;top:24px;right:24px;width:40px;height:40px;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .3s,transform .3s}.category-card__arrow svg{width:16px;height:16px;color:var(--white);stroke-width:2}.category-card:hover .category-card__arrow{background:#ffffff40;transform:translate(2px,-2px)}@media(max-width:768px){.categories{padding:64px 0 56px}.categories__grid{grid-template-columns:1fr 1fr;grid-template-rows:220px 220px 220px;min-height:auto}.category-card--large{grid-column:1 / -1;grid-row:auto}.category-card__title{font-size:1.25rem}.category-card--large .category-card__title{font-size:1.5rem}}@media(max-width:480px){.categories__grid{grid-template-columns:1fr;grid-template-rows:auto}.category-card{min-height:200px}}.reviews{padding:104px 0 96px;background:var(--surface)}.reviews__header{text-align:left;margin-bottom:56px}.reviews__count{display:inline-flex;align-items:center;gap:8px;font-size:.8125rem;color:var(--text-muted);margin-top:12px}.reviews__count-stars{display:flex;gap:2px}.reviews__count-stars svg{width:14px;height:14px;fill:var(--gold)}.reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.review-card{background:var(--white);border-radius:12px;padding:32px;border:1px solid var(--border);display:flex;flex-direction:column;gap:16px;transition:all .3s var(--ease)}.review-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014;border-color:var(--yellow)}.review-card__stars{display:flex;gap:2px}.review-card__stars svg{width:14px;height:14px;fill:var(--gold)}.review-card__text{font-family:var(--serif);font-size:1.0625rem;font-style:italic;color:var(--text);line-height:1.6;flex:1}.review-card__product{font-size:.75rem;font-weight:600;color:var(--dark);letter-spacing:.02em}.review-card__author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--border)}.review-card__avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:700;color:var(--white);flex-shrink:0}.review-card:nth-child(2) .review-card__avatar{background:var(--yellow)}.review-card:nth-child(3) .review-card__avatar{background:var(--gold)}.review-card__detail{font-size:.75rem;color:var(--text-faint)}.review-card__verified{font-size:.6875rem;color:var(--dark);font-weight:500;display:flex;align-items:center;gap:4px}.review-card__verified svg{width:12px;height:12px}@media(max-width:768px){.reviews{padding:64px 0 56px}.reviews__grid{grid-template-columns:1fr;gap:16px}}@media(min-width:769px)and (max-width:1024px){.reviews__grid{grid-template-columns:1fr 1fr}.review-card:nth-child(3){grid-column:1 / -1;max-width:480px}}.subscribe{padding:88px 0;position:relative;overflow:hidden}.subscribe__inner{max-width:580px}.subscribe__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--dark);margin-bottom:16px}.subscribe__title{font-family:var(--serif);font-size:clamp(1.75rem,3vw,2.25rem);color:var(--text);line-height:1.2;margin-bottom:16px;letter-spacing:-.01em}.subscribe__desc{font-size:1rem;color:var(--text-muted);line-height:1.65;margin-bottom:32px;max-width:480px}.subscribe__form{display:flex;gap:12px;max-width:480px}.subscribe__input{flex:1;font-family:var(--sans);font-size:.9375rem;color:var(--text);background:var(--white);border:1.5px solid var(--border);border-radius:14px;padding:14px 24px;transition:border-color .2s,box-shadow .2s;min-height:52px}.subscribe__input::placeholder{color:var(--text-faint)}.subscribe__input:focus{outline:none;border-color:var(--dark);box-shadow:0 0 0 3px #142b6f1a}.subscribe__submit{flex-shrink:0}.subscribe__note{font-size:.75rem;color:var(--text-faint);margin-top:16px;line-height:1.5}.subscribe__deco{position:absolute;right:-60px;top:50%;transform:translateY(-50%);width:360px;opacity:.04;pointer-events:none}@media(max-width:768px){.subscribe{padding:56px 0}.subscribe__form{flex-direction:column}.subscribe__submit .btn-primary{width:100%}}.quiz-section{padding:80px 0;background:var(--surface)}.quiz-section__header{text-align:center;margin-bottom:48px}.quiz-section__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:10px}.quiz-section__title{font-family:var(--serif);font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.2;margin-bottom:12px;letter-spacing:-.02em}.quiz-section__title em{font-style:italic;color:var(--green)}.quiz-section__desc{font-size:1rem;color:var(--text-muted);max-width:480px;margin:0 auto;line-height:1.65}.quiz-card{background:var(--white);border-radius:20px;border:1px solid var(--border);max-width:680px;margin:0 auto;overflow:hidden;box-shadow:0 4px 32px #00000012}.quiz-progress{height:4px;background:var(--border)}.quiz-progress__bar{height:100%;background:var(--green);border-radius:2px;transition:width .4s var(--ease)}.quiz-step{padding:40px;display:none}.quiz-step.active{display:block}.quiz-step__label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);margin-bottom:8px}.quiz-step__q{font-family:var(--serif);font-size:clamp(1.25rem,2.5vw,1.625rem);line-height:1.3;margin-bottom:28px;color:var(--text)}.quiz-step__q em{font-style:italic;color:var(--green)}.quiz-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quiz-option{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--bg);border:2px solid var(--border);border-radius:12px;cursor:pointer;transition:border-color .2s,background .2s,transform .15s;text-align:left;font-family:inherit;font-size:.9375rem;color:var(--text);font-weight:500}.quiz-option:hover{border-color:var(--green);background:var(--green-light);transform:translateY(-1px)}.quiz-option__emoji{font-size:1.25rem;flex-shrink:0}.quiz-option__text{line-height:1.4}.quiz-option__sub{font-size:.8125rem;color:var(--text-muted);font-weight:400;margin-top:1px;display:block}@media(max-width:500px){.quiz-options{grid-template-columns:1fr}}.quiz-result{padding:40px;display:none;text-align:center}.quiz-result.active{display:block}.quiz-result__label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--green);margin-bottom:8px}.quiz-result__heading{font-family:var(--serif);font-size:clamp(1.375rem,3vw,1.875rem);line-height:1.25;margin-bottom:12px}.quiz-result__heading em{font-style:italic;color:var(--green)}.quiz-result__sub{font-size:.9375rem;color:var(--text-muted);line-height:1.65;margin-bottom:24px;max-width:460px;margin-left:auto;margin-right:auto}.quiz-result__product{display:flex;align-items:center;gap:20px;background:var(--green-light);border-radius:14px;padding:20px;margin:0 auto 24px;max-width:440px;text-align:left}.quiz-result__product img{width:72px;height:72px;object-fit:contain;mix-blend-mode:darken;flex-shrink:0}.quiz-result__product-name{font-weight:700;color:var(--text);font-size:1rem;margin-bottom:2px}.quiz-result__product-desc{font-size:.875rem;color:var(--text-muted);line-height:1.5}.quiz-result__product-price{font-weight:700;color:var(--green);font-size:.9375rem;margin-top:4px}.quiz-email-form{max-width:400px;margin:0 auto 16px}.quiz-email-form__label{font-size:.875rem;font-weight:600;color:var(--text);margin-bottom:8px;display:block;text-align:left}.quiz-email-form__row{display:flex;gap:8px}.quiz-email-form input[type=email]{flex:1;padding:12px 14px;border:2px solid var(--border);border-radius:8px;font-size:.9375rem;font-family:inherit;background:var(--bg);color:var(--text);outline:none;transition:border-color .2s}.quiz-email-form input[type=email]:focus{border-color:var(--green)}.quiz-email-form__btn{background:var(--green);color:var(--white);font-size:.9rem;font-weight:700;padding:12px 18px;border-radius:8px;border:none;cursor:pointer;font-family:inherit;white-space:nowrap;box-shadow:0 3px 0 var(--green-active);transition:background .2s,transform .15s}.quiz-email-form__btn:hover{background:var(--green-hover);transform:translateY(-1px)}.quiz-result__skip{font-size:.8125rem;color:var(--text-faint);cursor:pointer;background:none;border:none;font-family:inherit;text-decoration:underline}.quiz-result__cta{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:var(--white);font-size:1rem;font-weight:700;padding:14px 28px;border-radius:8px;box-shadow:0 4px 0 var(--green-active);margin-top:12px;transition:background .2s,transform .15s}.quiz-result__cta:hover{background:var(--green-hover);transform:translateY(-1px)}.quiz-result__restart{font-size:.8125rem;color:var(--text-muted);cursor:pointer;background:none;border:none;font-family:inherit;margin-top:12px;display:block;margin-left:auto;margin-right:auto}.quiz-result__restart:hover{color:var(--green)}.btn-white{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-size:1rem;font-weight:700;color:var(--white);background:var(--dark);border:none;border-radius:14px;padding:16px 40px;text-decoration:none;letter-spacing:.02em;box-shadow:0 4px #000,0 6px 16px #0003;transition:all .2s var(--ease);min-height:52px;cursor:pointer}.btn-white:hover{transform:translateY(-2px)}.quiz-banner__time{font-size:.8125rem;color:#0006;margin-top:16px}.video-wall{background:var(--bg);padding:100px 0 80px;overflow:hidden;position:relative}.video-wall__header{padding:0 40px;max-width:1400px;margin:0 auto 52px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.video-wall__eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#3a7d5c;margin-bottom:14px}.video-wall__eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#3a7d5c;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.video-wall__title{font-family:var(--serif);font-size:clamp(2rem,4vw,3.25rem);font-weight:400;line-height:1.1;color:var(--text);margin:0}.video-wall__title em{font-style:italic;color:#3a7d5c}.video-wall__subtitle{font-family:var(--sans);font-size:1rem;color:var(--text-muted);margin-top:10px;font-weight:400;line-height:1.5}.video-wall__nav{display:flex;gap:10px;flex-shrink:0;margin-bottom:4px}.video-wall__nav-btn{width:48px;height:48px;border-radius:50%;border:1.5px solid #DEDBD6;background:#fff;color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.video-wall__nav-btn:hover{background:var(--yellow);border-color:var(--yellow);color:#0a1f14;transform:scale(1.05)}.video-wall__nav-btn svg{width:18px;height:18px}.video-wall__track-wrap{position:relative}.video-wall__track{display:flex;gap:16px;padding:16px 40px 40px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab}.video-wall__track::-webkit-scrollbar{display:none}.video-wall__track:active{cursor:grabbing}.video-wall__track-wrap:before,.video-wall__track-wrap:after{content:"";position:absolute;top:0;bottom:0;width:60px;z-index:2;pointer-events:none}.video-wall__track-wrap:before{left:0;background:linear-gradient(to right,var(--bg),transparent)}.video-wall__track-wrap:after{right:0;background:linear-gradient(to left,var(--bg),transparent)}.video-card{flex-shrink:0;width:220px;border-radius:20px;overflow:hidden;position:relative;scroll-snap-align:start;aspect-ratio:9 / 16;background:#0d2b1e;box-shadow:0 8px 32px #00000080,0 2px 8px #0000004d,inset 0 0 0 1px #ffffff0f;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s ease;cursor:pointer}.video-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 24px 48px #0009,0 8px 16px #0006,inset 0 0 0 1px #ffffff1a}.video-card video{width:100%;height:100%;object-fit:cover;display:block}.video-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(8,20,12,.92) 0%,rgba(8,20,12,.4) 35%,transparent 60%);pointer-events:none}.video-card__bottom{position:absolute;bottom:0;left:0;right:0;padding:16px;z-index:2}.video-card__badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;font-family:var(--sans);font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.video-card__badge--baby{background:#f5c51840;color:#f5c518;border:1px solid rgba(245,197,24,.3)}.video-card__badge--nursing{background:#d4724e40;color:#e8946a;border:1px solid rgba(212,114,78,.3)}.video-card__badge--fertility{background:#b478c840;color:#d4a0e0;border:1px solid rgba(180,120,200,.3)}.video-card__badge--pregnancy{background:#5ab48c40;color:#7dd4b0;border:1px solid rgba(90,180,140,.3)}.video-card__badge--sleep{background:#648cdc40;color:#9ab8f0;border:1px solid rgba(100,140,220,.3)}.video-card__quote{font-family:var(--serif);font-size:.8rem;font-style:italic;color:#faf8f2e6;line-height:1.4;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-card__name{font-family:var(--sans);font-size:.7rem;font-weight:600;color:#faf8f299;margin:0}.video-card__top{position:absolute;top:12px;right:12px;z-index:3;display:flex;flex-direction:column;gap:8px;align-items:center}.video-card__sound{width:36px;height:36px;border-radius:50%;background:#00000080;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#faf8f2;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;pointer-events:all}.video-card__sound:hover{background:#f5c518cc;color:#0a1f14}.video-card__sound svg{width:16px;height:16px}.video-card__play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:#f5c518e6;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:3}.video-card__play-icon svg{width:20px;height:20px;fill:#0a1f14;margin-left:3px}.video-card.is-paused .video-card__play-icon{opacity:1}.video-card__progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#ffffff26;z-index:4}.video-card__progress-fill{height:100%;background:var(--yellow);width:0%;transition:width .1s linear}.video-wall__footer{text-align:center;padding:20px 40px 0}.video-wall__cta{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-size:.875rem;font-weight:600;color:var(--text-muted);text-decoration:none;transition:color .2s ease}.video-wall__cta:hover{color:#3a7d5c}.video-wall__cta svg{width:16px;height:16px;transition:transform .2s ease}.video-wall__cta:hover svg{transform:translate(4px)}@media(max-width:768px){.video-wall{padding:72px 0 60px}.video-wall__header{padding:0 20px;flex-direction:column;align-items:flex-start}.video-wall__nav{display:none}.video-wall__track{padding:16px 20px 32px;gap:12px}.video-card{width:175px}.video-wall__track-wrap:before,.video-wall__track-wrap:after{width:20px}}.footer{background:var(--text);color:#ffffffb3;padding:72px 0 0}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.08)}.footer__brand-name{font-family:var(--serif);font-size:1.25rem;color:var(--white);margin-bottom:16px}.footer__brand-desc{font-size:.875rem;line-height:1.65;margin-bottom:24px;max-width:280px}.footer__social-link{width:40px;height:40px;border-radius:8px;background:#ffffff0f;display:flex;align-items:center;justify-content:center;color:#ffffff80;text-decoration:none;transition:background .2s,color .2s}.footer__col-title{font-size:.8125rem;font-weight:600;color:var(--white);letter-spacing:.06em;text-transform:uppercase;margin-bottom:20px}.footer__links{display:flex;flex-direction:column;gap:12px}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:24px 0;flex-wrap:wrap;gap:16px}.footer__payments{display:flex;align-items:center;gap:12px}.footer__payment-icon{width:38px;height:24px;background:#ffffff14;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.5625rem;font-weight:700;color:#fff6;letter-spacing:.02em}@media(max-width:768px){.footer{padding:48px 0 0}.footer__grid{grid-template-columns:1fr 1fr;gap:32px}.footer__brand{grid-column:1 / -1}.footer__bottom{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.footer__grid{grid-template-columns:1fr}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:3px solid #005FCC;outline-offset:3px;border-radius:4px}.nav :focus-visible,.mobile-menu :focus-visible{outline-color:#ffd600}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}.announcement__track{animation:none}}.announcement{background:var(--green);color:var(--white)}.announcement__sep{background:#ffffff40}.btn-primary{color:var(--white);background:var(--green);box-shadow:0 4px 12px #1b433240}.btn-primary:hover{background:var(--green-hover);box-shadow:0 6px 16px #1b43324d}.btn-primary:active{background:var(--green-active);box-shadow:0 2px 6px #1b433233}.hero__headline em{color:var(--green);background:none}.hero__badge{background:var(--white);border:1px solid var(--border)}.hero__star{fill:var(--gold)}.hero__visual-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 90% 60% at 75% 25%,rgba(212,228,218,.55) 0%,transparent 60%),radial-gradient(ellipse 70% 80% at 85% 85%,rgba(218,232,222,.45) 0%,transparent 55%),radial-gradient(ellipse 60% 50% at 30% 75%,rgba(244,236,224,.5) 0%,transparent 60%),linear-gradient(155deg,#f7faf8,#f8f5f0 45%,#f5efe8)}.hero__visual-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--bg) 0%,rgba(250,248,245,.6) 8%,transparent 25%)}.hero__visual-overlay{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.055;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cellipse cx='60' cy='25' rx='4' ry='14' fill='%231B4332' transform='rotate(-18 60 25)'/%3E%3Cellipse cx='38' cy='48' rx='3' ry='11' fill='%231B4332' transform='rotate(12 38 48)'/%3E%3Cellipse cx='82' cy='42' rx='3.5' ry='12' fill='%231B4332' transform='rotate(-8 82 42)'/%3E%3Cellipse cx='55' cy='75' rx='3' ry='10' fill='%231B4332' transform='rotate(20 55 75)'/%3E%3Cellipse cx='75' cy='85' rx='2.5' ry='9' fill='%231B4332' transform='rotate(-15 75 85)'/%3E%3C/svg%3E");background-size:100px 100px}.hero__ring{position:absolute;border-radius:50%;border:1px solid rgba(27,67,50,.08);pointer-events:none}.hero__ring--1{width:480px;height:480px;top:50%;left:50%;transform:translate(-50%,-50%)}.hero__ring--2{width:680px;height:680px;top:50%;left:50%;transform:translate(-50%,-50%);border-color:#1b43320d}.hero__product-stack{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.hero__prod{object-fit:contain;position:absolute;mix-blend-mode:darken}.hero__prod--back{display:block;width:42%;max-width:180px;top:12%;left:8%;transform:rotate(-10deg);filter:drop-shadow(0 16px 32px rgba(27,67,50,.18));opacity:.85;animation:fadeInUp 1s .4s var(--ease) both}.hero__prod--front{width:54%;max-width:235px;top:8%;right:8%;transform:rotate(5deg);filter:drop-shadow(0 20px 48px rgba(27,67,50,.28));animation:fadeInUp 1s .15s var(--ease) both}.hero__cert-pill{position:absolute;top:28px;left:28px;background:var(--white);border:1px solid var(--border);border-radius:100px;padding:6px 14px 6px 10px;display:flex;align-items:center;gap:6px;font-size:.72rem;font-weight:600;letter-spacing:.04em;color:var(--green);box-shadow:0 2px 12px #00000014;animation:fadeIn 1s .6s var(--ease) both}.hero__cert-pill svg{color:var(--green);flex-shrink:0}.hero__product-bubble{position:absolute;top:36px;right:36px;background:#faf8f5f5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;padding:14px 18px 14px 14px;display:flex;align-items:center;gap:12px;box-shadow:0 8px 32px #0000002e,0 2px 8px #0000001a,inset 0 0 0 1px #fff9;animation:slideIn .7s .7s var(--ease) both,float 5s 2s ease-in-out infinite;max-width:240px}.hero__product-bubble img{width:56px;height:56px;object-fit:contain;flex-shrink:0;border-radius:8px;background:var(--surface)}.hero__product-bubble-label{display:flex;flex-direction:column;gap:3px}.hero__product-bubble-name{font-family:var(--serif);font-size:.9375rem;color:var(--text);font-weight:400;line-height:1.2}.hero__product-bubble-tag{font-family:var(--sans);font-size:.6875rem;color:var(--green);font-weight:600;letter-spacing:.02em}@media(max-width:768px){.hero__product-bubble{top:16px;right:16px;padding:10px 14px 10px 10px}.hero__product-bubble img{width:44px;height:44px}.hero__product-bubble-name{font-size:.8125rem}}.trust-bar{background:var(--bg)}.trust-bar__icon{color:var(--green)}.press-bar{padding:36px 0;background:#f4f1ec;border-top:1px solid rgba(27,67,50,.1);border-bottom:1px solid rgba(27,67,50,.1);overflow:hidden}.press-bar__inner{display:flex;align-items:center;gap:56px}.press-bar__label{font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--green);white-space:nowrap;flex-shrink:0}.press-bar__logos{display:flex;align-items:center;gap:0;flex:1;overflow:hidden}.press-bar__track{display:flex;align-items:center;gap:0;animation:marquee 28s linear infinite;white-space:nowrap}.press-logo{display:inline-flex;align-items:center;padding:0 36px;white-space:nowrap;color:var(--green);opacity:.8;font-size:1.05rem;transition:opacity .3s;position:relative}.press-logo:hover{opacity:1}.press-logo:after{content:"\b7";position:absolute;right:0;color:var(--border);font-size:1.25rem}.press-logo--babycenter{font-family:var(--sans);font-size:.9375rem;font-weight:800;letter-spacing:-.02em}.press-logo--bump{font-family:var(--sans);font-size:.875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.press-logo--wte{font-family:var(--serif);font-size:1.125rem;font-style:italic;font-weight:400}.press-logo--parents{font-family:var(--sans);font-size:1rem;font-weight:900;letter-spacing:-.03em}.press-logo--ghk{font-family:var(--sans);font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.press-logo--romper{font-family:var(--serif);font-size:1.125rem;font-style:italic}.press-logo--today{font-family:var(--sans);font-size:.9375rem;font-weight:800;letter-spacing:-.01em}.product-roll{padding:48px 0;background:var(--bg);overflow:hidden}.product-roll__track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:8px 40px 20px;scrollbar-width:none}.product-roll__track::-webkit-scrollbar{display:none}.pr-card{flex:0 0 220px;scroll-snap-align:start;background:var(--white);border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.07);transition:box-shadow .2s,transform .2s}.pr-card:hover{box-shadow:0 8px 32px #0000001a;transform:translateY(-2px)}.pr-card__img-link{display:block;position:relative;background:#f5f3f0;height:200px;overflow:hidden}.pr-card__img-link img{width:100%;height:100%;object-fit:contain;padding:12px;transition:transform .3s}.pr-card:hover .pr-card__img-link img{transform:scale(1.04)}.pr-card__badge{position:absolute;top:10px;left:10px;background:var(--green);color:var(--white);font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:100px}.pr-card__body{padding:14px 16px 16px}.pr-card__cat{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--blush)}.pr-card__name{font-family:var(--serif);font-size:.9375rem;line-height:1.3;margin:4px 0 6px}.pr-card__name a{color:var(--dark);text-decoration:none}.pr-card__name a:hover{color:var(--green)}.pr-card__stars{font-size:.75rem;color:var(--gold);margin-bottom:10px}.pr-card__stars span{color:var(--muted);margin-left:4px}.pr-card__footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.pr-card__price{font-weight:700;font-size:1rem;color:var(--dark)}.pr-card__add{font-size:.75rem;font-weight:600;padding:7px 14px;border-radius:100px;background:var(--green);color:var(--white);border:none;cursor:pointer;white-space:nowrap;transition:background .2s}.pr-card__add:hover{background:#2d6a4f}@media(max-width:600px){.press-bar__inner{flex-direction:column;align-items:flex-start;gap:16px}.press-bar__logos{width:100%}.pr-card{flex:0 0 180px}.pr-card__img-link{height:160px}}.product-card:hover{border-color:var(--blush);box-shadow:0 12px 40px #00000012,0 4px 12px #d4a0a026}.product-card--featured{border-color:#1b433238;box-shadow:0 4px 20px #1b433214}.product-card__badge{background:var(--green);color:var(--white)}.product-card__category{color:var(--green)}.product-card__add{color:var(--white);background:var(--green);box-shadow:0 3px #0d2b1f}.product-card__add:hover{background:var(--green-hover);transform:translateY(-1px);box-shadow:0 4px #0d2b1f,0 6px 16px #1b433238}.product-card__add:active{transform:translateY(1px);box-shadow:0 1px #0d2b1f}.save-strip{background:var(--green-light);border:1px solid rgba(27,67,50,.14);border-radius:12px;padding:18px 28px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:32px}.save-strip__text{font-size:.9375rem;color:var(--green);font-weight:500;line-height:1.5}.save-strip__text strong{font-weight:700}.save-strip__cta{font-size:.875rem;font-weight:700;color:var(--green);text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center;gap:6px;transition:gap .2s}.save-strip__cta:after{content:"\2192"}.save-strip__cta:hover{gap:10px}@media(max-width:640px){.save-strip{flex-direction:column;align-items:flex-start}}.founder{background:var(--surface)}.founder__eyebrow{color:var(--blush)}.founder__link{color:var(--green)}.founder__image-wrap:after{border-color:var(--green);opacity:.2}.category-card:nth-child(1) .category-card__overlay{background:linear-gradient(180deg,#0003,#000000a6)}.category-card:nth-child(2) .category-card__overlay{background:linear-gradient(180deg,#0003,#000000a6)}.category-card:nth-child(3) .category-card__overlay{background:linear-gradient(180deg,#0003,#000000a6)}.reviews{background:var(--surface)}.review-card:hover{border-color:var(--blush);box-shadow:0 12px 32px #0000000f}.review-card:nth-child(1) .review-card__avatar{background:var(--blush)}.review-card:nth-child(2) .review-card__avatar{background:var(--green)}.review-card:nth-child(3) .review-card__avatar{background:var(--dark)}.review-card__verified{color:var(--green)}.video-wall{background:var(--bg)}.video-wall__nav-btn:hover{background:var(--green);border-color:var(--green);color:var(--white)}.video-card__play-icon{background:#1b4332e0}.video-card__play-icon svg{fill:var(--white)}.video-card__sound:hover{background:#1b4332d9;color:var(--white)}.video-card__progress-fill{background:var(--blush)}.quiz-banner{background:var(--green);color:var(--white)}.quiz-banner__desc{color:#ffffffb8}.quiz-banner__time{color:#ffffff6b}.btn-white{color:var(--green);background:var(--white);box-shadow:0 4px #00000024,0 6px 20px #0000001a}.btn-white:hover{box-shadow:0 6px #00000024,0 12px 28px #0000001f}.subscribe__eyebrow{color:var(--green)}.subscribe__input:focus{border-color:var(--green);box-shadow:0 0 0 3px #1b43321a}.footer{background:#1a1714}.footer__nav-link:hover{color:var(--blush)}.section-link:hover,.video-wall__cta:hover,.video-wall__title em,.video-wall__eyebrow{color:var(--green)}.video-wall__eyebrow-dot{background:var(--green)}:root{--green: #1B4332;--green-hover: #163829;--green-active: #112D21;--green-light: #EAF1ED;--dark: #2D2A26;--bg: #FAF8F5;--surface: #F3F0EC;--surface-2: #ECEAE6;--border: #E3E0DB;--text: #2D2A26;--text-muted: #7A7670;--text-faint: #A8A4A0;--blush: #D4A0A0;--blush-light: #F7EEED;--gold: #C4A24E;--white: #FFFFFF;--serif: "Instrument Serif", Georgia, serif;--sans: "Satoshi", "Inter", system-ui, -apple-system, sans-serif;--max-w: 1200px;--nav-h: 72px;--ann-h: 40px;--ease: cubic-bezier(.25, .46, .45, .94)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.ann-bar{background:var(--green);height:var(--ann-h);display:flex;align-items:center;overflow:hidden;position:relative}.ann-bar__track{display:flex;align-items:center;animation:marquee 28s linear infinite;white-space:nowrap;gap:0}.nav__logo{font-family:var(--serif);font-size:1.25rem;color:var(--green);text-decoration:none;letter-spacing:-.01em}.nav__cta{background:var(--green);color:var(--white)!important;padding:8px 18px;border-radius:6px;font-size:.8125rem!important;font-weight:600!important;letter-spacing:.02em;transition:background .2s,transform .15s!important}.nav__cta:hover{background:var(--green-hover)!important;transform:translateY(-1px)}.breadcrumb__sep{opacity:.4}.breadcrumb__inner a:hover{color:var(--green)}.pfunnel-hero{padding:64px 0 56px;background:var(--bg);overflow:hidden}.pfunnel-hero__eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:20px}.pfunnel-hero__badge{display:inline-flex;align-items:center;gap:6px;background:var(--green-light);color:var(--green);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:100px}.pfunnel-hero__badge svg{width:12px;height:12px;flex-shrink:0}.pfunnel-hero__headline{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);line-height:1.15;color:var(--text);margin-bottom:16px;letter-spacing:-.02em}.btn-add-cart{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--green);color:var(--white);font-size:1rem;font-weight:700;letter-spacing:.01em;padding:16px 32px;border-radius:8px;box-shadow:0 4px 0 var(--green-active),0 6px 24px #1b433240;transition:background .2s,transform .15s,box-shadow .15s;text-decoration:none;border:none;cursor:pointer;width:100%;max-width:400px}.btn-add-cart:hover{background:var(--green-hover);transform:translateY(-2px);box-shadow:0 6px 0 var(--green-active),0 12px 32px #1b43324d}.btn-add-cart:active{transform:translateY(2px);box-shadow:0 2px 0 var(--green-active)}.btn-subscribe{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:var(--green);font-size:.9375rem;font-weight:600;padding:14px 32px;border-radius:8px;border:2px solid var(--green);transition:background .2s,color .2s;width:100%;max-width:400px}.pfunnel-hero__guarantee{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:var(--text-muted)}.pfunnel-hero__guarantee svg{width:16px;height:16px;color:var(--green);flex-shrink:0}.pfunnel-hero__trust-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.trust-pill svg{width:13px;height:13px;color:var(--green)}.pfunnel-hero__visual-bg{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;overflow:hidden;background:radial-gradient(ellipse 80% 70% at 60% 30%,rgba(212,228,218,.6) 0%,transparent 60%),radial-gradient(ellipse 60% 80% at 80% 80%,rgba(218,232,222,.4) 0%,transparent 55%),linear-gradient(145deg,#f0f5f2,#f8f5f0 60%,#f5efe8)}.pfunnel-hero__visual-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M40 10 C35 20 25 25 20 35 C15 45 20 55 30 58 C35 60 40 55 40 50' stroke='%231B4332' stroke-width='0.8' fill='none' opacity='0.12'/%3E%3Cpath d='M40 10 C45 20 55 25 60 35 C65 45 60 55 50 58 C45 60 40 55 40 50' stroke='%231B4332' stroke-width='0.8' fill='none' opacity='0.12'/%3E%3C/svg%3E");background-size:80px 80px;opacity:.5}.pfunnel-hero__badge-float{position:absolute;z-index:3;background:var(--white);border-radius:12px;padding:10px 14px;box-shadow:0 4px 20px #0000001a;animation:fadeIn .6s .5s var(--ease) both}@media(max-width:900px){.pfunnel-hero__inner{grid-template-columns:1fr;gap:40px}.pfunnel-hero__visual{order:-1;min-height:320px}.pfunnel-hero__product-img{max-width:200px}.btn-add-cart,.btn-subscribe{max-width:100%}}.ptrust-bar{background:var(--green);padding:0}.ptrust-bar__text{font-size:.8125rem;font-weight:600;color:#ffffffe6;letter-spacing:.01em;line-height:1.3}@media(max-width:600px){.ptrust-bar__item{min-width:50%;border-bottom:1px solid rgba(255,255,255,.1)}}.problem-section{padding:80px 0 72px;background:var(--bg)}.problem-section__label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blush);margin-bottom:12px}.problem-list{display:flex;flex-direction:column;gap:16px;margin-bottom:28px}.problem-list__item{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:var(--blush-light);border-radius:10px;border-left:3px solid var(--blush)}.problem-section__transition{font-family:var(--serif);font-size:1.25rem;font-style:italic;color:var(--green);line-height:1.5;padding:20px 0 0;border-top:1px solid var(--border)}.problem-section__visual{position:relative;border-radius:20px;overflow:hidden;background:linear-gradient(145deg,#f0ebe5,#e8f0ec);min-height:440px;display:flex;align-items:center;justify-content:center}.problem-section__stat-stack{display:flex;flex-direction:column;gap:16px;padding:32px;width:100%}.stat-card{background:var(--white);border-radius:14px;padding:20px 24px;box-shadow:0 2px 16px #00000012}.stat-card__num{font-family:var(--serif);font-size:2.25rem;color:var(--green);line-height:1;margin-bottom:4px}.stat-card__label{font-size:.875rem;color:var(--text-muted)}.stat-card__bar{height:4px;background:var(--border);border-radius:2px;margin-top:10px;overflow:hidden}.stat-card__bar-fill{height:100%;border-radius:2px;background:var(--green)}@media(max-width:768px){.problem-section__inner{grid-template-columns:1fr;gap:40px}.problem-section__visual{min-height:auto}}.solution-section__img-wrap{position:relative;border-radius:20px;overflow:hidden;background:radial-gradient(ellipse 80% 60% at 50% 30%,rgba(212,228,218,.7) 0%,transparent 65%),linear-gradient(160deg,#eaf1ed,#f3f0ec);min-height:400px;display:flex;align-items:center;justify-content:center}.section-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:10px;text-align:center}.section-heading{font-family:var(--serif);font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.2;text-align:center;margin-bottom:12px;letter-spacing:-.02em}.section-sub{font-size:1rem;color:var(--text-muted);text-align:center;max-width:520px;margin:0 auto 48px;line-height:1.65}.reviews-section{padding:80px 0;background:var(--surface)}.review-card__avatar{width:36px;height:36px;border-radius:50%;background:var(--green-light);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:var(--green);flex-shrink:0}.review-card__name{font-size:.875rem;font-weight:600;color:var(--text)}.guarantee-section{padding:80px 0;background:var(--bg)}.guarantee-badge{background:var(--surface);border-radius:24px;padding:48px;text-align:center;border:2px dashed var(--border);display:flex;flex-direction:column;align-items:center;gap:16px}.guarantee-point__heading{font-weight:700;font-size:1rem;color:var(--text);margin-bottom:4px}.price-option{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:14px;padding:20px 24px;cursor:pointer;transition:background .2s,border-color .2s;text-align:left;min-width:180px;position:relative}.price-option:hover{background:#ffffff26;border-color:#fff6}.urgency-cta__btn{display:inline-flex;align-items:center;gap:10px;background:var(--white);color:var(--green);font-size:1.0625rem;font-weight:700;padding:18px 40px;border-radius:8px;box-shadow:0 4px #00000026,0 8px 24px #0003;transition:transform .15s,box-shadow .15s;margin-bottom:16px;cursor:pointer;border:none;font-family:inherit}.urgency-cta__btn:hover{transform:translateY(-2px);box-shadow:0 6px #00000026,0 16px 32px #00000040}.urgency-cta__trust-item svg{width:14px;height:14px}.faq-list{max-width:760px;margin:48px auto 0;display:flex;flex-direction:column;gap:0;border-radius:16px;border:1px solid var(--border);overflow:hidden}.faq-item__q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;cursor:pointer;font-weight:600;font-size:.9375rem;color:var(--text);transition:background .15s}.faq-item__icon{width:24px;height:24px;border-radius:50%;background:var(--green-light);color:var(--green);display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:300;flex-shrink:0;line-height:1;transition:transform .2s}.footer-strip__btn{background:var(--white);color:var(--dark);font-size:.9375rem;font-weight:700;padding:14px 28px;border-radius:8px;white-space:nowrap;flex-shrink:0;transition:background .2s,transform .15s}.footer-strip__btn:hover{background:var(--surface);transform:translateY(-1px)}.stars-5{display:flex;gap:2px}.stars-5 svg{width:14px;height:14px;fill:var(--gold)}:root{--green: #1B4332;--green-hover: #163829;--green-active: #112D21;--green-light: #EAF1ED;--dark: #2D2A26;--bg: #FAF8F5;--surface: #F3F0EC;--surface-2: #ECEAE6;--border: #E3E0DB;--text: #2D2A26;--text-muted: #7A7670;--text-faint: #A8A4A0;--blush: #D4A0A0;--blush-light: #F7EEED;--gold: #C4A24E;--rose: #B5495B;--rose-light: #FDF0F2;--white: #FFFFFF;--serif: "Instrument Serif", Georgia, serif;--sans: "Satoshi", "Inter", system-ui, -apple-system, sans-serif;--max-w: 1200px;--nav-h: 72px;--ann-h: 40px;--ease: cubic-bezier(.25, .46, .45, .94)}a{color:inherit;text-decoration:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ann-bar{background:var(--green);height:var(--ann-h);display:flex;align-items:center;overflow:hidden}.ann-bar__track{display:flex;align-items:center;animation:marquee 28s linear infinite;white-space:nowrap}.ann-bar__item{display:flex;align-items:center;gap:8px;padding:0 32px;font-size:.8125rem;font-weight:600;letter-spacing:.04em;color:#ffffffeb}.ann-bar__dot{width:4px;height:4px;border-radius:50%;background:#fff6;flex-shrink:0}.site-nav{position:sticky;top:0;z-index:200;background:#faf8f5f5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);height:var(--nav-h)}.nav__inner{display:flex;align-items:center;justify-content:space-between;height:100%}.nav__logo{font-family:var(--serif);font-size:1.25rem;color:var(--green)}.nav__links{display:flex;align-items:center;gap:28px}.nav__links a{font-size:.875rem;font-weight:500;color:var(--text-muted);transition:color .2s}.nav__links a:hover{color:var(--green)}.nav__cta{background:var(--green);color:var(--white)!important;padding:8px 18px;border-radius:6px;font-size:.8125rem!important;font-weight:600!important}@media(max-width:768px){.nav__links{display:none}}.breadcrumb{padding:12px 0;border-bottom:1px solid var(--border);background:var(--surface)}.breadcrumb__inner{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:var(--text-muted)}.breadcrumb__current{color:var(--text);font-weight:500}.pfunnel-hero{padding:64px 0 56px;background:var(--bg)}.pfunnel-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.pfunnel-hero__badge{display:inline-flex;align-items:center;gap:6px;background:var(--rose-light);color:var(--rose);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:100px;margin-bottom:20px}.pfunnel-hero__headline{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);line-height:1.15;margin-bottom:16px;letter-spacing:-.02em}.pfunnel-hero__headline em{font-style:italic;color:var(--green)}.pfunnel-hero__sub{font-size:1.0625rem;color:var(--text-muted);line-height:1.65;margin-bottom:28px;max-width:480px}.pfunnel-hero__rating{display:flex;align-items:center;gap:10px;margin-bottom:28px}.pfunnel-hero__stars{display:flex;gap:2px}.pfunnel-hero__stars svg{width:16px;height:16px;fill:var(--gold)}.pfunnel-hero__rating-text{font-size:.875rem;color:var(--text-muted)}.pfunnel-hero__rating-text strong{color:var(--text)}.pfunnel-hero__cta-group{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.btn-add-cart{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--green);color:var(--white);font-size:1rem;font-weight:700;padding:16px 32px;border-radius:8px;box-shadow:0 4px 0 var(--green-active),0 6px 24px #1b433240;transition:background .2s,transform .15s,box-shadow .15s;border:none;cursor:pointer;width:100%;max-width:400px;font-family:inherit}.btn-add-cart:hover{background:var(--green-hover);transform:translateY(-2px)}.btn-subscribe{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--green);font-size:.9375rem;font-weight:600;padding:14px 32px;border-radius:8px;border:2px solid var(--green);transition:background .2s;width:100%;max-width:400px;font-family:inherit;cursor:pointer}.btn-subscribe:hover{background:var(--green-light)}.pfunnel-hero__guarantee{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:var(--text-muted);margin-bottom:20px}.pfunnel-hero__trust-pills{display:flex;flex-wrap:wrap;gap:8px}.trust-pill{display:inline-flex;align-items:center;gap:6px;background:var(--surface);border:1px solid var(--border);border-radius:100px;padding:5px 12px;font-size:.75rem;font-weight:600;color:var(--text-muted)}.pfunnel-hero__visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:480px}.pfunnel-hero__visual-bg{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;overflow:hidden;background:radial-gradient(ellipse 80% 70% at 60% 30%,rgba(245,230,235,.7) 0%,transparent 60%),radial-gradient(ellipse 60% 80% at 80% 80%,rgba(212,228,218,.5) 0%,transparent 55%),linear-gradient(145deg,#fdf0f2,#f8f5f0,#eaf1ed)}.pfunnel-hero__product-img{position:relative;z-index:2;width:55%;max-width:280px;filter:drop-shadow(0 20px 40px rgba(27,67,50,.2));animation:fadeInUp .8s var(--ease) both;mix-blend-mode:darken}.pfunnel-hero__badge-float{position:absolute;z-index:3;background:var(--white);border-radius:12px;padding:10px 14px;box-shadow:0 4px 20px #0000001a;animation:fadeIn .6s .5s both}.pfunnel-hero__badge-float--tl{top:10%;left:4%}.pfunnel-hero__badge-float--br{bottom:12%;right:4%}.badge-float__label{font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:2px}.badge-float__value{font-family:var(--serif);font-size:1.125rem;color:var(--green);line-height:1.2}.badge-float__sub{font-size:.6875rem;color:var(--text-muted)}@media(max-width:900px){.pfunnel-hero__inner{grid-template-columns:1fr;gap:40px}.pfunnel-hero__visual{order:-1;min-height:320px}.btn-add-cart,.btn-subscribe{max-width:100%}}.ptrust-bar{background:var(--green)}.ptrust-bar__inner{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap}.ptrust-bar__item{display:flex;align-items:center;gap:10px;padding:16px 28px;border-right:1px solid rgba(255,255,255,.12);flex:1;min-width:160px;justify-content:center}.ptrust-bar__item:last-child{border-right:none}.ptrust-bar__icon{font-size:1.25rem;flex-shrink:0}.ptrust-bar__text{font-size:.8125rem;font-weight:600;color:#ffffffe6;line-height:1.3}.ptrust-bar__text span{display:block;font-size:.6875rem;font-weight:400;opacity:.7}.journey-section{padding:80px 0;background:var(--bg)}.journey-section__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.section-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:10px}.section-heading{font-family:var(--serif);font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.2;margin-bottom:12px;letter-spacing:-.02em}.section-heading em{font-style:italic;color:var(--green)}.section-sub{font-size:1rem;color:var(--text-muted);max-width:520px;margin:0 auto 48px;line-height:1.65}.section-sub--left{text-align:left;margin:0 0 32px}.journey-stages{display:flex;flex-direction:column;gap:12px}.journey-stage{display:flex;align-items:flex-start;gap:14px;padding:16px;background:var(--white);border-radius:12px;border:1px solid var(--border);transition:border-color .2s,box-shadow .2s}.journey-stage:hover{border-color:var(--green);box-shadow:0 4px 16px #1b433214}.journey-stage__num{width:32px;height:32px;border-radius:8px;background:var(--green-light);color:var(--green);font-size:.8125rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.journey-stage__title{font-weight:700;font-size:.9375rem;color:var(--text);margin-bottom:2px}.journey-stage__text{font-size:.875rem;color:var(--text-muted);line-height:1.5}.journey-visual{background:linear-gradient(145deg,#fdf0f2,#eaf1ed);border-radius:20px;min-height:400px;display:flex;align-items:center;justify-content:center;padding:32px}.success-grid{display:flex;flex-direction:column;gap:14px;width:100%}.success-card{background:var(--white);border-radius:12px;padding:18px 20px;box-shadow:0 2px 12px #0000000f}.success-card__header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.success-card__avatar{width:36px;height:36px;border-radius:50%;background:var(--green-light);display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:700;color:var(--green);flex-shrink:0}.success-card__name{font-weight:600;font-size:.875rem}.success-card__stage{font-size:.75rem;color:var(--text-muted)}.success-card__stars{display:flex;gap:1px;margin-left:auto}.success-card__stars svg{width:12px;height:12px;fill:var(--gold)}.success-card__text{font-size:.875rem;color:var(--text-muted);line-height:1.55;font-style:italic}@media(max-width:768px){.journey-section__inner{grid-template-columns:1fr;gap:40px}}.problem-section{padding:80px 0;background:var(--surface)}.problem-section__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.problem-section__label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--rose);margin-bottom:12px}.problem-section__heading{font-family:var(--serif);font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.2;margin-bottom:24px;letter-spacing:-.02em}.problem-section__heading em{font-style:italic;color:var(--green)}.problem-list{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}.problem-list__item{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:var(--rose-light);border-radius:10px;border-left:3px solid rgba(181,73,91,.3)}.problem-list__icon{font-size:1.25rem;flex-shrink:0;margin-top:1px}.problem-list__text{font-size:.9375rem;color:var(--text);line-height:1.55}.problem-list__text strong{font-weight:600}.problem-section__transition{font-family:var(--serif);font-size:1.125rem;font-style:italic;color:var(--green);padding:20px 0 0;border-top:1px solid var(--border);line-height:1.6}.problem-visual{background:linear-gradient(145deg,#fdf0f2,#f8f5f0);border-radius:20px;min-height:420px;display:flex;align-items:center;justify-content:center;padding:32px}.timeline-chart{width:100%}.timeline-chart__label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:16px;text-align:center}.timeline-bar{display:flex;flex-direction:column;gap:10px}.timeline-bar__item{display:flex;align-items:center;gap:12px}.timeline-bar__month{font-size:.8125rem;font-weight:600;color:var(--text-muted);width:60px;flex-shrink:0}.timeline-bar__track{flex:1;height:10px;background:var(--border);border-radius:5px;overflow:hidden}.timeline-bar__fill{height:100%;border-radius:5px;background:linear-gradient(to right,var(--green-light),var(--green))}.timeline-bar__pct{font-size:.8125rem;font-weight:700;color:var(--green);width:36px;text-align:right}@media(max-width:768px){.problem-section__inner{grid-template-columns:1fr;gap:40px}}.ingredients-section{padding:80px 0;background:var(--bg)}.ingredients-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:860px;margin:0 auto 48px}.ingredient-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:28px 24px;transition:box-shadow .25s,transform .25s}.ingredient-card:hover{box-shadow:0 8px 32px #1b43321a;transform:translateY(-2px)}.ingredient-card__icon{width:48px;height:48px;background:var(--green-light);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:16px}.ingredient-card__name{font-family:var(--serif);font-size:1.25rem;color:var(--text);margin-bottom:4px;font-style:italic}.ingredient-card__role{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--green);margin-bottom:10px}.ingredient-card__desc{font-size:.9rem;color:var(--text-muted);line-height:1.65}.clean-label-banner{background:var(--green);border-radius:16px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:860px;margin:0 auto;flex-wrap:wrap}.clean-label-banner__text{font-family:var(--serif);font-size:1.25rem;color:var(--white);font-style:italic}.clean-label-banner__pills{display:flex;flex-wrap:wrap;gap:8px}.clean-pill{background:#ffffff26;color:var(--white);border-radius:100px;padding:5px 14px;font-size:.8125rem;font-weight:600;white-space:nowrap}@media(max-width:600px){.ingredients-grid{grid-template-columns:1fr}}.solution-section{padding:80px 0;background:var(--surface)}.solution-section__inner{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.solution-section__img-wrap{background:radial-gradient(ellipse 80% 60% at 50% 30%,rgba(245,230,235,.7) 0%,transparent 65%),linear-gradient(160deg,#fdf0f2,#f3f0ec);border-radius:20px;min-height:400px;display:flex;align-items:center;justify-content:center}.solution-section__product{width:60%;max-width:250px;mix-blend-mode:darken;filter:drop-shadow(0 16px 32px rgba(27,67,50,.2))}.solution-section__label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:12px}.solution-section__heading{font-family:var(--serif);font-size:clamp(1.625rem,2.8vw,2.25rem);line-height:1.25;margin-bottom:20px;letter-spacing:-.02em}.solution-section__heading em{font-style:italic;color:var(--green)}.solution-section__body{font-size:.9375rem;color:var(--text-muted);line-height:1.7;margin-bottom:24px}.solution-section__body strong{color:var(--text);font-weight:600}.founder-callout{display:flex;align-items:flex-start;gap:16px;background:var(--white);border-radius:14px;padding:20px;border:1px solid var(--border)}.founder-callout__img{width:52px;height:52px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--green-light)}.founder-callout__text{font-family:var(--serif);font-style:italic;font-size:.9375rem;line-height:1.6;color:var(--text);margin-bottom:6px}.founder-callout__attr{font-size:.8125rem;font-weight:600;color:var(--green)}@media(max-width:768px){.solution-section__inner{grid-template-columns:1fr;gap:40px}}.reviews-section{padding:80px 0;background:var(--bg)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}.review-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:24px;transition:box-shadow .25s}.review-card:hover{box-shadow:0 8px 32px #00000014}.review-card__stars{display:flex;gap:2px;margin-bottom:12px}.review-card__stars svg{width:15px;height:15px;fill:var(--gold)}.review-card__title{font-weight:700;font-size:.9375rem;color:var(--text);margin-bottom:8px;line-height:1.4}.review-card__body{font-size:.9rem;color:var(--text-muted);line-height:1.65;margin-bottom:16px}.review-card__footer{display:flex;align-items:center;gap:10px;padding-top:14px;border-top:1px solid var(--border)}.review-card__avatar{width:36px;height:36px;border-radius:50%;background:var(--rose-light);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:var(--rose);flex-shrink:0}.review-card__name{font-size:.875rem;font-weight:600}.review-card__stage{font-size:.75rem;color:var(--text-muted)}.review-card__verified{margin-left:auto;font-size:.6875rem;font-weight:600;color:var(--green);background:var(--green-light);padding:3px 8px;border-radius:100px}.review-summary-bar{display:flex;align-items:center;justify-content:center;gap:40px;margin-top:48px;padding:28px;background:var(--white);border-radius:16px;border:1px solid var(--border);flex-wrap:wrap}.rsb-stat{text-align:center}.rsb-stat__num{font-family:var(--serif);font-size:2rem;color:var(--green);display:block;line-height:1;margin-bottom:4px}.rsb-stat__label{font-size:.8125rem;color:var(--text-muted)}@media(max-width:900px){.reviews-grid{grid-template-columns:1fr 1fr}}@media(max-width:580px){.reviews-grid{grid-template-columns:1fr}}.guarantee-section{padding:80px 0;background:var(--surface)}.guarantee-section__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.guarantee-badge{background:var(--bg);border-radius:24px;padding:48px;text-align:center;border:2px dashed var(--border);display:flex;flex-direction:column;align-items:center;gap:16px}.guarantee-badge__icon{width:80px;height:80px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem}.guarantee-badge__num{font-family:var(--serif);font-size:3.5rem;color:var(--green);line-height:1}.guarantee-badge__label{font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.guarantee-badge__tagline{font-family:var(--serif);font-size:1.125rem;font-style:italic;color:var(--text);line-height:1.5}.guarantee-points{display:flex;flex-direction:column;gap:20px}.guarantee-point{display:flex;align-items:flex-start;gap:16px}.guarantee-point__icon{width:40px;height:40px;background:var(--green-light);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;flex-shrink:0}.guarantee-point__heading{font-weight:700;font-size:1rem;margin-bottom:4px}.guarantee-point__text{font-size:.9rem;color:var(--text-muted);line-height:1.6}@media(max-width:768px){.guarantee-section__inner{grid-template-columns:1fr;gap:40px}}.urgency-cta{padding:80px 0;background:var(--green)}.urgency-cta__inner{text-align:center;max-width:640px;margin:0 auto}.urgency-cta__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffffa6;margin-bottom:12px}.urgency-cta__heading{font-family:var(--serif);font-size:clamp(1.75rem,3.5vw,2.75rem);color:var(--white);line-height:1.2;margin-bottom:16px;letter-spacing:-.02em}.urgency-cta__heading em{font-style:italic}.urgency-cta__sub{font-size:1rem;color:#ffffffbf;line-height:1.65;margin-bottom:36px}.urgency-cta__options{display:flex;gap:16px;justify-content:center;margin-bottom:24px;flex-wrap:wrap}.price-option{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:14px;padding:20px 24px;cursor:pointer;text-align:left;min-width:180px;position:relative}.price-option--selected{background:#ffffff2e;border-color:var(--white)}.price-option__tag{position:absolute;top:-10px;left:14px;background:var(--gold);color:var(--white);font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 10px;border-radius:100px}.price-option__title{font-weight:700;color:var(--white);font-size:.9375rem;margin-bottom:4px}.price-option__price{font-family:var(--serif);font-size:1.5rem;color:var(--white);margin-bottom:2px}.price-option__compare{font-size:.8125rem;color:#ffffff80;text-decoration:line-through}.price-option__save{font-size:.8125rem;color:var(--gold);font-weight:600}.urgency-cta__btn{display:inline-flex;align-items:center;gap:10px;background:var(--white);color:var(--green);font-size:1.0625rem;font-weight:700;padding:18px 40px;border-radius:8px;box-shadow:0 4px #00000026;transition:transform .15s,box-shadow .15s;margin-bottom:16px;cursor:pointer;border:none;font-family:inherit}.urgency-cta__btn:hover{transform:translateY(-2px)}.urgency-cta__trust{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}.urgency-cta__trust-item{display:flex;align-items:center;gap:6px;font-size:.8125rem;color:#ffffffa6}.faq-section{padding:80px 0;background:var(--surface)}.faq-list{max-width:760px;margin:48px auto 0;border-radius:16px;border:1px solid var(--border);overflow:hidden}.faq-item{border-bottom:1px solid var(--border);background:var(--white)}.faq-item:last-child{border-bottom:none}.faq-item__q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;cursor:pointer;font-weight:600;font-size:.9375rem;color:var(--text)}.faq-item__q:hover{background:var(--surface)}.faq-item__icon{width:24px;height:24px;border-radius:50%;background:var(--green-light);color:var(--green);display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:300;flex-shrink:0;transition:transform .2s}.faq-item.open .faq-item__icon{transform:rotate(45deg)}.faq-item__a{max-height:0;overflow:hidden;transition:max-height .35s var(--ease)}.faq-item.open .faq-item__a{max-height:300px}.faq-item__a-inner{padding:0 24px 20px;font-size:.9375rem;color:var(--text-muted);line-height:1.7}.footer-strip{background:var(--dark);padding:48px 0}.footer-strip__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer-strip__text{font-family:var(--serif);font-size:1.375rem;color:var(--white);font-style:italic}.footer-strip__sub{font-size:.875rem;color:#ffffff8c;margin-top:4px}.footer-strip__btn{background:var(--white);color:var(--dark);font-size:.9375rem;font-weight:700;padding:14px 28px;border-radius:8px;white-space:nowrap;flex-shrink:0}.site-footer{background:#1a1a18;padding:40px 0 28px}.site-footer__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.site-footer__logo{font-family:var(--serif);font-size:1.125rem;color:#fffc}.site-footer__links{display:flex;gap:24px;flex-wrap:wrap}.site-footer__links a{font-size:.8125rem;color:#fff6;transition:color .2s}.site-footer__links a:hover{color:#ffffffb3}.site-footer__copy{width:100%;text-align:center;font-size:.75rem;color:#ffffff40;padding-top:24px;margin-top:16px;border-top:1px solid rgba(255,255,255,.06)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #1B4332;--green-hover: #163829;--green-active: #112D21;--green-light: #EAF1ED;--yellow: #1B4332;--yellow-hover: #163829;--yellow-active:#112D21;--yellow-light: #EAF1ED;--yellow-soft: #EAF1ED;--dark: #2D2A26;--dark-hover: #3D3A35;--bg: #FAF8F5;--surface: #F3F0EC;--surface-2: #ECEAE6;--border: #E3E0DB;--text: #2D2A26;--text-muted: #7A7670;--text-faint: #A8A4A0;--blush: #D4A0A0;--blush-light: #F7EEED;--gold: #C4A24E;--terracotta: #C4726A;--white: #FFFFFF;--serif: "Instrument Serif", Georgia, serif;--sans: "Satoshi", "Inter", system-ui, -apple-system, sans-serif;--max-w: 1200px;--nav-h: 72px;--ann-h: 40px;--ease: cubic-bezier(.25, .46, .45, .94)}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}.skip-link{position:absolute;top:-100%;left:16px;background:var(--yellow);color:var(--white);padding:12px 24px;border-radius:0 0 8px 8px;z-index:9999;font-weight:600;text-decoration:none;transition:top .2s}.skip-link:focus{top:0}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 24px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-stagger>*{opacity:0;transform:translateY(24px);transition:opacity .5s var(--ease),transform .5s var(--ease)}.reveal-stagger.visible>*:nth-child(1){transition-delay:0s}.reveal-stagger.visible>*:nth-child(2){transition-delay:.1s}.reveal-stagger.visible>*:nth-child(3){transition-delay:.2s}.reveal-stagger.visible>*:nth-child(4){transition-delay:.3s}.reveal-stagger.visible>*:nth-child(5){transition-delay:.4s}.reveal-stagger.visible>*:nth-child(6){transition-delay:.5s}.reveal-stagger.visible>*{opacity:1;transform:translateY(0)}.announcement{height:var(--ann-h);background:var(--yellow);color:var(--white);display:flex;align-items:center;overflow:hidden;position:relative;z-index:101}.announcement__track{display:flex;white-space:nowrap;animation:marquee 30s linear infinite}.announcement__item{display:inline-flex;align-items:center;gap:8px;padding:0 48px;font-size:.8125rem;font-weight:500;letter-spacing:.03em;color:#ffffffe6}.announcement__sep{width:4px;height:4px;border-radius:50%;background:#ffffff59;flex-shrink:0}.nav{position:sticky;top:0;z-index:100;height:var(--nav-h);background:#faf8f5eb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);transition:background .3s,box-shadow .3s}.nav.scrolled{box-shadow:0 1px 12px #2c2a250f}.nav__inner{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.nav__logo{font-family:var(--serif);font-size:1.375rem;color:var(--dark);text-decoration:none;letter-spacing:-.01em;white-space:nowrap;transition:opacity .2s}.nav__logo:hover{opacity:.8}.nav__links{display:flex;align-items:center;gap:8px}.nav__links a{font-size:.8125rem;font-weight:600;color:#fff;text-decoration:none;letter-spacing:.01em;padding:8px 18px;border-radius:10px;background:#3a7d5c;border:1.5px solid #2E6649;box-shadow:0 4px #1f4d33,0 6px 10px #2a644833;transition:all .15s var(--ease);position:relative;top:0}.nav__links a:hover{background:#4a9470;border-color:#3a7d5c;color:#fff;top:-2px;box-shadow:0 6px #1f4d33,0 8px 16px #2a644840}.nav__links a:active{top:3px;box-shadow:0 1px #1f4d33,0 2px 4px #2a644826}.nav__links a.active{background:var(--green);border-color:var(--green-hover)}.nav__actions{display:flex;align-items:center;gap:8px}.nav__icon-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--text);transition:background .2s,color .2s}.nav__icon-btn:hover{background:var(--surface);color:var(--dark)}.nav__icon-btn svg{width:20px;height:20px;stroke-width:1.5}.nav__cart-wrap{position:relative}.nav__cart-count{position:absolute;top:6px;right:4px;width:16px;height:16px;background:var(--yellow);color:var(--white);font-size:.625rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.nav__hamburger{display:none;width:44px;height:44px;flex-direction:column;align-items:center;justify-content:center;gap:5px}.nav__hamburger span{display:block;width:20px;height:1.5px;background:var(--text);border-radius:2px;transition:transform .3s,opacity .3s}.nav__hamburger.active span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.nav__hamburger.active span:nth-child(2){opacity:0}.nav__hamburger.active span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-menu{position:fixed;top:calc(var(--nav-h));left:0;right:0;bottom:0;background:var(--bg);z-index:99;padding:32px 24px;transform:translate(100%);transition:transform .4s var(--ease);overflow-y:auto}.mobile-menu.open{transform:translate(0)}.mobile-menu__links{display:flex;flex-direction:column;gap:0}.mobile-menu__links a{display:block;padding:16px 0;font-size:1.125rem;font-weight:500;color:var(--text);text-decoration:none;border-bottom:1px solid var(--border);transition:color .2s,padding-left .3s}.mobile-menu__links a:hover{color:var(--dark);padding-left:8px}.mobile-menu__cta{display:block;margin-top:32px;text-align:center;font-size:1rem;font-weight:700;color:var(--white);background:var(--yellow);border-radius:14px;padding:16px 24px;text-decoration:none;transition:background .2s}.mobile-menu__cta:hover{background:var(--yellow-hover)}@media(max-width:768px){.nav__links{display:flex;overflow-x:auto;gap:6px;padding:0 12px 0 0;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;max-width:calc(100vw - 160px)}.nav__links::-webkit-scrollbar{display:none}.nav__links a{flex-shrink:0;font-size:.75rem;padding:6px 12px}.nav__hamburger{display:flex}}.page-hero{position:relative;overflow:hidden;background:var(--green);min-height:520px;display:flex;align-items:center}.page-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/cdn/shop/files/Samah_s_photo.png?v=1774809264);background-size:cover;background-position:center 15%;opacity:.35}.page-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#1b4332eb,#1b4332b8 55%,#1b43324d)}.page-hero__content{position:relative;z-index:1;padding:80px 24px;max-width:680px}.page-hero__eyebrow{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ffffffb3;margin-bottom:20px}.page-hero__headline{font-family:var(--serif);font-size:clamp(2.25rem,5vw,3.75rem);line-height:1.1;color:var(--white);margin-bottom:24px}.page-hero__headline em{font-style:italic;color:#ffffffd9}.page-hero__lead{font-size:1.125rem;line-height:1.7;color:#fffc;max-width:520px}@media(max-width:768px){.page-hero{min-height:420px}.page-hero__content{padding:64px 24px}}.origin{padding:100px 0}.origin__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.origin__photo-wrap{position:relative}.origin__photo{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:4px}.origin__photo-caption{position:absolute;bottom:-20px;right:-20px;background:var(--white);border:1px solid var(--border);border-radius:12px;padding:16px 20px;max-width:220px;box-shadow:0 8px 32px #2c2a251a}.origin__photo-caption-quote{font-family:var(--serif);font-size:.9375rem;font-style:italic;line-height:1.5;color:var(--text);margin-bottom:8px}.origin__photo-caption-attr{font-size:.75rem;font-weight:600;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase}.origin__copy{padding-right:16px}.origin__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:16px}.origin__heading{font-family:var(--serif);font-size:clamp(2rem,3.5vw,2.75rem);line-height:1.15;color:var(--text);margin-bottom:32px}.origin__heading em{font-style:italic;color:var(--green)}.origin__body{display:flex;flex-direction:column;gap:18px}.origin__body p{font-size:1.0625rem;line-height:1.78;color:var(--text-muted)}.origin__body p strong{color:var(--text);font-weight:600}.origin__signature{margin-top:36px;padding-top:32px;border-top:1px solid var(--border);display:flex;align-items:center;gap:16px}.origin__sig-name{font-family:var(--serif);font-size:1.125rem;color:var(--text)}.origin__sig-title{font-size:.8125rem;color:var(--text-muted);margin-top:2px}@media(max-width:900px){.origin__inner{grid-template-columns:1fr;gap:48px}.origin__photo-caption{right:0;bottom:-16px}.origin__copy{padding-right:0}}.grandmother{background:var(--green);padding:100px 0;overflow:hidden;position:relative}.grandmother__deco{position:absolute;top:-60px;right:-60px;width:400px;height:400px;border-radius:50%;border:1px solid rgba(255,255,255,.07);pointer-events:none}.grandmother__deco-2{position:absolute;bottom:-100px;left:-80px;width:500px;height:500px;border-radius:50%;border:1px solid rgba(255,255,255,.05);pointer-events:none}.grandmother__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.grandmother__copy{order:1}.grandmother__label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c;margin-bottom:20px}.grandmother__heading{font-family:var(--serif);font-size:clamp(1.875rem,3vw,2.5rem);line-height:1.15;color:var(--white);margin-bottom:28px}.grandmother__heading em{font-style:italic;color:#ffffffbf}.grandmother__body{display:flex;flex-direction:column;gap:16px}.grandmother__body p{font-size:1.0625rem;line-height:1.78;color:#ffffffb8}.grandmother__pull{margin-top:36px;padding:28px 32px;border-left:3px solid rgba(255,255,255,.25)}.grandmother__pull-text{font-family:var(--serif);font-size:1.25rem;font-style:italic;line-height:1.55;color:#ffffffe0}.grandmother__visual{order:2}.grandmother__herbs{display:grid;grid-template-columns:1fr 1fr;gap:16px}.herb-card{background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px 20px;transition:background .2s}.herb-card:hover{background:#ffffff1c}.herb-card__icon{font-size:1.75rem;margin-bottom:12px;line-height:1}.herb-card__name{font-weight:600;font-size:.9375rem;color:var(--white);margin-bottom:6px}.herb-card__desc{font-size:.8125rem;line-height:1.6;color:#fff9}@media(max-width:900px){.grandmother__inner{grid-template-columns:1fr;gap:48px}.grandmother__copy{order:1}.grandmother__visual{order:2}}.journey{padding:100px 0;background:var(--surface)}.journey__header{text-align:center;max-width:600px;margin:0 auto 72px}.journey__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:16px}.journey__heading{font-family:var(--serif);font-size:clamp(1.875rem,3vw,2.5rem);line-height:1.15;color:var(--text)}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;transform:translate(-50%);top:0;bottom:0;width:1px;background:var(--border)}.timeline__item{display:grid;grid-template-columns:1fr 56px 1fr;gap:0;align-items:start;margin-bottom:56px}.timeline__item:last-child{margin-bottom:0}.timeline__year{display:flex;align-items:center;justify-content:center;flex-direction:column;padding-top:4px;position:relative;z-index:1}.timeline__year-dot{width:14px;height:14px;border-radius:50%;background:var(--green);border:2px solid var(--surface);box-shadow:0 0 0 3px var(--border);margin-bottom:6px}.timeline__year-label{font-size:.75rem;font-weight:700;color:var(--green);letter-spacing:.05em}.timeline__content{padding:0 32px 0 0}.timeline__content--right{padding:0 0 0 32px;grid-column:3}.timeline__item:nth-child(2n) .timeline__content{grid-column:3;padding:0 0 0 32px;text-align:left}.timeline__item:nth-child(2n) .timeline__year{grid-column:2}.timeline__item:nth-child(2n) .timeline__blank{display:none}.timeline__title{font-family:var(--serif);font-size:1.125rem;color:var(--text);margin-bottom:8px}.timeline__desc{font-size:.9375rem;line-height:1.7;color:var(--text-muted)}@media(max-width:640px){.timeline:before{left:20px;transform:none}.timeline__item{grid-template-columns:40px 1fr;gap:0}.timeline__year{grid-column:1;grid-row:1}.timeline__content{grid-column:2;padding:0 0 0 16px}.timeline__item:nth-child(2n) .timeline__content{grid-column:2;padding:0 0 0 16px}.timeline__item:nth-child(2n) .timeline__year{grid-column:1}.timeline__blank{display:none!important}}.certifications{padding:100px 0}.certifications__header{text-align:center;max-width:600px;margin:0 auto 64px}.certifications__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:16px}.certifications__heading{font-family:var(--serif);font-size:clamp(1.875rem,3vw,2.5rem);line-height:1.15;color:var(--text);margin-bottom:16px}.certifications__subhead{font-size:1rem;color:var(--text-muted);line-height:1.7}.cert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.cert-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:40px 32px;text-align:center;transition:transform .25s var(--ease),box-shadow .25s var(--ease)}.cert-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #2c2a2514}.cert-card__badge{width:72px;height:72px;border-radius:50%;background:var(--green-light);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.cert-card__badge svg{width:32px;height:32px;color:var(--green)}.cert-card__title{font-family:var(--serif);font-size:1.25rem;color:var(--text);margin-bottom:12px}.cert-card__desc{font-size:.9375rem;line-height:1.7;color:var(--text-muted)}@media(max-width:768px){.cert-grid{grid-template-columns:1fr;gap:20px}}.values{padding:100px 0;background:var(--surface)}.values__header{max-width:600px;margin:0 auto 64px;text-align:center}.values__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:16px}.values__heading{font-family:var(--serif);font-size:clamp(1.875rem,3vw,2.5rem);line-height:1.15;color:var(--text)}.values__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.value-item{display:flex;gap:24px;padding:32px;background:var(--white);border:1px solid var(--border);border-radius:16px;transition:transform .25s var(--ease),box-shadow .25s var(--ease)}.value-item:hover{transform:translateY(-3px);box-shadow:0 12px 40px #2c2a2512}.value-item__line{flex-shrink:0;width:3px;background:var(--green);border-radius:2px}.value-item__title{font-family:var(--serif);font-size:1.1875rem;color:var(--text);margin-bottom:10px}.value-item__desc{font-size:.9375rem;line-height:1.7;color:var(--text-muted)}@media(max-width:768px){.values__grid{grid-template-columns:1fr}}.press{padding:80px 0}.press__header{text-align:center;margin-bottom:48px}.press__label{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.press__logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px 64px}.press__logo{font-family:var(--serif);font-size:1.375rem;font-style:italic;color:var(--text-faint);letter-spacing:-.01em;transition:color .2s;text-decoration:none}.press__logo:hover{color:var(--text-muted)}.stats{padding:80px 0;background:var(--green)}.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:48px;text-align:center}.stat__number{font-family:var(--serif);font-size:clamp(2.25rem,4vw,3.25rem);color:var(--white);line-height:1;margin-bottom:8px}.stat__label{font-size:.875rem;color:#ffffffa6;line-height:1.5}@media(max-width:640px){.stats__grid{grid-template-columns:repeat(2,1fr);gap:40px}}.closing-cta{padding:100px 0}.closing-cta__inner{max-width:720px;margin:0 auto;text-align:center}.closing-cta__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:20px}.closing-cta__heading{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);line-height:1.15;color:var(--text);margin-bottom:20px}.closing-cta__heading em{font-style:italic;color:var(--green)}.closing-cta__body{font-size:1.0625rem;line-height:1.75;color:var(--text-muted);margin-bottom:40px;max-width:560px;margin-left:auto;margin-right:auto}.closing-cta__actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 32px;font-family:var(--sans);font-size:.9375rem;font-weight:700;letter-spacing:.01em;color:var(--white);background:var(--green);border-radius:14px;border:none;text-decoration:none;transition:background .2s var(--ease),transform .15s var(--ease),box-shadow .15s var(--ease);box-shadow:0 4px 12px #1b433240;position:relative;top:0;outline:none}.btn-primary:hover{background:var(--green-hover);top:-1px;box-shadow:0 6px 16px #1b43324d}.btn-primary:active{top:1px;box-shadow:0 2px 6px #1b433233}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;font-family:var(--sans);font-size:.9375rem;font-weight:600;color:var(--green);background:transparent;border:1.5px solid var(--green);border-radius:14px;text-decoration:none;transition:background .2s,color .2s}.btn-secondary:hover{background:var(--green-light)}.footer{background:var(--text);color:#ffffffb3;padding:64px 0 32px}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}.footer__brand-name{font-family:var(--serif);font-size:1.25rem;color:var(--white);margin-bottom:12px}.footer__brand-desc{font-size:.875rem;line-height:1.65;margin-bottom:24px}.footer__social{display:flex;gap:12px}.footer__social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#ffffff8c;border:1px solid rgba(255,255,255,.1);transition:background .2s,color .2s}.footer__social-link:hover{background:#ffffff1f;color:var(--white)}.footer__social-link svg{width:18px;height:18px}.footer__col-title{font-size:.8125rem;font-weight:600;color:var(--white);letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px}.footer__links{display:flex;flex-direction:column;gap:10px}.footer__links a{font-size:.875rem;color:#ffffff8c;text-decoration:none;transition:color .2s,padding-left .2s}.footer__links a:hover{color:var(--white);padding-left:4px}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:24px;gap:24px;flex-wrap:wrap}.footer__copy{font-size:.75rem;color:#ffffff59}.footer__payments{display:flex;gap:8px}.footer__payment-icon{padding:4px 8px;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:4px;font-size:.625rem;font-weight:700;letter-spacing:.04em;color:#ffffff80}@media(max-width:768px){.footer__grid{grid-template-columns:1fr 1fr}.footer__brand{grid-column:span 2}}@media(max-width:480px){.footer__grid{grid-template-columns:1fr}.footer__brand{grid-column:span 1}}@keyframes sotFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes sotUnderline{0%{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}@keyframes sotLeafFloat{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-16px) rotate(5deg)}66%{transform:translateY(-7px) rotate(-3deg)}}@keyframes sotLeafDrift{0%,to{transform:translateY(0) rotate(0) scale(1)}40%{transform:translateY(-20px) rotate(-6deg) scale(1.04)}70%{transform:translateY(-9px) rotate(4deg) scale(.97)}}@keyframes sotLeafSpin{0%,to{transform:translateY(0) rotate(-8deg)}50%{transform:translateY(-12px) rotate(8deg)}}.hero__copy,.hero__image-wrap{animation:none}.hero__eyebrow{animation:sotFadeUp .65s .05s cubic-bezier(.22,1,.36,1) both}.hero__headline{animation:sotFadeUp .75s .2s cubic-bezier(.22,1,.36,1) both}.hero__subhead{animation:sotFadeUp .75s .38s cubic-bezier(.22,1,.36,1) both}.hero__cta-group{animation:sotFadeUp .75s .54s cubic-bezier(.22,1,.36,1) both}.hero__proof{animation:sotFadeUp .75s .7s cubic-bezier(.22,1,.36,1) both}.hero__image-wrap{animation:sotFadeUp .9s .08s cubic-bezier(.22,1,.36,1) both}.hero__video-section{animation:sotFadeUp 1s .15s cubic-bezier(.22,1,.36,1) both}.hero__headline em{position:relative;display:inline;font-style:italic;color:var(--green);background:none!important;padding:0}.hero__headline em:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background:var(--green);border-radius:2px;transform-origin:left center;animation:sotUnderline .65s 1.05s cubic-bezier(.22,1,.36,1) both;will-change:transform,opacity}.hero-leaf{position:absolute;pointer-events:none;will-change:transform;z-index:2;line-height:0}.hero{position:relative}.hero-leaf--1{top:7%;left:3%;width:48px;opacity:.5;animation:sotLeafFloat 8s 1s ease-in-out infinite}.hero-leaf--2{top:20%;right:52%;width:34px;opacity:.35;animation:sotLeafDrift 11s 2.5s ease-in-out infinite}.hero-leaf--3{bottom:22%;left:2%;width:40px;opacity:.42;animation:sotLeafSpin 9s .6s ease-in-out infinite}.hero-leaf--4{bottom:10%;left:46%;width:28px;opacity:.3;animation:sotLeafFloat 12s 3.2s ease-in-out infinite reverse}a:focus-visible,button:focus-visible,[role=button]:focus-visible{outline:2.5px solid var(--green);outline-offset:3px;border-radius:4px}.btn-primary:focus-visible{outline:2.5px solid #fff;outline-offset:3px;border-radius:14px;box-shadow:0 0 0 5px var(--green),0 4px 0 var(--green-active)}.hero__bottle:focus-visible{outline:2.5px solid var(--green);outline-offset:5px;border-radius:16px}.trust-bar__item:focus-visible,.stage-tile:focus-visible{outline:2.5px solid var(--green);outline-offset:3px;border-radius:16px}.skip-link{position:absolute;top:-100px;left:8px;background:var(--green);color:#fff;padding:10px 20px;border-radius:8px;font-weight:700;font-size:.875rem;text-decoration:none;z-index:9999;transition:top .15s}.skip-link:focus{top:8px}#a11y-announce{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){.hero__eyebrow,.hero__headline,.hero__subhead,.hero__cta-group,.hero__proof,.hero__image-wrap,.hero__video-section,.hero__badge,.hero__copy{animation:none!important;opacity:1!important;transform:none!important}.hero__headline em:after{animation:none!important;transform:scaleX(1)!important;opacity:1!important}.hero-leaf{display:none!important}.float,[style*=animation]{animation:none!important}}@media(max-width:768px){.hero-leaf--1{width:34px;opacity:.3;top:5%;left:2%}.hero-leaf--2{display:none}.hero-leaf--3{width:28px;opacity:.25}.hero-leaf--4{display:none}.hero__headline em:after{bottom:-2px;height:2px}}@media(forced-colors:active){.hero__headline em:after{background:ButtonText}.btn-primary{border:2px solid ButtonText}}.quiz-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.quiz-modal[hidden]{display:none}.quiz-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1b2b268c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:sotFadeIn .25s ease both}@keyframes sotFadeIn{0%{opacity:0}to{opacity:1}}@keyframes sotSlideUp{0%{opacity:0;transform:translateY(32px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.quiz-modal__panel{position:relative;background:var(--bg);border-radius:24px;padding:40px 40px 32px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 32px 80px #1b2b2638,0 8px 24px #1b2b261f;animation:sotSlideUp .35s cubic-bezier(.22,1,.36,1) both;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.quiz-modal__close{position:absolute;top:16px;right:16px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--border);border:none;border-radius:50%;color:var(--text-muted);cursor:pointer;transition:background .2s,color .2s;z-index:1}.quiz-modal__close:hover{background:var(--green);color:#fff}.quiz-modal__close:focus-visible{outline:2.5px solid var(--green);outline-offset:3px}.quiz-modal__header{margin-bottom:28px}.quiz-modal__note{text-align:center;font-size:.8125rem;color:var(--text-faint, var(--text-muted));margin-top:16px}.quiz-float{position:fixed;bottom:28px;right:28px;display:flex;align-items:center;gap:8px;background:var(--green);color:#fff;border:none;border-radius:100px;padding:14px 22px;font-family:var(--sans);font-size:.9375rem;font-weight:700;cursor:pointer;box-shadow:0 4px #0d2b1f,0 8px 28px #1b433259;transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s;z-index:500;animation:sotSlideUp .5s 1.5s cubic-bezier(.22,1,.36,1) both;will-change:transform}.quiz-float:hover{transform:translateY(-3px);box-shadow:0 6px #0d2b1f,0 14px 36px #1b433266}.quiz-float:active{transform:translateY(1px);box-shadow:0 2px #0d2b1f,0 4px 12px #1b433240}.quiz-float:focus-visible{outline:2.5px solid #fff;outline-offset:3px;border-radius:100px;box-shadow:0 0 0 5px var(--green),0 4px #0d2b1f}.quiz-float.hidden{opacity:0;pointer-events:none;transform:translateY(16px);transition:opacity .2s,transform .2s}@media(max-width:768px){.quiz-modal__panel{padding:32px 20px 24px;border-radius:20px;max-height:88vh}.quiz-float{bottom:20px;right:16px;padding:12px 18px;font-size:.875rem}}@media(prefers-reduced-motion:reduce){.quiz-modal__backdrop,.quiz-modal__panel,.quiz-float{animation:none!important}}@media(max-width:768px){.nav__links{display:none!important}}@media(max-width:768px){.hero{background:var(--bg)!important}.hero__copy{background:var(--bg);border-radius:0}.hero__image-wrap{background:#c2dff0}.nav__links{display:none!important}}.quiz-float{opacity:0;pointer-events:none;transform:translateY(16px);transition:opacity .3s ease,transform .3s ease}.quiz-float.visible{opacity:1;pointer-events:auto;transform:translateY(0);animation:none}.quiz-float.hidden{opacity:0!important;pointer-events:none!important;transform:translateY(16px)!important}@media(max-width:768px){.hero__video-section{margin:12px 8px 0;border-radius:18px;height:88vw;min-height:300px;max-height:520px}}@media(max-width:768px){.hero__badge{display:none}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/sot-styles.css.map */
