*,*:before,*:after{box-sizing:border-box}:root{--color-base-background: #F7F4EC;--color-base-surface: #EFEADC;--color-base-text: #0F1F14;--color-accent: #1F8B4A;--color-accent-dark: #14653A;--color-accent-soft: #DCEED1;--color-accent-glow: #2DB063;--color-butter: #FBE4A0;--color-butter-deep: #F3D070;--color-muted: #56655A;--color-border: rgba(15, 31, 20, .1);--color-cream-deep: #E8DFC9;--color-clay: #B8956A;--color-charcoal: #0F1F14;--font-body: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-display: "Fraunces", "Times New Roman", Georgia, serif;--page-width: 1280px;--spacing-sections: 96px;--radius-sm: 10px;--radius-md: 18px;--radius-lg: 28px;--radius-xl: 40px;--radius-pill: 999px;--ease: cubic-bezier(.22, 1, .36, 1);--transition: .35s var(--ease);--shadow-sm: 0 4px 14px -6px rgba(26, 31, 28, .1);--shadow-md: 0 18px 36px -18px rgba(26, 31, 28, .18);--shadow-lg: 0 32px 64px -24px rgba(26, 31, 28, .22)}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}body{margin:0;font-family:var(--font-body);font-size:16px;line-height:1.55;font-weight:400;color:var(--color-base-text);background-color:var(--color-base-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.005em}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}ul,ol{list-style:none;padding:0;margin:0}svg{display:block}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.05;margin:0 0 .6em;letter-spacing:-.025em;color:var(--color-base-text)}p{margin:0 0 1em}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 28px}.visually-hidden,.skip-to-content-link{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.icon{width:24px;height:24px;flex-shrink:0;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.icon--sm{width:18px;height:18px}.icon--lg{width:32px;height:32px}.icon--xl{width:48px;height:48px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 26px;border-radius:var(--radius-pill);font-size:14px;font-weight:600;letter-spacing:.02em;font-family:var(--font-body);border:1.5px solid transparent;transition:transform .2s var(--ease),background .2s var(--ease),border-color .2s var(--ease),box-shadow .2s var(--ease);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none}.btn:active{transform:translateY(1px) scale(.98)}.btn--primary{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn--primary:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn--dark{background:var(--color-charcoal);color:#fff;border-color:var(--color-charcoal)}.btn--dark:hover{background:#2d352f;transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn--outline{background:transparent;color:var(--color-base-text);border-color:var(--color-base-text)}.btn--outline:hover{background:var(--color-base-text);color:var(--color-base-background)}.btn--outline-light{background:transparent;color:#fff;border-color:#fff6}.btn--outline-light:hover{border-color:#fff;background:#ffffff14}.btn--ghost{background:var(--color-base-surface);color:var(--color-base-text);border-color:var(--color-border)}.btn--ghost:hover{background:var(--color-cream-deep)}.btn--lg{padding:18px 36px;font-size:15px}.btn .icon{width:18px;height:18px}.announcement-bar{background:var(--color-charcoal);color:var(--color-base-background);text-align:center;padding:11px 24px;font-size:13px;font-weight:500;letter-spacing:.01em}.announcement-bar a{color:var(--color-base-background);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;margin-left:4px}.announcement-bar p{margin:0}.site-header{position:sticky;top:0;z-index:100;background:#f7f4eceb;backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid transparent;transition:border-color .25s,background .25s}.site-header.scrolled{border-bottom-color:var(--color-border)}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;grid-template-areas:"nav logo actions";align-items:center;padding:18px 28px;max-width:var(--page-width);margin:0 auto;gap:32px;position:relative}.header-logo{grid-area:logo;justify-self:center}.header-nav{grid-area:nav;justify-self:start}.header-actions{grid-area:actions;justify-self:end}.header-logo{font-family:var(--font-display);font-size:28px;font-weight:700;letter-spacing:-.04em;color:var(--color-base-text);line-height:1;font-style:italic}.header-logo span{color:var(--color-accent);font-style:normal}.header-nav{display:flex;align-items:center;gap:36px}.header-nav a{font-size:14px;font-weight:500;color:var(--color-base-text);position:relative;transition:color .2s var(--ease);letter-spacing:-.005em}.header-nav a:hover{color:var(--color-accent)}.header-actions{display:flex;align-items:center;gap:14px;justify-self:end}.header-currency{display:flex;align-items:center}.header-icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-pill);color:var(--color-base-text);transition:background .2s var(--ease)}.header-icon-btn:hover{background:var(--color-base-surface)}.header-icon-btn .icon{width:20px;height:20px}.header-cart{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:var(--radius-pill);background:var(--color-charcoal);color:#fff;font-size:13px;font-weight:600;transition:transform .2s var(--ease),background .2s var(--ease)}.header-cart:hover{background:var(--color-accent);transform:translateY(-1px)}.header-cart .icon{width:16px;height:16px;stroke-width:1.8}.cart-count{background:#ffffff2e;width:22px;height:22px;border-radius:50%;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.header-hamburger{display:none;flex-direction:column;gap:5px;padding:8px}.header-hamburger span{display:block;width:22px;height:2px;background:var(--color-base-text);border-radius:2px}.hero{background:var(--color-base-background);padding:56px 0 80px;position:relative;overflow:hidden}.hero-inner{max-width:var(--page-width);margin:0 auto;padding:0 28px;display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}.hero-content{position:relative;z-index:2}.hero-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:600;color:var(--color-accent);margin-bottom:28px;padding:8px 16px;background:var(--color-accent-soft);border-radius:var(--radius-pill);letter-spacing:.04em;text-transform:uppercase}.hero-eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--color-accent)}.hero-headline{font-family:var(--font-display);font-size:clamp(42px,6vw,84px);font-weight:700;line-height:.96;letter-spacing:-.035em;margin-bottom:28px;color:var(--color-base-text)}.hero-headline em{font-style:italic;font-weight:600;color:var(--color-accent)}.hero-headline p{margin:0}.hero-subhead{font-size:18px;line-height:1.55;color:var(--color-muted);margin-bottom:36px;max-width:480px}.hero-stats{display:flex;align-items:center;gap:28px;margin-bottom:36px;padding:20px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.hero-stat-divider{width:1px;height:32px;background:var(--color-border)}.hero-stat-value{font-family:var(--font-display);font-size:28px;font-weight:700;color:var(--color-accent);line-height:1;letter-spacing:-.02em}.hero-stat-label{font-size:12px;color:var(--color-muted);margin-top:6px;letter-spacing:.02em;font-weight:500}.hero-cta-group{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hero-trust{display:flex;align-items:center;gap:8px;margin-top:24px;font-size:13px;color:var(--color-muted)}.hero-trust .icon{width:16px;height:16px;color:var(--color-accent)}.hero-image{position:relative;aspect-ratio:4/5;border-radius:var(--radius-xl);overflow:hidden;background:var(--color-cream-deep)}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,var(--color-accent-soft) 0%,var(--color-cream-deep) 100%)}.hero-badge{position:absolute;bottom:28px;right:28px;background:var(--color-accent);color:#fff;border-radius:50%;width:116px;height:116px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-weight:600;box-shadow:var(--shadow-lg);animation:badge-spin 22s linear infinite}@keyframes badge-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-badge-text{font-size:10px;letter-spacing:.14em;text-transform:uppercase;opacity:.85}.hero-badge-value{font-family:var(--font-display);font-size:26px;line-height:1;margin-top:2px}.proof-bar{background:var(--color-base-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:18px 24px;overflow:hidden}.proof-bar-inner{max-width:var(--page-width);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:56px;flex-wrap:wrap}.proof-item{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;color:var(--color-base-text);letter-spacing:.01em}.proof-item .icon{color:var(--color-accent);width:18px;height:18px}.proof-stars{display:flex;gap:2px}.proof-stars .icon{width:14px;height:14px;fill:#e8b647;stroke:#e8b647}.section{padding:var(--spacing-sections) 0}.section-header{max-width:720px;margin:0 auto 64px;text-align:center}.section-eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:20px;padding:6px 14px;background:var(--color-accent-soft);border-radius:var(--radius-pill)}.section-title{font-family:var(--font-display);font-size:clamp(34px,4.5vw,56px);font-weight:600;line-height:1;letter-spacing:-.03em;margin-bottom:16px;color:var(--color-base-text)}.section-title em{font-style:italic;color:var(--color-accent);font-weight:600}.section-subtitle{font-size:18px;color:var(--color-muted);line-height:1.6;max-width:60ch;margin:0 auto}.section-header--left{text-align:left;margin-left:0}.section-header--left .section-subtitle{margin-left:0;margin-right:0}.benefits-section{background:var(--color-base-background)}.benefits-zigzag{display:flex;flex-direction:column;gap:100px}.benefit-row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.benefit-row:nth-child(2n) .benefit-visual{order:-1}.benefit-visual{aspect-ratio:5/4;border-radius:var(--radius-lg);background:var(--color-base-surface);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.benefit-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 30%,var(--color-accent-soft) 0%,transparent 60%);opacity:.6}.benefit-visual .icon{width:96px;height:96px;color:var(--color-accent);stroke-width:1.2;position:relative;z-index:1}.benefit-content{padding:0 8px}.benefit-eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:16px}.benefit-title{font-family:var(--font-display);font-size:clamp(28px,3.5vw,42px);font-weight:600;letter-spacing:-.025em;line-height:1;color:var(--color-base-text);margin-bottom:18px}.benefit-title em{font-style:italic;color:var(--color-accent)}.benefit-desc{font-size:17px;color:var(--color-muted);line-height:1.6;max-width:52ch;margin:0 0 24px}.benefit-list{display:flex;flex-direction:column;gap:12px}.benefit-list li{display:flex;gap:12px;align-items:flex-start;font-size:15px;color:var(--color-base-text)}.benefit-list li .icon{width:20px;height:20px;color:var(--color-accent);margin-top:2px}.stat-callout-section{background:var(--color-charcoal);color:#fff;text-align:center;padding:110px 28px;position:relative;overflow:hidden}.stat-callout-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(47,93,62,.25) 0%,transparent 65%);pointer-events:none}.stat-callout-inner{position:relative;z-index:1;max-width:720px;margin:0 auto}.stat-callout-eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent-soft);margin-bottom:24px;padding:6px 14px;background:#d9e5c81f;border-radius:var(--radius-pill)}.stat-number{font-family:var(--font-display);font-size:clamp(72px,14vw,180px);font-weight:700;line-height:.85;margin-bottom:24px;letter-spacing:-.05em;color:#fff}.stat-number em{font-style:italic;color:#d9e5c8}.stat-label{font-family:var(--font-display);font-size:clamp(22px,3vw,36px);font-weight:600;margin-bottom:20px;color:#fff;letter-spacing:-.02em}.stat-desc{font-size:17px;color:#ffffffb3;margin:0 auto 36px;line-height:1.65;max-width:60ch}.product-feature{padding:var(--spacing-sections) 0}.product-feature--cream{background:var(--color-base-surface)}.product-feature--dark{background:var(--color-charcoal);color:#fff}.product-feature--dark .section-title,.product-feature--dark .feature-title{color:#fff}.product-feature--dark .section-subtitle,.product-feature--dark .feature-desc{color:#ffffffb3}.product-feature--dark .section-eyebrow{color:var(--color-accent-soft);background:#d9e5c826}.product-feature-inner{max-width:var(--page-width);margin:0 auto;padding:0 28px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.product-feature-inner--reversed .product-feature-image{order:-1}.product-feature-image{aspect-ratio:4/5;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-cream-deep);position:relative}.product-feature-image img{width:100%;height:100%;object-fit:cover}.product-feature-image-caption{position:absolute;bottom:24px;left:24px;background:#1a1f1cd9;color:#fff;padding:10px 18px;border-radius:var(--radius-pill);font-size:12px;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.02em}.feature-list{margin:32px 0 36px;display:flex;flex-direction:column;gap:24px}.feature-item{display:flex;gap:18px;align-items:flex-start}.feature-item-icon{width:44px;height:44px;border-radius:12px;background:var(--color-accent-soft);color:var(--color-accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-item-icon .icon{width:22px;height:22px}.product-feature--dark .feature-item-icon{background:#d9e5c829;color:var(--color-accent-soft)}.feature-item-text strong{display:block;font-family:var(--font-display);font-size:18px;font-weight:600;margin-bottom:4px;letter-spacing:-.01em}.feature-item-text p{font-size:14px;color:var(--color-muted);line-height:1.55;margin:0}.product-feature--dark .feature-item-text p{color:#ffffffa6}.ingredient-section{background:var(--color-base-surface)}.ingredient-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;max-width:980px;margin:0 auto}.ingredient-card{background:var(--color-base-background);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:40px 36px;transition:transform var(--transition),border-color var(--transition),box-shadow var(--transition)}.ingredient-card:hover{transform:translateY(-4px);border-color:var(--color-accent);box-shadow:var(--shadow-md)}.ingredient-icon-wrap{width:56px;height:56px;border-radius:14px;background:var(--color-accent-soft);color:var(--color-accent);display:flex;align-items:center;justify-content:center;margin-bottom:24px}.ingredient-icon-wrap .icon{width:28px;height:28px}.ingredient-name{font-family:var(--font-display);font-size:24px;font-weight:600;letter-spacing:-.02em;margin-bottom:12px}.ingredient-desc{font-size:15px;color:var(--color-muted);line-height:1.6;margin:0}.comparison-section{background:var(--color-base-background)}.comparison-wrapper{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border);background:var(--color-base-surface);max-width:960px;margin:0 auto}.comparison-table{width:100%;border-collapse:collapse;font-size:15px}.comparison-table thead th{padding:28px 32px;text-align:left;font-family:var(--font-display);font-size:22px;font-weight:600;letter-spacing:-.02em}.comparison-table thead th:first-child{font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);background:transparent}.comparison-table thead .tusk-col{background:var(--color-accent);color:#fff;position:relative}.comparison-table thead .tusk-col:after{content:"Recommended";position:absolute;top:8px;right:16px;background:#ffffff2e;color:#fff;font-family:var(--font-body);font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:var(--radius-pill)}.comparison-table thead .them-col{background:var(--color-cream-deep);color:var(--color-base-text)}.comparison-table tbody td{padding:18px 32px;border-top:1px solid var(--color-border);vertical-align:middle}.comparison-table tbody td:first-child{font-weight:500;color:var(--color-base-text)}.comparison-table tbody .tusk-col{background:#2f5d3e0f;color:var(--color-accent-dark);font-weight:600}.comparison-table tbody .them-col{background:var(--color-base-background);color:var(--color-muted)}.comparison-table .icon-check{color:var(--color-accent);width:22px;height:22px}.comparison-table .icon-cross{color:#c25450;width:22px;height:22px}.testimonials-section{background:var(--color-base-surface)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:var(--color-base-background);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:32px 30px;display:flex;flex-direction:column;transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.testimonial-card:nth-child(2){transform:translateY(28px)}.testimonial-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--color-accent)}.testimonial-card:nth-child(2):hover{transform:translateY(24px)}.testimonial-stars{display:flex;gap:3px;margin-bottom:18px;color:#e8b647}.testimonial-stars .icon{width:16px;height:16px;fill:#e8b647;stroke:#e8b647}.testimonial-text{font-family:var(--font-display);font-size:18px;line-height:1.45;color:var(--color-base-text);letter-spacing:-.01em;margin-bottom:28px;font-weight:500;flex-grow:1}.testimonial-author{display:flex;align-items:center;gap:12px;padding-top:20px;border-top:1px solid var(--color-border)}.testimonial-avatar{width:44px;height:44px;border-radius:50%;background:var(--color-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:16px;flex-shrink:0}.testimonial-name{font-weight:600;font-size:14px}.testimonial-meta{font-size:12px;color:var(--color-muted);margin-top:2px;display:flex;align-items:center;gap:6px}.testimonial-meta .icon{width:12px;height:12px;color:var(--color-accent)}.faq-section{background:var(--color-base-background)}.faq-list{max-width:780px;margin:0 auto}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item:first-child{border-top:1px solid var(--color-border)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:26px 0;font-family:var(--font-display);font-size:19px;font-weight:600;letter-spacing:-.015em;color:var(--color-base-text);text-align:left;gap:24px;background:none;border:none;cursor:pointer;transition:color .2s var(--ease)}.faq-question:hover{color:var(--color-accent)}.faq-icon{width:32px;height:32px;border-radius:50%;border:1.5px solid var(--color-border);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-accent);transition:all .25s var(--ease)}.faq-icon .icon{width:16px;height:16px;transition:transform .25s var(--ease)}.faq-item.open .faq-icon{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.faq-item.open .faq-icon .icon{transform:rotate(45deg)}.faq-answer{overflow:hidden;max-height:0;transition:max-height .4s var(--ease)}.faq-item.open .faq-answer{max-height:600px}.faq-answer p{padding:0 64px 26px 0;font-size:16px;color:var(--color-muted);line-height:1.65;margin:0}.cta-banner{background:var(--color-accent);color:#fff;padding:110px 28px;position:relative;overflow:hidden}.cta-banner-inner{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1}.cta-banner-eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent-soft);margin-bottom:24px;padding:6px 14px;background:#ffffff1f;border-radius:var(--radius-pill)}.cta-banner-title{font-family:var(--font-display);font-size:clamp(38px,5vw,64px);font-weight:600;line-height:1;letter-spacing:-.03em;margin-bottom:24px;color:#fff}.cta-banner-title em{font-style:italic;color:var(--color-accent-soft)}.cta-banner-subtitle{font-size:18px;color:#ffffffc7;margin-bottom:40px;line-height:1.55;max-width:56ch;margin-left:auto;margin-right:auto}.cta-banner-group{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.cta-banner .btn--primary{background:#fff;color:var(--color-accent);border-color:#fff}.cta-banner .btn--primary:hover{background:var(--color-base-surface);border-color:var(--color-base-surface)}.cta-guarantee{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:24px;font-size:13px;color:#ffffffa6}.cta-guarantee .icon{width:16px;height:16px}.site-footer{background:var(--color-charcoal);color:#ffffffa6;padding:80px 28px 36px}.footer-inner{max-width:var(--page-width);margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:56px;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:36px}.footer-logo{font-family:var(--font-display);font-size:32px;font-weight:700;font-style:italic;color:#fff;letter-spacing:-.04em;margin-bottom:18px}.footer-logo span{color:var(--color-accent-soft);font-style:normal}.footer-tagline{font-size:15px;line-height:1.55;color:#ffffff8c;margin-bottom:28px;max-width:320px}.footer-social{display:flex;gap:10px}.footer-social a{width:40px;height:40px;background:#ffffff0f;border-radius:var(--radius-pill);display:flex;align-items:center;justify-content:center;color:#ffffffb3;transition:all .2s var(--ease)}.footer-social a:hover{background:var(--color-accent);color:#fff;transform:translateY(-1px)}.footer-social .icon{width:18px;height:18px}.footer-col-title{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;margin-bottom:18px}.footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-col ul li a{font-size:14px;color:#ffffff8c;transition:color .2s var(--ease)}.footer-col ul li a:hover{color:var(--color-accent-soft)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;font-size:13px;color:#ffffff73}.footer-bottom a{color:#ffffff8c}.footer-bottom a:hover{color:var(--color-accent-soft)}.footer-badges{display:flex;gap:8px}.footer-badge{padding:6px 12px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-pill);font-size:11px;font-weight:500;letter-spacing:.06em;color:#ffffff80;text-transform:uppercase}.footer-bottom-right{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.currency-form{margin:0}.currency-select-wrap{position:relative;display:inline-flex;align-items:center;gap:6px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-pill);padding:6px 10px 6px 9px;transition:background .15s var(--ease),border-color .15s var(--ease)}.currency-select-wrap:hover{background:#ffffff21;border-color:#ffffff3d}.currency-globe{flex-shrink:0;color:#ffffff80}.currency-chevron{flex-shrink:0;color:#ffffff80;pointer-events:none}.currency-select{appearance:none;-webkit-appearance:none;background:transparent;border:none;outline:none;color:#ffffffbf;font-family:var(--font-body);font-size:12px;font-weight:500;cursor:pointer;padding:0;letter-spacing:.03em}.currency-select option{color:var(--color-base-text);background:#fff}.currency-select-wrap--compact{background:transparent;border-color:var(--color-border);padding:5px 8px 5px 7px}.currency-select-wrap--compact:hover{background:var(--color-base-surface);border-color:var(--color-accent)}.currency-select-wrap--compact .currency-globe,.currency-select-wrap--compact .currency-chevron{color:var(--color-muted)}.currency-select--compact{color:var(--color-base-text);font-size:13px}.currency-select--compact option{color:var(--color-base-text)}.product-page{padding:56px 0 96px;background:var(--color-base-background)}.product-page-inner{max-width:var(--page-width);margin:0 auto;padding:0 28px;display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:start}.product-gallery{position:sticky;top:100px}.product-gallery-main{aspect-ratio:1 / 1;border-radius:var(--radius-lg);background:var(--color-base-surface);overflow:hidden;margin-bottom:14px;position:relative}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-gallery-nav{display:flex;align-items:center;gap:8px;margin-top:12px}.product-gallery-arrow{flex-shrink:0;width:30px;height:30px;padding:0;border-radius:50%;border:1.5px solid var(--color-border);background:var(--color-base-background);color:var(--color-base-text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s var(--ease),background .15s var(--ease),color .15s var(--ease)}.product-gallery-arrow svg{display:block}.product-gallery-arrow:hover{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.product-gallery-thumbs{flex:1;display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product-gallery-thumbs::-webkit-scrollbar{display:none}.product-gallery-thumb{flex:0 0 68px;width:68px;height:68px;padding:0;border-radius:14px;background:var(--color-base-surface);border:2px solid transparent;overflow:hidden;cursor:pointer;transition:border-color .2s var(--ease)}.product-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery-thumb.active{border-color:var(--color-base-text)}.product-gallery-thumb:hover{border-color:var(--color-accent)}.product-info{padding-top:8px}.product-eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:16px;padding:6px 14px;background:var(--color-accent-soft);border-radius:var(--radius-pill)}.product-title{font-family:var(--font-display);font-size:clamp(36px,4vw,52px);font-weight:600;line-height:1;letter-spacing:-.03em;margin-bottom:16px}.product-title em{font-style:italic;color:var(--color-accent)}.product-rating{display:flex;align-items:center;gap:12px;margin-bottom:24px;font-size:14px;color:var(--color-muted)}.product-rating .stars{display:flex;gap:2px;color:#e8b647}.product-rating .stars .icon{width:16px;height:16px;fill:#e8b647;stroke:#e8b647}.product-price-wrap{display:flex;align-items:baseline;gap:14px;margin-bottom:24px}.product-price{font-family:var(--font-display);font-size:40px;font-weight:700;color:var(--color-accent);letter-spacing:-.02em}.product-price-compare{font-size:18px;color:var(--color-muted);text-decoration:line-through}.product-price-save{font-size:13px;font-weight:600;background:var(--color-accent-soft);color:var(--color-accent);padding:4px 12px;border-radius:var(--radius-pill)}.product-summary{font-size:16px;color:var(--color-muted);line-height:1.6;margin-bottom:28px;max-width:50ch}.product-quick-points{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 20px;margin-bottom:32px}.product-quick-points li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--color-base-text)}.product-quick-points li .icon{width:18px;height:18px;color:var(--color-accent);flex-shrink:0;margin-top:2px}.purchase-options{margin-bottom:28px}.purchase-option-list{display:flex;flex-direction:column;gap:12px}.purchase-option{display:flex;align-items:center;gap:16px;padding:18px 20px;background:var(--color-base-surface);border:2px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:border-color .2s var(--ease),background .2s var(--ease);position:relative}.purchase-option:hover{border-color:var(--color-accent)}.purchase-option.active{border-color:var(--color-accent);background:var(--color-accent-soft)}.purchase-option-radio{width:22px;height:22px;border-radius:50%;border:2px solid var(--color-border);flex-shrink:0;transition:all .2s var(--ease);position:relative}.purchase-option.active .purchase-option-radio{border-color:var(--color-accent)}.purchase-option.active .purchase-option-radio:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:var(--color-accent)}.purchase-option-detail{flex-grow:1}.purchase-option-title{font-weight:600;font-size:15px;color:var(--color-base-text);margin-bottom:4px;display:flex;align-items:center;gap:8px}.purchase-option-tag{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--color-accent);padding:3px 8px;border-radius:var(--radius-pill)}.purchase-option-meta{font-size:13px;color:var(--color-muted)}.purchase-option-price{text-align:right;flex-shrink:0}.purchase-option-price-value{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--color-base-text)}.purchase-option-price-each{font-size:12px;color:var(--color-muted)}.product-add{display:flex;gap:12px;margin-bottom:20px}.product-add .btn--primary{flex-grow:1;padding:18px 32px;font-size:15px}.product-add-secondary{width:56px;height:56px;border-radius:var(--radius-pill);border:1.5px solid var(--color-border);background:var(--color-base-background);display:flex;align-items:center;justify-content:center;color:var(--color-base-text);transition:all .2s var(--ease)}.product-add-secondary:hover{border-color:var(--color-accent);color:var(--color-accent)}.product-trust-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:18px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-bottom:28px}.product-trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.product-trust-item .icon{width:22px;height:22px;color:var(--color-accent)}.product-trust-item-label{font-size:12px;font-weight:500;color:var(--color-muted);line-height:1.3}.sticky-buy-bar{position:fixed;bottom:0;left:0;right:0;z-index:50;background:var(--color-charcoal);padding:14px 28px;transform:translateY(100%);transition:transform .4s var(--ease);box-shadow:0 -10px 40px -8px #0003}.sticky-buy-bar.visible{transform:translateY(0)}.sticky-buy-bar-inner{max-width:var(--page-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.sticky-product-info{display:flex;align-items:center;gap:14px;color:#fff}.sticky-product-image{width:48px;height:48px;border-radius:12px;background:#ffffff1a;flex-shrink:0;display:flex;align-items:center;justify-content:center}.sticky-product-image .icon{width:22px;height:22px;color:var(--color-accent-soft)}.sticky-product-name{font-weight:600;font-size:15px}.sticky-product-price{font-size:13px;color:#fff9}.press-section{background:var(--color-base-background);padding:56px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.press-inner{max-width:var(--page-width);margin:0 auto;padding:0 28px;text-align:center}.press-label{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted);margin-bottom:28px}.press-logos{display:flex;align-items:center;justify-content:center;gap:56px;flex-wrap:wrap}.press-logo{font-family:var(--font-display);font-size:22px;font-weight:700;font-style:italic;color:var(--color-base-text);opacity:.4;letter-spacing:-.02em;transition:opacity .2s var(--ease)}.press-logo:hover{opacity:.8}@media(max-width:1024px){:root{--spacing-sections: 80px}.testimonials-grid{grid-template-columns:repeat(2,1fr)}.testimonial-card:nth-child(2){transform:translateY(0)}.testimonial-card:nth-child(2):hover{transform:translateY(-4px)}.footer-top{grid-template-columns:1fr 1fr;gap:40px}.footer-brand{grid-column:1 / -1}.product-page-inner{gap:48px}}@media(max-width:768px){:root{--spacing-sections: 64px}.header-nav{display:none}.header-hamburger{display:flex}.hero{padding:36px 0 56px}.hero-inner{grid-template-columns:1fr;gap:36px}.hero-image{aspect-ratio:4/3;order:-1}.hero-stats{gap:18px}.benefits-zigzag{gap:64px}.benefit-row{grid-template-columns:1fr;gap:28px}.benefit-row:nth-child(2n) .benefit-visual{order:0}.product-feature-inner{grid-template-columns:1fr;gap:36px}.product-feature-inner--reversed .product-feature-image{order:0}.ingredient-grid,.testimonials-grid{grid-template-columns:1fr}.comparison-table thead th,.comparison-table tbody td{padding:14px 16px;font-size:14px}.comparison-table thead th{font-size:16px}.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}.product-page-inner{grid-template-columns:1fr}.product-gallery{position:static}.product-quick-points{grid-template-columns:1fr}.sticky-buy-bar-inner{gap:12px}.sticky-product-info{gap:10px}}@media(max-width:480px){.footer-top{grid-template-columns:1fr}.hero-cta-group,.cta-banner-group{flex-direction:column;align-items:stretch}.product-trust-badges{grid-template-columns:1fr;gap:8px}.header-cart span:not(.cart-count){display:none}}.marquee{overflow:hidden;padding:22px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.marquee--accent{background:var(--color-accent);color:var(--color-base-background);border-color:var(--color-accent-dark)}.marquee--dark{background:var(--color-charcoal);color:var(--color-base-background);border-color:#ffffff1a}.marquee--cream{background:var(--color-base-surface);color:var(--color-base-text)}.marquee-track{display:flex;gap:28px;animation:marquee-scroll 40s linear infinite;width:max-content}.marquee-row{display:flex;align-items:center;gap:28px;white-space:nowrap}.marquee-item{font-family:var(--font-display);font-style:italic;font-size:clamp(28px,4vw,56px);font-weight:600;letter-spacing:-.02em;white-space:nowrap}.marquee-sep{display:inline-flex;align-items:center;opacity:.5}.marquee-sep .icon{width:22px;height:22px;stroke:currentColor}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% / 3))}}.stats-grid-section{background:var(--color-base-background)}.stats-grid-header{max-width:720px;margin-bottom:56px}.stats-grid-header .section-subtitle{margin-left:0;margin-right:0}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;background:var(--color-base-surface)}.stats-grid-cell{padding:48px 40px;border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:var(--color-base-background);transition:background .25s var(--ease)}.stats-grid-cell:hover{background:var(--color-accent-soft)}.stats-grid-cell:nth-child(3n){border-right:none}.stats-grid-cell:nth-last-child(-n+3){border-bottom:none}.stats-grid-value{font-family:var(--font-display);font-size:clamp(56px,7vw,96px);font-weight:700;line-height:.9;letter-spacing:-.045em;color:var(--color-accent);margin-bottom:16px}.stats-grid-label{font-family:var(--font-display);font-size:18px;font-weight:600;line-height:1.25;letter-spacing:-.01em;color:var(--color-base-text);margin-bottom:8px}.stats-grid-detail{font-size:13px;color:var(--color-muted);margin:0}.stats-grid-footnote{margin-top:20px;font-size:12px;color:var(--color-muted);text-align:right;font-style:italic}.founder-quote-section{display:grid;grid-template-columns:1fr 1.1fr;align-items:stretch;background:var(--color-base-surface);min-height:600px}.founder-quote-section--reversed{grid-template-columns:1.1fr 1fr}.founder-quote-section--reversed .founder-quote-image{order:2}.founder-quote-image{position:relative;background:var(--color-cream-deep);overflow:hidden;min-height:600px}.founder-quote-image img{width:100%;height:100%;object-fit:cover}.founder-quote-image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,var(--color-accent-soft) 0%,var(--color-cream-deep) 100%);color:var(--color-accent)}.founder-quote-disclosure{position:absolute;bottom:24px;left:24px;background:#1a1f1cb3;color:#fff;font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:6px 14px;border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.founder-quote-content{padding:96px 80px;display:flex;flex-direction:column;justify-content:center;max-width:720px}.founder-quote-text{font-family:var(--font-display);font-size:clamp(28px,3.5vw,44px);font-weight:600;font-style:italic;line-height:1.15;letter-spacing:-.025em;color:var(--color-base-text);margin:24px 0 36px;border:none;padding:0}.founder-quote-text p{margin:0}.founder-quote-attribution{margin-bottom:32px}.founder-quote-name{font-weight:600;font-size:16px;color:var(--color-base-text);margin-bottom:4px}.founder-quote-title{font-size:13px;color:var(--color-muted);letter-spacing:.02em}.press-section{padding:72px 28px;background:var(--color-base-background);text-align:center;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.press-inner{max-width:var(--page-width);margin:0 auto}.press-label{font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--color-muted);margin-bottom:36px}.press-logos{display:flex;align-items:center;justify-content:center;gap:64px;flex-wrap:wrap;margin-bottom:48px}.press-logo{font-family:var(--font-display);font-size:clamp(20px,2.4vw,30px);font-weight:700;font-style:italic;color:var(--color-base-text);opacity:.45;letter-spacing:-.02em;transition:opacity .25s var(--ease)}.press-logo:hover{opacity:.85}.press-quote{font-family:var(--font-display);font-size:clamp(22px,3vw,36px);font-weight:500;font-style:italic;line-height:1.25;letter-spacing:-.02em;max-width:22ch;margin:0 auto 12px;color:var(--color-base-text)}.press-attribution{font-size:13px;color:var(--color-muted);letter-spacing:.04em;margin:0}.ingredient-dive-section{background:var(--color-base-background)}.ingredient-dive-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.ingredient-dive-card{padding:56px 48px;border-radius:var(--radius-lg);position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:480px;transition:transform .3s var(--ease)}.ingredient-dive-card:hover{transform:translateY(-6px)}.ingredient-dive-card--moss{background:linear-gradient(160deg,var(--color-accent) 0%,var(--color-accent-dark) 100%);color:#fff}.ingredient-dive-card--amber{background:linear-gradient(160deg,#c4924a,#8b5a1a);color:#fff}.ingredient-dive-card--clay{background:linear-gradient(160deg,var(--color-clay) 0%,#7A5A3A 100%);color:#fff}.ingredient-dive-card--ink{background:linear-gradient(160deg,#1E2722 0%,var(--color-charcoal) 100%);color:#fff}.ingredient-dive-icon-wrap{width:64px;height:64px;border-radius:16px;background:#ffffff29;display:flex;align-items:center;justify-content:center;margin-bottom:32px}.ingredient-dive-icon-wrap .icon{color:#fff;width:32px;height:32px}.ingredient-dive-meta{margin-bottom:24px}.ingredient-dive-tag{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffffbf;margin-bottom:12px;padding:4px 10px;background:#ffffff1f;border-radius:var(--radius-pill)}.ingredient-dive-name{font-family:var(--font-display);font-size:clamp(32px,3.6vw,44px);font-weight:600;letter-spacing:-.025em;margin-bottom:4px;color:#fff}.ingredient-dive-latin{font-style:italic;font-size:14px;color:#fff9;margin:0}.ingredient-dive-desc{font-size:15px;line-height:1.65;color:#ffffffd9;margin:0 0 32px;max-width:50ch;flex-grow:1}.ingredient-dive-fact{border-top:1px solid rgba(255,255,255,.16);padding-top:24px}.ingredient-dive-fact-value{display:block;font-family:var(--font-display);font-size:32px;font-weight:700;letter-spacing:-.02em;color:#fff;line-height:1;margin-bottom:6px}.ingredient-dive-fact-label{display:block;font-size:12px;color:#ffffffa6;letter-spacing:.02em}.how-it-works-section{background:var(--color-base-surface)}.how-it-works-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;counter-reset:step;position:relative}.how-it-works-grid:before{content:"";position:absolute;top:56px;left:12.5%;right:12.5%;height:1px;background:repeating-linear-gradient(to right,var(--color-accent) 0 8px,transparent 8px 16px);opacity:.4;z-index:0}.how-it-works-step{background:var(--color-base-background);padding:40px 32px 36px;border-radius:var(--radius-lg);border:1px solid var(--color-border);position:relative;z-index:1}.how-it-works-number{font-family:var(--font-display);font-size:14px;font-weight:700;font-style:italic;color:var(--color-accent);letter-spacing:.04em;margin-bottom:20px}.how-it-works-icon{width:56px;height:56px;border-radius:14px;background:var(--color-accent-soft);color:var(--color-accent);display:flex;align-items:center;justify-content:center;margin-bottom:24px}.how-it-works-title{font-family:var(--font-display);font-size:22px;font-weight:600;letter-spacing:-.02em;margin-bottom:12px}.how-it-works-desc{font-size:15px;color:var(--color-muted);line-height:1.6;margin:0}.bento-section{background:var(--color-base-background)}.bento-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(200px,auto);gap:18px}.bento-tile{border-radius:var(--radius-lg);padding:36px 32px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;transition:transform .3s var(--ease)}.bento-tile:hover{transform:translateY(-4px)}.bento-tile--small{grid-column:span 1;grid-row:span 1}.bento-tile--wide{grid-column:span 2;grid-row:span 1}.bento-tile--tall{grid-column:span 1;grid-row:span 2}.bento-tile--hero{grid-column:span 2;grid-row:span 2}.bento-tile--cream{background:var(--color-base-surface);color:var(--color-base-text);border:1px solid var(--color-border)}.bento-tile--moss{background:linear-gradient(165deg,var(--color-accent) 0%,var(--color-accent-dark) 100%);color:#fff}.bento-tile--ink{background:linear-gradient(165deg,#1E2722 0%,var(--color-charcoal) 100%);color:#fff}.bento-tile--amber{background:linear-gradient(165deg,#c4924a,#8b5a1a);color:#fff}.bento-tile-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.bento-tile-image img{width:100%;height:100%;object-fit:cover}.bento-tile-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.4) 0%,transparent 60%)}.bento-tile-body{position:relative;z-index:1}.bento-tile-icon{width:44px;height:44px;border-radius:12px;background:#ffffff29;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.bento-tile--cream .bento-tile-icon{background:var(--color-accent-soft);color:var(--color-accent)}.bento-tile-eyebrow{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;margin-bottom:12px;opacity:.85}.bento-tile-title{font-family:var(--font-display);font-size:clamp(20px,2.2vw,28px);font-weight:600;letter-spacing:-.025em;line-height:1.1;margin-bottom:12px}.bento-tile--hero .bento-tile-title{font-size:clamp(28px,3vw,40px)}.bento-tile-desc{font-size:14px;line-height:1.6;opacity:.85;margin:0 0 16px;max-width:38ch}.bento-tile-stat{margin-top:auto;padding-top:20px;border-top:1px solid rgba(255,255,255,.18)}.bento-tile--cream .bento-tile-stat{border-top-color:var(--color-border)}.bento-tile-stat-value{display:block;font-family:var(--font-display);font-size:36px;font-weight:700;letter-spacing:-.02em;line-height:1}.bento-tile-stat-label{display:block;font-size:12px;margin-top:6px;opacity:.7}.quality-section{background:var(--color-charcoal);color:#fff}.quality-section .section-title{color:#fff}.quality-section .section-eyebrow{background:#d9e5c826;color:var(--color-accent-soft)}.quality-section .section-subtitle{color:#ffffffb3}.quality-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:80px;align-items:start}.quality-content{padding-top:8px}.quality-list{display:grid;grid-template-columns:repeat(2,1fr);gap:28px 32px}.quality-list li{display:flex;gap:14px;align-items:flex-start}.quality-list-icon{width:36px;height:36px;border-radius:50%;background:#d9e5c829;color:var(--color-accent-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0}.quality-list-icon .icon{width:18px;height:18px}.quality-list strong{display:block;font-family:var(--font-display);font-size:18px;font-weight:600;letter-spacing:-.01em;color:#fff;margin-bottom:6px}.quality-list p{font-size:14px;color:#ffffffa6;line-height:1.55;margin:0}.lifestyle-image-section{padding:0}.lifestyle-image{position:relative;min-height:640px;background:var(--color-cream-deep);overflow:hidden}.lifestyle-image>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.lifestyle-image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,var(--color-cream-deep) 0%,var(--color-base-surface) 100%);color:var(--color-accent)}.lifestyle-image-overlay{position:relative;z-index:1;max-width:var(--page-width);margin:0 auto;padding:96px 28px;display:flex;align-items:center;min-height:640px}.lifestyle-image-card{background:var(--color-base-background);padding:48px;border-radius:var(--radius-lg);max-width:480px;box-shadow:var(--shadow-lg)}.lifestyle-image-eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:16px;padding:6px 14px;background:var(--color-accent-soft);border-radius:var(--radius-pill)}.lifestyle-image-title{font-family:var(--font-display);font-size:clamp(28px,3.5vw,42px);font-weight:600;letter-spacing:-.025em;line-height:1.05;margin-bottom:20px}.lifestyle-image-title em{font-style:italic;color:var(--color-accent)}.lifestyle-image-title p{margin:0}.lifestyle-image-subtitle{font-size:16px;color:var(--color-muted);line-height:1.6;margin-bottom:32px}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stats-grid-cell:nth-child(3n){border-right:1px solid var(--color-border)}.stats-grid-cell:nth-child(2n){border-right:none}.stats-grid-cell:nth-last-child(-n+3){border-bottom:1px solid var(--color-border)}.stats-grid-cell:nth-last-child(-n+2){border-bottom:none}.bento-grid{grid-template-columns:repeat(2,1fr)}.bento-tile--hero{grid-column:span 2;grid-row:span 2}.bento-tile--wide{grid-column:span 2}.founder-quote-section,.founder-quote-section--reversed{grid-template-columns:1fr}.founder-quote-section--reversed .founder-quote-image{order:-1}.founder-quote-image{min-height:400px}.founder-quote-content{padding:56px 32px;max-width:100%}.quality-grid{grid-template-columns:1fr;gap:40px}.ingredient-dive-grid{grid-template-columns:1fr}.ingredient-dive-card{padding:40px 32px;min-height:360px}}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}.stats-grid-cell{border-right:none;border-bottom:1px solid var(--color-border)}.stats-grid-cell:last-child{border-bottom:none}.stats-grid-cell{padding:36px 28px}.how-it-works-grid{grid-template-columns:1fr;gap:16px}.how-it-works-grid:before{display:none}.bento-grid{grid-template-columns:1fr}.bento-tile--small,.bento-tile--wide,.bento-tile--tall,.bento-tile--hero{grid-column:span 1;grid-row:span 1}.quality-list{grid-template-columns:1fr;gap:24px}.lifestyle-image-overlay{padding:56px 20px}.lifestyle-image-card{padding:32px 28px}.marquee-item{font-size:24px}}.promo-headline{padding:clamp(72px,10vw,128px) 0;text-align:center;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.promo-headline--cream{background:var(--color-base-surface)}.promo-headline--green{background:var(--color-accent);border-color:var(--color-accent-dark)}.promo-headline--dark{background:var(--color-charcoal);border-color:#ffffff14}.promo-headline-inner{max-width:880px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:24px}.promo-headline-pill{display:inline-block;padding:10px 22px;background:var(--color-butter);color:var(--color-charcoal);border-radius:var(--radius-pill);font-family:var(--font-body);font-size:14px;font-weight:700;letter-spacing:.04em}.promo-headline--green .promo-headline-pill,.promo-headline--dark .promo-headline-pill{background:var(--color-butter);color:var(--color-charcoal)}.promo-headline-title{font-family:var(--font-display);font-size:clamp(38px,6.5vw,86px);font-weight:700;line-height:1;letter-spacing:-.035em;color:var(--color-accent);margin:0;max-width:18ch}.promo-headline-title p{margin:0}.promo-headline-title em{font-style:italic;color:var(--color-accent-glow);font-weight:600}.promo-headline--green .promo-headline-title,.promo-headline--dark .promo-headline-title{color:var(--color-base-background)}.promo-headline--green .promo-headline-title em,.promo-headline--dark .promo-headline-title em{color:var(--color-butter)}.promo-headline-subhead{font-size:18px;color:var(--color-muted);line-height:1.55;margin:0;max-width:56ch}.promo-headline--green .promo-headline-subhead,.promo-headline--dark .promo-headline-subhead{color:#ffffffc7}.promo-headline--green .btn--primary,.promo-headline--dark .btn--primary{background:var(--color-butter);color:var(--color-charcoal);border-color:var(--color-butter)}.promo-headline--green .btn--primary:hover,.promo-headline--dark .btn--primary:hover{background:var(--color-butter-deep);border-color:var(--color-butter-deep)}.promo-headline-footnote{font-size:13px;color:var(--color-muted);font-style:italic;margin:4px 0 0}.promo-headline--green .promo-headline-footnote,.promo-headline--dark .promo-headline-footnote{color:#ffffff8c}.stat-stack{padding:var(--spacing-sections) 0;background:var(--color-base-background)}.stat-stack-image{border-radius:var(--radius-lg);overflow:hidden;margin:0 auto 56px;max-width:980px;aspect-ratio:16 / 9;background:var(--color-cream-deep)}.stat-stack-image img{width:100%;height:100%;object-fit:cover}.stat-stack-image--placeholder{display:flex;align-items:center;justify-content:center;color:var(--color-accent);background:linear-gradient(160deg,var(--color-accent-soft) 0%,var(--color-cream-deep) 100%)}.stat-stack-header{text-align:center;max-width:720px;margin:0 auto 64px}.stat-stack-title{font-family:var(--font-display);font-size:clamp(34px,4.6vw,60px);font-weight:700;line-height:1.05;letter-spacing:-.03em;color:var(--color-accent);margin:12px 0 16px}.stat-stack-title p{margin:0}.stat-stack-title em{font-style:italic;color:var(--color-accent-glow);font-weight:600}.stat-stack-subhead{font-size:18px;color:var(--color-muted);line-height:1.55;margin:0}.stat-stack-list{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:56px;text-align:center}.stat-stack-item{text-align:center}.stat-stack-value{font-family:var(--font-display);font-size:clamp(96px,18vw,220px);font-weight:700;line-height:.85;letter-spacing:-.06em;color:var(--color-accent);margin-bottom:20px}.stat-stack-marker{font-family:var(--font-body);font-size:.4em;font-weight:600;vertical-align:super;margin-left:4px;color:var(--color-muted)}.stat-stack-caption{font-family:var(--font-body);font-size:clamp(16px,1.6vw,20px);color:var(--color-base-text);line-height:1.5;margin:0 auto;max-width:38ch;font-weight:500}.stat-stack-sources{margin:64px auto 0;max-width:720px;text-align:center;font-size:12px;font-style:italic;color:var(--color-muted);line-height:1.6}.stat-stack-cta{margin-top:48px;text-align:center}@media(max-width:768px){.stat-stack-list{gap:40px}.stat-stack-image{margin-bottom:36px;aspect-ratio:4 / 3}}.product-promo{background:var(--color-base-background);padding:32px 28px 0;text-align:center;border-bottom:none}.product-promo-inner{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px}.product-promo-pill{display:inline-block;padding:8px 18px;background:var(--color-butter);color:var(--color-charcoal);border-radius:var(--radius-pill);font-size:12px;font-weight:700;letter-spacing:.04em}.product-promo-headline{font-family:var(--font-display);font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.05;letter-spacing:-.025em;color:var(--color-accent);margin:0;max-width:22ch}.product-promo-headline em{font-style:italic;color:var(--color-accent-glow);font-weight:600}.product-promo-headline p{margin:0}.product-gallery-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--color-accent-soft);color:var(--color-accent)}.product-lab-badge{margin-top:20px;display:flex;align-items:center;gap:14px;padding:14px 18px;background:var(--color-base-surface);border-radius:var(--radius-md);border:1px solid var(--color-border)}.product-lab-badge-icon{width:40px;height:40px;border-radius:var(--radius-pill);background:var(--color-accent-soft);color:var(--color-accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-lab-badge-icon .icon{width:20px;height:20px}.product-lab-badge strong{display:block;font-family:var(--font-body);font-size:13px;font-weight:600;color:var(--color-base-text);margin-bottom:2px}.product-lab-badge span{font-size:12px;color:var(--color-muted)}.product-bullets{margin:24px 0 32px;display:flex;flex-direction:column;gap:8px;list-style:none;padding:0}.product-bullets li{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:500;color:var(--color-base-text);line-height:1.4}.product-bullets li:before{content:"\2022";color:var(--color-accent);font-size:18px;line-height:1;flex-shrink:0}.product-bullets .icon{width:20px;height:20px;color:var(--color-accent);flex-shrink:0;margin-top:2px}.product-control{margin-bottom:24px}.product-control-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.product-control-label{font-size:14px;font-weight:600;color:var(--color-base-text);letter-spacing:-.005em}.product-control-tag{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;background:var(--color-butter);color:var(--color-charcoal);padding:4px 12px;border-radius:var(--radius-pill);letter-spacing:.02em}.product-quantity-toggle{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-quantity-option{border:2px solid var(--color-border);background:var(--color-base-background);border-radius:var(--radius-md);padding:16px 14px;text-align:center;cursor:pointer;transition:border-color .2s var(--ease),background .2s var(--ease)}.product-quantity-option:hover{border-color:var(--color-accent)}.product-quantity-option.active{border-color:var(--color-accent);background:var(--color-accent-soft)}.product-quantity-num{display:block;font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--color-base-text);letter-spacing:-.02em}.product-quantity-meta{display:block;font-size:12px;color:var(--color-muted);margin-top:2px}.offer-cards{display:flex;flex-direction:column;gap:12px}.offer-card{display:block;background:var(--color-base-background);border:2px solid var(--color-border);border-radius:var(--radius-md);padding:18px 20px;cursor:pointer;transition:border-color .2s var(--ease),background .2s var(--ease);position:relative}.offer-card:hover{border-color:var(--color-accent)}.offer-card.active{border-color:var(--color-accent);background:var(--color-accent-soft)}.offer-card--highlight{border-color:var(--color-accent)}.offer-card--highlight.active{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.offer-card--highlight.active .offer-card-radio{border-color:#fff}.offer-card--highlight.active .offer-card-radio:after{background:#fff}.offer-card--highlight.active .offer-card-meta-right{color:#ffffffd9}.offer-card--highlight.active .offer-card-bullets li{color:#fff}.offer-card--highlight.active .offer-card-bullets .icon{color:var(--color-butter)}.offer-card--highlight.active .offer-card-cta{background:var(--color-butter);color:var(--color-charcoal);border-color:var(--color-butter)}.offer-card--highlight.active .offer-card-cta:hover{background:var(--color-butter-deep);border-color:var(--color-butter-deep)}.offer-card-tag{position:absolute;top:-12px;left:18px;background:var(--color-charcoal);color:var(--color-base-background);font-size:11px;font-weight:700;letter-spacing:.04em;padding:5px 12px;border-radius:var(--radius-pill);text-transform:uppercase}.offer-card--highlight .offer-card-tag{background:var(--color-accent-glow);color:#fff}.offer-card-row{display:flex;align-items:center;gap:12px}.offer-card-radio{width:22px;height:22px;border-radius:50%;border:2px solid var(--color-border);flex-shrink:0;position:relative;transition:all .2s var(--ease)}.offer-card.active .offer-card-radio{border-color:var(--color-accent)}.offer-card.active .offer-card-radio:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:var(--color-accent)}.offer-card-title{font-family:var(--font-body);font-size:16px;font-weight:600;flex-grow:1}.offer-card-prices{display:flex;align-items:baseline;gap:8px;flex-shrink:0}.offer-card-price{font-family:var(--font-display);font-size:22px;font-weight:700;letter-spacing:-.01em}.offer-card-compare{font-size:14px;color:var(--color-muted)}.offer-card-meta{display:flex;justify-content:space-between;gap:12px;margin-top:8px;padding-left:34px;font-size:13px;color:var(--color-muted)}.offer-card-meta-right{font-weight:600;color:var(--color-base-text)}.offer-card-bullets{margin-top:16px;padding-left:34px;display:flex;flex-direction:column;gap:6px}.offer-card-bullets li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--color-base-text)}.offer-card-bullets .icon{width:14px;height:14px;color:var(--color-accent);margin-top:3px;flex-shrink:0}.offer-card-cta{margin-top:16px;margin-left:34px}.btn--block{width:100%;display:inline-flex;justify-content:center}.product-discount-bar{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;background:var(--color-accent-soft);border-radius:var(--radius-md);margin-bottom:20px;font-size:13px;font-weight:600;color:var(--color-accent-dark)}.product-discount-bar .icon{width:18px;height:18px;color:var(--color-accent)}.product-add-btn{margin-bottom:32px}.product-add-btn .icon{width:18px;height:18px}[class*=appstle],[id*=appstle],[class*=seal-subscription],[id*=seal-subscription],[class*=bold_recurring],[class*=recharge-subscription],[class*=skio-],[data-widget-type=subscription],.subscription-widget,.selling-plan-group-widget{display:none!important}.product-trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:24px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-bottom:32px}.product-trust-cell{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.product-trust-icon{width:44px;height:44px;border-radius:var(--radius-pill);background:var(--color-accent-soft);color:var(--color-accent);display:flex;align-items:center;justify-content:center}.product-trust-icon .icon{width:20px;height:20px}.product-trust-label{font-size:12px;color:var(--color-muted);font-weight:500;line-height:1.4}.product-faq{display:flex;flex-direction:column}.product-faq-item{border-top:1px solid var(--color-border)}.product-faq-item:last-child{border-bottom:1px solid var(--color-border)}.product-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 0;font-family:var(--font-display);font-size:17px;font-weight:600;letter-spacing:-.01em;color:var(--color-base-text);text-align:left;background:none;border:none;cursor:pointer;gap:16px}.product-faq-question:hover{color:var(--color-accent)}.product-faq-icon{width:28px;height:28px;border-radius:50%;border:1.5px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-accent);transition:all .25s var(--ease);flex-shrink:0}.product-faq-icon .icon{width:14px;height:14px;transition:transform .25s var(--ease)}.product-faq-item.open .product-faq-icon{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.product-faq-item.open .product-faq-icon .icon{transform:rotate(45deg)}.product-faq-answer{overflow:hidden;max-height:0;transition:max-height .4s var(--ease)}.product-faq-item.open .product-faq-answer{max-height:500px}.product-faq-answer p{padding:0 0 20px;font-size:15px;color:var(--color-muted);line-height:1.65;margin:0}.feels-like-section{background:var(--color-base-surface)}.feels-like-header{text-align:center;margin-bottom:48px}.feels-like-title{font-family:var(--font-display);font-size:clamp(28px,3.4vw,42px);font-weight:600;letter-spacing:-.025em;margin:12px 0 0}.feels-like-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:720px;margin:0 auto}.feels-like-cell{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.feels-like-circle{width:110px;height:110px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;border:3px solid var(--color-base-background);box-shadow:0 0 0 1px var(--color-border)}.feels-like-circle--moss{background:linear-gradient(160deg,var(--color-accent) 0%,var(--color-accent-dark) 100%);color:#fff}.feels-like-circle--butter{background:var(--color-butter);color:var(--color-charcoal)}.feels-like-circle--cream{background:var(--color-base-background);color:var(--color-accent)}.feels-like-circle--clay{background:linear-gradient(160deg,var(--color-clay) 0%,#7A5A3A 100%);color:#fff}.feels-like-circle img{width:100%;height:100%;object-fit:cover}.feels-like-label{font-family:var(--font-body);font-size:14px;font-weight:600;color:var(--color-base-text)}.packed-with-section{background:var(--color-base-background)}.packed-with-header{text-align:center;margin-bottom:40px}.packed-with-title{font-family:var(--font-display);font-size:clamp(28px,3.4vw,42px);font-weight:600;letter-spacing:-.025em;margin:12px 0 0}.packed-with-list{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:0;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-base-surface);overflow:hidden}.packed-with-row{display:flex;align-items:center;gap:14px;padding:18px 22px;border-top:1px solid var(--color-border)}.packed-with-row:first-child{border-top:none}.packed-with-icon{width:36px;height:36px;border-radius:10px;background:var(--color-accent-soft);color:var(--color-accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.packed-with-icon .icon{width:18px;height:18px}.packed-with-label{flex-grow:1;font-size:15px;font-weight:500;color:var(--color-base-text)}.packed-with-detail{font-size:13px;color:var(--color-muted);font-style:italic}.cross-sell-section{background:var(--color-base-background)}.cross-sell-card{max-width:720px;margin:0 auto;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-base-surface);border:1px solid var(--color-border)}.cross-sell-image{aspect-ratio:16 / 9;background:var(--color-cream-deep);overflow:hidden}.cross-sell-image img{width:100%;height:100%;object-fit:cover}.cross-sell-image--placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,var(--color-accent-soft) 0%,var(--color-cream-deep) 100%);color:var(--color-accent)}.cross-sell-body{padding:36px 36px 40px;text-align:center}.cross-sell-eyebrow{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:12px;padding:4px 12px;background:var(--color-accent-soft);border-radius:var(--radius-pill)}.cross-sell-title{font-family:var(--font-display);font-size:clamp(28px,3.6vw,40px);font-weight:700;letter-spacing:-.025em;line-height:1.05;margin:0 0 14px}.cross-sell-title em{font-style:italic;color:var(--color-accent)}.cross-sell-title p{margin:0}.cross-sell-subhead{font-size:16px;color:var(--color-muted);line-height:1.55;margin:0 auto 28px;max-width:42ch}@media(max-width:768px){.product-promo{padding-top:24px}.product-trust-row{grid-template-columns:1fr;gap:12px;padding:18px 0}.feels-like-grid{grid-template-columns:1fr;gap:24px}.feels-like-circle{width:96px;height:96px}.offer-card-meta,.offer-card-bullets,.offer-card-cta{padding-left:0;margin-left:0}.cross-sell-body{padding:28px 24px 32px}}@media(max-width:768px){:root{--spacing-sections: 56px;--page-width: 100%}.page-width{padding:0 18px}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;gap:0;position:relative}.header-hamburger{order:0;flex-shrink:0}.header-logo{position:absolute;left:50%;transform:translate(-50%);font-size:22px;grid-area:unset;justify-self:unset}.header-nav{grid-area:unset;justify-self:unset}.header-actions{order:2;gap:8px;flex-shrink:0;grid-area:unset;justify-self:unset}.header-cart{padding:8px 12px;font-size:12px}.header-cart span:not(.cart-count){display:none}.header-icon-btn{width:36px;height:36px}.header-nav{display:none;flex-direction:column;align-items:stretch!important;gap:0!important;padding:8px 0!important}.header-nav.is-open{display:flex!important}.header-nav a{padding:14px 18px;border-bottom:1px solid var(--color-border);font-size:16px}.header-nav a:last-child{border-bottom:none}.announcement-bar{padding:8px 14px;font-size:12px}.hero{padding:28px 0 48px}.hero-inner{gap:28px;padding:0 18px}.hero-eyebrow{font-size:11px;padding:6px 14px;margin-bottom:18px}.hero-headline{font-size:44px;line-height:.98}.hero-subhead{font-size:16px;margin-bottom:28px}.hero-stats{gap:14px;padding:16px 0;margin-bottom:28px}.hero-stat-divider{height:28px}.hero-stat-value{font-size:22px}.hero-stat-label{font-size:11px;margin-top:4px}.hero-image{aspect-ratio:1 / 1;border-radius:var(--radius-lg)}.hero-badge{width:86px;height:86px;bottom:16px;right:16px}.hero-badge-text{font-size:9px}.hero-badge-value{font-size:20px}.hero-cta-group .btn{flex:1 1 auto;min-width:0}.hero-cta-group .btn--lg{padding:14px 20px;font-size:14px}.marquee{padding:14px 0}.marquee-track{animation-duration:24s;gap:18px}.marquee-row{gap:18px}.marquee-item{font-size:22px}.marquee-sep .icon{width:16px;height:16px}.proof-bar-inner{gap:14px 22px}.proof-item{font-size:12px}.section-header{margin-bottom:36px}.section-eyebrow{font-size:11px;margin-bottom:12px;padding:4px 12px}.section-title{font-size:30px;line-height:1.05}.section-subtitle{font-size:15px;line-height:1.55}.stat-callout-section{padding:56px 18px}.stat-number{font-size:64px;margin-bottom:16px}.stat-label{font-size:22px;margin-bottom:14px}.stat-desc{font-size:15px;margin-bottom:24px}.stat-stack{padding:56px 0}.stat-stack-image{margin-bottom:28px;aspect-ratio:4 / 3;border-radius:var(--radius-md)}.stat-stack-header{margin-bottom:36px}.stat-stack-title{font-size:32px}.stat-stack-subhead{font-size:15px}.stat-stack-list{gap:32px}.stat-stack-value{font-size:84px;line-height:.85;margin-bottom:14px}.stat-stack-caption{font-size:15px}.stat-stack-sources{margin-top:36px;font-size:11px}.bento-grid{grid-template-columns:1fr;gap:14px;grid-auto-rows:auto}.bento-tile,.bento-tile--small,.bento-tile--wide,.bento-tile--tall,.bento-tile--hero{grid-column:1 / -1;grid-row:auto;min-height:220px;padding:28px 24px}.bento-tile-title{font-size:22px}.bento-tile--hero .bento-tile-title{font-size:26px}.bento-tile-stat-value{font-size:30px}.stats-grid{grid-template-columns:1fr}.stats-grid-cell{padding:28px 22px;border-right:none!important;border-bottom:1px solid var(--color-border)}.stats-grid-cell:last-child{border-bottom:none}.stats-grid-value{font-size:56px;margin-bottom:10px}.stats-grid-label{font-size:15px}.stats-grid-detail{font-size:12px}.ingredient-dive-grid{grid-template-columns:1fr;gap:20px}.ingredient-dive-card{padding:32px 26px;min-height:auto}.ingredient-dive-name{font-size:28px}.ingredient-dive-icon-wrap{width:52px;height:52px;margin-bottom:22px}.how-it-works-grid{grid-template-columns:1fr;gap:14px}.how-it-works-grid:before{display:none}.how-it-works-step{padding:28px 24px}.how-it-works-icon{width:48px;height:48px;margin-bottom:18px}.how-it-works-title{font-size:19px}.lifestyle-image{min-height:480px}.lifestyle-image-overlay{padding:56px 18px;min-height:480px}.lifestyle-image-card{padding:28px 22px}.lifestyle-image-title{font-size:26px}.founder-quote-section,.founder-quote-section--reversed{grid-template-columns:1fr}.founder-quote-section--reversed .founder-quote-image{order:-1}.founder-quote-image{min-height:320px}.founder-quote-content{padding:40px 22px}.founder-quote-text{font-size:24px;margin:18px 0 24px}.comparison-section{padding:56px 0}.comparison-wrapper{margin:0 18px;border-radius:var(--radius-md)}.comparison-table thead th,.comparison-table tbody td{padding:12px 14px;font-size:13px}.comparison-table thead th{font-size:15px}.comparison-table thead .tusk-col:after{display:none}.quality-section{padding:56px 0}.quality-grid{grid-template-columns:1fr;gap:28px;padding:0 18px}.quality-list{grid-template-columns:1fr;gap:18px}.quality-list-icon{width:32px;height:32px}.quality-list strong{font-size:16px}.quality-list p{font-size:13px}.press-section{padding:48px 18px}.press-logos{gap:26px;margin-bottom:32px}.press-logo{font-size:18px}.press-quote{font-size:22px}.promo-headline{padding:56px 18px}.promo-headline-title{font-size:36px;max-width:16ch}.promo-headline-subhead{font-size:15px}.promo-headline .btn--lg{padding:14px 22px;font-size:14px}.testimonials-grid{grid-template-columns:1fr;gap:14px}.testimonial-card{padding:26px 22px}.testimonial-card:nth-child(2){transform:translateY(0)}.testimonial-text{font-size:16px}.faq-question{font-size:16px;padding:20px 0;gap:14px}.faq-icon{width:26px;height:26px}.faq-icon .icon{width:14px;height:14px}.faq-answer p{font-size:15px;padding-right:0}.cta-banner{padding:64px 22px}.cta-banner-title{font-size:36px;line-height:1.05}.cta-banner-subtitle{font-size:15px;margin-bottom:28px}.cta-banner-group{flex-direction:column;align-items:stretch;gap:12px;width:100%}.cta-banner-group .btn{width:100%}.site-footer{padding:56px 18px 24px}.footer-top{gap:28px;padding-bottom:36px;margin-bottom:24px}.footer-logo{font-size:28px}.footer-tagline{font-size:14px;margin-bottom:20px}.footer-bottom{font-size:12px;gap:12px}.sticky-buy-bar{padding:10px 14px}.sticky-buy-bar-inner{flex-direction:row;gap:10px}.sticky-product-info{gap:8px;flex:1 1 0;min-width:0}.sticky-product-image{width:36px;height:36px;border-radius:8px}.sticky-product-name{font-size:13px;line-height:1.2}.sticky-product-price{font-size:11px}.sticky-buy-bar .btn{padding:10px 16px;font-size:12px;flex-shrink:0}.product-page{padding:28px 0 40px}.product-page-inner{grid-template-columns:1fr;gap:28px;padding:0 18px}.product-promo{padding:20px 18px 0}.product-promo-pill{font-size:11px;padding:6px 14px}.product-promo-headline{font-size:26px;max-width:18ch}.product-gallery{position:static;min-width:0}.product-gallery-main{aspect-ratio:1 / 1;border-radius:var(--radius-md);overflow:hidden}.product-info{min-width:0}.product-gallery-thumb{flex:0 0 60px;width:60px;height:60px;border-radius:12px}.product-gallery-arrow{width:28px;height:28px}.product-lab-badge{padding:12px 14px;gap:12px;margin-top:14px}.product-lab-badge-icon{width:36px;height:36px}.product-info{padding-top:0}.product-rating{font-size:13px;gap:10px;margin-bottom:16px;flex-wrap:wrap}.product-rating .stars .icon{width:14px;height:14px}.product-title{font-size:30px;margin-bottom:14px}.product-summary{font-size:15px;margin-bottom:22px}.product-bullets{margin:18px 0 26px;gap:10px}.product-bullets li{font-size:14px}.product-control-label{font-size:13px}.product-control-tag{font-size:11px;padding:3px 10px}.product-quantity-option{padding:12px 10px}.product-quantity-num{font-size:19px}.product-quantity-meta{font-size:11px}.offer-card{padding:16px}.offer-card-tag{font-size:10px;padding:4px 10px;top:-10px;left:14px}.offer-card-row{gap:10px;flex-wrap:wrap}.offer-card-radio{width:20px;height:20px}.offer-card-title{font-size:15px;flex:1 1 auto}.offer-card-price{font-size:19px}.offer-card-compare{font-size:13px}.offer-card-meta{margin-top:6px;padding-left:30px;flex-direction:row;flex-wrap:wrap;gap:4px 12px;font-size:12px}.offer-card-bullets{margin-top:12px;padding-left:30px}.offer-card-bullets li{font-size:12px}.offer-card-cta{margin-left:30px;padding:10px 18px;font-size:13px}.product-discount-bar{padding:10px 14px;font-size:12px}.product-add-btn{padding:16px 22px;font-size:14px}.product-add-btn .icon{width:16px;height:16px}.product-trust-row{grid-template-columns:repeat(3,1fr);gap:10px;padding:18px 0;margin-bottom:24px}.product-trust-icon{width:38px;height:38px}.product-trust-icon .icon{width:18px;height:18px}.product-trust-label{font-size:11px;line-height:1.3}.product-faq-question{font-size:15px;padding:16px 0;gap:12px}.product-faq-icon{width:24px;height:24px}.product-faq-icon .icon{width:12px;height:12px}.product-faq-answer p{font-size:14px;line-height:1.6;padding-right:0;padding-bottom:16px}.feels-like-section{padding:48px 0}.feels-like-header{margin-bottom:28px;padding:0 18px}.feels-like-title{font-size:28px}.feels-like-grid{grid-template-columns:repeat(3,1fr);gap:14px;padding:0 18px}.feels-like-circle{width:84px;height:84px;border-width:2px}.feels-like-label{font-size:12px;line-height:1.3}.packed-with-section{padding:48px 0}.packed-with-header{margin-bottom:28px;padding:0 18px}.packed-with-title{font-size:28px}.packed-with-list{margin:0 18px}.packed-with-row{padding:14px 16px;gap:12px;flex-wrap:wrap}.packed-with-icon{width:32px;height:32px}.packed-with-icon .icon{width:16px;height:16px}.packed-with-label{font-size:14px}.packed-with-detail{font-size:12px;flex-basis:100%;padding-left:44px;margin-top:-4px}.cross-sell-section{padding:48px 0}.cross-sell-card{margin:0 18px}.cross-sell-image{aspect-ratio:4 / 3}.cross-sell-body{padding:26px 22px 30px}.cross-sell-title{font-size:26px}.cross-sell-subhead{font-size:14px;margin-bottom:22px}}@media(max-width:380px){.hero-headline{font-size:38px}.product-title{font-size:26px}.stat-stack-value{font-size:72px}.stats-grid-value{font-size:48px}.promo-headline-title{font-size:30px}.feels-like-circle{width:72px;height:72px}.feels-like-label{font-size:11px}}@supports (padding: max(0px)){.sticky-buy-bar{padding-bottom:max(10px,env(safe-area-inset-bottom))}.site-footer{padding-bottom:max(24px,env(safe-area-inset-bottom))}}.nav-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9996;background:#0f1f1473;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.nav-drawer-overlay.is-open{opacity:1;visibility:visible}.nav-drawer{position:fixed;top:0;left:0;bottom:0;z-index:9997;width:min(360px,88vw);background:var(--color-base-background, #F7F4EC);transform:translate(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:8px 0 32px #0000001f;overflow-y:auto;-webkit-overflow-scrolling:touch}.nav-drawer.is-open{transform:translate(0)}.nav-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--color-border, #E2DDD0);flex-shrink:0}.nav-drawer-logo{font-family:var(--font-display, "Fraunces", Georgia, serif);font-size:24px;font-weight:700;font-style:italic;color:var(--color-base-text, #0F1F14);letter-spacing:-.04em;line-height:1}.nav-drawer-logo span{color:var(--color-accent, #1F8B4A);font-style:normal}.nav-drawer-close{width:36px;height:36px;border-radius:50%;background:var(--color-base-surface, #EFEADC);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.nav-drawer-close:hover{background:#0f1f141a}.nav-drawer-close svg{width:18px;height:18px;color:var(--color-base-text, #0F1F14)}.nav-drawer-cart{width:40px;height:40px;border-radius:10px;background:var(--color-base-text, #0F1F14);color:#fff;display:flex;align-items:center;justify-content:center;gap:4px;font-family:var(--font-body, "Outfit", sans-serif);font-size:12px;font-weight:600;border:none;cursor:pointer;transition:background .15s ease}.nav-drawer-cart svg{width:18px;height:18px}.nav-drawer-cart:hover{background:#1a2b1f}.nav-drawer-promo{padding:20px 22px;text-align:center;border-bottom:1px solid var(--color-border, #E2DDD0)}.nav-drawer-promo p{font-family:var(--font-display, "Fraunces", Georgia, serif);font-size:20px;font-weight:600;font-style:italic;color:var(--color-accent, #1F8B4A);line-height:1.3;margin:0}.nav-drawer-links{flex:1;padding:8px 0}.nav-drawer-links a{display:block;padding:18px 22px;font-family:var(--font-body, "Outfit", sans-serif);font-size:17px;font-weight:500;color:var(--color-base-text, #0F1F14);border-bottom:1px solid rgba(15,31,20,.06);transition:background .15s ease,color .15s ease}.nav-drawer-links a:last-child{border-bottom:none}.nav-drawer-links a:active{background:#1f8b4a14;color:var(--color-accent, #1F8B4A)}@media(max-width:768px){.header-hamburger{width:36px;height:36px;align-items:center;justify-content:center}.header-hamburger span{transition:transform .25s var(--ease),opacity .2s}.site-header.menu-open .header-hamburger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header.menu-open .header-hamburger span:nth-child(2){opacity:0}.site-header.menu-open .header-hamburger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header.menu-open:after{display:none}}.tier-picker{margin-bottom:24px;display:flex;flex-direction:column;gap:14px}.tier-picker-head{display:flex;align-items:center;gap:12px}.tier-picker-rule{flex:1 1 auto;height:1px;background:var(--color-border)}.tier-picker-title{font-family:var(--font-body);font-size:11px;font-weight:800;letter-spacing:.18em;color:var(--color-muted);margin:0;text-transform:uppercase;white-space:nowrap}.tier-urgency{display:flex;align-items:center;gap:10px;padding:11px 16px;background:linear-gradient(135deg,#0F4025 0%,var(--color-accent) 100%);color:#fff;border-radius:12px;font-size:13px;font-weight:600;letter-spacing:-.005em;box-shadow:0 4px 16px -4px #1f8b4a59}.tier-urgency-icon{display:inline-flex;width:20px;height:20px;color:var(--color-butter);flex-shrink:0}.tier-urgency-icon .icon{width:18px;height:18px}.tier-urgency-text{flex:1 1 auto;line-height:1.4}.tier-urgency-clock{font-variant-numeric:tabular-nums;font-weight:800;color:var(--color-butter);background:#ffffff1f;padding:1px 7px;border-radius:6px;margin:0 2px;letter-spacing:.04em}.tier-mode-toggle{display:grid;grid-template-columns:1fr 1fr;gap:0;background:var(--color-base-surface);border:1.5px solid var(--color-border);border-radius:16px;padding:5px}.tier-mode-option{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:12px 10px;border-radius:12px;background:transparent;color:var(--color-muted);border:none;cursor:pointer;transition:background .22s var(--ease),color .22s var(--ease),box-shadow .22s var(--ease);gap:2px}.tier-mode-option:hover{color:var(--color-base-text)}.tier-mode-option.active{background:var(--color-base-background);color:var(--color-base-text);box-shadow:0 2px 12px -2px #0f1f141f}.tier-mode-option[data-mode=subscribe].active:before{content:"";position:absolute;top:0;left:16px;right:16px;height:3px;background:var(--color-accent);border-radius:0 0 3px 3px}.tier-mode-title{font-size:13px;font-weight:700;letter-spacing:-.01em;line-height:1.2}.tier-mode-option[data-mode=subscribe].active .tier-mode-title{color:var(--color-accent)}.tier-mode-meta{font-size:11px;color:var(--color-muted);margin-top:3px;line-height:1.3}.tier-mode-option.active .tier-mode-meta{color:var(--color-muted)}.tier-list{display:flex;flex-direction:column;gap:8px}.tier-card{display:block;position:relative;background:var(--color-base-background);border:1.5px solid var(--color-border);border-radius:16px;padding:16px 18px 14px;cursor:pointer;transition:border-color .2s var(--ease),background .2s var(--ease),box-shadow .2s var(--ease),transform .15s var(--ease);overflow:hidden}.tier-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--color-accent);border-radius:16px 0 0 16px;opacity:0;transition:opacity .2s var(--ease)}.tier-card:hover{border-color:#1f8b4a73;box-shadow:0 4px 20px -6px #1f8b4a26}.tier-card.active{border-color:var(--color-accent);background:#f0f8f2;box-shadow:0 6px 24px -8px #1f8b4a38}.tier-card.active:before{opacity:1}.tier-card-flag{position:absolute;top:0;right:16px;background:var(--color-butter-deep);color:var(--color-charcoal);font-family:var(--font-body);font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;padding:5px 14px;border-radius:0 0 10px 10px;box-shadow:0 2px 8px #0000001a}.tier-card--featured{border-color:var(--color-accent)}.tier-card-row{display:flex;align-items:center;gap:12px}.tier-card-radio{width:20px;height:20px;border-radius:50%;border:2px solid var(--color-border);flex-shrink:0;position:relative;transition:border-color .18s var(--ease),background .18s var(--ease);background:var(--color-base-background)}.tier-card:hover .tier-card-radio{border-color:#1f8b4a80}.tier-card.active .tier-card-radio{border-color:var(--color-accent);background:var(--color-accent)}.tier-card.active .tier-card-radio:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:#fff}.tier-card-thumb{width:54px;height:54px;border-radius:10px;background:var(--color-base-surface);flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-border)}.tier-card.active .tier-card-thumb{border-color:#1f8b4a40}.tier-card-thumb img{width:100%;height:100%;object-fit:cover}.tier-card-headline{flex:1 1 auto;min-width:0}.tier-card-title{font-family:var(--font-display);font-size:17px;font-weight:700;letter-spacing:-.02em;color:var(--color-base-text);line-height:1.2}.tier-card-subtitle{font-size:12px;color:var(--color-muted);margin-top:2px;line-height:1.4}.tier-card-savings{display:inline-flex;align-items:center;margin-top:6px;background:var(--color-butter);color:var(--color-charcoal);font-family:var(--font-body);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:3px 9px;border-radius:var(--radius-pill);border:1px solid var(--color-butter-deep)}.tier-card.active .tier-card-savings{background:var(--color-accent);color:#fff;border-color:var(--color-accent-dark)}.tier-card-prices{display:flex;flex-direction:column;align-items:flex-end;gap:1px;flex-shrink:0}.tier-card-price{font-family:var(--font-display);font-size:23px;font-weight:700;letter-spacing:-.02em;color:var(--color-base-text);line-height:1}.tier-card.active .tier-card-price{color:var(--color-accent-dark)}.tier-card-currency{font-size:11px;font-weight:600;letter-spacing:.04em;color:var(--color-muted);line-height:1;margin-top:1px}.tier-card-compare{font-size:12px;color:var(--color-muted);text-decoration:line-through;text-decoration-color:#56655a80}.tier-card-gifts{margin-top:12px;padding-top:12px;border-top:1px solid var(--color-border)}.tier-card.active .tier-card-gifts{border-top-color:#1f8b4a33}.tier-card-gifts-head{font-size:10px;font-weight:800;letter-spacing:.12em;color:var(--color-accent);text-transform:uppercase;margin-bottom:9px;display:flex;align-items:center;gap:6px}.tier-card-gifts-head:after{content:"";flex:1;height:1px;background:#1f8b4a26}.tier-card-gifts-list{display:flex;flex-direction:column;gap:7px}.tier-gift{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--color-base-text);line-height:1.3}.tier-gift-thumb{width:34px;height:34px;border-radius:8px;background:var(--color-base-surface);border:1px solid var(--color-border);flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;color:var(--color-accent)}.tier-card.active .tier-gift-thumb{background:#e8f4ec;border-color:#1f8b4a33}.tier-gift-thumb img{width:100%;height:100%;object-fit:cover}.tier-gift-thumb .icon{width:16px;height:16px}.tier-gift-name{flex:1 1 auto;font-weight:500;letter-spacing:-.005em;color:var(--color-base-text)}.tier-gift-value{font-size:11px;color:var(--color-muted);flex-shrink:0;text-decoration:line-through;text-decoration-color:#56655a80}.tier-gift--shipping{font-weight:600}.tier-gift--shipping .tier-gift-thumb{background:var(--color-accent-soft);color:var(--color-accent);border-color:#1f8b4a40}.tier-card.active .tier-gift--shipping .tier-gift-thumb{background:var(--color-accent);color:#fff}@media(max-width:768px){.tier-picker{gap:10px}.tier-picker-title{font-size:10px;letter-spacing:.16em}.tier-urgency{font-size:12px;padding:10px 14px}.tier-urgency-clock{font-size:13px}.tier-mode-toggle{padding:4px;border-radius:14px}.tier-mode-option{padding:10px 8px;border-radius:11px}.tier-mode-title{font-size:12px}.tier-mode-meta{font-size:10px}.tier-card{padding:14px 14px 12px}.tier-card:before{border-radius:14px 0 0 14px}.tier-card-row{gap:10px}.tier-card-thumb{width:46px;height:46px}.tier-card-radio{width:18px;height:18px}.tier-card-title{font-size:15px}.tier-card-subtitle{font-size:11px}.tier-card-price{font-size:20px}.tier-card-compare{font-size:11px}.tier-card-flag{right:12px;padding:4px 12px;font-size:9px;letter-spacing:.07em}.tier-card-savings{font-size:9px;padding:2px 8px}.tier-card-gifts-head{font-size:9px}.tier-gift{font-size:12px;gap:8px}.tier-gift-thumb{width:30px;height:30px}.tier-gift-value{font-size:10px}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/base.css.map */
