@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.inline{display:inline}.table{display:table}}:root{--green:#0d4b20;--green2:#287329;--blue:#204e7e;--cream:#f4f7f2;--ink:#17221a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fff;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}main{overflow-x:clip}.topbar{background:var(--green);color:#fff;letter-spacing:.1px;justify-content:space-between;align-items:center;height:54px;padding:0 max(46px,50vw - 720px);font-size:14px;font-weight:500;display:flex}.topbar span,.topbar a{white-space:nowrap;align-items:center;gap:11px;display:flex}.topbar b{font:inherit}.mobile-label{display:none}.topbar svg{stroke-width:.35px;flex:none;width:22px;height:22px}.topbar a:hover{text-decoration:underline}.header{z-index:60;background:#fff;justify-content:space-between;align-items:center;max-width:1420px;height:136px;margin:auto;padding:0 36px;display:flex;position:sticky;top:0;box-shadow:0 5px 18px #102d1814}.brand{flex:none;align-items:center;width:280px;display:flex}.brand-logo{object-fit:contain;width:100%;height:auto;display:block}.header nav{align-self:stretch;align-items:center;gap:42px;display:flex}.header nav a{text-transform:uppercase;place-items:center;height:100%;font-size:13px;font-weight:700;display:grid;position:relative}.header nav a:hover,.header nav .active{color:var(--green2)}.header nav .active:after{content:"";background:var(--green2);width:38px;height:2px;position:absolute;bottom:28px}.mobile-menu{display:none}section[id],footer[id]{scroll-margin-top:146px}.header nav a{isolation:isolate;transition:color .22s,transform .22s}.header nav a:before{content:"";z-index:-1;opacity:0;background:#eaf4e9;border-radius:999px;width:calc(100% + 22px);height:38px;transition:opacity .22s,transform .22s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.82)}.header nav a:after{content:"";background:var(--green2);transform-origin:50%;border-radius:2px;width:38px;height:2px;transition:transform .24s;position:absolute;bottom:28px;transform:scaleX(0)}.header nav .active:after{transform:scaleX(1)}.header nav a:focus-visible{color:var(--green2);outline:2px solid var(--green2);outline-offset:7px;border-radius:2px}@media (hover:hover){.header nav a:hover{transform:translateY(-2px)}.header nav a:hover:before{opacity:1;transform:translate(-50%,-50%)scale(1)}.header nav a:hover:after{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.header nav a,.header nav a:before,.header nav a:after{transition:none}}.hero{background:#eef3ed;width:100%}.hero-desktop{background:#fff;grid-template-columns:minmax(0,1fr) minmax(380px,32%) minmax(0,1fr);max-width:1588px;height:min(37vw,590px);margin:auto;display:grid}.hero-desktop-panel{background-image:url(/hero-food-fruit-original.png);background-repeat:no-repeat;background-size:auto 100%}.hero-desktop-left{background-position:0}.hero-desktop-right{background-position:100%}.hero-desktop-copy{z-index:1;text-align:center;clip-path:polygon(13% 0,100% 0,87% 100%,0 100%);background:#fff;flex-direction:column;justify-content:center;align-items:center;padding:32px 56px;display:flex;position:relative}.hero-desktop-copy h1{text-transform:uppercase;margin:0;font-size:clamp(30px,2.45vw,44px);line-height:1.04}.hero-desktop-copy h1 span,.hero-desktop-copy h1 b{display:block}.hero-desktop-copy h1 span{color:var(--green2)}.hero-desktop-copy h1 b{color:var(--blue);margin-top:10px}.hero-desktop-copy i{background:var(--green2);width:72px;height:2px;margin:22px auto;display:block}.hero-desktop-copy p{color:#303a32;max-width:355px;margin:0;font-size:clamp(14px,1.05vw,18px);line-height:1.55}.hero-mobile{display:none}.benefits{background:var(--green);width:100%}.benefits-mobile{grid-template-columns:repeat(4,1fr);max-width:1585px;margin:auto;display:grid}.benefits-mobile article{color:#fff;align-items:center;gap:18px;min-height:142px;padding:28px 34px;display:flex}.benefits-mobile article>span{border:1.5px solid #fff;border-radius:50%;flex:none;place-items:center;width:66px;height:66px;display:grid}.benefits-mobile svg{width:34px;height:34px}.benefits-mobile h3{text-transform:uppercase;margin:0 0 8px;font-size:15px;line-height:1.25}.benefits-mobile p{color:#e3eee5;margin:0;font-size:13px;line-height:1.45}.section{max-width:1420px;margin:auto;padding:48px 55px 52px}.section-title{text-align:center;text-transform:uppercase;color:var(--green)}.section-title>span,.eyebrow{letter-spacing:2.5px;color:#7e987e;font-size:11px}.section-title h2{margin:8px 0 12px;font-size:23px}.section-title i,.about-copy>i{background:var(--green2);width:55px;height:1px;margin:auto;display:block}.categories{background:#fafbfa;width:100%}.categories-mobile{max-width:1480px;margin:auto;padding:48px 44px 54px;line-height:1.3;display:block}.categories-mobile>h2{text-align:center;text-transform:uppercase;color:var(--green);margin:0 0 10px;font-size:24px}.categories-mobile>i{background:var(--green2);width:58px;height:2px;margin:0 auto 28px;display:block}.mobile-category-grid{grid-template-columns:repeat(5,1fr);gap:20px;display:grid}.mobile-category-grid article{text-align:center;min-width:0}.mobile-category-photo{aspect-ratio:1;background:#eef3ed;border-radius:8px;position:relative;overflow:hidden;box-shadow:0 5px 18px #17351e18}.mobile-category-photo>img{object-fit:cover;object-position:center}.category-badge{width:72px;height:72px;color:var(--green);background:#fff;border-radius:50%;place-items:center;display:grid;position:absolute;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 5px 18px #0002}.category-badge svg{width:34px;height:34px}.mobile-category-grid h3{text-transform:uppercase;color:var(--green);margin:14px 0 0;font-size:17px}.mobile-category-grid article:nth-child(3) h3,.mobile-category-grid article:nth-child(4) h3{color:var(--blue)}.mobile-category-grid h3:after{content:"";background:currentColor;width:72px;height:2px;margin:9px auto;display:block}.cat-wide{min-width:0}@media (hover:hover){.mobile-category-grid article{transition:transform .28s}.mobile-category-photo{transition:box-shadow .28s}.mobile-category-photo:after{content:"";z-index:1;opacity:0;background:linear-gradient(#0000 45%,#0d4b204d 100%);transition:opacity .28s;position:absolute;inset:0}.mobile-category-photo>img{transition:transform .45s cubic-bezier(.2,.7,.2,1),filter .3s}.category-badge{z-index:2;transition:transform .3s,background-color .3s,color .3s,box-shadow .3s}.mobile-category-grid h3{transition:transform .28s}.mobile-category-grid article:hover{transform:translateY(-7px)}.mobile-category-grid article:hover .mobile-category-photo{box-shadow:0 16px 32px #17351e35}.mobile-category-grid article:hover .mobile-category-photo:after{opacity:1}.mobile-category-grid article:hover .mobile-category-photo>img{filter:saturate(1.08)contrast(1.03);transform:scale(1.075)}.mobile-category-grid article:hover .category-badge{background:var(--green);color:#fff;transform:translate(-50%,-7px)scale(1.06);box-shadow:0 9px 24px #092d1855}.mobile-category-grid article:hover h3{transform:translateY(2px)}}@media (prefers-reduced-motion:reduce){.mobile-category-grid article,.mobile-category-photo,.mobile-category-photo:after,.mobile-category-photo>img,.category-badge,.mobile-category-grid h3{transition:none}}.about{background:#f3f6f0;width:100%}.about-desktop{grid-template-columns:1fr 1fr;max-width:1584px;min-height:282px;margin:auto;display:grid}.about-desktop-copy{flex-direction:column;justify-content:center;padding:42px max(55px,8.5vw);display:flex;position:relative;overflow:hidden}.about-desktop-copy:before{content:"";opacity:.28;border:24px solid #dfe9dc;border-radius:70% 0;width:210px;height:210px;position:absolute;bottom:-115px;left:-80px;transform:rotate(24deg)}.about-desktop-copy h2,.shipping-desktop h2{text-transform:uppercase;margin:0;font-size:24px;line-height:1.2;position:relative}.about-desktop-copy h2{color:var(--green)}.about-desktop-copy>i{background:var(--green2);width:58px;height:2px;margin:10px 0 18px;display:block}.about-desktop-copy p{color:#39423c;max-width:610px;margin:0 0 7px;font-size:15px;line-height:1.5;position:relative}.shipping-desktop{background:var(--blue);color:#fff;justify-content:center;align-items:center;gap:42px;padding:38px 54px;display:flex}.shipping-desktop>svg{flex:none;width:105px;height:105px}.shipping-desktop p{color:#e5edf6;margin:13px 0 0;font-size:16px;line-height:1.55}.about-mobile{display:none}footer{grid-template-columns:repeat(3,1fr);align-items:center;max-width:1300px;min-height:95px;margin:auto;padding:15px 30px;display:grid}footer>a,footer>div{align-items:center;gap:17px;display:flex}footer b{color:var(--green);font-size:32px;font-weight:400}footer span{color:var(--green);font-size:15px;font-weight:700}footer small{text-transform:uppercase;letter-spacing:.7px;margin-bottom:5px;font-size:10px;display:block}.whatsapp-float{z-index:50;color:#fff;background:#25d366;border-radius:50%;place-items:center;width:62px;height:62px;transition:transform .2s,box-shadow .2s;display:grid;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 28px #0b3e1f55}.whatsapp-float:hover{transform:translateY(-2px);box-shadow:0 12px 34px #0b3e1f66}.whatsapp-float svg{width:36px;height:36px}.whatsapp-float:focus-visible{outline-offset:3px;outline:3px solid #fff}@media (max-width:1100px){.header nav{gap:20px}.brand{width:250px}.benefits-mobile article{gap:10px;padding:22px 14px}.benefits-mobile article>span{width:52px;height:52px}.benefits-mobile svg{width:27px;height:27px}.benefits-mobile h3{font-size:12px}.benefits-mobile p{font-size:11px}.about-desktop-copy{padding:34px 38px}.about-desktop-copy p{font-size:13px}.shipping-desktop{gap:22px;padding:32px 30px}.shipping-desktop>svg{width:78px;height:78px}.shipping-desktop h2{font-size:20px}.shipping-desktop p{font-size:14px}}@media (max-width:800px){.topbar{grid-template-columns:repeat(3,1fr);height:62px;padding:0;font-size:9px;display:grid}.topbar span,.topbar a{text-align:center;white-space:normal;flex-direction:column;justify-content:center;gap:5px;height:62px;padding:5px 3px;display:flex}.topbar span+span,.topbar span+a{border-left:1px solid #ffffff2b}.topbar svg{width:21px;height:21px}.desktop-label{display:none}.mobile-label{line-height:1.1;display:block}.header{border-bottom:1px solid #e3e8e3;height:82px;padding:0 16px}.brand{flex:none;width:205px;height:64px;overflow:hidden}.brand-logo{object-fit:contain;object-position:left center;width:100%;height:100%}.header nav{display:none}.mobile-menu{margin-left:auto;display:block;position:relative}.mobile-menu summary{cursor:pointer;width:42px;height:42px;color:var(--green);place-items:center;font-size:24px;line-height:1;list-style:none;display:grid}.mobile-menu div{z-index:20;background:#fff;min-width:190px;padding:12px;position:absolute;top:46px;right:0;box-shadow:0 12px 30px #0003}.mobile-menu a{text-transform:uppercase;padding:11px;font-size:12px;font-weight:700;display:block}section[id],footer[id]{scroll-margin-top:92px}.hero-desktop{display:none}.hero-mobile{background:#fff;padding-bottom:28px;line-height:1.4;display:block}.hero-mobile-copy{text-align:center;background:#fff;padding:34px 24px 28px}.hero-mobile-copy h1{text-transform:uppercase;margin:0;font-size:clamp(27px,8vw,36px);line-height:1.05}.hero-mobile-copy h1 span,.hero-mobile-copy h1 b{display:block}.hero-mobile-copy h1 span{color:var(--green2)}.hero-mobile-copy h1 b{color:var(--blue);margin-top:8px}.hero-mobile-copy i{background:var(--green2);width:64px;height:2px;margin:18px auto;display:block}.hero-mobile-copy p{color:#303a32;max-width:340px;margin:auto;font-size:14px;line-height:1.55}.hero-mobile-gallery{grid-template-columns:1fr 1fr;gap:10px;padding:0 16px;display:grid}.hero-mobile-panel{aspect-ratio:1/1.05;background-image:url(/hero-food-fruit-original.png);background-repeat:no-repeat;background-size:270%;border-radius:10px;box-shadow:0 6px 20px #17351e1f}.hero-mobile-left{background-position:0}.hero-mobile-right{background-position:100%}.benefits-mobile{background:#ffffff26;grid-template-columns:1fr 1fr;gap:1px;padding:1px}.benefits-mobile article{background:var(--green);gap:9px;min-width:0;min-height:108px;padding:17px 10px;line-height:1.3}.benefits-mobile article>span{border-width:1px;width:46px;height:46px}.benefits-mobile article>div{min-width:0}.benefits-mobile svg{color:#fff;width:24px;height:24px}.benefits-mobile h3{overflow-wrap:anywhere;margin:0 0 5px;font-size:11px}.benefits-mobile p{overflow-wrap:anywhere;font-size:10px}.categories-mobile{padding:38px 18px 42px}.categories-mobile>h2{font-size:22px}.categories-mobile>i{margin-bottom:26px}.mobile-category-grid{grid-template-columns:1fr 1fr;gap:22px 12px}.mobile-category-photo{aspect-ratio:auto;height:43vw;max-height:230px}.category-badge{width:58px;height:58px;bottom:12px}.category-badge svg{width:27px;height:27px}.mobile-category-grid h3{margin-top:11px;font-size:14px}.mobile-category-grid h3:after{width:62px;height:1px;margin-top:8px}.cat-wide{grid-column:1/-1;justify-self:center;width:calc(50% - 6px)}.about-desktop{display:none}.about-mobile{line-height:1.5;display:block}.about-mobile-copy{background:#f3f6f0;padding:38px 24px}.about-mobile-copy h2{text-transform:uppercase;color:var(--green);margin:0 0 8px;font-size:22px}.about-mobile-copy>i{background:var(--green2);width:55px;height:2px;margin-bottom:18px;display:block}.about-mobile-copy p{color:#3b443d;margin:0 0 11px;font-size:14px}.shipping-mobile{background:var(--blue);color:#fff;align-items:center;gap:20px;padding:32px 24px;display:flex}.shipping-mobile>svg{flex:none;width:64px;height:64px}.shipping-mobile h2{text-transform:uppercase;margin:0 0 8px;font-size:20px}.shipping-mobile p{color:#e4edf6;margin:0;font-size:13px}footer{grid-template-columns:1fr;gap:25px;padding:30px}}@media (max-width:470px){.topbar{font-size:11px}}@media (max-width:600px){.whatsapp-float{width:58px;height:58px;bottom:16px;right:16px}.whatsapp-float svg{width:34px;height:34px}}
