:root{--green:#0b402b;--green2:#12583a;--lime:#d8ef62;--cream:#f7f4ec;--ink:#17201c;--muted:#657069;--line:#dfe3dd;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"DM Sans",sans-serif;background:#fff}a{color:inherit;text-decoration:none}button{font:inherit}.topbar{background:var(--green);color:#e8f3ec;text-align:center;padding:9px 16px;font-size:.78rem;letter-spacing:.04em}.topbar span{color:var(--lime);padding:0 9px}header{height:82px;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;background:white;z-index:10}.brand{display:flex;align-items:center;gap:11px;font:800 1.25rem/1 "Manrope",sans-serif;letter-spacing:-.04em}.brand small{display:block;font:600 .53rem/1.5 "DM Sans",sans-serif;letter-spacing:.2em}.brand-mark{display:grid;place-items:center;width:38px;height:38px;background:var(--green);color:white;border-radius:10px;font-size:1.35rem}.brand-mark:after{content:"";position:absolute}nav{display:flex;gap:34px;font-weight:600;font-size:.9rem}nav a:hover{color:var(--green2)}.header-actions{display:flex;gap:10px}.cart-button,.icon-button{border:0;cursor:pointer}.cart-button{background:var(--green);color:white;border-radius:99px;padding:11px 17px;font-weight:700}.cart-button span{background:var(--lime);color:var(--green);margin-left:7px;border-radius:99px;padding:2px 7px}.menu{display:none;background:transparent;font-size:1.25rem}.hero{min-height:620px;position:relative;display:flex;align-items:center;overflow:hidden;background:var(--green)}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,42,27,.94) 0%,rgba(5,42,27,.76) 31%,rgba(5,42,27,.08) 62%)}.hero-copy{position:relative;max-width:630px;margin-left:max(8vw,32px);color:white;padding:80px 0}.eyebrow{font-size:.73rem;letter-spacing:.2em;font-weight:800;color:var(--lime)}h1,h2,h3{font-family:"Manrope",sans-serif;margin:0}h1{font-size:clamp(3.4rem,7vw,6.5rem);line-height:.92;letter-spacing:-.075em;margin:19px 0 25px}.hero-copy p{max-width:500px;font-size:1.1rem;line-height:1.7;color:#e4ede8;margin-bottom:35px}.primary{display:inline-flex;gap:35px;align-items:center;background:var(--lime);color:var(--green);padding:16px 22px;border-radius:7px;font-weight:800}.hero-note{position:absolute;right:5vw;bottom:38px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);padding:18px 24px;border-radius:8px;display:flex;flex-direction:column}.hero-note b{font-family:"Manrope"}.hero-note span{font-size:.8rem;color:var(--muted);margin-top:4px}.trust{display:grid;grid-template-columns:repeat(4,1fr);padding:27px max(5vw,24px);border-bottom:1px solid var(--line);gap:20px}.trust div{display:flex;flex-direction:column;border-right:1px solid var(--line);padding-left:28px}.trust div:last-child{border:0}.trust b{font-size:.9rem}.trust span{font-size:.78rem;color:var(--muted);margin-top:3px}.section{padding:100px max(6vw,24px)}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px}.green{color:var(--green2)}h2{font-size:clamp(2.2rem,4vw,4rem);letter-spacing:-.055em;line-height:1.06;margin-top:10px}.section-head>a{font-weight:700;border-bottom:1px solid}.section-head>p{color:var(--muted)}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.cat{height:270px;padding:23px;display:flex;flex-direction:column;justify-content:space-between;border-radius:10px;transition:.25s ease}.cat:hover{transform:translateY(-5px)}.cat span{font-size:.72rem;font-weight:800}.cat h3{font-size:1.45rem;letter-spacing:-.035em}.cat p{margin:6px 0 0;font-size:.85rem}.produce{background:#d9ed8b}.pantry{background:#f2ce8d}.drinks{background:#b7d6d8}.home{background:#e1d8cd}.fresh{background:var(--cream)}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{background:white;padding:13px 13px 20px;border-radius:10px}.product-art{height:220px;display:grid;place-items:center;font-size:5rem;border-radius:7px;margin-bottom:16px}.tomatoes{background:#f7d3c6}.rice{background:#ecdfbb}.oil{background:#f3e3a4}.plantain{background:#dce9b5}.tag{font-size:.65rem;font-weight:800;color:var(--green2);letter-spacing:.1em}.product h3{font-size:1.04rem;margin-top:9px}.product p{font-size:.8rem;color:var(--muted);margin:5px 0 18px}.product>div:last-child{display:flex;justify-content:space-between;align-items:center}.add{width:37px;height:37px;border-radius:50%;border:1px solid var(--line);background:white;font-size:1.25rem;cursor:pointer;transition:.2s}.add:hover{background:var(--green);color:white}.story{margin:0 max(3vw,14px) 80px;border-radius:14px;background:var(--green);color:white;display:grid;grid-template-columns:2fr 1fr 1fr;min-height:410px}.story-copy{padding:70px}.story-copy h2{max-width:650px;margin:13px 0 25px}.story-copy p{color:#d8e5dd;max-width:590px;line-height:1.7}.light-link{display:inline-block;margin-top:18px;color:var(--lime);font-weight:700}.story-stat{border-left:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column;align-items:center;justify-content:center}.story-stat strong{font:800 2.7rem "Manrope";color:var(--lime)}.story-stat span{color:#c8d9cf}footer{background:#081f16;color:white;padding:65px max(6vw,24px) 30px;display:grid;grid-template-columns:1.2fr 1.2fr 1fr 1.5fr;gap:35px}.footer-brand .brand-mark{background:var(--lime);color:var(--green)}footer p{color:#aabbb1;line-height:1.7;margin:0}footer>div:not(.brand):not(.copyright){display:flex;flex-direction:column;gap:11px;font-size:.85rem}footer div b{margin-bottom:5px}footer div a{color:#aabbb1}.copyright{grid-column:1/-1;border-top:1px solid #294037;margin-top:35px;padding-top:24px;display:flex;justify-content:space-between;color:#789084;font-size:.75rem}.toast{position:fixed;right:24px;bottom:24px;background:var(--ink);color:white;padding:14px 18px;border-radius:8px;transform:translateY(100px);opacity:0;transition:.3s;z-index:30}.toast.show{transform:none;opacity:1}
@media(max-width:850px){nav{display:none;position:absolute;top:82px;left:0;right:0;background:white;flex-direction:column;padding:25px;border-bottom:1px solid var(--line)}nav.open{display:flex}.menu{display:block}.hero{min-height:600px}.hero>img{object-position:67% center}.hero-shade{background:linear-gradient(90deg,rgba(5,42,27,.94),rgba(5,42,27,.56))}.trust{grid-template-columns:1fr 1fr}.trust div:nth-child(2){border:0}.categories,.products{grid-template-columns:1fr 1fr}.story{grid-template-columns:1fr 1fr}.story-copy{grid-column:1/-1;padding:50px}.story-stat{min-height:180px;border-top:1px solid rgba(255,255,255,.18)}footer{grid-template-columns:1fr 1fr}.copyright{grid-column:1/-1}}@media(max-width:540px){.topbar{font-size:.66rem}header{height:70px}.brand{font-size:1.05rem}.brand-mark{width:34px;height:34px}nav{top:70px}.cart-button{padding:9px 12px}.hero{min-height:590px}.hero-copy{margin-left:24px;padding-right:24px}.hero-copy p{font-size:1rem}.hero-note{display:none}.trust{grid-template-columns:1fr 1fr;padding:22px 18px}.trust div{padding-left:10px}.section{padding:72px 20px}.section-head{align-items:start}.section-head>a,.section-head>p{display:none}.categories{grid-template-columns:1fr 1fr;gap:10px}.cat{height:190px;padding:17px}.cat h3{font-size:1.05rem}.cat p{font-size:.72rem}.products{grid-template-columns:1fr 1fr;gap:10px}.product-art{height:145px;font-size:3.5rem}.story{grid-template-columns:1fr;margin:0 10px 60px}.story-copy{padding:42px 25px}.story-stat{min-height:130px;border-left:0}.story-stat:last-child{border-top:0}footer{grid-template-columns:1fr;padding-top:50px}.copyright{flex-direction:column;gap:8px}}
.hero>img{object-position:center 44%}.real-nao{padding-top:20px}.store-photos{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.store-photos figure{margin:0;position:relative;height:470px;overflow:hidden;border-radius:12px;background:#e7e9e6}.store-photos img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.store-photos figure:hover img{transform:scale(1.025)}.store-photos figcaption{position:absolute;left:18px;bottom:18px;background:rgba(255,255,255,.92);padding:10px 14px;border-radius:6px;font-size:.82rem;font-weight:700}@media(max-width:850px){.store-photos{grid-template-columns:1fr 1fr}.store-photos figure{height:360px}}@media(max-width:540px){.store-photos{grid-template-columns:1fr}.store-photos figure{height:300px}}
