:root{--brand-green: #05542e;--brand-green-secondary: #2c6b41;--brand-orange: #f26522;--brand-yellow: #ffde17;--brand-logo-green: #18443b;--ink: #18443b;--muted: #5f7168;--green-950: var(--brand-green);--green-900: var(--brand-green);--green-800: var(--brand-green-secondary);--green-700: var(--brand-green-secondary);--red-700: #d94e18;--red-600: var(--brand-orange);--orange-700: #d94e18;--orange-600: var(--brand-orange);--gold: var(--brand-yellow);--paper: #ffffff;--soft: #ffffff;--soft-2: #ffffff;--line: rgba(18, 34, 26, .12);--shadow: 0 24px 70px rgba(5, 84, 46, .14);--radius: 8px;--header-h: 76px;--app-viewport-height: 100vh;--content-maxw: clamp(1180px, calc(1180px + (100vw - 2000px)/2) , 1840px);color:var(--ink);--font-brand: "Textile", "Lora", Georgia, "Times New Roman", serif;--font-body: "Myriad Pro", "Source Sans 3", system-ui, -apple-system, Arial, sans-serif;--font-button: "Myriad Pro Light", "Myriad Pro", "Source Sans 3", system-ui, -apple-system, Arial, sans-serif;--font-condensed: "Myriad Pro Condensed", "Myriad Pro", "Source Sans 3", "Arial Narrow", Arial, sans-serif;font-family:var(--font-body);background:var(--paper);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}@supports (height: 100dvh){:root{--app-viewport-height: 100dvh}}*{box-sizing:border-box}*,*:before,*:after{box-shadow:none!important;text-shadow:none!important}html{overflow-x:clip;scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:clip;background:var(--paper)}html.menu-scroll-locked,body.menu-scroll-locked{overscroll-behavior:none;overflow:hidden;touch-action:none}#root{overflow-x:clip}.site-main{min-height:calc(100svh - var(--header-h))}.site-main>.loader{border:0;border-radius:0;min-height:calc(100svh - var(--header-h))}body::selection{background:var(--green-900);color:#fff}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{border:0;cursor:pointer;font:inherit}input,textarea,select{font:inherit}img{display:block;max-width:100%}h1,h2,h3,h4,p{margin:0}h1,h2,h3{color:var(--green-950);font-family:var(--font-body);font-weight:800;letter-spacing:0;line-height:1.02}.container{width:min(var(--content-maxw),calc(100% - 48px));margin:0 auto}.section{padding:92px 0}.section-tight{padding:64px 0}.section-heading{font-size:clamp(34px,4vw,52px)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:34px}.section-head.center{display:grid;place-items:center;text-align:center;max-width:760px;margin-inline:auto}.section-head p,.hero-text,.about-copy p,.page-hero p,.prose{color:var(--muted);font-size:17px;line-height:1.75}.eyebrow{display:inline-block;color:var(--red-600);font-size:12px;font-weight:800;letter-spacing:.16em;margin-bottom:14px;text-transform:uppercase}.btn{align-items:flex-end;background:transparent;border:0;border-radius:0;color:var(--green-900);display:inline-flex;font-family:var(--font-body);font-size:16px;font-weight:800;gap:12px;justify-content:center;line-height:1;min-height:52px;padding:16px 20px 10px;position:relative;transition:color .18s ease,transform .18s ease;white-space:nowrap}.btn:before,.btn:after{content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute}.btn:before{background:linear-gradient(var(--btn-line-color, currentColor),var(--btn-line-color, currentColor)) left bottom / 100% 2px no-repeat;opacity:.86;transform:scaleX(.92);transform-origin:center bottom;transition:opacity .18s ease,transform .18s ease}.btn:after{background:var(--btn-line-color, var(--red-600));height:2px;inset:auto 12px 0;opacity:0;transform:scaleX(.18);transform-origin:center;transition:opacity .18s ease,transform .18s ease}.btn:hover,.text-link:hover,.round-arrow:hover{transform:translateY(-2px)}.btn-primary{color:var(--green-900)}.btn-primary:hover{color:var(--green-800)}.btn-accent{color:var(--red-600)}.btn-accent:hover{color:var(--red-700)}.btn-outline{background:transparent;border:0;color:var(--green-900)}.btn-outline:hover{color:var(--red-600)}.btn:hover:before,.btn:focus-visible:before{opacity:1;transform:scaleX(1)}.btn:hover:after,.btn:focus-visible:after{opacity:1;transform:scaleX(1)}.btn:focus-visible{outline:2px solid rgba(242,101,34,.42);outline-offset:6px}.btn:disabled{color:#18443b6b;cursor:not-allowed;transform:none}.btn:disabled:after{display:none}.btn svg{display:block;flex:none;height:1.08em;margin-bottom:-.06em;transition:transform .18s ease;width:1.08em}.btn svg.lucide-arrow-right{transform:rotate(-45deg)}.btn:hover svg,.btn:focus-visible svg{transform:translate(4px)}.btn:hover svg.lucide-arrow-right,.btn:focus-visible svg.lucide-arrow-right{transform:translate(4px) rotate(0)}.text-link{align-items:center;color:var(--green-900);display:inline-flex;font-family:var(--font-body);font-size:16px;font-weight:800;gap:10px;min-height:44px;transition:color .18s ease,transform .18s ease}.text-link svg{transform:rotate(-45deg);transition:transform .18s ease}.text-link:hover svg,.text-link:focus-visible svg{transform:translate(4px) rotate(0)}.round-arrow{align-items:center;background:var(--green-950);border-radius:50%;color:#fff;display:inline-flex;height:42px;justify-content:center;transition:background .18s ease,transform .18s ease;width:42px}.round-arrow:hover{background:var(--red-600)}.site-header{background:#ffffffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:none;position:sticky;top:0;transition:background .24s ease,box-shadow .24s ease,backdrop-filter .24s ease,padding .24s ease;z-index:50}.site-header.is-hero-top{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.site-header.is-home-header.is-scrolled{background:#ffffffd9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:none}.site-header.is-scrolled{background:#ffffffd9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:none;padding:0}.site-header.is-scrolled .brand-logo{filter:none;height:52px}.header-inner{align-items:center;display:grid;gap:28px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);height:var(--header-h);justify-content:space-between;position:relative;transition:background .24s ease,border-radius .24s ease,box-shadow .24s ease,height .24s ease,padding .24s ease;z-index:0}.site-header.is-scrolled .header-inner{height:var(--header-h);padding:0}.site-header.is-scrolled .header-inner:before{content:none}.header-inner>*{position:relative;z-index:1}.site-header.is-scrolled .header-actions{padding-left:0}.brand{align-items:center;display:inline-flex}.brand-logo{height:52px;width:auto}.header-center{align-items:center;display:inline-flex;justify-self:center;position:relative}.header-menu-actions{align-items:center;display:inline-flex;gap:10px;justify-self:end;position:relative}.desktop-menu-toggle{align-items:center;background:transparent;color:var(--brand-orange);display:inline-flex;height:48px;justify-content:center;transition:color .18s ease,transform .18s ease;width:64px}.desktop-menu-toggle:hover{color:var(--brand-logo-green);transform:translateY(-1px)}.site-header.is-scrolled .desktop-menu-toggle{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:0;border-radius:0;box-shadow:none;color:var(--brand-orange);height:48px;width:64px}.menu-line-icon{display:inline-flex;flex-direction:column;gap:7px;justify-content:center;width:44px}.menu-line-icon span{background:currentColor;border-radius:999px;display:block;height:2px;transform-origin:center;transition:opacity .18s ease,transform .26s cubic-bezier(.22,1,.36,1),width .22s ease;width:100%}.desktop-menu-toggle:not(.is-open):hover .menu-line-icon span{transform:translate(3px)}.desktop-menu-toggle.is-open .menu-line-icon span:first-child,.mobile-nav-close.is-open .menu-line-icon span:first-child{transform:translateY(9px) rotate(45deg)}.desktop-menu-toggle.is-open .menu-line-icon,.mobile-nav-close.is-open .menu-line-icon{width:62px}.desktop-menu-toggle.is-open .menu-line-icon span:nth-child(2),.mobile-nav-close.is-open .menu-line-icon span:nth-child(2){opacity:0}.desktop-menu-toggle.is-open .menu-line-icon span:last-child,.mobile-nav-close.is-open .menu-line-icon span:last-child{transform:translateY(-9px) rotate(-45deg)}.brand-badge{align-items:center;background:var(--green-950);border-radius:50%;color:#fff;display:inline-flex;flex-direction:column;height:72px;justify-content:center;text-align:center;width:72px}.brand-badge strong{color:#fff;font-family:var(--font-brand);font-size:20px;line-height:1}.brand-badge span{color:#ffffffb8;font-size:7px;letter-spacing:.08em;margin-top:4px;text-transform:uppercase}.desktop-nav{align-items:center;display:flex;gap:4px;height:100%;justify-content:center;justify-self:center;position:relative}.desktop-nav-item{align-items:center;display:flex;height:100%;position:relative}.desktop-nav a,.desktop-nav-item>a{align-items:center;color:var(--ink);display:inline-flex;font-family:var(--font-button);font-size:14px;font-weight:300;gap:4px;padding:12px 10px;position:relative;transition:color .18s ease}.desktop-nav>a,.desktop-nav-item>a{letter-spacing:.03em;text-transform:uppercase}.site-header.is-hero-top .desktop-nav a,.site-header.is-hero-top .desktop-nav-item>a,.site-header.is-hero-top .icon-btn,.site-header.is-hero-top .mobile-toggle{color:#fff}.site-header.is-scrolled .desktop-nav a,.site-header.is-scrolled .desktop-nav-item>a,.site-header.is-scrolled .icon-btn,.site-header.is-scrolled .mobile-toggle{color:var(--brand-logo-green)}.site-header.is-hero-top .desktop-menu-toggle,.site-header.is-scrolled .desktop-menu-toggle{color:var(--brand-orange)}.desktop-nav>a:after,.desktop-nav-item>a:after{background:var(--gold);bottom:6px;content:"";height:2px;left:10px;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .18s ease;width:calc(100% - 20px)}.desktop-nav a:hover,.desktop-nav a.active{color:var(--green-950)}.site-header.is-scrolled .desktop-nav a:hover,.site-header.is-scrolled .desktop-nav a.active,.site-header.is-scrolled .desktop-nav-item>a:hover,.site-header.is-scrolled .desktop-nav-item>a.active,.site-header.is-scrolled .icon-btn:hover,.site-header.is-scrolled .mobile-toggle:hover{color:var(--brand-orange)}.site-header.is-hero-top .desktop-nav a:hover,.site-header.is-hero-top .desktop-nav a.active,.site-header.is-hero-top .desktop-nav-item>a:hover,.site-header.is-hero-top .desktop-nav-item>a.active,.site-header.is-hero-top .icon-btn:hover,.site-header.is-hero-top .mobile-toggle:hover{color:#ffffffc7}.site-header.is-hero-top .desktop-menu-toggle:hover,.site-header.is-scrolled .desktop-menu-toggle:hover{color:var(--brand-logo-green)}.desktop-nav>a:hover:after,.desktop-nav>a.active:after,.desktop-nav-item>a:hover:after,.desktop-nav-item>a.active:after{transform:scaleX(1)}.desktop-subnav{background:#fff;display:none;left:0;min-width:250px;padding:10px 0;position:absolute;top:100%;z-index:60}.desktop-nav-item:hover .desktop-subnav,.desktop-nav-item:focus-within .desktop-subnav{display:grid}.desktop-nav-item.is-product-menu .desktop-subnav--products{display:none}.desktop-nav-item.is-product-menu{position:static}.desktop-nav-item.is-product-menu.is-menu-open .desktop-subnav--products{display:grid}.desktop-nav-item.is-menu-dismissed .desktop-subnav{display:none}.desktop-subnav a{align-items:flex-start;display:grid;font-family:var(--font-button);font-weight:300;gap:3px;padding:10px 16px}.desktop-subnav a:after{display:none}.desktop-subnav small{color:var(--muted);font-family:var(--font-button);font-size:12px;font-weight:300;line-height:1.35}.desktop-subnav--products{grid-template-columns:minmax(180px,.28fr) minmax(0,.72fr);left:0;min-height:318px;min-width:0;overflow:visible;padding:0;position:absolute;top:100%;transform:none;width:100%}.site-header.is-scrolled .desktop-subnav--products{top:100%}.product-mega-list{align-content:center;display:grid;padding:18px 0 18px 16px}.desktop-subnav--products .product-mega-link{isolation:isolate;min-height:44px;padding:9px 18px 9px 16px;transition:color .2s ease,transform .2s ease,background .2s ease}.desktop-subnav--products .product-mega-link:hover,.desktop-subnav--products .product-mega-link:focus-visible,.desktop-subnav--products .product-mega-link.is-previewed{background:linear-gradient(90deg,#f7d98f52,#f7d98f00);color:var(--green-950);transform:translate(6px)}.desktop-subnav--products .product-mega-link span{font-size:18px}.product-mega-preview{background:radial-gradient(circle at 84% 86%,rgba(247,217,143,.7),transparent 30%),radial-gradient(circle at 32% 22%,rgba(0,96,55,.09),transparent 26%),linear-gradient(112deg,#fff,#f9fbf5 56%,#fff7d8);min-height:318px;overflow:hidden;position:relative}.product-mega-preview:before{background:radial-gradient(circle at center,#fff0 0,#fff0 48%,#ffde173d 49%,#ffde173d 52%,#fff0 53%),radial-gradient(circle at center,#fff0 0,#fff0 63%,#05542e1a,#05542e1a,#fff0 66%);content:"";height:420px;opacity:.9;position:absolute;right:-142px;top:-14px;width:420px}.product-mega-preview:after{animation:product-mega-lines 5.5s ease-in-out infinite;background:linear-gradient(118deg,transparent 0 40%,rgba(247,217,143,.2) 40% 41%,transparent 41% 56%,rgba(5,84,46,.08) 56% 57%,transparent 57% 100%);content:"";top:0;right:0;bottom:0;left:0;opacity:.7;position:absolute}.product-mega-copy{display:grid;gap:8px;left:34px;max-width:300px;position:absolute;top:36px;z-index:2}.product-mega-copy strong{color:var(--green-950);font-family:var(--font-brand);font-size:28px;line-height:1.04}.product-mega-copy small{color:#0b301fb8;font-size:13px;line-height:1.45}.product-mega-stage{bottom:-64px;height:330px;pointer-events:none;position:absolute;right:-62px;width:298px;z-index:1}.product-mega-stage:before{background:#ffffff8a;border-radius:999px;bottom:34px;content:"";height:214px;left:50%;position:absolute;transform:translate(-50%);width:282px}.product-mega-image{--mega-image-float-scale: 1.07;--mega-image-scale: 1.04;--mega-image-x: -50%;bottom:0;filter:drop-shadow(0 22px 24px rgba(6,37,21,.2));left:50%;max-height:316px;max-width:254px;opacity:0;position:absolute;transform:translate(-40%) translateY(18px) rotate(2deg) scale(.92);transform-origin:50% 90%;transition:opacity .24s ease,transform .34s cubic-bezier(.2,.82,.2,1)}.product-mega-image.is-active{animation:product-mega-float 4.8s ease-in-out infinite;opacity:1;transform:translate(var(--mega-image-x)) translateY(0) rotate(-2deg) scale(var(--mega-image-scale))}.product-mega-image[data-category=linte],.product-mega-image[data-category=porumb]{--mega-image-float-scale: 1.11;--mega-image-scale: 1.08;--mega-image-x: -52%}@keyframes product-mega-float{0%,to{transform:translate(var(--mega-image-x)) translateY(4px) rotate(-2deg) scale(var(--mega-image-scale))}50%{transform:translate(var(--mega-image-x)) translateY(-8px) rotate(1deg) scale(var(--mega-image-float-scale))}}@keyframes product-mega-lines{0%,to{transform:translate(-18px)}50%{transform:translate(18px)}}@media(prefers-reduced-motion:reduce){.product-mega-preview:after,.desktop-subnav--products .product-mega-link,.product-mega-image,.contact-rice-panicle{animation:none;transition:none}}.header-actions{align-items:center;display:flex;gap:10px;justify-self:start}.icon-btn,.mobile-toggle{align-items:center;background:transparent;color:var(--green-950);display:inline-flex;height:42px;justify-content:center;transition:color .18s ease;width:42px}.icon-btn:hover,.mobile-toggle:hover{color:var(--red-600)}.language-toggle{align-items:center;background:transparent;border:0;border-radius:0;box-shadow:none;display:inline-flex;height:36px;isolation:isolate;padding:0;position:relative;width:88px}.language-toggle__option{align-items:center;background:transparent;border:0;border-radius:0;color:var(--brand-logo-green);cursor:pointer;display:inline-flex;flex:0 0 44px;font-family:var(--font-button);font-size:12px;font-weight:700;height:36px;justify-content:center;letter-spacing:.04em;padding:0;position:relative;transition:color .2s ease,transform .2s ease}.language-toggle__option:not(.is-active):hover{color:var(--brand-orange);transform:translateY(-1px)}.language-toggle__option.is-active{color:var(--brand-orange);cursor:default}.language-toggle__option:focus-visible{outline:2px solid var(--brand-orange);outline-offset:2px}.site-header.is-hero-top .language-toggle{background:transparent}.mobile-toggle,.mobile-nav,.mobile-nav-shell{display:none}.mobile-nav-shell{top:0;right:0;bottom:0;left:0;position:fixed;z-index:80}.mobile-nav-scrim{background:#05542e29;display:block;top:0;right:0;bottom:0;left:0;position:fixed}.mobile-nav{animation:mobile-menu-panel-in .34s cubic-bezier(.2,.82,.2,1) both;background:#fff;border-radius:34px 0 0 34px;box-shadow:-24px 0 60px #0625152e;gap:clamp(18px,4vh,34px);height:100svh;margin-left:auto;overflow-y:auto;padding:clamp(32px,5vw,58px);position:relative;width:min(760px,calc(100vw - 52px))}.mobile-nav.open,.mobile-nav-shell{display:grid}.mobile-nav-head{align-items:center;display:flex;gap:18px;justify-content:space-between}.mobile-nav-head strong{color:#111315;font-family:var(--font-body);font-size:clamp(42px,7vw,68px);font-weight:300;letter-spacing:0;line-height:.95}.mobile-nav-tools{align-items:center;display:flex;gap:10px}.mobile-nav-search,.mobile-nav-close{align-items:center;display:inline-flex;justify-content:center}.mobile-nav-search{background:var(--green-950);border-radius:999px;color:#fff;font-family:var(--font-button);font-size:24px;gap:8px;min-height:46px;padding:0 18px}.mobile-nav-close{background:#f3f4f0;border-radius:50%;color:var(--green-950);height:46px;width:46px}.mobile-nav-label{color:#11131570;font-size:18px;font-weight:300}.mobile-nav a{font-family:var(--font-button);font-weight:300}.mobile-nav-list{display:grid;gap:4px}.mobile-nav-list a{display:grid;gap:4px;padding:8px 0}.mobile-nav-group{display:grid}.mobile-nav-group>a{color:#111315;font-family:var(--font-body);font-size:clamp(35px,6.2vw,58px);letter-spacing:0;line-height:1.04}.mobile-nav-children{display:flex;flex-wrap:wrap;gap:8px 18px;padding:2px 0 14px}.mobile-nav-children a{color:var(--green-700);font-size:17px;padding:0}.mobile-nav-list small{color:var(--muted);font-family:var(--font-button);font-size:15px;font-weight:300;line-height:1.4}.mobile-nav-feature{background:radial-gradient(circle at 82% 28%,rgba(255,222,23,.22),transparent 32%),linear-gradient(112deg,#f7f8f2,#fff 58%,#eff6ea);border-radius:24px;display:grid;gap:18px;grid-template-columns:minmax(0,1fr) minmax(160px,.58fr);margin-top:auto;min-height:220px;overflow:hidden;padding:26px 28px;position:relative}.mobile-nav-feature:after{background:radial-gradient(circle at center,#fff0 0,#fff0 52%,#05542e1f 53%,#05542e1f 55%,#fff0 56%),radial-gradient(circle at center,#fff0 0,#fff0 65%,#ffde1742 66%,#ffde1742 69%,#fff0 70%);content:"";height:240px;pointer-events:none;position:absolute;right:-72px;top:-38px;width:240px}.mobile-nav-feature-copy{align-content:center;display:grid;gap:8px;position:relative;z-index:1}.mobile-nav-feature-copy span{color:var(--red-600);font-family:var(--font-brand);font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mobile-nav-feature-copy strong{color:#111315;font-family:var(--font-brand);font-size:clamp(29px,4vw,42px);line-height:1.03}.mobile-nav-feature-copy small{color:#1113158f;font-size:16px;line-height:1.38;max-width:28ch}.mobile-nav-feature-copy em{align-items:center;background:var(--green-950);border-radius:999px;color:#fff;display:inline-flex;font-style:normal;justify-self:start;margin-top:10px;min-height:44px;padding:0 20px}.mobile-nav-feature-media{align-self:end;display:grid;min-height:180px;place-items:end center;position:relative;z-index:1}.mobile-nav-feature-media img{filter:drop-shadow(0 20px 24px rgba(6,37,21,.2));max-height:245px;object-fit:contain;transform:rotate(-3deg);transition:opacity .22s ease,transform .24s ease;width:min(210px,100%)}@keyframes mobile-menu-panel-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.family-hero{background:#fff;color:var(--brand-green);height:100svh;isolation:isolate;margin-top:calc(-1 * var(--header-h));max-height:820px;min-height:600px;overflow:hidden;position:relative}html.cms-preview-mode{scroll-behavior:auto;overflow-anchor:none;overflow:hidden}html.cms-preview-mode .site-header,html.cms-preview-mode .site-footer,html.cms-preview-mode .newsletter-tab{display:none!important}html.cms-preview-mode body{background:#ecefea;padding-top:44px;overflow-anchor:none;overflow:hidden}html.cms-preview-mode [data-cms-section].cms-preview-hidden{display:none!important}html.cms-preview-mode [data-cms-section].cms-preview-target{position:relative;z-index:20;opacity:1;filter:none;pointer-events:none;box-shadow:inset 0 0 0 18px #f26522,inset 0 0 0 22px #ffffffc7,0 20px 70px #05542e4d}html.cms-preview-mode body:before{position:fixed;z-index:999999;top:0;left:0;display:flex;width:100%;height:44px;align-items:center;justify-content:center;border-bottom:1px solid rgb(255 255 255 / 30%);color:#fff;background:#f26522;box-shadow:0 4px 16px #3f1f0d2e;content:"PREVIEW LIVE · SECȚIUNEA EDITATĂ";font-family:Arial,sans-serif;font-size:14px;font-weight:800;letter-spacing:.07em;pointer-events:none}.cookie-consent-panel{position:fixed;z-index:1000000;right:0;bottom:0;left:0;width:100%;min-height:292px;padding:24px max(54px,env(safe-area-inset-right)) calc(20px + env(safe-area-inset-bottom)) max(54px,env(safe-area-inset-left));border-top:1px solid rgb(255 255 255 / 22%);border-radius:0;color:#fff;background:#173f35;font-family:var(--font-body);text-align:center}.cookie-consent-backdrop{position:fixed;z-index:999999;top:0;right:0;bottom:0;left:0;background:#08140f7a}.cookie-consent-copy{width:min(720px,100%);margin:0 auto}.cookie-consent-copy>strong{display:block;color:#fff;font-size:1.18rem;font-weight:800;line-height:1.2}.cookie-consent-copy>p{margin:9px 0 3px;color:#ffffffdb;font-size:.78rem;font-weight:600;line-height:1.45}.cookie-consent-copy>a{color:#ffde17;font-size:.76rem;font-weight:700;text-decoration:underline;text-underline-offset:3px}.cookie-consent-utility,.cookie-consent-close{position:absolute;top:18px;color:#ffffffd1}.cookie-consent-utility{right:55px;display:flex}.cookie-consent-language-button{display:grid;width:30px;height:30px;padding:0;color:#ffffffd1;background:transparent;place-items:center}.cookie-consent-language-button:hover,.cookie-consent-language-button:focus-visible{color:#ffde17}.cookie-consent-language-dropdown{position:absolute;z-index:2;top:calc(100% + 8px);right:0;display:grid;min-width:168px;padding:7px;border:1px solid rgb(255 255 255 / 24%);border-radius:10px;background:#102a22}.cookie-consent-language-dropdown button{display:grid;width:100%;min-height:42px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:7px 9px;color:#fff;background:transparent;font-family:var(--font-body);font-size:.72rem;font-weight:700;text-align:left;text-transform:uppercase}.cookie-consent-language-dropdown button:hover,.cookie-consent-language-dropdown button:focus-visible{color:#ffde17;background:#ffffff14}.cookie-consent-language-dropdown img{width:24px;height:24px;border-radius:50%;object-fit:cover}.cookie-consent-close{right:18px;display:grid;width:28px;height:28px;padding:0;place-items:center;background:transparent}.cookie-consent-options{display:flex;width:min(770px,100%);align-items:center;justify-content:center;gap:28px;margin:16px auto 14px;padding:0;background:transparent}.cookie-consent-option{position:relative;display:flex;min-height:26px;align-items:center;gap:9px;color:#fff;cursor:pointer;font-size:.74rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.cookie-consent-option input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.cookie-consent-check{display:grid;width:25px;height:25px;flex:0 0 25px;border:2px solid rgb(255 255 255 / 88%);border-radius:7px;color:transparent;place-items:center;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.cookie-consent-option input:focus-visible+.cookie-consent-check{outline:3px solid #ffde17;outline-offset:3px}.cookie-consent-option input:checked+.cookie-consent-check{border-color:#f26522;color:#fff;background:#f26522}.cookie-consent-option.is-required{cursor:default}.cookie-consent-actions{display:flex;align-items:center;justify-content:center;gap:12px}.cookie-consent-actions button{min-width:130px;min-height:42px;padding:0 22px;border:1px solid rgb(255 255 255 / 78%);border-radius:999px;color:#fff;background:transparent;font-size:.72rem;font-weight:800;letter-spacing:.035em;text-transform:uppercase;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.cookie-consent-actions button.is-primary{color:#fff;border-color:#f26522;background:#f26522}.cookie-consent-actions button.is-save{display:none}.cookie-consent-actions button:hover,.cookie-consent-actions button:focus-visible{color:#173f35;border-color:#fff;background:#fff}.cookie-consent-actions button.is-primary:hover,.cookie-consent-actions button.is-primary:focus-visible{color:#173f35;border-color:#ffde17;background:#ffde17}.cookie-consent-options:has(input:not(:disabled):checked)+.cookie-consent-details+.cookie-consent-actions .is-save,.cookie-consent-options:has(input:not(:disabled):checked)~.cookie-consent-actions .is-save{display:inline-flex;align-items:center;justify-content:center}.cookie-consent-details{width:min(700px,100%);margin:-5px auto 12px;color:#ffffffc2;font-size:.74rem;line-height:1.4}.cookie-consent-details-toggle{display:inline-flex;align-items:center;gap:7px;margin-top:14px;padding:4px 8px;color:#ffffffd6;background:transparent;font-size:.72rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.cookie-consent-details-toggle:hover,.cookie-consent-details-toggle:focus-visible,.cookie-consent-close:hover,.cookie-consent-close:focus-visible{color:#ffde17}body.cookie-details-open{overflow:hidden}.cookie-details-layer{position:fixed;z-index:1000001;display:grid;padding:34px;top:0;right:0;bottom:0;left:0;place-items:center}.cookie-details-backdrop{position:absolute;border:0;background:#08140fa3;cursor:default;top:0;right:0;bottom:0;left:0}.cookie-details-modal{position:relative;z-index:1;display:grid;width:min(1330px,calc(100vw - 68px));height:min(90svh,1220px);grid-template-rows:auto auto auto minmax(0,1fr) auto;overflow:hidden;border:1px solid rgb(24 68 59 / 16%);border-radius:24px;color:#24332d;background:#fffdf8;font-family:var(--font-body)}.cookie-details-topbar{display:flex;min-height:72px;align-items:center;justify-content:center;gap:24px;padding:0 28px;border-bottom:1px solid rgb(24 68 59 / 14%)}.cookie-details-language{display:inline-flex;width:auto;height:auto;align-items:center;gap:8px;padding:7px 5px;color:#18443b;background:transparent;font-size:.88rem;font-weight:800;text-transform:uppercase}.cookie-details-language-menu{position:relative}.cookie-details-language img,.cookie-details-language-dropdown img{width:28px;height:28px;flex:0 0 28px;border-radius:50%;object-fit:cover}.cookie-details-language>svg:last-child{transition:transform .18s ease}.cookie-details-language>svg:last-child.is-open{transform:rotate(180deg)}.cookie-details-language-dropdown{position:absolute;z-index:10;top:calc(100% + 8px);right:0;display:grid;min-width:190px;padding:8px;border:1px solid rgb(24 68 59 / 18%);border-radius:12px;background:#fffdf8}.cookie-details-language-dropdown button{display:grid;width:100%;min-height:46px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:8px 10px;color:#18443b;background:transparent;font-family:var(--font-body);font-size:.78rem;font-weight:700;text-align:left;text-transform:uppercase}.cookie-details-language-dropdown button:hover,.cookie-details-language-dropdown button:focus-visible{color:#f26522;background:#f1f3f1}.cookie-details-modal-close{display:grid;width:38px;height:38px;padding:0;color:#18443b;background:transparent;place-items:center}.cookie-details-language:hover,.cookie-details-language:focus-visible,.cookie-details-modal-close:hover,.cookie-details-modal-close:focus-visible{color:#f26522}.cookie-details-intro{padding:28px 64px 26px}.cookie-details-intro h2{margin:0 0 10px;color:#18443b;font-size:clamp(1.45rem,2vw,2rem);line-height:1.15}.cookie-details-intro p{max-width:1040px;margin:0;color:#52625b;font-size:.96rem;line-height:1.55}.cookie-details-intro a,.cookie-details-about a{color:#d94e18;font-weight:700;text-decoration:underline;text-underline-offset:3px}.cookie-details-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f1f3f1}.cookie-details-tabs button{min-height:66px;padding:12px 24px;border-top:3px solid transparent;color:#18443b;background:#fff;font-size:.93rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.cookie-details-tabs button.is-active{color:#d94e18;border-top-color:#f26522;background:#f1f3f1}.cookie-details-tabs button:focus-visible{outline:3px solid #ffde17;outline-offset:-3px}.cookie-details-content{min-height:0;overflow-y:auto;background:#f1f3f1;overscroll-behavior:contain}.cookie-details-categories{display:grid;min-height:100%;grid-template-rows:repeat(4,minmax(min-content,1fr));padding:6px 64px 24px}.cookie-details-category{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px 34px;padding:26px 0 22px;border-bottom:1px solid rgb(24 68 59 / 12%)}.cookie-details-category:last-child{border-bottom:0}.cookie-details-category-copy h3,.cookie-details-about h3{margin:0 0 6px;color:#18443b;font-size:1.08rem;font-weight:800}.cookie-details-category-copy p,.cookie-details-about p{max-width:950px;margin:0;color:#45564e;font-size:.88rem;line-height:1.48}.cookie-detail-switch{position:relative;align-self:center;cursor:pointer}.cookie-detail-switch input{position:absolute;width:1px;height:1px;opacity:0}.cookie-detail-switch>span:first-of-type{display:flex;width:54px;height:30px;align-items:center;justify-content:flex-start;padding:3px 5px;border-radius:999px;color:#fff;background:#738079;transition:background-color .2s ease,justify-content .2s ease}.cookie-detail-switch input:checked+span{justify-content:flex-end;background:#f26522}.cookie-detail-switch.is-required input:checked+span{background:#2c6b41}.cookie-detail-switch input:focus-visible+span{outline:3px solid #ffde17;outline-offset:3px}.cookie-detail-switch.is-required{cursor:default;opacity:.7}.cookie-details-cookie-toggle{display:inline-flex;width:fit-content;align-items:center;gap:5px;padding:0;color:#d94e18;background:transparent;font-size:.78rem;font-weight:800;letter-spacing:.025em;text-transform:uppercase}.cookie-details-cookie-toggle svg{transition:transform .2s ease}.cookie-details-cookie-toggle svg.is-open{transform:rotate(180deg)}.cookie-details-cookie-list{grid-column:1 / -1;padding:14px 16px;border-left:3px solid #2c6b41;color:#45564e;background:#fff}.cookie-details-cookie-list strong{display:block;margin-bottom:4px;color:#18443b;font-size:.78rem}.cookie-details-cookie-list p{margin:0 0 3px;font-size:.8rem;overflow-wrap:anywhere}.cookie-details-cookie-list small{color:#6f7e77;font-size:.72rem}.cookie-details-about{width:100%;padding:46px 64px 64px}.cookie-details-about p{max-width:none;color:#33453d;font-size:.96rem;line-height:1.58}.cookie-details-about p+p{margin-top:28px}.cookie-details-footer{display:flex;min-height:88px;align-items:center;justify-content:space-between;gap:20px;padding:16px 28px;border-top:1px solid rgb(24 68 59 / 14%);background:#fffdf8}.cookie-details-footer>div{display:flex;gap:12px}.cookie-details-footer button{min-height:44px;padding:0 24px;border:1px solid #52625b;border-radius:999px;color:#18443b;background:transparent;font-size:.78rem;font-weight:800;text-transform:uppercase}.cookie-details-footer button:hover,.cookie-details-footer button:focus-visible{color:#fff;border-color:#2c6b41;background:#2c6b41}.cookie-details-footer button.is-primary{min-width:220px;color:#fff;border-color:#f26522;background:#f26522}.cookie-details-footer button.is-primary:hover,.cookie-details-footer button.is-primary:focus-visible{color:#18443b;border-color:#ffde17;background:#ffde17}.cookie-detail-switch .sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:760px){.cookie-consent-panel{min-height:0;max-height:min(90svh,700px);overflow-y:auto;padding:48px 20px calc(18px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0}.cookie-consent-copy>strong{font-size:1.1rem}.cookie-consent-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:min(520px,100%);justify-content:stretch;gap:12px 16px;margin:18px auto}.cookie-consent-option{min-width:0;gap:8px;font-size:.68rem;letter-spacing:.035em;line-height:1.2;text-align:left}.cookie-consent-check{width:23px;height:23px;flex-basis:23px}.cookie-consent-utility{top:17px;right:54px}.cookie-consent-close{top:14px;right:17px}.cookie-consent-actions{display:grid;grid-template-columns:1fr 1fr;width:min(370px,100%);margin:0 auto}.cookie-consent-actions button{width:100%;min-width:0;padding:0 12px}.cookie-consent-actions .is-save{grid-column:1 / -1}.cookie-details-layer{padding:0}.cookie-details-modal{width:100%;height:100svh;border:0;border-radius:0}.cookie-details-topbar{min-height:58px;gap:12px;padding:0 14px}.cookie-details-language-dropdown{min-width:170px}.cookie-details-intro{padding:18px 20px 16px}.cookie-details-intro h2{margin-bottom:7px;font-size:1.22rem}.cookie-details-intro p{font-size:.78rem;line-height:1.42}.cookie-details-tabs button{min-height:54px;padding:8px 10px;font-size:.7rem}.cookie-details-categories{display:block;min-height:0;padding:0 20px 18px}.cookie-details-category{gap:10px 14px;padding:20px 0 18px}.cookie-details-category-copy h3,.cookie-details-about h3{font-size:.96rem}.cookie-details-category-copy p,.cookie-details-about p{font-size:.76rem}.cookie-detail-switch>span:first-of-type{width:48px;height:27px}.cookie-details-cookie-toggle{font-size:.7rem}.cookie-details-about{padding:28px 20px 48px}.cookie-details-about p{font-size:.8rem;line-height:1.5}.cookie-details-about p+p{margin-top:20px}.cookie-details-footer{display:grid;min-height:0;gap:10px;padding:12px 14px calc(12px + env(safe-area-inset-bottom))}.cookie-details-footer>div{display:grid;grid-template-columns:1fr 1fr}.cookie-details-footer button,.cookie-details-footer button.is-primary{width:100%;min-width:0;min-height:40px;padding:0 12px;font-size:.68rem}}.family-hero__photo{height:100%;top:0;right:0;bottom:0;left:0;object-fit:cover;object-position:70% 30%;position:absolute;transform:scale(1.02);width:100%;z-index:0}.family-hero__media{top:0;right:0;bottom:0;left:0;position:absolute;z-index:0}.family-hero__scrim{background:linear-gradient(180deg,#fff0 56%,#ffffff4d),linear-gradient(103deg,#ffffffd6,#ffffffc7 28%,#ffffff94,#ffffff38 58%,#ffffff0a 72%,#fff0 82%);top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute;z-index:1}.family-hero__content{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;padding-block:clamp(40px,7vh,92px);position:relative;z-index:3}.family-hero__eyebrow{align-items:flex-start;color:var(--brand-orange);display:flex;flex-direction:column;font-family:var(--font-brand);font-size:20px;font-style:italic;font-weight:600;left:0;letter-spacing:.005em;line-height:1.12;position:absolute;top:clamp(84px,12.9vh,102px)}.family-hero__eyebrow:before{content:none}.family-hero__main-copy{left:0;position:absolute;top:calc(27.6% - 5px)}.family-hero__title{color:var(--brand-green);font-family:var(--font-body);font-size:clamp(44px,3.8vw,65px);font-weight:800;letter-spacing:-.03em;line-height:1;margin-top:0;max-width:none;text-shadow:none}.family-hero__title-line{display:block;white-space:nowrap}.family-hero__lead{color:var(--brand-orange);font-family:"Textile",var(--font-brand);font-size:40px;font-style:italic;font-weight:600;line-height:1;margin-top:35px;max-width:none;text-wrap:pretty}.family-hero__lead-word{animation:family-hero-lead-word-in .68s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(.18s + var(--hero-word-index) * 105ms);display:inline-block;will-change:opacity,transform}@keyframes family-hero-lead-word-in{0%{opacity:0;transform:translateY(.8em)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.family-hero__lead-word{animation:none}}.family-hero__brand{color:#f6d98c;font-family:var(--font-brand);font-style:italic;font-weight:600}.family-hero__lead sup{font-size:.62em;vertical-align:super}.family-hero__cta{--btn-line-color: var(--brand-orange);bottom:clamp(91px,13vh,143px);color:var(--brand-green);left:0;margin-top:0;position:absolute;text-shadow:none}.family-hero__cta:hover{color:var(--brand-orange)}.family-hero__footnote{bottom:clamp(14px,2.6vh,28px);inset-inline:0;position:absolute;z-index:3}.family-hero__footnote p{color:#05542ead;font-size:11px;line-height:1.5;max-width:720px;text-shadow:none}.hero{--hero-header-h: var(--header-h);--hero-exit-buffer: var(--hero-header-h);--hero-sticky-top: var(--hero-header-h);--hero-viewport: calc(100vh - var(--hero-header-h));background:#062817;height:calc(var(--hero-viewport) + var(--hero-scroll-length, 310vh) + var(--hero-exit-buffer));isolation:isolate;min-height:var(--hero-viewport);overflow:visible;position:relative}.hero:before{display:none}.hero:after{display:none}.product-ritual-hero{--hero-sticky-top: 0px;--hero-viewport: 100vh;margin-top:calc(-1 * var(--header-h))}.hero-ambient{--hero-bg-position: 55% bottom;--hero-bg-size: 132% auto;background:url(/assets/hero-bg-plate.jpg) var(--hero-bg-position) / var(--hero-bg-size) no-repeat,#062817;height:var(--hero-viewport);overflow:hidden;pointer-events:none;position:sticky;top:var(--hero-sticky-top);z-index:1}.hero-ambient:after{content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute}.hero-ambient:after{background:radial-gradient(circle at 88% 4%,#052616b8,#05261680 22%,#05261629 42%,#05261600 58%),linear-gradient(180deg,#05261657,#0526162e 22%,#05261600 46%),linear-gradient(100deg,#04180e9e,#041a0f3d 24%,#041a0f00 44%),linear-gradient(180deg,#03180e00 66%,#03140c57)}.hero-inner{align-items:center;display:grid;gap:clamp(36px,5vw,84px);grid-template-columns:minmax(500px,.92fr) minmax(540px,1.08fr);margin-top:calc(-1 * var(--hero-viewport));min-height:var(--hero-viewport);padding:clamp(54px,7vh,86px) 0 clamp(54px,7vh,86px);pointer-events:auto;position:sticky;top:var(--hero-sticky-top);z-index:2}.hero-inner.container{width:min(1460px,calc(100% - 96px))}.hero-copy{max-width:760px;position:relative;z-index:3}.hero-title{color:#fff;display:flex;flex-direction:column;font-size:clamp(54px,4vw,78px);text-shadow:0 3px 28px rgba(0,0,0,.2)}.hero-title-line{white-space:nowrap}.hero-title .accent{color:#f7d98f}.hero-text{color:#ffffffd1;font-size:20px;margin-top:36px;max-width:620px}.hero-actions{align-items:center;display:flex;flex-wrap:wrap;gap:28px;margin-top:36px}.hero .text-link{color:#fff;position:relative}.hero .text-link:after{background:var(--gold);bottom:-7px;content:"";height:2px;left:0;position:absolute;width:78px}.hero-stats{background:linear-gradient(90deg,#fff3,#fff0) top left / 100% 1px no-repeat;display:flex;gap:24px;margin-top:44px;padding-top:24px}.hero-stat{color:#fff;min-width:90px}.hero-stat strong{display:block;font-family:var(--font-condensed);font-size:34px;line-height:1}.hero-stat span{color:#ffffffad;display:block;font-size:12px;font-weight:700;line-height:1.35;margin-top:8px;text-transform:uppercase}.hero-stat-sep{background:#ffffff29;display:block;width:1px}.hero-product{--hero-leaf-center-x: 37%;--hero-leaf-center-y: 51%;min-height:min(82vh,820px);pointer-events:none;position:relative}.hero-product:after{display:none}.hero-ground{bottom:-8%;left:45%;pointer-events:none;position:absolute;transform:translate(-50%);width:min(1500px,102vw);z-index:0}.hero-ground-rings{animation:hero-ground-neon-breathe 4.8s ease-in-out infinite;opacity:.92;transform-box:fill-box;transform-origin:center}.hero-ground-trails{animation:hero-ground-trails-breathe 4.8s ease-in-out infinite .18s;opacity:.82;transform-box:fill-box;transform-origin:center}.hero-ground-trails path{animation:hero-ground-line-shimmer 4.8s ease-in-out infinite}.hero-ground-trails path:nth-child(2){animation-delay:.1s}.hero-ground-trails path:nth-child(3){animation-delay:.2s}.hero-ground-trails path:nth-child(4){animation-delay:.3s}.hero-ground-trails path:nth-child(5){animation-delay:.4s}.hero-ground-trails path:nth-child(6){animation-delay:.5s}.hero-floaters{top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute;z-index:3}.hero-rice-grain{background:#fffff6d1;border-radius:50%;box-shadow:0 0 16px #fff4c657;filter:blur(1.2px);height:11px;opacity:.72;position:absolute;transform:rotate(var(--grain-rotate, -22deg));width:34px}.grain-one{--grain-rotate: -24deg;left:50%;top:27%}.grain-two{--grain-rotate: 31deg;height:13px;left:73%;opacity:.58;top:43%;width:44px}.grain-three{--grain-rotate: -19deg;left:58%;opacity:.56;top:69%}.grain-four{--grain-rotate: 18deg;height:10px;left:79%;opacity:.48;top:63%;width:38px}.grain-five{--grain-rotate: -30deg;height:9px;left:40%;opacity:.44;top:53%;width:30px}.hero-green-leaf{--leaf-blur: .2px;--leaf-delay: 0s;--leaf-duration: 6.8s;--leaf-h: 76px;--leaf-opacity: .9;--leaf-rotate: 36deg;--leaf-skew: -7deg;--leaf-w: 18px;--leaf-x: 0%;--leaf-y: 0%;background:linear-gradient(135deg,#ade830f5,#4ca326eb 58%,#1f682ad1);border-radius:100% 0;box-shadow:0 0 18px #bcee364d,inset 8px 0 10px #ffffff2e;filter:blur(var(--leaf-blur));height:var(--leaf-h);left:calc(var(--hero-leaf-center-x) + var(--leaf-x));opacity:var(--leaf-opacity);position:absolute;top:calc(var(--hero-leaf-center-y) + var(--leaf-y));transform:translate(-50%,-50%) rotate(var(--leaf-rotate)) skew(var(--leaf-skew));width:var(--leaf-w);animation:hero-leaf-drift var(--leaf-duration) ease-in-out infinite var(--leaf-delay);transform-origin:50% 78%;will-change:translate}.hero-green-leaf:after{background:#f4ffcd94;content:"";height:86%;left:48%;position:absolute;top:7%;transform:rotate(3deg);width:1px}.leaf-one{--leaf-h: 76px;--leaf-opacity: .86;--leaf-rotate: 43deg;--leaf-w: 17px;--leaf-x: 30%;--leaf-y: 10%}.leaf-two{--leaf-delay: -1.2s;--leaf-duration: 7.4s;--leaf-h: 96px;--leaf-opacity: .88;--leaf-rotate: 58deg;--leaf-w: 21px;--leaf-x: 36%;--leaf-y: 32%}.leaf-three{--leaf-blur: .55px;--leaf-delay: -2.4s;--leaf-duration: 7.1s;--leaf-h: 54px;--leaf-opacity: .5;--leaf-rotate: 64deg;--leaf-w: 14px;--leaf-x: -20%;--leaf-y: 3%}.leaf-four{--leaf-blur: .75px;--leaf-delay: -3.1s;--leaf-duration: 6.3s;--leaf-h: 42px;--leaf-opacity: .42;--leaf-rotate: -66deg;--leaf-skew: 7deg;--leaf-w: 11px;--leaf-x: -8%;--leaf-y: 39%}.leaf-five{--leaf-blur: .65px;--leaf-delay: -4s;--leaf-duration: 8s;--leaf-h: 44px;--leaf-opacity: .36;--leaf-rotate: 74deg;--leaf-w: 11px;--leaf-x: 8%;--leaf-y: -32%}.hero-orbit{aspect-ratio:1;left:37%;margin:0;position:absolute;right:auto;top:51%;transform:translate(-50%,-50%);width:min(640px,44vw)}@media(min-width:1600px){.hero-product{--hero-leaf-center-x: 47%}.hero-orbit{left:47%}.hero-ground{left:52%}}@media(min-width:1900px){.hero-product{--hero-leaf-center-x: 52%}.hero-orbit{left:52%}.hero-ground{left:56%}}.hero-orbit-ring,.hero-orbit-track{border-radius:50%;top:0;right:0;bottom:0;left:0;position:absolute}.hero-orbit-ring{background:radial-gradient(circle,#ffffff1a 0,#ffffff1a 43%,#fff0 44%),conic-gradient(from 318deg,#ffde17e6,#fff7d080,#ffffff3d,#f265226b,#ffde17e6);mask:radial-gradient(circle,transparent 63.2%,#000 63.7%,#000 64.3%,transparent 64.8%);opacity:.88}.hero-orbit-ring:before,.hero-orbit-ring:after,.hero-orbit-track:before,.hero-orbit-track:after{border-radius:50%;content:"";pointer-events:none;position:absolute}.hero-orbit-ring:before{border:1px solid rgba(255,255,255,.18);top:8%;right:8%;bottom:8%;left:8%}.hero-orbit-ring:after{background:radial-gradient(circle,#fff 0,#fff 5px,#fff0 6px) 72% 5% / 18px 18px no-repeat,radial-gradient(circle,#ffee99fa 0,#ffee99fa 6px,#fff0 7px) 11% 22% / 22px 22px no-repeat,radial-gradient(circle,#ffffffe6 0,#ffffffe6 5px,#fff0 6px) 92% 46% / 18px 18px no-repeat,radial-gradient(circle,#ffffffc7 0,#ffffffc7 5px,#fff0 6px) 13% 68% / 18px 18px no-repeat;animation:hero-orbit-sparks-travel 18s linear infinite;top:-2%;right:-2%;bottom:-2%;left:-2%;transform-origin:center;will-change:transform}.hero-orbit-track{background:radial-gradient(circle,#ffffff38,#ffffff14 43%,#fff0 70%);transform:scale(.76)}.hero-orbit-track:before{border:1px solid rgba(255,235,153,.28);top:-16%;right:-16%;bottom:-16%;left:-16%}.hero-orbit-track:after{background:radial-gradient(circle,#ffffff29,#fff0 62%);top:9%;right:9%;bottom:9%;left:9%}.hero-orbit-item{align-items:center;background:transparent;color:#ffffffc7;display:inline-flex;height:70px;justify-content:center;left:var(--orbit-x);opacity:1;padding:0;pointer-events:auto;position:absolute;top:var(--orbit-y);transform:translate(-50%,-50%);width:70px;z-index:5}.hero-orbit-dot{align-items:center;background:#4c633deb;border-radius:50%;box-shadow:inset 0 0 0 2px #ffeeaa47;color:#fff4cde6;display:inline-flex;height:64px;justify-content:center;outline:0;outline-offset:0;transition:background .28s ease,box-shadow .28s ease,color .28s ease,outline-color .28s ease,outline-offset .28s ease,transform .28s ease;width:64px}.hero-orbit-label{color:#ffffffdb;display:grid;gap:3px;position:absolute;text-shadow:0 1px 3px rgba(3,22,12,.55),0 2px 14px rgba(3,22,12,.6);top:50%;transform:translateY(-50%);transition:color .28s ease,opacity .28s ease,transform .28s ease;width:124px}.hero-orbit-label strong{color:#fff;font-size:18px;line-height:1.05}.hero-orbit-label small{font-size:13px;font-weight:700;line-height:1.28}.hero-orbit-item.label-left .hero-orbit-label{right:calc(100% + 12px);text-align:right}.hero-orbit-item.label-right .hero-orbit-label{left:calc(100% + 12px)}.hero-orbit-item:hover .hero-orbit-dot,.hero-orbit-item:focus-visible .hero-orbit-dot,.hero-orbit-item.active .hero-orbit-dot{background:#98741e9e;box-shadow:inset 0 0 0 2px #fff7ca85;color:#fff4bc;outline-color:transparent;outline-offset:0;transform:scale(1.08)}.hero-orbit-item:hover .hero-orbit-label,.hero-orbit-item:focus-visible .hero-orbit-label,.hero-orbit-item.active .hero-orbit-label{color:#fffffff0;opacity:1;transform:translateY(-50%) translate(0)}.hero-orbit-item.active .hero-orbit-dot{animation:none}.hero-orbit-item.active .hero-orbit-label strong{color:#f7d98f}.hero-product-stage{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr);height:min(74vh,720px);left:50%;isolation:isolate;place-items:center;pointer-events:none;position:absolute;top:52%;transform:translate(-50%,-50%);width:min(500px,32vw);z-index:4}.hero-product-stage:before{background:radial-gradient(circle,#fffadc29 0,#fffadc29 34%,#fff1b314 48%,#fff0 70%);border:1px solid rgba(255,245,197,.18);border-radius:50%;content:"";filter:blur(.2px);grid-area:1 / 1;height:min(60vh,560px);pointer-events:none;transform:translate(2%,-2%);width:min(60vh,560px);z-index:0}.hero-product-stage:after{content:none}.hero-product-glow{align-self:center;background:radial-gradient(circle,#fff4c033 0,#fff4c033 24%,#ffde171f 42%,#fff0 70%);border:1px solid rgba(255,249,210,.15);border-radius:50%;display:block;filter:blur(.4px);grid-area:1 / 1;height:min(52vh,500px);justify-self:center;opacity:.82;pointer-events:none;transform:translate(4%);width:min(52vh,500px);z-index:1}.hero-product-base,.hero-product-base-two{align-self:end;border-radius:50%;display:block;grid-area:1 / 1;height:82px;justify-self:center;pointer-events:none;transform:translate(5%,34%) rotate(-3deg);width:min(460px,31vw);z-index:2}.hero-product-base-one{background:radial-gradient(ellipse at center,#fff8cc47 0,#fff8cc47 10%,#ffde171a 28%,#fff0 62%);border:0;box-shadow:0 0 24px #ffde172e;position:relative}.hero-product-base-one:after{content:none}.hero-product-base-two{background:radial-gradient(circle,#fff8cdb3 0,#fff8cdb3 3px,#fff0 4px) 18% 52% / 30px 30px no-repeat,radial-gradient(circle,#fff8cd94 0,#fff8cd94 2px,#fff0 3px) 62% 46% / 24px 24px no-repeat,radial-gradient(circle,#fff8cd7a 0,#fff8cd7a 2px,#fff0 3px) 78% 58% / 22px 22px no-repeat;filter:blur(.2px);height:138px;opacity:.76;transform:translate(14%,42%) rotate(-11deg);width:min(560px,37vw)}.hero-ground,.hero-orbit-ring,.hero-orbit-track,.hero-product-stage:before,.hero-product-glow,.hero-product-base{display:none}.hero-pack{filter:drop-shadow(0 22px 22px rgba(4,27,16,.2));grid-area:1 / 1;height:min(58vh,560px);object-fit:contain;object-position:center bottom;mix-blend-mode:normal;opacity:0;position:relative;transform:translateY(34px) rotate(-5deg) scale(.94);transition:opacity .12s ease,transform .54s cubic-bezier(.2,.8,.2,1),visibility .24s ease;visibility:hidden;width:min(390px,26vw);z-index:3}.hero-pack.active{animation:none;opacity:1;transform:translateY(8px) rotate(-3deg) scale(1);visibility:visible}.hero-active-copy{bottom:clamp(42px,5vw,62px);color:#fff;display:none;gap:5px;position:absolute;right:clamp(0px,2vw,22px);text-align:right;text-shadow:0 2px 18px rgba(3,43,24,.42);z-index:4}.hero-active-copy span{color:#ffffffb8;font-family:var(--font-condensed);font-size:20px;font-weight:800}.hero-active-copy strong{color:#fff;font-size:24px;line-height:1}.hero-active-copy small{color:#ffffffbf;font-size:13px;font-weight:800;line-height:1.32;max-width:210px}@keyframes hero-pack-float{0%,to{transform:translateY(24px) rotate(-7deg) scale(1)}50%{transform:translateY(-18px) rotate(-5.5deg) scale(1.018)}}@keyframes hero-orbit-sparks-travel{0%{opacity:.72;transform:rotate(0)}35%{opacity:.98}70%{opacity:.62}to{opacity:.72;transform:rotate(360deg)}}@keyframes hero-ground-neon-breathe{0%,to{filter:drop-shadow(0 0 3px rgba(255,238,172,.34)) drop-shadow(0 0 16px rgba(255,222,23,.26));opacity:.92}34%,54%{filter:drop-shadow(0 0 1px rgba(255,238,172,.12)) drop-shadow(0 0 5px rgba(255,222,23,.08));opacity:.28}76%{filter:drop-shadow(0 0 6px rgba(255,247,202,.72)) drop-shadow(0 0 26px rgba(255,222,23,.48));opacity:1}}@keyframes hero-ground-trails-breathe{0%,to{filter:drop-shadow(0 0 3px rgba(255,244,194,.28)) drop-shadow(0 0 14px rgba(255,222,23,.2));opacity:.82}34%,54%{filter:drop-shadow(0 0 1px rgba(255,244,194,.1)) drop-shadow(0 0 5px rgba(255,222,23,.07));opacity:.24}76%{filter:drop-shadow(0 0 6px rgba(255,247,202,.62)) drop-shadow(0 0 24px rgba(255,222,23,.42));opacity:.95}}@keyframes hero-ground-line-shimmer{0%,to{opacity:.92}42%{opacity:.38}76%{opacity:1}}@keyframes hero-ground-pulse{0%,to{opacity:.98;transform:translate(5%,34%) rotate(-3deg) scale(1.08);box-shadow:0 0 40px #ffde1770,0 0 0 16px #ffde1714,inset 0 0 26px #ffffff47}18%,82%{opacity:.58;transform:translate(5%,34%) rotate(-3deg) scale(.92);box-shadow:0 0 16px #ffde1729,0 0 #ffde1700,inset 0 0 12px #ffffff1f}50%{opacity:.38;transform:translate(5%,34%) rotate(-3deg) scale(.86)}}@keyframes hero-ground-streak{0%,to{opacity:1;transform:translate(14%,42%) rotate(-11deg) scaleX(1.08)}18%,82%{opacity:.52;transform:translate(14%,42%) rotate(-11deg) scaleX(.9)}50%{opacity:.34;transform:translate(14%,42%) rotate(-11deg) scaleX(.84)}}@keyframes hero-dot-pulse{0%,to{outline-offset:7px}50%{outline-offset:12px}}@keyframes hero-grain-float{0%,to{translate:0 0}50%{translate:0 -13px}}@keyframes hero-leaf-drift{0%,to{translate:0 0}50%{translate:-7px -15px}}.stats-band{background:#fff;border-bottom:1px solid var(--line);border-top:1px solid var(--line)}.stats-grid{display:grid;gap:0;grid-template-columns:repeat(4,1fr)}.stat{align-items:center;border-left:1px solid var(--line);display:flex;gap:16px;min-height:132px;padding:28px}.stat:last-child{border-right:1px solid var(--line)}.stat-icon{color:var(--red-600);flex:0 0 auto}.stat strong{color:var(--green-950);display:block;font-family:var(--font-condensed);font-size:31px;line-height:1}.stat-label{color:var(--ink);font-size:14px;font-weight:800;margin-top:5px}.stat-detail,.cat{color:var(--muted);font-size:13px;margin-top:4px}.about-grid,.partners-grid,.detail-grid,.newsletter-grid{display:grid;gap:56px;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.about-copy{align-self:center}.about-copy p{margin:20px 0 28px;max-width:620px}.about-visual{position:relative}.about-photo{aspect-ratio:5 / 4;background:var(--soft);border-radius:var(--radius);overflow:hidden}.about-photo img{height:100%;object-fit:cover;width:100%}.product-story-section{background:#fff;height:calc((var(--story-count) + .9) * 76vh);min-height:760px;position:relative}.product-story-stage{align-items:center;display:flex;min-height:calc(100vh - var(--header-h));overflow:hidden;position:sticky;top:var(--header-h)}.product-story-inner{display:grid;gap:40px;grid-template-rows:minmax(420px,58vh) auto;justify-items:center;padding:24px 0 44px}.story-rail{height:100%;max-width:1040px;position:relative;width:100%}.story-frame{--step: clamp(140px, 15.5vw, 224px);--base-h: clamp(340px, 52vh, 468px);--lift: 0px;aspect-ratio:.55;background:transparent;cursor:pointer;height:calc(var(--base-h) * var(--hs, 1));left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) translate(calc((var(--i, 0) - (var(--n, 1) - 1) / 2) * var(--step))) translateY(calc(var(--y, 0) * 1px - var(--lift)));transition:transform .5s cubic-bezier(.22,1,.36,1),height .5s cubic-bezier(.22,1,.36,1);width:auto;z-index:1}.story-frame img{filter:grayscale(1) brightness(1.05) contrast(.96) opacity(.9);height:100%;object-fit:contain;transition:filter .5s ease,transform .6s cubic-bezier(.22,1,.36,1);width:100%}.story-frame:hover{--lift: 18px;z-index:6}.story-frame:hover img{filter:grayscale(.1) brightness(1) contrast(1) drop-shadow(0 16px 22px rgba(6,37,21,.16));transform:scale(1.05)}.story-frame.active{--lift: 14px;z-index:5}.story-frame.active img{filter:grayscale(0) contrast(1.04) saturate(1.05) drop-shadow(0 22px 26px rgba(6,37,21,.2));transform:scale(1.04)}.story-copy{display:grid;gap:10px;justify-items:center;max-width:720px;text-align:center}.story-count{color:var(--green-700);font-family:var(--font-brand);font-size:12px;font-weight:800;margin-bottom:-2px}.story-copy h2{color:var(--green-950);font-family:var(--font-brand);font-size:clamp(36px,4.4vw,68px);line-height:.98;max-width:900px}.story-copy p{color:var(--muted);font-size:clamp(16px,1.4vw,19px);line-height:1.55;max-width:600px}.story-meta{align-items:center;color:var(--green-950);display:flex;flex-wrap:wrap;font-size:13px;font-weight:800;gap:12px;justify-content:center;margin-top:4px}.story-meta span{align-items:center;display:inline-flex;gap:12px}.story-meta span+span:before{background:var(--gold);border-radius:50%;content:"";height:6px;width:6px}.story-actions{align-items:center;display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:8px}.muted-link{color:var(--muted)}.story-loader{align-items:center;display:flex;min-height:520px}.carousel{align-items:center;display:grid;gap:18px;grid-template-columns:44px minmax(0,1fr) 44px}.carousel-track{display:grid;gap:18px;grid-auto-columns:minmax(250px,1fr);grid-auto-flow:column;overflow-x:auto;padding:8px 2px 18px;scroll-snap-type:x mandatory}.carousel-track::-webkit-scrollbar{height:8px}.carousel-track::-webkit-scrollbar-thumb{background:#12221a2e;border-radius:999px}.product-card,.recipe-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);color:var(--ink);overflow:hidden;scroll-snap-align:start;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.product-card-link{color:inherit;display:block;text-decoration:none}.product-card-link:focus-visible{outline:2px solid rgba(242,101,34,.42);outline-offset:6px}.product-card:hover,.recipe-card:hover{border-color:#1052316b;box-shadow:0 18px 50px #0625151a;transform:translateY(-4px)}.product-card--flip{background:transparent;border:0;overflow:visible;perspective:1200px}.product-card--flip:hover{box-shadow:none;transform:none}.product-card-flip{display:grid;min-height:100%;transform-style:preserve-3d;transition:transform .5s cubic-bezier(.22,1,.36,1)}.product-card--flip:hover .product-card-flip,.product-card--flip:focus-within .product-card-flip{transform:rotateY(180deg)}.product-card-face{backface-visibility:hidden;background:#fff;border:1px solid var(--line);border-radius:var(--radius);color:#000;display:grid;grid-area:1 / 1;overflow:hidden}.product-card-front{grid-template-rows:auto 1fr}.product-card-front .round-arrow{background:transparent;border-radius:0;color:var(--brand-orange);height:auto;width:auto}.product-card-front .round-arrow:hover{background:transparent}.product-card-back{background:var(--flip-bg, var(--brand-green));color:var(--flip-fg, #fff);gap:20px;grid-template-rows:auto auto 1fr auto;padding:28px;position:relative;transform:rotateY(180deg)}.product-card-back:before{background:var(--flip-line, var(--brand-orange));content:"";display:block;height:2px;width:34px}.product-card-back h3{color:var(--flip-fg, #fff);font-family:var(--font-brand);font-size:clamp(26px,2.2vw,34px);font-style:italic;font-weight:600;letter-spacing:0;line-height:1.12}.product-card-facts{align-self:start;display:grid;align-content:start;gap:9px;margin-top:clamp(18px,3vw,40px)}.product-card-facts p{color:var(--flip-fg, #fff);font-family:var(--font-body);font-size:15px;font-weight:500;line-height:1.35;margin:0}.product-card-facts span{color:var(--flip-fg, #fff);font-weight:500}.product-card-back__link{align-items:center;color:var(--flip-fg, #fff);display:flex;font-family:var(--font-body);font-size:17px;font-weight:500;gap:12px;justify-content:flex-end;margin-top:auto;min-height:52px;padding:16px 20px 10px;place-self:end;position:relative;text-decoration:none}.product-card-back__link:before,.product-card-back__link:after{content:"";pointer-events:none;position:absolute}.product-card-back__link:before{background:linear-gradient(var(--flip-line, currentColor),var(--flip-line, currentColor)) left bottom / 100% 2px no-repeat;top:0;right:0;bottom:0;left:0;opacity:.86;transform:scaleX(.92);transform-origin:center bottom;transition:opacity .18s ease,transform .28s ease}.product-card-back__link:after{background:var(--flip-line, currentColor);bottom:0;height:2px;left:12px;opacity:0;right:12px;transform:scaleX(.18);transform-origin:center;transition:opacity .18s ease,transform .28s ease}.product-card-back__link svg{color:var(--flip-fg, #fff);flex:0 0 auto;height:18px;transform:rotate(0);transform-origin:center;transition:transform .32s cubic-bezier(.22,1,.36,1);width:18px}.product-card--flip:hover .product-card-back__link svg,.product-card--flip:focus-within .product-card-back__link svg{transform:translate(4px) rotate(45deg)}.product-card--flip:hover .product-card-back__link:before,.product-card--flip:focus-within .product-card-back__link:before{opacity:1;transform:scaleX(1)}.product-card--flip:hover .product-card-back__link:after,.product-card--flip:focus-within .product-card-back__link:after{opacity:1;transform:scaleX(1)}.grid-products .product-card-link:nth-child(4n+1) .product-card-back,.grid-products>.product-card:nth-child(4n+1) .product-card-back{--flip-bg: var(--brand-green);--flip-fg: #fff;--flip-muted: rgba(255, 255, 255, .78);--flip-line: var(--brand-orange)}.grid-products .product-card-link:nth-child(4n+2) .product-card-back,.grid-products>.product-card:nth-child(4n+2) .product-card-back{--flip-bg: var(--brand-yellow);--flip-fg: var(--brand-green);--flip-muted: rgba(5, 84, 46, .72);--flip-line: var(--brand-orange)}.grid-products .product-card-link:nth-child(4n+3) .product-card-back,.grid-products>.product-card:nth-child(4n+3) .product-card-back{--flip-bg: var(--brand-orange);--flip-fg: #fff;--flip-muted: rgba(255, 255, 255, .82);--flip-line: var(--brand-yellow)}.grid-products .product-card-link:nth-child(4n) .product-card-back,.grid-products>.product-card:nth-child(4n) .product-card-back{--flip-bg: var(--brand-green-secondary);--flip-fg: #fff;--flip-muted: rgba(255, 255, 255, .78);--flip-line: var(--brand-yellow)}.product-media{align-items:center;aspect-ratio:1 / 1;background:#fff;display:flex;justify-content:center;overflow:hidden;padding:28px;position:relative}.product-media img{filter:drop-shadow(0 20px 20px rgba(6,37,21,.18));max-height:100%;object-fit:contain;transition:transform .28s ease}.product-badge{background:var(--red-600);border-radius:999px;color:#fff;font-size:12px;font-weight:800;left:16px;padding:7px 10px;position:absolute;top:16px}.product-body{align-items:center;background:transparent;display:flex;justify-content:space-between;min-height:108px;padding:20px}.product-body h3,.recipe-body h3{font-family:var(--font-body);font-size:18px;line-height:1.25}.product-card-front-copy{min-width:0}.product-card-mobile-facts{display:none}.grid-products,.grid-recipes,.recipe-grid{display:grid;gap:22px;grid-template-columns:repeat(4,minmax(0,1fr))}.recipe-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.recipe-media{aspect-ratio:4 / 3;background:var(--soft);overflow:hidden}.recipe-media img{height:100%;object-fit:cover;transition:transform .22s ease;width:100%}.recipe-card:hover .recipe-media img{transform:scale(1.035)}.recipe-body{display:grid;gap:16px;padding:18px}.recipe-meta,.recipe-meta span,.recipe-uses,.detail-chip{align-items:center;display:flex}.recipe-meta{color:var(--muted);flex-wrap:wrap;gap:12px;font-size:13px}.recipe-meta span,.detail-chip{gap:6px}.recipe-uses{border-top:1px solid var(--line);gap:10px;padding-top:14px}.recipe-uses small{color:var(--muted);display:block;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.recipe-uses strong{display:block;font-size:13px;margin-top:2px}.thumb{background:var(--soft);border-radius:50%;height:42px;object-fit:contain;padding:4px;width:42px}.flip-card{align-content:space-between;background:var(--green-950);border-radius:var(--radius);color:#fff;display:grid;min-height:100%;padding:22px}.flip-card p{color:#ffffffc7;line-height:1.55;margin-top:18px}.logo-strip{display:flex;flex-wrap:wrap;gap:10px}.logo-chip{background:#fff;border:1px solid var(--line);border-radius:var(--radius);color:var(--green-950);font-size:14px;font-weight:800;padding:13px 16px}.page-hero{background:var(--green-950);color:#fff;padding:84px 0}.page-hero h1{color:#fff;font-size:clamp(42px,7vw,82px);max-width:860px}.page-hero p{color:#ffffffb8;margin-top:18px;max-width:720px}.filter-bar{align-items:center;display:flex;flex-wrap:wrap;column-gap:clamp(18px,2.8vw,34px);row-gap:14px;margin-bottom:clamp(38px,5vw,58px)}.filter-pill{background:transparent;border:0;border-radius:0;color:#05542eb8;font-family:var(--font-body);font-size:24px;font-weight:800;min-height:0;padding:6px 0 11px;position:relative;transition:color .18s ease}.filter-pill:before{display:none}.filter-pill.active,.filter-pill:hover{background:transparent;color:var(--green-950)}.filter-pill.active:after{background:var(--red-600);bottom:0;content:"";height:3px;inset-inline:0;pointer-events:none;position:absolute;border-radius:999px}.filter-pill:focus-visible{outline:2px solid rgba(242,101,34,.42);outline-offset:5px}.product-banner-hero{align-items:center;display:flex;aspect-ratio:1930 / 757;height:auto;justify-content:center;margin-top:calc(var(--header-h) * -1);overflow:visible;position:relative;width:100%;z-index:auto}.product-banner-hero:after{background:linear-gradient(180deg,#00000057,#00000029 34%,#0000000f);content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute;z-index:2}.product-banner-hero__image{display:block;height:100%;top:0;right:0;bottom:0;left:0;object-fit:cover;object-position:center bottom;position:absolute;width:100%;z-index:0}.product-banner-hero__accents{top:0;right:0;bottom:0;left:0;overflow:visible;pointer-events:none;position:absolute;z-index:auto}.product-banner-accent{--accent-from-rotation: 0deg;--accent-from-x: 0px;--accent-from-y: 36px;--accent-rotation: 0deg;filter:drop-shadow(0 4px 4px rgba(75,45,22,.16));height:auto;opacity:0;position:absolute;transform:translate3d(var(--accent-from-x),var(--accent-from-y),0) rotate(calc(var(--accent-rotation) + var(--accent-from-rotation))) scale(.86);transform-origin:center;-webkit-user-select:none;user-select:none;will-change:opacity,transform;z-index:3}.product-banner-hero__accents.is-animated .product-banner-accent{animation:product-banner-accent-in 2.8s cubic-bezier(.16,1,.3,1) both;animation-delay:var(--accent-delay, .18s)}.product-banner-accent--garlic{--accent-from-rotation: -12deg;--accent-from-x: -240px;--accent-from-y: 0px;bottom:15.5%;filter:drop-shadow(0 6px 5px rgba(68,42,22,.21));left:4.5%;width:10.5%}.product-banner-accent--bay-leaves{--accent-from-rotation: -12deg;--accent-from-x: 0px;--accent-from-y: 180px;bottom:12%;filter:drop-shadow(0 4px 3px rgba(68,42,22,.18));left:35.8%;width:11.5%}.product-banner-accent--parsley{--accent-from-rotation: 12deg;--accent-from-x: 0px;--accent-from-y: -180px;bottom:10%;filter:drop-shadow(0 4px 3px rgba(48,38,18,.18));left:61.8%;width:9.5%}.product-banner-accent--peppercorns{--accent-from-rotation: 10deg;--accent-from-x: 190px;--accent-from-y: 0px;filter:drop-shadow(0 2px 2px rgba(45,28,14,.2));left:69.2%;top:25%;width:4.2%}.product-banner-accent--tomato{--accent-from-rotation: 8deg;--accent-from-x: 170px;--accent-from-y: -90px;--accent-rotation: 65deg;filter:saturate(.68) brightness(.92) sepia(.08) drop-shadow(0 5px 4px rgba(68,42,22,.2));right:calc(4.5% - 48px);top:8%;width:12.5%}.product-banner-accent--red-pepper{--accent-from-rotation: -18deg;--accent-from-x: 0px;--accent-from-y: 170px;--accent-rotation: 30deg;filter:saturate(.78) brightness(.9) drop-shadow(0 4px 3px rgba(68,42,22,.18));left:37.5%;top:19%;width:6.4%}.product-banner-accent--wooden-spoon{--accent-from-rotation: 7deg;--accent-from-x: 260px;--accent-from-y: 150px;--accent-rotation: -8deg;bottom:-2%;filter:none;right:-2.7%;width:27.7%;opacity:1;z-index:5}.product-banner-hero__accents.is-animated .product-banner-accent--wooden-spoon{animation-name:product-banner-spoon-in}@media(max-width:1024px){.product-banner-hero{aspect-ratio:auto;height:clamp(408px,calc(480px - 6vw),442px)}.product-banner-accent--garlic{bottom:14%;left:3%;width:clamp(80px,12.5vw,110px)}.product-banner-accent--bay-leaves{left:33.5%;width:clamp(80px,13vw,115px)}.product-banner-accent--parsley{left:60.5%;width:clamp(70px,11vw,100px)}.product-banner-accent--peppercorns{left:73%;top:29%;width:clamp(30px,4.8vw,45px)}.product-banner-accent--tomato{left:51%;right:auto;top:10%;width:clamp(82px,13vw,120px)}.product-banner-accent--red-pepper{left:31%;top:30%;width:clamp(42px,6.6vw,64px)}.product-banner-accent--wooden-spoon{bottom:1%;right:-5%;width:clamp(186px,29vw,270px)}}@media(max-width:640px){.product-banner-hero{height:calc(clamp(290px,82vw,370px) + var(--header-h))}.product-banner-hero__image{object-position:52% center}.product-banner-accent--garlic{bottom:18%;left:1%;width:clamp(48px,16vw,70px)}.product-banner-accent--bay-leaves{bottom:20%;left:31%;width:clamp(42px,14vw,62px)}.product-banner-accent--parsley{bottom:22%;left:51%;top:auto;width:clamp(44px,14vw,64px)}.product-banner-accent--peppercorns{left:77%;top:35%;width:clamp(18px,6vw,30px)}.product-banner-accent--tomato{left:49%;right:auto;top:clamp(36px,10vw,46px);width:clamp(52px,17vw,78px)}.product-banner-accent--red-pepper{left:29%;top:38%;width:clamp(28px,9.5vw,46px)}.product-banner-accent--wooden-spoon{bottom:18%;right:-9%;width:clamp(132px,41vw,190px)}}.article-guide-page{padding-bottom:clamp(56px,6vw,96px);padding-top:20px}.article-guide-topbar{align-items:center;display:flex;justify-content:space-between;margin-bottom:28px;min-height:52px}.article-guide-category,.article-guide-section-tag{align-items:center;color:var(--brand-green-secondary);display:inline-flex;font-size:16px;font-weight:600;gap:14px;letter-spacing:.24em;line-height:1;text-transform:uppercase}.article-guide-category:before,.article-guide-section-tag:before{background:var(--brand-orange);content:"";display:block;height:2px;width:40px}.article-guide-back-link{flex:0 0 auto}.article-guide-hero{aspect-ratio:16 / 9;overflow:hidden;width:100%}.article-guide-hero img,.article-guide-closing-image img,.article-guide-leader-banner>img{height:100%;object-fit:cover;width:100%}.article-guide-header{margin-top:clamp(36px,4.5vw,72px);max-width:1100px}.article-guide-header h1{color:var(--brand-green);font-family:var(--font-brand);font-size:clamp(48px,5.5vw,86px);font-weight:700;letter-spacing:-.045em;line-height:.98;max-width:1050px}.article-guide-header>p{color:#000;font-size:clamp(20px,1.55vw,26px);line-height:1.45;margin-top:28px;max-width:920px}.article-guide-content{margin-top:clamp(52px,7vw,112px)}.article-guide-intro{border-left:3px solid var(--brand-orange);display:grid;gap:10px;margin-bottom:clamp(60px,7vw,110px);max-width:1180px;padding-left:clamp(24px,3vw,48px)}.article-guide-content p,.article-guide-fact p,.article-guide-leader-copy p{color:#000;font-family:var(--font-body);font-size:20px;font-weight:400;line-height:1.5}.article-guide-chapter{border-top:1px solid rgba(5,84,46,.2);display:grid;gap:clamp(24px,4vw,72px);grid-template-columns:82px minmax(0,1fr);padding:clamp(42px,5vw,76px) 0}.article-guide-chapter-number{color:var(--brand-orange);font-family:"Textile",var(--font-brand);font-size:24px;font-weight:600;padding-top:8px}.article-guide-chapter h2,.article-guide-takeaway h2,.article-guide-leader-copy h2{color:var(--brand-green);font-family:var(--font-brand);font-size:clamp(34px,3.3vw,52px);font-weight:700;letter-spacing:-.025em;line-height:1.06;max-width:1050px}.article-guide-chapter p{margin-top:10px;max-width:none}.article-guide-tip{background:var(--brand-green);color:#fff;display:grid;gap:24px;grid-template-columns:180px minmax(0,1fr);margin:clamp(50px,6vw,96px) 0;padding:clamp(34px,4.2vw,68px)}.article-guide-tip span{color:var(--brand-yellow);font-size:16px;font-weight:600;letter-spacing:.22em;text-transform:uppercase}.article-guide-tip p{color:#fff;font-family:var(--font-brand);font-size:clamp(28px,3vw,46px);font-weight:600;line-height:1.1}.article-guide-takeaway{background:#f4f0e8;padding:clamp(42px,6vw,92px)}.article-guide-takeaway h2{margin-top:30px}.article-guide-takeaway p{margin-top:14px;max-width:1050px}.product-discover-footer{display:flex;justify-content:flex-end;margin-top:8px}.article-guide-products.product-discover-slider{padding-bottom:clamp(48px,6vw,88px);padding-top:clamp(54px,7vw,105px)}.article-guide-products .product-discover-heading h2{max-width:760px}.article-guide-facts{padding:clamp(58px,7vw,110px) 0}.article-guide-facts-grid{display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:38px}.article-guide-fact{align-items:flex-start;border-top:2px solid var(--brand-orange);display:flex;gap:18px;padding:26px 12px 10px 0}.article-guide-fact svg{color:var(--brand-green);flex:0 0 auto;margin-top:3px}.article-guide-leader-banner{aspect-ratio:2.65 / 1;margin-top:clamp(60px,8vw,126px);overflow:hidden;position:relative}.article-guide-leader-copy{left:clamp(30px,5vw,84px);max-width:520px;position:absolute;top:50%;transform:translateY(-50%);width:42%}.article-guide-leader-copy>span{color:var(--brand-orange);font-size:15px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.article-guide-leader-copy h2{font-size:clamp(32px,3.4vw,56px);margin-top:16px}.article-guide-leader-copy p{margin-top:16px}.article-guide-disclaimer{color:#4c4c4c;font-size:12px;line-height:1.5;margin-top:16px;max-width:1100px}.article-guide-closing-image{aspect-ratio:16 / 8;margin-top:clamp(54px,7vw,110px);overflow:hidden}@media(max-width:900px){.article-guide-facts-grid{grid-template-columns:1fr}.article-guide-leader-banner{aspect-ratio:auto;background:#f4f0e8;display:grid}.article-guide-leader-banner>img{aspect-ratio:16 / 8;object-position:70% center}.article-guide-leader-copy{max-width:none;padding:34px;position:static;transform:none;width:auto}}@media(max-width:640px){.article-guide-topbar{align-items:flex-start;gap:20px}.article-guide-category,.article-guide-section-tag{font-size:13px;letter-spacing:.17em}.article-guide-category:before,.article-guide-section-tag:before{width:28px}.article-guide-hero{aspect-ratio:4 / 3}.article-guide-chapter{gap:12px;grid-template-columns:1fr}.article-guide-tip{grid-template-columns:1fr}.article-guide-takeaway{padding-inline:24px}.article-guide-content p,.article-guide-fact p,.article-guide-leader-copy p{font-size:18px}.article-guide-closing-image{aspect-ratio:4 / 3}}@keyframes product-banner-accent-in{0%{opacity:0;transform:translate3d(var(--accent-from-x),var(--accent-from-y),0) rotate(calc(var(--accent-rotation) + var(--accent-from-rotation))) scale(.86)}72%{opacity:1;transform:translateZ(0) rotate(var(--accent-rotation)) scale(1.025)}to{opacity:1;transform:translateZ(0) rotate(var(--accent-rotation)) scale(1)}}@keyframes product-banner-spoon-in{0%{opacity:1;transform:translate3d(var(--accent-from-x),var(--accent-from-y),0) rotate(calc(var(--accent-rotation) + var(--accent-from-rotation))) scale(.86)}72%{opacity:1;transform:translateZ(0) rotate(var(--accent-rotation)) scale(1.025)}to{opacity:1;transform:translateZ(0) rotate(var(--accent-rotation)) scale(1)}}@media(prefers-reduced-motion:reduce){.product-banner-accent{animation:none;opacity:1;transform:rotate(var(--accent-rotation))}}.product-filter-bar{align-items:center;justify-content:space-between;width:100%}.product-filter-bar .filter-pill{font-size:16px;letter-spacing:.04em;text-transform:uppercase}.product-filter-bar .filter-pill.active:after{background:var(--red-600);height:3px}.products-list-section{background:#fff;font-family:var(--font-body);margin-top:-55px;position:relative;z-index:4}.products-list-section .grid-products{gap:14px;grid-template-columns:repeat(4,284.5px);justify-content:center}.product-category-stack{display:grid;gap:clamp(44px,6vw,78px)}.product-family-group{display:grid;gap:28px;scroll-margin-top:calc(var(--header-h, 76px) + 20px)}.product-family-head{align-items:end;border-bottom:0;display:flex;gap:18px;justify-content:space-between;padding-bottom:14px}.product-family-head span{align-items:center;color:var(--brand-orange);display:inline-flex;font-family:var(--font-brand);font-size:40px;font-style:normal;font-weight:400;gap:.6em;letter-spacing:0;line-height:1;text-transform:none}.product-family-head span:before{content:none}.product-family-head h2{font-family:var(--font-body);font-size:clamp(30px,4vw,54px);font-weight:800;letter-spacing:0}.products-list-section .product-card{background:transparent;border:0;border-radius:0;box-shadow:none;height:100%;width:100%;transform:none;transition:none}.products-list-section .product-card-link{height:380px;width:284.5px}.products-list-section .product-card-flip{height:100%;width:100%}.products-list-section .product-card-link{background:#fff;border:0;border-radius:2px;box-shadow:0 14px 28px #143a3008,0 3px 10px #00000005!important;overflow:visible;transition:border-color .24s ease,box-shadow .24s ease}.products-list-section .product-card-link:hover,.products-list-section .product-card-link:focus-visible{box-shadow:0 18px 38px #143a300b,0 5px 14px #00000006!important}.products-list-section .product-card:hover{border-color:transparent;box-shadow:none;transform:none}.products-list-section .product-card-face{border:0;border-radius:0;box-shadow:none;height:100%}.products-list-section .product-card-front{background:#fff;grid-template-rows:minmax(0,1fr) 92px}.products-list-section .product-media{align-items:flex-end;aspect-ratio:auto;background:#fff;height:100%;overflow:hidden;padding:8px 8px 22px}.products-list-section .product-media img{filter:none;height:86%;max-height:86%;max-width:92%;transform:translateY(8%) scale(1.15);transform-origin:center bottom;width:92%}.products-list-section .product-badge{font-family:var(--font-body);font-weight:800;letter-spacing:0}.products-list-section .product-body h3{color:#000;font-family:var(--font-body);font-weight:500;letter-spacing:0}.products-list-section .product-body{min-height:92px;padding:18px 20px 14px}.products-list-section .product-card-back{align-content:center;gap:12px;grid-template-rows:auto auto auto auto;justify-items:center;padding:24px 22px;text-align:center}.products-list-section .product-card-back:before{content:none}.products-list-section .product-card-back h3{font-size:clamp(23px,1.72vw,29px);line-height:1.08;max-width:12ch;transform:translateY(45px)}.products-list-section .product-card-facts{align-content:center;gap:7px;justify-items:center;margin-top:2px}.products-list-section .product-card-facts p{font-size:13px;line-height:1.28}.products-list-section .product-card-back__link{justify-content:center;font-size:14px;gap:6px;margin-top:6px;place-self:center}.products-list-section .product-card-back__link svg{height:15px;width:15px}@media(hover:hover){.products-list-section .product-card-back h3{transform:translateY(-19px)}.products-list-section .product-card-back__link{transform:translateY(64px)}}.products-list-section .cat{color:#000;font-family:var(--font-body);font-weight:500;letter-spacing:0}.detail-media{align-items:center;aspect-ratio:1 / 1;background:var(--soft);border-radius:var(--radius);display:flex;justify-content:center;overflow:hidden;padding:42px}.detail-media img{max-height:100%;object-fit:contain}.recipe-detail-grid{gap:0;grid-template-columns:minmax(0,1fr)}.recipe-detail-page--without-image .recipe-detail-copy{margin-top:clamp(36px,6vw,84px)}.recipe-detail-page--without-image .recipe-detail-copy>.section-heading{max-width:900px}.recipe-detail-page{padding-bottom:15px;padding-top:20px}.recipe-detail-page .prose{font-size:20px}.recipe-detail-page p{line-height:1.5}.recipe-detail-page .recipe-detail-preparation p,.recipe-detail-page .recipe-detail-preparation .faq-item p{color:#000}.recipe-detail-page .recipe-detail-preparation :is(p,li){color:#000;font-family:var(--font-body);font-size:20px;font-weight:400;line-height:1.5}.recipe-detail-page .prose p+p{margin-top:20px}.recipe-detail-topbar{align-items:center;display:flex;justify-content:space-between;margin-bottom:28px}.recipe-detail-topbar .breadcrumb{margin-left:auto;margin-bottom:0}.recipe-detail-all-link{--btn-line-color: var(--brand-orange);color:var(--brand-green)}.recipe-detail-all-link:hover{color:var(--brand-orange)}.recipe-detail-category{align-items:center;color:var(--green-900);display:inline-flex;font-size:16px;font-weight:700;gap:.6em;letter-spacing:.18em;transform:translateY(8px);text-transform:uppercase}.recipe-detail-category:before{background:var(--brand-orange);border-radius:2px;content:"";height:2px;width:26px}.recipe-detail-copy{display:flex;flex-direction:column;margin-top:40px}.recipe-detail-chips{margin:20px 0 0}.recipe-detail-preparation{margin-top:40px}.recipe-section-tag{align-items:center;color:var(--green-700);display:inline-flex;font-family:var(--font-body);font-size:16px!important;font-weight:700;gap:.6em;letter-spacing:.18em;line-height:1;text-transform:uppercase}.recipe-section-tag:before{background:var(--brand-orange);border-radius:2px;content:"";flex:0 0 26px;height:2px;width:26px}.recipe-detail-preparation>.recipe-section-tag{margin-bottom:34px}.recipe-detail-preparation-steps .recipe-section-tag{margin-bottom:20px;margin-top:52px}.recipe-detail-page .recipe-detail-preparation-intro{max-width:none}.recipe-detail-page .recipe-detail-preparation-intro+.recipe-detail-preparation-intro{margin-top:38px}.recipe-detail-page .recipe-detail-preparation-intro>h3{margin:0 0 16px}.recipe-detail-page .recipe-detail-preparation .prose figure.attachment{aspect-ratio:16 / 9;display:block;margin:32px 0;overflow:hidden;width:100%}.recipe-detail-page .recipe-detail-preparation .prose figure.attachment>a{display:block;height:100%;width:100%}.recipe-detail-page .recipe-detail-preparation .prose figure.attachment img,.recipe-detail-page .recipe-detail-preparation .prose>img,.recipe-detail-page .recipe-detail-preparation .prose>p>img{aspect-ratio:16 / 9!important;display:block;height:auto!important;object-fit:cover;width:100%!important}.recipe-detail-page .recipe-detail-preparation .prose figure.attachment img{height:100%!important}.recipe-detail-page .recipe-detail-preparation .prose figure.attachment figcaption{display:none}.recipe-detail-info-grid{display:grid;gap:0;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:64px}.recipe-detail-info-grid h3{color:var(--brand-orange);font-family:"Textile",var(--font-brand);font-size:24px;font-weight:600;line-height:1.1}.recipe-detail-page .recipe-detail-info-column,.recipe-detail-info-grid .recipe-detail-ingredients .prose{max-width:none}.recipe-detail-info-grid .recipe-detail-info-column{padding-right:48px}.recipe-detail-info-grid .recipe-detail-ingredients{border-left:1px solid rgba(5,84,46,.18);margin-top:0;padding-left:48px}.recipe-detail-page .recipe-detail-preparation-steps{margin-top:40px;max-width:none}.recipe-detail-preparation-steps h3{margin-bottom:16px;margin-top:0}.recipe-detail-preparation-steps h3:has(.recipe-step-number){align-items:center;display:flex;gap:14px}.recipe-preparation-step{display:flow-root}.recipe-preparation-step+.recipe-preparation-step{margin-top:44px}.recipe-step-number{align-items:center;border:2px solid var(--brand-orange);border-radius:41% 59% 36% 64%/63% 38% 62% 37%;color:var(--brand-orange);display:inline-flex;flex:0 0 44px;font-family:"Textile",var(--font-brand);font-size:26px;font-style:normal;font-weight:400;height:42px;justify-content:center;line-height:1;position:relative;transform:rotate(-6deg)}.recipe-step-number:before,.recipe-step-number:after{content:"";pointer-events:none;position:absolute}.recipe-step-number:before{border:1px solid rgba(242,101,34,.42);border-radius:66% 34% 58% 42%/39% 68% 32% 61%;top:-4px;right:-1px;bottom:-2px;left:-5px;transform:rotate(-9deg)}.recipe-step-number:after{border:1px solid rgba(242,101,34,.68);border-radius:32% 68% 44% 56%/69% 31% 64% 36%;top:-2px;right:-5px;bottom:-4px;left:-1px;transform:rotate(14deg)}.recipe-step-title{display:inline-block}.recipe-detail-page .recipe-detail-faq .faq-section{padding-bottom:clamp(29px,3.2vw,53px);padding-top:clamp(29px,3.2vw,53px)}.recipe-detail-page .recipe-detail-faq .wrap{padding-inline:0;width:100%}.recipe-detail-page .recipe-detail-faq .faq-item summary span:first-child{font-weight:600}.recipe-detail-page .recipe-detail-preparation-steps--after-faq{margin-top:26px}.recipe-detail-preparation>.recipe-tips{margin-top:64px;padding-bottom:0}.recipe-detail-preparation>.recipe-tips .recipe-section-tag{margin-bottom:30px;margin-top:0}.recipe-tips .recipe-tips-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));list-style:none;margin:0;padding:0}.recipe-tip-card{align-items:flex-start;background:var(--paper);border-radius:0;box-shadow:0 14px 28px #143a3008,0 3px 10px #00000005!important;display:flex;filter:none;gap:14px;margin:0;padding:18px 20px}.recipe-tip-icon{align-items:center;background:#05542e14;border-radius:50%;color:var(--brand-green);display:inline-flex;flex:0 0 38px;height:38px;justify-content:center;width:38px}.recipe-tip-icon svg{height:19px;width:19px}.recipe-tip-text{color:#000;font-size:20px;line-height:1.5}@media(max-width:760px){.recipe-tips .recipe-tips-grid{grid-template-columns:minmax(0,1fr)}}.recipe-detail-ingredients{margin-top:28px}.recipe-detail-ingredients h3{margin-bottom:12px}@media(max-width:760px){.recipe-detail-page:not(.article-guide-page) .recipe-detail-copy{display:contents}.recipe-detail-page:not(.article-guide-page) .recipe-detail-copy>.section-heading{grid-column:1;margin-top:34px;order:0}.recipe-detail-page:not(.article-guide-page) .recipe-detail-media{grid-column:1;margin-top:30px;order:1}.recipe-detail-page:not(.article-guide-page) .recipe-detail-chips{grid-column:1;order:2}.recipe-detail-page:not(.article-guide-page) .recipe-detail-preparation{grid-column:1;order:3}.recipe-detail-info-grid{grid-template-columns:1fr}.recipe-detail-info-grid .recipe-detail-info-column{padding-right:0}.recipe-detail-info-grid .recipe-detail-ingredients{border-left:0;border-top:1px solid rgba(5,84,46,.18);margin-top:32px;padding-left:0;padding-top:32px}}.detail-media.recipe-detail-media{aspect-ratio:16 / 9;background:transparent;border-radius:0;order:0;padding:0}.detail-media.recipe-detail-media img{height:100%;max-height:none;object-fit:cover;width:100%}.product-detail-page{background:#fff;padding-bottom:46px;padding-top:clamp(22px,3vw,39px)}.product-detail-breadcrumb{margin-bottom:34px}.product-detail-breadcrumb .product-detail-category{transform:translateY(8px)}.product-detail-breadcrumb .text-link{color:#2c6b41;font-size:16px;font-weight:700;letter-spacing:0;text-transform:none}.product-detail-breadcrumb .text-link svg{color:var(--brand-orange)}.product-detail-hero{align-items:center}.product-detail-copy{align-self:center;display:grid;gap:20px}.product-detail-category,.product-detail-section-head span{align-items:center;color:#2c6b41;display:inline-flex;font-family:var(--font-body);font-size:16px;font-weight:700;gap:.6em;letter-spacing:.18em;line-height:1;text-transform:uppercase}.product-detail-category:before,.product-detail-section-head span:before{background:var(--brand-orange);content:"";display:inline-block;height:2px;border-radius:2px;width:26px}.product-detail-copy h1{color:var(--green-950);font-family:var(--font-brand);font-size:clamp(46px,6vw,86px);font-style:italic;font-weight:600;letter-spacing:0;line-height:.95}.product-detail-copy p{color:#000;font-family:var(--font-body);font-size:clamp(17px,1.3vw,21px);font-weight:500;line-height:1.58;max-width:62ch}.product-detail-facts{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:6px}.product-detail-facts div,.product-detail-specs div{background:#fff;border-top:2px solid var(--brand-orange);display:grid;gap:8px;padding-top:14px}.product-detail-facts span,.product-detail-specs span{color:var(--muted);font-family:var(--font-body);font-size:13px;font-weight:500}.product-detail-facts strong,.product-detail-specs strong{color:#000;font-family:var(--font-body);font-size:18px;font-weight:500;line-height:1.25}.product-detail-specs{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2px}.product-detail-section{margin-top:clamp(76px,9vw,128px)}.product-discover-slider{background:#fff;margin-inline:calc(50% - 50vw);margin-top:clamp(84px,9vw,132px);overflow:hidden;padding:clamp(36px,5vw,76px) 0 clamp(32px,4vw,56px)}.product-discover-slider.recipe-detail-related-products{margin-top:clamp(14px,1.45vw,21px);padding-bottom:clamp(11px,1.4vw,20px);padding-top:clamp(14px,2vw,30px)}.product-discover-slider__inner{display:grid;gap:clamp(34px,5vw,64px)}.product-detail-similar-carousel__heading{padding-top:clamp(64px,8vw,112px)}.product-discover-heading{display:grid;gap:20px;max-width:62ch;text-align:left}.product-discover-heading span{align-items:center;color:#2c6b41;display:inline-flex;font-family:var(--font-body);font-size:16px;font-weight:700;gap:.6em;letter-spacing:.18em;line-height:1;text-transform:uppercase}.product-discover-heading span:before{background:var(--brand-orange);content:"";display:inline-block;flex:0 0 auto;height:2px;width:26px}.product-discover-heading h2{color:#05542e;font-family:var(--font-body);font-size:clamp(38px,4vw,52px);font-weight:800;letter-spacing:-.03em;line-height:1;margin:.18em 0}.product-discover-stage{min-height:clamp(430px,38vw,560px);position:relative}.product-discover-track{height:clamp(430px,38vw,560px);position:relative}.product-discover-card{--discover-gap: clamp(250px, 30vw, 500px);align-items:center;color:#000;display:grid;gap:clamp(18px,2vw,28px);justify-items:center;left:50%;opacity:var(--slide-opacity);pointer-events:none;position:absolute;text-align:center;text-decoration:none;top:0;transform:translate(calc(-50% + (var(--slide-offset) * var(--discover-gap)))) scale(var(--slide-scale));transform-origin:center top;transition:opacity .35s ease,transform .55s cubic-bezier(.22,1,.36,1);width:clamp(230px,25vw,390px);will-change:transform,opacity}.product-discover-card.is-visible{pointer-events:auto}.product-discover-card.is-hidden{opacity:0;visibility:hidden}.product-discover-card.is-active{z-index:2}.product-discover-media{align-items:end;display:flex;height:clamp(300px,28vw,430px);justify-content:center;width:100%}.product-discover-media img{display:block;filter:none;height:100%;max-width:100%;object-fit:contain;width:auto}.product-discover-card h3{color:#000;font-family:var(--font-body);font-size:clamp(22px,2.1vw,36px);font-weight:500;letter-spacing:0;line-height:1.05;max-width:12em;min-height:2.1em}.product-discover-link{align-items:center;color:var(--brand-orange);display:inline-flex;font-family:var(--font-body);font-size:clamp(15px,1.1vw,18px);font-weight:500;gap:8px;opacity:0;transform:translateY(8px);transition:opacity .28s ease,transform .28s ease}.product-discover-card.is-active .product-discover-link,.product-discover-card:hover .product-discover-link,.product-discover-card:focus-visible .product-discover-link{opacity:1;transform:translateY(0)}.product-discover-nav{align-items:center;background:transparent;border:0;color:#05542eb8;cursor:pointer;display:inline-flex;height:70px;justify-content:center;padding:0;position:absolute;top:34%;transform:translateY(-50%);transition:color .18s ease,transform .18s ease;width:70px;z-index:4}.product-discover-nav:before{background-image:radial-gradient(currentColor 2px,transparent 2px);background-size:9px 9px;content:"";height:54px;opacity:.24;position:absolute;width:28px}.product-discover-nav svg{position:relative;z-index:1}.product-discover-nav--prev{left:calc(50% - clamp(600px,48vw,760px))}.product-discover-nav--next{right:calc(50% - clamp(600px,48vw,760px))}.product-discover-nav:hover,.product-discover-nav:focus-visible{color:var(--green-950);transform:translateY(-50%) scale(1.04)}.product-discover-nav:focus-visible{color:var(--green-950);outline:0}.product-detail-related-grid .product-card,.product-detail-related-grid .product-card-face,.product-detail-related-grid .product-card:hover{border:0;box-shadow:none}.product-detail-related-grid .product-card-front{background:transparent}.product-detail-related-grid .product-media img{filter:none}.product-detail-section-head{align-items:end;display:flex;justify-content:space-between;gap:24px;margin-bottom:30px}.product-detail-section-head h2{color:var(--green-950);font-family:var(--font-body);font-size:clamp(30px,4vw,54px);font-weight:800;letter-spacing:0}.product-detail-recipes{background:var(--brand-yellow);margin-inline:calc(50% - 50vw);padding:clamp(64px,8vw,110px) max(24px,calc((100vw - 1180px)/2))}.product-detail-recipes .product-detail-section-head{margin-inline:auto;max-width:1180px}.detail-chips{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.variant-picker{display:grid;gap:12px;margin-top:22px}.variant-picker__label{color:var(--muted);font-family:var(--font-body);font-size:13px;font-weight:500}.variant-options{display:flex;flex-wrap:wrap;gap:10px}.variant-option{background:#fff;border:1px solid rgba(5,84,46,.16);border-radius:999px;color:#000;font-family:var(--font-body);font-size:15px;font-weight:500;min-height:42px;padding:9px 18px;transition:border-color .18s ease,color .18s ease}.variant-option.active,.variant-option:hover{border-color:var(--red-600);color:var(--green-950)}.variant-option:focus-visible{outline:2px solid rgba(242,101,34,.42);outline-offset:4px}@media(max-width:900px){.product-discover-slider{padding-top:46px}.product-discover-stage,.product-discover-track{min-height:520px}.product-discover-card{--discover-gap: min(72vw, 330px);width:min(76vw,330px)}.product-discover-card:not(.is-active) h3,.product-discover-card:not(.is-active) .product-discover-link{opacity:0}.product-discover-nav{top:48%}.product-discover-nav--prev{left:0}.product-discover-nav--next{right:0}}@media(max-width:560px){.product-discover-stage,.product-discover-track{min-height:470px}.product-discover-media{height:285px}.product-discover-card{--discover-gap: 78vw;width:76vw}.product-discover-card h3{font-size:25px;min-height:auto}}@media(hover:none){.product-card--flip .product-card-flip,.product-card--flip:hover .product-card-flip,.product-card--flip:focus-within .product-card-flip{transform:none}.product-card--flip{perspective:none}.product-card-flip{gap:0}.product-card-back{border-top:1px solid rgba(5,84,46,.1);transform:none}.product-card-face{backface-visibility:visible;grid-area:auto}}.detail-chip{background:var(--soft);border:1px solid var(--line);border-radius:var(--radius);color:var(--green-950);font-size:13px;font-weight:800;padding:10px 12px}.breadcrumb{margin-bottom:28px}.prose{max-width:760px}.prose p+p{margin-top:14px}.prose ul{padding-left:20px}.field,.newsletter-form input[type=email]{background:#fff;border:1px solid var(--line);border-radius:var(--radius);color:var(--ink);min-height:48px;padding:13px 14px;width:100%}.field:focus,.newsletter-form input[type=email]:focus{border-color:var(--green-800);outline:3px solid rgba(16,82,49,.12)}textarea.field{resize:vertical}.newsletter-band{background:var(--green-950);color:#fff;padding:72px 0}.newsletter-band h2{color:#fff;font-size:clamp(32px,4vw,48px)}.newsletter-grid{align-items:center}.newsletter-form{display:grid;gap:14px}.newsletter-input-row{display:grid;gap:10px;grid-template-columns:minmax(0,1fr) auto}.consent{align-items:start;color:#ffffffb8;display:flex;font-size:13px;gap:10px;line-height:1.45}.consent input{accent-color:var(--red-600);flex:0 0 auto;height:18px;margin-top:1px;width:18px}.consent a{color:#fff;font-weight:800}.form-note{font-size:14px;font-weight:800}.form-note.ok{color:#bde8bf}.form-note.err{color:#ffc0ae}.contact-page{background:#fff}.contact-hero{background:#fff;overflow:hidden;padding:calc(var(--header-h) + 42px) 0 78px;position:relative}.contact-shell{display:grid;gap:clamp(36px,6vw,92px);grid-template-columns:minmax(320px,.9fr) minmax(420px,1fr);position:relative;z-index:1}.contact-rice-wind{display:none;height:clamp(240px,33vw,430px);left:max(-180px,calc((100vw - 1180px)/2 - 250px));opacity:.22;pointer-events:none;position:absolute;top:calc(var(--header-h) + 18px);width:clamp(360px,42vw,660px);z-index:0}.contact-rice-panicle{display:block;filter:drop-shadow(0 18px 28px rgba(184,122,34,.14));height:auto;position:absolute;transform-origin:96% 88%;width:100%;will-change:transform}.contact-rice-panicle--main{--rice-rotate: 18deg;--rice-x: 12px;--rice-y: -5px;animation:rice-breeze 6.8s ease-in-out infinite;left:-4%;top:6%}.contact-rice-panicle--soft{--rice-rotate: 32deg;--rice-x: 8px;--rice-y: 4px;animation:rice-breeze 8.2s ease-in-out .9s infinite;left:-20%;opacity:.56;top:34%;width:76%}.contact-rice-panicle--low{--rice-rotate: 6deg;--rice-x: 14px;--rice-y: -3px;animation:rice-breeze 7.4s ease-in-out 1.6s infinite;left:-12%;opacity:.42;top:64%;width:64%}@keyframes rice-breeze{0%,to{transform:translateZ(0) rotate(calc(var(--rice-rotate) - 1.4deg)) skew(-.7deg)}45%{transform:translate3d(var(--rice-x),var(--rice-y),0) rotate(calc(var(--rice-rotate) + 2.2deg)) skew(.9deg)}68%{transform:translate3d(calc(var(--rice-x) * .45),calc(var(--rice-y) * -.4),0) rotate(calc(var(--rice-rotate) - .5deg)) skew(-.25deg)}}.contact-aside{display:flex;flex-direction:column;gap:clamp(36px,5vw,74px);min-height:620px;padding-right:clamp(28px,4vw,64px)}.contact-title-block h1{color:#143a30;display:grid;font-family:var(--font-body);font-size:56px;font-weight:800;letter-spacing:0;line-height:1.02;max-width:none}.contact-title-block{display:grid;gap:26px}.contact-title-block h1>span{white-space:nowrap}.contact-eyebrow{align-items:center;color:#2f6e47;display:inline-flex;font-size:14px;gap:18px;letter-spacing:.24em;margin-bottom:-23px;margin-top:44px;transform:translateY(-42px)}.contact-eyebrow:before{background:var(--brand-orange);content:"";display:block;height:2px;width:26px}.contact-title-line{align-items:baseline;display:inline-flex;gap:.18em;white-space:nowrap;width:fit-content}.contact-title-line--accent:after{background:var(--brand-orange);content:"";display:block;height:5px;margin-top:10px;width:100%}.contact-title-lead{color:#143a30;font-size:clamp(22px,2.25vw,30px);font-weight:600;line-height:1.55;margin-top:clamp(32px,3.8vw,48px);max-width:25ch}.contact-title-lead br{content:"";display:block;margin-top:.32em}.contact-card-list{display:grid;gap:24px}.contact-card-row{display:grid;gap:12px}.contact-card-row h2{color:#000;font-family:var(--font-body);font-size:15px;font-weight:800;letter-spacing:.06em;line-height:1.15;margin-bottom:8px;text-transform:uppercase}.contact-card-line{align-items:center;color:#000;display:grid;font-size:22px;gap:12px;grid-template-columns:30px minmax(0,1fr);line-height:1.55}.contact-card-link{justify-self:start;margin-top:14px}.contact-mark{align-items:center;color:var(--brand-orange);display:inline-flex;height:30px;justify-content:center;width:30px}.contact-mark svg{display:block;height:26px;width:26px}.contact-socials{align-items:center;display:flex;gap:18px;margin-top:auto;padding-top:34px;transform:translateY(-118px)}.contact-social{align-items:center;background:#05542e14;border-radius:50%;color:var(--green-950);display:inline-flex;height:78px;justify-content:center;width:78px}.contact-social svg{display:block}.contact-social.is-solid svg{fill:currentColor;stroke-width:0}.contact-form-panel{align-self:center;background:transparent;display:grid;padding-block:0 10px}.contact-form-v2{display:grid;font-family:var(--font-body);gap:24px 20px;grid-template-columns:repeat(2,minmax(0,1fr))}.contact-field{display:grid;gap:9px}.contact-field--full{grid-column:1 / -1}.contact-field>span{color:#000;font-family:var(--font-body);font-size:16px;font-weight:800;line-height:1}.contact-field>.contact-form-intro{color:#000;font-family:var(--font-body);font-size:22px;font-weight:800;line-height:1.25;margin-bottom:clamp(12px,1.8vw,24px);text-transform:uppercase}.contact-field input,.contact-field textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#05542e0b;border:2px solid transparent;border-radius:0;color:#000;font-family:var(--font-body);font-size:16px;font-weight:600;line-height:1.35;min-height:56px;padding:15px 18px;transition:background .18s ease,box-shadow .18s ease;width:100%}.contact-field textarea{min-height:210px;resize:vertical}.contact-field input:focus,.contact-field textarea:focus{background:#fffffff5;border-color:var(--brand-orange);box-shadow:0 0 0 3px #f265221f;outline:0}.contact-field--filled input,.contact-field--filled textarea{background:#fffffff5;border-color:var(--brand-orange)}.contact-consents{display:grid;gap:14px;margin-top:2px}.contact-consent{align-items:center;color:#000;cursor:pointer;display:grid;font-family:var(--font-body);font-size:14px;font-weight:300;line-height:1.45;gap:12px;grid-template-columns:22px minmax(0,1fr)}.contact-consent>span:last-child{max-width:none}.contact-consent input{opacity:0;pointer-events:none;position:absolute}.contact-consent-box{background:#fff;border:2px solid var(--green-950);border-radius:50%;display:block;height:22px;margin-top:0;position:relative;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease;width:22px}.contact-consent-box:after{border-bottom:3px solid #fff;border-right:3px solid #fff;content:"";height:9px;left:6px;opacity:0;position:absolute;top:3px;transform:rotate(45deg) scale(.72);transition:opacity .16s ease,transform .16s ease;width:5px}.contact-consent input:focus-visible+.contact-consent-box{box-shadow:0 0 0 4px #f2652229}.contact-consent.is-checked .contact-consent-box{background:var(--brand-orange);border-color:var(--brand-orange)}.contact-consent.is-checked .contact-consent-box:after{opacity:1;transform:rotate(45deg) scale(1)}.contact-turnstile{display:grid;gap:8px}.contact-turnstile-widget{min-height:65px}.contact-turnstile p{color:#000;font-size:12px;font-weight:600}.contact-select-field{position:relative;z-index:4}.contact-select{position:relative}.contact-select-trigger{align-items:center;background:transparent;border:0;border-bottom:3px solid var(--green-950);color:#000;cursor:pointer;display:flex;font-family:var(--font-body);font-size:22px;font-weight:600;line-height:1.25;justify-content:space-between;min-height:62px;padding:12px 2px 18px 0;text-align:left;transition:border-color .18s ease,color .18s ease;width:100%}.contact-select-trigger:focus-visible{border-bottom-color:var(--brand-orange);box-shadow:none;outline:0}.contact-select-trigger .is-placeholder{color:#00000073}.contact-select-chevron{border-bottom:3px solid var(--green-950);border-right:3px solid var(--green-950);display:block;height:12px;margin-left:16px;transform:rotate(45deg) translateY(-2px);transition:transform .2s ease;width:12px}.contact-select.is-open .contact-select-chevron{transform:rotate(225deg) translate(-2px,-2px)}.contact-select-list{background:#fff;box-shadow:0 22px 42px #05542e29;display:grid;gap:4px;left:0;position:absolute;right:0;top:calc(100% + 8px);z-index:10}.contact-select-option{background:transparent;border:0;color:#000;cursor:pointer;font-family:var(--font-body);font-size:15px;font-weight:500;line-height:1.25;min-height:46px;padding:12px 14px;text-align:left;transition:background .16s ease,color .16s ease,transform .16s ease}.contact-select-option:hover,.contact-select-option:focus-visible{background:#05542e12;outline:0;transform:translate(3px)}.contact-select-option.is-selected{background:var(--green-950);color:#fff}.contact-submit-row{align-items:center;display:flex;flex-wrap:wrap;gap:18px 24px;grid-column:1 / -1;justify-content:flex-end}.contact-submit{min-width:210px}.contact-ok{color:var(--green-950)}.contact-err{color:var(--orange-700)}.footer{background:var(--brand-green);color:#fff;font-family:var(--font-button);font-size:14px}.footer-main{display:grid;gap:clamp(64px,8vw,132px);grid-template-columns:minmax(360px,1.05fr) minmax(0,1fr);padding:74px 0 72px}.footer-brand h2{color:#fff;font-family:var(--font-body);font-size:40px;font-style:normal;font-weight:500;letter-spacing:-.02em;line-height:1.08;margin:0 0 14px;max-width:560px}.footer-newsletter-intro{color:#ffffffc7;font-family:var(--font-body);font-size:16px;font-style:normal;font-weight:400;line-height:1.45;margin:0 0 26px;max-width:520px}.footer-newsletter{max-width:560px}.footer-newsletter-row{display:grid;grid-template-columns:minmax(0,1fr) auto}.footer-newsletter input{background:transparent;border:1px solid rgba(255,255,255,.72);border-right:0;color:#fff;font:inherit;min-width:0;outline:none;padding:17px 20px}.footer-newsletter input::placeholder{color:#ffffff85}.footer-newsletter input:focus{border-color:var(--brand-orange)}.footer-newsletter button{background:#fff;border:1px solid #fff;color:var(--brand-green);cursor:pointer;font:inherit;font-weight:600;min-width:150px;padding:17px 22px;text-transform:uppercase}.footer-newsletter button:hover{background:var(--brand-orange);border-color:var(--brand-orange);color:#fff}.footer-newsletter button:disabled{cursor:wait;opacity:.72}.footer-newsletter p{color:#ffffff9e;font-family:var(--font-body);font-size:12px;font-style:normal;font-weight:400;letter-spacing:.01em;line-height:1.45;margin-top:10px;max-width:none}.footer-newsletter p a{color:inherit;text-decoration:underline;text-underline-offset:2px}.footer-newsletter .footer-newsletter-success{color:#ffffffe6}.footer-newsletter .footer-newsletter-error{color:#ffb28e}.footer-contact{display:grid;gap:10px;margin-top:24px}.footer-contact a{align-items:center;color:#fff;display:inline-flex;font-size:14px;font-weight:300;gap:9px;letter-spacing:.03em}.footer-contact svg{color:var(--brand-orange);stroke:currentColor}.footer-links{display:grid;gap:clamp(26px,3.4vw,58px);grid-template-columns:repeat(3,minmax(120px,1fr))}.footer-col{display:grid;gap:10px;align-content:start}.footer-col h4{color:#fff;font-size:14px;font-weight:300;letter-spacing:.03em;margin-bottom:16px;text-transform:uppercase}.footer-col a,.footer-bottom a{color:#ffffffc7;font-size:14px;font-weight:300;letter-spacing:.03em;line-height:1.35}.footer-col a:hover,.footer-bottom a:hover,.footer-contact a:hover{color:var(--brand-orange)}.footer-social{display:flex;gap:8px;margin-top:34px}.footer-social a{align-items:center;background:transparent;border:1px solid rgba(242,101,34,.72);border-radius:50%;color:var(--brand-orange);display:inline-flex;height:40px;justify-content:center;transition:background .18s ease,transform .18s ease;width:40px}.footer-social a svg{color:var(--brand-orange);stroke:currentColor}.footer-social a:hover{background:#f265221f;transform:translateY(-2px)}.footer-bottom{align-items:center;color:#ffffffb8;display:flex;flex-wrap:wrap;font-size:14px;font-weight:300;letter-spacing:.03em;gap:24px;justify-content:space-between;border-top:1px solid rgba(255,255,255,.5);padding:38px 0 42px}.footer-legal{display:grid;gap:8px;justify-items:end;text-align:right}.footer-credit{align-items:center;color:#ffffff94;display:inline-flex;font-size:13px;gap:6px;justify-self:end;white-space:nowrap}.footer-credit svg{color:#f26522db;stroke:currentColor}.footer-bottom-logo img{height:52px;width:auto}.loader,.empty-state,.media-placeholder{align-items:center;background:var(--soft);border:1px solid var(--line);border-radius:var(--radius);color:var(--muted);display:flex;justify-content:center;min-height:180px;padding:24px}.spinner{animation:deroni-loader-spin .7s linear infinite;border:3px solid rgba(5,84,46,.16);border-radius:50%;border-top-color:var(--brand-green);height:34px;width:34px}@keyframes deroni-loader-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.spinner{animation:none;border-right-color:var(--brand-green)}}.search-overlay{background:#0625159e;top:0;right:0;bottom:0;left:0;position:fixed;z-index:100}.search-panel{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);left:50%;max-width:min(720px,calc(100% - 32px));padding:22px;position:absolute;top:92px;transform:translate(-50%);width:100%}.search-form{align-items:center;display:grid;gap:12px;grid-template-columns:1fr auto}.search-results{display:grid;gap:10px;margin-top:18px}.search-result{border:1px solid var(--line);border-radius:var(--radius);display:grid;gap:4px;padding:14px}@media(max-width:1080px){.desktop-nav,.language-toggle{display:none}.mobile-nav-shell{display:block;top:0;right:0;bottom:0;left:0;position:fixed;z-index:80}.mobile-nav-scrim{background:#05542e29;display:block;top:0;right:0;bottom:0;left:0;position:fixed}.mobile-nav{animation:mobile-menu-panel-in .34s cubic-bezier(.2,.82,.2,1) both;background:#fff;border-radius:34px 0 0 34px;box-shadow:-24px 0 60px #0625152e;display:none;gap:clamp(18px,4vh,34px);height:100svh;margin-left:auto;overflow-y:auto;padding:clamp(32px,5vw,58px);position:relative;width:min(760px,calc(100vw - 52px))}.mobile-nav.open{display:grid}.mobile-nav-head{align-items:center;display:flex;gap:18px;justify-content:space-between}.mobile-nav-head strong{color:#111315;font-family:var(--font-body);font-size:clamp(42px,7vw,68px);font-weight:300;letter-spacing:0;line-height:.95}.mobile-nav-tools{align-items:center;display:flex;gap:10px}.mobile-nav-search,.mobile-nav-close{align-items:center;display:inline-flex;justify-content:center}.mobile-nav-search{background:var(--green-950);border-radius:999px;color:#fff;font-family:var(--font-button);font-size:15px;gap:8px;min-height:46px;padding:0 18px}.mobile-nav-close{background:#f3f4f0;border-radius:50%;color:var(--green-950);height:46px;width:46px}.mobile-nav-label{color:#11131570;font-size:18px;font-weight:300}.mobile-nav a{font-family:var(--font-button);font-weight:300}.mobile-nav-list{display:grid;gap:4px}.mobile-nav-list a{display:grid;gap:4px;padding:8px 0}.mobile-nav-group{display:grid}.mobile-nav-group>a{color:#111315;font-family:var(--font-body);font-size:clamp(35px,6.2vw,58px);letter-spacing:0;line-height:1.04}.mobile-nav-children{display:flex;flex-wrap:wrap;gap:8px 18px;padding:2px 0 14px}.mobile-nav-children a{color:var(--green-700);font-size:17px;padding:0}.mobile-nav-list small{color:var(--muted);font-family:var(--font-button);font-size:15px;font-weight:300;line-height:1.4}.mobile-nav-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}@keyframes mobile-menu-panel-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.family-hero{max-height:760px;min-height:560px}.family-hero__photo{object-position:58% 26%}.family-hero__scrim{background:linear-gradient(180deg,#ffffff14,#fff0 44%,#ffffff80),linear-gradient(100deg,#ffffffe0,#ffffffd1 36%,#ffffff94 56%,#ffffff29 74%,#fff0 88%)}.family-hero__title{max-width:none}.family-hero__lead{max-width:28ch}.family-hero__footnote p{max-width:64%}.hero{background:#062817;height:auto;min-height:auto;overflow:hidden}.hero-ambient{--hero-bg-position: 56% bottom;--hero-bg-size: auto 122%;height:100%;right:0;bottom:0;left:0;margin-bottom:0;position:absolute;top:auto}.hero-inner,.about-grid,.partners-grid,.detail-grid,.newsletter-grid{grid-template-columns:1fr}.product-story-section{height:auto;min-height:auto;padding:78px 0}.product-story-stage{min-height:auto;position:relative;top:auto}.product-story-inner{gap:30px;grid-template-rows:auto auto;padding:0}.story-rail{display:flex;justify-content:flex-start;overflow-x:auto;padding:20px 0 28px;scroll-snap-type:x mandatory}.story-frame,.story-frame.active{flex:0 0 160px;height:290px;left:auto;opacity:1;position:relative;scroll-snap-align:center;top:auto;transform:none;width:160px}.story-frame:not(.active){opacity:.34}.hero-inner{margin-top:0;min-height:auto;padding-top:64px;position:relative;top:auto}.hero-inner.container{width:min(calc(100% - 48px),1180px)}.hero-product{--hero-leaf-center-x: 50%;--hero-leaf-center-y: 50%;min-height:580px}.leaf-one{--leaf-x: 29%;--leaf-y: 8%}.leaf-two{--leaf-h: 84px;--leaf-x: 34%;--leaf-y: 30%}.leaf-three{--leaf-x: -24%;--leaf-y: 3%}.leaf-four{--leaf-x: -12%;--leaf-y: 38%}.leaf-five{--leaf-x: 8%;--leaf-y: -29%}.hero-orbit{left:50%;margin-inline:auto;right:auto;top:50%;transform:translate(-50%,-50%);width:min(660px,88vw)}.hero-product-stage{height:min(520px,68vh);left:50%;top:50%;transform:translate(-50%,-50%);width:min(340px,46vw)}.hero-product-glow{width:min(390px,50vw)}.hero-product-base{width:min(340px,48vw)}.hero-pack{height:auto;max-height:520px;max-width:min(340px,46vw);width:auto}.hero-active-copy{color:#fff;right:0}.hero-active-copy span,.hero-active-copy small{color:#ffffffbd}.hero-active-copy strong{color:#fff}.stats-grid,.grid-products,.grid-recipes,.recipe-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-list-section .grid-products{gap:22px;grid-template-columns:repeat(2,minmax(0,1fr))}.products-list-section .product-card,.products-list-section .product-card-link,.products-list-section .product-card-flip{width:100%}.footer-main{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-shell{gap:46px;grid-template-columns:1fr}.contact-shell>*,.contact-aside,.contact-form-panel,.contact-card-row,.contact-card-line>*{min-width:0}.contact-rice-wind{left:-210px;opacity:.14;top:calc(var(--header-h) + 18px);width:520px}.contact-aside{min-height:auto;padding-right:0}.contact-title-block h1{max-width:100%}.contact-card-list{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-form-panel{padding-block:0}}@media(max-width:700px){.container{width:min(calc(100% - 32px),1180px)}.section{padding:64px 0}.product-detail-facts,.product-detail-specs{grid-template-columns:1fr}.product-detail-section-head{align-items:flex-start;flex-direction:column}.product-detail-recipes{padding-inline:16px}.mobile-nav{border-radius:26px 0 0 26px;padding:28px 24px 34px;width:calc(100vw - 28px)}.mobile-nav-head{align-items:flex-start}.mobile-nav-tools{flex-wrap:wrap;justify-content:flex-end}.mobile-nav-search{min-height:42px;padding:0 14px}.mobile-nav-close{height:42px;width:42px}.contact-hero{padding:calc(var(--header-h) + 24px) 0 58px}.contact-rice-wind{left:-250px;opacity:.12;top:calc(var(--header-h) + 20px);width:520px}.contact-title-block h1{font-size:clamp(42px,12vw,56px)}.contact-title-block{padding-top:0}.contact-eyebrow{margin-bottom:16px;margin-top:0;transform:none}.contact-title-block h1>span{white-space:normal}.contact-card-list,.contact-form-v2{grid-template-columns:1fr}.contact-card-line{grid-template-columns:25px minmax(0,1fr)}.contact-card-line>:last-child{overflow-wrap:anywhere}.contact-mark{height:25px;width:25px}.contact-mark svg{height:23px;width:23px}.contact-socials{margin-top:0;transform:none}.contact-field--full,.contact-submit-row{grid-column:auto}.contact-consent{font-size:14px;gap:11px;grid-template-columns:20px minmax(0,1fr)}.contact-consent>span:last-child{max-width:none}.contact-consent-box{height:20px;width:20px}.contact-submit{width:100%}.contact-submit-row{justify-content:stretch}.mobile-nav-feature{grid-template-columns:1fr;min-height:0;padding:24px}.mobile-nav-feature-media{min-height:150px;place-items:center end}.mobile-nav-feature-media img{max-height:190px;width:min(170px,70%)}.brand-logo,.site-header.is-scrolled .brand-logo,.footer-brand img{height:42px}.header-inner{height:68px}:root{--header-h: 68px}.family-hero{height:auto;max-height:none;min-height:100svh}.family-hero__photo{object-position:64% 24%}.family-hero__scrim{background:linear-gradient(180deg,#ffffff9e,#fff6,#ffffffa8 68%,#ffffffe0),linear-gradient(100deg,#ffffffdb,#ffffff8f 60%,#ffffff24)}.family-hero__content{justify-content:flex-start;padding-block:calc(var(--header-h) + clamp(30px,5vh,48px)) clamp(96px,18vh,140px)}.family-hero__eyebrow{font-size:20px;left:auto;position:static;top:auto}.family-hero__main-copy{left:auto;margin-top:22.5px;position:static;top:auto}.family-hero__title{font-size:clamp(34px,9vw,46px);max-width:none}.family-hero__lead{font-size:17px;margin-top:16px;max-width:34ch}.family-hero__cta{bottom:auto;left:auto;margin-top:36px;position:relative}.family-hero__footnote p{font-size:9.5px;line-height:1.4;max-width:86%}.hero-title{font-size:42px;max-width:100%}.hero-title-line{white-space:normal}.hero-copy{max-width:100%;width:calc(100vw - 32px)}.hero-inner{gap:34px;padding-bottom:72px}.hero-inner.container{width:min(calc(100% - 32px),1180px)}.hero-actions,.hero-stats,.section-head,.footer-bottom{align-items:stretch;flex-direction:column}.hero-actions{max-width:100%;width:100%}.hero-actions .btn{width:100%}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr)}.hero-stat-sep{display:none}.hero-product{min-height:500px}.leaf-one{--leaf-h: 56px;--leaf-w: 13px;--leaf-x: 28%;--leaf-y: 6%}.leaf-two{--leaf-h: 68px;--leaf-w: 15px;--leaf-x: 32%;--leaf-y: 31%}.leaf-three{--leaf-h: 42px;--leaf-opacity: .42;--leaf-w: 10px;--leaf-x: -28%;--leaf-y: 5%}.leaf-four{--leaf-h: 34px;--leaf-opacity: .34;--leaf-w: 9px;--leaf-x: -13%;--leaf-y: 35%}.leaf-five{--leaf-h: 34px;--leaf-opacity: .24;--leaf-w: 8px;--leaf-x: 6%;--leaf-y: -28%}.hero-orbit{width:min(510px,96vw)}.hero-orbit-ring{top:5%;right:5%;bottom:5%;left:5%}.hero-orbit-item{height:48px;width:48px}.hero-orbit-dot{height:44px;outline-offset:5px;width:44px}.hero-orbit-dot svg{height:18px;width:18px}.hero-orbit-item:hover .hero-orbit-dot,.hero-orbit-item:focus-visible .hero-orbit-dot,.hero-orbit-item.active .hero-orbit-dot{height:44px;outline-offset:7px;width:44px}.hero-orbit-label{display:none}.hero-product-stage{height:390px;left:50%;top:50%;transform:translate(-50%,-50%);width:min(260px,58vw)}.hero-product-glow{width:min(330px,72vw)}.hero-product-base{height:44px;width:min(270px,70vw)}.hero-pack{height:auto;max-height:370px;max-width:min(260px,58vw);width:auto}.hero-active-copy{bottom:-6px;display:grid;left:0;right:0;text-align:center}.hero-active-copy small{margin-inline:auto}.stats-grid,.grid-products,.grid-recipes,.recipe-grid,.footer-links,.products-list-section .grid-products{grid-template-columns:1fr}.footer-main{gap:32px;padding:48px 0}.stat{border-right:1px solid var(--line);min-height:110px}.carousel{grid-template-columns:1fr}.carousel-nav{display:none}.newsletter-input-row,.search-form{grid-template-columns:1fr}.page-hero{padding:62px 0}}.skip-link{position:fixed;z-index:2000000;top:12px;left:12px;padding:12px 18px;border:3px solid #fff;border-radius:6px;color:#fff;background:#05542e;font-family:var(--font-body);font-weight:700;transform:translateY(calc(-100% - 20px))}.skip-link:focus{color:#fff;transform:translateY(0)}:where(a,button,input,textarea,select,summary):focus-visible{outline:3px solid #ffde17;outline-offset:3px}html[data-a11y-text=large]{font-size:112.5%}html[data-a11y-text=xlarge]{font-size:125%}html.a11y-high-contrast{--brand-green: #003d22;--brand-green-secondary: #004927;--brand-logo-green: #002f1a;--ink: #06150e;--muted: #293a32;--line: rgb(0 0 0 / 38%);--red-700: #a83208;--orange-700: #a83208}html.a11y-high-contrast :where(a,button,input,textarea,select){border-color:currentColor}html.a11y-high-contrast :where(a,button,input,textarea,select):focus-visible{outline-color:#005fcc;outline-width:4px}html.a11y-underline-links a:not(.button):not(.btn):not([aria-label]){text-decoration:underline!important;text-decoration-thickness:2px!important;text-underline-offset:3px!important}html.a11y-reduce-motion,html.a11y-reduce-motion *{scroll-behavior:auto!important}html.a11y-reduce-motion *,html.a11y-reduce-motion *:before,html.a11y-reduce-motion *:after{animation-delay:0s!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-delay:0s!important;transition-duration:.01ms!important}.accessibility-tools{position:fixed;z-index:900;bottom:max(22px,env(safe-area-inset-bottom));left:max(22px,env(safe-area-inset-left));font-family:var(--font-body)}.cookie-consent-open .accessibility-tools,.cookie-consent-open .skip-link{display:none}.accessibility-tools__trigger{display:grid;width:56px;height:56px;padding:0;border:3px solid #fff;border-radius:50%;color:#fff;background:#05542e;place-items:center}.accessibility-tools__trigger:hover,.accessibility-tools__trigger:focus-visible{color:#18443b;background:#ffde17}.accessibility-tools__panel{position:absolute;bottom:68px;left:0;width:min(380px,calc(100vw - 32px));overflow:hidden;border:2px solid #05542e;border-radius:16px;color:#18443b;background:#fff}.accessibility-tools__panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 20px 17px;color:#fff;background:#05542e}.accessibility-tools__panel header span{display:block;margin-bottom:3px;color:#ffde17;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.accessibility-tools__panel h2{color:inherit;font-size:1.3rem;line-height:1.15}.accessibility-tools__close{display:grid;width:44px;height:44px;flex:0 0 44px;padding:0;color:#fff;background:transparent;place-items:center}.accessibility-tools__body{display:grid;gap:10px;padding:16px 20px 18px}.accessibility-tools__group{display:grid;gap:10px;padding-bottom:6px}.accessibility-tools__group-label{display:flex;align-items:center;gap:10px;font-weight:700}.accessibility-tools__sizes{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.accessibility-tools__sizes button,.accessibility-tools__toggle,.accessibility-tools__reset{min-height:44px;border:2px solid rgb(5 84 46 / 28%);border-radius:8px;color:#18443b;background:#fff;font-family:var(--font-body);font-weight:700}.accessibility-tools__sizes button.is-active{border-color:#05542e;color:#fff;background:#05542e}.accessibility-tools__toggle{display:grid;width:100%;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px 12px;text-align:left}.accessibility-tools__toggle[aria-pressed=true]{border-color:#05542e;background:#f0f6f2}.accessibility-tools__check{display:grid;width:24px;height:24px;border:2px solid #05542e;border-radius:50%;color:#fff;background:#fff;place-items:center}.accessibility-tools__toggle[aria-pressed=true] .accessibility-tools__check{background:#05542e}.accessibility-tools__reset{display:inline-flex;width:100%;align-items:center;justify-content:center;gap:8px;margin-top:2px;color:#a83208}.accessibility-tools__panel>footer{padding:14px 20px 16px;border-top:1px solid rgb(5 84 46 / 18%);text-align:center}.accessibility-tools__panel>footer a{color:#05542e;font-weight:700;text-decoration:underline;text-underline-offset:3px}.accessibility-statement .prose{max-width:900px}.accessibility-statement .prose h2{margin-top:36px}.accessibility-statement .prose li{margin-block:8px}@media(max-width:600px){.accessibility-tools{bottom:max(14px,env(safe-area-inset-bottom));left:max(14px,env(safe-area-inset-left))}.accessibility-tools__panel{bottom:64px;width:calc(100vw - 28px);max-height:calc(100svh - 100px);overflow-y:auto}}@media(max-width:1080px)and (orientation:portrait){.family-hero{height:100svh;max-height:none;min-height:min(100svh,720px)}.family-hero__photo{object-position:center top;transform:none}.family-hero__scrim{background:linear-gradient(180deg,#ffffff29,#ffffff1a 36%,#ffffff08,#fff0 72%)}.family-hero__content{display:flex;justify-content:flex-start;padding-bottom:clamp(34px,5svh,58px);padding-top:calc(var(--header-h) + clamp(26px,4.5svh,54px))}.family-hero__eyebrow,.family-hero__main-copy,.family-hero__cta{bottom:auto;left:auto;position:relative;top:auto}.family-hero__eyebrow{font-size:clamp(18px,2.7vw,24px)}.family-hero__main-copy{margin-top:clamp(18px,2.8svh,30px);max-width:min(680px,91%)}.family-hero__title{font-size:clamp(34px,6.8vw,56px);line-height:.98}.family-hero__lead{font-size:clamp(19px,4.2vw,34px);line-height:1.02;margin-top:clamp(14px,2.4svh,28px);max-width:27ch}.family-hero__cta{margin-top:clamp(24px,4svh,42px)}}@media(max-width:420px)and (orientation:portrait){.family-hero__content{padding-top:calc(var(--header-h) + clamp(20px,3.5svh,34px))}.family-hero__title-line{white-space:normal}.family-hero__main-copy{max-width:100%}.family-hero__lead{font-size:clamp(18px,5vw,22px)}}@media(max-width:1080px)and (orientation:landscape)and (max-height:600px){.family-hero{height:100svh;max-height:none;min-height:360px}.family-hero__eyebrow{font-size:18px;top:calc(var(--header-h) + 14px)}.family-hero__main-copy{top:31%}.family-hero__title{font-size:clamp(32px,4.8vw,42px);line-height:.96}.family-hero__lead{font-size:clamp(20px,2.8vw,24px);margin-top:14px}.family-hero__cta{bottom:18px}}.mobile-nav-scrim{background:#02160c5c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-nav-shell{perspective:none}.mobile-nav{animation:mobile-menu-panel-in 1.08s cubic-bezier(.25,0,.2,1) both;background:linear-gradient(135deg,#f26522,#ef5b1a);border-radius:8px 0 0 8px;box-shadow:-30px 0 70px #02160c47;box-sizing:border-box;gap:clamp(18px,3vh,30px);grid-template-rows:auto minmax(0,1fr);padding:clamp(30px,3.8vw,48px) clamp(28px,4vw,42px);will-change:opacity,transform;width:min(480px,calc(100vw - 48px))}.mobile-nav>*{position:relative;z-index:1}.mobile-nav-head{justify-content:space-between;margin-bottom:0}.mobile-nav-language{align-items:center;border:1px solid rgba(255,255,255,.62);border-radius:999px;display:inline-flex;min-height:42px;padding:3px}.mobile-nav-language button{background:transparent;border:0;border-radius:999px;color:#ffffffad;font-family:var(--font-button);font-size:13px;font-weight:700;height:34px;letter-spacing:.05em;min-width:42px;padding:0 10px}.mobile-nav-language button.is-active{background:#fff;color:var(--brand-orange)}.mobile-nav-close{background:transparent;border-radius:0;color:#fff;height:48px;padding:0;text-transform:uppercase;width:64px}.mobile-nav-label{display:none}.mobile-nav-list{align-self:center;gap:clamp(6.6px,1.21vh,13.2px);margin-top:0}.mobile-nav.open .mobile-nav-head,.mobile-nav.open .mobile-nav-group,.mobile-nav.open .mobile-nav-feature{animation:none;filter:none;opacity:1;transform:none}.mobile-nav-group>a{align-items:center;color:#fff;display:inline-grid;font-family:var(--font-condensed);font-size:clamp(28px,2.35vw,36px);font-weight:800;gap:.34em;grid-template-columns:auto auto;justify-content:start;letter-spacing:0;line-height:1;max-width:100%;overflow-wrap:normal;padding:0;text-transform:uppercase;word-break:normal}.mobile-nav-link-arrow{color:#fff;transform:rotate(0);transform-origin:50% 50%;transition:transform .28s cubic-bezier(.2,.82,.2,1),opacity .18s ease}.mobile-nav-group>a:hover,.mobile-nav-group>a:focus-visible{color:#111}.mobile-nav-group>a:hover .mobile-nav-link-arrow,.mobile-nav-group>a:focus-visible .mobile-nav-link-arrow{opacity:.92;transform:rotate(45deg) translate(2px)}.mobile-nav-list small{display:none}.mobile-nav-footer{align-items:center;display:none;flex-direction:column;gap:14px;justify-content:center;padding-top:clamp(18px,3vh,30px);text-align:center}.mobile-nav-brand{display:inline-flex}.mobile-nav-brand img{display:block;height:auto;width:clamp(132px,12vw,166px)}.mobile-nav-email{color:#fff;font-family:var(--font-body);font-size:clamp(15px,1.25vw,18px);font-weight:500;letter-spacing:.02em}.mobile-nav-social{align-items:center;display:flex;gap:12px;justify-content:center}.mobile-nav-social a{align-items:center;background:#05542e47;border-radius:50%;color:#fff;display:inline-flex;height:42px;justify-content:center;transition:background .2s ease,transform .2s ease;width:42px}.mobile-nav-social a:hover,.mobile-nav-social a:focus-visible{background:var(--brand-logo-green);transform:translateY(-2px)}.mobile-nav-children{gap:7px 14px;padding:8px 0 14px}.mobile-nav-children a{color:#ffffffdb;font-family:var(--font-button);font-size:clamp(14px,1.1vw,16px);padding:0}.mobile-nav-children a:hover,.mobile-nav-children a:focus-visible{color:#111}.mobile-nav-feature{align-items:center;background:linear-gradient(120deg,rgba(255,222,23,.13) 0 12%,transparent 12% 100%),linear-gradient(135deg,#18443bf0,#05542ee6);border:1px solid rgba(255,255,255,.14);border-left:4px solid rgba(255,222,23,.9);border-radius:8px;box-shadow:0 18px 34px #02160c33;grid-template-columns:minmax(0,1fr) minmax(108px,.36fr);height:196px;margin-top:clamp(16px,2.8vh,28px);min-height:196px;overflow:hidden;padding:16px 14px 16px 18px}.mobile-nav-feature-copy{align-content:center;grid-template-rows:18px 52px 48px 25px;gap:5px;min-width:0}.mobile-nav-feature-copy span{align-items:center;color:var(--brand-yellow);display:flex;font-family:var(--font-condensed);font-size:14px;letter-spacing:.08em;line-height:1;text-transform:uppercase}.mobile-nav-feature-copy strong{align-items:end;color:#fff;display:-webkit-box;font-family:var(--font-condensed);font-size:clamp(20px,2vw,26px);line-height:1;overflow:hidden;text-transform:uppercase;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mobile-nav-feature-copy small{color:#ffffffb8;display:-webkit-box;font-size:12px;line-height:1.28;max-width:23ch;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.mobile-nav-feature-copy em{background:transparent;border-bottom:2px solid var(--brand-orange);border-radius:0;color:#fff;font-size:14px;justify-self:start;margin-top:8px;min-height:auto;padding:0 0 4px}.mobile-nav-feature-media{height:158px;min-height:158px;overflow:visible;place-items:end center}.mobile-nav-feature-media img{filter:drop-shadow(0 18px 18px rgba(2,22,12,.28));height:146px;max-height:146px;object-fit:contain;transform-origin:center bottom;width:min(116px,100%)}.mobile-nav.open .mobile-nav-feature-media img{animation:none}@keyframes mobile-menu-panel-up-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes mobile-menu-panel-up-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}@keyframes mobile-menu-scrim-in{0%{opacity:0}to{opacity:1}}@keyframes mobile-menu-scrim-out{0%{opacity:1}to{opacity:0}}@media(max-width:1080px){.mobile-nav.open{animation:mobile-menu-panel-up-in .62s cubic-bezier(.22,1,.36,1) both}.mobile-nav.is-closing{animation:mobile-menu-panel-up-out .52s cubic-bezier(.55,0,.78,.2) both;display:grid}.mobile-nav-shell.is-open .mobile-nav-scrim{animation:mobile-menu-scrim-in .32s ease-out both}.mobile-nav-shell.is-closing .mobile-nav-scrim{animation:mobile-menu-scrim-out .52s ease-in both}}@media(max-width:700px){.mobile-nav{border-radius:0;padding:28px 22px 32px;width:100vw}.mobile-nav-list{gap:8px;margin-top:0}.mobile-nav-language{min-height:40px}.mobile-nav-language button{font-size:12px;height:32px;min-width:38px;padding-inline:8px}.mobile-nav-group>a{font-size:clamp(26px,6.5vw,34px)}.mobile-nav-footer{display:flex;gap:12px;padding-top:18px}.mobile-nav-brand img{width:clamp(126px,38vw,154px)}.mobile-nav-email{font-size:16px}.mobile-nav-feature{gap:10px;grid-template-columns:minmax(0,1fr) minmax(86px,.3fr);height:176px;min-height:176px;padding:18px}.mobile-nav-feature-copy{grid-template-rows:18px 48px 36px 25px}.mobile-nav-feature-copy small{display:-webkit-box;-webkit-line-clamp:2}.mobile-nav-feature-media{height:132px;min-height:132px}.mobile-nav-feature-media img{height:124px;max-height:124px;width:min(96px,100%)}}.article-guide-page{padding-bottom:15px;padding-top:20px}.article-guide-page .article-guide-content{margin-top:40px}.article-guide-page .article-guide-main-title{color:#143a30;font-size:42px!important;font-weight:700;letter-spacing:normal;line-height:1.1;text-transform:none}.article-guide-page .article-guide-main-title:before{content:none}.article-guide-page .article-guide-intro{border:0;display:block;margin:0;max-width:none;padding:0}.article-guide-page .article-guide-chapters{margin-top:52px}@media(min-width:761px){.article-guide-page .article-guide-content{margin-top:20px}.article-guide-page .article-guide-chapters{margin-top:26px}.article-guide-page .article-guide-chapters>.article-guide-intro-block:first-child .article-guide-main-title{margin-top:26px}}.article-guide-page .article-guide-chapter{border:0;display:block;padding:0}.article-guide-page .article-guide-chapter h3{color:#143a30;font-size:42px;font-weight:700;margin-bottom:34px;margin-top:52px}.article-guide-page .article-guide-chapter:first-child h3{margin-top:0}.article-guide-page .article-guide-product-carousel{margin-top:52px}.article-guide-page .article-guide-embed-tag{color:var(--green-700);font-family:var(--font-body);font-size:16px!important;font-weight:700;letter-spacing:.18em;line-height:1;margin:0 0 30px;text-transform:uppercase}.article-guide-page .article-guide-product-carousel .sec{padding-block:0}.article-guide-page .article-guide-product-carousel .wrap{padding-inline:0;width:100%}.article-guide-page .article-guide-product-carousel .pc-main{margin-bottom:0}.article-guide-page .article-guide-featured-recipe{background:transparent;border:0;isolation:isolate;margin-bottom:78px;margin-top:78px;padding:clamp(42px,5vw,68px) 0;position:relative}.article-guide-page .article-guide-featured-recipe:before{background:#f3f3f0;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translate(-50%);width:100vw;z-index:-1}.article-guide-page .article-guide-featured-recipe .sec{padding-block:0}.article-guide-page .article-guide-featured-recipe .wrap{padding-inline:0;width:100%}.article-guide-page .article-guide-featured-recipe .rec-feat{background:#f3f3f0;margin:0}.article-guide-page .article-guide-featured-recipe .rec-feat .body{background:#f3f3f0}.article-guide-page .article-guide-featured-recipe .rv,.article-guide-recipe-list .rv{opacity:1;transform:none}.dz.article-guide-recipe-list .rec-grid{margin-top:0}.dz.article-guide-recipe-list .recipe-grid-title{color:var(--green-700);font-family:var(--font-body);font-size:16px!important;font-weight:700;letter-spacing:.18em;line-height:1;margin:0 0 30px;text-wrap:initial;text-transform:uppercase}.dz.article-guide-recipe-list .article-guide-recipe-section--list{padding-top:clamp(21px,2.7vw,45px)}.article-guide-page .article-guide-tip,.article-guide-page .article-guide-takeaway,.article-guide-page .article-guide-facts,.article-guide-page .article-guide-leader-section{background:transparent;color:inherit;display:block;margin:52px 0 0;max-width:none;padding:0}.article-guide-page .article-guide-tip .recipe-section-tag,.article-guide-page .article-guide-takeaway .recipe-section-tag,.article-guide-page .article-guide-facts .recipe-section-tag,.article-guide-page .article-guide-leader-section .recipe-section-tag{margin:0 0 30px}.article-guide-page .article-guide-takeaway .recipe-section-tag{color:#143a30;font-size:42px!important;font-weight:700;letter-spacing:normal;margin-bottom:34px;text-transform:none}.article-guide-page .article-guide-takeaway .recipe-section-tag:before{content:none}.article-guide-page .article-guide-takeaway p:first-of-type{margin-top:0}.article-guide-page .article-guide-tip .recipe-tip-card{max-width:none}.article-guide-page .article-guide-tip .recipe-tip-text{color:#000;font-size:20px;font-weight:400;letter-spacing:normal;line-height:1.5;text-transform:none}.article-guide-page .article-guide-tip .recipe-tip-icon{color:var(--brand-green)}.article-guide-page .article-guide-card-section .recipe-section-tag{font-size:16px!important;text-transform:uppercase}.article-guide-page .article-guide-card-section .recipe-tip-text{font-size:20px;line-height:1.5}.article-guide-page .article-guide-tip p,.article-guide-page .article-guide-takeaway p,.article-guide-page .article-guide-fact p,.article-guide-page .article-guide-leader-copy p{color:#000;font-family:var(--font-body);font-size:20px;font-weight:400;line-height:1.5}.article-guide-page .article-guide-takeaway p{max-width:none}.article-guide-page .article-guide-takeaway .recipe-section-tag+p{margin-top:0}.article-guide-page .article-guide-takeaway h4,.article-guide-page .article-guide-leader-copy h4{color:var(--brand-green);font-family:var(--font-brand);font-size:42px;font-weight:700;letter-spacing:-.02em;line-height:1.1;margin:0 0 20px;max-width:none}.article-guide-page .article-guide-facts-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));margin:0}.article-guide-page .article-guide-fact{align-items:flex-start;background:var(--paper);border:0;box-shadow:0 14px 28px #143a3008,0 3px 10px #00000005!important;display:flex;gap:14px;margin:0;padding:18px 20px}.article-guide-page .article-guide-facts .recipe-tip-card{background:#fff}.article-guide-page .article-guide-fact svg{margin-top:0}.article-guide-page .article-guide-leader-banner,.article-guide-page .article-guide-closing-image{aspect-ratio:16 / 9;margin-top:0;overflow:hidden;padding:0;position:static;width:100%}.article-guide-page .article-guide-leader-copy{left:auto;margin-top:30px;max-width:none;padding:0;position:static;top:auto;transform:none;width:auto}.article-guide-page .article-guide-disclaimer{color:#4c4c4c;font-size:12px;line-height:1.5;margin-top:16px;max-width:1100px}.article-guide-page .article-guide-facts .article-guide-disclaimer{color:#6b6b6b;font-size:12px;font-style:italic;font-weight:400;line-height:1.5}.article-guide-page .article-guide-closing-image{margin-top:52px}@media(max-width:760px){.article-guide-page .recipe-detail-copy{display:contents}.article-guide-page .recipe-detail-copy>.section-heading{font-size:clamp(38px,11.2vw,46px);grid-column:1;line-height:1;margin-top:34px;order:0}.article-guide-page .recipe-detail-media{grid-column:1;margin-top:30px;order:1}.article-guide-page .article-guide-content{grid-column:1;order:2}.article-guide-page .article-guide-main-title,.article-guide-page .article-guide-chapter h3{font-size:clamp(30px,8.4vw,36px)!important;line-height:1.06;margin-bottom:24px}.article-guide-page .article-guide-featured-recipe{margin-bottom:52px;margin-top:52px;padding:34px 0}.article-guide-page .article-guide-facts-grid{grid-template-columns:minmax(0,1fr)}.article-guide-page .article-guide-takeaway h4,.article-guide-page .article-guide-leader-copy h4{font-size:34px}}.footer-social-mobile{display:none}@media(max-width:1299px){.footer-main{gap:52px;grid-template-columns:minmax(0,1fr);padding:64px 0 0}.footer-brand h2{font-size:clamp(34px,5vw,48px);line-height:1.08;max-width:760px}.footer-newsletter-intro{max-width:680px}.footer-newsletter{max-width:none}.footer-newsletter-row{gap:14px;grid-template-columns:minmax(0,1fr)}.footer-newsletter input{border:1px solid rgba(255,255,255,.72);min-height:58px}.footer-newsletter button{min-height:58px;width:100%}.footer-links{gap:34px clamp(48px,10vw,120px);grid-template-columns:repeat(2,minmax(0,1fr))}.footer-col{gap:14px}.footer-col h4{font-size:16px;font-weight:600;margin-bottom:8px}.footer-col a{font-size:16px;line-height:1.45}.footer-links .footer-col:last-child{display:none}.footer-social-mobile{align-items:center;border-bottom:1px solid rgba(255,255,255,.72);border-top:1px solid rgba(255,255,255,.72);display:flex;justify-content:space-around;padding:24px clamp(8px,4vw,48px)}.footer-social-mobile a{align-items:center;color:#fff;display:inline-flex;justify-content:center;min-height:44px;min-width:44px}.footer-social-mobile a:hover,.footer-social-mobile a:focus-visible{color:var(--brand-orange)}.footer-bottom{align-items:center;border-top:0;flex-direction:column-reverse;gap:30px;justify-content:center;padding:38px 0 52px;text-align:center}.footer-legal{gap:10px;justify-items:center;text-align:center}.footer-credit{justify-self:center}.footer-bottom-logo{align-self:flex-start}}@media(max-width:700px){.footer-main{gap:42px;padding:48px 0 0}.footer-brand h2{font-size:clamp(32px,9.2vw,42px);margin-bottom:16px}.footer-newsletter-intro{font-size:15px;margin-bottom:24px}.footer-newsletter input,.footer-newsletter button{min-height:56px}.footer-newsletter p{font-size:11px}.footer-links{gap:30px 24px;grid-template-columns:repeat(2,minmax(0,1fr))}.footer-col{gap:12px}.footer-col h4,.footer-col a{font-size:15px}.footer-social-mobile{border-bottom:0;border-top:0;padding:20px 0}.footer-social-mobile svg{height:26px;width:26px}.footer-bottom{padding:34px 0 46px}.footer-bottom-logo img{height:48px}.footer-bottom-logo{display:none}}@media(max-width:700px){.products-list-section .product-filter-bar{flex-wrap:nowrap;gap:20px;justify-content:flex-start;margin-bottom:30px;overflow-x:auto;overscroll-behavior-inline:contain;padding:3px 0 11px;scrollbar-width:none;scroll-snap-type:inline proximity;-webkit-overflow-scrolling:touch}.products-list-section .product-filter-bar::-webkit-scrollbar{display:none}.products-list-section .product-filter-bar .filter-pill{flex:0 0 auto;font-size:12px;letter-spacing:.055em;padding:5px 0 9px;scroll-snap-align:start;white-space:nowrap}.products-list-section .product-filter-bar .filter-pill.active:after{height:2px}.products-list-section .product-category-stack{gap:36px}.products-list-section .product-family-group{gap:18px}.products-list-section .product-family-head{padding-bottom:2px}.products-list-section .product-family-head span{font-size:clamp(27px,8vw,32px)}.products-list-section .grid-products{gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch}.products-list-section .product-card-link,.products-list-section .product-card,.products-list-section .product-card-flip{height:100%;min-width:0;width:100%}.products-list-section .product-card-link{container-type:inline-size}.products-list-section .product-card--flip{perspective:none}.products-list-section .product-card-flip,.products-list-section .product-card--flip:hover .product-card-flip,.products-list-section .product-card--flip:focus-within .product-card-flip{display:block;transform:none;transform-style:flat}.products-list-section .product-card-front{backface-visibility:visible;grid-template-rows:auto minmax(0,1fr);height:100%}.products-list-section .product-card-back{display:none}.products-list-section .product-media{aspect-ratio:1 / 1;overflow:hidden;padding:8px 4px 14px}.products-list-section .product-media img{height:88%;max-height:88%;max-width:100%;transform:translateY(8%) scale(1.04);width:100%}.products-list-section .product-body{align-items:flex-start;background:var(--mobile-product-bg, var(--brand-green));color:var(--mobile-product-fg, #fff);gap:clamp(6px,2vw,10px);min-height:0;padding:clamp(11px,3.3vw,15px) clamp(10px,3.2vw,15px)}.products-list-section .product-body h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--mobile-product-fg, #fff);font-size:clamp(10px,3.4vw,15px);font-weight:700;height:2.36em;line-height:1.18;overflow:hidden;text-wrap:wrap}@container (max-width: 220px){.products-list-section .product-body h3{font-size:clamp(10px,8cqi,15px)}}.products-list-section .product-card-front-copy{display:grid;gap:clamp(10px,3vw,15px)}.products-list-section .product-card-mobile-facts{display:grid;gap:5px}.products-list-section .product-card-mobile-facts p{color:var(--mobile-product-fg, #fff);font-size:clamp(8.5px,2.35vw,10px);letter-spacing:-.01em;line-height:1.28;margin:0;white-space:nowrap}.products-list-section .product-card-mobile-facts span{font-weight:400}.products-list-section .product-card-front .round-arrow{color:var(--mobile-product-accent, var(--brand-orange));flex:0 0 auto;margin-left:auto;margin-top:1px}.products-list-section .product-card-front .round-arrow svg{height:16px;width:16px}.products-list-section .product-card-link:nth-child(4n+1) .product-card-front{--mobile-product-bg: var(--brand-green);--mobile-product-fg: #fff;--mobile-product-accent: var(--brand-orange)}.products-list-section .product-card-link:nth-child(4n+2) .product-card-front{--mobile-product-bg: var(--brand-yellow);--mobile-product-fg: var(--brand-green);--mobile-product-accent: var(--brand-orange)}.products-list-section .product-card-link:nth-child(4n+3) .product-card-front{--mobile-product-bg: var(--brand-orange);--mobile-product-fg: #fff;--mobile-product-accent: var(--brand-yellow)}.products-list-section .product-card-link:nth-child(4n) .product-card-front{--mobile-product-bg: var(--brand-green-secondary);--mobile-product-fg: #fff;--mobile-product-accent: var(--brand-yellow)}}@media(max-width:1080px){.mobile-nav-shell,.mobile-nav{height:var(--app-viewport-height);max-height:var(--app-viewport-height);min-height:var(--app-viewport-height)}.mobile-nav-shell{top:0;right:0;bottom:0;left:0;overflow:hidden}.mobile-nav{grid-template-rows:auto minmax(0,1fr) auto}.mobile-nav-list{align-content:center;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.mobile-nav-list::-webkit-scrollbar{display:none}}@media(max-width:1080px)and (orientation:portrait){.family-hero{height:max(var(--app-viewport-height),calc(100vw * 13 / 6));min-height:max(var(--app-viewport-height),calc(100vw * 13 / 6))}.family-hero__scrim{background:linear-gradient(180deg,#fff0 41.5%,#ffffff08 61%,#ffffff1f 71.5%,#ffffff8c 84.5%,#ffffffe6 95%,#fff),linear-gradient(180deg,#ffffff29,#ffffff1a 36%,#ffffff08,#fff0 72%)}.family-hero__content{padding-bottom:clamp(28px,7vw,58px);padding-top:calc(var(--header-h) + clamp(22px,8vw,54px))}.family-hero__main-copy{margin-top:clamp(18px,5vw,30px)}.family-hero__lead{margin-top:clamp(14px,4vw,28px)}.family-hero__cta{bottom:clamp(42px,9vw,92px);left:0;margin-top:0;position:absolute}}@media(max-width:700px){.mobile-nav{max-width:none;padding:max(22px,env(safe-area-inset-top)) max(22px,env(safe-area-inset-right)) max(24px,env(safe-area-inset-bottom)) max(22px,env(safe-area-inset-left));width:100%}.mobile-nav-list{gap:clamp(8px,2.4vw,12px);padding-block:12px}.mobile-nav-group>a{font-size:clamp(28px,7.4vw,34px)}.mobile-nav-footer{flex:0 0 auto;padding-top:clamp(12px,4vw,18px)}}.site-announcement{position:relative;z-index:1200;padding:9px 20px;background:#05542e;color:#fff;text-align:center;font:700 14px/1.35 inherit}.site-announcement a{color:inherit;text-decoration:underline;text-underline-offset:3px}.site-maintenance{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:22px;padding:40px 24px;background:#f7f1e8;color:#06442b;text-align:center}.site-maintenance img{width:min(220px,55vw);height:auto}.site-maintenance span{color:#f65f24;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.site-maintenance h1{max-width:760px;margin:0;font-size:clamp(32px,6vw,64px);line-height:1.05}.site-maintenance a{color:inherit;font-weight:700}.prose .legal-updated,.prose .legal-note{color:#18443b9e;font-size:14px}.prose .legal-note{border-left:3px solid var(--line);padding-left:12px}.prose .legal-tech{color:#18443b99;display:block;font-size:12px}.prose h2{margin-top:34px}.prose h2:first-child{margin-top:0}.prose .table-scroll{-webkit-overflow-scrolling:touch;margin:20px 0 4px;max-width:min(1080px,92vw);overflow-x:auto;width:max-content}.prose table{border-collapse:collapse;font-size:14px;line-height:1.5;min-width:640px;text-align:left;width:100%}.prose thead th{background:#05542e0f;color:var(--ink);font-weight:700}.prose th,.prose td{border:1px solid var(--line);padding:10px 12px;vertical-align:top}.prose tbody tr:nth-child(2n) td{background:#18443b06}@media(max-width:900px){.prose .table-scroll{max-width:100%;width:100%}.prose table{font-size:13px}}.footer-cookie-settings{background:none;border:0;color:#ffffff94;cursor:pointer;font:inherit;font-size:13px;justify-self:end;padding:0;text-decoration:underline;text-underline-offset:3px}.footer-cookie-settings:hover,.footer-cookie-settings:focus-visible{color:#fff}.dz{--green-900: #05542e;--green-700: #2c6b41;--teal-900: #18443b;--green-600: #3f7d52;--green-500: #5a9468;--orange: #f26522;--orange-soft: #f58a4f;--yellow: #ffde17;--cream: #ffffff;--cream-2: #ffffff;--rice: #ffffff;--paper: #ffffff;--white: #ffffff;--line: #e3d8c2;--ink: #143a30;--ink-soft: #3c5b4f;--ink-mut: #6c8275;--sans: "Myriad Pro", "Source Sans 3", system-ui, -apple-system, sans-serif;--serif: "Textile", "Lora", Georgia, "Times New Roman", serif;--maxw: var(--content-maxw, 1180px);--pad: 0px;--r-sm: 10px;--r: 18px;--r-lg: 28px;--r-xl: 40px;--sh-sm: none;--sh: none;--sh-lg: none;--ease: cubic-bezier(.22, .61, .36, 1);--site-content-gutter: max(24px, calc((100vw - var(--maxw)) / 2));--logo-edge-gutter: max(6px, calc(var(--site-content-gutter) - clamp(10px, 1.4vw, 18px)));font-family:var(--sans);color:var(--ink);line-height:1.6;font-size:18px}.dz *{box-sizing:border-box}.dz img{max-width:100%;display:block}.dz a{color:inherit;text-decoration:none}.dz button{font-family:inherit;cursor:pointer}.dz h1,.dz h2,.dz h3,.dz h4{line-height:1.04;font-weight:700;letter-spacing:-.02em;color:var(--ink);text-wrap:balance;margin:0}.dz p{margin:0}.dz .h-xl{font-size:clamp(38px,4vw,52px);font-weight:800;letter-spacing:-.03em;line-height:1}.dz .h-lg{font-size:clamp(34px,3.6vw,52px);font-weight:800;letter-spacing:-.025em;line-height:1.04}.dz .serif-it{font-family:var(--serif);font-style:italic;font-weight:500;letter-spacing:-.01em}.dz em.accent,.dz .accent{font-family:var(--serif);font-style:italic;font-weight:600;color:var(--orange);letter-spacing:0}.dz .title-reveal{--title-line-step: .17s}.dz .title-reveal__word{display:inline-block;opacity:0;transform:translate3d(0,.72em,0);transition:opacity .65s cubic-bezier(.22,.61,.36,1),transform .9s cubic-bezier(.16,1,.3,1);transition-delay:0ms;will-change:opacity,transform;white-space:nowrap}.dz .title-reveal.is-title-visible .title-reveal__word{opacity:1;transform:translateZ(0);transition-delay:calc(var(--title-line-index) * var(--title-line-step))}.dz .lead{font-size:clamp(1.05rem,1.5vw,1.35rem);color:var(--ink-soft);line-height:1.65;text-wrap:pretty}.dz .eyebrow{font-size:16px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--green-700);display:inline-flex;align-items:center;gap:.6em}.dz .eyebrow:before{content:"";width:26px;height:2px;background:var(--orange);border-radius:2px}.dz .eyebrow.on-dark{color:var(--yellow)}.dz .eyebrow.center{justify-content:center}.dz .wrap{width:min(var(--maxw),calc(100% - 48px));margin-inline:auto;padding-inline:var(--pad)}.dz .sec{padding-block:clamp(70px,9vw,150px);position:relative}.dz .sec-tight{padding-block:clamp(48px,6vw,90px);position:relative}.dz #produse-carusel{padding-top:clamp(44px,5vw,78px)}.dz #produse-carusel.product-stack-panel-1:before{display:none}.dz #alte-bunatati.product-stack-panel-2{background:#ffde17}.dz #alte-bunatati.product-stack-panel-2:before{display:none}.dz #retete{padding-bottom:clamp(48px,5vw,78px)}.dz.product-detail-similar-carousel .product-carousel--embedded{padding-bottom:clamp(22px,2.88vw,48px);padding-top:clamp(28px,3.6vw,60px)}.dz.product-detail-similar-carousel .pc-main{margin-bottom:clamp(9px,1.28vw,18px)}.dz.product-detail-home-recipes #retete{padding-top:clamp(11px,1.44vw,24px)}.dz.recipe-detail-home-recipes #retete{padding-top:clamp(13px,1.58vw,27px)}.dz #comunitate{padding-top:clamp(48px,5vw,78px);padding-bottom:clamp(20px,2.2vw,32px)}.dz #lifestyle{padding-top:clamp(28px,3vw,48px);padding-bottom:clamp(40px,4.2vw,64px)}.dz .bg-cream{background:var(--cream)}.dz .bg-paper{background:var(--paper)}.dz .bg-rice{background:var(--rice)}.dz .bg-white{background:#fff}.dz>:is(.bg-white,.bg-cream,.bg-paper,.bg-rice),.dz .product-recipe-stack>:is(.bg-white,.bg-cream,.bg-paper,.bg-rice){position:relative;overflow:hidden;isolation:isolate}.dz>:is(.bg-white,.bg-cream,.bg-paper,.bg-rice):before,.dz .product-recipe-stack>:is(.bg-white,.bg-cream,.bg-paper,.bg-rice):before{content:"";position:absolute;pointer-events:none;z-index:0;background-repeat:no-repeat;right:max(-150px,-7vw);bottom:clamp(18px,5vw,92px);width:clamp(390px,36vw,690px);height:clamp(220px,20vw,360px);background-image:url(/assets/hero-bg-plate.jpg);background-size:190% auto;background-position:100% 4%;filter:grayscale(1) saturate(0) contrast(.74) brightness(1.18);opacity:.12;mix-blend-mode:multiply;transform:none;-webkit-mask-image:radial-gradient(ellipse at 72% 42%,#000 0 28%,rgba(0,0,0,.48) 47%,transparent 72%);mask-image:radial-gradient(ellipse at 72% 42%,#000 0 28%,rgba(0,0,0,.48) 47%,transparent 72%)}.dz>:is(.bg-white,.bg-cream,.bg-paper,.bg-rice):nth-of-type(2n):before,.dz .product-recipe-stack>:is(.bg-white,.bg-cream,.bg-paper,.bg-rice):nth-of-type(2n):before{right:auto;left:max(-150px,-7vw);background-position:100% 4%;transform:scaleX(-1)}.dz>#retail:before,.dz>#retail:after{display:none}.dz>:is(.bg-white,.bg-cream,.bg-paper,.bg-rice)>*,.dz .product-recipe-stack>:is(.bg-white,.bg-cream,.bg-paper,.bg-rice)>*{position:relative;z-index:1}.dz .bg-green{background:var(--green-900);color:#eaf3ec}.dz .bg-green :is(h1,h2,h3,h4){color:#fff}.dz .sec-head{margin-bottom:34px;max-width:62ch}.dz .sec-head.center{margin-inline:auto;text-align:center}.dz .sec-head .h-lg,.dz .sec-head .h-xl{margin:.18em 0}.dz .sec-head .h-lg+.lead,.dz .sec-head .h-xl+.lead{margin-top:.4em}.dz .despre-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(36px,5vw,72px);align-items:center}@media(max-width:860px){.dz .despre-grid{grid-template-columns:1fr}}.dz .btn{display:inline-flex;align-items:flex-end;justify-content:center;gap:.72em;font-family:var(--sans);font-weight:800;font-size:1.08rem;letter-spacing:0;line-height:1;padding:.92em 1.28em .58em;min-height:52px;border:0;border-radius:0;background:transparent;color:var(--green-900);position:relative;transition:transform .35s var(--ease),color .25s;white-space:nowrap;cursor:pointer}.dz .btn:before,.dz .btn:after{content:"";position:absolute;pointer-events:none;top:0;right:0;bottom:0;left:0}.dz .btn:before{background:linear-gradient(var(--btn-line-color, currentColor),var(--btn-line-color, currentColor)) left bottom / 100% 2px no-repeat;opacity:.86;transform:scaleX(.92);transform-origin:center bottom;transition:opacity .25s,transform .35s var(--ease)}.dz .btn:after{inset:auto 12px 0;height:2px;background:var(--btn-line-color, var(--orange));opacity:0;transform:scaleX(.18);transform-origin:center;transition:opacity .25s,transform .35s var(--ease)}.dz .btn svg{display:block;flex:none;width:1.08em;height:1.08em;margin-bottom:-.06em;transition:transform .35s var(--ease)}.dz .btn svg.lucide-arrow-right{transform:rotate(-45deg)}.dz .btn:hover svg,.dz .btn:focus-visible svg{transform:translate(4px)}.dz .btn:hover svg.lucide-arrow-right,.dz .btn:focus-visible svg.lucide-arrow-right{transform:translate(4px) rotate(0)}.dz .btn-primary{color:var(--green-900);box-shadow:none}.dz .btn-primary:hover{transform:translateY(-3px);box-shadow:none;color:var(--green-700);background:transparent}.dz .btn-accent{color:var(--orange);box-shadow:none}.dz .btn-accent:hover{transform:translateY(-3px);box-shadow:none;color:var(--orange-soft)}.dz .btn-ghost{background:transparent;color:var(--green-900);border:0}.dz .btn-ghost:hover{background:transparent;color:var(--orange);transform:translateY(-3px)}.dz .jasmine .btn-ghost{color:#fff;border-color:transparent}.dz .jasmine .btn-ghost:hover{background:transparent;color:var(--yellow);border-color:transparent}.dz .btn-link{font-family:var(--sans);font-weight:800;color:var(--green-900);display:inline-flex;align-items:flex-end;justify-content:center;gap:.58em;border-bottom:0;padding:.92em 1.28em .58em;background:transparent;min-height:52px;position:relative}.dz .btn-link svg{display:block;flex:none;width:1.08em;height:1.08em;margin-bottom:-.06em;transition:transform .35s var(--ease)}.dz .btn-link svg.lucide-arrow-right{transform:rotate(-45deg)}.dz .btn-link:hover svg,.dz .btn-link:focus-visible svg{transform:translate(4px)}.dz .btn-link:hover svg.lucide-arrow-right,.dz .btn-link:focus-visible svg.lucide-arrow-right{transform:translate(4px) rotate(0)}.dz .btn-link:hover{color:var(--orange)}.dz .btn:hover:before,.dz .btn:focus-visible:before{opacity:1;transform:scaleX(1)}.dz .btn:hover:after,.dz .btn:focus-visible:after{opacity:1;transform:scaleX(1)}.dz .btn:focus-visible{outline:2px solid rgba(242,101,34,.42);outline-offset:6px}.dz .tag{display:inline-flex;align-items:center;gap:.4em;font-weight:700;font-size:.8rem;letter-spacing:.02em;padding:.4em .85em;border-radius:100px;background:var(--green-900);color:#fff}.dz .tag.orange{background:var(--orange)}.dz .tag.yellow{background:var(--yellow);color:var(--teal-900)}.dz .tag.soft{background:#05542e14;color:var(--green-900)}.dz .tag.line{background:#fff;border:1.5px solid var(--line);color:var(--ink-soft);font-weight:600}.dz .rv{opacity:0;transform:translateY(34px);transition:opacity .9s var(--ease),transform .9s var(--ease)}.dz .rv.in{opacity:1;transform:none}.dz .rv-2{transition-delay:.1s}.dz .rv-3{transition-delay:.2s}.dz .rv-4{transition-delay:.3s}@media(prefers-reduced-motion:reduce){.dz .rv{opacity:1;transform:none;transition:none}}.dz .grain-scatter{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.5;background-image:radial-gradient(ellipse 7px 3px at center,var(--c, rgba(5, 84, 46, .18)) 40%,transparent 42%);background-size:46px 46px}.dz .about-stats-band{background:transparent;margin-top:0;overflow:visible;padding-block:clamp(30px,3.5vw,54px)}.dz .about-stats-band:before{display:none}.dz .about-stats-band__grid{display:grid;gap:clamp(22px,2.4vw,40px);grid-template-columns:repeat(4,minmax(0,1fr))}.dz .despre-section{height:calc(100svh - var(--header-h, 76px));min-height:0;display:flex;align-items:center;scroll-margin-top:var(--header-h, 76px);overflow:hidden;padding-block:0}.dz .despre-section.pt-6{padding-top:0}.dz .despre-section:before{display:none}.dz .despre-section>.wrap{width:100%;height:100%;padding-inline:0}.dz .despre-editorial{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));height:100%;min-height:0}.dz .despre-editorial__tile{min-height:0;height:100%}.dz .despre-editorial__copy{background:#fff;color:var(--green-900);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;overflow:hidden;padding:clamp(18px,2.6vw,42px)}.dz .despre-editorial__copy:first-child{padding-left:var(--site-content-gutter)}.dz .despre-editorial__copy--secondary{align-items:stretch;display:grid;grid-template-rows:minmax(0,1fr) auto;justify-content:stretch;justify-items:end;padding-bottom:0;padding-right:var(--logo-edge-gutter);position:relative}.dz .despre-editorial__copy .eyebrow{color:var(--green-900)}.dz .despre-editorial__copy .eyebrow:before{background:var(--orange)}.dz .despre-editorial__copy--secondary .eyebrow:before{display:none}.dz .despre-editorial__copy h2,.dz .despre-editorial__copy h3{color:var(--green-900);max-width:13ch;font-size:clamp(1.5rem,2.6vw,2.85rem);line-height:.98;text-transform:uppercase;letter-spacing:-.035em;margin:.18em 0}.dz .despre-editorial__copy:first-child{padding-bottom:calc(clamp(18px,2.6vw,42px) + 40px)}.dz .despre-editorial__copy h2,.dz .despre-editorial__copy h3{text-transform:none}.dz .despre-editorial__copy h2{font-size:clamp(38px,4vw,52px)}.dz .despre-editorial__copy h3{max-width:12ch;font-size:clamp(1.35rem,2.15vw,2.35rem)}.dz .despre-editorial__copy .accent{color:var(--green-900)}.dz .despre-editorial__copy h2 .accent{color:var(--orange)}.dz .despre-editorial__copy p{max-width:48ch;color:#143a30d1;font-size:clamp(.8rem,.84vw,.93rem);line-height:1.35}.dz .despre-editorial__copy h2+p{margin-top:clamp(18px,2vw,28px)}.dz .despre-editorial__copy:first-child p{font-size:18px;max-width:60ch}.dz .despre-editorial__copy--secondary .despre-editorial__secondary-copy{align-self:center;font-size:20px;line-height:1.5;max-width:none;transform:none;width:min(100%,493px)}.dz .despre-editorial__copy--mobile-lead{display:none}.dz .despre-editorial__secondary-copy>span{display:block}.dz .despre-editorial__secondary-copy>span+span{margin-top:1em}.dz .despre-editorial__copy p+p{margin-top:10px}.dz .despre-editorial__copy .source-note{max-width:46ch;color:#143a309e;font-size:clamp(.54rem,.58vw,.64rem);font-style:italic;line-height:1.28}.dz .despre-editorial__copy--secondary .source-note{font-size:12px;max-width:none;padding-top:0;width:min(100%,493px)}@media(min-width:861px)and (max-height:820px){.dz .despre-section{height:max(calc(100svh - var(--header-h, 76px)),760px)}}.dz .despre-editorial__stats{display:grid;gap:clamp(10px,1vw,14px);margin-top:50px;width:min(100%,493px)}.dz .despre-editorial__stat{align-items:center;color:var(--green-900);display:grid;gap:clamp(12px,1.2vw,18px);grid-template-columns:clamp(62px,5vw,76px) minmax(0,1fr)}.dz .despre-editorial__stat-icon{align-items:center;color:var(--green-900);display:flex;height:clamp(62px,5vw,76px);justify-content:center;justify-self:center;width:clamp(62px,5vw,76px)}.dz .despre-editorial__stat-icon img{display:block;height:100%;object-fit:contain;width:100%}.dz .despre-editorial__stat-icon svg{display:block;fill:currentColor;height:auto;width:100%}.dz .despre-editorial__stat-icon .brand-mark{fill:none;stroke:#ffde17;stroke-linecap:round;stroke-linejoin:round;stroke-width:5}.dz .despre-editorial__stat strong{color:#143a30;display:block;font-family:var(--sans);font-size:clamp(1.05rem,1.7vw,1.58rem);font-weight:800;letter-spacing:0;line-height:1.04}.dz .despre-editorial__stat small{color:#143a30cc;display:block;font-size:clamp(.84rem,1vw,1rem);font-weight:500;line-height:1.2;margin-top:2px}.dz .despre-editorial__copy .btn{--btn-line-color: var(--green-900);margin-top:clamp(10px,1.4vw,20px);color:var(--green-900)}.dz .despre-editorial__copy .btn:hover{color:var(--green-700)}.dz .despre-section--team-trial .despre-editorial__team-title{background:var(--yellow)}.dz .despre-editorial__team-title h2{max-width:15ch}.dz .despre-editorial__team-title .eyebrow:before{background:var(--orange)}.dz .despre-editorial__quote{align-items:flex-start;background:var(--paper);color:var(--ink);display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,4vw,64px);position:relative}.dz .despre-editorial__quote:before{color:#f2652257;content:"“";display:block;font-family:var(--serif);font-size:clamp(3.2rem,5vw,5.6rem);font-style:normal;font-weight:600;line-height:.55;margin-bottom:clamp(14px,1.8vw,24px)}.dz .despre-editorial__quote p{color:var(--ink-soft);font-size:clamp(1rem,1.2vw,1.28rem);font-style:italic;font-weight:500;line-height:1.55;max-width:42ch}.dz .despre-editorial__quote--right{align-items:flex-start;padding-left:clamp(28px,6.5vw,132px);padding-right:clamp(28px,4vw,64px)}.dz .despre-editorial__quote--title-line{padding-left:var(--site-content-gutter)}.dz .despre-editorial__quote-author{align-items:center;display:flex;gap:16px;margin-top:clamp(20px,2.2vw,32px)}.dz .despre-editorial__quote-avatar{background:var(--green-700);border-radius:50%;display:block;flex:0 0 auto;height:73px;object-fit:cover;object-position:center;width:73px}.dz .despre-editorial__quote-author>span:last-child{transform:translateY(12px)}.dz .despre-editorial__quote-author strong{color:var(--ink);display:block;font-size:1rem;font-weight:800;line-height:1.2}.dz .despre-editorial__quote-author small{color:var(--ink-mut);display:block;font-size:.9rem;line-height:1.35;margin-top:6px}.dz .despre-editorial__image{margin:0;overflow:hidden;background:#ffde17}.dz .despre-editorial__image img{width:100%;height:100%;object-fit:cover;display:block;filter:none}.dz .despre-editorial__image:first-of-type img{object-position:50% 54%}.dz .despre-editorial__image:nth-of-type(2) img{object-position:50% 10%}.dz .despre-intro{max-width:860px;margin:0 0 clamp(12px,1.8vh,20px);text-align:left}.dz .despre-intro .eyebrow{justify-content:flex-start}.dz .despre-intro .h-xl{margin-top:.18em;font-size:clamp(38px,4vw,52px)}.dz .despre-copy{max-width:56ch}.dz .despre-copy .lead{font-size:clamp(.95rem,1.05vw,1.06rem);line-height:1.45}.dz .despre-copy .lead+.lead{margin-top:10px}.dz .despre-copy .source-note{max-width:48ch;margin-top:12px;color:#143a309e;font-size:clamp(.66rem,.72vw,.78rem);line-height:1.35;font-style:italic}.dz .despre-copy .btn{margin-top:16px}.dz .despre-journey-frame{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(28px,4vw,64px);align-items:center}.dz .journey-copy{align-self:center;padding:clamp(6px,1vh,14px) 0 clamp(6px,1vh,14px) clamp(20px,2vw,32px);border-left:4px solid var(--orange)}.dz .jf-media{position:relative;display:grid;grid-template-columns:.52fr 1.2fr;grid-template-rows:minmax(0,1fr);gap:clamp(12px,1.4vw,20px);align-items:stretch;aspect-ratio:4 / 3}.dz .jf-rail{grid-column:1;min-height:0;min-width:0;display:flex;flex-direction:column;gap:clamp(12px,1.4vw,20px)}.dz .jf-thumb,.dz .jf-hero{position:relative;margin:0;min-height:0;min-width:0;will-change:transform}.dz .jf-thumb{flex:1;overflow:hidden;border-radius:clamp(14px,1.5vw,20px);box-shadow:none}.dz .jf-thumb img,.dz .jf-hero img{width:100%;height:100%;object-fit:cover}.dz .jf-thumb:after,.dz .jf-hero:after{content:"";position:absolute;inset:auto 0 0 0;height:52%;background:linear-gradient(transparent,#03180e8c);pointer-events:none}.dz .jf-thumb figcaption,.dz .jf-hero figcaption{position:absolute;left:clamp(8px,.7vw,14px);bottom:clamp(8px,.7vw,13px);z-index:2;font-weight:700;letter-spacing:.01em;color:#fff;border-radius:100px;background:#052a189e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.dz .jf-thumb figcaption{font-size:.7rem;padding:.3em .7em}.dz .jf-hero figcaption{font-size:.86rem;padding:.44em .95em}.dz .jf-thumb:nth-child(1) img{object-position:center 54%}.dz .jf-thumb:nth-child(2) img{object-position:center 45%}.dz .jf-thumb:nth-child(3) img{object-position:center center}.dz .jf-hero{grid-column:2}.dz .jf-hero img{position:relative;z-index:1;border-radius:clamp(18px,1.7vw,26px);box-shadow:none;object-position:44% 50%}.dz .jf-hero__frame{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(clamp(10px,1.4vw,18px),clamp(10px,1.4vw,18px));border-radius:clamp(18px,1.7vw,26px);background:var(--orange);z-index:0}.dz .jf-hero:after{border-radius:0 0 clamp(18px,1.7vw,26px) clamp(18px,1.7vw,26px);z-index:1}.dz .despre-stats{max-width:1060px;margin:0 auto clamp(12px,1.8vh,22px);padding:0;border-top:0}.dz .despre-stats__head{margin-bottom:24px;max-width:580px}.dz .despre-stats__head h3{max-width:18ch;margin-top:12px;font-size:clamp(1.7rem,3vw,2.55rem);line-height:1.02;color:var(--green-900)}.dz .stats-grid.despre-stats__grid{gap:clamp(24px,4vw,56px)}.dz .despre-stats .stat{text-align:center;background:transparent;border:0;border-radius:0;overflow:visible;padding:4px 0;box-shadow:none}.dz .despre-stats .stat .ico{width:38px;height:38px;margin:0 auto 8px;color:var(--green-900)}.dz .despre-stats .stat .num{justify-content:center;color:var(--green-900);font-size:clamp(1.8rem,2.7vw,2.3rem)}.dz .despre-stats .stat .num .suf{color:var(--orange)}.dz .despre-stats .stat .lab{color:var(--ink-soft);font-size:.84rem}.dz .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.dz .stat{display:block;min-height:0;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:var(--r-lg);padding:34px 26px;position:relative;overflow:hidden}.dz .stat .ico{width:48px;height:48px;margin-bottom:18px;color:var(--yellow)}.dz .stat .ico svg{display:block;width:100%;height:100%;fill:currentColor}.dz .stat .ico .brand-mark{fill:none;stroke:#fff;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.dz .stat .num{font-size:clamp(2.4rem,4vw,3.4rem);font-weight:800;letter-spacing:-.04em;color:#fff;line-height:1;display:flex;align-items:baseline;gap:.12em}.dz .stat .num .suf{font-size:.42em;font-weight:800;color:var(--yellow)}.dz .stat .lab{margin-top:10px;color:#bcd6c4;font-size:1rem;font-weight:600;line-height:1.3}.dz .stats-note{margin-top:28px;font-size:.8rem;color:#ffffff80;font-style:italic}@media(max-width:860px){.dz .about-stats-band__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dz .despre-section{height:auto;min-height:0;align-items:stretch}.dz .despre-section>.wrap{height:auto}.dz .despre-editorial{grid-template-columns:1fr;grid-template-rows:none;min-height:0;height:auto}.dz .despre-editorial__tile{min-height:auto}.dz .despre-editorial__copy{padding:clamp(42px,10vw,72px) clamp(24px,7vw,48px)}.dz .despre-section--team-trial .despre-editorial__team-title{order:1}.dz .despre-section--team-trial .despre-editorial__quote--right{order:2}.dz .despre-section--team-trial .despre-editorial__image{order:3}.dz .despre-section--team-trial .despre-editorial__quote--title-line{order:4}.dz .despre-editorial__copy--secondary{align-items:flex-end;display:flex;padding-bottom:clamp(42px,10vw,72px);padding-right:var(--logo-edge-gutter)}.dz .despre-editorial__copy--secondary .source-note{margin-top:40px;position:static;width:min(100%,493px)}.dz .despre-editorial__copy h2,.dz .despre-editorial__copy h3{max-width:13ch}.dz .despre-editorial__image img{aspect-ratio:16 / 10}.dz .despre-stats__head h3{max-width:20ch}.dz .despre-journey-frame{grid-template-columns:1fr;gap:clamp(24px,5vw,36px)}.dz .jf-media{grid-template-columns:1fr;aspect-ratio:auto;gap:14px}.dz .jf-rail,.dz .jf-hero{grid-column:auto}.dz .jf-hero{order:-1}.dz .jf-hero img{aspect-ratio:16 / 10}.dz .jf-hero__frame{transform:translate(10px,10px)}.dz .jf-rail{flex-direction:row}.dz .jf-thumb{flex:1;aspect-ratio:4 / 3}}@media(max-width:820px){.dz .stats-grid{grid-template-columns:1fr 1fr;gap:14px}.dz .stat{padding:24px 20px}}@media(max-width:460px){.dz .stats-grid{grid-template-columns:1fr}.dz .jf-rail{flex-wrap:wrap}.dz .jf-thumb{flex:1 1 30%}}@media(max-width:700px){.dz .wrap{width:min(var(--maxw),calc(100% - 32px))}.dz>:is(.bg-white,.bg-cream,.bg-paper,.bg-rice):before{right:-118px;bottom:18px;width:340px;height:230px;opacity:.085}.dz>:is(.bg-white,.bg-cream,.bg-paper,.bg-rice):nth-of-type(2n):before{right:auto;left:-118px}}.dz .product-recipe-stack{position:relative;background:#fff;isolation:isolate}.dz .pc-head{margin-bottom:34px}.dz .pc-head .h-xl{font-size:clamp(38px,4vw,52px)}.dz .pc-wrap{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center}.dz .pc-main{margin-bottom:clamp(28px,4vw,56px)}.dz .pc-stage{position:relative;height:clamp(390px,41.4vw,518px);overflow:hidden;touch-action:pan-y}.dz .pc-item{position:absolute;top:50%;left:50%;width:258px;height:472px;display:grid;place-items:center;cursor:pointer;border:0;padding:0;background:transparent;-moz-appearance:none;appearance:none;-webkit-appearance:none;transform:translate(-50%,-50%) translate(calc(var(--d, 0) * 219px)) scale(calc(1 - (max(-1 * var(--d, 0),var(--d, 0))*.16)));transition:transform .6s var(--ease),opacity .6s var(--ease),filter .6s;opacity:1}.dz .pc-item:not(.active){opacity:.48;filter:saturate(.72) brightness(.94)}.dz .pc-item.active{opacity:1;filter:none}.dz .pc-item:focus-visible{outline:2px solid var(--orange);outline-offset:8px;border-radius:20px}.dz .pc-item img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;filter:none;transform:scale(1.55);transition:opacity .24s ease}.dz .pc-item img.is-processing{opacity:0}.dz .pc-item img.is-ready{opacity:1}.dz .pc-item img.is-clean-product{transform:scale(1)}.dz .pc-side{align-self:center;display:flex;flex-direction:column;justify-content:flex-start;min-height:472px;padding-top:clamp(70px,7vw,96px)}.dz .pc-info{display:none}.dz .pc-info.on{display:block;animation:dz-fade .5s var(--ease)}@keyframes dz-fade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.dz .pc-info .cat{color:var(--orange)}.dz .pc-info .cat:before{display:none}.dz .pc-info h3{font-size:clamp(1.8rem,3vw,2.6rem);margin:0 0 .3em}.dz .pc-info .desc{font-family:var(--sans);font-style:italic;font-size:1.2rem;color:var(--ink-soft);margin-bottom:16px}.dz .pc-facts{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 26px}.dz .pc-nav{display:flex;gap:12px;align-items:center;margin-top:clamp(30px,3vw,42px)}.dz .pc-btn{width:54px;height:54px;flex:0 0 auto;aspect-ratio:1;border-radius:50%;border:2px solid var(--green-900);color:var(--green-900);display:grid;place-items:center;transition:.3s var(--ease);background:none;cursor:pointer}.dz .pc-btn:hover{background:var(--green-900);color:#fff;transform:translateY(-2px)}.dz .pc-btn svg{width:20px;height:20px}.dz .pc-dots{display:flex;gap:8px;margin-left:8px}.dz .pc-dot{width:9px;height:9px;flex:0 0 auto;border-radius:50%;background:var(--line);transition:.3s;cursor:pointer;border:none;padding:0}.dz .pc-dot.on{background:var(--orange);width:26px;border-radius:6px}.dz .pc-nav .btn-link{font-size:16px;margin-left:auto}.dz.article-guide-product-carousel .pc-item img{transform:none;width:100%;height:100%;object-fit:contain}.dz #comunitate{isolation:isolate}.dz .ig-carousel{container-type:inline-size}.dz .ig-carousel .pc-stage{height:clamp(340px,33vw,430px)}.dz .ig-carousel .pc-item{width:clamp(240px,25vw,310px);height:auto;aspect-ratio:4 / 5;transform:translate(-50%,-50%) translate(calc(var(--d, 0) * clamp(270px,28.5vw,356px))) scale(calc(1 - (max(-1 * var(--d, 0),var(--d, 0))*.16)))}.dz .ig-carousel .pc-item img{object-fit:cover;transform:none}.dz .ig-carousel .pc-side{min-height:0;padding-top:clamp(24px,2.6vw,40px)}.dz .ig-carousel .pc-info .desc.ig-caption{font-style:normal;font-size:1.08rem;line-height:1.62;margin-bottom:24px}@media(min-width:881px){.dz .ig-carousel{grid-template-columns:1.4fr .6fr}.dz .ig-carousel .pc-stage{height:28cqw}.dz .ig-carousel .pc-item{width:22cqw;transform:translate(-50%,-50%) translate(calc(var(--d, 0) * 23.5cqw)) scale(calc(1 - (max(-1 * var(--d, 0),var(--d, 0))*.16)))}.dz .ig-carousel .pc-side{align-self:start;padding-top:1.9cqw}}.dz .ig-socials{margin-top:clamp(8px,1.4vw,18px)}@media(max-width:880px){.dz .ig-carousel .pc-stage{height:clamp(280px,74vw,380px)}.dz .ig-carousel .pc-item{width:clamp(180px,54vw,240px);transform:translate(-50%,-50%) translate(calc(var(--d, 0) * min(60vw,264px))) scale(calc(1 - (max(-1 * var(--d, 0),var(--d, 0))*.16)))}.dz .ig-carousel .pc-info .btn-primary{display:flex;width:fit-content;margin-inline:auto}}.dz .goodies{margin-top:clamp(14px,3vw,30px)}.dz .goodies-head{display:block;max-width:780px;margin-bottom:34px}.dz .goodies-head .h-xl{font-size:clamp(38px,4vw,52px)}.dz .goodies-head h3{max-width:20ch;font-size:clamp(1.72rem,3.1vw,2.7rem);line-height:1.02;color:var(--green-900)}.dz .goodies-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(14px,1.8vw,24px);align-items:stretch}.dz .goodie{display:grid;align-content:start;gap:16px;min-height:360px;padding:clamp(18px,2vw,28px) clamp(14px,1.6vw,22px) clamp(20px,2vw,28px);background:#05542e0b;border:1px solid rgba(5,84,46,.1);overflow:hidden;position:relative}.dz .goodie:before{content:"";position:absolute;inset:auto -32% -26% 12%;height:58%;border-radius:50%;background:var(--goodie-glow, rgba(5, 84, 46, .1));opacity:.8;pointer-events:none}.dz .goodie figure{position:relative;z-npindex:1;display:grid;place-items:end center;height:clamp(178px,17vw,250px);margin:0;will-change:transform}.dz .goodie img{width:min(100%,188px);height:100%;object-fit:contain;filter:none}.dz .goodie div{position:relative;z-index:2}.dz .goodie h4{font-size:clamp(1.06rem,1.4vw,1.34rem);line-height:1.08;color:var(--green-900)}.dz .goodie p{margin-top:8px;color:var(--ink-soft);font-size:.96rem;line-height:1.42}.dz .goodie-sage{--goodie-glow: rgba(44, 107, 65, .14)}.dz .goodie-orange{--goodie-glow: rgba(242, 101, 34, .14)}.dz .goodie-yellow{--goodie-glow: rgba(255, 222, 23, .26)}.dz .goodie-cream{--goodie-glow: rgba(201, 162, 90, .18)}@media(min-width:768px){.dz .product-recipe-stack{position:relative;overflow:visible}.dz .product-recipe-stack .product-stack-panel{min-height:calc(100svh - var(--header-h, 76px));display:flex;align-items:center;padding-block:clamp(28px,4svh,52px);position:sticky;top:calc(var(--header-h, 76px) - 30svh);box-shadow:none}.dz .product-recipe-stack .product-stack-panel .wrap{display:grid;align-content:center;min-height:calc(100svh - var(--header-h, 76px) - clamp(56px,8svh,104px))}.dz .product-stack-panel-1{z-index:1}.dz .product-stack-panel-2{z-index:2}.dz #alte-bunatati .pc-main{transform:translateY(24px)}.dz .product-stack-panel-3{z-index:4;box-shadow:none}.dz .product-stack-panel-2 .goodies{margin-top:0}}.dz .stack-cover{position:relative;background:#fff}@media(min-width:768px){.dz .stack-cover__intro{position:relative;z-index:0}.dz .stack-cover__layer{position:sticky;top:var(--header-h, 76px);background:#fff}.dz .stack-cover__layer--floor{z-index:1}.dz .stack-cover__layer--cover{z-index:2;min-height:calc(100svh - var(--header-h, 76px));margin-top:0;box-shadow:0 -22px 44px #052c1a1a}.dz .stack-cover__layer>#retail:before,.dz .stack-cover__layer>#retail:after{display:none}.dz .stack-cover__layer>.despre-section--team-trial{box-shadow:none}.dz .stack-cover__layer>.despre-section--team-trial .despre-editorial.rv{opacity:1;transform:none;transition:none}}@media(max-width:1080px){.dz .goodies-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:880px){.dz .pc-wrap{grid-template-columns:1fr;gap:10px}.dz .pc-stage{height:494px;order:-1}.dz .pc-item{width:230px;height:414px}.dz .pc-side{min-height:auto;padding-top:0}.dz .pc-nav{flex-wrap:wrap;margin-top:24px}.dz .pc-dots{flex:1 1 auto;min-width:0;margin-left:2px}.dz .pc-nav .btn-link{flex:0 1 auto;margin-left:0}}@media(max-width:720px){.dz .goodies-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dz .goodie{min-height:310px}}@media(max-width:520px){.dz .pc-nav .btn-link{flex-basis:100%;justify-self:start;width:fit-content}}@media(max-width:520px){.dz .goodies-grid{grid-template-columns:1fr}.dz .goodie{min-height:auto;grid-template-columns:132px minmax(0,1fr);align-items:center}.dz .goodie figure{height:176px}.dz .goodie img{width:128px}}.dz .jasmine{color:#f5efe5;isolation:isolate;overflow:hidden;position:relative;background:radial-gradient(circle at 79% 32%,rgba(242,101,34,.19),transparent 32%),radial-gradient(circle at 20% 78%,rgba(44,107,65,.2),transparent 38%),linear-gradient(118deg,#071d14,#0a2419 52%,#2a1b13)}.dz .jasmine:before{background:linear-gradient(90deg,#ffde1738,#ffde1700);content:"";height:1px;left:0;opacity:.52;position:absolute;top:0;width:100%}.dz .jasmine:after{animation:premium-glow-breathe 7s ease-in-out infinite alternate;background:radial-gradient(circle,rgba(242,101,34,.26),transparent 66%);content:"";height:120%;pointer-events:none;position:absolute;right:-14%;top:-12%;width:66%}.dz .jasmine .wrap{align-items:center;display:grid;gap:clamp(48px,6vw,92px);grid-template-columns:minmax(330px,.78fr) minmax(560px,1.22fr);position:relative;z-index:2}.dz .premium-feature__copy{position:relative;z-index:5;display:flex;flex-direction:column;align-items:flex-start}.dz .jasmine h2{color:#fff}.dz .jasmine .h-xl{margin:.2em 0 .18em}.dz .jasmine .h-xl .accent{color:var(--orange)}.dz .jasmine .lead{color:#f5efe5c2;max-width:46ch}.dz .premium-feature__kicker{color:var(--yellow);font-size:clamp(1.18rem,1.55vw,1.42rem);margin:.22em 0 1em;max-width:30ch}.dz .premium-feature__cta{align-self:flex-end;margin-top:28px}.dz .premium-art{--plx-x: 0;--plx-y: 0;height:clamp(520px,43vw,650px);position:relative;z-index:2}.dz .premium-art__layer{margin:0;position:absolute;transform:translate3d(calc(var(--plx-x) * var(--depth, 0) * 14px),calc(var(--plx-y) * var(--depth, 0) * 10px),0);will-change:transform}.dz .premium-art__accent{border:2px solid rgba(255,222,23,.45);border-radius:0;bottom:calc(7% - 20.7px);left:calc(13% + 18px);pointer-events:none;position:absolute;right:-20.7px;top:18px;z-index:0}.dz .premium-art__scene{top:0;right:0;bottom:7%;left:13%;z-index:1}.dz .premium-art__scene-reveal{border-radius:0;display:block;filter:drop-shadow(0 34px 44px rgba(0,0,0,.42));height:100%;overflow:hidden;position:relative}.dz .premium-art__photo{display:block;height:100%;object-fit:cover;transform:scale(1.03);width:100%}.dz .premium-art__vignette{background:linear-gradient(105deg,rgba(7,29,20,.32),transparent 44%),linear-gradient(0deg,rgba(7,29,20,.2),transparent 32%);top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute}.dz .premium-art__enter{display:block}.dz .premium-art__pack{bottom:0;left:0;width:40%;z-index:5}.dz .premium-art__pack-img{display:block;filter:none;height:auto;margin-bottom:-8.5%;margin-left:-27.5%;max-width:none;transform-origin:center bottom;width:155%}.dz .premium-art__tomatoes{right:-3%;top:-5%;width:21%;z-index:6}.dz .premium-art__tomatoes-img{display:block;filter:drop-shadow(0 18px 20px rgba(0,0,0,.4));height:auto;transform:rotate(9deg);width:100%}.dz .premium-art__spoon{bottom:-3%;right:-4%;width:44%;z-index:4}.dz .premium-art__spoon-img{display:block;filter:drop-shadow(0 20px 18px rgba(0,0,0,.38));height:auto;transform:rotate(38deg);transform-origin:center;width:100%}.dz .premium-art__accent{opacity:0;transform:translate3d(-12px,-10px,0)}.dz .jasmine.is-premium-active .premium-art__accent{animation:premium-accent-in .8s ease-out .4s both}.dz .premium-art__photo{opacity:0;transform:scale(1.03) translate3d(38%,0,0)}.dz .jasmine.is-premium-active .premium-art__photo{animation:premium-photo-settle 1.8s cubic-bezier(.22,.8,.24,1) .08s both}.dz .premium-art__enter--pack{opacity:0;transform:translate3d(0,74px,0) rotate(-5deg) scale(.94)}.dz .jasmine.is-premium-active .premium-art__enter--pack{animation:premium-pack-in .9s cubic-bezier(.16,.86,.22,1) .55s both}.dz .premium-art__enter--tomatoes{opacity:0;transform:translate3d(0,-110px,0) rotate(-16deg) scale(.85)}.dz .jasmine.is-premium-active .premium-art__enter--tomatoes{animation:premium-tomatoes-in .95s cubic-bezier(.2,.7,.3,1) 1.05s both}.dz .premium-art__enter--spoon{opacity:0;transform:translate3d(26%,55%,0) rotate(30deg)}.dz .jasmine.is-premium-active .premium-art__enter--spoon{animation:premium-spoon-in 1.1s cubic-bezier(.18,.85,.25,1) .8s both}@media(prefers-reduced-motion:no-preference){.dz .jasmine.is-premium-active .premium-art__photo{animation:premium-photo-settle 1.8s cubic-bezier(.22,.8,.24,1) .08s both,premium-kenburns 16s ease-in-out 1.5s infinite alternate}.dz .jasmine.is-premium-active .premium-art__pack-img{animation:premium-float 6.5s ease-in-out 2.3s infinite alternate}.dz .jasmine.is-premium-active .premium-art__tomatoes-img{animation:premium-tomatoes-sway 5.4s ease-in-out 2.6s infinite alternate}}@keyframes premium-accent-in{0%{opacity:0;transform:translate3d(-12px,-10px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes premium-photo-settle{0%{opacity:0;transform:scale(1.03) translate3d(38%,0,0)}to{opacity:1;transform:scale(1.03) translateZ(0)}}@keyframes premium-kenburns{0%{transform:scale(1.03) translateZ(0)}to{transform:scale(1.09) translate3d(-1.6%,-1.2%,0)}}@keyframes premium-pack-in{0%{opacity:0;transform:translate3d(0,74px,0) rotate(-5deg) scale(.94)}55%{opacity:1}78%{transform:translate3d(0,-7px,0) rotate(.6deg) scale(1.01)}to{opacity:1;transform:translateZ(0) rotate(0) scale(1)}}@keyframes premium-float{0%{transform:translateZ(0) rotate(0)}to{transform:translate3d(0,-8px,0) rotate(-.6deg)}}@keyframes premium-tomatoes-in{0%{opacity:0;transform:translate3d(0,-110px,0) rotate(-16deg) scale(.85)}55%{opacity:1;transform:translate3d(0,10px,0) rotate(5deg) scale(1.02)}76%{transform:translate3d(0,-7px,0) rotate(-2deg) scale(1)}to{opacity:1;transform:translateZ(0) rotate(0) scale(1)}}@keyframes premium-tomatoes-sway{0%{transform:rotate(9deg) translateZ(0)}to{transform:rotate(6.5deg) translate3d(0,-6px,0)}}@keyframes premium-spoon-in{0%{opacity:0;transform:translate3d(26%,55%,0) rotate(30deg)}58%{opacity:1}74%{transform:translate3d(-1.5%,-2%,0) rotate(-3deg)}to{opacity:1;transform:translateZ(0) rotate(0)}}@keyframes premium-glow-breathe{0%{opacity:.56;transform:scale(.95)}to{opacity:.88;transform:scale(1.08)}}@media(max-width:1080px){.dz .jasmine .wrap{gap:36px;grid-template-columns:minmax(290px,.72fr) minmax(480px,1.28fr)}.dz .premium-art{height:560px}.dz .premium-art__pack{width:40%}.dz .premium-art__spoon{width:46%}}@media(max-width:880px){.dz .jasmine{background:radial-gradient(ellipse 115% 86% at 112% 54%,rgba(108,54,24,.84) 0%,rgba(74,42,24,.6) 34%,rgba(34,40,26,.26) 59%,transparent 79%),radial-gradient(ellipse 92% 72% at 8% 88%,rgba(44,107,65,.3),transparent 70%),linear-gradient(165deg,#071d14,#0a2419 58%,#111f17)}.dz .jasmine:after{background:radial-gradient(ellipse at 82% 35%,rgba(242,101,34,.2),transparent 64%);filter:blur(18px);height:auto;top:-22%;right:-22%;bottom:-22%;left:-22%;width:auto}.dz .jasmine .wrap{grid-template-columns:1fr;gap:30px}.dz .jasmine .lead{max-width:46ch}.dz .premium-art{height:clamp(470px,72vw,600px)}.dz .premium-art__scene{top:0;right:0;bottom:8%;left:10%}.dz .premium-art__accent{bottom:calc(8% - 16px);left:calc(10% + 16px);right:-12px;top:16px}}@media(max-width:560px){.dz .premium-art{height:440px}.dz .premium-art__scene{top:0;right:0;bottom:10%;left:0}.dz .premium-art__scene-reveal{border-radius:18px}.dz .premium-art__accent{border-radius:22px;bottom:calc(10% - 12px);left:12px;right:-8px;top:12px}.dz .premium-art__photo{object-position:62% center}.dz .premium-art__pack{width:44%}.dz .premium-art__tomatoes{right:-2%;top:-4%;width:24%}.dz .premium-art__spoon{bottom:-2%;right:-5%;width:52%}}@media(prefers-reduced-motion:reduce){.dz .jasmine:after{animation:none}}.dz .rec-feat{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;border-radius:var(--r-xl);overflow:hidden;box-shadow:none;background:#fff}.dz .rec-feat .img,.dz .rec-feat .body{grid-column:span 2}.dz .rec-feat .img{position:relative;min-height:360px}.dz .rec-feat .img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.dz .rec-feat .body{padding:0 0 0 clamp(28px,4vw,54px);display:flex;flex-direction:column;justify-content:flex-start}.dz .rec-feat .body .h-lg{font-size:40px}.dz .rec-feat .body .lead{max-width:none}.dz .rec-feat .body .btn{align-self:flex-end;margin-top:auto}.dz .rec-feat .meta{display:flex;gap:18px;flex-wrap:wrap;margin:18px 0 26px;color:var(--ink-soft);font-weight:600;font-size:.95rem}.dz .rec-feat .meta span{display:inline-flex;align-items:center;gap:.45em}.dz .rec-feat .meta svg{width:18px;height:18px;color:var(--orange)}@media(max-width:760px){.dz .rec-feat{grid-template-columns:1fr;gap:0}.dz .rec-feat .img,.dz .rec-feat .body{grid-column:auto}.dz .rec-feat .img{min-height:240px}.dz .rec-feat .body{padding:clamp(28px,7vw,42px) 0}.dz .rec-feat .body .h-lg{font-size:clamp(32px,9vw,40px)}.dz .rec-feat .body .btn{margin-top:12px}}.dz .rec-grid{align-items:start;display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:clamp(66px,6vw,96px)}@media(max-width:980px){.dz .rec-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.dz .rec-grid{grid-template-columns:1fr}}.dz .flip-card{-webkit-perspective:1200px;background:#fff;box-shadow:none;color:var(--ink);display:block;height:380px;isolation:isolate;padding:0;perspective:1200px;touch-action:pan-y}.dz .flip-inner{position:relative;width:100%;height:100%;transition:transform .7s var(--ease);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;will-change:transform}.dz .flip-face{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:var(--r-lg);overflow:hidden;box-shadow:none;background:#fff}.dz .flip-front{transform:rotateY(0) translateZ(1px)}@media(hover:hover)and (pointer:fine){.dz .flip-card:hover .flip-inner{transform:rotateY(180deg)}}.dz .flip-card:focus-visible .flip-inner{transform:rotateY(180deg)}.dz .flip-front .fimg{height:68%;position:relative;overflow:hidden}.dz .flip-front .fimg img{width:100%;height:100%;object-fit:cover}.dz .flip-front .fbody{background:var(--flip-back-bg);color:#fff;min-height:32%;padding:22px 18px}.dz .flip-front h4{color:#fff;font-size:1.12rem;line-height:1.15}.dz .flip-front .fmeta{display:flex;flex-wrap:wrap;align-items:flex-start;gap:4px 14px;margin-top:10px;color:#ffffffd6;font-size:.82rem;font-weight:600}.dz .flip-front .fmeta span{display:inline-flex;align-items:flex-start;gap:.35em;line-height:1.35}.dz .flip-front .fmeta svg{width:15px;height:15px;color:#fff;flex:none;margin-top:.1em}.dz .flip-front .corner{background:var(--flip-back-bg);border:0;color:var(--flip-back-ink);position:absolute;top:12px;left:12px}.dz .flip-back{transform:rotateY(180deg) translateZ(1px);background:radial-gradient(circle at 50% 20%,var(--flip-back-glow, rgba(255, 222, 23, .16)),transparent 34%),linear-gradient(160deg,var(--flip-back-bg, var(--green-900)),var(--flip-back-bg-2, var(--teal-900)));color:var(--flip-back-ink, #fff);padding:20px 22px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center}.dz .flip-back .pk-mini{width:min(68%,190px);max-height:202px;object-fit:contain;margin:0 auto;filter:none}.dz .flip-back .btn-ghost,.dz .flip-back .btn-ghost:hover,.dz .flip-back .btn-ghost:focus-visible{--btn-line-color: currentColor;color:var(--flip-back-ink, #fff)}.dz .flip-card:hover .btn-ghost,.dz .flip-card:focus-visible .btn-ghost{transform:translateY(-3px)}.dz .flip-card:hover .btn-ghost svg.lucide-arrow-right,.dz .flip-card:focus-visible .btn-ghost svg.lucide-arrow-right{transform:translate(4px) rotate(0)}.dz .social-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:0}.dz .note{background:transparent;border-radius:0;box-shadow:none;color:var(--ink);display:block;height:380px;overflow:hidden;position:relative;text-decoration:none}.dz .note .nimg{height:100%;position:relative;overflow:hidden}.dz .note .nimg img{width:100%;height:100%;object-fit:var(--note-img-fit, cover)}.dz .note .ncap{align-items:center;background:var(--note-bg, #fff);bottom:0;color:var(--note-ink, var(--ink-soft));display:flex;font-size:.86rem;font-weight:700;gap:16px;height:31%;justify-content:space-between;left:0;padding:18px 22px;position:absolute;right:0;transition:height .36s var(--ease),padding .36s var(--ease)}.dz .note:hover .ncap,.dz .note:focus .ncap,.dz .note:focus-visible .ncap{height:40%;padding-block:22px}.dz .note:focus-visible{outline:2px solid rgba(242,101,34,.42);outline-offset:6px}.dz .note .ncap-label{display:-webkit-box;overflow:hidden;min-width:0;line-height:1.45;text-wrap:pretty;-webkit-box-orient:vertical;-webkit-line-clamp:3}.dz .note .ncap-label svg{width:18px;height:18px;color:currentColor;flex:none}.dz .note .ncap-arrow{align-items:center;color:currentColor;display:inline-flex;flex:none;opacity:0;transform:translate(-6px);transition:opacity .28s var(--ease),transform .28s var(--ease)}.dz .note .ncap-arrow svg{width:18px;height:18px;transform:rotate(-45deg)}.dz .note:hover .ncap-arrow,.dz .note:focus .ncap-arrow,.dz .note:focus-visible .ncap-arrow{opacity:1;transform:translate(0)}.dz .social-follow-section{margin-top:0;padding-block:clamp(32px,3.65vw,49px) clamp(32px,3vw,49px)}.dz .hashband{display:flex;align-items:center;justify-content:center;background:transparent;color:var(--ink);border-radius:0;padding:0;margin-top:0;text-align:center}.dz .hashband b{color:var(--ink);display:block;font-family:var(--sans);font-style:normal;font-weight:700;font-size:40px;line-height:1.08}.dz .hashband b span{display:block}.dz .socials{display:flex;justify-content:center;gap:clamp(10px,1vw,15px)}.dz .socials a{width:clamp(68px,6.4vw,81px);height:clamp(68px,6.4vw,81px);flex:0 0 auto;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:#05542e14;color:var(--green-900);transition:background .25s,transform .25s}.dz .socials a:hover{background:#05542e24;transform:translateY(-3px)}.dz .socials svg{width:clamp(30px,2.8vw,36px);height:clamp(30px,2.8vw,36px);fill:currentColor}.dz .socials a[aria-label=Instagram] svg{fill:none;stroke:currentColor}@media(max-width:880px){.dz .social-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.dz .social-grid{grid-template-columns:1fr}}.dz #retail .sec-head .h-lg{font-size:clamp(38px,4vw,52px);line-height:1}.dz #retail .sec-head .lead{max-width:34ch}.dz .retail-layout{align-items:center;display:grid;gap:clamp(28px,4vw,56px);grid-template-columns:minmax(0,1fr);min-height:clamp(200px,22vw,340px)}@media(min-width:768px){.dz .retail-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.dz .retail-marquee-wrap{min-width:0;width:100%}.dz .retail-marquee-stage{--retail-logo-gap: clamp(8px, 1vw, 16px);--retail-logo-slot: clamp(78px, 8vw, 116px);display:grid;gap:clamp(14px,2vw,30px);min-width:0;overflow:hidden;position:relative;width:100%}.dz .retail-marquee{height:clamp(52px,5.6vw,78px);overflow:hidden;position:relative;width:100%}.dz .retail-marquee:before,.dz .retail-marquee:after{bottom:0;content:"";pointer-events:none;position:absolute;top:0;width:clamp(24px,3.4vw,60px);z-index:2}.dz .retail-marquee:before{background:linear-gradient(90deg,var(--paper) 0%,rgba(255,255,255,0) 100%);left:0}.dz .retail-marquee:after{background:linear-gradient(270deg,var(--paper) 0%,rgba(255,255,255,0) 100%);right:0}.dz .retail-marquee__track{align-items:center;animation:retail-marquee-left 18s linear infinite;display:flex;height:100%;position:relative;width:max-content;z-index:1;will-change:transform}.dz .retail-marquee__group{align-items:center;display:flex;flex:0 0 auto;gap:var(--retail-logo-gap);height:100%;padding-right:var(--retail-logo-gap)}.dz .retail-marquee[data-direction=right] .retail-marquee__track{animation-duration:15s;animation-name:retail-marquee-right}.dz .retail-logo{box-sizing:border-box;color:var(--green-900);display:grid;flex:0 0 var(--retail-logo-slot);font-size:1.05rem;font-weight:800;height:100%;letter-spacing:0;padding:4px;place-items:center;width:var(--retail-logo-slot)}.dz .retail-logo img{display:block;height:clamp(38px,4.2vw,58px);max-height:clamp(38px,4.2vw,58px);max-width:clamp(60px,6.2vw,84px);object-fit:contain;width:clamp(60px,6.2vw,84px)}.dz .retail-logo span{color:var(--green-900);display:none;opacity:.95;text-align:center}.dz .retail-logo img[hidden]+span{display:inline}@keyframes retail-marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes retail-marquee-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.dz .quotes{display:grid;grid-template-columns:1fr 1fr;gap:26px}.dz .quote{background:var(--paper);border-radius:var(--r-lg);padding:38px;box-shadow:none;position:relative;border:1px solid var(--line);margin:0}.dz .quote .qm{font-family:var(--serif);font-size:4rem;line-height:.6;color:var(--orange);opacity:.4}.dz .quote p{font-family:var(--sans);font-style:italic;font-size:1.18rem;line-height:1.5;color:var(--ink);margin:6px 0 22px;text-wrap:pretty}.dz .quote .who{display:flex;align-items:center;gap:14px;margin:0}.dz .quote .av{width:68px;height:68px;border-radius:50%;background:var(--green-700);display:block;object-fit:cover;object-position:center;flex:none}.dz .quote .who>span:last-child{transform:translateY(10px)}.dz .quote .who b{display:block;font-size:1rem;color:var(--ink)}.dz .quote .who small{color:var(--ink-mut);font-size:.86rem}@media(max-width:760px){.dz .quotes{grid-template-columns:1fr}}.dz .faq-section{padding-block:clamp(72px,8vw,132px)}.dz .faq-section:before{display:none}.dz .faq-head{display:grid;gap:16px;margin-bottom:34px;max-width:720px}.dz .faq-head .h-lg{max-width:13ch;margin:0}.dz .faq-list{border-top:1px solid rgba(90,148,104,.36)}.dz .faq-item{border-bottom:1px solid rgba(90,148,104,.36)}.dz .faq-item summary{align-items:center;cursor:pointer;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) 44px;list-style:none;min-height:72px;padding:20px 0}.dz .faq-item summary::-webkit-details-marker{display:none}.dz .faq-item summary span:first-child{color:var(--ink);font-size:20px;font-weight:800;letter-spacing:0;line-height:1.18;text-transform:uppercase}.dz .faq-toggle{color:var(--orange);height:20px;justify-self:end;stroke-width:2.4;transform:rotate(0);transition:transform .25s var(--ease),color .25s var(--ease);width:20px}.dz .faq-item[open] .faq-toggle{color:var(--orange);transform:rotate(90deg)}.dz .faq-item p{color:var(--ink-soft);font-size:20px;line-height:1.42;margin:-4px 68px 24px 0;max-width:76ch}.dz .faq-more{display:flex;margin-left:auto;margin-top:clamp(30px,4vw,54px);width:fit-content}@media(max-width:760px){.dz .faq-item summary{grid-template-columns:minmax(0,1fr) 34px;min-height:68px}.dz .faq-item summary span:first-child{font-size:20px}.dz .faq-toggle{height:18px;width:18px}.dz .faq-item p{margin-right:0}}.dz .certs-section{padding-top:clamp(15px,1.91vw,29px)}.dz .certs-section>.wrap{align-items:center;display:grid;gap:clamp(44px,6vw,96px);grid-template-columns:minmax(320px,.8fr) minmax(420px,1fr)}.dz .certs-section .sec-head{margin-bottom:0}.dz .certs-section .sec-head .lead{display:block;margin-top:.85em;max-width:38ch}.dz .certs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(34px,4vw,72px);align-items:center;justify-items:center;margin:0;width:100%}.dz .cert{background:transparent;border:0;border-radius:0;box-shadow:none;padding:0;display:grid;place-items:center;min-width:0}.dz .cert-logo{width:clamp(112px,8.4vw,154px);height:clamp(76px,5.6vw,104px);display:grid;place-items:center;margin:0}.dz .cert-logo img{width:100%;height:100%;object-fit:contain}.dz .cert:first-child{justify-self:start}.dz .cert:nth-child(2){justify-self:center}.dz .cert:last-child{justify-self:end}@media(max-width:900px){.dz .certs-section>.wrap{display:block}.dz .certs-section .sec-head{margin-bottom:34px}.dz .certs{width:100%;margin:28px 0 0;grid-template-columns:repeat(3,minmax(90px,1fr))}}.dz :is(#produse-carusel,#alte-bunatati,.jasmine,#retete,#retail,.sec-tight.bg-paper) :is(.lead,.desc,.goodie p,.cert small){font-size:20px}.dz :is(#produse-carusel,#alte-bunatati) .pc-info .lead{font-size:20px!important}.dz .jf-thumb,.dz .jf-hero img,.dz .jf-hero__frame,.dz .jf-hero:after,.dz .jasmine-dish,.dz .rec-feat,.dz .flip-face,.dz .note{border-radius:0}.dz.newsletter-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:18px;background:#18443b4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dz.newsletter-popup--drawer{place-items:center end;padding:18px clamp(18px,4vw,56px) 18px 18px}.dz.newsletter-tab{position:fixed;left:auto;right:0;top:52%;z-index:80;display:inline-flex;align-items:center;justify-content:center;width:44px;min-height:218px;padding:16px 9px;border:1px solid rgba(227,216,194,.9);border-right:0;border-radius:18px 0 0 18px;background:var(--green-900);color:#fff;box-shadow:none;font-family:var(--font-brand, var(--serif));cursor:pointer;writing-mode:vertical-rl;text-orientation:mixed;transform:translateY(-50%);transition:transform .28s var(--ease),background .25s}.dz.newsletter-tab:hover{transform:translate(-8px,-50%);background:var(--green-700);box-shadow:none}.dz.newsletter-tab span{color:#fff;font-size:clamp(14px,1vw,16px);font-style:italic;font-weight:600;letter-spacing:.005em;line-height:1;white-space:nowrap}.dz .newsletter-modal{width:min(clamp(560px,50vw,760px),calc(100vw - 32px));max-height:calc(100svh - 32px);overflow:auto;position:relative;display:grid;gap:18px;padding:38px 40px 34px;border-radius:28px;background:#fff;border:1px solid rgba(227,216,194,.9);box-shadow:none;isolation:isolate;animation:dz-newsletter-drawer-in .42s var(--ease) both}.dz .newsletter-modal .grain-scatter{opacity:.16;color:var(--green-700)}.dz .newsletter-modal>:not(.grain-scatter,.newsletter-close){position:relative;z-index:2}.dz .newsletter-close{position:absolute;top:12px;right:12px;z-index:3;width:36px;height:36px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:#ffffffeb;color:var(--green-900);cursor:pointer;transition:transform .25s var(--ease),background .25s}.dz .newsletter-close:hover{transform:rotate(8deg) scale(1.04);background:#fff}.dz .newsletter-close svg{width:17px;height:17px}.dz .newsletter-copy .eyebrow{font-size:16px}.dz .newsletter-copy .h-lg{margin:.32em 0;max-width:13ch;font-size:clamp(1.95rem,3.8vw,2.35rem);line-height:1.03}.dz .newsletter-copy .lead{max-width:31ch;font-size:1rem;line-height:1.55}.dz .newsletter-form{display:block}.dz .news-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.dz .news-form input[type=email]{min-width:0;border:2px solid var(--line);background:#fff;border-radius:100px;padding:.78em 1.15em;font-size:.94rem;font-family:inherit;color:var(--ink)}.dz .news-form input[type=email]:focus{outline:none;border-color:var(--green-700)}.dz .newsletter-form .btn{padding:.86em 1.18em .58em;font-size:1rem;min-height:50px}.dz .news-consent{display:grid;grid-template-columns:auto minmax(0,1fr);gap:9px;align-items:start;font-size:.74rem;line-height:1.35;color:var(--ink-mut);margin-top:12px}.dz .news-consent a{color:var(--green-700);text-decoration:underline;text-underline-offset:2px}.dz .news-consent input[type=checkbox]{width:16px;height:16px;accent-color:var(--green-700);margin-top:1px}.dz .form-note{margin-top:12px;font-weight:700;color:var(--green-900);background:#05542e14;padding:.62em .9em;border-radius:12px;font-size:.86rem}.dz .form-note.err{color:#b3261e;background:#b3261e14}@keyframes dz-newsletter-drawer-in{0%{opacity:0;transform:translate(54px)}to{opacity:1;transform:translate(0)}}@media(max-width:760px){.dz.newsletter-popup--drawer{place-items:center;padding:16px}.dz.newsletter-tab{top:auto;bottom:18px;left:auto;right:0;width:40px;min-height:212px;padding:15px 8px;border-radius:16px 0 0 16px;transform:none}.dz.newsletter-tab span{font-size:14px}.dz.newsletter-tab:hover{transform:translate(-6px)}.dz .newsletter-modal{gap:18px;padding:32px 20px 24px}.dz .newsletter-copy .h-lg,.dz .newsletter-copy .lead{max-width:none}.dz .news-form{grid-template-columns:1fr}.dz .news-form input[type=email]{min-width:0;width:100%}.dz .news-form .btn{width:100%;justify-content:center}}.dz .blog-kicker{display:inline-block;font-family:var(--sans);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--orange);margin-bottom:.5em}.lifestyle-dz.dz .sec{padding-block:clamp(28px,3.6vw,60px)}.dz .blog-hero-sec .sec-head{margin-bottom:51px}.dz .blog-hero-sec .sec-head .h-xl{margin-top:.27em;margin-bottom:.18em}.dz .blog-hero-sec .blog-hero-sec-head--search{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:48px;align-items:end;max-width:none;margin-bottom:51px}.dz .blog-hero-heading-copy{min-width:0}.dz .recipe-hero-search{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:62px;margin:0;padding:0 18px;border:0;background:#fff;color:var(--green-900);position:relative}.dz .recipe-hero-search>svg{width:22px;height:22px;color:var(--orange);stroke-width:2.2}.dz .recipe-hero-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--green-900);font-family:var(--sans);font-size:18px;line-height:1.2;-webkit-appearance:none;-moz-appearance:none;appearance:none}.dz .recipe-hero-search input::-webkit-search-decoration,.dz .recipe-hero-search input::-webkit-search-cancel-button,.dz .recipe-archive-search input::-webkit-search-decoration,.dz .recipe-archive-search input::-webkit-search-cancel-button{display:none!important;width:0;height:0;opacity:0;pointer-events:none;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.dz .recipe-hero-search input::placeholder{color:#05542e94}.dz .recipe-hero-search button{display:grid;width:34px;height:34px;padding:0;place-items:center;border:0;border-radius:50%;background:#05542e14;color:var(--green-900)}.dz .recipe-hero-search button svg{width:17px;height:17px}.dz .recipe-hero-search-filters{width:100%}.dz .recipe-search-dropdown{position:relative;width:100%}.dz .recipe-search-dropdown.is-open{z-index:20}.dz .recipe-search-dropdown-toggle{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;min-height:72px;padding:12px 4px 13px;border:0;background:#fff;color:var(--green-900);text-align:left;position:relative}.dz .recipe-search-dropdown-toggle strong{font-family:var(--sans);font-size:22px;font-weight:800;line-height:1.1}.dz .recipe-search-dropdown-toggle svg{width:28px;height:28px;flex:none;color:var(--green-900);stroke-width:2.6;transition:transform .25s var(--ease)}.dz .recipe-search-dropdown.is-open .recipe-search-dropdown-toggle svg{transform:rotate(180deg)}.dz .recipe-hero-search:before,.dz .recipe-archive-search:before,.dz .recipe-search-dropdown-toggle:before,.dz .recipe-hero-search:after,.dz .recipe-archive-search:after,.dz .recipe-search-dropdown-toggle:after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;pointer-events:none;transform-origin:center;transition:opacity .18s ease,transform .18s ease}.dz .recipe-hero-search:before,.dz .recipe-archive-search:before,.dz .recipe-search-dropdown-toggle:before{background:var(--green-900);opacity:.58;transform:scaleX(.92)}.dz .recipe-hero-search:after,.dz .recipe-archive-search:after,.dz .recipe-search-dropdown-toggle:after{right:12px;left:12px;background:var(--orange);opacity:0;transform:scaleX(.18)}.dz .recipe-hero-search:hover:before,.dz .recipe-hero-search:focus-within:before,.dz .recipe-hero-search:active:before,.dz .recipe-archive-search:hover:before,.dz .recipe-archive-search:focus-within:before,.dz .recipe-archive-search:active:before,.dz .recipe-search-dropdown-toggle:hover:before,.dz .recipe-search-dropdown-toggle:focus-visible:before,.dz .recipe-search-dropdown-toggle:active:before,.dz .recipe-search-dropdown.is-open .recipe-search-dropdown-toggle:before{opacity:1;transform:scaleX(1)}.dz .recipe-hero-search:hover:after,.dz .recipe-hero-search:focus-within:after,.dz .recipe-hero-search:active:after,.dz .recipe-archive-search:hover:after,.dz .recipe-archive-search:focus-within:after,.dz .recipe-archive-search:active:after,.dz .recipe-search-dropdown-toggle:hover:after,.dz .recipe-search-dropdown-toggle:focus-visible:after,.dz .recipe-search-dropdown-toggle:active:after,.dz .recipe-search-dropdown.is-open .recipe-search-dropdown-toggle:after{opacity:1;transform:scaleX(1)}.dz .recipe-search-dropdown-panel{position:absolute;z-index:5;top:calc(100% + 1px);right:0;left:0;display:grid;max-height:min(440px,calc(100vh - 120px));overflow-y:auto;padding:0 0 10px;border-bottom:1px solid var(--line);background:#fff}.dz .recipe-search-dropdown-group{display:grid}.dz .recipe-search-dropdown-group p{margin:18px 28px 7px;color:var(--orange);font-family:var(--sans);font-size:13px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.dz .recipe-search-dropdown-option{width:100%;min-height:52px;padding:13px 28px;border:0;background:#fff;color:var(--green-900);font-family:var(--sans);font-size:18px;font-weight:600;line-height:1.25;text-align:left;transition:background .2s var(--ease),color .2s var(--ease)}.dz .recipe-search-dropdown-option:hover,.dz .recipe-search-dropdown-option.active{background:var(--green-900);color:#fff}.dz .blog-hero{display:grid;grid-template-columns:1.6fr 1fr;gap:60px;align-items:stretch}.dz .blog-hero-main{display:block;text-decoration:none;color:var(--ink);background:transparent}.dz .blog-hero-main .img{position:relative;aspect-ratio:1 / 1;overflow:hidden}.dz .blog-hero-main .img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s var(--ease)}.dz .blog-hero-main:hover .img img{transform:scale(1.04)}.dz .blog-image-placeholder{align-items:center;background:linear-gradient(135deg,#05542e1f,#ffde172e);color:var(--green-900);display:flex;flex-direction:column;font-family:var(--sans);height:100%;justify-content:center;min-height:100%;padding:24px;text-align:center;width:100%}.dz .blog-image-placeholder span{font-family:var(--font-brand, var(--serif));font-size:clamp(28px,4vw,48px);font-style:italic;font-weight:600;line-height:1}.dz .blog-image-placeholder strong{font-size:.78rem;font-weight:800;letter-spacing:.08em;margin-top:10px;text-transform:uppercase}.dz .blog-hero-main .cap{padding:22px 0 0}.dz .blog-hero-main .cap h3{font-size:clamp(38px,4vw,52px);font-weight:800;letter-spacing:-.03em;line-height:1;margin:0}.dz .blog-hero-main .cap .blog-hero-subtitle{font-family:var(--sans);font-size:40px;font-weight:700;letter-spacing:-.01em;line-height:1.15;color:var(--ink);margin:.6em 0 .35em}.dz .blog-hero-main .cap .blog-hero-lead{font-family:var(--sans);font-size:20px;font-weight:400;line-height:1.55;color:var(--ink-soft);margin:0}.dz .blog-hero-side{display:flex;flex-direction:column;justify-content:space-between;height:100%;border-left:1px solid var(--line);padding-left:46px}.dz .blog-side-card{display:block;text-decoration:none;color:var(--ink);padding:26px 0 0;border-top:1px solid var(--line)}.dz .blog-side-card:first-child{padding-top:0;border-top:0}.dz .blog-side-card .img{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;margin-bottom:16px}.dz .blog-side-card .img img{width:100%;height:100%;object-fit:cover;display:block}.dz .blog-side-card h4{font-size:40px;font-weight:800;letter-spacing:-.03em;line-height:1;margin:0}.dz .recipe-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:-18px 0 48px;padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.dz .recipe-filter-group{min-width:0;margin:0;padding:0;border:0}.dz .recipe-filter-group legend{margin-bottom:12px;font-family:var(--sans);color:var(--green-900);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dz .recipe-filter-options{display:flex;flex-wrap:wrap;gap:8px}.dz .recipe-filter-options .filter-pill{min-height:40px;padding:8px 14px;font-size:.9rem}.dz .recipe-filter-reset{grid-column:1 / -1;justify-self:start;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--orange);font:700 .88rem/1 var(--sans);cursor:pointer;padding:2px 0 5px}.dz .recipe-meta-tags{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:18px;color:#05542e}.dz .recipe-meta-tag{display:inline-flex;align-items:center;padding:0;border:0;background:transparent;color:#05542e;font-family:var(--serif);font-size:40px;font-style:italic;font-weight:600;letter-spacing:-.01em;line-height:1.1;white-space:nowrap}.dz .recipe-meta-tag svg{width:.8em;height:.8em;flex:0 0 auto;margin-right:.2em;stroke-width:2}.dz .recipe-meta-separator{display:inline-flex;align-items:center;justify-content:center;align-self:center;color:#05542e;font-family:var(--serif);font-size:24px;font-style:normal;font-weight:700;line-height:1;transform:translateY(-.02em)}.dz .blog-hero-main .recipe-meta-tags+.blog-hero-lead{margin-top:18px}.dz .recipe-meta-tags--compact{gap:6px;margin-top:7px}.dz .recipe-meta-tags--compact .recipe-meta-tag{font-size:22px}.dz .recipe-meta-tags--compact .recipe-meta-separator{font-size:14px}.dz .blog-latest-item .recipe-meta-tags{margin:8px 0 10px}.dz .recipe-fasting-badge{position:absolute;top:16px;left:16px;z-index:2;display:inline-flex;align-items:center;min-height:36px;padding:8px 15px 7px;border:1px solid var(--orange);border-radius:999px;background:var(--orange);color:#fff;font-family:var(--serif);font-size:1.08rem;font-style:italic;font-weight:600;letter-spacing:-.01em;line-height:1;box-shadow:0 5px 16px #143a3024}.dz .blog-side-card .recipe-fasting-badge,.dz .blog-card .recipe-fasting-badge{top:12px;left:12px;min-height:31px;padding:6px 11px 5px;font-size:.9rem}.dz .blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:53px 22px}.dz .blog-card{display:block;text-decoration:none;color:var(--ink)}.dz .blog-card .img{position:relative;overflow:hidden;aspect-ratio:1 / 1;margin-bottom:16px}.dz .blog-card .img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--ease)}.dz .blog-card:hover .img img{transform:scale(1.05)}.dz .blog-card .blog-kicker{font-size:14px}.dz .blog-card h3{font-size:20px;font-weight:800;letter-spacing:-.015em;line-height:1.24;margin:0}.dz .blog-card .recipe-meta-tags--compact .recipe-meta-tag{font-size:16px}.dz .blog-latest-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:46px;align-items:start}.dz .blog-latest-col{min-width:0}.dz .blog-latest-list{list-style:none;margin:0;padding:0}.dz .blog-latest-item{display:flex;gap:20px;align-items:flex-start;padding:22px 0;border-top:1px solid var(--line)}.lifestyle-dz.dz .blog-latest-list:not(.blog-latest-list--scrollable) .blog-latest-item:first-child{border-top:0}.dz .blog-latest-item:last-child{border-bottom:1px solid var(--line)}.dz .blog-latest-item .num{font-family:var(--serif);font-size:1.6rem;font-weight:600;color:var(--line);line-height:1;flex:none;width:1.2em}.dz .blog-latest-item a{text-decoration:none;color:var(--ink);display:block}.dz .blog-latest-item h3{font-size:1.15rem;font-weight:800;letter-spacing:-.01em;line-height:1.24;margin:0 0 .3em}.dz .blog-latest-item p{font-family:var(--sans);color:var(--ink-soft);font-size:.96rem;line-height:1.5;margin:0}.recipes-dz.dz .blog-latest-item .blog-kicker{font-size:14px}.recipes-dz.dz .blog-latest-item h3{font-size:20px}.recipes-dz.dz .blog-latest-item .recipe-meta-tags--compact{margin-top:7px}.recipes-dz.dz .blog-latest-item .recipe-meta-tags--compact .recipe-meta-tag{font-size:16px}.dz .recipe-archive-explorer{margin-top:0}@media(min-width:981px){.dz .blog-latest-layout.has-side-feature .blog-latest-col{display:flex;flex-direction:column;height:var(--blog-latest-feature-height, auto);min-height:0;overflow:hidden}.dz .blog-latest-layout.has-side-feature .recipe-archive-explorer{display:flex;flex:1;flex-direction:column;min-height:0}.dz .blog-latest-layout.has-side-feature .recipe-archive-scroll-shell,.dz .blog-latest-layout.has-side-feature .blog-latest-scroll-shell{position:relative;display:flex;flex:1 1 auto;min-height:0}.dz .blog-latest-layout.has-side-feature .blog-latest-list--scrollable{flex:1 1 auto;border-top:24px solid #fff;width:100%;height:auto;min-height:0;margin-right:0;overflow-y:scroll;overscroll-behavior:contain;padding-right:22px;scrollbar-width:none}.dz .blog-latest-layout.has-side-feature .blog-latest-list--scrollable .blog-latest-item{padding-block:8px}.dz .blog-latest-layout.has-side-feature .blog-latest-list--scrollable .blog-latest-item:first-child{border-top:0}.dz .blog-latest-layout.has-side-feature .blog-latest-list--scrollable::-webkit-scrollbar{width:0;height:0}.dz .recipe-archive-scroll-track{position:absolute;z-index:2;top:24px;right:2px;bottom:0;width:8px;border-radius:999px;background:#05542e1f;pointer-events:none}.dz .recipe-archive-scroll-thumb{position:absolute;right:0;left:0;min-height:34px;border-radius:999px;background:#05542e;box-shadow:0 0 0 2px #fff}}.dz .recipe-archive-search{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:58px;padding:0 16px;border:0;background:#fff;color:var(--green-900);position:relative}.dz .recipe-archive-search>svg{width:22px;height:22px;color:var(--orange);stroke-width:2.2}.dz .recipe-archive-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--green-900);font-family:var(--sans);font-size:18px;line-height:1.2;-webkit-appearance:none;-moz-appearance:none;appearance:none}.dz .recipe-archive-search input::placeholder{color:#05542e94}.dz .recipe-archive-search button{display:grid;width:34px;height:34px;padding:0;place-items:center;border:0;border-radius:50%;background:#05542e14;color:var(--green-900)}.dz .recipe-archive-search button svg{width:17px;height:17px}.dz .recipe-archive-groups{display:flex;flex-wrap:wrap;gap:8px 22px;margin-top:18px;padding-bottom:12px;border-bottom:1px solid var(--line)}.dz .recipe-archive-groups .filter-pill{min-height:38px;padding:8px 0 10px;font-size:15px}.dz .recipe-archive-options{display:flex;flex-wrap:wrap;gap:8px;padding:16px 0 4px}.dz .recipe-archive-option{min-height:34px;padding:7px 13px;border:1px solid rgba(5,84,46,.22);border-radius:999px;background:#fff;color:var(--green-900);font-family:var(--sans);font-size:14px;font-weight:700;line-height:1;transition:color .2s var(--ease),background .2s var(--ease),border-color .2s var(--ease)}.dz .recipe-archive-option:hover,.dz .recipe-archive-option.active{border-color:var(--green-900);background:var(--green-900);color:#fff}.dz .recipe-archive-count{margin:13px 0 4px;color:var(--ink-soft);font-family:var(--sans);font-size:14px}.dz .recipe-archive-empty{margin-top:18px;padding:26px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.dz .recipe-archive-empty p{color:var(--ink-soft);font-family:var(--sans);font-size:18px}.dz .recipe-archive-empty button{margin-top:14px;padding:0 0 5px;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--orange);font-family:var(--sans);font-size:15px;font-weight:800}.dz .blog-recipe-cta{display:block;text-decoration:none;color:var(--ink);background:var(--cream);position:sticky;top:110px}.dz .blog-recipe-cta .img{position:relative;aspect-ratio:1 / 1;overflow:hidden}.dz .blog-recipe-cta .img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--ease)}.dz .blog-recipe-cta:hover .img img{transform:scale(1.05)}.dz .blog-recipe-cta .cap{display:flex;flex-direction:column;align-items:flex-start;padding:22px 0 28px}.dz .blog-recipe-cta h3{font-size:40px;font-weight:800;letter-spacing:-.015em;line-height:1.2;margin:.2em 0 .6em}.dz .blog-recipe-cta .btn-link{align-self:flex-end;margin-left:auto;padding-right:0;padding-left:0}.dz .blog-hero-main .cap h3,.dz .blog-side-card h4,.dz .blog-card h3,.dz .blog-latest-item h3,.dz .blog-recipe-cta h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}@media(max-width:980px){.dz .blog-hero-sec .blog-hero-sec-head--search{grid-template-columns:1fr;gap:24px}.dz .recipe-hero-search{width:100%}.dz .blog-hero{grid-template-columns:1fr;gap:30px}.dz .blog-hero-side{flex-direction:row;border-left:0;border-top:1px solid var(--line);padding-left:0;padding-top:26px;gap:26px}.dz .blog-side-card{flex:1;padding:0;border-top:0}.dz .blog-grid{grid-template-columns:repeat(2,1fr)}.dz .blog-latest-layout{grid-template-columns:1fr}.dz .recipe-filters{grid-template-columns:1fr;gap:22px}}@media(max-width:620px){.dz .recipe-hero-search{padding-inline:12px}.dz .recipe-hero-search input{font-size:16px}.dz .recipe-search-dropdown-toggle strong{font-size:19px}.dz .recipe-search-dropdown-option{padding-inline:18px;font-size:16px}.dz .recipe-search-dropdown-group p{margin-inline:18px}.dz .blog-hero-side{flex-direction:column;border-top:0;padding-top:0}.dz .blog-side-card{border-top:1px solid var(--line);padding:26px 0}.dz .blog-side-card:first-child{padding-top:26px;border-top:1px solid var(--line)}.dz .blog-grid{grid-template-columns:1fr}.dz .recipe-archive-search{padding-inline:12px}.dz .recipe-archive-search input{font-size:16px}}.dz :is(.blog-hero,.blog-hero-main,.blog-hero-side,.blog-side-card,.blog-grid,.blog-card,.blog-latest-layout,.blog-latest-item,.pc-wrap,.pc-side,.rec-feat,.certs-section>.wrap)>*{min-width:0}@media(max-width:700px){.dz{font-size:16px}.dz .sec{padding-block:clamp(54px,14vw,76px)}.dz .despre-editorial__copy--secondary{padding-bottom:clamp(21px,5vw,36px)}.dz .product-stack-panel-1{padding-top:clamp(27px,7vw,38px)}.dz .sec-tight{padding-block:clamp(42px,11vw,62px)}.dz #retail{padding-bottom:clamp(27px,7.15vw,40px)}.dz .despre-section--team-trial .despre-editorial__quote--title-line{padding-bottom:20px}.dz .faq-section{padding-top:clamp(38px,9.8vw,53px)}.dz .h-xl,.dz .h-lg,.dz .pc-head .h-xl,.dz .goodies-head .h-xl,.dz #retail .sec-head .h-lg{font-size:clamp(32px,10.2vw,44px)}.dz .title-reveal__word{white-space:normal}.dz .despre-editorial__copy--mobile-lead{display:flex;padding-block:clamp(34px,9vw,48px)}.dz .despre-editorial__copy--mobile-lead p{font-size:20px;line-height:1.5}.dz .despre-editorial__copy--secondary .despre-editorial__primary-copy{display:none}.dz .despre-editorial__copy--secondary .despre-editorial__primary-copy+span{margin-top:0}.dz .pc-head,.dz .goodies-head,.dz .sec-head,.dz .blog-hero-sec .sec-head{margin-bottom:28px}.dz .pc-stage{height:clamp(320px,92vw,380px)}.dz .pc-item{height:clamp(294px,84vw,350px);width:clamp(168px,48vw,198px);transform:translate(-50%,-50%) translate(calc(var(--d, 0) * min(43vw,172px))) scale(calc(1 - (max(-1 * var(--d, 0),var(--d, 0))*.16)))}.dz .pc-nav{align-items:center;column-gap:14px;display:grid;grid-template-areas:"previous dots next" "products products products";grid-template-columns:48px minmax(82px,auto) 48px;justify-content:center;margin-top:24px;row-gap:20px;width:100%}.dz .pc-btn{height:48px;width:48px}.dz .pc-nav>.pc-btn:first-child{grid-area:previous}.dz .pc-nav>.pc-btn:nth-child(2){grid-area:next}.dz .pc-dots{flex-wrap:wrap;grid-area:dots;justify-content:center;margin-left:0}.dz .pc-nav .btn-link{grid-area:products;justify-self:center;margin:0;padding-inline:10px;width:fit-content}.dz .pc-info h3{font-size:clamp(28px,8vw,36px);line-height:1.02}.dz .pc-info .desc{font-size:18px;line-height:1.45;margin-bottom:0}.dz .rec-feat .body .btn,.dz .faq-more{align-self:flex-start;margin-left:0}.dz .premium-feature__cta{align-self:flex-end;margin-left:auto}.dz .premium-art{height:clamp(350px,112vw,440px)}.dz .premium-art__scene-reveal,.dz .premium-art__accent{border-radius:0}.dz .blog-hero-main .cap h3,.dz .blog-side-card h4,.dz .blog-recipe-cta h3{font-size:clamp(28px,8.8vw,38px)}.dz .blog-hero-main .recipe-meta-tag{font-size:clamp(24px,7.2vw,31px);white-space:normal}.dz .blog-hero-main .recipe-meta-separator{font-size:18px}.dz .blog-hero-main .cap .blog-hero-lead,.dz .blog-hero-main .cap .blog-hero-subtitle,.dz :is(#produse-carusel,#alte-bunatati,.jasmine,#retete,#retail,.sec-tight.bg-paper) :is(.lead,.desc,.goodie p,.cert small){font-size:18px}.dz .faq-item summary{gap:14px}.dz .faq-item summary span:first-child,.dz .faq-item p{font-size:17px}.dz .certs{gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}.dz .cert-logo{height:clamp(58px,17vw,82px);width:min(100%,116px)}}
