:root{
  --maroon:#8C1C13;
  --maroon-dark:#6b1510;
  --cream:#FBF3E7;
  --cream-2:#F5E9D6;
  --ink:#2B1B12;
  --muted:#7a6a5c;
  --gold:#C98A2C;
  --green:#3f7d4a;
  --radius:14px;
  --shadow:0 8px 24px rgba(140,28,19,.08);
  font-family:'Inter',system-ui,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
body{background:var(--cream);color:var(--ink);line-height:1.5;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
h1,h2,h3,h4{font-family:'Fraunces',serif;line-height:1.15}
a{color:inherit;text-decoration:none}
.eyebrow{display:inline-block;color:var(--maroon);font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:.8rem;margin-bottom:.5rem}
section{padding:4rem 6vw}
.section-head{max-width:640px;margin:0 auto 2.5rem;text-align:center}
.section-head h2{font-size:2rem;margin-bottom:.75rem}
.section-head p{color:var(--muted)}

/* Buttons */
.btn{display:inline-block;padding:.85rem 1.6rem;border-radius:999px;font-weight:600;cursor:pointer;border:none;font-size:.95rem;transition:.2s}
.btn-primary{background:var(--maroon);color:#fff}
.btn-primary:hover{background:var(--maroon-dark)}
.btn-outline{background:transparent;border:1.5px solid var(--maroon);color:var(--maroon)}
.btn-outline:hover{background:var(--maroon);color:#fff}
.btn-block{width:100%;text-align:center}

/* Topbar */
.topbar{background:var(--maroon);color:#fff;text-align:center;font-size:.82rem;padding:.5rem 1rem}

/* Header */
.site-header{position:sticky;top:0;background:rgba(251,243,231,.92);backdrop-filter:blur(6px);z-index:50;border-bottom:1px solid #eaddc7}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.9rem 6vw}
.logo{display:flex;align-items:center;gap:.6rem;font-family:'Fraunces',serif;font-weight:700;font-size:1.2rem;color:var(--maroon)}
.logo img{height:36px;width:36px;object-fit:contain}
.logo small{display:block;font-family:'Inter',sans-serif;font-weight:500;font-size:.65rem;color:var(--muted);letter-spacing:.03em}
.main-nav{display:flex;gap:1.8rem}
.main-nav a{font-weight:500;font-size:.92rem}
.main-nav a:hover{color:var(--maroon)}
.cart-btn{background:var(--maroon);color:#fff;border:none;padding:.6rem 1.1rem;border-radius:999px;font-weight:600;cursor:pointer;font-size:.95rem}

/* Hero */
.hero{display:grid;grid-template-columns:1.05fr 1fr;gap:3rem;align-items:center;position:relative;padding-top:3rem}
.hero::before{content:"";position:absolute;top:-4rem;left:-10vw;width:60vw;height:60vw;max-width:900px;max-height:900px;background:radial-gradient(circle, rgba(201,138,44,.12) 0%, rgba(140,28,19,.05) 45%, transparent 70%);z-index:-1;pointer-events:none}

.trust-pill{display:inline-flex;align-items:center;gap:.4rem;background:linear-gradient(135deg,#8C1C13,#6b1510);color:#fff;padding:.45rem 1rem;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.02em;margin-bottom:1rem;box-shadow:0 6px 16px rgba(140,28,19,.25)}

.hero h1{font-size:clamp(2.2rem,4.4vw,3.4rem);margin:.6rem 0 1rem;letter-spacing:-.01em}
.hero h1 em{font-style:italic;background:linear-gradient(135deg,var(--maroon),var(--gold));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p{color:var(--muted);max-width:480px;margin-bottom:1.6rem;font-size:1.05rem}
.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.6rem}
.hero-cta .btn-primary{box-shadow:0 10px 24px rgba(140,28,19,.28);font-size:1rem;padding:1rem 1.9rem}
.hero-cta .btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(140,28,19,.34)}
.hero-cta .btn-outline:hover{transform:translateY(-2px)}
.badges{display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;font-size:.82rem;margin-bottom:2rem}
.badges li{background:#fff;padding:.45rem .9rem;border-radius:999px;border:1px solid #eaddc7;font-weight:600;box-shadow:0 2px 6px rgba(140,28,19,.05)}

.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:520px;padding-top:1.6rem;border-top:1px solid #e6d7ba}
.hero-stats strong{display:block;font-family:'Fraunces',serif;font-size:1.5rem;color:var(--maroon);line-height:1.1}
.hero-stats span{display:block;font-size:.72rem;color:var(--muted);margin-top:.2rem;line-height:1.3}

.hero-image{position:relative;display:flex;align-items:center;justify-content:center;min-height:460px;padding:2rem}
.hero-image .img-fallback{background:linear-gradient(135deg,#e9c98f,#8C1C13)}

/* Clean white product-photography card behind the jar */
.hero-card{
  position:relative;
  width:100%;
  max-width:420px;
  aspect-ratio:1/1;
  background:#fff;
  border-radius:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 40px 70px -20px rgba(43,27,18,.18), 0 2px 0 rgba(140,28,19,.06) inset;
  border:1px solid #f1e7d4;
  overflow:hidden;
}
.hero-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% 42%, rgba(201,138,44,.10) 0%, transparent 60%);
}

.hero-jar{position:relative;z-index:1;width:82%;max-width:320px;object-fit:contain;filter:drop-shadow(0 22px 26px rgba(43,27,18,.18))}

.rating-chip{position:absolute;top:4%;right:-2%;z-index:3;background:#fff;padding:.8rem 1.2rem;border-radius:16px;box-shadow:0 14px 30px rgba(43,27,18,.14);font-weight:800;text-align:center;font-size:1.15rem;border:1px solid #f1e7d4}
.rating-chip span{display:block;font-weight:600;font-size:.72rem;color:var(--muted);white-space:nowrap;margin-top:.1rem}

.flavours-chip{position:absolute;bottom:6%;left:-4%;z-index:3;background:#fff;padding:.85rem 1.3rem;border-radius:16px;box-shadow:0 14px 30px rgba(43,27,18,.14);border:1px solid #f1e7d4}
.flavours-chip strong{display:block;font-family:'Fraunces',serif;font-size:1.2rem;color:var(--maroon)}
.flavours-chip span{display:block;font-size:.72rem;color:var(--muted);letter-spacing:.03em;text-transform:uppercase}

.hero-macro{position:absolute;bottom:2%;right:0%;z-index:3;width:120px;height:120px;border-radius:50%;object-fit:cover;border:5px solid #fff;box-shadow:0 14px 26px rgba(43,27,18,.16)}

/* Trust bar */
.trust-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem 3rem;background:linear-gradient(135deg,#8C1C13,#6b1510);color:#fff;padding:.9rem 6vw;font-size:.82rem;font-weight:600;letter-spacing:.01em}

@media(max-width:900px){
  .hero-stats{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .hero-image{min-height:320px;padding:1rem}
  .hero-card{max-width:300px;border-radius:22px}
  .hero-jar{width:78%}
  .hero-macro{width:88px;height:88px}
  .rating-chip{font-size:1rem;padding:.6rem .9rem;right:-3%}
  .flavours-chip{left:-3%;padding:.65rem 1rem}
  .flavours-chip strong{font-size:1rem}
  .trust-bar{gap:.8rem 1.6rem;font-size:.75rem}
}

/* Features strip */
.features-strip{display:flex;flex-wrap:wrap;gap:1rem 2rem;justify-content:center;background:#fff;padding:1.5rem 6vw;font-size:.85rem;font-weight:600;color:var(--maroon);border-top:1px solid #eaddc7;border-bottom:1px solid #eaddc7}

/* Product grid */
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1.6rem;max-width:1300px;margin:0 auto}
.product-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;position:relative}
.product-card .tag{position:absolute;top:.7rem;left:.7rem;background:var(--maroon);color:#fff;font-size:.7rem;font-weight:700;padding:.25rem .6rem;border-radius:999px;z-index:2}
.product-card .off{position:absolute;top:.7rem;right:.7rem;background:var(--gold);color:#fff;font-size:.7rem;font-weight:700;padding:.25rem .6rem;border-radius:999px;z-index:2}
.product-img{aspect-ratio:1/1;background:var(--cream-2);position:relative}
.product-img img{width:100%;height:100%;object-fit:cover}
.product-img .img-fallback{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0dcae,#c98a2c33)}
.product-thumbs{display:flex;gap:.4rem;padding:.6rem .8rem 0}
.product-thumbs .thumb{width:44px;height:44px;flex:0 0 auto;padding:0;border-radius:6px;overflow:hidden;border:2px solid transparent;background:var(--cream-2);cursor:pointer}
.product-thumbs .thumb img{width:100%;height:100%;object-fit:cover}
.product-thumbs .thumb.active,.product-thumbs .thumb:hover{border-color:var(--maroon)}
.product-body{padding:1.1rem 1.2rem 1.3rem;display:flex;flex-direction:column;gap:.4rem;flex:1}
.p-rating{font-size:.78rem;color:var(--gold);font-weight:600}
.p-rating .no-rating{color:var(--muted)}
.product-body h3{font-size:1.05rem}
.product-body .hindi{font-size:.8rem;color:var(--muted);font-style:italic;margin-top:-.3rem}
.product-body .desc{font-size:.85rem;color:var(--muted);flex:1}
.product-meta{font-size:.78rem;color:var(--muted)}
.price-row{display:flex;align-items:baseline;gap:.5rem;margin-top:.2rem}
.price-row .price{font-size:1.2rem;font-weight:700;color:var(--maroon)}
.price-row .mrp{text-decoration:line-through;color:var(--muted);font-size:.85rem}
.qty-cart{display:flex;gap:.6rem;margin-top:.6rem}
.qty-box{display:flex;align-items:center;border:1px solid #eaddc7;border-radius:999px;overflow:hidden}
.qty-box button{background:none;border:none;width:32px;height:36px;cursor:pointer;font-size:1rem}
.qty-box span{min-width:24px;text-align:center;font-weight:600}
.add-cart-btn{flex:1;background:var(--maroon);color:#fff;border:none;border-radius:999px;font-weight:600;cursor:pointer;font-size:.85rem}
.add-cart-btn:disabled{background:#ccc;cursor:not-allowed}
.sold-out-badge{background:#eee;color:#999;text-align:center;padding:.6rem;border-radius:999px;font-weight:600;font-size:.85rem}

/* Bundles */
.bundle-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.6rem;max-width:1200px;margin:0 auto}
.bundle-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:1.4rem;position:relative}
.bundle-card .tag{position:absolute;top:1rem;right:1rem;background:var(--green);color:#fff;font-size:.7rem;font-weight:700;padding:.25rem .6rem;border-radius:999px}
.bundle-imgs{display:flex;gap:.4rem;margin-bottom:1rem}
.bundle-imgs img{width:56px;height:56px;object-fit:cover;border-radius:8px;background:var(--cream-2);border:2px solid #fff;box-shadow:0 0 0 1px #eaddc7}
.bundle-card h3{margin-bottom:.3rem}
.bundle-card p{color:var(--muted);font-size:.85rem;margin-bottom:.8rem}
.bundle-price{margin-bottom:.9rem}
.bundle-price .price{font-size:1.3rem;font-weight:700;color:var(--maroon)}
.bundle-price .mrp{text-decoration:line-through;color:var(--muted);margin-left:.4rem}
.bundle-price .save{display:block;font-size:.78rem;color:var(--green);font-weight:600}

/* Coupons */
.coupon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.2rem;max-width:1100px;margin:0 auto}
.coupon-card{background:#fff;border:1.5px dashed var(--maroon);border-radius:var(--radius);padding:1.2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.coupon-card strong{font-family:'Fraunces',serif;font-size:1.1rem;color:var(--maroon)}
.coupon-card p{font-size:.82rem;color:var(--muted);margin-top:.2rem}
.coupon-card button{background:var(--cream-2);border:none;padding:.5rem .9rem;border-radius:999px;font-weight:600;font-size:.8rem;cursor:pointer}

/* Story */
.story{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;background:#fff}
.story-images{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.story-images img{border-radius:var(--radius);aspect-ratio:3/4;object-fit:cover;background:var(--cream-2)}
.story-images img:first-child{margin-top:2rem}
.story-text p{color:var(--muted);margin-bottom:1rem}
.story-stats{display:flex;gap:2rem;margin-top:1.5rem}
.story-stats strong{display:block;font-family:'Fraunces',serif;font-size:1.6rem;color:var(--maroon)}
.story-stats span{font-size:.78rem;color:var(--muted)}

/* Process */
.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.6rem;max-width:1200px;margin:0 auto}
.process-grid > div{background:#fff;border-radius:var(--radius);padding:1.4rem;box-shadow:var(--shadow)}
.process-grid span{color:var(--gold);font-weight:700;font-size:.75rem}
.process-grid h3{margin:.5rem 0;font-size:1.05rem}
.process-grid p{color:var(--muted);font-size:.85rem}

/* Ratings */
.ratings-summary{display:flex;gap:3rem;justify-content:center;align-items:center;flex-wrap:wrap;background:#fff;border-radius:var(--radius);padding:2rem;max-width:800px;margin:0 auto;box-shadow:var(--shadow)}
.ratings-big{font-family:'Fraunces',serif;font-size:3rem;color:var(--maroon);text-align:center}
.ratings-big span{display:block;color:var(--gold);font-size:1.2rem}
.ratings-big small{display:block;color:var(--muted);font-size:.75rem;font-family:'Inter',sans-serif}
.ratings-list div{font-size:.9rem;margin-bottom:.5rem}

/* FAQ */
.faq-list{max-width:760px;margin:0 auto}
.faq-item{background:#fff;border-radius:12px;margin-bottom:.8rem;box-shadow:var(--shadow);overflow:hidden}
.faq-item summary{padding:1rem 1.3rem;cursor:pointer;font-weight:600;list-style:none;display:flex;justify-content:space-between}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'+';font-size:1.3rem;color:var(--maroon)}
.faq-item[open] summary::after{content:'−'}
.faq-item .faq-a{padding:0 1.3rem 1.1rem;color:var(--muted);font-size:.9rem}

/* CTA banner */
.cta-banner{text-align:center;background:linear-gradient(135deg,var(--maroon),var(--maroon-dark));color:#fff;border-radius:var(--radius);max-width:1200px;margin:0 auto 4rem;padding:3.5rem 2rem}
.cta-banner .eyebrow{color:#f3d9b1}
.cta-banner h2{margin-bottom:.8rem}
.cta-banner p{margin-bottom:1.5rem;opacity:.9}
.cta-banner .btn-primary{background:#fff;color:var(--maroon)}

/* Footer */
.site-footer{background:#2B1B12;color:#e9dcc9;padding:3.5rem 6vw 1.5rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:2rem;max-width:1300px;margin:0 auto}
.footer-grid h4{margin-bottom:.8rem;font-size:.95rem}
.footer-grid a,.footer-grid p{display:block;font-size:.85rem;color:#cbb99f;margin-bottom:.5rem}
.footer-about img{height:34px;margin-bottom:.8rem}
.footer-about p{color:#cbb99f;font-size:.85rem;margin-bottom:1rem}
.pay-icons{font-size:.75rem;color:#8a7a63}
.footer-bottom{text-align:center;font-size:.78rem;color:#8a7a63;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #4a382a}

/* Cart drawer */
.overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:90;display:none}
.overlay.active{display:block}
.cart-drawer{position:fixed;top:0;right:-420px;width:400px;max-width:90vw;height:100%;background:#fff;z-index:95;transition:.3s;display:flex;flex-direction:column;box-shadow:-8px 0 24px rgba(0,0,0,.1)}
.cart-drawer.open{right:0}
.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.4rem;border-bottom:1px solid #eaddc7}
.drawer-head button{background:none;border:none;font-size:1.2rem;cursor:pointer}
.cart-items{flex:1;overflow-y:auto;padding:1rem 1.4rem}
.cart-empty{text-align:center;color:var(--muted);padding:3rem 1rem}
.cart-empty .emoji{font-size:2.5rem;display:block;margin-bottom:.5rem}
.cart-line{display:flex;gap:.8rem;padding:.9rem 0;border-bottom:1px solid #f0e6d4}
.cart-line img{width:56px;height:56px;object-fit:cover;border-radius:8px;background:var(--cream-2)}
.cart-line .img-fallback{background:linear-gradient(135deg,#f0dcae,#8C1C13)}
.cart-line-info{flex:1}
.cart-line-info h5{font-size:.9rem;margin-bottom:.2rem}
.cart-line-info .line-price{font-size:.85rem;color:var(--maroon);font-weight:600}
.cart-line-actions{display:flex;align-items:center;gap:.5rem;margin-top:.4rem}
.cart-line-actions button{background:var(--cream-2);border:none;width:24px;height:24px;border-radius:50%;cursor:pointer}
.remove-line{background:none!important;color:#b33;font-size:.75rem;text-decoration:underline;width:auto!important;margin-left:.4rem}
.cart-footer{padding:1.2rem 1.4rem;border-top:1px solid #eaddc7}
.cart-subtotal{display:flex;justify-content:space-between;margin-bottom:1rem;font-weight:600}

/* Modal */
.modal{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:110;display:none;align-items:flex-start;justify-content:center;overflow-y:auto;padding:3rem 1rem}
.modal.open{display:flex}
.modal-box{background:#fff;border-radius:var(--radius);max-width:520px;width:100%;padding:2rem;position:relative;margin-bottom:3rem}
.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.2rem;cursor:pointer}
.checkout-box h3{margin-bottom:1.2rem}
.checkout-section{margin-bottom:1.4rem}
.checkout-section h4{font-size:.9rem;margin-bottom:.7rem;color:var(--maroon)}
.form-row{display:flex;gap:.7rem;margin-bottom:.7rem}
input[type=text],input[type=tel],input[type=email],textarea,select{width:100%;padding:.7rem .9rem;border:1px solid #dfcfb2;border-radius:8px;font-family:inherit;font-size:.9rem;margin-bottom:.7rem;background:#fff;color:var(--ink)}
textarea{resize:vertical;min-height:60px}
.option-row{display:flex;align-items:center;gap:.7rem;padding:.7rem .9rem;border:1px solid #eaddc7;border-radius:10px;margin-bottom:.5rem;cursor:pointer;font-size:.85rem}
.option-row span{flex:1}
.option-row small{display:block;color:var(--muted);font-weight:400}
.option-row strong{color:var(--maroon)}
.coupon-msg{font-size:.82rem;margin-top:.4rem}
.coupon-msg.ok{color:var(--green)}
.coupon-msg.err{color:#c0392b}
.order-summary{background:var(--cream);border-radius:10px;padding:1rem;margin-bottom:1.2rem}
.order-summary h4{font-size:.9rem;margin-bottom:.6rem}
.summary-row{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:.4rem;color:var(--muted)}
.summary-row.total{font-weight:700;color:var(--ink);font-size:1rem;border-top:1px solid #e2d2b3;padding-top:.5rem;margin-top:.5rem}
.secure-note{text-align:center;font-size:.78rem;color:var(--muted);margin-top:.8rem}
.gateway-note{background:#fff7e6;border:1px solid #f0d999;border-radius:8px;padding:.7rem .9rem;font-size:.78rem;color:#8a6d1f;margin-bottom:1rem}

/* Success modal */
.success-box{text-align:center;max-width:420px}
.success-icon{font-size:3rem;margin-bottom:.5rem}
.success-box p{color:var(--muted);margin-bottom:1.4rem}

/* Floating WhatsApp button */
.whatsapp-float{
  position:fixed;
  bottom:22px;
  right:22px;
  width:58px;
  height:58px;
  background:#25D366;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 6px 18px rgba(0,0,0,.25);
  z-index:120;
  transition:.2s;
}
.whatsapp-float:hover{transform:scale(1.08);box-shadow:0 8px 22px rgba(0,0,0,.3)}

@media(max-width:900px){
  .hero,.story{grid-template-columns:1fr}
  .main-nav{display:none}
  .footer-grid{grid-template-columns:1fr 1fr}
}
