:root{--ink:#251c16;--muted:#746b5e;--paper:#f8f3e8;--white:#fffdf8;--red:#8c2f27;--green:#1f4b35;--green-dark:#143425;--gold:#c79942;--gold-soft:#ead5a5;--line:#ddd3c1;--shadow:0 18px 50px rgba(54,36,20,.10)}
body{background:var(--paper);overflow-x:hidden}.top-note{height:34px;display:flex;align-items:center;justify-content:center;background:var(--green-dark);color:#f6e9c9;font-size:9px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}.top-note span{margin:0 12px;color:var(--gold)}
header{height:84px;background:rgba(248,243,232,.96);box-shadow:0 4px 22px rgba(45,32,18,.04)}nav{position:relative}.brand{gap:12px}.brand img{width:62px;height:62px;clip-path:circle(43.8% at 50% 50%);transform:scale(1.1);object-fit:cover}.brand b{font-size:20px;color:var(--green);letter-spacing:-.01em}.brand small{font-size:8px;color:var(--red);letter-spacing:.2em}.nav-links{gap:30px;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.nav-links a{position:relative;padding:10px 0}.nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:1px;background:var(--gold);transition:right .2s}.nav-links a:hover:after{right:0}.bag-button{background:var(--green);padding:9px 10px 9px 17px;transition:transform .2s,background .2s}.bag-button:hover{background:var(--green-dark);transform:translateY(-1px)}.bag-count{background:#f4e8ca;color:var(--green-dark)}
.hero{height:min(700px,calc(100vh - 118px));min-height:570px;border-bottom:1px solid #a6824e}.hero-photo{background-position:center 48%}.hero:after{background:linear-gradient(90deg,rgba(24,19,13,.84) 0%,rgba(24,19,13,.58) 38%,rgba(24,19,13,.12) 72%)}.hero-copy{padding-bottom:34px}.hero-copy .kicker{color:#efd18d;display:flex;align-items:center;gap:10px}.hero-copy .kicker:before{content:"";width:28px;height:1px;background:#efd18d}.hero h1{max-width:760px;font-size:clamp(54px,6.4vw,88px);text-wrap:balance}.hero h1 em{color:#f0cc7a}.hero-copy>p:not(.kicker){max-width:470px;font-size:15px;color:#f2eee5}.button{border-radius:3px;background:var(--red);padding:16px 20px;box-shadow:none;transition:transform .2s,filter .2s}.button:hover{transform:translateY(-2px);filter:brightness(1.07)}.button span{transition:transform .2s}.button:hover span{transform:translateX(3px)}
.hero-points{position:absolute;z-index:2;left:50%;bottom:0;transform:translateX(-50%);width:min(1160px,calc(100% - 48px));display:grid;grid-template-columns:repeat(3,1fr);background:rgba(255,253,248,.96);color:var(--ink);border:1px solid rgba(222,210,185,.75);border-bottom:0}.hero-point{display:flex;align-items:center;gap:13px;padding:17px 22px;border-right:1px solid var(--line)}.hero-point:last-child{border:0}.hero-point i{font-style:normal;color:var(--gold);font-size:20px}.hero-point b,.hero-point small{display:block}.hero-point b{font:600 14px "Fraunces"}.hero-point small{margin-top:2px;color:var(--muted);font-size:9px}
.products-section{padding:110px 0 120px}.section-head{margin-bottom:38px;padding-bottom:28px}.section-head h2{font-size:clamp(40px,4.7vw,60px);max-width:700px}.section-head>p{line-height:1.7}.category-tabs{gap:16px;margin-top:32px}.category-tab{height:240px;border-radius:16px;box-shadow:0 10px 30px rgba(45,32,18,.08);isolation:isolate}.category-tab:after{background:linear-gradient(180deg,rgba(20,17,11,.02) 25%,rgba(20,17,11,.88) 100%)}.category-tab:before{content:"Explore";position:absolute;z-index:3;top:15px;right:15px;padding:6px 9px;border:1px solid rgba(255,255,255,.48);border-radius:20px;font:600 7px "DM Sans";letter-spacing:.13em;text-transform:uppercase;color:#fff;opacity:0;transform:translateY(-4px);transition:.25s}.category-tab:hover:before,.category-tab.active:before{opacity:1;transform:none}.category-tab>span{left:20px;bottom:20px;font-size:25px}.category-tab>span small{color:#f2d99f}.category-tab>b{right:18px;bottom:19px;background:rgba(255,255,255,.08);backdrop-filter:blur(5px)}.category-tab.active{box-shadow:0 0 0 3px var(--gold),0 18px 42px rgba(45,32,18,.15)}.category-panel.open{max-height:760px}.rail-heading{margin:44px 0 16px}.rail-heading span{font-size:27px}.rail-heading small{padding:7px 10px;border:1px solid var(--line);border-radius:20px;background:var(--white)}
.product-grid{gap:18px;padding:6px 4px 30px;scrollbar-color:var(--gold) #e9dfcd}.real-product{flex-basis:300px;border:0;border-radius:15px;overflow:hidden;box-shadow:0 7px 28px rgba(53,38,20,.08);background:var(--white)}.real-product:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-photo{height:290px;background:#eee8dc;border-bottom:1px solid var(--line)}.product-photo img{padding:9px;mix-blend-mode:multiply}.photo-category{top:14px;left:14px;border-radius:20px;padding:7px 10px;background:rgba(255,253,248,.94);box-shadow:0 2px 10px rgba(40,25,12,.08)}.real-product .product-body{min-height:264px;padding:24px}.real-product .product-body h3{font-size:26px;line-height:1.08;margin-top:7px}.label{color:var(--gold)!important}.weight{padding:5px 8px;border-radius:20px;background:#f3ecdf;width:max-content}.price-row{width:100%;padding-top:14px;border-top:1px solid var(--line)}.price-row strong{font-size:23px}.add-button{border-radius:3px;background:var(--green);box-shadow:none;padding:13px 15px}.add-button:hover{background:var(--green-dark)}
.about{padding:110px 0;background:linear-gradient(135deg,var(--green-dark),var(--green))}.about-grid{grid-template-columns:.45fr 1.35fr .85fr;gap:70px}.about h2{font-size:52px}.about-grid>div{padding-left:28px;border-left:1px solid rgba(234,213,165,.32)}.contact{padding:70px 0;background:#842a24}.contact h2{font-size:46px}.button.light{background:#f7e9c7;color:var(--red)}footer{padding:38px 0;background:#1d1a16}footer .brand img{width:64px;height:64px}
.drawer{width:min(450px,100%);padding:28px 32px max(24px,env(safe-area-inset-bottom));background:#fffdf8;box-shadow:-20px 0 60px rgba(35,25,16,.14)}.drawer-head{padding-bottom:18px}.drawer h2{font-size:38px}.close{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;line-height:1;color:var(--green)}.bag-item{padding:18px 0}.bag-item b{font-size:17px}.quantity{border-radius:20px;overflow:hidden}.drawer-foot .button{border-radius:3px}.toast{border-radius:30px;box-shadow:0 10px 30px rgba(0,0,0,.18)}
@media(max-width:850px){.category-tab{height:215px}.hero-points{grid-template-columns:1fr}.hero-point{display:none}.hero-point:first-child{display:flex;border:0}}
@media(max-width:650px){.top-note{height:30px;font-size:7px;letter-spacing:.1em}.top-note span{margin:0 7px}header{height:72px}.brand img{width:54px;height:54px}.nav-links{top:71px}.nav-actions .bag-button{padding:7px 8px 7px 12px}.nav-actions .menu{border-radius:3px}.hero{height:610px;min-height:0}.hero-photo{background-position:62% center}.hero:after{background:linear-gradient(90deg,rgba(24,19,13,.84),rgba(24,19,13,.30))}.hero-copy{justify-content:flex-end;padding-bottom:90px}.hero h1{font-size:47px}.hero-copy>p:not(.kicker){font-size:13px;max-width:350px;margin:18px 0 23px}.hero-points{width:calc(100% - 32px)}.hero-point{padding:13px 16px}.products-section{padding:78px 0 90px}.section-head{margin-bottom:26px}.section-head h2{font-size:39px}.section-head>p{font-size:12px}.category-tabs{gap:10px;margin-top:24px}.category-tab,.category-tab:last-child{height:176px;border-radius:11px}.category-tab:before{display:none}.category-tab>span{font-size:19px;left:14px;bottom:14px}.category-tab>span small{font-size:7px}.category-tab>b{right:11px;bottom:12px}.category-panel.open{max-height:720px}.rail-heading{margin-top:34px}.rail-heading span{font-size:22px}.rail-heading small{border:0;background:none;padding:0}.product-grid{gap:14px}.real-product{flex-basis:min(84vw,315px)}.product-photo{height:auto;aspect-ratio:1/1}.real-product .product-body{min-height:252px;padding:22px}.real-product .product-body h3{font-size:25px}.about{padding:78px 0}.about h2{font-size:38px}.about-grid>div{padding:22px 0 0;border-left:0;border-top:1px solid rgba(234,213,165,.32)}.contact{padding:58px 0}.contact h2{font-size:36px}.drawer{padding:20px 20px max(18px,env(safe-area-inset-bottom))}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Phone catalogue: keep every product visible without a hidden sideways rail. */
@media(max-width:650px){
  .category-panel.open{max-height:none;overflow:visible}
  .rail-heading small{font-size:0}
  .rail-heading small:after{content:"All products shown below";font-size:8px}
  .product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;overflow:visible;scroll-snap-type:none;margin-right:0;padding:4px 0 22px}
  .real-product{flex:none;width:auto;min-width:0;border-radius:11px}
  .product-photo{height:auto;aspect-ratio:1/1}
  .product-photo img{padding:5px}
  .photo-category{top:8px;left:8px;padding:5px 7px;font-size:6px}
  .real-product .product-body{min-height:210px;padding:13px}
  .real-product .product-body h3{font-size:18px;line-height:1.12;margin-top:5px}
  .real-product .label{font-size:6px!important}
  .real-product .weight{font-size:8px!important;padding:4px 6px}
  .price-row{padding-top:10px}
  .price-row strong{font-size:18px}
  .add-button{font-size:8px;padding:11px 9px}
}

/* Catalogue refinement: persistent category switching and cleaner product media. */
.category-panel{scroll-margin-top:90px}.category-panel.open{max-height:none;overflow:visible}
.catalog-nav{position:sticky;top:84px;z-index:14;display:flex;align-items:center;gap:7px;margin:28px 0 0;padding:10px;border:1px solid rgba(199,153,66,.28);border-radius:12px;background:rgba(248,243,232,.94);box-shadow:0 8px 24px rgba(44,31,18,.08);backdrop-filter:blur(12px);overflow-x:auto;scrollbar-width:none}
.catalog-nav::-webkit-scrollbar{display:none}.catalog-nav-label{padding:0 7px;color:var(--gold);font-size:8px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}
.catalog-chip{flex:0 0 auto;border:1px solid var(--line);border-radius:22px;background:var(--white);color:var(--green);padding:9px 12px;font-size:9px;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:.2s}
.catalog-chip:hover,.catalog-chip.active{border-color:var(--green);background:var(--green);color:#fff}
.rail-heading{margin-top:26px}.product-photo{display:grid;place-items:center;padding:10px;background:linear-gradient(145deg,#eee5d5,#faf7ef);border-bottom:1px solid var(--line)}
.product-photo:after{content:"";position:absolute;inset:10px;border:1px solid rgba(118,91,49,.12);border-radius:10px;pointer-events:none}
.product-photo img{position:relative;z-index:1;padding:0;mix-blend-mode:normal;object-fit:contain;border-radius:8px;background:#fff;box-shadow:0 4px 14px rgba(53,37,20,.07)}
.photo-category{z-index:2}.choose-label{margin:2px 0 7px}.varieties{width:100%;margin:0 0 12px}.variety{flex:1;padding:7px 8px}.weight.is-empty{visibility:hidden}
.real-product .product-body{min-height:285px}.real-product.category-achar .product-photo{height:310px}.real-product.category-masala .product-photo{height:235px}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;overflow:visible;scroll-snap-type:none;margin-right:0;padding:6px 0 28px}
.real-product{flex:none;width:auto;min-width:0}
@media(max-width:1050px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:800px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){
  .category-panel{scroll-margin-top:78px}
  .catalog-nav{top:72px;margin:22px -16px 0;padding:9px 16px;border-left:0;border-right:0;border-radius:0}
  .catalog-nav-label{padding-left:0}.catalog-chip{padding:8px 10px;font-size:8px}
  .rail-heading{margin-top:22px}
  .rail-heading small{font-size:8px}
  .rail-heading small:after{content:none}
  .product-photo{padding:6px}
  .product-photo:after{inset:6px;border-radius:7px}
  .real-product.category-achar .product-photo{height:auto;aspect-ratio:4/5}
  .real-product.category-masala .product-photo,.real-product.category-papad .product-photo,.real-product.category-dryfruits .product-photo{height:auto;aspect-ratio:4/3}
  .real-product .product-body{min-height:248px}
  .choose-label{font-size:6px;margin:0 0 6px}
  .varieties{gap:4px;margin-bottom:10px}
  .variety{padding:6px 3px;font-size:7px}
}
