:root{
  --green:#45c84f;
  --green-dark:#2f7d32;
  --green-logo:#5f9441;
  --cream:#fffdf7;
  --soft:#f4fbf0;
  --text:#1f2a1f;
  --muted:#607060;
  --shadow:0 20px 50px rgba(44, 88, 38, .12);
}
*{box-sizing:border-box}
body{margin:0;font-family:Montserrat,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.5}
a{text-decoration:none;color:inherit}.topbar{display:flex;justify-content:space-between;gap:14px;padding:8px 7vw;background:var(--green-dark);color:white;font-size:14px;font-weight:600}.site-header{display:flex;align-items:center;justify-content:space-between;padding:14px 7vw;background:#fffdf7;position:sticky;top:0;z-index:20;box-shadow:0 1px 0 rgba(0,0,0,.06)}.brand img{width:92px;height:92px;object-fit:contain}.nav{display:flex;gap:30px;font-weight:800}.nav a{color:#243224}.nav a:hover{color:var(--green-dark)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 24px;font-weight:800;border:0;cursor:pointer}.btn-primary{background:var(--green);color:white;box-shadow:0 12px 28px rgba(69,200,79,.25)}.btn-primary:hover{background:var(--green-dark)}.btn.big{font-size:16px;padding:15px 32px}.collage-wrap{display:flex;justify-content:center;padding:10px 20px 16px}.collage{width:min(850px,88vw);display:block}.hero{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:5vw;padding:18px 7vw 55px}.hero-copy{text-align:center}.hero h1{font-family:Courgette,cursive;font-size:clamp(48px,6vw,76px);line-height:1.05;color:var(--green);margin:0 0 30px}.hero p{color:var(--green);font-size:18px;font-weight:500;max-width:640px;margin:0 auto 6px}.hero-sub{margin-bottom:28px!important}.hero-image img{width:100%;border-radius:0;box-shadow:none;display:block;max-height:380px;object-fit:cover}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #e9e8dd;border-bottom:1px solid #e9e8dd;background:#fffdf7}.trust-strip div{padding:22px 24px;text-align:center;border-right:1px solid #e2dfce}.trust-strip div:last-child{border-right:0}.trust-strip strong{display:block;color:var(--green-dark);font-size:18px}.trust-strip span{font-size:14px;color:var(--muted)}.section{padding:70px 7vw}.section-head{text-align:center;margin-bottom:32px}.section-head span,.contact span{font-weight:900;letter-spacing:.22em;text-transform:uppercase;color:var(--green-dark);font-size:13px}.section h2,.contact h2{font-size:clamp(34px,4vw,52px);line-height:1.1;margin:8px 0 8px;color:var(--green-dark)}.section-head p{color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(11,1fr);gap:14px}.category-card{background:#fff;border:1px solid #dbe9d8;border-radius:18px;padding:18px 10px;text-align:center;box-shadow:0 10px 24px rgba(0,0,0,.05);transition:.2s}.category-card:hover{transform:translateY(-3px);border-color:var(--green)}.category-icon{font-size:28px}.category-card h3{font-size:13px;margin:8px 0 0;color:#244123}.products-section{background:linear-gradient(180deg,#fff,#fbfff7)}.toolbar{display:flex;gap:12px;justify-content:center;margin-bottom:28px}.toolbar input,.toolbar select{padding:14px 16px;border:1px solid #cddfc9;border-radius:14px;min-width:240px;font-family:inherit}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:#fff;border:1px solid #e1ecd7;border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.product-card img{width:100%;height:180px;object-fit:cover}.product-body{padding:18px}.product-body span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--green-dark);font-weight:900}.product-body h3{margin:8px 0 8px;font-size:20px}.product-body p{font-size:14px;color:var(--muted);min-height:42px}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-footer strong{font-size:18px}.add-cart{border:0;background:var(--green-dark);color:white;border-radius:999px;padding:10px 15px;font-weight:800;cursor:pointer}.order-box{margin:30px 7vw 70px;background:var(--green-dark);color:white;border-radius:30px;padding:34px;display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:start}.order-box h2{font-size:38px;margin:0 0 8px}.cart-box{background:white;color:var(--text);border-radius:22px;padding:22px}.cart-box ul{padding-left:20px}.contact{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;background:#fffdf7}.contact iframe{width:100%;height:360px;border:0;border-radius:24px;box-shadow:var(--shadow)}footer{padding:34px 7vw;background:#18391b;color:white;display:flex;align-items:center;justify-content:space-between;gap:20px}footer img{width:70px;height:70px;object-fit:contain;border-radius:50%;background:white}footer a{font-weight:800;color:#d7ffb0}
@media(max-width:1000px){.hero,.contact,.order-box{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.trust-strip{grid-template-columns:repeat(2,1fr)}.nav{display:none}.hero-image img{max-height:none}.topbar{flex-direction:column;text-align:center}.site-header{gap:12px}.brand img{width:70px;height:70px}}
@media(max-width:640px){.section{padding:50px 20px}.hero{padding:20px}.product-grid,.category-grid,.trust-strip{grid-template-columns:1fr}.toolbar{flex-direction:column}.toolbar input,.toolbar select{width:100%;min-width:0}.hero h1{font-size:48px}footer{flex-direction:column;text-align:center}.collage{width:100%}}
