:root{--green:#1b8a00;--green-ground:#178000;--green-deep:#0f5c00;--ink:#123908;--gold:#f6a61c;--gold-text:#9a5a00;--yellow:#ffd23f;--cream:#fff7e6;--white:#fff;--mint:#6fd9b4;--pink:#f79ac0;--naranja:#ff9438;--bg:var(--cream);--surface:var(--white);--text:var(--ink);--text-soft:#3e5b33;--border:var(--ink);--sticker-shadow:var(--gold);--hero-bg:var(--green-ground);--hero-text:#fff9ec;--marquee-bg:var(--gold);--marquee-text:var(--ink);--footer-bg:var(--ink);--footer-text:#eaf3e9;--chip-bg:#eff8e5;--photo-well:#fffdf6;--wa:#25d366;--wa-deep:#128c4b;--font-round:ui-rounded, "SF Pro Rounded", "Arial Rounded MT Bold", "Hiragino Maru Gothic ProN", "Quicksand", "Trebuchet MS", sans-serif;--radius-lg:2rem;--radius-md:1.25rem;--radius-pill:99rem;--shadow-pop:.45rem .45rem 0 var(--sticker-shadow);--shadow-pop-sm:.3rem .3rem 0 var(--sticker-shadow);--maxw:72rem}@media (prefers-color-scheme:dark){:root{--bg:#091f03;--surface:#11330a;--text:#f3f0dc;--text-soft:#bccdaf;--border:#f3f0dc;--sticker-shadow:#c97f00;--hero-bg:#146206;--hero-text:#fff9ec;--marquee-bg:#f6a61c;--marquee-text:#123908;--footer-bg:#051602;--footer-text:#ddebd2;--chip-bg:#0d2a06;--photo-well:#fffdf6;--green:#2ea915;--green-ground:#146206;--gold-text:#f6a61c}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}body{background:var(--bg);color:var(--text);font-family:var(--font-round);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;line-height:1.6;overflow-x:clip}img{max-width:100%;height:auto;display:block}a{color:inherit}button{cursor:pointer;font:inherit;background:0 0;border:none}ul,ol{list-style:none}h1,h2,h3{font-family:var(--font-round);text-wrap:balance;line-height:1.08}:focus-visible{outline:3px solid var(--gold);outline-offset:3px;border-radius:4px}::selection{background:var(--gold);color:#123908}[id]{scroll-margin-top:1.25rem}.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:1.25rem}@media (width>=48rem){.wrap{padding-inline:2.5rem}}.eyebrow{letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;display:inline-flex}.eyebrow-gold{color:var(--gold-text)}.sparkle{flex:none;width:1em;height:1em}.btn{font-family:var(--font-round);border-radius:var(--radius-pill);border:3px solid var(--ink);min-height:2.75rem;box-shadow:var(--shadow-pop-sm);justify-content:center;align-items:center;gap:.6rem;padding:.9rem 1.6rem;font-size:1.05rem;font-weight:800;line-height:1.1;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}.btn:hover{box-shadow:.5rem .5rem 0 var(--sticker-shadow);transform:translate(-2px,-2px)}.btn:active{box-shadow:.1rem .1rem 0 var(--sticker-shadow);transform:translate(2px,2px)}.btn-gold{background:var(--gold);color:#1f2a08}.btn-gold:focus-visible{outline-color:var(--ink)}.btn-wa{background:var(--wa);color:#07300f}.btn-ghost{color:var(--hero-text);border-color:var(--hero-text);box-shadow:none;background:0 0}.btn-ghost:hover{box-shadow:none;background:#ffffff1f;transform:none}.btn svg{flex:none;width:1.25em;height:1.25em}.site-header{background:var(--hero-bg);z-index:5;padding-block:.9rem;position:relative}.header-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.logo-img{filter:drop-shadow(0 2px #0000002e);width:auto;height:3rem}@media (width>=48rem){.logo-img{height:3.6rem}}.header-nav{gap:1.75rem;display:none}@media (width>=48rem){.header-nav{display:flex}}.header-nav a{color:var(--hero-text);border-bottom:3px solid #0000;padding:.65rem .15rem 2px;font-size:.95rem;font-weight:700;text-decoration:none}.header-nav a:hover{border-bottom-color:var(--yellow)}.header-cta{padding:.6rem 1.1rem;font-size:.9rem}.hero{background:var(--hero-bg);color:var(--hero-text);padding-block:2rem 6.5rem;position:relative;overflow:clip}.hero-grid{z-index:2;align-items:center;gap:2.5rem;display:grid;position:relative}@media (width>=56rem){.hero-grid{grid-template-columns:1.1fr .9fr;gap:3rem}.hero{padding-block:4rem 8rem}}.hero .eyebrow{color:var(--hero-text);border-radius:var(--radius-pill);background:#ffffff29;border:2px solid #ffffff59;padding:.45rem .9rem}.hero h1{letter-spacing:-.01em;margin-block:1.1rem .9rem;font-size:clamp(2.35rem,8.5vw,4.4rem);font-weight:800}.shine{white-space:nowrap;background:linear-gradient(105deg,#fff0 30%,#fff6cef2 50%,#fff0 70%) -150% 0/60% 100% no-repeat,linear-gradient(100deg,#f6a61c 0%,#ffd23f 35%,#f1b33a 55%,#f6a61c 100%) 0 0/100% 100%;color:var(--yellow);-webkit-text-fill-color:transparent;filter:drop-shadow(0 3px #00000038);background-clip:text;animation:5s ease-in-out infinite glint-sweep}@keyframes glint-sweep{0%{background-position:-150% 0,0 0}45%,to{background-position:250% 0,0 0}}.hero p{color:#effae9;max-width:34ch;font-size:1.1rem}.hero-ctas{flex-wrap:wrap;gap:.9rem;margin-top:1.8rem;display:flex}.hero-blob-zone{justify-self:center;width:min(100%,26rem);position:relative}.hero-blob{background:var(--photo-well);border:4px solid var(--ink);box-shadow:var(--shadow-pop);aspect-ratio:1;border-radius:53% 47% 44% 56%/49% 55% 45% 51%;place-items:center;padding:1.6rem;animation:9s ease-in-out infinite blob-breathe;display:grid}.hero-blob img{object-fit:contain;mix-blend-mode:multiply;width:92%;height:92%}@keyframes blob-breathe{0%,to{border-radius:53% 47% 44% 56%/49% 55% 45% 51%}50%{border-radius:46% 54% 56% 44%/55% 46% 54% 45%}}.badge-20x{z-index:3;background:var(--yellow);color:var(--ink);border:3px solid var(--ink);text-align:center;border-radius:50%;place-content:center;width:5.6rem;height:5.6rem;font-weight:800;line-height:1;display:grid;position:absolute;top:-.9rem;right:-.4rem;transform:rotate(8deg);box-shadow:.25rem .25rem #00000038}.badge-20x b{font-size:1.5rem;display:block}.badge-20x span{letter-spacing:.05em;text-transform:uppercase;font-size:.6rem}.bubble-field{pointer-events:none;position:absolute;inset:0}.bubble{pointer-events:none;transform:translateY(var(--py,0px));will-change:transform;background:radial-gradient(circle at 32% 30%,#ffffff8c,#ffffff0f 60%);border:2px solid #ffffff80;border-radius:50%;animation:11s ease-in-out infinite rise;position:absolute}.bubble--deep{filter:blur(2px);opacity:.5}.b1{width:2.4rem;height:2.4rem;animation-delay:0s;bottom:12%;left:6%}.b2{width:1.3rem;height:1.3rem;animation-delay:2.5s;bottom:30%;left:14%}.b3{width:1.8rem;height:1.8rem;animation-name:rise-sway;animation-delay:1.2s;bottom:18%;right:10%}.b4{width:1rem;height:1rem;animation-delay:4s;top:22%;right:20%}.b5{width:3rem;height:3rem;animation-delay:3s;top:8%;left:44%}.b6{width:.85rem;height:.85rem;animation-duration:9s;animation-delay:5.2s;top:16%;left:28%}.b7{width:2.1rem;height:2.1rem;animation-name:rise-sway;animation-duration:14s;animation-delay:1.6s;bottom:6%;right:32%}.b8{width:1.15rem;height:1.15rem;animation-name:rise-sway;animation-duration:12s;animation-delay:3.8s;top:46%;left:8%}.b9{width:.7rem;height:.7rem;animation-duration:8s;animation-delay:6.5s;bottom:40%;right:6%}.b10{width:3.4rem;height:3.4rem;animation-duration:16s;animation-delay:2.2s;top:30%;right:42%}@keyframes rise{0%,to{transform:translateY(var(--py,0px))}50%{transform:translateY(calc(var(--py,0px) - 1.6rem))}}@keyframes rise-sway{0%,to{transform:translate(0, var(--py,0px))}30%{transform:translate(.45rem, calc(var(--py,0px) - 1.1rem))}65%{transform:translate(-.35rem, calc(var(--py,0px) - 1.9rem))}}.stat-20x .bubble{background:radial-gradient(circle at 32% 30%,#3caa1e38,#3caa1e08 62%);border-color:#3caa1e66}.sb1{width:2.6rem;height:2.6rem;animation-name:rise-sway;animation-duration:13s;animation-delay:.8s;bottom:12%;left:5%}.sb2{width:1.3rem;height:1.3rem;animation-delay:4s;top:22%;left:12%}.sb3{width:2rem;height:2rem;animation-duration:15s;animation-delay:2.4s;top:18%;right:7%}.sb4{width:1rem;height:1rem;animation-delay:5.6s;bottom:24%;right:14%}.hero-sparkle{color:var(--yellow);animation:3.4s ease-in-out infinite twinkle;position:absolute}.s1{width:1.7rem;height:1.7rem;top:14%;left:2%}.s2{width:1.1rem;height:1.1rem;animation-delay:1.4s;top:44%;right:4%}.s3{width:1.4rem;height:1.4rem;animation-delay:.7s;bottom:6%;left:52%}@keyframes twinkle{0%,to{opacity:.35;transform:scale(.85)rotate(0)}50%{opacity:1;transform:scale(1.1)rotate(18deg)}}.hero-wave{z-index:1;position:absolute;bottom:-1px;left:0;right:0}.hero-wave svg{width:100%;height:4rem;display:block}.hero-wave path{fill:var(--bg)}.marquee{background:var(--marquee-bg);color:var(--marquee-text);border-block:3px solid var(--ink);padding-block:.85rem;overflow:hidden}.marquee-track{gap:0;width:max-content;animation:26s linear infinite scroll-x;display:flex}.marquee-track:hover{animation-play-state:paused}.marquee-seq{text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;align-items:center;gap:1.6rem;padding-right:1.6rem;font-size:1.05rem;font-weight:800;display:flex}.marquee-seq .sparkle{width:1.05em;height:1.05em}@keyframes scroll-x{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.marquee-track{flex-wrap:wrap;width:auto;animation:none}}section{padding-block:4rem}@media (width>=48rem){section{padding-block:5.5rem}}.section-head{max-width:38rem;margin-bottom:2.5rem}.section-head .eyebrow{color:var(--gold-text)}.section-head h2{margin-top:.6rem;font-size:clamp(1.9rem,5.5vw,3rem);font-weight:800}.section-head p{color:var(--text-soft);max-width:52ch;margin-top:.8rem}.product{align-items:center;gap:2rem;display:grid}@media (width>=56rem){.product{grid-template-columns:1fr 1fr;gap:3.5rem}.product.flip .product-media{order:2}}.product+.product{margin-top:4.5rem}.product-media{justify-self:center;width:min(100%,24rem);position:relative}.shelf-card{background:var(--photo-well);border:4px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-pop);padding:1.4rem;transform:rotate(-2deg)}.flip .shelf-card{transform:rotate(2deg)}.shelf-card img{mix-blend-mode:multiply}.media-tag{background:var(--green-ground);color:#fff;border:3px solid var(--ink);border-radius:var(--radius-pill);letter-spacing:.04em;padding:.4rem 1rem;font-size:.85rem;font-weight:800;position:absolute;bottom:-1rem;left:-.5rem;transform:rotate(-4deg);box-shadow:.2rem .2rem #00000040}.flip .media-tag{left:auto;right:-.5rem;transform:rotate(4deg)}.media-sparkle{color:var(--gold);width:1.6rem;height:1.6rem;animation:3.2s ease-in-out infinite twinkle;position:absolute;top:-.8rem;right:-.6rem}.flip .media-sparkle{left:-.6rem;right:auto}.product-body h3{font-size:clamp(1.7rem,5vw,2.4rem);font-weight:800}.product-body .sub{color:var(--gold-text);letter-spacing:.06em;text-transform:uppercase;margin-top:.35rem;font-size:1rem;font-weight:800}.product-body>p:not(.sub):not(.surfaces-label){color:var(--text-soft);max-width:50ch;margin-top:1rem}.chips{flex-wrap:wrap;gap:.55rem;margin-top:1.25rem;list-style:none;display:flex}.chips li{background:var(--chip-bg);border:2px solid var(--border);border-radius:var(--radius-pill);align-items:center;gap:.4rem;padding:.38rem .85rem;font-size:.86rem;font-weight:700;display:inline-flex}.chips li:before{content:"";background:var(--green);border-radius:50%;flex:none;width:.5rem;height:.5rem}.surfaces-label{letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft);margin-top:1.4rem;font-size:.76rem;font-weight:800}.surfaces{flex-wrap:wrap;gap:.45rem;margin-top:.5rem;list-style:none;display:flex}.surfaces li{color:var(--text-soft);border:2px solid color-mix(in srgb, var(--border) 22%, transparent);border-radius:var(--radius-pill);padding:.28rem .75rem;font-size:.82rem;font-weight:700}.product-cta{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.6rem;display:flex}details.packinfo{max-width:26rem;margin-top:1.2rem}details.packinfo summary{cursor:pointer;color:var(--text);border-bottom:3px solid var(--gold);align-items:center;gap:.5rem;padding:.5rem 0 .2rem;font-size:.92rem;font-weight:800;list-style:none;display:inline-flex}details.packinfo summary::-webkit-details-marker{display:none}details.packinfo summary:after{content:"+";font-size:1.2em;line-height:1}details.packinfo[open] summary:after{content:"–"}details.packinfo img{border:3px solid var(--border);border-radius:var(--radius-md);background:var(--photo-well);box-shadow:var(--shadow-pop-sm);margin-top:1rem}.claims{grid-template-columns:repeat(2,1fr);gap:.8rem;max-width:26rem;margin-top:1.4rem;list-style:none;display:grid}.claims li{border:3px solid var(--ink);border-radius:var(--radius-md);text-align:center;color:#14330a;padding:.7rem .4rem;font-size:1rem;font-weight:800;transform:rotate(-1deg);box-shadow:.25rem .25rem #11320759}.claims li:nth-child(2n){transform:rotate(1.2deg)}.claims .c-mint{background:var(--mint)}.claims .c-pink{background:var(--pink)}.claims .c-naranja{background:var(--naranja)}.claims .c-verde{background:var(--yellow)}.stat-20x{background:var(--surface);border-block:3px solid var(--ink);text-align:center;position:relative;overflow:clip}.stat-20x .wrap{z-index:1;position:relative}.stat-20x .big{letter-spacing:-.03em;color:var(--green);text-shadow:.5rem .5rem 0 var(--gold);font-size:clamp(6rem,26vw,15rem);font-weight:800;line-height:.95}.stat-20x .big sup{vertical-align:super;color:var(--gold-text);font-size:.35em}.stat-20x p{max-width:26ch;margin:1rem auto 0;font-size:clamp(1.1rem,3vw,1.5rem);font-weight:800}.stat-20x small{color:var(--text-soft);margin-top:.8rem;font-size:.85rem;font-weight:600;display:block}.stripe-rail{border-radius:var(--radius-pill);border:2px solid var(--ink);max-width:16rem;height:.9rem;margin:1.6rem auto 0;display:flex;overflow:hidden}.stripe-rail span{flex:1}.stripe-rail .st-m{background:var(--mint)}.stripe-rail .st-p{background:var(--pink)}.stripe-rail .st-o{background:var(--naranja)}.stripe-rail .st-y{background:var(--yellow)}.trust{background:var(--bg)}.trust-statement{max-width:24ch;margin-top:1rem;font-size:clamp(1.5rem,4.5vw,2.6rem);font-weight:800;line-height:1.28}.hl{color:#14330a;border-radius:.5em;padding:.05em .3em;display:inline-block;transform:rotate(-1deg)}.hl-gold{background:var(--gold)}.hl-mint{background:var(--mint)}.hl-pink{background:var(--pink);transform:rotate(1deg)}.trust-notes{flex-direction:column;gap:1rem;max-width:44rem;margin-top:2.2rem;list-style:none;display:flex}.trust-notes li{color:var(--text-soft);align-items:flex-start;gap:.9rem;font-weight:600;display:flex}.trust-notes .dot{border:3px solid var(--ink);width:1.9rem;height:1.9rem;color:var(--ink);border-radius:50%;flex:none;place-items:center;margin-top:.1rem;display:grid}.trust-notes .d1{background:var(--yellow)}.trust-notes .d2{background:var(--mint)}.trust-notes .d3{background:var(--pink)}.trust-notes .dot svg{width:.85rem;height:.85rem}.trust-notes b{color:var(--text)}.trust-def{max-width:44rem;color:var(--text-soft);margin-top:2.2rem;font-size:1rem;line-height:1.6}.trust-grid{align-items:center;gap:2rem;display:grid}.trust-visual{display:none}@media (width>=56rem){.trust-grid{grid-template-columns:1.05fr .95fr;gap:3rem}.trust-visual{place-items:center;min-height:320px;display:grid;position:relative}}.trust-mascot{filter:drop-shadow(0 12px 22px #0000002e);width:min(100%,23rem);height:auto;transform:rotate(-3deg)}.trust-spark{color:var(--gold);width:1.5rem;height:1.5rem;position:absolute}.trust-spark.ts1{width:2.1rem;height:2.1rem;top:6%;left:12%}.trust-spark.ts2{width:1.4rem;height:1.4rem;top:20%;right:10%}.trust-spark.ts3{width:1.1rem;height:1.1rem;bottom:12%;left:22%}.retail{background:var(--bg)}.retail-card{background:var(--surface);border:4px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-pop);max-width:46rem;padding:1.6rem}@media (width>=48rem){.retail-card{padding:2.2rem 2.4rem}}.retail-card__head{border-bottom:2px dashed color-mix(in srgb, var(--border) 25%, transparent);align-items:center;gap:.85rem;margin-bottom:1.3rem;padding-bottom:1.3rem;display:flex}.retail-card__pin{width:2rem;height:2rem;color:var(--green);flex:none}.retail-card__head b{color:var(--text);font-size:1.3rem;font-weight:800;line-height:1.1;display:block}.retail-card__head span{letter-spacing:.08em;text-transform:uppercase;color:var(--gold-text);font-size:.85rem;font-weight:700}.retail-card__logo{background:#fff;border-radius:.6rem;flex:none;width:6.6rem;height:auto;margin-left:auto;padding:.35rem .5rem}.retail-stores{grid-template-columns:repeat(auto-fill,minmax(9.5rem,1fr));gap:.6rem;display:grid}.retail-stores li{background:var(--chip-bg);border:2px solid color-mix(in srgb, var(--border) 18%, transparent);border-radius:var(--radius-pill);min-width:0;color:var(--text);align-items:center;gap:.45rem;padding:.6rem .85rem;font-size:.92rem;font-weight:700;display:flex}.retail-stores li svg{width:.95rem;height:.95rem;color:var(--green);flex:none}.retail-cta{margin-top:1.6rem}.finale{background:var(--bg);padding-bottom:5rem}.finale-card{background:var(--hero-bg);color:var(--hero-text);border:4px solid var(--ink);box-shadow:var(--shadow-pop);text-align:center;border-radius:2.5rem;padding:3rem 1.5rem;position:relative;overflow:clip}@media (width>=48rem){.finale-card{padding:4.5rem 3rem}}.finale-card h2{font-size:clamp(2rem,6.5vw,3.4rem);font-weight:800}.finale-card p{color:#effae9;max-width:42ch;margin:1rem auto 0}.finale-card .btn{margin-top:2rem;padding:1.05rem 2rem;font-size:1.15rem}.finale-num{letter-spacing:.05em;font-variant-numeric:tabular-nums;color:#ffe27a;margin-top:1.2rem;font-size:1.3rem;font-weight:800}.finale-coverage{color:#dff3dc;margin-top:.6rem;font-size:.85rem;font-weight:600}.finale-social-label{color:var(--hero-text);margin-top:1.6rem;font-size:.9rem;font-weight:700}.finale-social{justify-content:center;margin-top:.7rem}.finale-card .bubble{border-color:#ffffff59}.fb1{width:3.2rem;height:3.2rem;bottom:10%;left:5%}.fb2{width:1.6rem;height:1.6rem;animation-delay:2s;top:16%;right:8%}.fb3{width:2.2rem;height:2.2rem;animation-name:rise-sway;animation-delay:3.4s;bottom:14%;right:16%}.fb4{width:1.1rem;height:1.1rem;animation-duration:9s;animation-delay:1.2s;top:20%;left:16%}.fb5{width:2.7rem;height:2.7rem;animation-duration:15s;animation-delay:4.4s;bottom:42%;right:4%}.fb6{width:.9rem;height:.9rem;animation-name:rise-sway;animation-duration:10s;animation-delay:3s;bottom:6%;left:42%}.site-footer{background:var(--footer-bg);color:var(--footer-text);padding-block:3rem 6rem}.footer-grid{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.footer-brand img{width:auto;height:3.2rem}.footer-brand p{opacity:.85;max-width:30ch;margin-top:.9rem;font-size:.9rem}.footer-links{flex-direction:column;gap:.15rem;font-size:.95rem;display:flex}.footer-links a{opacity:.9;padding-block:.45rem;font-weight:700;text-decoration:none}.footer-links a:hover{opacity:1;text-underline-offset:3px;text-decoration:underline}.footer-fine{opacity:.65;border-top:1px solid #ffffff2e;margin-top:2.5rem;padding-top:1.5rem;font-size:.8rem}.social-links{align-items:center;gap:.75rem;margin-top:1rem;display:flex}.social-links__link{background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:background .2s,transform .15s;display:flex}.social-links__link:hover{background:#ffffff40;transform:translateY(-2px)}.social-links__link svg{width:20px;height:20px}.wa-float{z-index:50;background:var(--wa);border:3px solid var(--ink);border-radius:50%;place-items:center;width:3.9rem;height:3.9rem;transition:transform .15s;display:grid;position:fixed;bottom:1.1rem;right:1.1rem;box-shadow:.3rem .3rem #0e3a1e66}.wa-float:hover{transform:scale(1.08)rotate(6deg)}.wa-float svg{color:#fff;width:2rem;height:2rem}.wa-float .pulse{border:3px solid var(--wa);pointer-events:none;border-radius:50%;animation:2.4s ease-out infinite pulse;position:absolute;inset:-3px}@keyframes pulse{0%{opacity:.8;transform:scale(1)}70%,to{opacity:0;transform:scale(1.5)}}.reveal{transition:opacity .6s,transform .6s}.js .reveal{opacity:0;animation:.6s 2.5s forwards reveal-fallback;transform:translateY(1.4rem)}@keyframes reveal-fallback{to{opacity:1;transform:none}}.js .reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal,.js .reveal{opacity:1;animation:none;transform:none}}.inquiry-form-shell{display:none}
