:root{
  --ink:#2d1c17; --muted:#75645d; --cream:#f7f1e9; --paper:#fffdf9;
  --saffron:#d99122; --saffron-dark:#b66d0f; --line:#eaded0; --black:#171310;
  --shadow:0 18px 50px rgba(52,29,16,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,"Noto Sans Devanagari","Segoe UI",sans-serif;color:var(--ink);background:var(--paper)}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.site-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:12px clamp(18px,4vw,64px);background:rgba(255,253,249,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(234,222,208,.8)}
.brand{display:flex;gap:12px;align-items:center}
.brand img{width:58px;height:58px;border-radius:50%;object-fit:cover;box-shadow:0 6px 18px rgba(0,0,0,.12)}
.brand span{display:flex;flex-direction:column}
.brand strong{font-size:18px}.brand small{color:var(--muted)}
nav{display:flex;align-items:center;gap:22px;font-weight:650}
nav a:hover{color:var(--saffron-dark)}
.cart-button{border:0;background:var(--black);color:white;padding:11px 15px;border-radius:999px;font-weight:750}
.cart-button span{background:var(--saffron);padding:2px 7px;border-radius:999px;margin-left:5px}
.hero{min-height:82vh;display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(28px,6vw,90px);align-items:center;padding:clamp(48px,7vw,100px) clamp(20px,6vw,90px);background:
radial-gradient(circle at 15% 10%,rgba(217,145,34,.16),transparent 30%),
linear-gradient(135deg,#fffaf2,#f4eadf)}
.hero-copy{max-width:760px}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:850;color:var(--saffron-dark)}
h1{font-size:clamp(40px,6vw,78px);line-height:1.08;margin:14px 0 20px;letter-spacing:-.04em}
h1 em{font-style:normal;color:var(--saffron-dark)}
.hero p{font-size:clamp(17px,2vw,21px);line-height:1.7;color:var(--muted);max-width:670px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 26px}
.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:14px 20px;font-weight:800;border:1px solid transparent}
.primary-btn{background:var(--saffron);color:var(--black);box-shadow:0 10px 25px rgba(217,145,34,.25)}
.primary-btn:hover{background:#e7a13a}
.secondary-btn{border-color:var(--ink);background:transparent}
.secondary-btn:hover{background:var(--ink);color:white}
.full{width:100%}
.trust-row{display:flex;gap:18px;flex-wrap:wrap;font-size:14px;font-weight:700;color:#5c4a42}
.hero-card{position:relative;max-width:520px;justify-self:end;background:white;padding:12px;border-radius:26px;box-shadow:var(--shadow);transform:rotate(1.2deg)}
.hero-card img{border-radius:18px;max-height:630px;width:100%;object-fit:cover;object-position:top}
.hero-card-note{position:absolute;left:-18px;bottom:24px;background:var(--black);color:white;padding:13px 18px;border-radius:12px;font-weight:750;box-shadow:var(--shadow)}
.section{padding:clamp(64px,8vw,110px) clamp(20px,6vw,90px)}
.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:34px}
.section-heading h2,.delivery-section h2{font-size:clamp(31px,4vw,52px);margin:8px 0 0;letter-spacing:-.03em}
.section-heading p{max-width:540px;color:var(--muted);line-height:1.65}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.product-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;transition:.25s ease;display:flex;flex-direction:column}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.product-card img{width:100%;aspect-ratio:1.25/1;object-fit:cover}
.product-info{padding:18px;display:flex;flex-direction:column;gap:12px;flex:1}
.product-info h3{margin:0;font-size:21px}
.product-info p{margin:0;color:var(--muted);font-size:14px;line-height:1.55;flex:1}
.product-bottom{display:flex;align-items:end;justify-content:space-between;gap:12px}
.price{font-size:20px;font-weight:900}.price small{font-size:12px;color:var(--muted);display:block;font-weight:600}
.add-btn{border:0;background:var(--black);color:#fff;border-radius:10px;padding:11px 13px;font-weight:800}
.feature-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border-block:1px solid var(--line)}
.feature-strip article{background:var(--cream);padding:34px clamp(20px,5vw,70px);display:flex;flex-direction:column;gap:7px}
.feature-strip strong{font-size:22px}.feature-strip span{color:var(--muted)}
.delivery-section{display:grid;grid-template-columns:1.3fr .7fr;gap:50px;align-items:center;background:var(--cream)}
.delivery-section p,address{color:var(--muted);line-height:1.7;font-style:normal}
.contact-card{background:white;border-radius:22px;padding:28px;box-shadow:var(--shadow)}
.contact-card h3{font-size:28px;margin:0}.contact-card .secondary-btn{margin-top:10px}
footer{background:var(--black);color:white;padding:30px clamp(20px,6vw,90px);display:flex;justify-content:space-between;align-items:center;gap:20px}
footer div{display:flex;flex-direction:column}footer span,footer small{color:#cfc5bf}
.overlay{position:fixed;inset:0;background:rgba(20,12,8,.46);z-index:40;opacity:0;pointer-events:none;transition:.2s}
.overlay.show{opacity:1;pointer-events:auto}
.cart-drawer{position:fixed;right:0;top:0;height:100%;width:min(430px,100%);z-index:50;background:var(--paper);transform:translateX(105%);transition:.28s ease;display:flex;flex-direction:column;box-shadow:-20px 0 50px rgba(0,0,0,.18)}
.cart-drawer.open{transform:translateX(0)}
.cart-header,.dialog-header{display:flex;justify-content:space-between;align-items:center;padding:22px;border-bottom:1px solid var(--line)}
.cart-header h2,.dialog-header h2{margin:4px 0 0}
.icon-button{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:white;font-size:26px}
.cart-items{padding:14px 20px;overflow:auto;flex:1}
.empty-cart{text-align:center;color:var(--muted);padding:50px 12px}
.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line);align-items:center}
.cart-item img{width:64px;height:64px;border-radius:12px;object-fit:cover}
.cart-item h4{margin:0 0 4px}.cart-item small{color:var(--muted)}
.qty-controls{display:flex;align-items:center;gap:8px;margin-top:8px}
.qty-controls button{border:1px solid var(--line);background:white;border-radius:7px;width:27px;height:27px}
.remove-link{border:0;background:none;color:#9b2d20;padding:0;font-size:12px}
.cart-summary{border-top:1px solid var(--line);padding:20px}
.cart-summary>div,.checkout-total{display:flex;justify-content:space-between;font-size:20px;margin-bottom:8px}
.cart-summary small{display:block;color:var(--muted);margin-bottom:15px}
dialog{width:min(720px,calc(100% - 24px));border:0;border-radius:24px;padding:0;box-shadow:var(--shadow)}
dialog::backdrop{background:rgba(20,12,8,.58)}
dialog form{padding-bottom:24px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:22px}
label{display:flex;flex-direction:column;gap:7px;font-weight:750;font-size:14px}
label.wide{grid-column:1/-1}
input,select,textarea{border:1px solid #d8c9ba;border-radius:10px;padding:12px;background:white;color:var(--ink)}
textarea{resize:vertical}
.checkout-total{padding:0 22px 18px}
dialog .primary-btn{width:calc(100% - 44px);margin:0 22px}
.fine-print{font-size:12px;color:var(--muted);padding:0 22px;margin-bottom:0;text-align:center}
@media(max-width:900px){
 nav a{display:none}.hero{grid-template-columns:1fr}.hero-card{justify-self:stretch;max-width:none;transform:none}.hero-card img{max-height:500px;object-position:top}
 .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .section-heading{align-items:start;flex-direction:column}.delivery-section{grid-template-columns:1fr}
}
@media(max-width:560px){
 .brand small{display:none}.site-header{padding:10px 14px}.brand img{width:48px;height:48px}
 .hero{padding-top:44px}.hero-card-note{left:12px;bottom:18px;font-size:13px}
 .product-grid{grid-template-columns:1fr}.feature-strip{grid-template-columns:1fr}
 .form-grid{grid-template-columns:1fr}.form-grid label{grid-column:1}
 footer{align-items:flex-start;flex-direction:column}
}

.premium-intro{text-align:center;background:#171310;color:white}.premium-intro h2{font-size:clamp(34px,5vw,60px);margin:10px auto 14px;max-width:850px}.premium-intro p{color:#cfc5bf;font-size:18px}.occasion-banner{padding:90px 20px;text-align:center;color:white;background:linear-gradient(rgba(23,19,16,.82),rgba(23,19,16,.82)),url("assets/dryfruit.jpg") center/cover}.occasion-banner>div{max-width:900px;margin:auto}.occasion-banner h2{font-size:clamp(32px,5vw,58px);line-height:1.15;margin:12px 0 28px}.product-card{position:relative}.product-card:before{content:"Fresh";position:absolute;top:12px;left:12px;z-index:2;background:#171310;color:white;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800}.site-header{box-shadow:0 6px 22px rgba(0,0,0,.05)}
