@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--green-deep: #2d5a3d;--green-mid: #4a7c5f;--green-light: #a8c5b0;--green-pale: #e8f0ea;--green-soft: #f2f7f3;--cream: #faf8f4;--white: #ffffff;--charcoal: #1e1e1e;--muted: #6b7c6e;--gold: #c8a96e;--pink-soft: #f9ece8;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", sans-serif;--radius: 12px;--radius-lg: 24px;--radius-xl: 40px;--transition: .3s cubic-bezier(.4, 0, .2, 1);--shadow: 0 4px 24px rgba(45, 90, 61, .1);--shadow-lg: 0 12px 48px rgba(45, 90, 61, .16)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--charcoal);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}input,select,button,textarea{font-family:inherit}.announcement-bar{background:var(--green-deep);color:var(--white);text-align:center;padding:10px 20px;font-size:12px;letter-spacing:.12em;font-weight:500;text-transform:uppercase}.site-header{background:var(--white);border-bottom:1px solid var(--green-pale);position:sticky;top:0;z-index:100;box-shadow:0 2px 20px #2d5a3d0f}.header-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:72px;display:flex;align-items:center;justify-content:space-between}.header-logo{font-family:var(--font-display);font-size:28px;font-weight:500;color:var(--green-deep);letter-spacing:.04em}.header-logo img{height:44px;width:auto}.header-nav ul{display:flex;align-items:center;gap:32px}.header-nav a{font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:500;color:var(--muted);transition:color var(--transition)}.header-nav a:hover{color:var(--green-deep)}.cart-link{position:relative;display:flex;align-items:center}.cart-count{background:var(--green-deep);color:var(--white);border-radius:50%;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;position:absolute;top:-8px;right:-10px}.mobile-menu-toggle{display:none}.mobile-menu-toggle button{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px;padding:4px}.mobile-menu-toggle button span{display:block;width:22px;height:2px;background:var(--charcoal);border-radius:2px;transition:var(--transition)}.mobile-nav{display:none;background:var(--white);border-top:1px solid var(--green-pale);padding:20px 24px}.mobile-nav.is-open{display:block}.mobile-nav ul{display:flex;flex-direction:column;gap:16px}.mobile-nav a{font-size:15px;font-weight:500;color:var(--charcoal)}.hero{min-height:94vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--green-soft) 0%,#e8f2eb 50%,var(--cream) 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(168,197,176,.3) 0%,transparent 70%);top:-100px;right:-100px;border-radius:50%;pointer-events:none}.hero:after{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(45,90,61,.06) 0%,transparent 70%);bottom:-80px;left:-80px;border-radius:50%;pointer-events:none}.hero-inner{max-width:1200px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;position:relative;z-index:1;width:100%}.hero-content{animation:fadeUp .9s ease both}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--white);border:1px solid var(--green-light);color:var(--green-deep);font-size:11px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;padding:6px 14px;border-radius:100px;margin-bottom:20px}.hero-eyebrow:before{content:"";width:6px;height:6px;background:var(--green-deep);border-radius:50%}.hero-title{font-family:var(--font-display);font-size:clamp(44px,5.5vw,72px);font-weight:300;line-height:1.1;color:var(--charcoal);margin-bottom:20px;letter-spacing:-.01em}.hero-title em{font-style:italic;color:var(--green-deep)}.hero-subtitle{font-size:17px;color:var(--muted);max-width:440px;margin-bottom:32px;line-height:1.75}.hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:36px}.badge{background:var(--white);border:1px solid var(--green-light);color:var(--green-deep);font-size:12px;font-weight:500;padding:6px 14px;border-radius:100px;letter-spacing:.03em}.hero-cta{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.hero-image-wrap{position:relative;display:flex;justify-content:center;align-items:center;animation:fadeUp .9s .2s ease both}.hero-image-blob{position:absolute;width:90%;height:90%;background:radial-gradient(ellipse,rgba(168,197,176,.4) 0%,transparent 70%);border-radius:50%;z-index:0}.hero-image-wrap img{position:relative;z-index:1;max-height:560px;object-fit:contain;filter:drop-shadow(0 20px 48px rgba(45,90,61,.18));transition:transform .6s ease}.hero-image-wrap:hover img{transform:translateY(-8px) rotate(1deg)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:100px;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:2px solid transparent;transition:all var(--transition);white-space:nowrap}.btn--primary{background:var(--green-deep);color:var(--white);border-color:var(--green-deep);box-shadow:var(--shadow)}.btn--primary:hover{background:var(--green-mid);border-color:var(--green-mid);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn--outline{background:transparent;color:var(--green-deep);border-color:var(--green-deep)}.btn--outline:hover{background:var(--green-pale);transform:translateY(-2px)}.btn--gold{background:var(--gold);color:var(--white);border-color:var(--gold)}.btn--gold:hover{background:#b8995e;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn--full{width:100%}.btn--disabled{background:#ccc;border-color:#ccc;color:#888;cursor:not-allowed}.trust-strip{background:var(--green-deep);padding:18px 0}.trust-strip__inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-around;flex-wrap:wrap;gap:16px}.trust-item{display:flex;align-items:center;gap:10px;color:#ffffffe6;font-size:13px;font-weight:500;letter-spacing:.05em}.trust-item__icon{font-size:18px}.bundle-section{padding:100px 0;background:var(--white)}.bundle-inner{max-width:1200px;margin:0 auto;padding:0 24px}.section-header{text-align:center;max-width:600px;margin:0 auto 60px}.section-eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--green-deep);font-weight:600;margin-bottom:12px;display:block}.section-title{font-family:var(--font-display);font-size:clamp(32px,4vw,48px);font-weight:400;line-height:1.2;color:var(--charcoal);margin-bottom:14px}.section-title em{font-style:italic;color:var(--green-deep)}.section-subtitle{font-size:16px;color:var(--muted);line-height:1.7}.bundle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.bundle-card{border:2px solid var(--green-pale);border-radius:var(--radius-lg);padding:32px 24px;text-align:center;position:relative;transition:all var(--transition);background:var(--cream)}.bundle-card:hover{border-color:var(--green-deep);transform:translateY(-6px);box-shadow:var(--shadow-lg)}.bundle-card--featured{border-color:var(--green-deep);background:var(--green-soft)}.bundle-card__badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--green-deep);color:var(--white);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 16px;border-radius:100px;white-space:nowrap}.bundle-card__image{height:140px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.bundle-card__image img{max-height:140px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(45,90,61,.15))}.bundle-card__name{font-family:var(--font-display);font-size:22px;font-weight:500;margin-bottom:6px;color:var(--charcoal)}.bundle-card__desc{font-size:13px;color:var(--muted);margin-bottom:16px;line-height:1.6}.bundle-card__price{font-size:28px;font-weight:700;color:var(--green-deep);margin-bottom:4px}.bundle-card__compare{font-size:14px;color:var(--muted);text-decoration:line-through;margin-bottom:20px}.bundle-card__perks{display:flex;flex-direction:column;gap:8px;margin-bottom:24px;text-align:left}.bundle-perk{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--charcoal)}.bundle-perk:before{content:"\2713";color:var(--green-deep);font-weight:700;flex-shrink:0}.how-it-works{padding:100px 0;background:var(--green-soft)}.steps-grid{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.step-card{text-align:center;padding:32px 20px;background:var(--white);border-radius:var(--radius-lg);position:relative;border:1px solid var(--green-pale);transition:transform var(--transition),box-shadow var(--transition)}.step-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.step-number{width:48px;height:48px;background:var(--green-deep);color:var(--white);border-radius:50%;font-family:var(--font-display);font-size:22px;font-weight:500;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.step-icon{font-size:32px;margin-bottom:12px}.step-card h3{font-family:var(--font-display);font-size:20px;font-weight:500;margin-bottom:8px;color:var(--charcoal)}.step-card p{font-size:14px;color:var(--muted);line-height:1.6}.benefits-section{padding:100px 0;background:var(--white)}.benefits-layout{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.benefits-image{position:relative}.benefits-image img{width:100%;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.benefits-image__accent{position:absolute;bottom:-20px;right:-20px;width:120px;height:120px;background:var(--green-pale);border-radius:50%;z-index:-1}.benefits-list{display:flex;flex-direction:column;gap:20px;margin-top:32px}.benefit-item{display:flex;gap:16px;align-items:flex-start;padding:20px;background:var(--green-soft);border-radius:var(--radius);border:1px solid var(--green-pale);transition:background var(--transition)}.benefit-item:hover{background:var(--green-pale)}.benefit-icon{width:44px;height:44px;background:var(--green-deep);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.benefit-item h4{font-size:15px;font-weight:600;margin-bottom:4px;color:var(--charcoal)}.benefit-item p{font-size:13px;color:var(--muted);line-height:1.5}.before-after{padding:100px 0;background:var(--charcoal);color:var(--white)}.before-after .section-title{color:var(--white)}.before-after .section-eyebrow{color:var(--green-light)}.before-after .section-subtitle{color:#fff9}.before-after-grid{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.before-after-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:28px;transition:background var(--transition)}.before-after-card:hover{background:#a8c5b01f}.result-label{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--green-light);font-weight:600;margin-bottom:10px}.result-stat{font-family:var(--font-display);font-size:52px;font-weight:300;color:var(--white);line-height:1;margin-bottom:6px}.result-stat span{font-size:28px}.result-desc{font-size:14px;color:#ffffff8c;line-height:1.6}.ingredients-section{padding:100px 0;background:var(--cream)}.ingredients-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.ingredients-list{display:flex;flex-direction:column;gap:16px;margin-top:32px}.ingredient-item{display:flex;align-items:flex-start;gap:14px;padding:18px 20px;background:var(--white);border-radius:var(--radius);border:1px solid var(--green-pale);transition:border-color var(--transition),box-shadow var(--transition)}.ingredient-item:hover{border-color:var(--green-light);box-shadow:var(--shadow)}.ingredient-dot{width:10px;height:10px;background:var(--green-deep);border-radius:50%;flex-shrink:0;margin-top:5px}.ingredient-item h4{font-size:15px;font-weight:600;margin-bottom:3px;color:var(--charcoal)}.ingredient-item p{font-size:13px;color:var(--muted);line-height:1.5}.ingredients-visual img{width:100%;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.testimonials{padding:100px 0;background:var(--green-soft)}.testimonials-grid{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);padding:32px 28px;border:1px solid var(--green-pale);position:relative;transition:transform var(--transition),box-shadow var(--transition)}.testimonial-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.testimonial-card:before{content:'"';font-family:var(--font-display);font-size:80px;color:var(--green-pale);position:absolute;top:8px;left:20px;line-height:1}.stars{color:#f4a22d;letter-spacing:2px;font-size:14px;display:block;margin-bottom:12px}.testimonial-card p{font-size:15px;color:var(--charcoal);line-height:1.7;margin-bottom:20px;font-style:italic;padding-top:8px}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--green-pale);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--green-deep);font-size:15px}.testimonial-name{font-size:14px;font-weight:600;color:var(--charcoal)}.testimonial-verified{font-size:12px;color:var(--green-deep);font-weight:500}.newsletter-section{padding:100px 0;background:var(--green-deep);color:var(--white);position:relative;overflow:hidden}.newsletter-section:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);top:-200px;right:-100px;border-radius:50%}.newsletter-inner{max-width:560px;margin:0 auto;padding:0 24px;text-align:center;position:relative;z-index:1}.newsletter-inner .section-eyebrow{color:var(--green-light)}.newsletter-inner .section-title{color:var(--white)}.newsletter-inner .section-subtitle{color:#ffffffa6;margin-top:8px}.newsletter-form{display:flex;margin-top:28px;border-radius:100px;overflow:hidden;background:#ffffff1f;border:1px solid rgba(255,255,255,.2)}.newsletter-form input{flex:1;padding:14px 20px;background:transparent;border:none;font-size:14px;color:var(--white)}.newsletter-form input::placeholder{color:#ffffff80}.newsletter-form input:focus{outline:none}.newsletter-form .btn{border-radius:100px;padding:14px 24px;font-size:12px}.newsletter-note{font-size:12px;color:#ffffff73;margin-top:12px}.success-msg{color:var(--green-light);font-weight:600;margin-top:12px;font-size:14px}.error-msg{color:#ffb3b3;font-size:13px;margin-top:8px}.site-footer{background:#1a2e20;color:#ffffffa6;padding:60px 0 0}.footer-inner{max-width:1200px;margin:0 auto;padding:0 24px 60px;display:grid;grid-template-columns:1.5fr 2fr 1.5fr;gap:60px}.footer-logo{font-family:var(--font-display);font-size:28px;font-weight:500;color:var(--white);display:block;margin-bottom:14px}.footer-desc{font-size:14px;line-height:1.7;color:#ffffff73}.footer-links{display:flex;gap:48px}.footer-col h4{font-size:11px;letter-spacing:.15em;text-transform:uppercase;font-weight:600;color:var(--white);margin-bottom:16px}.footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-col a{font-size:14px;color:#ffffff73;transition:color var(--transition)}.footer-col a:hover{color:var(--green-light)}.footer-newsletter h4{font-size:11px;letter-spacing:.15em;text-transform:uppercase;font-weight:600;color:var(--white);margin-bottom:10px}.footer-newsletter p{font-size:13px;margin-bottom:14px;color:#ffffff73}.footer-newsletter .newsletter-input-wrap{display:flex;border-radius:100px;overflow:hidden;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.footer-newsletter input{flex:1;padding:10px 16px;background:transparent;border:none;font-size:13px;color:var(--white)}.footer-newsletter input::placeholder{color:#ffffff59}.footer-newsletter input:focus{outline:none}.footer-newsletter button{padding:10px 18px;background:var(--green-mid);border:none;color:var(--white);font-size:12px;font-weight:600;cursor:pointer;letter-spacing:.05em;text-transform:uppercase;transition:background var(--transition)}.footer-newsletter button:hover{background:var(--green-deep)}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding:20px 24px;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#ffffff4d}.payment-icon{height:22px;display:inline-block;margin-left:6px;opacity:.5}.product-page{padding:60px 0}.product-page__inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-gallery__main img{width:100%;border-radius:var(--radius-xl);margin-bottom:12px;box-shadow:var(--shadow-lg)}.product-gallery__thumbs{display:flex;gap:10px}.thumb{width:80px;height:80px;object-fit:cover;border-radius:var(--radius);cursor:pointer;border:2px solid transparent;transition:border-color var(--transition)}.thumb--active,.thumb:hover{border-color:var(--green-deep)}.product-vendor{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--green-deep);font-weight:600;margin-bottom:8px}.product-title{font-family:var(--font-display);font-size:42px;font-weight:400;line-height:1.2;margin-bottom:12px}.product-rating{display:flex;align-items:center;gap:8px;margin-bottom:16px}.product-price{font-size:28px;font-weight:700;color:var(--green-deep);margin-bottom:20px}.price--compare{font-size:18px;color:var(--muted);text-decoration:line-through;margin-left:10px;font-weight:400}.price--sale{color:var(--green-deep)}.product-option{margin-bottom:16px}.product-option label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.product-select{width:100%;padding:12px 16px;border:1.5px solid var(--green-light);border-radius:var(--radius);background:var(--white);font-size:14px;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232d5a3d' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer;transition:border-color var(--transition)}.product-select:focus{outline:none;border-color:var(--green-deep)}.product-variant-select{display:none}.product-qty label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px}.product-qty{margin-bottom:20px}.qty-control{display:flex;align-items:center;border:1.5px solid var(--green-light);border-radius:100px;overflow:hidden;background:var(--white);width:fit-content}.qty-btn{background:none;border:none;width:44px;height:44px;font-size:18px;cursor:pointer;color:var(--charcoal);display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.qty-btn:hover{background:var(--green-soft)}.qty-control input{width:52px;text-align:center;border:none;border-left:1px solid var(--green-light);border-right:1px solid var(--green-light);font-size:15px;font-weight:600;height:44px;background:var(--white)}.qty-control input:focus{outline:none}.product-guarantee{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);margin-top:16px}.product-description{margin-top:28px;padding-top:28px;border-top:1px solid var(--green-pale);font-size:15px;color:var(--muted);line-height:1.8}.collection-page{padding:60px 24px;max-width:1200px;margin:0 auto}.collection-header{margin-bottom:40px}.collection-header h1{font-family:var(--font-display);font-size:40px;font-weight:400;margin-bottom:10px}.collection-desc{font-size:16px;color:var(--muted);margin-bottom:10px}.collection-sort{display:flex;align-items:center;gap:10px;font-size:13px;justify-content:flex-end;margin-bottom:24px}.collection-sort select{padding:8px 14px;border:1.5px solid var(--green-light);border-radius:100px;font-size:13px;background:var(--white);cursor:pointer}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:28px}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--green-pale);transition:transform var(--transition),box-shadow var(--transition)}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.product-card__image-wrap{position:relative;overflow:hidden;background:var(--green-soft)}.product-card__image{width:100%;height:280px;object-fit:cover;transition:transform .5s ease}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease}.product-card:hover .product-card__image--primary{transform:scale(1.04)}.product-card:hover .product-card__image--secondary{opacity:1}.product-card__badge{position:absolute;top:12px;left:12px;padding:5px 12px;border-radius:100px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.product-card__badge--sale{background:var(--green-deep);color:var(--white)}.product-card__badge--sold-out{background:var(--charcoal);color:var(--white)}.product-card__info{padding:18px 20px 12px}.product-card__title{font-size:15px;font-weight:600;margin-bottom:6px}.product-card__price{font-size:15px;color:var(--green-deep);font-weight:700}.product-card__actions{padding:0 20px 20px}.btn--add-to-cart{width:100%;padding:12px;font-size:12px;border-radius:100px}.cart-page{padding:60px 24px;max-width:1100px;margin:0 auto}.cart-page h1{font-family:var(--font-display);font-size:40px;font-weight:400;margin-bottom:40px}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:20px;align-items:center;padding:24px 0;border-bottom:1px solid var(--green-pale)}.cart-item__image img{width:90px;height:90px;object-fit:cover;border-radius:var(--radius)}.cart-item__title{font-weight:600;font-size:15px;margin-bottom:4px}.cart-item__variant{font-size:13px;color:var(--muted);margin-bottom:8px}.cart-item__price{font-size:14px;color:var(--green-deep);font-weight:600;margin-bottom:12px}.cart-item__remove{font-size:12px;color:var(--muted);text-decoration:underline;cursor:pointer;display:inline-block;margin-top:10px}.cart-item__remove:hover{color:var(--green-deep)}.cart-item__total{font-weight:700;font-size:16px}.cart-summary{background:var(--green-soft);border-radius:var(--radius-lg);padding:32px;border:1px solid var(--green-pale);position:sticky;top:100px}.cart-summary h2{font-family:var(--font-display);font-size:24px;font-weight:400;margin-bottom:24px}.cart-subtotal{display:flex;justify-content:space-between;font-size:16px;font-weight:600;margin-bottom:10px}.cart-note{font-size:13px;color:var(--muted);margin-bottom:24px}.cart-summary .btn{margin-bottom:12px}.cart-empty{text-align:center;padding:80px 20px}.cart-empty p{font-size:18px;color:var(--muted);margin-bottom:24px}.page{max-width:800px;margin:0 auto;padding:60px 24px}.page h1{font-family:var(--font-display);font-size:40px;font-weight:400;margin-bottom:28px}.page__content{font-size:16px;line-height:1.8;color:var(--muted)}.page__content h2{font-family:var(--font-display);font-size:28px;margin:32px 0 16px;color:var(--charcoal)}.page__content p{margin-bottom:16px}.page__content a{color:var(--green-deep);text-decoration:underline}.account-page{max-width:480px;margin:0 auto;padding:60px 24px}.account-page h1{font-family:var(--font-display);font-size:36px;font-weight:400;margin-bottom:32px}.form-group{margin-bottom:18px}.form-group label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.form-group input{width:100%;padding:13px 16px;border:1.5px solid var(--green-light);border-radius:var(--radius);font-size:14px;transition:border-color var(--transition);background:var(--white)}.form-group input:focus{outline:none;border-color:var(--green-deep)}.account-links{text-align:center;margin-top:20px;font-size:14px;color:var(--muted)}.account-links a{color:var(--green-deep);font-weight:500}.form-errors{background:#fde8e8;border:1px solid #e88;border-radius:var(--radius);padding:14px;margin-bottom:20px;font-size:13px;color:#c44}.error-page{text-align:center;padding:100px 24px}.error-page h1{font-family:var(--font-display);font-size:120px;font-weight:300;color:var(--green-pale);line-height:1}.error-page h2{font-family:var(--font-display);font-size:32px;font-weight:400;margin-bottom:14px}.error-page p{color:var(--muted);margin-bottom:28px}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-pad{padding:80px 0}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media(max-width:960px){.hero-inner{grid-template-columns:1fr;text-align:center}.hero-eyebrow{margin:0 auto 20px}.hero-subtitle{margin:0 auto 28px}.hero-badges,.hero-cta{justify-content:center}.hero-image-wrap{order:-1;max-width:320px;margin:0 auto}.bundle-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.steps-grid{grid-template-columns:repeat(2,1fr)}.benefits-layout,.before-after-grid,.ingredients-inner{grid-template-columns:1fr}.testimonials-grid{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1fr;gap:40px}.cart-layout,.product-page__inner{grid-template-columns:1fr}}@media(max-width:640px){.header-nav--left{display:none}.mobile-menu-toggle{display:flex}.steps-grid,.testimonials-grid{grid-template-columns:1fr}.footer-links{flex-direction:column;gap:24px}.trust-strip__inner{flex-direction:column;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
