:root{
  --green-900:#174c2b;--green-700:#1f6b3a;--green-500:#2f8d50;
  --orange:#f39c34;--cream:#fff8ee;--ink:#173026;--muted:#617167;
  --white:#fff;--border:#e3e9df;--shadow:0 18px 45px rgba(23,76,43,.13)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#f7f8f4;color:var(--ink);font-family:Inter,Arial,sans-serif}
a{color:inherit;text-decoration:none}
button{font:inherit}
.noscript{padding:14px;background:#ffe8bd;text-align:center}
.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:13px clamp(16px,5vw,72px);background:rgba(255,255,255,.95);border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}
.brand{display:flex;align-items:center;gap:10px}.brand strong,.brand small{display:block}.brand strong{font-size:18px}.brand small{font-size:12px;color:var(--muted);margin-top:2px}
.cart-button{border:0;border-radius:999px;background:var(--green-700);color:#fff;padding:10px 15px;font-weight:800}
.cart-button span{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:5px;border-radius:50%;background:#fff;color:var(--green-700);font-size:12px}
.hero{display:grid;grid-template-columns:1.08fr .92fr;min-height:520px;background:linear-gradient(135deg,var(--green-900),#2e8249);color:#fff;overflow:hidden}
.hero-content{padding:clamp(52px,8vw,112px) clamp(22px,8vw,120px);align-self:center;position:relative;z-index:2}
.eyebrow{font-size:12px;letter-spacing:.13em;font-weight:900;color:#d9f3ca}.eyebrow.green{color:var(--green-700)}
.hero h1{font-size:clamp(42px,7vw,78px);line-height:.98;margin:14px 0 10px}
.tagline{font-size:clamp(22px,3vw,32px);font-weight:800;color:#ffe0a3;margin:0}
.hero-copy{font-size:18px;line-height:1.65;max-width:620px;margin:22px 0 30px;color:#edf6ec}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:14px 20px;font-weight:900}.button-primary{background:var(--orange);color:#231609}.button-light{background:#fff;color:var(--green-900)}
.hero-art{position:relative;min-height:420px;background:linear-gradient(#83ca7e 0 46%,#d1ebae 46%);overflow:hidden}.sun{position:absolute;width:118px;height:118px;border-radius:50%;right:14%;top:13%;background:#ffd76a;box-shadow:0 0 0 18px rgba(255,215,106,.17)}
.hill{position:absolute;border-radius:50% 50% 0 0}.hill-back{width:135%;height:47%;left:-18%;bottom:13%;background:#5cad63}.hill-front{width:148%;height:43%;left:-22%;bottom:-7%;background:#3f8a49}
.farm{position:absolute;left:20%;bottom:20%;font-size:90px;filter:drop-shadow(0 12px 10px rgba(0,0,0,.15))}.cow{position:absolute;right:17%;bottom:14%;font-size:78px;filter:drop-shadow(0 10px 8px rgba(0,0,0,.14))}
.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border)}.trust-strip article{display:flex;gap:12px;align-items:center;padding:20px clamp(18px,4vw,55px);background:#fff}.trust-strip article>span{font-size:26px}.trust-strip strong,.trust-strip small{display:block}.trust-strip small{color:var(--muted);margin-top:3px}
.section{padding:clamp(54px,7vw,90px) clamp(18px,6vw,88px)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.section-heading h2,.story h2{font-size:clamp(30px,4vw,48px);margin:7px 0 0}.section-heading p{max-width:500px;color:var(--muted);line-height:1.6}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:0 8px 24px rgba(23,48,38,.06)}.product-visual{height:205px;display:grid;place-items:center;background:linear-gradient(135deg,#f5f8ec,#e5efd1);font-size:84px}.product-body{padding:20px}.product-body h3{font-size:21px;margin:0 0 8px}.product-body p{color:var(--muted);line-height:1.5;min-height:66px}.product-status{font-size:12px;font-weight:900;color:var(--green-700)}
.story{padding-top:8px}.story-card{display:grid;grid-template-columns:auto 1fr;gap:26px;padding:clamp(28px,5vw,58px);border-radius:28px;background:linear-gradient(135deg,#fff,#eff6e8);border:1px solid var(--border)}.story-icon{font-size:66px}.story p{color:var(--muted);line-height:1.7;max-width:780px}
footer{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 22px;padding:30px 20px;background:var(--green-900);color:#eaf5e9;text-align:center;font-size:14px}
.overlay{position:fixed;inset:0;z-index:30;background:rgba(13,31,22,.48);backdrop-filter:blur(2px)}.cart-drawer{position:fixed;right:0;top:0;z-index:31;width:min(430px,100%);height:100%;background:#fff;transform:translateX(105%);transition:.25s ease;box-shadow:-20px 0 50px rgba(0,0,0,.18)}.cart-drawer.open{transform:none}.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:22px;border-bottom:1px solid var(--border)}.drawer-header h2{margin:4px 0 0}.close-button{border:0;width:42px;height:42px;border-radius:50%;background:#edf3ea;font-size:28px}.drawer-message{height:calc(100% - 88px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;text-align:center}.drawer-message>span{font-size:66px}.drawer-message p{color:var(--muted);line-height:1.6}.button-whatsapp{background:#1f9e54;color:#fff;margin-top:8px}
@media(max-width:980px){.hero{grid-template-columns:1fr}.hero-art{min-height:290px}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.topbar{padding:11px 14px}.brand small{display:none}.hero-content{padding:52px 20px 38px}.hero-art{min-height:250px}.hero h1{font-size:45px}.hero-copy{font-size:16px}.trust-strip{grid-template-columns:1fr}.trust-strip article{padding:15px 20px}.section{padding:48px 15px}.section-heading{display:block}.product-grid{grid-template-columns:1fr;gap:15px}.product-card{display:grid;grid-template-columns:126px 1fr}.product-visual{height:auto;min-height:185px;font-size:62px}.product-body{padding:16px}.product-body p{font-size:14px;min-height:auto}.story-card{grid-template-columns:1fr}.story-icon{font-size:52px}}
