:root{--green:#226b3a;--dark:#163522;--light:#f4f8f1;--cream:#fffdf7;--text:#243028;--muted:#6b756e;--border:#e2e9e1;--shadow:0 16px 45px rgba(23,54,33,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--cream)}button,input,textarea{font:inherit}.container{width:min(1180px,92%);margin:auto}
.site-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.nav{height:72px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:800;color:var(--dark);text-decoration:none;font-size:19px}.brand span{margin-right:8px}.admin-link{color:var(--green);text-decoration:none;font-weight:700}
.hero{background:linear-gradient(120deg,#edf6e9,#fbf7e9);padding:80px 0}.hero-inner{display:grid;grid-template-columns:1fr 330px;gap:60px;align-items:center}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:800;color:var(--green);margin:0 0 10px}.hero h1{font-size:clamp(40px,6vw,68px);line-height:1.02;letter-spacing:-2px;margin:0 0 20px;color:var(--dark)}.hero p:not(.eyebrow){font-size:18px;line-height:1.7;color:var(--muted);max-width:650px}.hero-card{background:#fff;padding:38px;border-radius:28px;box-shadow:var(--shadow);text-align:center}.hero-card span,.hero-card small{display:block;color:var(--muted)}.hero-card strong{display:block;font-size:60px;color:var(--green);margin:8px 0}
.btn{border:0;border-radius:12px;padding:13px 18px;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;justify-content:center;align-items:center}.btn-primary{background:var(--green);color:#fff}.btn-outline{border:1px solid var(--border);background:#fff;color:var(--dark)}.full{width:100%}
.shop{padding:70px 0 120px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:28px}.section-heading h2{font-size:36px;margin:0;color:var(--dark)}.price-filter{display:flex;gap:7px;flex-wrap:wrap}.filter{border:1px solid var(--border);background:#fff;border-radius:999px;padding:9px 14px;cursor:pointer}.filter.active{background:var(--dark);color:#fff;border-color:var(--dark)}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image{height:245px;background:#eef3eb}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:18px}.tag{font-size:11px;color:var(--green);font-weight:800;text-transform:uppercase;letter-spacing:.7px}.product-info h3{margin:7px 0;font-size:19px}.product-info p{font-size:13px;line-height:1.5;color:var(--muted);height:40px;margin:0 0 15px}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.price{font-size:22px;color:var(--dark)}.qty{display:flex;border:1px solid var(--border);border-radius:9px;overflow:hidden}.qty button{border:0;background:#f6f8f5;width:28px;cursor:pointer}.qty input{border:0;width:35px;text-align:center;outline:0}.buy-now{width:100%;background:#edf5eb;color:var(--green)}
.cart-bar{display:none;position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:#173522;color:#fff;padding:12px 15px 12px 20px;border-radius:16px;z-index:30;align-items:center;gap:25px;box-shadow:0 12px 35px #0003}.cart-bar strong{margin-left:10px}.cart-bar .btn{background:#d9efc9;color:#173522}
.modal{display:none;position:fixed;inset:0;background:rgba(10,25,15,.62);z-index:100;align-items:center;justify-content:center;padding:20px}.modal.show{display:flex}.modal-box{position:relative;background:#fff;border-radius:22px;width:min(560px,100%);max-height:92vh;overflow:auto;padding:30px;box-shadow:0 25px 80px #0004}.modal-box h2{margin:0 0 20px;color:var(--dark)}.modal-close{position:absolute;right:15px;top:12px;border:0;background:transparent;font-size:30px;color:#78827b;cursor:pointer}.modal label{display:block;font-weight:700;margin:14px 0}.modal input,.modal textarea{width:100%;margin-top:7px;border:1px solid var(--border);border-radius:10px;padding:12px;outline:none}.modal input:focus,.modal textarea:focus{border-color:var(--green)}.order-items{background:#f7faf6;border-radius:12px;padding:10px;margin-bottom:12px}.order-line{display:flex;justify-content:space-between;padding:8px}.summary{display:flex;justify-content:space-between;border-top:1px solid var(--border);padding:14px 0;font-size:18px}.error{color:#b42318;margin-top:12px}.success-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#e4f3dc;color:var(--green);font-size:28px;font-weight:900;margin-bottom:12px}.payment-box{text-align:center}.order-id{background:#f2f7ef;padding:11px;border-radius:10px;margin:12px 0}.payment-total{font-size:38px;font-weight:900;color:var(--green)}.upi-text{color:var(--muted)}.qr-wrap{display:flex;justify-content:center;margin:16px}.qr-wrap img{width:230px;height:230px;border-radius:8px}.payment-note{font-weight:700}.screenshot-note{background:#fff6d9;border:1px solid #f0df9d;border-radius:12px;padding:15px;line-height:1.55}.whatsapp{background:#1da851;color:#fff;margin:12px 0}
footer{padding:35px 0;border-top:1px solid var(--border);color:var(--muted);text-align:center;font-size:14px}
@media(max-width:1000px){.products{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.hero{padding:55px 0}.hero-inner{grid-template-columns:1fr}.hero-card{display:none}.section-heading{align-items:start;flex-direction:column}.products{grid-template-columns:repeat(2,1fr)}.product-image{height:210px}.cart-bar{width:92%;justify-content:space-between;gap:8px}}@media(max-width:470px){.products{grid-template-columns:1fr}.product-image{height:260px}.nav{height:62px}.brand{font-size:16px}}
