:root{--g:#244a36;--g2:#3e7655;--l:#719c42;--bg:#f5f8f4;--muted:#68716c;--line:#e1e9e3}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;color:#29342e;line-height:1.55}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid var(--line)}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between}.brand img{width:175px}.main-nav{display:flex;align-items:center;gap:24px}.main-nav a{color:var(--g);text-decoration:none;font-weight:700}.cart-button,.add{border:0;background:var(--g);color:#fff;border-radius:999px;padding:11px 16px;cursor:pointer;font-weight:800}.cart-button span{background:#fff;color:var(--g);border-radius:50%;padding:1px 6px}.menu-toggle{display:none}.hero{background:linear-gradient(135deg,#f7faf6,#fff);padding:85px 0}.hero-grid,.week-grid,.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.eyebrow{font-size:12px;letter-spacing:2px;color:var(--g2);font-weight:900}.hero h1{font-size:clamp(44px,6vw,74px);line-height:1.03;color:var(--g);margin:18px 0}.hero h1 strong{color:var(--l)}.hero-copy p{font-size:19px;color:var(--muted);max-width:620px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn{border:0;border-radius:999px;padding:14px 24px;font-weight:900;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;cursor:pointer}.primary{background:var(--g);color:#fff}.secondary{border:2px solid var(--g);color:var(--g);background:#fff}.white{background:#fff;color:var(--g)}.hero-card{min-height:390px;border-radius:36px;background:#e7f0e6;display:grid;place-items:center;position:relative}.plate{width:310px;height:310px;border-radius:50%;background:#fff;box-shadow:0 20px 50px #0002;position:relative;border:14px solid #eef3ee}.food{position:absolute;font-size:75px}.food-meat{left:55px;top:50px}.food-veg{right:45px;top:50px}.food-carrot{left:40px;bottom:50px}.food-potato{right:50px;bottom:50px}.hero-note{position:absolute;bottom:20px;left:20px;right:20px;background:#fffffff2;border-radius:18px;padding:12px;text-align:center;color:var(--g)}section{padding:85px 0}.section-heading{text-align:center;max-width:720px;margin:0 auto 42px}.section-heading.left{text-align:left;margin:0}.section-heading span{font-size:12px;letter-spacing:2px;color:var(--g2);font-weight:900}.section-heading h2{font-size:38px;line-height:1.15;color:var(--g);margin:10px 0}.section-heading p{color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.steps article{padding:28px;border:1px solid var(--line);border-radius:22px}.steps b{display:inline-grid;place-items:center;width:45px;height:45px;border-radius:50%;background:#e8f1e9;color:var(--g);margin-bottom:20px}.steps h3{color:var(--g)}.steps p,.product p,.about p{color:var(--muted)}.catalog{background:var(--bg)}.catalog-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:35px}.filters{display:flex;gap:8px;flex-wrap:wrap}.filter{border:1px solid #cbd8ce;background:#fff;color:var(--g);padding:10px 15px;border-radius:999px;cursor:pointer;font-weight:800}.filter.active{background:var(--g);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product{background:#fff;border-radius:24px;overflow:hidden;border:1px solid var(--line)}.product-top{height:155px;background:#edf4ed;display:grid;place-items:center;font-size:70px}.product-body{padding:22px}.product-category{font-size:11px;letter-spacing:1.4px;color:var(--g2);font-weight:900}.product h3{color:var(--g);font-size:20px;margin:5px 0}.product p{font-size:14px;min-height:44px}.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:18px}.price{font-size:18px;font-weight:900;color:var(--g)}.week-banner{background:var(--g);color:#fff}.light{color:#d9e8c9}.week-banner h2{font-size:42px;line-height:1.1;margin-top:10px}.week-banner p{font-size:19px;color:#e6eee8}.about h2{font-size:40px;color:var(--g);line-height:1.15}.about .muted{font-size:13px;margin-top:18px}.cta{background:#e9f1e8;text-align:center}.cta h2{font-size:40px;color:var(--g)}.cta p{color:var(--muted);margin:8px 0 22px}footer{background:#173326;color:#fff;padding:50px 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:40px}.footer-logo{width:180px;background:#fff;border-radius:8px}.footer-grid p{color:#d8e1db;font-size:14px}.copyright{text-align:center;border-top:1px solid #ffffff1a;padding:18px;color:#b9c6bd;font-size:12px}.overlay{display:none;position:fixed;inset:0;background:#0006;z-index:50}.overlay.open{display:block}.cart-drawer{position:fixed;right:0;top:0;height:100vh;width:min(430px,100%);background:#fff;z-index:60;transform:translateX(100%);transition:.3s;display:flex;flex-direction:column}.cart-drawer.open{transform:translateX(0)}.cart-header{padding:22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.cart-header h2{color:var(--g)}.cart-header button{border:0;background:none;font-size:32px;color:var(--g)}.cart-items{padding:20px;overflow:auto;flex:1}.cart-line{display:grid;grid-template-columns:1fr auto;gap:8px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-line h4{color:var(--g)}.qty{display:flex;gap:8px;align-items:center;margin-top:8px}.qty button{width:28px;height:28px;border:1px solid var(--line);background:#fff;border-radius:50%}.cart-footer{padding:20px;border-top:1px solid var(--line)}.total{display:flex;justify-content:space-between;margin-bottom:15px;font-size:19px}.total strong{color:var(--g)}.full{width:100%}.cart-footer small{display:block;color:var(--muted);margin-top:9px;text-align:center}.empty{text-align:center;color:var(--muted);padding:40px 10px}@media(max-width:900px){.hero-grid,.week-grid,.about-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr 1fr}.catalog-head{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.container{width:calc(100% - 28px)}.nav-wrap{height:72px}.brand img{width:150px}.menu-toggle{display:block;border:0;background:none;font-size:28px;color:var(--g)}.main-nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;padding:18px;flex-direction:column}.main-nav.open{display:flex}.hero{padding:55px 0}.hero h1{font-size:43px}.plate{width:230px;height:230px}.food{font-size:52px}.food-meat{left:38px;top:38px}.food-veg{right:28px;top:38px}.food-carrot{left:28px;bottom:38px}.food-potato{right:34px;bottom:38px}.steps,.product-grid,.footer-grid{grid-template-columns:1fr}.section-heading h2,.week-banner h2,.about h2,.cta h2{font-size:31px}}
