:root{--color-bg:#fff;--color-bg-alt:#f7f7f5;--color-text:#1a1a1a;--color-text-muted:#5c5c5c;--color-border:#e5e5e5;--color-primary:#1a1a1a;--color-primary-hover:#333;--color-accent:#2d6a4f;--color-brand-dark:#0b3018;--color-brand-mid:#2d6a4f;--color-brand-light:#8cc63f;--color-subscription-bg:#eef6f0;--color-sale:#c1121f;--font-sans:"Segoe UI", system-ui, -apple-system, sans-serif;--container:1200px;--header-height:72px;--radius:8px;--shadow:0 4px 20px #00000014;--transition:.25s ease}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.site{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.container{width:min(100% - 2rem, var(--container));margin-inline:auto}.section{padding:4rem 0}.section-alt{background:var(--color-bg-alt)}.section-header{margin-bottom:2.5rem}.section-header.center,.center{text-align:center}.section-title{letter-spacing:-.02em;margin:0 0 2rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600}.section-header h2,.section-header h1{letter-spacing:-.02em;margin:0 0 .5rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600}.section-header p{color:var(--color-text-muted);margin:0;font-size:1.1rem}.btn{border-radius:var(--radius);cursor:pointer;transition:background var(--transition), transform var(--transition);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-hover)}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-full{width:100%}.btn-outline{border:1px solid var(--color-border);color:var(--color-text);background:0 0}.btn-outline:hover:not(:disabled){border-color:var(--color-primary)}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn:disabled{opacity:.5;cursor:not-allowed}.link-btn{color:var(--color-text);cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.icon-btn{cursor:pointer;width:40px;height:40px;color:var(--color-text);transition:background var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:relative}.icon-btn:hover{background:var(--color-bg-alt)}.site-header{z-index:100;background:var(--color-bg);border-bottom:1px solid var(--color-border);position:sticky;top:0}.header-inner{width:min(100% - 2rem, var(--container));height:var(--header-height);justify-content:space-between;align-items:center;gap:2rem;margin-inline:auto;display:flex}.logo{flex-shrink:0;align-items:center;display:inline-flex}.site-logo-img{object-fit:contain;width:auto;max-width:min(200px,42vw);height:40px;display:block}.main-nav{gap:2rem;display:flex}.main-nav a{color:var(--color-text-muted);transition:color var(--transition);font-size:.95rem;font-weight:500}.main-nav a:hover,.main-nav a.active{color:var(--color-text)}.header-actions{flex:1;justify-content:flex-end;align-items:center;gap:.25rem;min-width:0;display:flex}.cart-count{background:var(--color-primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.hero{text-align:center;color:#fff;background:linear-gradient(#00000059,#00000059),linear-gradient(135deg,#1b4332 0%,#2d6a4f 50%,#40916c 100%);justify-content:center;align-items:center;min-height:420px;padding:4rem 1rem;display:flex}.hero-eyebrow{letter-spacing:-.02em;max-width:700px;margin:0 0 2rem;font-size:clamp(1.5rem,4vw,2.75rem);font-weight:600}.hero .btn-primary{color:var(--color-text);background:#fff}.hero .btn-primary:hover{background:#f0f0f0}.features-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.feature-card{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);padding:1.5rem}.feature-card h3{margin:0 0 .75rem;font-size:1.1rem}.feature-card p{color:var(--color-text-muted);margin:0;font-size:.95rem}.fda-notice{color:var(--color-text-muted);background:var(--color-bg-alt);border-radius:var(--radius);border-left:3px solid var(--color-accent);padding:1.25rem;font-size:.85rem;line-height:1.7}.products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.products-section .section-title{text-align:center}.products-section .products-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:1280px;margin-inline:auto}.product-card{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);flex-direction:column;display:flex;overflow:hidden}.product-card-link{transition:opacity var(--transition);flex:1}.product-card-link:hover{opacity:.85}.product-card h3{margin:1rem 1rem .5rem;font-size:1rem;font-weight:600;line-height:1.4}.product-card-price{flex-direction:column;gap:.15rem;margin:0 1rem .75rem;display:flex}.product-card-action{padding:0 1rem 1rem}.price-compare{color:var(--color-text-muted);font-size:.85rem;text-decoration:line-through}.price-label{color:var(--color-text-muted);font-size:.8rem}.price-value{font-size:1rem;font-weight:600}.product-image{object-fit:cover;width:100%;height:100%}.product-card-image{aspect-ratio:1}.bundle-layout{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1000px;margin-inline:auto;display:grid}.bundle-visual{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.bundle-visual-item{align-items:center;gap:.5rem;display:flex}.bundle-plus{color:var(--color-text);align-items:center;display:flex}.bundle-visual-image{object-fit:cover;border-radius:var(--radius);background:var(--color-bg-alt);width:120px;height:160px}.bundle-config{flex-direction:column;gap:1.25rem;display:flex}.bundle-config-item{align-items:flex-start;gap:.75rem;display:flex}.bundle-checkbox{cursor:pointer;flex-shrink:0;margin-top:.15rem;position:relative}.bundle-checkbox input{opacity:0;width:0;height:0;position:absolute}.bundle-check-box{border:2px solid var(--color-primary);background:var(--color-primary);width:18px;height:18px;display:block}.bundle-checkbox input:not(:checked)+.bundle-check-box{background:var(--color-bg)}.bundle-config-details{flex:1;min-width:0}.bundle-config-row{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.bundle-config-name{font-weight:500}.bundle-config-price{text-align:right;white-space:nowrap}.bundle-config-price strong{display:block}.bundle-price-compare{color:var(--color-text-muted);font-size:.85rem;text-decoration:line-through;display:block}.bundle-pack-select{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);width:100%;padding:.5rem .75rem}.bundle-config-footer{border-top:1px solid var(--color-border);margin-top:.5rem;padding-top:1.25rem}.bundle-total{margin:0 0 1rem;font-size:1.1rem}.bundle-original{color:var(--color-text-muted);margin-left:.5rem;text-decoration:line-through}.why-list{margin:0;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:800px;margin-inline:auto;padding:0;list-style:none;display:grid}.why-list li{background:var(--color-bg-alt);border-radius:var(--radius);padding:1rem 1.25rem;font-weight:500}.why-list li:before{content:"✓ ";color:var(--color-accent);font-weight:700}.trust-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.trust-card{border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem}.trust-card h3{margin:0 0 .75rem;font-size:1.05rem}.trust-card p{color:var(--color-text-muted);margin:0;font-size:.92rem}.product-page{padding:2rem 0 4rem}.product-page-inner{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.product-gallery-main-wrap{border-radius:var(--radius);aspect-ratio:1;background:#f5f5f5;overflow:hidden}.product-gallery-main-wrap.is-ingredients{background:#fff}.product-gallery-main{aspect-ratio:1;object-fit:cover;width:100%;height:100%}.product-gallery-main-wrap.is-ingredients .product-gallery-main{object-fit:contain;background:#fff;padding:1rem}.product-gallery-thumb-btn.is-ingredients .product-gallery-thumb{object-fit:contain;background:#fff;padding:.25rem}.product-gallery-thumbs{gap:.75rem;margin-top:.75rem;display:flex}.product-gallery-thumb-btn{border-radius:var(--radius);cursor:pointer;background:0 0;border:2px solid #0000;padding:0;overflow:hidden}.product-gallery-thumb-btn.active{border-color:var(--color-primary)}.product-gallery-thumb{object-fit:cover;width:80px;height:80px}.product-info h1{margin:0 0 .25rem;font-size:clamp(1.5rem,3vw,2rem);line-height:1.3}.product-reviews{color:var(--color-text-muted);margin:0 0 1rem}.product-price-block{border-bottom:1px solid var(--color-border);margin-bottom:1.5rem;padding-bottom:1.5rem}.product-description{border-top:1px solid var(--color-border);margin-top:2rem;padding-top:2rem}.product-description p{color:var(--color-text-muted);margin:0 0 .75rem}.product-details{border-top:1px solid var(--color-border);flex-direction:column;gap:1.25rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.product-details-block h3{margin:0 0 .5rem;font-size:1rem}.product-details-block p,.product-details-block li{color:var(--color-text-muted);margin:0;line-height:1.6}.product-details-block ul{flex-direction:column;gap:.35rem;margin:0;padding-left:1.25rem;display:flex}.purchase-panel{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg-alt);padding:1.25rem}.pack-type-tabs{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1.25rem;display:grid}.pack-tab{border:2px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);cursor:pointer;transition:border-color var(--transition), background var(--transition);padding:.75rem;font-weight:600}.pack-tab.active{border-color:var(--color-primary);background:var(--color-bg)}.bundle-save-label,.purchase-type-label,.subscription-label,.mini-pack-title{text-transform:uppercase;letter-spacing:.04em;margin:0 0 .75rem;font-size:.9rem;font-weight:600}.mini-pack-subtitle{color:var(--color-text-muted);margin:-.5rem 0 1rem;font-size:.9rem}.pack-options{grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1.25rem;display:grid}.pack-btn{border:2px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);cursor:pointer;text-align:left;transition:border-color var(--transition);flex-direction:column;align-items:flex-start;gap:.2rem;padding:.85rem;display:flex;position:relative}.pack-btn.active{border-color:var(--color-primary)}.pack-badge{background:var(--color-accent);color:#fff;text-transform:uppercase;border-radius:999px;padding:.15rem .5rem;font-size:.65rem;font-weight:700;position:absolute;top:-8px;right:8px}.pack-label{font-size:.9rem;font-weight:600}.pack-price{color:var(--color-text-muted);font-size:.85rem}.purchase-type-options{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.purchase-option{border:2px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);cursor:pointer;transition:border-color var(--transition);align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.purchase-option.active{border-color:var(--color-primary)}.purchase-option input{margin-top:.2rem}.purchase-option strong{margin-bottom:.15rem;display:block}.purchase-option span{color:var(--color-text-muted);font-size:.85rem}.purchase-option--subscription{background:var(--color-subscription-bg);border-color:#2d6a4f59;position:relative;overflow:hidden}.purchase-option--subscription.active{border-color:var(--color-brand-mid);background:var(--color-subscription-bg);box-shadow:0 4px 14px #0b301814}.purchase-option--subscription.active strong,.purchase-option--subscription.active .subscription-price{color:var(--color-brand-dark)}.purchase-option--subscription.active .subscription-price-note{color:var(--color-brand-mid)}.purchase-option--subscription .subscription-option-badge{letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--color-brand-mid);border-bottom-left-radius:var(--radius);padding:.3rem .65rem;font-size:.65rem;font-weight:700;position:absolute;top:0;right:0}.purchase-option-content{flex:1;padding-top:.15rem}.subscription-price-line{flex-wrap:wrap;align-items:baseline;gap:.35rem;display:flex}.subscription-price{color:var(--color-brand-mid);font-size:1.05rem;font-weight:700}.subscription-price-note{color:var(--color-text-muted);font-size:.8rem}.subscription-details{border-radius:var(--radius);background:var(--color-subscription-bg);border:1px solid #2d6a4f33;margin-bottom:1rem;padding:1rem 1.1rem}.subscription-details-heading{letter-spacing:.08em;text-transform:uppercase;color:var(--color-brand-mid);margin:0 0 .65rem;font-size:.75rem;font-weight:700}.subscription-details select{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);width:100%;margin-bottom:.75rem;padding:.65rem}.subscription-benefits{color:var(--color-brand-dark);margin:0;padding:0;font-size:.9rem;list-style:none}.subscription-benefits li{align-items:flex-start;gap:.4rem;margin-bottom:.35rem;display:flex}.subscription-benefits li svg{color:var(--color-brand-light);stroke:var(--color-brand-mid);flex-shrink:0;margin-top:.15rem}.purchase-total--subscription{border-radius:var(--radius);background:var(--color-subscription-bg);border:1px solid #2d6a4f2e;margin:.5rem 0 0;padding:1rem}.purchase-total--subscription strong{color:var(--color-brand-mid);font-size:1.2rem}.btn-subscribe{color:#fff;background:var(--color-brand-mid);transition:background var(--transition);border:none}.btn-subscribe:hover{background:var(--color-brand-dark)}.purchase-total{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;margin:.5rem 0;padding:1rem 0;font-size:1.05rem;display:flex}.purchase-trust{color:var(--color-text-muted);flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;font-size:.85rem;display:flex}.purchase-trust span{align-items:center;gap:.35rem;display:inline-flex}.pack-type-single{margin:0 0 1rem;font-weight:600}.single-pack-price{margin-bottom:1.25rem;font-size:1.25rem}.order-timeline{border-top:1px solid var(--color-border);justify-content:center;gap:3rem;margin-top:2rem;padding:2rem 0;display:flex}.timeline-step{text-align:center;color:var(--color-text-muted);opacity:.5}.timeline-step.active{opacity:1;color:var(--color-text)}.timeline-icon{margin-bottom:.35rem;font-size:1.5rem;display:block}.cart-overlay{z-index:200;opacity:0;visibility:hidden;transition:opacity var(--transition), visibility var(--transition);background:#0006;position:fixed;inset:0}.cart-overlay.open{opacity:1;visibility:visible}.cart-drawer{background:var(--color-bg);z-index:201;width:min(420px,100vw);height:100vh;transition:transform var(--transition);flex-direction:column;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-4px 0 24px #0000001f}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.cart-drawer-header h2{margin:0;font-size:1.25rem}.cart-drawer-count{color:var(--color-text-muted);font-weight:400}.cart-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.cart-empty-title{margin:0;font-size:1.25rem;font-weight:600}.cart-empty-note{color:var(--color-text-muted);margin:0;font-size:.9rem}.cart-items{flex:1;padding:1rem 1.5rem;overflow-y:auto}.cart-item{border-bottom:1px solid var(--color-border);gap:1rem;padding:1rem 0;display:flex}.cart-item-image{border-radius:var(--radius);aspect-ratio:auto;flex-shrink:0;width:80px;height:80px;font-size:.65rem}.cart-item-name{margin-bottom:.25rem;font-size:.95rem;font-weight:600;display:block}.cart-item-name:hover{text-decoration:underline}.cart-item-meta{color:var(--color-text-muted);margin:0 0 .35rem;font-size:.8rem}.cart-item-price{margin:0 0 .35rem;font-weight:600}.cart-remove{font-size:.8rem}.cart-drawer-footer{border-top:1px solid var(--color-border);padding:1.25rem 1.5rem}.cart-subtotal{justify-content:space-between;margin-bottom:1rem;font-size:1.1rem;display:flex}.payment-icons,.payment-methods{color:var(--color-text-muted);flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1rem;font-size:.75rem;display:flex}.payment-icons span,.payment-methods span{border:1px solid var(--color-border);border-radius:4px;padding:.25rem .5rem}.benefits-bar{background:var(--color-bg-alt);border-top:1px solid var(--color-border);text-align:center;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.5rem;font-size:.9rem;font-weight:500;display:grid}.benefit{flex-direction:column;align-items:center;gap:.35rem;display:flex}.benefit svg{color:var(--color-accent)}.footer-main{width:min(100% - 2rem, var(--container));grid-template-columns:2fr 1fr;gap:2rem;margin-inline:auto;padding:3rem 1.5rem;display:grid}.footer-contact p{color:var(--color-text-muted);margin:0 0 .5rem;font-size:.9rem}.fda-disclaimer{margin-top:1rem!important;font-size:.8rem!important}.footer-links{flex-direction:column;gap:.5rem;display:flex}.footer-links a{color:var(--color-text-muted);font-size:.9rem}.footer-links a:hover{color:var(--color-text);text-decoration:underline}.footer-bottom{border-top:1px solid var(--color-border);text-align:center;padding:1.5rem}.footer-bottom p{color:var(--color-text-muted);margin:1rem 0 0;font-size:.85rem}.legal-page-inner{max-width:760px}.legal-page-header h1{margin:0 0 .5rem}.legal-effective-date{color:var(--color-text-muted);margin:0 0 2rem}.legal-intro p,.legal-section p{color:var(--color-text-muted);margin:0 0 1rem;line-height:1.7}.legal-sections{flex-direction:column;gap:2rem;display:flex}.legal-section h2{margin:0 0 .75rem;font-size:1.15rem}.legal-section ul{color:var(--color-text-muted);margin:0;padding-left:1.25rem;line-height:1.7}.legal-section li+li{margin-top:.35rem}.contact-inner{max-width:900px}.contact-grid{grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem;display:grid}.contact-info h3{margin:0 0 1rem}.contact-info p{color:var(--color-text-muted);margin:0 0 .5rem}.contact-info a:hover{text-decoration:underline}.contact-form{flex-direction:column;gap:1rem;display:flex}.contact-form label{flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:500;display:flex}.contact-form input,.contact-form textarea{border:1px solid var(--color-border);border-radius:var(--radius);padding:.75rem}.not-found{text-align:center;padding:4rem 0}.not-found-page{align-items:center;min-height:50vh;display:flex}.not-found-inner{text-align:center;max-width:520px;margin-inline:auto}.not-found-code{color:var(--color-brand-mid);margin:0 0 .5rem;font-size:4rem;font-weight:700;line-height:1}.not-found-inner h1{margin:0 0 .75rem}.not-found-message{color:var(--color-text-muted);margin:0 0 2rem}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.search-bar{position:relative}.search-bar.expanded{flex:1;max-width:560px}.search-input-wrap{width:100%;position:relative}.search-label{color:var(--color-text-muted);background:var(--color-bg);z-index:1;padding:0 4px;font-size:.7rem;position:absolute;top:-8px;left:12px}.search-input-row{border:1px solid var(--color-primary);border-radius:var(--radius);background:var(--color-bg);align-items:center;display:flex;overflow:hidden}.search-input{background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.85rem 1rem}.search-clear,.search-submit{cursor:pointer;color:var(--color-text);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.search-divider{background:var(--color-border);width:1px;height:24px}.search-dropdown{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);z-index:300;grid-template-columns:1fr 1.2fr;display:grid;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden}.search-dropdown-col{padding:1rem 1.25rem}.search-dropdown-col+.search-dropdown-col{border-left:1px solid var(--color-border)}.search-dropdown-heading{letter-spacing:.08em;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);margin:0 0 .75rem;padding-bottom:.5rem;font-size:.7rem;font-weight:600}.search-suggestions,.search-products{margin:0;padding:0;list-style:none}.search-suggestion-btn{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem 0;font-size:.95rem;display:block}.search-suggestion-btn:hover{text-decoration:underline}.search-product-item{align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.search-product-item:hover .search-product-name{text-decoration:underline}.search-product-thumb{object-fit:cover;border-radius:4px;flex-shrink:0;width:48px;height:48px}.search-product-name{font-size:.9rem;display:block}.search-product-price{margin-top:.15rem;font-size:.9rem;display:block}.search-empty{color:var(--color-text-muted);margin:0;font-size:.9rem}.collection-page{padding:2.5rem 0 4rem;font-family:Roboto Mono,Courier New,monospace}.collection-container{width:min(100% - 2rem,1280px);margin-inline:auto}.collection-title{text-align:center;letter-spacing:0;margin:0 0 2rem;font-size:1.75rem;font-weight:500}.collection-filter-bar-desktop{margin-bottom:2rem;display:block}.collection-filter-bar-mobile{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:none}.collection-filter-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;font-size:.8rem;display:flex}.collection-filter-bar-left,.collection-filter-bar-right{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.collection-filter-label{color:var(--color-text);font-weight:400}.filter-dropdown{position:relative}.filter-dropdown-trigger{border:1px solid var(--color-border);background:var(--color-bg);cursor:pointer;color:var(--color-text);border-radius:4px;align-items:center;gap:.35rem;padding:.4rem .75rem;font-family:inherit;font-size:.8rem;display:inline-flex}.filter-dropdown-trigger.active{border-color:var(--color-text)}.filter-dropdown-panel{background:var(--color-bg);border:1px solid var(--color-border);min-width:240px;box-shadow:var(--shadow);z-index:50;border-radius:4px;padding:1rem;position:absolute;top:calc(100% + 6px);left:0}.filter-dropdown-content{flex-direction:column;gap:.5rem;display:flex}.filter-dropdown-header{justify-content:space-between;align-items:center;margin-bottom:.25rem;font-size:.8rem;font-weight:500;display:flex}.filter-reset{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.75rem;text-decoration:underline}.filter-checkbox{cursor:pointer;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.filter-checkbox input{width:14px;height:14px}.filter-hint{color:var(--color-text-muted);margin:0 0 .5rem;font-size:.75rem}.price-range-row{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.price-input-group{border:1px solid var(--color-border);border-radius:4px;align-items:center;display:flex}.price-currency{color:var(--color-text-muted);padding:.4rem 0 .4rem .5rem;font-size:.8rem}.price-input-group input{background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.4rem .5rem;font-family:inherit;font-size:.8rem}.filter-remove-inline{cursor:pointer;color:var(--color-text-muted);background:0 0;border:none;font-family:inherit;font-size:.75rem;text-decoration:underline}.sort-dropdown-wrap{align-items:center;display:inline-flex;position:relative}.sort-dropdown{appearance:none;border:1px solid var(--color-border);background:var(--color-bg);cursor:pointer;border-radius:4px;padding:.4rem 1.75rem .4rem .75rem;font-family:inherit;font-size:.8rem}.sort-chevron{pointer-events:none;color:var(--color-text-muted);position:absolute;right:.5rem}.collection-count{color:var(--color-text);white-space:nowrap;font-size:.8rem}.collection-mobile-filter-btn{border:1px solid var(--color-border);background:var(--color-bg);cursor:pointer;border-radius:4px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-family:inherit;font-size:.8rem;display:inline-flex}.collection-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.product-card--home,.product-card--collection{background:var(--color-bg);text-align:center;border:none;border-radius:6px;flex-direction:column;padding:1rem;display:flex;box-shadow:0 2px 12px #0000000f}.product-card--home .product-card-link,.product-card--collection .product-card-link{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex}.product-card--home .product-card-media,.product-card--collection .product-card-media{background:#f5f5f5;border-radius:4px;width:100%;margin-bottom:1rem;overflow:hidden}.product-card-media.has-ingredients{aspect-ratio:1;position:relative}.product-card-media.has-ingredients .product-card-image{transition:opacity .3s}.product-card-image--primary{z-index:1;position:relative}.product-card-image--ingredients{z-index:2;opacity:0;object-fit:contain;background:#fff;padding:.5rem;position:absolute;inset:0}.product-card-media.has-ingredients:hover .product-card-image--primary{opacity:0}.product-card-media.has-ingredients:hover .product-card-image--ingredients{opacity:1}.product-card--home .product-card-image,.product-card--collection .product-card-image{aspect-ratio:1;object-fit:cover;width:100%}.product-card--home h3,.product-card--collection h3{width:100%;margin:0 0 .35rem;font-size:.9rem;font-weight:500;line-height:1.4}.showcase-price,.collection-price{color:var(--color-text);width:100%;margin:0 0 1rem;font-size:.9rem;font-weight:400}.product-card--home .product-card-action,.product-card--collection .product-card-action{width:100%;margin-top:auto;padding:0}.collection-cta{background:var(--color-primary);color:#fff;cursor:pointer;width:100%;transition:opacity var(--transition);border:none;border-radius:4px;justify-content:center;align-items:center;padding:.7rem 1rem;font-family:inherit;font-size:.8rem;font-weight:400;text-decoration:none;display:flex}.collection-cta:hover:not(:disabled){opacity:.85}.collection-cta:disabled{opacity:.4;cursor:not-allowed}.collection-filters-overlay{z-index:200;opacity:0;visibility:hidden;transition:opacity var(--transition), visibility var(--transition);background:#0006;position:fixed;inset:0}.collection-filters-overlay.open{opacity:1;visibility:visible}.collection-filters-drawer{background:var(--color-bg);z-index:201;max-height:90vh;transition:transform var(--transition);border-radius:12px 12px 0 0;flex-direction:column;font-family:Roboto Mono,monospace;display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.collection-filters-drawer.open{transform:translateY(0)}.collection-filters-drawer-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.collection-filters-drawer-header h2{margin:0;font-size:1rem;font-weight:500}.collection-filters-drawer-body{flex:1;padding:0 1.25rem 1rem;overflow-y:auto}.drawer-product-count{color:var(--color-text-muted);margin:1rem 0;font-size:.8rem}.drawer-filter-section{border-bottom:1px solid var(--color-border);padding:1rem 0}.drawer-filter-section h3{margin:0 0 .75rem;font-size:.85rem;font-weight:500}.filter-sort-select{border:1px solid var(--color-border);background:var(--color-bg);border-radius:4px;width:100%;padding:.6rem .75rem;font-family:inherit;font-size:.8rem}.collection-filters-drawer-footer{border-top:1px solid var(--color-border);flex-direction:column;gap:.5rem;padding:1rem 1.25rem;display:flex}.filter-remove-all{cursor:pointer;color:var(--color-text);text-align:center;background:0 0;border:none;padding:.5rem;font-family:inherit;font-size:.8rem;text-decoration:underline}.no-results{text-align:center;color:var(--color-text-muted);padding:3rem 0;font-size:.85rem}@media (width<=1024px){.features-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.bundle-layout{grid-template-columns:1fr}.collection-grid{grid-template-columns:repeat(3,1fr)}.product-page-inner,.footer-main{grid-template-columns:1fr}}@media (width<=768px){.main-nav{display:none}.features-grid,.why-list,.trust-grid,.benefits-bar{grid-template-columns:1fr}.products-section .products-grid{grid-template-columns:repeat(2,1fr)}.pack-options,.contact-grid{grid-template-columns:1fr}.order-timeline{gap:1.5rem;font-size:.85rem}.search-bar.expanded{background:var(--color-bg);z-index:150;max-width:none;padding:.5rem 0;position:absolute;top:100%;left:1rem;right:1rem}.search-dropdown{grid-template-columns:1fr}.search-dropdown-col+.search-dropdown-col{border-left:none;border-top:1px solid var(--color-border)}.header-inner{position:relative}.collection-filter-bar-desktop{display:none}.collection-filter-bar-mobile{display:flex}.collection-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.checkout-page{flex-direction:column;min-height:100vh;display:flex}.checkout-header{border-bottom:1px solid var(--color-border)}.checkout-header-inner{justify-content:space-between;align-items:center;padding:1.25rem 0;display:flex}.checkout-logo .site-logo-img{height:32px}.checkout-header-cart{color:#1773b0;justify-content:center;align-items:center;display:inline-flex}.checkout-body{flex:1;padding:2.5rem 0 3rem}.checkout-layout{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.checkout-main{width:100%}.checkout-steps{align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.checkout-step{color:var(--color-text-muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.checkout-step.active{color:var(--color-text);font-weight:600}.checkout-step-number{border:1px solid var(--color-border);border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:600;display:inline-flex}.checkout-step.active .checkout-step-number{color:#fff;background:#1773b0;border-color:#1773b0}.checkout-step-divider{background:var(--color-border);flex:1;max-width:3rem;height:1px}.checkout-form{flex-direction:column;gap:1.75rem;width:100%;display:flex}.checkout-actions{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.btn-checkout-secondary{width:100%}.checkout-section h2{margin:0 0 1rem;font-size:1.125rem;font-weight:600}.checkout-section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.checkout-section-header h2{margin:0}.checkout-fields{flex-direction:column;gap:.75rem;display:flex}.checkout-field{flex-direction:column;gap:.35rem;display:flex}.checkout-field-label{color:var(--color-text-muted);font-size:.8rem}.checkout-field input,.checkout-field select{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);width:100%;color:var(--color-text);padding:.85rem .9rem}.checkout-field input:focus,.checkout-field select:focus{border-color:#1773b0;outline:none;box-shadow:0 0 0 1px #1773b0}.checkout-field-icon{position:relative}.checkout-field-icon input{padding-right:2.5rem}.checkout-field-icon-svg{color:var(--color-text-muted);pointer-events:none;position:absolute;bottom:.95rem;right:.85rem}.checkout-field-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.checkout-field-row-3{grid-template-columns:1fr 1fr 1fr}.checkout-checkbox{cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.checkout-checkbox input{accent-color:#1773b0;width:1rem;height:1rem}.checkout-agreements h2{margin-bottom:1rem}.checkout-agreement-list{flex-direction:column;gap:1rem;display:flex}.checkout-agreement{cursor:pointer;align-items:flex-start;gap:.65rem;font-size:.875rem;line-height:1.5;display:flex}.checkout-agreement input{accent-color:#1773b0;flex-shrink:0;width:1rem;height:1rem;margin-top:.2rem}.checkout-agreement a{color:#1773b0;text-decoration:underline}.checkout-agreement--error{color:#b42318}.checkout-agreement--error input{outline-offset:1px;outline:2px solid #b42318}.checkout-agreement-disclaimer{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text-muted);margin-top:1.25rem;padding:1rem 1.25rem;font-size:.8rem;line-height:1.55}.checkout-agreement-disclaimer p{margin:0}.checkout-agreement-disclaimer p+p{margin-top:.75rem}.checkout-agreement-disclaimer a{color:#1773b0}.checkout-agreement-error{color:#b42318;margin:.75rem 0 0;font-size:.85rem}.checkout-shipping-box{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text-muted);padding:1rem 1.25rem;font-size:.9rem}.checkout-shipping-box p{margin:0}.checkout-shipping-options{border:none;flex-direction:column;gap:.75rem;margin:0;padding:0;display:flex}.checkout-shipping-option{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);cursor:pointer;transition:border-color var(--transition), box-shadow var(--transition);align-items:center;gap:.85rem;padding:1rem 1.25rem;display:flex}.checkout-shipping-option:hover{border-color:#1773b0}.checkout-shipping-option.selected{border-color:#1773b0;box-shadow:0 0 0 1px #1773b0}.checkout-shipping-option input{accent-color:#1773b0;flex-shrink:0}.checkout-shipping-option-content{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.checkout-shipping-option-label{font-size:.95rem;font-weight:600}.checkout-shipping-option-desc{color:var(--color-text-muted);font-size:.8rem}.checkout-shipping-option-price{white-space:nowrap;font-size:.95rem;font-weight:600}.checkout-payment-note{color:var(--color-text-muted);margin:0 0 1rem;font-size:.85rem}.checkout-payment-card{border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.checkout-payment-option{background:var(--color-bg-alt);border-bottom:1px solid var(--color-border);cursor:pointer;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.checkout-payment-option input{accent-color:#1773b0}.checkout-payment-option-label{flex:1;align-items:center;gap:.5rem;font-weight:600;display:inline-flex}.checkout-card-brands{color:var(--color-text-muted);gap:.35rem;font-size:.7rem;display:flex}.checkout-card-brands span{border:1px solid var(--color-border);background:var(--color-bg);border-radius:3px;padding:.15rem .35rem}.checkout-card-fields{flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.btn-checkout{color:#fff;border-radius:var(--radius);cursor:pointer;width:100%;transition:background var(--transition);background:#1773b0;border:none;padding:1rem 1.5rem;font-size:1rem;font-weight:600}.btn-checkout:hover{background:#125a8c}.checkout-footer-links{text-align:center;color:#1773b0;margin:0;font-size:.85rem}.checkout-footer-links a:hover{text-decoration:underline}.checkout-alert{border-radius:var(--radius);color:#7a4d00;background:#fff4e5;border:1px solid #f0d7a8;margin:0 0 1.25rem;padding:.85rem 1rem;font-size:.9rem}.checkout-iframe{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);min-height:600px}.checkout-iframe-status,.checkout-iframe-error{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg-alt);color:var(--color-text-muted);padding:1.25rem;font-size:.95rem}.checkout-iframe-error{color:var(--color-text);flex-direction:column;gap:.75rem;display:flex}.checkout-success{text-align:center;max-width:520px;padding:3rem 0}.checkout-success h1{margin:0 0 .75rem}.checkout-success p{color:var(--color-text-muted);margin:0 0 1.5rem}.checkout-summary{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:var(--radius);width:100%;padding:1.5rem}.checkout-summary-toggle{display:none}.checkout-summary-body{display:block}.checkout-summary-items{flex-direction:column;gap:1.25rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.checkout-summary-item{grid-template-columns:64px 1fr auto;align-items:start;gap:1rem;display:grid}.checkout-summary-item-image{border-radius:var(--radius);border:1px solid var(--color-border);background:var(--color-bg);width:64px;height:64px;position:relative;overflow:hidden}.checkout-summary-item-image .product-image{object-fit:contain;width:100%;height:100%}.checkout-item-qty{background:var(--color-primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:.7rem;font-weight:600;display:flex;position:absolute;top:-6px;right:-6px}.checkout-summary-item-name{margin:0;font-size:.95rem;font-weight:600}.checkout-summary-item-meta{color:var(--color-text-muted);margin:.2rem 0 0;font-size:.8rem}.checkout-summary-item-price{margin:0;font-size:.95rem;font-weight:500}.checkout-summary-totals{border-top:1px solid var(--color-border);flex-direction:column;gap:.75rem;padding-top:1.25rem;display:flex}.checkout-summary-row{justify-content:space-between;font-size:.95rem;display:flex}.checkout-shipping-note{color:var(--color-text-muted);font-size:.85rem}.checkout-summary-total{padding-top:.5rem;font-size:1.25rem;font-weight:700}.checkout-summary-total small{color:var(--color-text-muted);margin-right:.25rem;font-size:.75rem;font-weight:400}.checkout-empty{color:var(--color-text-muted);font-size:.9rem}.checkout-empty a{color:#1773b0;text-decoration:underline}@media (width<=900px){.checkout-body{padding:1.5rem 0 2rem}.checkout-layout{grid-template-columns:1fr}.checkout-summary{order:-1;padding:0;overflow:hidden}.checkout-summary-toggle{width:100%;color:var(--color-text);font:inherit;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.checkout-summary-toggle-left{align-items:center;gap:.5rem;min-width:0;display:inline-flex}.checkout-summary-toggle-label{color:#1773b0;font-size:.95rem;font-weight:600}.checkout-summary-toggle-icon{color:#1773b0;transition:transform var(--transition);flex-shrink:0}.checkout-summary--expanded .checkout-summary-toggle-icon{transform:rotate(180deg)}.checkout-summary-toggle-total{white-space:nowrap;font-size:1.125rem;font-weight:700}.checkout-summary-toggle-total small{color:var(--color-text-muted);margin-right:.2rem;font-size:.7rem;font-weight:400}.checkout-summary-body{padding:0 1.25rem 1.25rem;display:none}.checkout-summary--expanded .checkout-summary-body{display:block}.checkout-actions,.checkout-field-row-3{grid-template-columns:1fr}}
