:root{--color-bg: #1B6820;--color-bg-alt: #175A1B;--color-bg-strip: #134D17;--color-text: #ECE800;--color-text-muted: rgba(236,232,0,.75);--color-text-subtle: rgba(236,232,0,.45);--color-gold: #ECE800;--color-gold-light: #F5F066;--color-border: rgba(236,232,0,.18);--color-border-gold: rgba(236,232,0,.45);--font-heading: "Cormorant Garamond", Georgia, serif;--font-body: "Inter", -apple-system, sans-serif;--max-width: 1280px;--header-height: 72px;--transition: .25s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-weight:300;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;transition:all var(--transition);cursor:pointer}.btn--outline{background:transparent;border:1px solid var(--color-gold);color:var(--color-text)}.btn--outline:hover{background:var(--color-gold);color:var(--color-bg)}.btn--gold{background:var(--color-gold);border:1px solid var(--color-gold);color:var(--color-bg);font-weight:600}.btn--gold:hover{background:var(--color-gold-light)}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--color-bg);border-bottom:1px solid var(--color-border);transition:background var(--transition),backdrop-filter var(--transition)}.site-header.scrolled{background:#1b6820f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header__inner{max-width:var(--max-width);margin:0 auto;padding:0 2rem;height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:2rem}.site-header__logo-text{font-family:Satoshi,Inter,-apple-system,sans-serif;font-size:1.4rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--color-text)}.site-header__nav{flex:1;display:flex;justify-content:center}.site-header__nav-list{display:flex;gap:2.5rem}.site-header__nav-link{font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted);position:relative;transition:color var(--transition)}.site-header__nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--color-gold);transition:width var(--transition)}.site-header__nav-link:hover{color:var(--color-text)}.site-header__nav-link:hover:after{width:100%}.site-header__icons{display:flex;align-items:center;gap:1.25rem}.site-header__icon{color:var(--color-text-muted);transition:color var(--transition);display:flex;align-items:center;position:relative}.site-header__icon:hover{color:var(--color-text)}.hamburger{display:none;flex-direction:column;gap:5px;width:24px;padding:4px 0;cursor:pointer;border:none;background:none}.hamburger span{display:block;height:1.5px;background:var(--color-text);transition:all var(--transition)}.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;background:var(--color-bg);overflow:hidden}.hero__inner{position:relative;z-index:1;width:100%;max-width:var(--max-width);margin:0 auto;padding:0 4rem 0 0;padding-top:var(--header-height);display:grid;grid-template-columns:55% 45%;align-items:center;gap:0;height:100%}.hero__image-col{height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--color-bg);isolation:isolate}.hero__product-image{height:90vh;width:auto;max-width:none;flex-shrink:0;display:block;filter:none;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.hero__content-col{display:flex;flex-direction:column;gap:1.5rem}.hero__eyebrow{font-size:.65rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold)}.hero__heading{font-family:var(--font-heading);font-size:clamp(3.5rem,6vw,5.5rem);font-weight:800;line-height:1;letter-spacing:-.02em;text-transform:none;color:#ece800}.hero__subtext{font-size:.88rem;color:#fff9;line-height:1.75}.hero__cta{margin-top:.25rem}.hero__badges{display:flex;align-items:center;flex-wrap:nowrap;gap:0;margin-top:.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12)}.hero__badge{display:flex;align-items:center;gap:.35rem;font-size:.6rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c;padding:0 .9rem;white-space:nowrap}.hero__badge:first-child{padding-left:0}.hero__badge svg{color:var(--color-gold);flex-shrink:0;width:13px;height:13px}.hero__badge-sep{width:1px;height:12px;background:#fff3;flex-shrink:0}.hero__urgency-pill{display:inline-flex;align-items:center;gap:.5rem;background:#c9a96e1f;border:1px solid rgba(201,169,110,.35);color:var(--color-gold);padding:.35rem .85rem;font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;width:fit-content}.hero__urgency-dot{width:6px;height:6px;border-radius:50%;background:var(--color-gold);animation:pulse 1.8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.hero__form{width:100%;display:flex;flex-direction:column;gap:.6rem;margin-top:1.5rem}.hero__form-row{display:flex;gap:1rem}.hero__form-input{flex:1;background:transparent;border:2px solid #ECE800;border-radius:999px;color:#ece800;padding:.875rem 1.5rem;font-size:1rem;outline:none;font-family:var(--font-body);transition:border-color var(--transition)}.hero__form-input::placeholder{color:#ece80099}.hero__form-input:focus{border-color:#fff}.hero__btn{background:#ece800;border:2px solid #1B6820;color:#1b6820;font-weight:700;font-size:1.1rem;padding:.8rem 2.5rem;border-radius:999px;text-transform:lowercase;cursor:pointer;box-shadow:4px 4px #0a3610;transition:transform .1s ease,box-shadow .1s ease;font-family:var(--font-body);flex-shrink:0}.hero__btn:active{transform:translate(4px,4px);box-shadow:0 0 #0a3610}.hero__form-success{font-size:.9rem;color:#ece800;font-weight:500;margin-top:.5rem}.hero__social-proof{display:flex;align-items:center;gap:.75rem}.hero__avatars{display:flex}.hero__avatar{width:28px;height:28px;border-radius:50%;border:2px solid var(--color-bg);display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;color:#fff;margin-left:-8px}.hero__avatars .hero__avatar:first-child{margin-left:0}.hero__social-proof-text{font-size:.75rem;color:#ffffff8c}.hero__social-proof-text strong{color:#ffffffd9}.product-story__price-anchor{display:flex;flex-direction:column;gap:.3rem;border-left:3px solid #ECE800;padding:.75rem 1.1rem;background:#ece80012}.product-story__price-label{font-size:.58rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#ece800}.product-story__price-value{font-family:var(--font-heading);font-size:1.8rem;font-weight:700;color:#ece800;line-height:1}.product-story__price-sub{font-size:.9rem;font-weight:400;color:#ece800a6}.product-story__price-note{font-size:.72rem;color:#ece800a6;line-height:1.4}.product-story__benefits{list-style:none;display:flex;flex-direction:column;gap:.7rem;margin:0}.product-story__benefits li{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:#ece800d9;font-weight:500}.product-story__benefits li svg{color:#ece800;flex-shrink:0}.product-story .btn--outline{background:#ece800;border:2px solid #ECE800;color:#1b6820;border-radius:999px;font-weight:700}.product-story .btn--outline:hover{background:transparent;color:#ece800}.taste-obsession{background:#ece800;padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.taste-obsession__heading{font-family:var(--font-heading);font-size:clamp(3rem,6vw,5.5rem);font-weight:800;color:#1b6820;margin-bottom:3rem;letter-spacing:-.02em}.taste-obsession__grid-wrapper{position:relative;max-width:var(--max-width);margin:0 auto;padding-bottom:3rem}.taste-obsession__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.taste-obsession__card{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:9 / 16;background:#1b68201a}.taste-obsession__card img{width:100%;height:100%;object-fit:cover;display:block}.taste-obsession__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:#ffffff40;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:transform .3s ease,background .3s ease}.taste-obsession__card:hover .taste-obsession__play{transform:translate(-50%,-50%) scale(1.1);background:#fff6}.taste-obsession__play svg{width:28px;height:28px;fill:currentColor;margin-left:4px}.taste-obsession__wave-overlay{position:absolute;bottom:0;left:-5%;width:110%;height:140px;z-index:2;pointer-events:none}.taste-obsession__footer{display:flex;align-items:center;justify-content:center;gap:2.5rem;margin-top:1rem;position:relative;z-index:3}.taste-obsession__flavor{font-family:var(--font-heading);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:#1b6820;letter-spacing:-.02em}.taste-obsession__btn{background:#ece800;border:3px solid #1B6820;color:#1b6820;font-weight:700;font-size:1.2rem;padding:.8rem 3.5rem;border-radius:999px;text-transform:lowercase;cursor:pointer;box-shadow:5px 5px #1b6820;transition:transform .1s ease,box-shadow .1s ease;font-family:var(--font-body);letter-spacing:.02em}.taste-obsession__btn:active{transform:translate(5px,5px);box-shadow:0 0 #1b6820}@media(max-width:900px){.taste-obsession__grid{grid-template-columns:repeat(2,1fr)}.taste-obsession__footer{flex-direction:column;gap:1.5rem}}.testimonials{background:#1b6820;padding:10rem 2rem 8rem;position:relative;overflow:hidden}.testimonials__inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:flex-start;gap:4rem;position:relative;z-index:1}.testimonials__header{flex:0 0 320px}.testimonials__heading{font-family:var(--font-heading);font-size:clamp(3rem,5vw,4.5rem);font-weight:800;color:#ece800;line-height:1;letter-spacing:-.02em}.testimonials__carousel-wrapper{flex:1;overflow:hidden;position:relative}.testimonials__carousel{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:2rem;scrollbar-width:none;scroll-behavior:smooth}.testimonials__carousel::-webkit-scrollbar{display:none}.testimonial{flex:0 0 350px;background:#fff;border:4px solid #ECE800;border-radius:20px;padding:2.5rem;display:flex;flex-direction:column;gap:1.2rem}.testimonial__title{font-family:var(--font-heading);font-size:1.6rem;font-weight:800;color:#1b6820;letter-spacing:-.01em}.testimonial__text{font-family:var(--font-body);font-size:1.1rem;line-height:1.5;color:#1b6820;font-weight:500;flex:1}.testimonial__author{font-family:var(--font-body);font-size:1rem;font-weight:700;color:#1b6820;margin-top:auto}.testimonials__nav{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem;padding-right:1rem}.testimonials__nav-btn{width:44px;height:44px;border-radius:50%;background:#ece800;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#1b6820;transition:transform .2s ease}.testimonials__nav-btn:hover{transform:scale(1.1)}.testimonials__nav-btn svg{width:24px;height:24px;fill:currentColor}@media(max-width:900px){.testimonials__inner{flex-direction:column;gap:2rem}.testimonials__header{flex:none;width:100%}.testimonial{flex:0 0 85%}}.batch-bar{width:100%;background:#ffffff0a;border:1px solid var(--color-border);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.6rem}.batch-bar__header{display:flex;justify-content:space-between;align-items:center}.batch-bar__header span{font-size:.7rem;color:#ffffff80;letter-spacing:.06em;text-transform:uppercase}.batch-bar__count{color:var(--color-gold)!important;font-weight:600}.batch-bar__track{height:4px;background:#ffffff14;border-radius:2px;overflow:hidden}.batch-bar__fill{height:100%;background:linear-gradient(to right,var(--color-gold-dark),var(--color-gold));border-radius:2px;transition:width 1.2s ease}.batch-bar__note{font-size:.68rem;color:#ffffff73}.batch-bar__note{font-size:.68rem;color:#e0a040}.sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:99;background:#ece800;padding:.5rem 1.5rem 1.5rem}.sticky-cta.hidden-at-bottom{display:none!important}.sticky-cta__wave{position:absolute;bottom:100%;margin-bottom:-1px;left:0;width:100%;height:60px;display:block}.sticky-cta__inner{max-width:var(--max-width);margin:0 auto;width:100%;display:flex;align-items:center;justify-content:center;gap:2rem}.sticky-cta__title{font-family:var(--font-heading);font-size:2.8rem;font-weight:800;color:#1b6820;letter-spacing:-.02em;line-height:1}.sticky-cta__btn{background:#ece800;border:2px solid #1B6820;color:#1b6820;font-weight:700;font-size:1.2rem;padding:.5rem 3rem;border-radius:999px;cursor:pointer;box-shadow:4px 4px #1b6820;transition:transform .1s ease,box-shadow .1s ease;font-family:var(--font-body);text-transform:lowercase;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.sticky-cta__btn:active{transform:translate(4px,4px);box-shadow:0 0 #1b6820}@media(max-width:600px){.sticky-cta__title{font-size:2rem}.sticky-cta__btn{padding:.5rem 2rem;font-size:1rem}.sticky-cta__inner{gap:1rem}}.hero__badge svg{color:var(--color-gold);flex-shrink:0}.features-bar{background:#ece800;position:relative;border:none;padding:0}.features-bar__wave{display:block;width:100%;height:90px}.features-bar__wave--top{margin-bottom:-1px}.features-bar__wave--bottom{margin-top:-1px}.features-bar__inner{position:relative;z-index:1;max-width:var(--max-width);margin:0 auto;padding:1rem 4rem 2rem;display:flex;align-items:flex-start;justify-content:center;gap:2rem}.features-bar__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.2rem;text-align:center}.features-bar__icon{width:110px;height:110px;border-radius:50%;border:3px solid #1B6820;display:flex;align-items:center;justify-content:center;color:#1b6820;flex-shrink:0}.features-bar__icon svg{display:block}.features-bar__text{display:flex;flex-direction:column;gap:.5rem;align-items:center}.features-bar__title{font-size:1.3rem;font-weight:800;letter-spacing:.01em;color:#1b6820}.features-bar__subtitle{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#1b6820a6}.features-bar__divider{display:none}.product-story{background:var(--color-bg);padding:6rem 2rem 2rem;overflow:hidden}.product-story__inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.product-story__content{background:transparent;border-radius:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}.product-story__eyebrow{font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#ece800}.product-story__heading{font-family:var(--font-heading);font-size:clamp(2rem,3.5vw,3.25rem);font-weight:700;line-height:1.1;letter-spacing:.02em;text-transform:uppercase;color:#ece800}.product-story__body{font-size:.9rem;color:#ece800cc;line-height:1.8}.product-story__image-col{background:transparent;border-radius:0;padding:0;display:flex;justify-content:flex-end}.product-story__image{width:100%;height:auto;object-fit:cover;display:block;border-radius:24px}.nutrition-card{background:#ece800;border-radius:12px;padding:2.5rem;color:#1b6820;font-family:var(--font-body);max-width:480px}.nutrition-card__header{border-bottom:3px solid #1B6820;padding-bottom:.5rem;margin-bottom:.5rem}.nutrition-card__title{font-family:var(--font-heading);font-size:2.5rem;font-weight:800;line-height:1;margin:0 0 .2rem;letter-spacing:-.02em}.nutrition-card__serving{font-size:1.2rem;font-weight:500;margin:0}.nutrition-card__calories-row{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:8px solid #1B6820;padding-bottom:.2rem;margin-bottom:.5rem}.nutrition-card__calories-label{font-size:.9rem;font-weight:600;line-height:1.2}.nutrition-card__calories-label span{display:block;font-size:2.2rem;font-weight:800;letter-spacing:-.03em}.nutrition-card__calories-val{font-size:4.5rem;font-weight:800;line-height:.8;letter-spacing:-.04em}.nutrition-card__dv{text-align:right;font-size:.8rem;font-weight:800;padding-bottom:.2rem;border-bottom:2px solid #1B6820;margin-bottom:.2rem}.nutrition-card__row{display:flex;justify-content:space-between;font-size:.95rem;padding:.4rem 0;border-bottom:1px solid #1B6820}.nutrition-card__row strong{font-weight:800}.nutrition-card__row--indented{padding-left:2rem}.nutrition-card__footer{font-size:.8rem;line-height:1.4;margin-top:1.5rem;padding-top:1rem;border-top:8px solid #1B6820}.ingredients{background:#1b6820;padding:7rem 2rem 10rem;overflow:hidden}.ingredients__inner{max-width:var(--max-width);margin:0 auto}.ingredients__header{text-align:center;margin-bottom:4.5rem}.ingredients__eyebrow{font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#1b6820;margin-bottom:.75rem}.ingredients__heading{font-family:var(--font-heading);font-size:clamp(2rem,3.5vw,3.2rem);font-weight:700;line-height:1.1;letter-spacing:.02em;text-transform:uppercase;color:#1b6820}.ingredients__subtext{margin-top:1rem;font-size:.875rem;color:#1b6820cc;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.75}.ingredients__cards{display:grid;grid-template-columns:1fr 1fr;gap:2px;margin-bottom:4rem}.ingredient-card{position:relative;overflow:hidden}.ingredient-card__img{width:100%;height:420px;object-fit:cover;object-position:center;display:block;transition:transform .7s ease}.ingredient-card:hover .ingredient-card__img{transform:scale(1.03)}.ingredient-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(236,232,0,.95) 0%,rgba(236,232,0,.3) 60%,transparent 100%)}.ingredient-card__content{position:absolute;bottom:0;left:0;right:0;padding:2.5rem 2rem}.ingredient-card__number{font-family:var(--font-heading);font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#1b6820;margin-bottom:.5rem;display:block}.ingredient-card__name{font-family:var(--font-heading);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;line-height:1.1;color:#1b6820;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.75rem}.ingredient-card__desc{font-size:.82rem;color:#1b6820cc;line-height:1.65;max-width:380px;font-weight:500}.ingredient-card__tag{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;background:#1b682014;border:1px solid rgba(27,104,32,.2);color:#1b6820;padding:.3rem .75rem;font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.ingredients__process{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;border-top:1px solid rgba(27,104,32,.2);padding-top:3.5rem}.ingredients__process-step{display:flex;flex-direction:column;gap:.6rem}.ingredients__process-num{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:#1b682033;line-height:1}.ingredients__process-title{font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1b6820}.ingredients__process-desc{font-size:.82rem;color:#1b6820cc;line-height:1.65}@media(max-width:768px){.ingredients__cards{grid-template-columns:1fr;gap:2px}.ingredient-card__img{height:300px}.ingredients__process{grid-template-columns:1fr;gap:2rem}}.email-signup{background:#1b6820;padding:6rem 2rem;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.email-signup__decor{position:absolute;top:50%;transform:translateY(-50%);pointer-events:none;width:320px}.email-signup__decor--left{left:0}.email-signup__decor--right{right:0}.email-signup__inner{max-width:640px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;position:relative;z-index:1}.email-signup__eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ece800}.email-signup__heading{font-family:var(--font-heading);font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:#ece800}.email-signup__subtext{font-size:1.1rem;color:#ece800d9;line-height:1.7;font-weight:500}.email-signup__form{width:100%;display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.email-signup__form-row{display:flex;gap:1rem;width:100%}.email-signup__input{flex:1;background:transparent;border:2px solid #ECE800;border-radius:999px;color:#ece800;padding:.875rem 1.5rem;font-size:1rem;outline:none;font-family:var(--font-body);transition:border-color var(--transition)}.email-signup__input::placeholder{color:#ece80099}.email-signup__input:focus{border-color:#fff}.email-signup__btn{background:#ece800;border:2px solid #1B6820;color:#1b6820;font-weight:700;font-size:1.1rem;padding:.8rem 2.5rem;border-radius:999px;text-transform:lowercase;cursor:pointer;box-shadow:4px 4px #0a3610;transition:transform .1s ease,box-shadow .1s ease;font-family:var(--font-body);flex-shrink:0}.email-signup__btn:active{transform:translate(4px,4px);box-shadow:0 0 #0a3610}.email-signup__disclaimer{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#ece80099;font-weight:500}.email-signup__disclaimer svg{color:#ece80099;flex-shrink:0}.faq{background:#ece800;padding:6rem 2rem}.faq__inner{max-width:720px;margin:0 auto}.faq__eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#1b6820;text-align:center;margin-bottom:.75rem}.faq__heading{font-family:var(--font-heading);font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;text-align:center;margin-bottom:3rem;color:#1b6820;letter-spacing:-.02em;text-transform:uppercase}.faq__item{border-bottom:2px solid rgba(27,104,32,.15)}.faq__question{width:100%;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:1.4rem 0;gap:1rem;text-align:left}.faq__question-text{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;color:#1b6820;letter-spacing:.01em;line-height:1.4}.faq__icon{flex-shrink:0;width:32px;height:32px;color:#1b6820;border:2px solid #1B6820;border-radius:50%;transition:transform var(--transition);display:flex;align-items:center;justify-content:center}.faq__item.open .faq__icon{transform:rotate(45deg);background:#1b6820;color:#ece800}.faq__answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease;color:#1b6820d9}.faq__answer p{font-size:1.1rem;line-height:1.6;font-weight:500}.faq__item.open .faq__answer{max-height:200px;padding-bottom:1.25rem}.faq__answer p{font-size:.875rem;color:#1b6820d9;line-height:1.75}.about-wuff{background:#ece800;padding:7rem 2rem 10rem;overflow:hidden}.about-wuff__inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr;gap:3rem;align-items:center}.about-wuff__image-col{position:relative;overflow:visible}.about-wuff__image{width:100%;max-width:100%;margin-left:0;display:block;filter:drop-shadow(0 60px 100px rgba(27,104,32,.3))}.about-wuff__content{display:flex;flex-direction:column;gap:1.5rem}.about-wuff__eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#1b6820}.about-wuff__heading{font-family:var(--font-heading);font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:#1b6820;text-transform:none}.about-wuff__body{font-size:1.1rem;color:#1b6820d9;line-height:1.7;font-weight:500;display:flex;flex-direction:column;gap:1rem}.about-wuff__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:2px solid rgba(27,104,32,.15);margin-top:.5rem}.about-wuff__stat{padding:1.25rem 1rem;text-align:center;border-right:2px solid rgba(27,104,32,.15);display:flex;flex-direction:column;gap:.3rem}.about-wuff__stat:last-child{border-right:none}.about-wuff__stat-num{font-family:var(--font-heading);font-size:1.9rem;font-weight:800;color:#1b6820;line-height:1;letter-spacing:-.02em}.about-wuff__stat-label{font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#1b6820b3}@media(max-width:768px){.about-wuff__inner{grid-template-columns:1fr;gap:3rem}.about-wuff__image{width:100%;max-width:100%;margin-left:0}.about-wuff__image-col{text-align:center}}.site-footer{background:#1b6820;padding-bottom:2rem;position:relative}.site-footer__inner{max-width:var(--max-width);margin:0 auto;padding:4rem 2rem;display:flex;flex-direction:column;gap:2rem}.site-footer__row-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem}.site-footer__row-bottom{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.site-footer__logo-text{font-family:var(--font-heading);font-size:clamp(3.5rem,5vw,4.5rem);font-weight:800;letter-spacing:-.02em;color:#ece800;display:block;margin-bottom:.5rem;line-height:1}.site-footer__tagline{font-size:1rem;color:#ece800d9;line-height:1.7;font-weight:500;max-width:400px}.site-footer__social{display:flex;gap:1rem;align-items:flex-start}.site-footer__social-link{color:#ece800;transition:transform var(--transition);display:flex;align-items:center}.site-footer__social-link:hover{transform:scale(1.1)}.site-footer__col-title{font-family:var(--font-heading);font-size:1.4rem;font-weight:800;letter-spacing:-.01em;color:#ece800;margin-bottom:1.25rem;text-transform:none}.site-footer__links{display:flex;flex-direction:column;gap:.75rem}.site-footer__link{font-size:.9rem;color:#ece800cc;transition:color var(--transition)}.site-footer__link:hover{color:#ece800}.site-footer__badge{display:flex;align-items:flex-start;justify-content:flex-end}.site-footer__dk-badge{display:flex;align-items:center;gap:.6rem;border:1px solid rgba(236,232,0,.3);padding:.75rem 1rem;border-radius:8px}.site-footer__dk-flag{font-size:1.5rem;font-family:var(--font-heading);font-weight:800;color:#ece800}.site-footer__dk-badge span:last-child{font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;line-height:1.4;color:#ece800}.site-footer__bottom{border-top:none;padding-top:2rem;display:flex;align-items:center;justify-content:space-between;margin:0 auto;max-width:var(--max-width);padding-left:2rem;padding-right:2rem}.site-footer__copyright{font-size:.75rem;color:#ece80099}.site-footer__legal{display:flex;gap:1.5rem}.site-footer__legal-link{font-size:.75rem;color:#ece80099;transition:color var(--transition)}.site-footer__legal-link:hover{color:#ece800}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-d1{transition-delay:.1s}.reveal-d2{transition-delay:.2s}.reveal-d3{transition-delay:.3s}@media(max-width:768px){.site-header__nav{display:none}.hamburger{display:flex}.hero__inner{grid-template-columns:1fr;padding:var(--header-height) 1.5rem 2rem;gap:1rem}.hero{height:auto;min-height:100vh;overflow:visible}.hero__image-col{height:40vh;overflow:hidden}.hero__product-image{height:100%;width:auto;max-width:none}.hero__content-col{text-align:left;padding:0}.hero__badges{flex-wrap:wrap}.hero__badge-sep{display:none}.hero__badge{padding:0 .5rem 0 0}.hero__form-row{flex-direction:column;gap:1rem}.hero__btn{width:100%;justify-content:center}.testimonials__grid{grid-template-columns:1fr}.product-story__inner{grid-template-columns:1fr;gap:2rem}.product-story__image{height:280px}.email-signup__decor{display:none}.email-signup__form-row{flex-direction:column;gap:1rem}.email-signup__btn{width:100%;justify-content:center}.features-bar__wave{height:50px}.features-bar__inner{flex-wrap:wrap;gap:2.5rem 1.5rem;padding:1rem 2rem 2rem}.features-bar__divider{display:none}.features-bar__item{flex:0 0 calc(50% - 1rem)}.site-footer__row-top{flex-direction:column;gap:2rem}.site-footer__row-bottom{grid-template-columns:1fr 1fr;gap:2rem}.site-footer__badge{grid-column:1 / -1;justify-content:flex-start}}@media(max-width:480px){.features-bar__item{flex:0 0 100%}.site-footer__row-bottom{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/theme.css.map */
