:root{--cream: #FAF7F2;--white: #FFFFFF;--forest: #ffa400;--sage: #88b040;--sage-light: #c8d89a;--warm-tan: #f26a4d;--tan-light: #fff3d6;--charcoal: #1E1E1E;--mid-gray: #6B6B6B;--light-gray: #E8E4DF;--red-urgency: #C0392B;--gold: #10b4d8;--radius: 2px;--transition: all .35s cubic-bezier(.25, .46, .45, .94)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--cream);color:var(--charcoal);overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none}.announcement-bar{background:var(--forest);color:#fff;text-align:center;padding:10px 20px;font-size:13px;font-weight:500;letter-spacing:.06em}.announcement-bar span{color:var(--gold);font-weight:600}.header-inner{max-width:1280px;margin:0 auto;padding:0 40px;height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{font-family:Playfair Display,serif;font-size:22px;font-weight:600;color:var(--forest);white-space:nowrap;letter-spacing:-.02em}.logo-img{height:44px;width:auto}.main-nav{display:flex;gap:32px;align-items:center}.main-nav a{font-size:14px;font-weight:500;color:var(--charcoal);letter-spacing:.02em;position:relative;padding-bottom:2px}.main-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--forest);transition:width .25s ease}.main-nav a:hover:after{width:100%}.header-actions{display:flex;gap:12px;align-items:center}.header-icon{color:var(--charcoal);display:flex;align-items:center}.btn-cart{display:flex;align-items:center;gap:8px;background:var(--forest);color:#fff;border:none;padding:10px 20px;border-radius:var(--radius);font-size:13px;font-weight:600;font-family:DM Sans,sans-serif;cursor:pointer;letter-spacing:.04em;transition:var(--transition)}.cart-count{background:var(--gold);color:#fff;border-radius:50%;width:18px;height:18px;font-size:11px;display:flex;align-items:center;justify-content:center;font-weight:700}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.mobile-menu-toggle span{display:block;width:24px;height:2px;background:var(--charcoal);border-radius:2px}.mobile-nav{display:none;flex-direction:column;background:var(--white);border-top:1px solid var(--light-gray);padding:16px 24px}.mobile-nav a{padding:10px 0;font-size:15px;border-bottom:1px solid var(--light-gray);color:var(--charcoal)}.mobile-cart-link{color:var(--forest)!important;font-weight:600}.btn-primary{background:var(--forest);color:#fff;padding:16px 36px;font-size:15px;font-weight:600;border:none;border-radius:var(--radius);cursor:pointer;font-family:DM Sans,sans-serif;letter-spacing:.04em;transition:var(--transition);display:inline-block}.btn-primary:hover{background:#cc8200;transform:translateY(-2px);box-shadow:0 8px 24px #2c4a3e40}.btn-secondary{color:var(--charcoal);font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:6px;border-bottom:1px solid var(--charcoal);padding-bottom:2px;transition:var(--transition)}.btn-secondary:hover{color:var(--forest);border-color:var(--forest)}.btn-atc{width:100%;background:var(--forest);color:#fff;padding:16px;font-size:15px;font-weight:700;border:none;border-radius:var(--radius);cursor:pointer;font-family:DM Sans,sans-serif;letter-spacing:.04em;transition:var(--transition)}.btn-atc:hover{background:#cc8200;transform:translateY(-1px);box-shadow:0 8px 24px #2c4a3e4d}.btn-add-full{width:100%;background:transparent;color:var(--forest);border:1.5px solid var(--forest);padding:10px;font-size:13px;font-weight:600;border-radius:var(--radius);cursor:pointer;font-family:DM Sans,sans-serif;transition:var(--transition)}.btn-add-full:hover{background:var(--forest);color:#fff}.hero-section{background:var(--cream)}.hero{min-height:88vh;display:grid;grid-template-columns:1fr 1fr;max-width:1280px;margin:0 auto;padding:0 40px;gap:60px;align-items:center}.hero-content{padding:60px 0}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--tan-light);color:var(--forest);font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border-radius:100px;margin-bottom:24px}.hero-eyebrow:before{content:"\25cf";font-size:8px;color:var(--sage)}.hero-content h1{font-family:Playfair Display,serif;font-size:clamp(42px,5vw,68px);line-height:1.1;font-weight:600;color:var(--charcoal);margin-bottom:24px;letter-spacing:-.02em}.hero-desc{font-size:17px;color:var(--mid-gray);line-height:1.7;max-width:440px;margin-bottom:36px;font-weight:300}.hero-cta{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.hero-social-proof{margin-top:48px;display:flex;align-items:center;gap:20px;padding-top:32px;border-top:1px solid var(--light-gray)}.proof-avatars{display:flex}.proof-avatars span{width:36px;height:36px;border-radius:50%;border:2px solid var(--white);margin-right:-10px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#fff}.proof-text{font-size:13px;color:var(--mid-gray);line-height:1.4}.proof-text strong{color:var(--charcoal);display:block;font-size:14px}.proof-stars{color:#f4c430;font-size:13px;letter-spacing:2px}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center}.hero-product-card{background:var(--white);border-radius:24px;padding:40px;width:100%;max-width:440px;box-shadow:0 20px 80px #00000014;position:relative;overflow:hidden}.hero-product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--forest),var(--warm-tan),var(--gold))}.badge-bestseller{position:absolute;top:24px;right:24px;background:var(--forest);color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:100px}.product-visual-hero{border-radius:16px;overflow:hidden;height:200px;margin-bottom:28px}.product-visual-hero img{width:100%;height:100%;object-fit:cover}.product-visual-placeholder{background:linear-gradient(135deg,var(--tan-light) 0%,var(--sage-light) 100%);border-radius:16px;height:200px;display:flex;align-items:center;justify-content:center;font-size:72px;margin-bottom:28px}.product-card-name{font-family:Playfair Display,serif;font-size:22px;font-weight:600;color:var(--charcoal);margin-bottom:6px}.product-card-sub{font-size:13px;color:var(--mid-gray);margin-bottom:16px}.product-card-stars{color:#f4c430;font-size:14px;margin-bottom:4px}.product-card-reviews{font-size:12px;color:var(--mid-gray);margin-bottom:20px}.product-card-pricing{display:flex;align-items:center;gap:12px;margin-bottom:16px}.price-main{font-size:28px;font-weight:700;color:var(--forest)}.price-orig{font-size:16px;text-decoration:line-through;color:var(--mid-gray)}.price-save{background:#fef3cd;color:#856404;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px}.urgency-banner{background:linear-gradient(135deg,#fff3cd,#fff8e1);border:1px solid #FFE082;border-radius:8px;padding:12px 16px;margin-bottom:16px;display:flex;align-items:center;gap:10px}.urgency-icon{font-size:16px}.urgency-text{font-size:12px;font-weight:600;color:#6d4c00;flex:1}.timer-display{display:flex;gap:6px}.timer-unit{background:var(--forest);color:#fff;border-radius:4px;padding:4px 8px;font-size:14px;font-weight:700;font-variant-numeric:tabular-nums;min-width:32px;text-align:center}.timer-sep{color:var(--forest);font-weight:700;align-self:center;font-size:14px}.stock-indicator{margin-bottom:16px}.stock-bar-wrap{height:5px;background:var(--light-gray);border-radius:3px;overflow:hidden;margin-bottom:6px}.stock-bar{height:100%;background:linear-gradient(90deg,var(--red-urgency),#E74C3C);border-radius:3px;animation:pulse-bar 2s ease-in-out infinite}@keyframes pulse-bar{0%,to{opacity:1}50%{opacity:.75}}.stock-text{font-size:12px;color:var(--red-urgency);font-weight:600}.stock-text span{color:var(--mid-gray);font-weight:400}.trust-bar{background:var(--sage);padding:20px 40px}.trust-bar-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;align-items:center;gap:12px;padding:0 24px;border-right:1px solid rgba(255,255,255,.15);color:#fff}.trust-item:last-child{border-right:none}.trust-icon{font-size:22px;flex-shrink:0}.trust-label{font-size:13px;font-weight:600;letter-spacing:.02em}.trust-sub{font-size:11px;color:var(--sage-light)}.section-header{text-align:center;margin-bottom:56px}.section-label{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--sage);margin-bottom:12px}.section-title{font-family:Playfair Display,serif;font-size:clamp(32px,3.5vw,48px);font-weight:600;color:var(--charcoal);line-height:1.2;letter-spacing:-.02em}.section-desc{font-size:16px;color:var(--mid-gray);max-width:520px;margin:16px auto 0;line-height:1.7;font-weight:300}.how-it-works{padding:100px 40px;max-width:1280px;margin:0 auto}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative}.steps-grid:before{content:"";position:absolute;top:36px;left:16%;right:16%;height:1px;background:var(--light-gray);z-index:0}.step{text-align:center;position:relative;z-index:1}.step-num{width:72px;height:72px;border-radius:50%;background:var(--white);border:2px solid var(--light-gray);display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-size:26px;font-weight:600;color:var(--forest);margin:0 auto 24px;transition:var(--transition)}.step:hover .step-num{background:var(--forest);color:#fff;border-color:var(--forest);transform:scale(1.05)}.step-title{font-size:18px;font-weight:600;color:var(--charcoal);margin-bottom:10px}.step-desc{font-size:14px;color:var(--mid-gray);line-height:1.6}.products-section{padding:100px 40px;background:var(--white)}.products-section-inner{max-width:1280px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{border-radius:12px;overflow:hidden;background:var(--white);transition:var(--transition);position:relative;border:1px solid var(--light-gray)}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #0000001f;border-color:var(--forest)}.product-card-link{display:block}.product-img{height:240px;display:flex;align-items:center;justify-content:center;font-size:64px;position:relative;overflow:hidden;background:var(--white)}.product-img img{width:100%;height:100%;object-fit:contain;padding:12px}.product-img-bg1,.product-img-bg2,.product-img-bg3,.product-img-bg4{background:#f9f9f9}.badge-new,.badge-sale{position:absolute;top:12px;left:12px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:4px 10px;border-radius:100px}.badge-new{background:var(--forest);color:#fff}.badge-sale{background:var(--red-urgency);color:#fff}.product-info{padding:20px}.product-name{font-size:15px;font-weight:600;color:var(--charcoal);margin-bottom:4px}.product-desc{font-size:13px;color:var(--mid-gray);margin-bottom:12px;line-height:1.4}.product-stars{color:#f4c430;font-size:12px;margin-bottom:12px}.product-stars span{color:var(--mid-gray);font-size:11px;margin-left:4px}.product-bottom{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:18px;font-weight:700;color:var(--forest)}.product-price-old{font-size:13px;text-decoration:line-through;color:var(--mid-gray)}.bundle-card{background:var(--white);border-radius:20px;padding:56px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;border:1px solid var(--light-gray)}.bundle-tag{display:inline-block;background:var(--gold);color:var(--white);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:5px 14px;border-radius:100px;margin-bottom:20px}.bundle-title{font-family:Playfair Display,serif;font-size:36px;font-weight:600;color:var(--charcoal);line-height:1.2;margin-bottom:16px}.bundle-desc{font-size:15px;color:var(--mid-gray);line-height:1.7;margin-bottom:28px}.bundle-items{list-style:none;margin-bottom:32px;display:flex;flex-direction:column;gap:10px}.bundle-items li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--charcoal);font-weight:500}.bundle-items li:before{content:"\2713";width:20px;height:20px;background:var(--sage-light);color:var(--forest);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.bundle-pricing{display:flex;align-items:baseline;gap:12px;margin-bottom:24px}.bundle-price{font-size:40px;font-weight:700;color:var(--forest)}.bundle-was{font-size:18px;text-decoration:line-through;color:var(--mid-gray)}.bundle-saving{background:#fef3cd;color:#856404;font-size:13px;font-weight:700;padding:4px 10px;border-radius:6px}.bundle-visual{background:linear-gradient(135deg,var(--tan-light) 0%,var(--sage-light) 100%);border-radius:16px;height:320px;display:flex;align-items:center;justify-content:center;font-size:80px;position:relative;overflow:hidden}.bundle-visual-badge{position:absolute;top:-16px;right:-16px;background:var(--red-urgency);color:#fff;font-size:13px;font-weight:800;padding:8px 16px;border-radius:100px;box-shadow:0 4px 12px #c0392b66;animation:bounce-badge 2s ease-in-out infinite}@keyframes bounce-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.reviews-section{padding:100px 40px;background:#1a1a1a}.reviews-inner{max-width:1280px;margin:0 auto}.reviews-section .section-title{color:var(--white)}.reviews-section .section-label{color:var(--sage-light)}.reviews-section .section-desc{color:#fff9}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.review-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:32px;transition:var(--transition)}.review-card:hover{background:#ffffff1a;transform:translateY(-4px)}.review-stars{color:#f4c430;font-size:16px;margin-bottom:16px;letter-spacing:2px}.review-text{font-size:15px;color:#ffffffd9;line-height:1.7;margin-bottom:24px;font-style:italic;font-weight:300}.review-author{display:flex;align-items:center;gap:12px}.review-avatar{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;flex-shrink:0}.review-name{font-size:14px;font-weight:600;color:#fff}.review-meta{font-size:12px;color:var(--sage-light)}.review-verified{margin-left:auto;font-size:11px;color:var(--sage-light)}.benefits-section{padding:100px 40px;background:var(--white)}.benefits-inner{max-width:1280px;margin:0 auto}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.benefit-card{padding:32px 24px;border-radius:12px;background:var(--cream);text-align:center;transition:var(--transition);border:1px solid transparent}.benefit-card:hover{border-color:var(--sage-light);transform:translateY(-4px);box-shadow:0 12px 40px #0000000f}.benefit-icon{width:60px;height:60px;border-radius:50%;background:var(--tan-light);display:flex;align-items:center;justify-content:center;font-size:26px;margin:0 auto 20px}.benefit-title{font-size:16px;font-weight:600;color:var(--charcoal);margin-bottom:10px}.benefit-desc{font-size:13px;color:var(--mid-gray);line-height:1.6}.cross-sell{padding:80px 40px;background:var(--cream)}.cross-sell-inner{max-width:1280px;margin:0 auto}.cross-sell-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cs-card{background:var(--white);border-radius:12px;padding:28px;display:flex;gap:20px;align-items:center;border:1px solid var(--light-gray);transition:var(--transition)}.cs-card:hover{border-color:var(--sage);transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.cs-emoji{font-size:40px;flex-shrink:0}.cs-info{flex:1}.cs-name{font-size:15px;font-weight:600;color:var(--charcoal);margin-bottom:4px}.cs-desc{font-size:13px;color:var(--mid-gray);line-height:1.4;margin-bottom:10px}.cs-bottom{display:flex;align-items:center;justify-content:space-between}.cs-price{font-size:17px;font-weight:700;color:var(--forest)}.cs-add{background:transparent;border:1.5px solid var(--forest);color:var(--forest);padding:7px 16px;border-radius:var(--radius);font-size:12px;font-weight:600;cursor:pointer;font-family:DM Sans,sans-serif;transition:var(--transition);letter-spacing:.04em}.cs-add:hover{background:var(--forest);color:#fff}.email-section{padding:80px 40px;background:var(--tan-light)}.email-inner{max-width:640px;margin:0 auto;text-align:center}.email-title{font-family:Playfair Display,serif;font-size:36px;font-weight:600;color:var(--charcoal);margin-bottom:12px;letter-spacing:-.02em}.email-desc{font-size:15px;color:var(--mid-gray);margin-bottom:32px;line-height:1.6}.email-form{display:flex;max-width:440px;margin:0 auto;border-radius:var(--radius);overflow:hidden;box-shadow:0 4px 20px #0000001a}.email-input{flex:1;padding:16px 20px;border:none;font-size:14px;font-family:DM Sans,sans-serif;outline:none;background:var(--white);color:var(--charcoal)}.email-input::placeholder{color:var(--mid-gray)}.email-submit{background:var(--forest);color:#fff;border:none;padding:16px 24px;font-size:14px;font-weight:600;cursor:pointer;font-family:DM Sans,sans-serif;transition:var(--transition);white-space:nowrap}.email-submit:hover{background:#cc8200}.email-note{font-size:12px;color:var(--mid-gray);margin-top:14px}footer{background:var(--charcoal);color:#ffffffb3;padding:60px 40px 32px}.footer-inner{max-width:1280px;margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand p{font-size:13px;line-height:1.7;max-width:260px}.footer-col h4{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:16px}.footer-col a{display:block;font-size:13px;color:#fff9;margin-bottom:8px;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:12px}.footer-payments{display:flex;gap:8px}.payment-badge{background:#ffffff1a;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:600;color:#ffffffb3}.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:var(--white);border-top:1px solid var(--light-gray);padding:16px 40px;z-index:9998;transform:translateY(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 -8px 32px #0000001a}.sticky-atc.visible{transform:translateY(0)}.sticky-atc-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:24px;justify-content:space-between}.sticky-product-info{display:flex;align-items:center;gap:16px}.sticky-thumb{width:48px;height:48px;background:linear-gradient(135deg,var(--tan-light),var(--sage-light));border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:24px}.sticky-name{font-size:15px;font-weight:600;color:var(--charcoal)}.sticky-price{font-size:14px;color:var(--mid-gray)}.sticky-actions{display:flex;align-items:center;gap:16px}.sticky-urgency{font-size:13px;color:var(--red-urgency);font-weight:600;display:flex;align-items:center;gap:6px}.sticky-btn{background:var(--forest);color:#fff;border:none;padding:14px 32px;font-size:15px;font-weight:700;border-radius:var(--radius);cursor:pointer;font-family:DM Sans,sans-serif;transition:var(--transition);white-space:nowrap}.sticky-btn:hover{background:#cc8200}.product-main-section{padding:60px 40px;background:var(--white)}.product-main-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.product-main-img img{width:100%;border-radius:16px}.product-thumbnails{display:flex;gap:10px;margin-top:12px}.product-thumbnails img{width:80px;height:80px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.product-thumbnails img:hover{border-color:var(--forest)}.product-breadcrumb{font-size:12px;color:var(--mid-gray);margin-bottom:16px}.product-breadcrumb a{color:var(--mid-gray)}.product-title{font-family:Playfair Display,serif;font-size:36px;font-weight:600;margin-bottom:16px;line-height:1.2}.product-rating{display:flex;align-items:center;gap:8px;margin-bottom:20px}.stars{color:#f4c430;font-size:16px}.rating-count{font-size:14px;color:var(--mid-gray)}.product-price-wrap{display:flex;align-items:center;gap:12px;margin-bottom:24px}.product-price-main{font-size:32px;font-weight:700;color:var(--forest)}.product-compare{font-size:18px;text-decoration:line-through;color:var(--mid-gray)}.product-save-badge{background:#fef3cd;color:#856404;font-size:12px;font-weight:700;padding:4px 10px;border-radius:4px}.variant-selector{margin-bottom:20px}.variant-selector label{font-size:13px;font-weight:600;display:block;margin-bottom:6px}.variant-select{width:100%;padding:12px;border:1.5px solid var(--light-gray);border-radius:4px;font-family:DM Sans,sans-serif;font-size:14px}.qty-atc-row{display:flex;gap:12px;margin-bottom:16px}.qty-wrap{display:flex;align-items:center;border:1.5px solid var(--light-gray);border-radius:var(--radius);overflow:hidden}.qty-wrap button{width:42px;height:52px;background:none;border:none;font-size:20px;cursor:pointer;font-family:DM Sans,sans-serif;transition:background .2s}.qty-wrap button:hover{background:var(--light-gray)}.qty-wrap input{width:50px;height:52px;text-align:center;border:none;font-size:16px;font-weight:600;font-family:DM Sans,sans-serif}.product-trust-row{display:flex;gap:20px;font-size:12px;color:var(--mid-gray);margin-bottom:28px;flex-wrap:wrap}.product-description{font-size:15px;color:var(--mid-gray);line-height:1.8;border-top:1px solid var(--light-gray);padding-top:24px;margin-top:24px}.collection-section{padding:60px 40px}.collection-inner{max-width:1280px;margin:0 auto}.collection-header{margin-bottom:48px}.collection-header h1{font-family:Playfair Display,serif;font-size:42px;font-weight:600;margin-bottom:12px}.collection-header p{font-size:16px;color:var(--mid-gray)}.cart-section{padding:60px 40px}.cart-inner{max-width:1280px;margin:0 auto}.cart-title{font-family:Playfair Display,serif;font-size:42px;font-weight:600;margin-bottom:40px}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}.cart-item{display:flex;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid var(--light-gray)}.cart-item img{width:80px;height:80px;object-fit:cover;border-radius:8px}.cart-item-info{flex:1}.cart-item-name{font-size:15px;font-weight:600;margin-bottom:4px}.cart-item-variant{font-size:13px;color:var(--mid-gray);margin-bottom:4px}.cart-item-price{font-size:14px;color:var(--forest);font-weight:600}.cart-item-qty{display:flex;align-items:center;gap:12px;font-size:14px}.qty-btn{color:var(--mid-gray);padding:4px 8px;border:1px solid var(--light-gray);border-radius:4px;font-size:16px}.cart-item-total{font-size:16px;font-weight:700;color:var(--forest);min-width:70px;text-align:right}.cart-item-remove{color:var(--mid-gray);font-size:20px}.cart-summary{background:var(--cream);border-radius:12px;padding:28px}.cart-summary-title{font-size:18px;font-weight:700;margin-bottom:20px}.cart-summary-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:12px}.cart-shipping-note{font-size:12px;color:var(--forest);font-weight:600;margin-bottom:20px}.cart-empty{text-align:center;padding:80px 0}.cart-empty p{font-size:18px;color:var(--mid-gray);margin-bottom:24px}.page-section{padding:80px 40px}.page-inner{max-width:800px;margin:0 auto}.page-inner h1{font-family:Playfair Display,serif;font-size:42px;font-weight:600;margin-bottom:32px}.page-content{font-size:16px;line-height:1.8;color:var(--mid-gray)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .8s ease forwards}.fade-in-delay-2{animation:fadeInUp .8s ease .2s forwards;opacity:0}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr 1fr}.bundle-card{padding:36px;gap:36px}}@media(max-width:768px){.hero{grid-template-columns:1fr;padding:40px 20px;min-height:auto}.hero-visual{display:none}.header-inner{padding:0 20px}.main-nav{display:none}.mobile-menu-toggle{display:flex}.trust-bar{padding:16px 20px}.trust-bar-inner{grid-template-columns:repeat(2,1fr);gap:0}.trust-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.15);padding:12px 8px}.trust-item:nth-child(odd){border-right:1px solid rgba(255,255,255,.15)}.how-it-works,.products-section,.benefits-section,.reviews-section,.cross-sell{padding:60px 20px}.how-it-works{max-width:100%}.steps-grid{grid-template-columns:1fr}.steps-grid:before{display:none}.reviews-grid,.benefits-grid,.cross-sell-strip{grid-template-columns:1fr}.bundle-card{grid-template-columns:1fr;padding:28px}.bundle-visual{display:none}.footer-top{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column;gap:16px;text-align:center}.sticky-atc{padding:12px 20px}.sticky-urgency{display:none}.product-main-inner{grid-template-columns:1fr;gap:40px}.cart-layout{grid-template-columns:1fr}}.bundle-qty-selector{margin-bottom:24px}.bundle-qty-label{font-size:13px;font-weight:700;color:var(--charcoal);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.bundle-qty-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px}.bundle-qty-option{border:2px solid var(--light-gray);border-radius:10px;padding:14px 12px;cursor:pointer;position:relative;transition:var(--transition);text-align:center;background:var(--white)}.bundle-qty-option:hover{border-color:var(--forest)}.bundle-qty-option.active{border-color:var(--forest);background:#fff8ee;box-shadow:0 0 0 1px var(--forest)}.bqo-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--warm-tan);color:#fff;font-size:9px;font-weight:800;letter-spacing:.08em;padding:3px 8px;border-radius:100px;white-space:nowrap}.bqo-badge-green{background:var(--sage)}.bqo-qty{font-size:15px;font-weight:700;color:var(--charcoal);display:block;margin-bottom:6px}.bqo-price{font-size:18px;font-weight:800;color:var(--forest);margin-bottom:3px}.bqo-sub{font-size:11px;color:var(--mid-gray);line-height:1.3}.bqo-sub s{color:var(--mid-gray)}.bundle-qty-saving{background:#f0faf0;border:1px solid #c8e6c9;border-radius:8px;padding:10px 16px;font-size:13px;color:#2e7d32;text-align:center;animation:fadeInUp .3s ease}.active-thumb{border-color:var(--forest)!important;opacity:1!important}.nutrition-section{padding:100px 40px;background:var(--white)}.nutrition-inner{max-width:1280px;margin:0 auto}.nutrition-layout{display:grid;grid-template-columns:320px 1fr;gap:80px;align-items:start}.nutrition-panel{border:3px solid var(--charcoal);border-radius:4px;padding:12px 16px;font-family:DM Sans,sans-serif;font-size:14px}.nutrition-panel-title{font-size:28px;font-weight:800;color:var(--charcoal);margin-bottom:4px}.nutrition-panel-serving{font-size:12px;color:var(--mid-gray);margin-bottom:8px;padding-bottom:8px;border-bottom:8px solid var(--charcoal)}.nutrition-panel-calories{display:flex;justify-content:space-between;align-items:baseline;font-size:13px;font-weight:700;padding:4px 0}.nutrition-panel-calories span:last-child{font-size:36px;font-weight:900}.nutrition-divider{height:1px;background:var(--light-gray);margin:3px 0}.nutrition-divider.thick{height:6px;background:var(--charcoal);margin:4px 0}.nutrition-row{display:flex;justify-content:space-between;padding:4px 0;font-size:13px;color:var(--charcoal)}.nutrition-row.sub{padding-left:20px;font-size:12px;color:var(--mid-gray)}.nutrition-row.highlight{font-size:16px;font-weight:800;color:var(--charcoal)}.nutrition-vitamins{font-size:11px;color:var(--mid-gray);padding-top:8px;display:grid;grid-template-columns:1fr 1fr;gap:4px}.ingredient-highlights{display:grid;grid-template-columns:1fr 1fr;gap:24px}.ingredient-card{padding:24px;background:var(--cream);border-radius:12px;transition:var(--transition);border:1px solid transparent}.ingredient-card:hover{border-color:var(--sage-light);transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.ingredient-icon{font-size:28px;margin-bottom:12px}.ingredient-name{font-size:15px;font-weight:700;color:var(--charcoal);margin-bottom:8px}.ingredient-desc{font-size:13px;color:var(--mid-gray);line-height:1.6}.results-section{padding:100px 40px;background:var(--cream)}.results-inner{max-width:1280px;margin:0 auto}.results-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:var(--forest);border-radius:16px;padding:40px;margin-bottom:64px;text-align:center}.result-stat{padding:0 24px;border-right:1px solid rgba(255,255,255,.15)}.result-stat:last-child{border-right:none}.result-stat-num{font-family:Playfair Display,serif;font-size:40px;font-weight:700;color:#fff;margin-bottom:8px}.result-stat-label{font-size:13px;color:#ffffffb3;line-height:1.4}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.testimonial-card{background:var(--white);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:20px;box-shadow:0 4px 20px #0000000f;transition:var(--transition);border:1px solid transparent}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a;border-color:var(--tan-light)}.testimonial-avatar{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;color:#fff;flex-shrink:0}.testimonial-body{flex:1}.testimonial-stars{color:#f4c430;font-size:16px;margin-bottom:8px}.testimonial-name{font-size:15px;font-weight:700;color:var(--charcoal);margin-bottom:4px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.testimonial-badge{background:#e8f5e9;color:#2e7d32;font-size:10px;font-weight:700;padding:2px 8px;border-radius:100px;letter-spacing:.05em}.testimonial-result{font-size:20px;font-weight:800;color:var(--forest);margin-bottom:12px;font-family:Playfair Display,serif}.testimonial-text{font-size:14px;color:var(--mid-gray);line-height:1.7;font-style:italic;margin-bottom:16px}.testimonial-weeks{font-size:12px;font-weight:600;color:var(--forest);background:var(--tan-light);display:inline-block;padding:4px 12px;border-radius:100px}.faq-section{padding:100px 40px;background:var(--white)}.faq-inner{max-width:800px;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--light-gray);border-radius:12px;overflow:hidden}.faq-item{border-bottom:1px solid var(--light-gray)}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:22px 28px;background:none;border:none;cursor:pointer;font-size:16px;font-weight:600;color:var(--charcoal);font-family:DM Sans,sans-serif;text-align:left;transition:background .2s;gap:16px}.faq-question:hover{background:var(--cream)}.faq-item.open .faq-question{background:var(--cream);color:var(--forest)}.faq-icon{font-size:22px;font-weight:300;color:var(--forest);flex-shrink:0;transition:transform .3s ease;line-height:1}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.25,.46,.45,.94),padding .3s ease;padding:0 28px}.faq-item.open .faq-answer{max-height:400px;padding:0 28px 24px}.faq-answer p{font-size:15px;color:var(--mid-gray);line-height:1.8}@media(max-width:1024px){.nutrition-layout{grid-template-columns:1fr;gap:48px}.nutrition-panel{max-width:360px}.results-stats{grid-template-columns:repeat(2,1fr);gap:24px;border-radius:12px}.result-stat{border-right:none;border-bottom:1px solid rgba(255,255,255,.15);padding:16px 0}.result-stat:nth-child(odd){border-right:1px solid rgba(255,255,255,.15)}}@media(max-width:768px){.bundle-qty-options{grid-template-columns:1fr;gap:8px}.ingredient-highlights,.testimonials-grid{grid-template-columns:1fr}.results-stats{grid-template-columns:1fr 1fr;padding:24px}.nutrition-section,.results-section,.faq-section,.cross-sell{padding:60px 20px}}.nutrition-image-wrap{display:flex;align-items:flex-start;justify-content:center}.nutrition-img-uploaded{max-width:340px;width:100%;border-radius:12px;box-shadow:0 8px 32px #0000001a;border:1px solid var(--light-gray)}.comparison-section{padding:100px 40px;background:var(--cream)}.comparison-inner{max-width:860px;margin:0 auto}.comparison-table-wrap{overflow-x:auto;border-radius:16px;box-shadow:0 4px 40px #00000014;margin-bottom:48px}.comparison-table{width:100%;border-collapse:collapse;background:var(--white);border-radius:16px;overflow:hidden;font-family:DM Sans,sans-serif}.comparison-table thead tr{background:var(--white);border-bottom:2px solid var(--light-gray)}.comparison-table th{padding:24px 20px;font-size:14px;font-weight:600;text-align:center;vertical-align:middle}.feature-col{width:44%;text-align:left!important;padding-left:28px!important;color:var(--mid-gray);font-size:12px!important;text-transform:uppercase;letter-spacing:.08em}.us-col,.them-col{width:28%}.brand-header{display:flex;flex-direction:column;align-items:center;gap:6px}.brand-logo-text{font-family:Playfair Display,serif;font-size:17px;font-weight:600;color:var(--charcoal)}.brand-logo-text sup{font-size:10px}.brand-tag{background:var(--forest);color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:100px}.them-brand{font-size:15px;font-weight:600;color:var(--mid-gray)}.comparison-table tbody tr{border-bottom:1px solid var(--light-gray);transition:background .15s}.comparison-table tbody tr:last-child{border-bottom:none}.comparison-table tbody tr:hover{background:#fafaf8}.row-alt{background:#fbfaf7}.feature-name{padding:18px 20px 18px 28px;font-size:15px;font-weight:500;color:var(--charcoal);display:flex;align-items:center;gap:10px;white-space:nowrap}.feature-icon{font-size:18px;flex-shrink:0}.us-cell,.them-cell{text-align:center;padding:18px 12px;vertical-align:middle}.us-cell{background:#88b0400d;border-left:1px solid rgba(136,176,64,.15);border-right:1px solid rgba(136,176,64,.15)}.check{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--sage);color:#fff;border-radius:50%;font-size:14px;font-weight:700;margin-bottom:4px}.cross{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--light-gray);color:var(--mid-gray);border-radius:50%;font-size:14px;font-weight:700;margin-bottom:4px}.partial{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#fef3cd;color:#856404;border-radius:50%;font-size:16px;font-weight:700;margin-bottom:4px}.us-note{display:block;font-size:11px;color:var(--sage);font-weight:600;margin-top:2px}.them-note{display:block;font-size:11px;color:var(--mid-gray);margin-top:2px}.us-col{position:relative}.us-col:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--forest);border-radius:0}.comparison-cta{text-align:center}.comparison-cta p{font-size:16px;color:var(--mid-gray);margin-bottom:20px}@media(max-width:768px){.comparison-section{padding:60px 20px}.feature-name{font-size:13px;white-space:normal;padding:14px 12px 14px 16px}.feature-col{padding-left:16px!important}.comparison-table th{padding:16px 8px}.brand-logo-text{font-size:14px}}.hunger-zone-section{padding:80px 40px;background:var(--cream)}.hunger-zone-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hunger-zone-title{font-family:Playfair Display,serif;font-size:clamp(28px,3vw,40px);font-weight:600;color:var(--charcoal);text-transform:uppercase;letter-spacing:.02em;margin-bottom:24px;line-height:1.2}.hunger-zone-title span{color:var(--forest)}.hunger-zone-content p{font-size:15px;color:var(--mid-gray);line-height:1.8;margin-bottom:16px}.hunger-zone-content p:last-child{margin-bottom:0}.hunger-zone-visual{display:flex;align-items:center;justify-content:center}.hunger-gauge{text-align:center;max-width:280px;width:100%}.gauge-label-top{font-size:11px;font-weight:700;letter-spacing:.12em;color:var(--mid-gray);margin-bottom:8px;text-transform:uppercase}.gauge-svg{width:100%;max-width:240px;display:block;margin:0 auto}.gauge-labels{display:flex;justify-content:space-between;padding:0 8px;font-size:11px;font-weight:600;letter-spacing:.1em;color:var(--mid-gray);text-transform:uppercase;margin-top:4px}.whats-included-section{padding:80px 40px;background:var(--white)}.whats-included-inner{max-width:1200px;margin:0 auto}.meal-timeline{position:relative;margin-top:48px;padding:60px 0 40px}.timeline-track{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;align-items:center;gap:0;z-index:1}.timeline-line{flex:1;height:2px;border-top:2px dashed var(--light-gray)}.timeline-cap{width:36px;height:36px;border-radius:50%;background:var(--charcoal);color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:.04em}.meal-items{position:relative;display:flex;justify-content:space-between;align-items:center;z-index:2;padding:0 20px}.meal-item{display:flex;flex-direction:column;align-items:center;gap:10px;position:relative}.meal-item.above{flex-direction:column-reverse;margin-top:-60px}.meal-item.below{margin-top:60px}.meal-item.above .meal-label,.meal-item.below .meal-label{margin-top:8px}.meal-item:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:1.5px;background:var(--forest);opacity:.3}.meal-item.above:after{bottom:-18px;height:20px}.meal-item.below:after{top:-18px;height:20px}.meal-circle{width:72px;height:72px;border-radius:50%;border:3px solid var(--forest);background:var(--white);display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 16px #ffa40026;transition:transform .2s ease}.meal-circle:hover{transform:scale(1.08)}.dinner-circle{border-color:var(--sage);box-shadow:0 4px 16px #88b04026}.meal-label{font-size:12px;font-weight:600;color:var(--charcoal);text-align:center;line-height:1.4}.meal-label small{font-size:10px;font-weight:400;color:var(--mid-gray);display:block;margin-top:2px}@media(max-width:768px){.hunger-zone-inner{grid-template-columns:1fr;gap:40px}.hunger-zone-section{padding:60px 20px}.whats-included-section{padding:60px 20px;overflow-x:auto}.meal-timeline{min-width:600px}.meal-circle{width:56px;height:56px;font-size:22px}.meal-label{font-size:11px}}.about-hero{position:relative}.about-hero-img-wrap{position:relative;height:580px;overflow:hidden}.about-hero-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.about-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.65) 0%,rgba(0,0,0,.3) 60%,transparent 100%);display:flex;align-items:center;padding:0 80px}.about-hero-text{max-width:640px}.about-hero-eyebrow{font-size:13px;font-weight:700;letter-spacing:.12em;color:var(--warm-tan);text-transform:uppercase;margin-bottom:20px}.about-hero-text h1{font-family:Playfair Display,serif;font-size:clamp(36px,4.5vw,60px);font-weight:600;color:#fff;line-height:1.15;letter-spacing:-.02em}.about-hero-text h1 em{font-style:italic;color:var(--warm-tan)}.about-stats-bar{background:var(--forest);padding:40px}.about-stats-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);text-align:center;gap:0}.about-stat{padding:0 24px;border-right:1px solid rgba(255,255,255,.15)}.about-stat:last-child{border-right:none}.about-stat-num{font-family:Playfair Display,serif;font-size:40px;font-weight:700;color:var(--warm-tan);margin-bottom:6px}.about-stat-label{font-size:13px;color:#ffffffb3;font-weight:500}.about-story-section{padding:100px 40px;background:var(--white)}.about-story-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}.about-story-img{position:relative}.about-story-img img{width:100%;border-radius:16px;display:block}.about-story-img-badge{position:absolute;bottom:24px;left:24px;right:24px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:10px;padding:16px 20px;box-shadow:0 4px 20px #0000001f}.badge-title{font-size:15px;font-weight:700;color:var(--charcoal);margin-bottom:3px}.badge-sub{font-size:12px;color:var(--mid-gray)}.about-story-body p{font-size:15px;color:var(--mid-gray);line-height:1.8;margin-bottom:16px}.about-story-quote{margin-top:32px;padding:28px 32px;background:var(--cream);border-left:4px solid var(--forest);border-radius:0 12px 12px 0;position:relative}.story-quote-mark{font-family:Playfair Display,serif;font-size:72px;color:var(--forest);opacity:.15;position:absolute;top:-8px;left:20px;line-height:1}.about-story-quote p{font-size:16px;font-style:italic;color:var(--charcoal);line-height:1.7;margin-bottom:12px;position:relative;z-index:1}.story-quote-attr{font-size:13px;font-weight:600;color:var(--forest)}.about-values-section{padding:80px 40px;background:var(--cream)}.about-values-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.about-value{background:var(--white);border-radius:16px;padding:36px 28px;text-align:center;border:1px solid var(--light-gray);transition:var(--transition)}.about-value:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014;border-color:var(--sage-light)}.about-value-icon{font-size:32px;margin-bottom:16px}.about-value-title{font-size:17px;font-weight:700;color:var(--charcoal);margin-bottom:10px}.about-value-desc{font-size:14px;color:var(--mid-gray);line-height:1.7}.about-team-section{padding:100px 40px;background:var(--white)}.about-team-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:start}.about-team-body p{font-size:15px;color:var(--mid-gray);line-height:1.8;margin-bottom:16px}.about-team-body strong{color:var(--charcoal)}.about-team-img img{width:100%;border-radius:16px;display:block}.about-award-badge{display:flex;align-items:center;gap:16px;background:#fef3cd;border:1px solid #FFD966;border-radius:12px;padding:20px 24px;margin-top:28px}.award-icon{font-size:32px;flex-shrink:0}.award-title{font-size:15px;font-weight:700;color:#6d4c00;margin-bottom:4px}.award-sub{font-size:13px;color:#856404}.about-cta-section{padding:100px 40px;background:var(--forest);text-align:center}.about-cta-inner{max-width:700px;margin:0 auto}@media(max-width:1024px){.about-values-inner{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-hero-img-wrap{height:420px}.about-hero-overlay{padding:0 24px}.about-stats-inner{grid-template-columns:repeat(2,1fr);gap:24px}.about-stat{border-right:none;padding:16px 0}.about-story-inner,.about-team-inner{grid-template-columns:1fr;gap:40px}.about-team-inner{direction:rtl}.about-team-inner>*{direction:ltr}.about-values-inner{grid-template-columns:1fr}.about-story-section,.about-team-section,.about-cta-section,.about-values-section{padding:60px 20px}}.hiw-hero{position:relative}.hiw-hero-img-wrap{position:relative;height:420px;overflow:hidden}.hiw-hero-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center}.hiw-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 60%,transparent 100%);display:flex;align-items:center;padding:0 80px}.hiw-hero-text{max-width:560px}.hiw-hero-text h1{font-family:Playfair Display,serif;font-size:clamp(48px,6vw,80px);font-weight:600;color:#fff;line-height:1.05;letter-spacing:-.02em;margin-bottom:12px}.hiw-hero-text h1 em{font-style:italic;color:var(--warm-tan)}.hiw-hero-text p{font-size:18px;color:#fffc}.hiw-path-section{padding:80px 40px;background:var(--white)}.hiw-path-inner{max-width:1280px;margin:0 auto}.hiw-path-steps{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap;margin-top:48px}.hiw-step{text-align:center;padding:32px 28px;flex:1;min-width:180px;max-width:240px}.hiw-step-icon{font-size:40px;margin-bottom:12px}.hiw-step-num{width:32px;height:32px;border-radius:50%;background:var(--forest);color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.hiw-step-title{font-size:16px;font-weight:700;color:var(--charcoal);margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.hiw-step-desc{font-size:13px;color:var(--mid-gray);line-height:1.5}.hiw-step-arrow{font-size:24px;color:var(--light-gray);flex-shrink:0;padding:0 4px}.hiw-science-section{padding:100px 40px;background:var(--cream)}.hiw-science-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hiw-science-sub{font-size:22px;font-weight:600;color:var(--charcoal);margin:16px 0}.hiw-science-content p{font-size:15px;color:var(--mid-gray);line-height:1.8;margin-bottom:16px}.hiw-video-wrap{width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;box-shadow:0 8px 40px #0000001f;background:var(--charcoal)}.hiw-video-wrap iframe{width:100%;height:100%;border:none}.hiw-doctor-section{padding:100px 40px;background:var(--white)}.hiw-doctor-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr;gap:80px;align-items:start}.hiw-doctor-text p{font-size:15px;color:var(--mid-gray);line-height:1.8;margin-bottom:16px}.hiw-doctor-img img{width:100%;border-radius:16px}.hiw-insulin-section{padding:100px 40px;background:var(--cream)}.hiw-insulin-inner{max-width:1280px;margin:0 auto}.hiw-insulin-content{display:grid;grid-template-columns:1.4fr 1fr;gap:64px;align-items:start;margin-top:48px}.hiw-zone-card{border-radius:12px;padding:28px;margin-bottom:16px;border-left:4px solid}.hiw-zone-card.fat-storing{background:#fff0f0;border-color:#e74c3c}.hiw-zone-card.hunger{background:#fff8e8;border-color:var(--forest)}.hiw-zone-card.fat-burning{background:#f0faf0;border-color:var(--sage)}.zone-icon{font-size:24px;margin-bottom:8px}.zone-title{font-size:16px;font-weight:700;color:var(--charcoal);margin-bottom:8px}.hiw-zone-card p{font-size:14px;color:var(--mid-gray);line-height:1.6;margin:0}.hiw-routine-section{padding:100px 40px;background:var(--white)}.hiw-routine-inner{max-width:1280px;margin:0 auto}.hiw-personas{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}.hiw-persona{background:var(--cream);border-radius:16px;padding:32px 24px;text-align:center;border:1px solid var(--light-gray);transition:var(--transition)}.hiw-persona:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014;border-color:var(--sage-light)}.persona-avatar{font-size:48px;margin-bottom:16px}.persona-desc{font-size:14px;color:var(--mid-gray);line-height:1.6;margin-bottom:20px}.persona-meal-tag{background:var(--white);border-radius:8px;padding:14px 16px;font-size:12px;color:var(--charcoal);line-height:1.6;border:1px solid var(--light-gray);text-align:left}.hiw-plans-section{padding:100px 40px;background:var(--cream)}.hiw-plans-inner{max-width:1000px;margin:0 auto}.hiw-plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.hiw-plan-card{background:var(--white);border-radius:16px;padding:36px 28px;text-align:center;border:2px solid var(--light-gray);position:relative;transition:var(--transition)}.hiw-plan-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #0000001a}.hiw-plan-featured{border-color:var(--forest);box-shadow:0 8px 40px #ffa40026;transform:scale(1.03)}.hiw-plan-featured:hover{transform:scale(1.03) translateY(-4px)}.hiw-plan-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--forest);color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 16px;border-radius:100px;white-space:nowrap}.hiw-plan-name{font-size:18px;font-weight:700;color:var(--charcoal);margin-bottom:16px}.hiw-plan-price{font-family:Playfair Display,serif;font-size:52px;font-weight:700;color:var(--forest);line-height:1}.hiw-plan-per{font-size:13px;color:var(--mid-gray);margin-bottom:24px;letter-spacing:.06em;text-transform:uppercase}.hiw-plan-items{list-style:none;margin-bottom:28px;text-align:left}.hiw-plan-items li{font-size:13px;color:var(--mid-gray);padding:6px 0;border-bottom:1px solid var(--light-gray);display:flex;align-items:center;gap:8px}.hiw-plan-items li:before{content:"\1f36a";font-size:12px}.hiw-plan-items li:last-child{border-bottom:none}.hiw-plan-items .total-cookies{font-weight:700;color:var(--charcoal)}.hiw-plan-items .total-cookies:before{content:"\1f4e6"}.hiw-plan-btn{display:block;margin-bottom:12px;text-align:center}.hiw-plan-details{display:block;font-size:13px;color:var(--mid-gray);text-decoration:underline}.hiw-plan-details:hover{color:var(--forest)}@media(max-width:1024px){.hiw-science-inner,.hiw-doctor-inner,.hiw-insulin-content{grid-template-columns:1fr;gap:48px}.hiw-personas{grid-template-columns:repeat(2,1fr)}.hiw-plans-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.hiw-plan-featured{transform:none}}@media(max-width:768px){.hiw-hero-img-wrap{height:320px}.hiw-hero-overlay{padding:0 24px}.hiw-path-steps{gap:0}.hiw-step-arrow{display:none}.hiw-personas{grid-template-columns:1fr}.hiw-science-section,.hiw-doctor-section,.hiw-insulin-section,.hiw-routine-section,.hiw-plans-section{padding:60px 20px}}.about-cta-section{background:var(--charcoal)}.about-hero-eyebrow{color:var(--sage-light)}.about-hero-text h1 em{color:#fff;text-decoration:underline;text-decoration-color:var(--forest);text-underline-offset:6px}.about-stats-bar{background:var(--charcoal)}.about-stat-num{color:var(--forest)}.about-stat{border-right-color:#ffffff1f}.hiw-hero-text h1 em{color:#fff;text-decoration:underline;text-decoration-color:var(--forest);text-underline-offset:6px}.results-stats{background:var(--charcoal)!important}.result-stat{border-right-color:#ffffff1f}.result-stat-num{color:var(--forest)}.trust-bar{background:var(--charcoal)}.trust-item{border-right-color:#ffffff1f}.trust-sub{color:#ffffff80}.reviews-section{background:var(--charcoal)!important}.btn-primary{background:var(--forest);color:#fff;box-shadow:0 4px 14px #ffa40059;letter-spacing:.05em;text-transform:uppercase;font-size:13px!important;padding:16px 32px!important}.btn-primary:hover{background:#cc8200;box-shadow:0 6px 20px #ffa40073;transform:translateY(-2px)}.btn-atc{font-size:16px!important;padding:18px 24px!important;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 4px 16px #ffa4004d}.btn-atc:hover{box-shadow:0 8px 28px #ffa40073}.sticky-atc{border-top:2px solid var(--forest)}.sticky-btn{background:var(--forest);font-size:14px;padding:14px 28px;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 4px 14px #ffa4004d}.bundle-qty-option.active{background:#fff8ee;border-color:var(--forest);box-shadow:0 0 0 2px var(--forest)}.product-card:hover{border-color:var(--forest);box-shadow:0 16px 48px #ffa40026}.stock-text{font-weight:700;font-size:13px;letter-spacing:.02em}.urgency-banner{border-color:var(--forest);background:#fff8ee}.urgency-text{font-weight:700;color:#6d4c00}.price-save,.product-save-badge{font-size:12px;font-weight:800;background:#fff0c0;color:#7a5500;padding:3px 10px;border-radius:100px}.section-label{color:var(--sage);font-weight:800;font-size:11px}.review-card{border:1px solid rgba(255,255,255,.08)}.review-text{font-size:14px}.announcement-bar{font-size:14px;font-weight:600;letter-spacing:.04em;padding:12px 20px}.hero-product-card:before{height:5px;background:linear-gradient(90deg,var(--forest),var(--sage),var(--gold))}.faq-item.open .faq-question{color:var(--charcoal);background:#fff8ee}.faq-answer p{font-size:15px;color:#4a4a4a}.us-cell{background:#88b04014}.cart-summary .btn-primary{font-size:17px!important;padding:20px!important;width:100%;display:block;text-align:center;box-shadow:0 6px 20px #ffa40066}.email-submit{font-size:14px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:16px 28px}.hiw-plan-featured{box-shadow:0 0 0 2px var(--forest),0 16px 48px #ffa40033}.testimonial-result{font-size:22px;color:var(--forest)}.main-nav a:hover{color:var(--forest)}.main-nav a:after{background:var(--forest)}footer{background:#111}@media(max-width:768px){.btn-atc{padding:20px!important;font-size:17px!important}.sticky-btn{padding:16px 24px!important;font-size:14px!important}.bundle-qty-options{gap:10px}.bundle-qty-option{padding:16px}.hero-cta{flex-direction:column;align-items:stretch}.hero-cta .btn-primary,.hero-cta .btn-secondary{text-align:center}}.puff-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.puff-badge{font-size:11px;font-weight:700;padding:5px 12px;border-radius:100px;letter-spacing:.06em;text-transform:uppercase}.puff-badge.bestseller{background:var(--forest);color:#fff}.puff-badge.keto{background:#e8f4e8;color:#2e7d32;border:1px solid #c8e6c9}.puff-badge.gf{background:#fff8e8;color:#7a5500;border:1px solid #FFE082}.puff-badge.vegan{background:#e8f4e8;color:#2e7d32;border:1px solid #c8e6c9}.puff-badge.nongmo{background:#f0f8ff;color:#0d47a1;border:1px solid #BBDEFB}.badge-bestseller-hp{position:absolute;top:12px;left:12px;background:var(--forest);color:#fff;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:100px;box-shadow:0 2px 8px #ffa40066;animation:bounce-badge 2.5s ease-in-out infinite}.puff-feature-section{padding:80px 40px;background:var(--charcoal)}.puff-feature-inner{max-width:1280px;margin:0 auto}.puff-feature-headline{text-align:center;margin-bottom:56px}.puff-feature-headline .section-title{color:#fff}.puff-feature-headline .section-title em{color:var(--forest)}.puff-feature-headline .section-desc{color:#fff9}.puff-feature-headline .section-label{color:var(--sage-light)}.puff-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;border-radius:16px;overflow:hidden}.puff-feat{background:#ffffff0d;padding:40px 28px;text-align:center;border-right:1px solid rgba(255,255,255,.08);transition:background .2s}.puff-feat:last-child{border-right:none}.puff-feat:hover{background:#ffffff17}.puff-feat-icon{font-size:36px;margin-bottom:12px}.puff-feat-num{font-family:Playfair Display,serif;font-size:48px;font-weight:700;color:var(--forest);line-height:1;margin-bottom:6px}.puff-feat-label{font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.puff-feat-desc{font-size:13px;color:#ffffff8c;line-height:1.6}.puff-use-section{padding:100px 40px;background:var(--white)}.puff-use-inner{max-width:1280px;margin:0 auto}.puff-use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.puff-use-card{background:var(--cream);border-radius:16px;padding:32px 28px;border:1px solid var(--light-gray);transition:var(--transition)}.puff-use-card:hover{border-color:var(--forest);transform:translateY(-4px);box-shadow:0 12px 40px #ffa4001a}.puff-use-emoji{font-size:36px;margin-bottom:16px}.puff-use-title{font-size:17px;font-weight:700;color:var(--charcoal);margin-bottom:10px}.puff-use-card p{font-size:14px;color:var(--mid-gray);line-height:1.7;margin:0}.puff-vs-section{padding:100px 40px;background:var(--cream)}.puff-vs-inner{max-width:860px;margin:0 auto}.puff-vs-table-wrap{overflow-x:auto;border-radius:16px;box-shadow:0 4px 40px #00000014;margin-top:48px}.puff-vs-table{width:100%;border-collapse:collapse;background:var(--white);border-radius:16px;overflow:hidden;font-family:DM Sans,sans-serif;font-size:14px}.puff-vs-table thead tr{border-bottom:2px solid var(--light-gray)}.puff-vs-table th{padding:20px 24px;font-weight:700;text-align:center;font-size:13px}.puff-vs-table th:first-child{text-align:left;color:var(--mid-gray);text-transform:uppercase;letter-spacing:.08em;font-size:11px}.puff-vs-us{background:#88b0400f;border-left:1px solid rgba(136,176,64,.2);border-right:1px solid rgba(136,176,64,.2);color:var(--charcoal)}.puff-vs-table th.puff-vs-us{color:var(--sage);font-size:14px}.puff-vs-table tbody tr{border-bottom:1px solid var(--light-gray)}.puff-vs-table tbody tr:last-child{border-bottom:none}.puff-vs-table tbody tr:hover{background:#fafafa}.puff-vs-table td{padding:16px 24px;color:var(--mid-gray);text-align:center}.puff-vs-table td:first-child{text-align:left;color:var(--charcoal);font-weight:500}.puff-vs-table td.puff-vs-us strong{color:var(--sage)}.row-alt td{background:#00000004}.row-alt td.puff-vs-us{background:#88b04014}@media(max-width:768px){.puff-features-grid{grid-template-columns:repeat(2,1fr)}.puff-use-grid{grid-template-columns:1fr}.puff-feature-section,.puff-use-section,.puff-vs-section{padding:60px 20px}.puff-badges{gap:6px}.puff-badge{font-size:10px;padding:4px 10px}}.cat-filter-bar{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:40px 0 16px}.cat-filter-btn{display:inline-flex;align-items:center;gap:7px;padding:11px 22px;border-radius:100px;border:2px solid var(--light-gray);background:var(--white);color:var(--mid-gray);font-size:14px;font-weight:600;font-family:DM Sans,sans-serif;cursor:pointer;transition:var(--transition);white-space:nowrap}.cat-filter-btn:hover{border-color:var(--forest);color:var(--forest);background:#fff8ee}.cat-filter-btn.active{border-color:var(--forest);background:var(--forest);color:#fff;box-shadow:0 4px 14px #ffa4004d}.cat-results-count{text-align:center;font-size:13px;color:var(--mid-gray);margin-bottom:32px;font-weight:500}.product-card[style*="display: none"]{display:none!important}@media(max-width:768px){.cat-filter-bar{gap:8px;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding:0 20px 8px;margin:32px -20px 12px}.cat-filter-btn{font-size:13px;padding:9px 16px;flex-shrink:0}.collection-section{padding:40px 20px}}.announcement-bar{background:var(--sage);color:#fff;text-align:center;padding:10px 20px;font-size:13px;font-weight:500;letter-spacing:.04em}.announcement-bar s{opacity:.6;text-decoration:line-through;margin-right:2px}.announcement-bar strong{font-weight:800}.site-header{background:var(--white);border-bottom:1px solid var(--light-gray);position:sticky;top:0;z-index:999}.header-inner{max-width:1280px;margin:0 auto;padding:0 40px;height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo-link{display:flex;align-items:center;flex-shrink:0}.logo-img{height:48px;width:auto;display:block}.main-nav{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}.nav-link{font-size:14px;font-weight:500;color:var(--charcoal);text-decoration:none;padding:8px 12px;border-radius:6px;transition:background .15s,color .15s;white-space:nowrap}.nav-link:hover{background:var(--cream);color:var(--forest)}.nav-dropdown-btn{background:none;border:none;cursor:pointer;font-family:DM Sans,sans-serif;display:flex;align-items:center;gap:5px}.nav-chevron{transition:transform .2s ease;flex-shrink:0;opacity:.5}.nav-dropdown-wrap.open .nav-chevron{transform:rotate(180deg);opacity:1}.nav-dropdown-wrap.open>.nav-dropdown-btn{color:var(--forest);background:var(--cream)}.nav-dropdown-wrap{position:relative}.nav-dropdown{position:absolute;top:calc(100% + 12px);left:0;min-width:260px;background:var(--white);border:1px solid var(--light-gray);border-radius:12px;box-shadow:0 8px 40px #0000001f;padding:8px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:1000}.nav-dropdown-wrap.open .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;text-decoration:none;color:var(--charcoal);transition:background .15s}.nav-dropdown-item:hover{background:var(--cream)}.nav-dd-icon{font-size:20px;flex-shrink:0;width:28px;text-align:center}.nav-dd-title{font-size:14px;font-weight:600;color:var(--charcoal)}.nav-dd-sub{font-size:12px;color:var(--mid-gray);margin-top:1px}.nav-dropdown-divider{height:1px;background:var(--light-gray);margin:6px 4px}.nav-puffs-link{background:var(--forest);color:#fff!important;padding:8px 16px;border-radius:100px;font-weight:700;font-size:13px;letter-spacing:.03em}.nav-puffs-link:hover{background:#cc8200!important;color:#fff!important}.header-actions{display:flex;gap:12px;align-items:center;flex-shrink:0}.header-icon{color:var(--charcoal);display:flex;align-items:center;padding:6px;border-radius:6px;transition:background .15s}.header-icon:hover{background:var(--cream)}.btn-cart{display:flex;align-items:center;gap:8px;background:var(--forest);color:#fff;border:none;padding:10px 18px;border-radius:100px;font-size:13px;font-weight:700;font-family:DM Sans,sans-serif;cursor:pointer;letter-spacing:.03em;transition:var(--transition);text-decoration:none}.btn-cart:hover{background:#cc8200}.cart-count{background:#fff;color:var(--forest);border-radius:50%;width:20px;height:20px;font-size:11px;display:flex;align-items:center;justify-content:center;font-weight:800}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;border-radius:6px}.mobile-menu-toggle span{display:block;width:22px;height:2px;background:var(--charcoal);border-radius:2px;transition:transform .25s ease,opacity .25s ease}.mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle.is-open span:nth-child(2){opacity:0}.mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none;flex-direction:column;background:var(--white);border-top:1px solid var(--light-gray);max-height:0;overflow:hidden;transition:max-height .3s ease}.mobile-nav.open{display:flex;max-height:100vh}.mobile-nav-link{padding:14px 24px;font-size:15px;font-weight:500;color:var(--charcoal);text-decoration:none;border-bottom:1px solid var(--light-gray);display:block}.mobile-nav-link:hover{color:var(--forest)}.mobile-cart-link,.mobile-puffs-link{color:var(--forest);font-weight:700}.mobile-nav-group{border-bottom:1px solid var(--light-gray)}.mobile-nav-group-btn{width:100%;padding:14px 24px;text-align:left;background:none;border:none;font-size:15px;font-weight:500;color:var(--charcoal);font-family:DM Sans,sans-serif;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.mobile-group-chevron{font-size:11px;transition:transform .2s;opacity:.5}.mobile-nav-group.expanded .mobile-group-chevron{transform:rotate(90deg);opacity:1}.mobile-nav-sub{display:none;background:var(--cream);padding:4px 0}.mobile-nav-group.expanded .mobile-nav-sub{display:block}.mobile-nav-sub a{display:block;padding:11px 24px 11px 36px;font-size:14px;color:var(--mid-gray);text-decoration:none;border-bottom:1px solid var(--light-gray)}.mobile-nav-sub a:last-child{border-bottom:none}.mobile-nav-sub a:hover{color:var(--forest);background:var(--white)}@media(max-width:900px){.main-nav{display:none}.mobile-menu-toggle{display:flex}.header-inner{padding:0 20px}.logo-img{height:40px}}.header-inner{justify-content:space-between}.main-nav{position:absolute;left:50%;transform:translate(-50%);gap:2px}.nav-puffs-link{background:none!important;color:var(--forest)!important;font-weight:700!important;border-radius:6px!important;padding:8px 12px!important;font-size:14px!important;letter-spacing:0!important}.nav-puffs-link:hover{background:var(--cream)!important;color:var(--forest)!important}.supp-trust-section{background:var(--charcoal);padding:32px 40px}.supp-trust-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:0;text-align:center}.supp-trust-item{padding:8px 16px;border-right:1px solid rgba(255,255,255,.1)}.supp-trust-item:last-child{border-right:none}.supp-trust-icon{font-size:24px;margin-bottom:8px}.supp-trust-label{font-size:13px;font-weight:700;color:#fff;margin-bottom:3px}.supp-trust-sub{font-size:11px;color:#ffffff80;line-height:1.4}.supp-why-section{padding:100px 40px;background:var(--cream)}.supp-why-inner{max-width:900px;margin:0 auto}.supp-why-content .section-title{margin-bottom:20px}.supp-why-content>p{font-size:16px;color:var(--mid-gray);line-height:1.8;margin-bottom:14px;max-width:700px}.supp-why-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:36px}.supp-why-card{background:var(--white);border-radius:16px;padding:32px;border:1px solid var(--light-gray);transition:var(--transition)}.supp-why-card:hover{border-color:var(--forest);transform:translateY(-3px);box-shadow:0 8px 28px #ffa4001a}.supp-why-card-icon{font-size:32px;margin-bottom:14px}.supp-why-card-title{font-size:17px;font-weight:700;color:var(--charcoal);margin-bottom:10px}.supp-why-card p{font-size:14px;color:var(--mid-gray);line-height:1.7;margin:0}.supp-benefits-section{padding:100px 40px;background:var(--white)}.supp-benefits-inner{max-width:1280px;margin:0 auto}.supp-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}.supp-benefit-card{background:var(--cream);border-radius:16px;padding:28px 24px;border:1px solid var(--light-gray);transition:var(--transition)}.supp-benefit-card:hover{border-color:var(--sage-light);transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.supp-benefit-icon{font-size:28px;margin-bottom:12px}.supp-benefit-title{font-size:16px;font-weight:700;color:var(--charcoal);margin-bottom:8px}.supp-benefit-card p{font-size:13px;color:var(--mid-gray);line-height:1.7;margin:0}.supp-pairing-section{padding:80px 40px;background:var(--charcoal)}.supp-pairing-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr;gap:80px;align-items:center}.supp-pairing-text .section-title{color:#fff}.supp-pairing-text .section-title em{color:var(--forest)}.supp-pairing-text .section-label{color:var(--sage-light)}.supp-pairing-text p{font-size:15px;color:#ffffffa6;line-height:1.8;margin-bottom:0}.supp-pairing-stats{display:grid;grid-template-columns:1fr 1fr;gap:2px;border-radius:16px;overflow:hidden}.supp-pairing-stat{background:#ffffff0f;padding:28px 20px;text-align:center;transition:background .2s}.supp-pairing-stat:hover{background:#ffffff1a}.supp-pairing-num{font-family:Playfair Display,serif;font-size:36px;font-weight:700;color:var(--forest);margin-bottom:6px;line-height:1}.supp-pairing-label{font-size:12px;color:#ffffff8c;line-height:1.4}@media(max-width:1024px){.supp-trust-inner{grid-template-columns:repeat(3,1fr);gap:16px}.supp-trust-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.1);padding:16px}.supp-benefits-grid{grid-template-columns:repeat(2,1fr)}.supp-pairing-inner{grid-template-columns:1fr;gap:40px}}@media(max-width:768px){.supp-trust-inner{grid-template-columns:repeat(2,1fr)}.supp-why-cards,.supp-benefits-grid{grid-template-columns:1fr}.supp-pairing-stats{grid-template-columns:repeat(2,1fr)}.supp-why-section,.supp-benefits-section{padding:60px 20px}.supp-trust-section,.supp-pairing-section{padding:40px 20px}}footer,footer.footer{background:#2d4a1e!important}.trust-bar,.reviews-section,.results-stats,.about-cta-section,.about-stats-bar,.puff-feature-section,.supp-trust-section,.supp-pairing-section,.hiw-plans-section{background:var(--sage)!important}.trust-bar .trust-label,.trust-bar .trust-item,.reviews-section .section-title,.results-stats .result-stat,.about-cta-section h2,.about-stats-bar .about-stat-num,.puff-feature-section .puff-feature-headline .section-title,.supp-trust-section .supp-trust-label,.supp-pairing-section .supp-pairing-text .section-title,.result-stat-num,.about-stat-num,.supp-pairing-num,.puff-feat-num{color:#fff!important}.review-card{background:#ffffff26!important;border-color:#fff3!important}.review-text{color:#ffffffe6!important}.review-name{color:#fff!important}.review-meta,.review-verified{color:#ffffffa6!important}.review-stars{color:gold!important}.reviews-section .section-label,.about-cta-section .section-label,.supp-pairing-section .section-label,.reviews-section .section-desc{color:#ffffffb3!important}.reviews-section div[style*="color:#fff"],.reviews-section div[style*="color: #fff"]{color:#fff!important}.puff-feat{background:#ffffff1f!important;border-color:#ffffff26!important}.puff-feat-label{color:#fff!important}.puff-feat-desc{color:#ffffffb3!important}.puff-feat-icon{filter:none}.trust-sub{color:#ffffffa6!important}.trust-item{border-right-color:#fff3!important}.supp-trust-sub{color:#ffffffa6!important}.supp-trust-item{border-right-color:#fff3!important}.supp-pairing-stat{background:#ffffff1f!important}.supp-pairing-label{color:#ffffffa6!important}.supp-pairing-text p{color:#ffffffbf!important}.hiw-plans-section .section-title{color:#fff!important}.hiw-plans-section .section-label,.hiw-plans-section .section-desc{color:#ffffffb3!important}.about-stat-label{color:#ffffffbf!important}.about-stat{border-right-color:#fff3!important}.about-cta-section p[style]{color:#ffffffbf!important}.nutrition-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.nutrition-image-wrap{position:sticky;top:100px;display:flex;align-items:flex-start;justify-content:center}.nutrition-img-uploaded{width:100%;max-width:100%;border-radius:16px;box-shadow:0 8px 40px #0000001f;border:1px solid var(--light-gray);display:block}.ingredient-highlights{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ingredient-card{padding:20px;border-radius:10px}.ingredient-icon{font-size:24px;margin-bottom:8px}.ingredient-name{font-size:14px;font-weight:700;margin-bottom:6px}.ingredient-desc{font-size:12px;line-height:1.5}@media(max-width:768px){.nutrition-layout{grid-template-columns:1fr;gap:32px}.nutrition-image-wrap{position:static}.nutrition-img-uploaded{max-width:400px;margin:0 auto}}.header-inner{display:flex;align-items:center;justify-content:space-between;position:relative}.main-nav{position:static!important;left:auto!important;transform:none!important;display:flex;align-items:center;gap:2px;flex:1;justify-content:center;margin:0 16px;min-width:0}.logo-link{flex-shrink:0;min-width:120px}.header-actions{flex-shrink:0;min-width:120px;justify-content:flex-end}.nav-puffs-link{color:var(--forest)!important;font-weight:700!important;white-space:nowrap}.main-nav a,.nav-link,.nav-dropdown-btn{padding-bottom:0!important}.contact-hero-section{padding:80px 40px 100px;background:var(--white)}.contact-hero-inner{max-width:800px;margin:0 auto;text-align:center}.contact-intro{font-size:17px;color:var(--mid-gray);line-height:1.8;max-width:600px;margin:16px auto 48px}.contact-email-card{display:flex;align-items:center;gap:24px;background:var(--cream);border:2px solid var(--forest);border-radius:16px;padding:32px 40px;margin-bottom:48px;text-align:left}.contact-email-icon{font-size:40px;flex-shrink:0}.contact-email-label{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--sage);margin-bottom:6px}.contact-email-address{display:block;font-size:22px;font-weight:700;color:var(--forest);text-decoration:none;margin-bottom:8px;transition:color .2s}.contact-email-address:hover{color:#cc8200;text-decoration:underline}.contact-email-note{font-size:14px;color:var(--mid-gray);margin:0;line-height:1.5}.contact-info-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;text-align:left}.contact-info-card{background:var(--cream);border-radius:12px;padding:28px;border:1px solid var(--light-gray);transition:var(--transition)}.contact-info-card:hover{border-color:var(--sage-light);transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.contact-info-icon{font-size:28px;margin-bottom:12px}.contact-info-title{font-size:16px;font-weight:700;color:var(--charcoal);margin-bottom:8px}.contact-info-card p{font-size:14px;color:var(--mid-gray);line-height:1.7;margin:0}@media(max-width:768px){.contact-hero-section{padding:60px 20px}.contact-email-card{flex-direction:column;text-align:center;padding:28px 24px}.contact-info-cards{grid-template-columns:1fr}.contact-email-address{font-size:18px}}.site-footer,footer,footer.footer{background:#1e1e1e!important;color:#ffffffa6}.footer-inner{max-width:1280px;margin:0 auto;padding:0 40px}.footer-top{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:60px;padding:64px 0 48px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo-link{display:inline-block;margin-bottom:20px}.footer-logo{height:44px;width:auto;filter:brightness(0) invert(1);opacity:.9}.footer-about{font-size:13px;color:#ffffff8c;line-height:1.7;margin-bottom:20px;max-width:280px}.footer-socials{display:flex;gap:12px;align-items:center}.footer-social-link{width:36px;height:36px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;color:#fff9;transition:background .2s,color .2s;text-decoration:none}.footer-social-link:hover{background:var(--forest);color:#fff}.footer-col{display:flex;flex-direction:column;gap:0}.footer-col-heading{font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:16px}.footer-col a{font-size:13px;color:#ffffff8c;text-decoration:none;padding:5px 0;transition:color .15s}.footer-col a:hover{color:var(--forest)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:24px 0;gap:20px;flex-wrap:wrap}.footer-copy{font-size:12px;color:#fff6;line-height:1.6}.footer-disclaimer{color:#ffffff4d;font-size:11px}.footer-payments{display:flex;gap:8px;flex-wrap:wrap}.payment-badge{background:#ffffff14;color:#ffffff80;font-size:10px;font-weight:700;padding:4px 10px;border-radius:4px;letter-spacing:.06em}@media(max-width:1024px){.footer-top{grid-template-columns:1fr 1fr;gap:40px}}@media(max-width:600px){.footer-inner{padding:0 20px}.footer-top{grid-template-columns:1fr 1fr;gap:32px;padding:48px 0 32px}.footer-bottom{flex-direction:column;align-items:flex-start}}.cart-item-savings{font-size:12px;font-weight:700;color:var(--sage);background:#f0faf0;border:1px solid #c8e6c9;border-radius:100px;padding:3px 10px;display:inline-block;margin-top:6px}.bundle-qty-option{border:2px solid var(--light-gray)!important;background:var(--white)!important;box-shadow:none!important}.bundle-qty-option:hover{border-color:#ffa40066!important}.bundle-qty-option.active{border-color:var(--forest)!important;background:#fff8ee!important;box-shadow:0 0 0 1px var(--forest)!important}.bundle-qty-option:not(.active) .bqo-qty{color:var(--mid-gray)}.bundle-qty-option.active .bqo-qty{color:var(--charcoal);font-weight:800}.btn-atc{margin-bottom:14px!important}.product-trust-row{padding-top:4px}@media(max-width:768px){.site-header{overflow:visible}.header-inner{padding:0 16px;height:60px;gap:8px}.logo-img{height:36px}.main-nav{display:none!important}.header-actions .header-icon{display:none}.btn-cart{padding:8px 12px;font-size:12px;gap:5px}.mobile-menu-toggle{display:flex}.whats-included-section{padding:48px 0;overflow:hidden}.whats-included-inner{padding:0 20px}.meal-timeline{overflow:hidden}.meal-items{overflow-x:auto;-webkit-overflow-scrolling:touch;padding:0 20px 16px;scroll-snap-type:x mandatory;width:100%}.meal-item{scroll-snap-align:center;flex-shrink:0}.meal-items:after{content:"";flex-shrink:0;width:20px}.whats-included-section .section-header{padding:0 20px}.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;padding:0 16px}.product-card{min-width:0}.product-img{height:160px!important}.product-name{font-size:13px!important;word-break:break-word}.product-price{font-size:14px!important}.product-stars{font-size:11px!important}.btn-add-full{font-size:12px!important;padding:10px 8px!important}.product-info{padding:12px!important}.cross-sell .products-grid{grid-template-columns:repeat(2,1fr)!important}.featured-products .products-grid,section .products-grid{grid-template-columns:repeat(2,1fr)!important}body{overflow-x:hidden}section{overflow-x:hidden;max-width:100vw}}.meal-timeline-scroll{width:100%;overflow:hidden}@media(max-width:768px){.meal-timeline-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:8px}.meal-timeline{min-width:600px;padding:0 16px}.whats-included-section .section-header{padding:0 20px;margin-bottom:24px}.header-inner{flex-wrap:nowrap}.logo-link{min-width:0!important}.header-actions{min-width:0!important;gap:8px}}.mobile-nav{display:none;flex-direction:column}.mobile-nav.open{display:flex}.footer-logo{filter:none!important;opacity:1!important}.qty-selector-wrap{display:flex;align-items:center;gap:16px;margin-bottom:20px}.qty-selector-label{font-size:13px;font-weight:700;color:var(--charcoal);text-transform:uppercase;letter-spacing:.06em}.qty-selector{display:flex;align-items:center;border:2px solid var(--light-gray);border-radius:8px;overflow:hidden}.qty-btn-ctrl{background:var(--cream);border:none;width:40px;height:40px;font-size:20px;line-height:1;cursor:pointer;color:var(--charcoal);transition:background .15s;display:flex;align-items:center;justify-content:center;font-family:DM Sans,sans-serif}.qty-btn-ctrl:hover{background:var(--light-gray)}.qty-display{width:48px;text-align:center;font-size:16px;font-weight:700;color:var(--charcoal);border-left:1px solid var(--light-gray);border-right:1px solid var(--light-gray);height:40px;display:flex;align-items:center;justify-content:center}
/*# sourceMappingURL=/cdn/shop/t/52/assets/theme.css.map */
