:root{--green-darkest:#1a5c02;--green-dark:#2e8b00;--green:#4caf0e;--green-mid:#6abf1a;--lime:#a8cf17;--lime-light:#c3dc2a;--yellow:#f5d800;--cream:#f7edb8;--red:#d92b1e;--red-dark:#a8180f;--ink:#23301a;--muted:#5c6b52;--white:#fff;--radius:18px;--shadow-card:0 10px 24px #00000047;--shadow-card-hover:0 18px 36px #0006;--max-width:1340px;--font:"Trebuchet MS", "Segoe UI", system-ui, -apple-system, sans-serif}*,:before,:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,ul,ol{margin:0;padding:0}ul,ol{list-style:none}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:6rem}body{font-family:var(--font);color:var(--ink);background:var(--green-darkest);flex-direction:column;min-height:100dvh;line-height:1.65;display:flex}img,svg{max-width:100%;height:auto;display:block}a{color:inherit}:focus-visible{outline:3px solid var(--yellow);outline-offset:3px;border-radius:4px}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}.skip-link{z-index:100;background:var(--white);color:var(--green-darkest);border-radius:0 0 10px;padding:.7rem 1.2rem;font-weight:700;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}.topbar{background:var(--green-darkest);border-bottom:4px solid var(--lime);z-index:30;transition:background .25s,box-shadow .25s,border-bottom-color .25s,border-bottom-width .25s;position:sticky;top:0}.topbar.is-compact{-webkit-backdrop-filter:blur(12px)saturate(160%);backdrop-filter:blur(12px)saturate(160%);background:#1a5c02b8;border-bottom-width:3px;border-bottom-color:#a8cf1799;box-shadow:0 6px 22px #00000059}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.topbar.is-compact{background:#1a5c02f2}}.topbar__inner{justify-content:space-between;align-items:center;gap:1rem;padding-block:.75rem;transition:padding-block .25s;display:flex}.topbar.is-compact .topbar__inner{padding-block:.3rem}.topbar__logo{filter:drop-shadow(0 3px 5px #00000059);flex-shrink:0;width:clamp(150px,22vw,210px);text-decoration:none;transition:width .25s;display:block}.topbar.is-compact .topbar__logo{width:clamp(104px,15vw,132px)}.topbar__nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:clamp(.6rem,2vw,1.6rem);display:flex}.topbar__nav a{color:#eaf7cf;letter-spacing:.02em;padding:.35rem 0;font-size:.95rem;font-weight:700;text-decoration:none;transition:color .15s}.topbar__nav a:hover,.topbar__nav a[aria-current=page],.topbar__nav a.is-active{color:var(--yellow)}.topbar__phone{background:var(--red);white-space:nowrap;border-radius:999px;color:var(--white)!important;border-bottom:none!important;padding:.5rem 1.1rem!important}.topbar__phone:hover{background:var(--red-dark);color:var(--white)!important}.topbar__toggle,.topbar__call{display:none}.topbar__burger{flex-direction:column;justify-content:center;gap:6px;width:26px;height:21px;display:flex}.topbar__burger span{background:var(--yellow);border-radius:999px;width:100%;height:3px;transition:transform .3s,opacity .2s;display:block}.topbar.is-open .topbar__burger span:first-child{transform:translateY(9px)rotate(45deg)}.topbar.is-open .topbar__burger span:nth-child(2){opacity:0;transform:scaleX(.3)}.topbar.is-open .topbar__burger span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}@media (width<=720px){.topbar__inner{gap:.5rem}.topbar__toggle{width:44px;height:44px;color:var(--yellow);cursor:pointer;background:#ffffff14;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .15s;display:inline-flex}.topbar__toggle:hover{background:#ffffff29}.topbar__call{background:var(--red);width:44px;height:44px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:inline-flex}.topbar__call:hover{background:var(--red-dark)}.topbar__call svg{width:21px;height:21px}.topbar__logo{flex:1;justify-content:center;width:auto;display:flex}.topbar__logo svg{width:clamp(140px,46vw,196px)}.topbar.is-compact .topbar__logo svg{width:clamp(112px,34vw,140px)}.topbar__phone{display:none}.topbar__nav{background:var(--green-darkest);border-bottom:4px solid var(--lime);opacity:0;flex-direction:column;align-items:stretch;gap:0;max-height:0;padding-inline:clamp(1rem,6vw,2rem);transition:max-height .3s,opacity .25s,padding-block .3s;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 14px 22px #00000059}.topbar.is-open .topbar__nav{opacity:1;max-height:75vh;padding-block:.4rem 1.1rem}.topbar__nav a{border-bottom:1px solid #ffffff1f;padding:.95rem .2rem;font-size:1.05rem}.topbar__nav a:last-child{border-bottom:none}}.hero{isolation:isolate;background-color:var(--lime);position:relative;overflow:hidden}.hero__media{z-index:-2;position:absolute;inset:0}.hero__media img{object-fit:cover;object-position:center 35%;width:100%;height:100%}.hero__scrim{z-index:-1;background:linear-gradient(100deg,#144600d1 0%,#14460099 38%,#1446001f 68%,#14460000 100%);position:absolute;inset:0}.hero__inner{align-content:center;max-width:40rem;min-height:clamp(420px,62vh,620px);padding-block:clamp(3rem,8vw,5.5rem);display:grid}.hero h1{color:var(--white);letter-spacing:-.01em;text-shadow:0 3px 14px #0a280099;font-size:clamp(2rem,5.5vw,3.4rem);line-height:1.08}.hero h1 .accent{color:var(--yellow)}.hero__lead{color:#f0ffdc;text-shadow:0 2px 10px #0a2800b3;max-width:34rem;margin-top:1.1rem;font-size:clamp(1rem,2.2vw,1.2rem)}.hero__actions{flex-wrap:wrap;gap:.8rem;margin-top:1.8rem;display:flex}.btn{font:inherit;letter-spacing:.03em;cursor:pointer;border:3px solid #0000;border-radius:999px;padding:.85rem 1.7rem;font-weight:800;text-decoration:none;transition:transform .15s,background .15s,color .15s;display:inline-block}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--red);color:var(--white)}.btn--primary:hover{background:var(--red-dark)}.btn--ghost{color:var(--white);border-color:var(--cream);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffff1f}.btn--ghost:hover{background:var(--cream);color:var(--green-darkest)}main{flex:1}.section{padding-block:clamp(2.8rem,7vw,4.5rem)}.section--fields{background:linear-gradient(180deg, var(--green-dark) 0%, var(--green-darkest) 100%)}.section--cream{background:#f6f8ea}.section__head{text-align:center;max-width:46rem;margin:0 auto clamp(1.8rem,4vw,2.6rem)}.section__title{letter-spacing:.02em;text-transform:uppercase;font-size:clamp(1.6rem,4vw,2.3rem);line-height:1.15}.section--fields .section__title{color:var(--yellow)}.section--cream .section__title{color:var(--green-dark)}.section__sub{margin-top:.6rem;font-size:1.02rem}.section--fields .section__sub{color:#d9f0b2}.section--cream .section__sub{color:var(--muted)}.grid{grid-template-columns:minmax(0,1fr);gap:clamp(1.1rem,2.5vw,1.7rem);display:grid}@media (width>=600px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=940px){.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.card{background:var(--white);border:4px solid var(--lime);border-radius:var(--radius);color:var(--ink);box-shadow:var(--shadow-card);flex-direction:column;text-decoration:none;transition:transform .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.card:hover,.card:focus-within{box-shadow:var(--shadow-card-hover);transform:translateY(-6px)rotate(-.35deg)}.card__media{aspect-ratio:4/3;border-bottom:3px dashed var(--lime);color:var(--green-dark);letter-spacing:.04em;background:linear-gradient(160deg,#eaf6cb,#d3e99c);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.82rem;font-weight:700;display:flex;position:relative;overflow:hidden}.card__media img{object-fit:cover;width:100%;height:100%}.card__media svg{width:68px;height:68px}.card__body{flex-direction:column;flex:1;gap:.5rem;padding:1rem 1.15rem 1.25rem;display:flex;position:relative}.card__title{color:var(--red);font-size:1.12rem;line-height:1.25}.card__link{color:inherit;text-decoration:none}.card__link:after{content:"";z-index:1;position:absolute;inset:0}.card__subtitle{color:var(--green-dark);margin-top:.15rem;font-size:.86rem;font-weight:700;display:block}.card__text{color:var(--muted);flex:1;font-size:.9rem}.card__cta{background:var(--red);color:var(--white);letter-spacing:.04em;border-radius:999px;align-self:flex-start;margin-top:.5rem;padding:.5rem 1.1rem;font-size:.83rem;font-weight:800}.card:hover .card__cta{background:var(--red-dark)}.badge-hot{z-index:2;border:3px solid var(--red);color:var(--red);letter-spacing:.12em;text-transform:uppercase;background:#ffffffe6;border-radius:50%/60%;padding:.2rem .65rem;font-size:.78rem;font-weight:900;position:absolute;top:.7rem;right:.7rem;transform:rotate(-12deg)}.badge-soon{z-index:2;background:var(--yellow);color:#5f5100;letter-spacing:.08em;text-transform:uppercase;border-radius:6px;padding:.25rem .6rem;font-size:.7rem;font-weight:800;position:absolute;top:.7rem;left:.7rem;transform:rotate(6deg);box-shadow:0 2px 6px #00000040}.heat{color:var(--red-dark);letter-spacing:.04em;align-items:center;gap:.3rem;font-size:.78rem;font-weight:700;display:inline-flex}.heat--mild{color:var(--green-dark)}.pgal{position:absolute;inset:0;overflow:hidden}.pgal__track{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;height:100%;display:flex;overflow:auto hidden}.pgal__track::-webkit-scrollbar{display:none}.pgal__slide{scroll-snap-align:center;scroll-snap-stop:always;flex:0 0 100%;width:100%;height:100%}.pgal__slide,.pgal__slide img{object-fit:cover;width:100%;height:100%;display:block}.pgal--multi:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(#0000,#00000047);height:46px;position:absolute;inset:auto 0 0}.pgal__nav{z-index:3;width:40px;height:40px;color:var(--green-dark);cursor:pointer;background:#ffffffdb;border:none;border-radius:50%;place-items:center;padding:0;transition:background .15s,opacity .15s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000047}.pgal__nav:hover{background:var(--white)}.pgal__nav--prev{left:10px}.pgal__nav--next{right:10px}.pgal__nav[disabled]{opacity:0;pointer-events:none}.pgal__nav svg{width:20px;height:20px}.pgal__dots{z-index:3;flex-wrap:wrap;justify-content:center;gap:6px;padding-inline:12px;display:flex;position:absolute;inset:auto 0 10px}.pgal__dot{cursor:pointer;background:#ffffff8c;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .15s,transform .15s;box-shadow:0 1px 2px #0006}.pgal__dot:hover{background:#ffffffd9}.pgal__dot.is-active{background:var(--white);transform:scale(1.35)}.pgal__count{z-index:3;color:#fff;letter-spacing:.03em;background:#00000080;border-radius:999px;padding:.15rem .5rem;font-size:.72rem;font-weight:700;position:absolute;top:10px;right:10px}.pgal--card .pgal__nav{opacity:0;width:30px;height:30px}.pgal--card .pgal__nav svg{width:15px;height:15px}.card:hover .pgal--card .pgal__nav:not([disabled]),.pgal--card:focus-within .pgal__nav:not([disabled]){opacity:1}.pgal--card .pgal__count{display:none}.breadcrumbs{color:#d9f0b2;padding-block:1rem;font-size:.86rem}.breadcrumbs ol{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.breadcrumbs a{color:var(--yellow);font-weight:700;text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs li[aria-current=page]{color:#eaf7cf}.product{grid-template-columns:1fr;align-items:start;gap:clamp(1.5rem,4vw,2.8rem);display:grid}@media (width>=900px){.product{grid-template-columns:minmax(0,5fr) minmax(0,6fr)}}.product__figure{border:4px solid var(--lime);border-radius:var(--radius);box-shadow:var(--shadow-card);aspect-ratio:4/3;max-height:460px;color:var(--green-dark);background:linear-gradient(160deg,#eaf6cb,#d3e99c);flex-direction:column;justify-content:center;align-items:center;gap:.7rem;font-weight:700;display:flex;position:relative;overflow:hidden}.product__figure img{object-fit:cover;width:100%;height:100%}.product__figure svg{width:90px;height:90px}.product__panel{background:var(--white);border:4px solid var(--lime);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:clamp(1.3rem,3.5vw,2.2rem)}.product__title{color:var(--red);font-size:clamp(1.6rem,4.2vw,2.4rem);line-height:1.12}.product__subtitle{color:var(--green-dark);margin-top:.4rem;font-size:.5em;font-weight:700;display:block}.product__meta{flex-wrap:wrap;align-items:center;gap:.6rem;margin-top:1rem;display:flex}.chip{border-left:4px solid var(--green-mid);color:var(--green-dark);background:#f0f6e0;border-radius:8px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.85rem;font-weight:700;display:inline-flex}.chip--hot{border-left-color:var(--red);color:var(--red-dark);background:#ffeceb}.chip--soon{border-left-color:var(--yellow);color:#6b5b00;background:#fff8cc}.prose{margin-top:1.3rem}.prose p+p{margin-top:.9rem}.prose p{color:#3f4c36}.product h2,.info h2{color:var(--green-dark);text-transform:uppercase;letter-spacing:.06em;border-bottom:3px solid var(--lime);margin:1.9rem 0 .8rem;padding-bottom:.3rem;font-size:1.08rem}.tips li{color:#3f4c36;margin-bottom:.5rem;padding-left:1.6rem;position:relative}.tips li:before{content:"";background:var(--green-mid);border-radius:50%;width:.7rem;height:.7rem;position:absolute;top:.55em;left:0}.facts{grid-template-columns:repeat(auto-fit,minmax(min(100%,190px),1fr));gap:.7rem;display:grid}.fact{border-left:5px solid var(--green-mid);background:#f3f8e4;border-radius:10px;padding:.7rem .9rem}.fact dt{color:var(--green-dark);text-transform:uppercase;letter-spacing:.07em;font-size:.72rem;font-weight:800}.fact dd{color:var(--ink);margin:.15rem 0 0;font-size:.95rem;font-weight:600}.callout{border:3px dashed var(--green-mid);background:#f3f8e4;border-radius:12px;margin-top:1.6rem;padding:1rem 1.2rem}.callout strong{color:var(--green-dark)}.callout a{color:var(--red);font-weight:800}.faq{max-width:52rem;margin-inline:auto}.faq details{background:var(--white);border:3px solid var(--lime);border-radius:12px;margin-bottom:.7rem;overflow:hidden}.faq summary{cursor:pointer;color:var(--green-dark);justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1.1rem;font-weight:800;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--red);flex-shrink:0;font-size:1.4rem;line-height:1}.faq details[open] summary:after{content:"–"}.faq details>p{color:#3f4c36;padding:0 1.1rem 1.1rem}.story{align-items:center;gap:clamp(1.4rem,4vw,2.6rem);display:grid}@media (width>=860px){.story{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.story__text p+p{margin-top:.9rem}.story__text p{color:#3f4c36}.story__image{border-radius:var(--radius);border:4px solid var(--lime);box-shadow:var(--shadow-card);max-width:min(100%,400px);margin-inline:auto;overflow:hidden}.pillars{grid-template-columns:repeat(auto-fit,minmax(min(100%,210px),1fr));gap:1rem;margin-top:1.6rem;display:grid}.pillar{background:var(--white);border-top:5px solid var(--green-mid);border-radius:12px;padding:1rem 1.1rem;box-shadow:0 4px 12px #00000014}.pillar h3{color:var(--green-dark);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.3rem;font-size:.95rem}.pillar p{color:var(--muted);font-size:.9rem}.footer{background:var(--green-darkest);color:#d8f0b0;border-top:5px solid var(--lime);padding-block:clamp(2rem,5vw,3rem) 1.6rem;font-size:.93rem}.footer__cols{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:1.6rem 2.4rem;display:grid}.footer h2{color:var(--yellow);text-transform:uppercase;letter-spacing:.09em;margin-bottom:.5rem;font-size:.85rem}.footer a{color:var(--white);font-weight:700;text-decoration:none}.footer a:hover{text-decoration:underline}.footer li+li{margin-top:.2rem}.footer__flag{vertical-align:-2px;background:linear-gradient(#cd2a3e 33.3%,#fff 33.3% 66.6%,#436f4d 66.6%);border-radius:3px;width:26px;height:16px;margin-left:.35rem;display:inline-block}.footer__bottom{opacity:.75;border-top:1px solid #ffffff26;flex-wrap:wrap;justify-content:space-between;gap:.6rem 1.4rem;margin-top:1.8rem;padding-top:1rem;font-size:.82rem;display:flex}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media print{.topbar,.footer,.hero__media,.btn{display:none!important}body{color:#000;background:#fff}}
