:root{--sage: #7B9E6B;--sage-light: #A8C896;--sage-pale: #ECF2E7;--sage-mist: #F4F7F1;--forest: #3D5A3A;--text: #2A3B29;--text-light: #5A6F5A;--white: #FBFDF9;--cream: #F5F7F1;--petal: #FDF2EF;--rose: #D4A290;--rose-light: #F0D5CC;--border: #DDE5D8;--border-light: #EDF1E9;--gold: #B8960C;--gold-light: #D4AF37;--gold-pale: rgba(184,150,12,.07);--trust-blue: #2D6A9F;--trust-blue-pale: rgba(45,106,159,.07);--urgency: #C45D3E;--font-heading: "Spectral", "Georgia", serif;--font-body: "Figtree", "Helvetica Neue", sans-serif;--text-xs: .6875rem;--text-sm: .8125rem;--text-base: .9375rem;--text-lg: 1.125rem;--text-xl: 1.5rem;--text-2xl: clamp(1.75rem, 3.5vw, 2.375rem);--text-3xl: clamp(2.25rem, 5vw, 3.5rem);--radius-sm: 3px;--radius: 5px;--radius-lg: 8px;--radius-xl: 12px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(42,59,41,.05);--shadow: 0 2px 6px rgba(42,59,41,.06);--shadow-lg: 0 8px 20px rgba(42,59,41,.08);--ease: cubic-bezier(.25,.46,.45,.94);--ease-out: cubic-bezier(.165,.84,.44,1);--transition: .26s var(--ease);--transition-slow: .42s var(--ease-out);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--space-4xl: 96px;--container: 1180px;--container-narrow: 780px;--gap: var(--space-lg);--section-y: clamp(var(--space-2xl), 8vw, var(--space-4xl))}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-body);font-size:var(--text-base);line-height:1.6;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;letter-spacing:.005em}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400;line-height:1.15;margin:0;letter-spacing:-.01em}p{margin:0 0 1em}ul,ol{margin:0;padding:0;list-style:none}input,select,textarea{font-family:inherit;font-size:inherit}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}.container--narrow{max-width:var(--container-narrow)}.section{padding:var(--section-y) 0}.section--sage{background:var(--sage-pale)}.section--mist{background:var(--sage-mist)}.section--petal{background:var(--petal)}.section--forest{background:var(--forest);color:var(--white)}.section__eyebrow{font-family:var(--font-body);font-size:var(--text-xs);font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);margin-bottom:var(--space-sm)}.section--forest .section__eyebrow{color:var(--sage-light)}.section__title{font-size:var(--text-2xl);font-weight:400;margin-bottom:var(--space-md)}.section__subtitle{font-size:var(--text-base);color:var(--text-light);max-width:50ch;line-height:1.7}.section--forest .section__subtitle{color:#fbfdf9a6}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;font-size:var(--text-xs);font-weight:500;letter-spacing:.1em;text-transform:uppercase;border:none;border-radius:var(--radius);transition:var(--transition);position:relative}.btn--primary{background:var(--forest);color:var(--white)}.btn--primary:hover{background:#4a6b46}.btn--outline{background:transparent;border:1px solid var(--forest);color:var(--forest)}.btn--outline:hover{background:var(--forest);color:var(--white)}.btn--white{background:var(--white);color:var(--forest)}.btn--white:hover{background:var(--sage-pale)}.btn--full{width:100%}.btn--lg{padding:.9rem 2.25rem;font-size:var(--text-sm)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.header{position:sticky;top:0;z-index:100;background:#fbfdf9e0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);transition:var(--transition)}.header.scrolled{box-shadow:var(--shadow-sm);border-color:transparent}.header__inner{display:flex;align-items:center;justify-content:space-between;height:60px}.header__logo{font-family:var(--font-heading);font-size:1.35rem;font-weight:400;color:var(--forest);letter-spacing:.01em}.header__logo span{color:var(--sage)}.header__nav{display:flex;gap:2.25rem}.header__nav a{font-size:var(--text-xs);font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-light);transition:var(--transition);position:relative}.header__nav a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--sage);transition:var(--transition)}.header__nav a:hover{color:var(--forest)}.header__nav a:hover:after{width:100%}.header__actions{display:flex;align-items:center;gap:1rem}.header__cart{position:relative;background:none;border:none;padding:.25rem;color:var(--forest)}.header__cart svg{width:22px;height:22px}.header__cart-count{position:absolute;top:-4px;right:-6px;width:18px;height:18px;border-radius:50%;background:var(--sage);color:var(--white);font-size:.65rem;font-weight:600;display:flex;align-items:center;justify-content:center}.header__menu-btn{display:none;background:none;border:none;padding:.25rem;color:var(--forest)}.header__menu-btn svg{width:24px;height:24px}@media(max-width:768px){.header__nav{display:none}.header__menu-btn{display:block}}.mobile-nav{position:fixed;top:0;left:0;width:100%;height:100%;z-index:200;pointer-events:none;opacity:0;transition:var(--transition)}.mobile-nav.open{pointer-events:auto;opacity:1}.mobile-nav__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2a3b2933}.mobile-nav__panel{position:absolute;top:0;right:0;width:min(320px,85vw);height:100%;background:var(--white);padding:2rem 1.5rem;transform:translate(100%);transition:var(--transition-slow)}.mobile-nav.open .mobile-nav__panel{transform:translate(0)}.mobile-nav__close{background:none;border:none;padding:.25rem;color:var(--forest);margin-bottom:2rem}.mobile-nav__close svg{width:24px;height:24px}.mobile-nav__links{display:flex;flex-direction:column}.mobile-nav__links a{padding:.75rem 0;font-size:var(--text-sm);font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text);border-bottom:1px solid var(--border-light)}.hero{position:relative;min-height:clamp(420px,70vh,680px);display:flex;align-items:center;overflow:hidden}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,rgba(42,59,41,.7) 0%,rgba(42,59,41,.35) 50%,transparent 100%)}.hero__content{position:relative;z-index:2;max-width:520px;color:var(--white)}.hero__eyebrow{font-size:var(--text-xs);font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--sage-light);margin-bottom:var(--space-md)}.hero__title{font-size:var(--text-3xl);font-weight:300;line-height:1.1;margin-bottom:var(--space-md);letter-spacing:-.015em}.hero__subtitle{font-size:var(--text-base);line-height:1.7;color:#fbfdf9b8;margin-bottom:var(--space-xl);max-width:38ch}.hero__actions{display:flex;gap:.75rem;flex-wrap:wrap}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--gap)}.product-card{background:var(--white);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border-light);transition:var(--transition)}.product-card:hover{border-color:var(--border)}.product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:var(--sage-mist)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:var(--transition-slow)}.product-card:hover .product-card__media img{transform:scale(1.02)}.product-card__badge{position:absolute;top:var(--space-sm);left:var(--space-sm);padding:.2rem .5rem;font-size:var(--text-xs);font-weight:600;letter-spacing:.04em;text-transform:uppercase;background:var(--rose);color:var(--white);border-radius:var(--radius)}.product-card__body{padding:var(--space-md)}.product-card__vendor{font-size:var(--text-xs);font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);margin-bottom:var(--space-xs)}.product-card__title{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:400;margin-bottom:var(--space-xs)}.product-card__price{font-size:var(--text-base);font-weight:500;color:var(--forest)}.product-card__price s{color:var(--text-light);font-weight:400;margin-left:.35rem;font-size:var(--text-sm)}.product-card__atc{display:block;width:100%;margin-top:var(--space-sm);padding:.6rem;font-size:var(--text-xs);font-weight:500;letter-spacing:.1em;text-transform:uppercase;background:var(--forest);color:var(--white);border:none;border-radius:var(--radius);transition:var(--transition)}.product-card__atc:hover{background:#4a6b46}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}.story-grid--reverse .story__media{order:2}.story__media{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5}.story__media img{width:100%;height:100%;object-fit:cover}.story__body{max-width:44ch}.story__text{font-size:var(--text-base);color:var(--text-light);line-height:1.75;margin-bottom:var(--space-lg)}.story__quote{font-family:var(--font-heading);font-size:var(--text-lg);font-style:italic;color:var(--forest);padding:0;margin:var(--space-lg) 0;line-height:1.55;position:relative;padding-left:var(--space-xl)}.story__quote:before{content:"\201c";position:absolute;left:0;top:-.15em;font-family:var(--font-heading);font-size:3rem;font-style:normal;color:var(--sage-light);line-height:1}@media(max-width:768px){.story-grid{grid-template-columns:1fr}.story-grid--reverse .story__media{order:0}}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-xl) var(--space-2xl)}.benefit{display:flex;gap:var(--space-md);align-items:flex-start}.benefit__icon{width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--sage);margin-top:2px}.benefit__icon svg{width:20px;height:20px}.benefit__title{font-family:var(--font-heading);font-size:var(--text-lg);margin-bottom:var(--space-xs)}.benefit__text{font-size:var(--text-sm);color:var(--text-light);line-height:1.6;max-width:36ch}@media(max-width:600px){.benefits-grid{grid-template-columns:1fr}}.botanical{position:relative;min-height:360px;display:flex;align-items:center;overflow:hidden}.botanical__bg{position:absolute;top:0;right:0;bottom:0;left:0}.botanical__bg img{width:100%;height:100%;object-fit:cover}.botanical__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#3d5a3a8c}.botanical__content{position:relative;z-index:2;text-align:center;color:var(--white);max-width:560px;margin:0 auto;padding:var(--section-y) 0}.botanical__title{font-size:var(--text-2xl);font-weight:400;margin-bottom:var(--space-sm)}.botanical__text{font-size:var(--text-base);color:#fbfdf9b8;line-height:1.7;margin-bottom:var(--space-lg)}.reviews-header{display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-xl)}.reviews-score{font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:400;color:var(--forest);line-height:1}.reviews-stars{display:flex;gap:1px;color:var(--sage)}.reviews-stars svg{width:12px;height:12px}.reviews-count{font-size:var(--text-sm);color:var(--text-light);margin-top:2px}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:0}.review-card{background:transparent;border:none;border-bottom:1px solid var(--border-light);border-radius:0;padding:var(--space-lg) 0}.review-card:last-child{border-bottom:none}.review-card__stars{display:flex;gap:1px;color:var(--sage);margin-bottom:var(--space-sm)}.review-card__stars svg{width:11px;height:11px}.review-card__text{font-size:var(--text-base);line-height:1.65;color:var(--text);margin-bottom:var(--space-md)}.review-card__author{display:flex;align-items:center;gap:var(--space-sm)}.review-card__avatar{width:30px;height:30px;border-radius:50%;background:var(--sage-pale);color:var(--forest);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:var(--text-sm);font-weight:500}.review-card__name{font-size:var(--text-sm);font-weight:500}.review-card__date{font-size:var(--text-xs);color:var(--text-light)}.faq-list{max-width:680px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-item__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-md) 0;background:none;border:none;font-family:var(--font-body);font-size:var(--text-base);font-weight:500;color:var(--text);text-align:left}.faq-item__icon{width:18px;height:18px;flex-shrink:0;transition:transform var(--transition-slow);color:var(--sage)}.faq-item.open .faq-item__icon{transform:rotate(45deg)}.faq-item__a{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--transition-slow)}.faq-item.open .faq-item__a{grid-template-rows:1fr}.faq-item__a-inner{overflow:hidden;padding:0;font-size:var(--text-sm);color:var(--text-light);line-height:1.7}.faq-item.open .faq-item__a-inner{padding-bottom:var(--space-md)}.newsletter__form{display:flex;gap:var(--space-sm);max-width:420px}.newsletter__input{flex:1;padding:.7rem 1rem;border:1px solid rgba(251,253,249,.2);border-radius:var(--radius);background:#fbfdf914;color:var(--white);font-size:var(--text-sm);transition:var(--transition);outline:none}.newsletter__input:focus{border-color:var(--sage-light)}.newsletter__input::placeholder{color:#fbfdf973}.section--forest .newsletter__input{background:#fbfdf914;border-color:#fbfdf92e;color:var(--white)}.section--forest .newsletter__input::placeholder{color:#fbfdf973}.section--forest .newsletter__input:focus{border-color:var(--sage-light)}@media(max-width:480px){.newsletter__form{flex-direction:column}}.footer{background:var(--forest);color:#ffffffb3;padding:clamp(3rem,6vw,4.5rem) 0 0}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:clamp(1.5rem,4vw,3rem)}.footer__brand-text{font-size:var(--text-sm);line-height:1.7;margin-top:var(--space-md);max-width:30ch}.footer__heading{font-family:var(--font-body);font-size:var(--text-xs);font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#fbfdf959;margin-bottom:var(--space-md)}.footer__links a{display:block;padding:.3rem 0;font-size:var(--text-sm);transition:var(--transition)}.footer__links a:hover{color:var(--white)}.footer__social{display:flex;gap:.5rem;margin-top:1rem}.footer__social a{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;transition:var(--transition)}.footer__social a:hover{background:#ffffff1a;border-color:#ffffff4d}.footer__social svg{width:16px;height:16px}.footer__badges{margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid rgba(251,253,249,.08);text-align:center}.footer__payment-icons{display:flex;justify-content:center;gap:var(--space-sm);flex-wrap:wrap}.footer__payment-icons svg{height:26px;width:auto;opacity:.45;transition:opacity var(--transition)}.footer__payment-icons svg:hover{opacity:.7}.footer__bottom{margin-top:var(--space-lg);padding:var(--space-md) 0;border-top:1px solid rgba(251,253,249,.06);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-md);font-size:var(--text-xs)}.footer__trust-badges{display:flex;gap:var(--space-lg);flex-wrap:wrap}.footer__trust-badges span{display:flex;align-items:center;gap:var(--space-xs);color:#fbfdf980;font-size:var(--text-xs)}.footer__trust-badges svg{width:14px;height:14px;color:var(--sage-light);opacity:.6}@media(max-width:600px){.footer__bottom{flex-direction:column;text-align:center}.footer__trust-badges{justify-content:center}}@media(max-width:768px){.footer__grid{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1 / -1}}@media(max-width:480px){.footer__grid{grid-template-columns:1fr}}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:start;padding-top:2rem}.product-gallery{position:sticky;top:80px}.product-gallery__main{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;background:var(--sage-mist);margin-bottom:.75rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.5rem}.product-gallery__thumb{width:64px;height:64px;border-radius:var(--radius);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:var(--transition);opacity:.6}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:var(--sage);opacity:1}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__breadcrumb{font-size:var(--text-xs);color:var(--text-light);letter-spacing:.04em;margin-bottom:var(--space-sm)}.product-info__breadcrumb a:hover{color:var(--forest)}.product-info__breadcrumb span{margin:0 .35rem;opacity:.4}.product-info__title{font-size:var(--text-2xl);font-weight:400;margin-bottom:var(--space-sm)}.product-info__price-row{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.25rem}.product-info__price{font-size:var(--text-xl);font-weight:500;color:var(--forest)}.product-info__compare{font-size:var(--text-base);color:var(--text-light);text-decoration:line-through}.product-info__desc{font-size:var(--text-base);color:var(--text-light);line-height:1.7;margin-bottom:var(--space-lg)}.product-option{margin-bottom:1.25rem}.product-option__label{font-size:var(--text-xs);font-weight:500;letter-spacing:.08em;text-transform:uppercase;margin-bottom:var(--space-sm)}.product-option__values{display:flex;flex-wrap:wrap;gap:.5rem}.product-option__btn{padding:.5rem 1rem;font-size:.8rem;border:1.5px solid var(--border);border-radius:var(--radius);background:var(--white);transition:var(--transition)}.product-option__btn:hover{border-color:var(--sage)}.product-option__btn.active{border-color:var(--forest);background:var(--forest);color:var(--white)}.product-qty{display:inline-flex;align-items:center;border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:1.25rem}.product-qty button{width:38px;height:38px;background:none;border:none;font-size:1rem;color:var(--text);display:flex;align-items:center;justify-content:center}.product-qty input{width:44px;height:38px;text-align:center;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);font-size:.85rem;background:none;outline:none;-moz-appearance:textfield}.product-qty input::-webkit-inner-spin-button,.product-qty input::-webkit-outer-spin-button{-webkit-appearance:none}.product-info__atc{width:100%;padding:.9rem;font-size:var(--text-xs);font-weight:600;letter-spacing:.1em;text-transform:uppercase;background:var(--forest);color:var(--white);border:none;border-radius:var(--radius);transition:var(--transition);margin-bottom:var(--space-sm)}.product-info__atc:hover{background:#4a6b46}.product-info__atc:disabled{opacity:.5;cursor:not-allowed}.product-trust{display:flex;gap:1.5rem;padding-top:1rem;border-top:1px solid var(--border-light);margin-top:.5rem}.product-trust__item{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--text-light)}.product-trust__item svg{width:16px;height:16px;color:var(--sage);flex-shrink:0}.product-tabs{margin-top:2rem}.product-tabs__nav{display:flex;border-bottom:1px solid var(--border)}.product-tabs__btn{padding:.75rem 1.25rem;font-size:var(--text-xs);font-weight:500;letter-spacing:.08em;text-transform:uppercase;background:none;border:none;border-bottom:1px solid transparent;color:var(--text-light);transition:var(--transition);margin-bottom:-1px}.product-tabs__btn.active{color:var(--forest);border-bottom-color:var(--sage)}.product-tabs__panel{display:none;padding:1.25rem 0;font-size:.9rem;color:var(--text-light);line-height:1.7}.product-tabs__panel.active{display:block}@media(max-width:768px){.product-page{grid-template-columns:1fr}.product-gallery{position:static}.product-trust{flex-wrap:wrap}}.collection-header{text-align:center;padding:var(--space-xl) 0 var(--space-md)}.collection-header__title{font-size:var(--text-2xl);font-weight:400}.collection-header__count{font-size:var(--text-sm);color:var(--text-light);margin-top:var(--space-xs)}.cart-page__title{font-size:var(--text-2xl);font-weight:400;text-align:center;margin-bottom:var(--space-xl)}.cart-empty{text-align:center;padding:var(--space-3xl) 0;color:var(--text-light)}.cart-empty p{margin-bottom:var(--space-lg);font-size:var(--text-base)}.cart-cards{display:grid;gap:var(--space-md);margin-bottom:var(--space-xl)}.cart-card{display:flex;gap:var(--space-md);padding:var(--space-md);background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-lg);transition:var(--transition)}.cart-card__media{width:96px;height:96px;border-radius:var(--radius);overflow:hidden;background:var(--sage-mist);flex-shrink:0}.cart-card__media img{width:100%;height:100%;object-fit:cover}.cart-card__body{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-card__row{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-sm)}.cart-card__row--bottom{align-items:center;margin-top:var(--space-sm)}.cart-card__title{font-family:var(--font-heading);font-size:1.05rem;font-weight:400;color:var(--text);display:block}.cart-card__title:hover{color:var(--forest)}.cart-card__variant{font-size:.8rem;color:var(--text-light);margin-top:.15rem}.cart-card__price{font-size:1rem;font-weight:500;color:var(--forest);text-align:right}.cart-card__price s{display:block;color:var(--text-light);font-weight:400;font-size:.8rem;margin-top:.1rem}.cart-card__remove{background:none;border:none;font-size:.75rem;color:var(--text-light);text-decoration:underline;padding:0}.cart-card__remove:hover{color:var(--rose)}@media(max-width:480px){.cart-card{flex-direction:column}.cart-card__media{width:100%;height:auto;aspect-ratio:16/10}.cart-card__row{flex-wrap:wrap}}.product-qty--sm button{width:32px;height:32px;font-size:.9rem}.product-qty--sm input{width:40px;height:32px;font-size:.8rem}.cart-summary{max-width:420px;margin-left:auto;background:var(--sage-mist);border-radius:var(--radius-lg);padding:var(--space-lg)}.cart-summary__free{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--trust-blue-pale);border-radius:var(--radius);margin-bottom:var(--space-md);font-size:var(--text-sm);color:var(--trust-blue);font-weight:500}.cart-summary__free svg{width:16px;height:16px;flex-shrink:0}.cart-summary__free--success{background:#7b9e6b1f;color:var(--forest)}.cart-summary__savings{padding:var(--space-sm) var(--space-md);background:var(--gold-pale);border:1px solid rgba(184,150,12,.12);border-radius:var(--radius);margin-bottom:var(--space-md);font-size:var(--text-sm);color:var(--gold);font-weight:500}.cart-summary__row{display:flex;justify-content:space-between;align-items:baseline;padding:var(--space-md) 0;border-top:1px solid var(--border);font-size:1.1rem;font-weight:500}.cart-summary__note{font-size:.75rem;color:var(--text-light);margin-bottom:var(--space-md)}.cart-summary__checkout{margin-bottom:var(--space-md)}.cart-summary__trust{display:flex;justify-content:center;gap:var(--space-md);font-size:var(--text-xs);color:var(--text-light)}.cart-summary__trust span{display:flex;align-items:center;gap:var(--space-xs)}.cart-summary__trust svg{width:12px;height:12px;color:var(--trust-blue);flex-shrink:0}@media(max-width:768px){.cart-summary{max-width:100%;margin-left:0}}.cart-drawer{position:fixed;top:0;right:0;width:min(400px,90vw);height:100%;z-index:300;background:var(--white);transform:translate(100%);transition:var(--transition-slow);display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:299;background:#2a3b2933;opacity:0;pointer-events:none;transition:var(--transition)}.cart-drawer__overlay.open{opacity:1;pointer-events:auto}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-light)}.cart-drawer__title{font-family:var(--font-heading);font-size:1.2rem;font-weight:400}.cart-drawer__close{background:none;border:none;padding:.25rem;color:var(--text)}.cart-drawer__close svg{width:20px;height:20px}.cart-drawer__items{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-drawer__item{display:flex;gap:1rem;padding:.75rem 0}.cart-drawer__item+.cart-drawer__item{border-top:1px solid var(--border-light)}.cart-drawer__item-img{width:64px;height:64px;border-radius:var(--radius);overflow:hidden;background:var(--sage-mist);flex-shrink:0}.cart-drawer__item-img img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-title{font-family:var(--font-heading);font-size:.95rem}.cart-drawer__item-price{font-size:.85rem;font-weight:500;color:var(--forest);margin-top:.15rem}.cart-drawer__item-qty{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);margin-top:.35rem}.cart-drawer__item-qty button{width:28px;height:28px;background:none;border:none;font-size:.85rem;color:var(--text);display:flex;align-items:center;justify-content:center}.cart-drawer__item-qty span{padding:0 .5rem;font-size:.8rem;min-width:24px;text-align:center}.cart-drawer__item-remove{background:none;border:none;font-size:.7rem;color:var(--text-light);text-decoration:underline;padding:0;margin-top:.25rem}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border)}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:500;margin-bottom:.5rem}.cart-drawer__note{font-size:.75rem;color:var(--text-light);margin-bottom:1rem}.cart-drawer__checkout{display:block;text-align:center;width:100%;padding:.85rem;background:var(--forest);color:var(--white);border:none;border-radius:var(--radius);font-size:var(--text-xs);font-weight:600;letter-spacing:.1em;text-transform:uppercase;transition:var(--transition)}.cart-drawer__checkout:hover{background:#4a6b46}.cart-drawer__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-light);font-size:.9rem;gap:1rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--gap)}.blog-card__media{aspect-ratio:16/10;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:1rem}.blog-card__media img{width:100%;height:100%;object-fit:cover}.blog-card__date{font-size:var(--text-xs);color:var(--text-light);letter-spacing:.04em;margin-bottom:var(--space-xs)}.blog-card__title{font-family:var(--font-heading);font-size:var(--text-lg);margin-bottom:var(--space-xs)}.blog-card__excerpt{font-size:var(--text-sm);color:var(--text-light);line-height:1.65}.article__header{text-align:center;margin-bottom:var(--space-xl)}.article__title{font-size:var(--text-2xl);font-weight:400;margin-bottom:var(--space-sm)}.article__meta{font-size:var(--text-sm);color:var(--text-light)}.article__body{max-width:65ch;margin:0 auto;font-size:var(--text-base);line-height:1.8}.article__body h2{font-size:var(--text-xl);margin:var(--space-xl) 0 var(--space-md)}.article__body h3{font-size:var(--text-lg);margin:var(--space-lg) 0 var(--space-sm)}.article__body img{border-radius:var(--radius);margin:var(--space-lg) 0}.page__title{font-size:var(--text-2xl);font-weight:400;text-align:center;margin-bottom:var(--space-xl)}.page__body{max-width:65ch;margin:0 auto;font-size:var(--text-base);line-height:1.8}.reveal{opacity:0;transform:translateY(12px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal:nth-child(2){transition-delay:80ms}.reveal:nth-child(3){transition-delay:.16s}.reveal:nth-child(4){transition-delay:.24s}.reveal:nth-child(5){transition-delay:.3s}.reveal:nth-child(6){transition-delay:.36s}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.page-404{text-align:center;padding:var(--space-4xl) 0}.page-404__title{font-family:var(--font-heading);font-size:var(--text-3xl);font-weight:300;margin-bottom:var(--space-sm)}.page-404__text{color:var(--text-light);margin-bottom:var(--space-xl)}.hero__social-proof{display:flex;align-items:center;gap:.65rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.15)}.hero__avatars{display:flex}.hero__avatars span{width:28px;height:28px;border-radius:50%;background:var(--sage);border:2px solid rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:600;color:var(--white);margin-right:-8px}.hero__avatars span:last-child{margin-right:0}.hero__proof-text{font-size:var(--text-sm);color:#fbfdf9a6;line-height:1.4}.hero__proof-text strong{color:var(--white);font-weight:500}.product-info__anchoring{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.product-info__anchor-price{font-size:var(--text-lg);color:var(--text-light);text-decoration:line-through;font-weight:400}.product-info__save-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:var(--text-xs);font-weight:600;letter-spacing:.04em;text-transform:uppercase;background:var(--gold-pale);color:var(--gold);border-radius:var(--radius);border:1px solid rgba(184,150,12,.12)}.product-info__urgency{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:#c45d3e0a;border:1px solid rgba(196,93,62,.1);border-radius:var(--radius);margin-bottom:var(--space-md);font-size:var(--text-sm);color:var(--urgency);font-weight:500}.product-info__urgency svg{width:14px;height:14px;flex-shrink:0}.product-info__social-proof{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);font-size:var(--text-sm);color:var(--text-light)}.product-info__social-proof svg{width:13px;height:13px;color:var(--sage);flex-shrink:0}.product-info__social-proof strong{color:var(--text);font-weight:500}.product-trust__item svg{color:var(--trust-blue)}.cart-drawer__urgency{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:#c45d3e0a;border-radius:var(--radius);margin-bottom:var(--space-sm);font-size:var(--text-xs);color:var(--urgency);font-weight:500}.cart-drawer__urgency svg{width:13px;height:13px;flex-shrink:0}.cart-drawer__free-shipping{padding:var(--space-sm) var(--space-md);background:var(--trust-blue-pale);border-radius:var(--radius);margin-bottom:var(--space-sm);font-size:var(--text-xs);color:var(--trust-blue);font-weight:500;text-align:center}.cart-drawer__trust-row{display:flex;justify-content:center;gap:var(--space-md);margin-top:var(--space-sm);font-size:var(--text-xs);color:var(--text-light)}.cart-drawer__trust-row span{display:flex;align-items:center;gap:var(--space-xs)}.cart-drawer__trust-row svg{width:11px;height:11px;color:var(--trust-blue)}.product-card__popularity{font-size:var(--text-xs);color:var(--text-light);margin-top:var(--space-xs)}.product-card__popularity strong{color:var(--sage);font-weight:500}.reviews-social-bar{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--sage-pale);border:none;border-radius:var(--radius);margin-bottom:var(--space-xl);font-size:var(--text-sm);color:var(--text)}.reviews-social-bar svg{width:14px;height:14px;color:var(--sage);flex-shrink:0}.reviews-social-bar strong{font-weight:600;color:var(--forest)}.review-card__verified{font-size:var(--text-xs);color:var(--trust-blue);font-weight:500;display:flex;align-items:center;gap:2px;margin-top:2px}.review-card__verified svg{width:10px;height:10px}.newsletter__incentive{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .6rem;background:#fbfdf91a;border:1px solid rgba(251,253,249,.15);border-radius:var(--radius);font-size:var(--text-xs);font-weight:500;color:#fbfdf9d9;letter-spacing:.04em;text-transform:uppercase;margin-bottom:var(--space-md)}
/*# sourceMappingURL=/cdn/shop/t/8/assets/base.css.map */
