:root{--green:#173f2a;--accent:#e25c35;--cream:#f7f2e8;--ink:#15231a;--muted:#68736b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:16px/1.6 system-ui,-apple-system,sans-serif;color:var(--ink);background:#fff}.header{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:12px max(5vw,24px);position:sticky;top:0;background:#fffcf7ed;backdrop-filter:blur(12px);z-index:3;border-bottom:1px solid #eee}.logo img,footer img{width:132px;display:block}.header nav{display:flex;gap:28px}.header a,footer a{color:inherit;text-decoration:none}.cart,.button{border:0;border-radius:999px;background:var(--green);color:#fff;padding:12px 20px;font-weight:700;text-decoration:none}.cart span{background:var(--accent);padding:2px 8px;border-radius:20px}.hero{min-height:620px;padding:90px max(7vw,28px);display:grid;grid-template-columns:1.2fr .8fr;gap:8vw;align-items:center;background:var(--cream)}h1{font:700 clamp(48px,7vw,92px)/.98 Georgia,serif;margin:12px 0 28px;letter-spacing:-.04em}h1 em{color:var(--accent);font-weight:inherit}h2{font:700 clamp(34px,5vw,60px)/1.05 Georgia,serif;margin:8px 0 34px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--accent);font-size:13px;font-weight:800}.hero p:not(.eyebrow){max-width:620px;color:var(--muted);font-size:19px}.button{display:inline-block;margin:18px 0}.benefits{font-size:14px;color:var(--green);margin-top:16px}.hero-card{min-height:360px;border-radius:40% 40% 24px 24px;background:var(--green);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:24px 24px 0 #e7ad6f}.hero-card .food{font-size:54px;margin:30px 0}.hero-card strong{font-size:48px;color:#ffd06b}.section{padding:90px max(7vw,28px)}.filters{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:32px}input{padding:14px 20px;border:1px solid #ccd2cc;border-radius:999px;font:inherit;min-width:260px}#categories{display:flex;gap:8px;flex-wrap:wrap}.category{border:1px solid #ccd2cc;background:#fff;border-radius:999px;padding:10px 15px}.category.active{background:var(--green);color:#fff}.products{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:18px}.product{background:var(--cream);border-radius:18px;padding:22px}.product .emoji{font-size:52px}.product button{border:0;background:var(--accent);color:#fff;border-radius:10px;padding:9px 14px;font-weight:700}.about{background:var(--green);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:8vw}.about p:not(.eyebrow){color:#d8e2da}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-content:center}.stats strong,.stats span{display:block}.stats strong{font:700 32px Georgia,serif;color:#ffd06b}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.steps article{background:var(--cream);padding:28px;border-radius:20px}.steps article>span{color:var(--accent);font-weight:800}.steps article>b{display:block;font-size:42px;margin:18px 0}footer{padding:50px max(7vw,28px);background:#102b1d;color:#fff;display:grid;gap:8px;justify-items:start}footer small{margin-top:20px;color:#aebbb1}@media(max-width:760px){.header nav{display:none}.hero,.about{grid-template-columns:1fr}.hero{padding-top:55px}.hero-card{min-height:280px}.steps,.stats{grid-template-columns:1fr}.section{padding-top:65px;padding-bottom:65px}}
/* Keep the original brand mark clear and proportional inside the promotion card. */
.hero-card .hero-logo{width:min(240px,62%);height:auto;display:block;object-fit:contain}
.hero{grid-template-columns:1fr}.hero>div{max-width:820px}
