@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root{
  --red:#a90d12; --red-dark:#670509; --red-deep:#3e0306; --gold:#c79a3b; --gold-light:#e9cf8b;
  --ink:#241b17; --muted:#6e625c; --cream:#fbf6ec; --paper:#fffdf8; --line:#e9dfcf; --white:#fff;
  --radius:24px; --shadow:0 18px 55px rgba(54,22,12,.10); --max:1220px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}.section{padding:92px 0}.section-sm{padding:64px 0}.serif{font-family:'Playfair Display',serif}.eyebrow{font-size:12px;letter-spacing:.17em;text-transform:uppercase;color:var(--red);font-weight:700}.section-head{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:34px}.section-head h2{font-family:'Playfair Display',serif;font-size:clamp(34px,5vw,58px);line-height:1.04;margin:8px 0 0}.section-head p{max-width:500px;color:var(--muted);margin:0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 22px;border-radius:999px;font-weight:700;border:1px solid transparent;transition:.25s}.btn-primary{background:var(--red);color:white;box-shadow:0 10px 28px rgba(169,13,18,.18)}.btn-primary:hover{background:var(--red-dark);transform:translateY(-2px)}.btn-ghost{border-color:#d8cbbb;background:#fff}.btn-ghost:hover{border-color:var(--gold);transform:translateY(-2px)}

/* Header */
.topbar{background:var(--red-deep);color:#f7ead2;text-align:center;font-size:12px;letter-spacing:.08em;padding:8px 16px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(199,154,59,.2)}.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand img{width:215px;height:54px;object-fit:contain;object-position:left center;mix-blend-mode:multiply}.desktop-nav{display:flex;align-items:center;gap:30px}.desktop-nav a{font-size:14px;font-weight:700;position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--red);transition:.25s}.desktop-nav a:hover:after,.desktop-nav a.active:after{right:0}.header-actions{display:flex;align-items:center;gap:12px}.wa-pill{font-size:13px;padding:11px 17px;border-radius:999px;background:#183a27;color:white;font-weight:700}.menu-toggle{display:none;width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:white}.mobile-nav{display:none}

/* Homepage hero slider — inspired by the supplied full-width product showcase */
.page-home .topbar{display:none}
.page-home .site-header{position:absolute;left:0;right:0;top:0;z-index:80;background:linear-gradient(to bottom,rgba(10,8,7,.58),rgba(10,8,7,.12) 72%,transparent);border-bottom:0;color:#fff;backdrop-filter:none}
.page-home .nav-wrap{height:92px}.page-home .brand{background:rgba(255,255,255,.96);border-radius:8px;padding:5px 10px;box-shadow:0 8px 24px rgba(0,0,0,.14)}.page-home .brand img{width:205px;height:50px;mix-blend-mode:multiply}.page-home .desktop-nav a:after{background:#fff}.page-home .wa-pill{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.48);backdrop-filter:blur(8px)}.page-home .menu-toggle{color:#fff;background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.45)}
.home-slider{height:clamp(570px,78vh,680px);min-height:570px;position:relative;overflow:hidden;background:#120e0c;color:#fff;isolation:isolate}.hero-slides,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;visibility:hidden;transform:scale(1.018);transition:opacity .72s ease,transform 1.1s ease,visibility .72s;overflow:hidden}.hero-slide.is-active{opacity:1;visibility:visible;transform:scale(1);z-index:2}.hero-slide-link{position:absolute;inset:0;z-index:18}.hero-product-stage{position:absolute;left:50%;transform:translateX(-50%);z-index:10;pointer-events:none}
.hero-pack{position:absolute;width:164px;height:296px;border-radius:8px 8px 6px 6px;padding:17px 13px 18px;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;border:1px solid rgba(255,255,255,.52);box-shadow:0 24px 38px rgba(0,0,0,.33),inset 0 0 42px rgba(0,0,0,.10);overflow:hidden;transform-origin:bottom center}.hero-pack:before{content:"";position:absolute;inset:0;background:linear-gradient(118deg,rgba(255,255,255,.28),transparent 27% 70%,rgba(0,0,0,.15))}.hero-pack:after{content:"";position:absolute;left:0;right:0;top:0;height:9px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.9) 0 2px,transparent 2px 5px);opacity:.35}.hero-pack img{width:92%;height:48px;object-fit:contain;background:#fff;border-radius:4px;padding:2px 4px;margin-bottom:10px;position:relative;z-index:2;mix-blend-mode:screen}.hero-pack span{font-size:8px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;opacity:.9;position:relative;z-index:2}.hero-pack b{font-family:'Playfair Display',serif;font-size:22px;line-height:1.02;margin-top:6px;max-width:138px;position:relative;z-index:2;text-shadow:0 2px 9px rgba(0,0,0,.22)}.hero-pack small{font-size:9px;letter-spacing:.04em;margin-top:5px;opacity:.92;position:relative;z-index:2}.hero-pack i{position:absolute;left:50%;bottom:15px;transform:translateX(-50%);width:112px;height:72px;border-radius:50%;background:#7e4a28;border:8px solid rgba(251,229,185,.72);box-shadow:0 7px 12px rgba(0,0,0,.28),inset 0 0 16px rgba(0,0,0,.2)}.hero-pack i:after{content:"";position:absolute;inset:8px;border-radius:50%;background-image:radial-gradient(rgba(255,255,255,.28) 1px,transparent 1px);background-size:7px 7px;opacity:.55}
.hp-jeera{background:linear-gradient(165deg,#d3822a,#8d4119)}.hp-jeera i{background:#9c7649}.hp-chilli{background:linear-gradient(165deg,#df4c38,#890d14)}.hp-chilli i{background:#bd361d}.hp-dhania{background:linear-gradient(165deg,#4e9a55,#205b37)}.hp-dhania i{background:#b4894e}.hp-haldi{background:linear-gradient(165deg,#ecb02c,#ae590c)}.hp-haldi i{background:#e2a51f}.hp-garam{background:linear-gradient(165deg,#8a4438,#3c1d1a)}.hp-garam i{background:#765039}.hp-tea{background:linear-gradient(165deg,#4e8155,#223e2a)}.hp-tea i{background:#52392b}.hp-dry{background:linear-gradient(165deg,#9c5a3b,#48261f)}.hp-dry i{background:#cfaa74}.hp-atta{background:linear-gradient(165deg,#ead69e,#b98a3e);color:#4d2f17}.hp-atta i{background:#e2cb97}.hp-pepper{background:linear-gradient(165deg,#514a42,#211d1b)}.hp-pepper i{background:#342e2a}.hp-cardamom{background:linear-gradient(165deg,#6f9b5c,#2f6439)}.hp-cardamom i{background:#728c53}
/* Dark product lineup */
.hero-slide--dark{background:radial-gradient(circle at 50% 27%,#4a433b 0,#1c1917 35%,#090909 73%)}.hero-slide--dark:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 29% 34%,rgba(185,137,81,.15),transparent 18%),radial-gradient(ellipse at 72% 34%,rgba(164,105,56,.16),transparent 20%)}.hero-slide--dark:after{content:"";position:absolute;left:-5%;right:-5%;bottom:-8%;height:38%;background:linear-gradient(#3c3b37,#242522 38%,#171817);box-shadow:inset 0 7px 18px rgba(255,255,255,.04);transform:perspective(580px) rotateX(4deg);transform-origin:bottom}.hero-ambient{position:absolute;width:65%;height:48%;left:18%;top:18%;background:radial-gradient(ellipse,rgba(193,148,94,.12),transparent 68%);filter:blur(22px)}.hero-product-stage--dark{width:min(800px,70vw);height:410px;bottom:58px}.hero-product-stage--dark:after{content:"";position:absolute;left:4%;right:4%;bottom:4px;height:34px;background:#242421;border-radius:50%;box-shadow:0 17px 25px rgba(0,0,0,.55)}.hp-1{left:3%;bottom:26px;height:258px;transform:rotate(-4deg) scale(.88);z-index:2}.hp-2{left:20%;bottom:20px;height:285px;transform:rotate(-2deg) scale(.96);z-index:4}.hp-3{left:40%;bottom:13px;width:188px;height:330px;z-index:7}.hp-4{right:19%;bottom:20px;height:285px;transform:rotate(2deg) scale(.96);z-index:4}.hp-5{right:2%;bottom:26px;height:258px;transform:rotate(4deg) scale(.88);z-index:2}
/* Bright showroom slide */
.hero-slide--showroom{background:linear-gradient(#82bce3 0 58%,#dbc3a0 58% 76%,#bf986c 76%)}.hero-slide--showroom:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 21% 16%,rgba(255,255,255,.98),rgba(255,255,255,.22) 15%,transparent 35%),linear-gradient(105deg,rgba(20,77,116,.10),transparent 42%)}.hero-slide--showroom:after{content:"";position:absolute;left:-4%;right:-4%;bottom:-4%;height:31%;background:repeating-linear-gradient(105deg,rgba(91,59,31,.12) 0 1px,transparent 1px 92px),linear-gradient(#d9bd93,#bb9368);transform:perspective(600px) rotateX(4deg);transform-origin:bottom}.showroom-building{position:absolute;right:-2%;top:13%;width:58%;height:60%;background:linear-gradient(112deg,#ead9bd,#bca687);clip-path:polygon(12% 10%,100% 0,100% 100%,0 100%,0 28%);box-shadow:-20px 18px 42px rgba(68,50,35,.16);z-index:2}.showroom-glass{position:absolute;right:0;top:2%;width:43%;height:94%;background:repeating-linear-gradient(90deg,transparent 0 24%,rgba(255,255,255,.34) 24% 25%),linear-gradient(135deg,#3f6e87,#79a7bb 48%,#34576c);border-left:7px solid #62594f;box-shadow:inset 0 0 0 5px rgba(54,49,44,.3)}.showroom-logo{position:absolute;left:24%;top:34%;width:42%;padding:9px 14px;background:rgba(255,255,255,.78);border-radius:7px;box-shadow:0 10px 23px rgba(83,52,29,.15)}.showroom-logo img{width:100%;mix-blend-mode:multiply}.hero-product-stage--showroom{width:min(930px,75vw);height:355px;bottom:28px}.hero-product-stage--showroom:after{content:"";position:absolute;left:0;right:1%;bottom:4px;height:23px;background:#a9835c;box-shadow:0 -11px 0 #d6bc94,0 12px 18px rgba(78,50,27,.18);z-index:0}.hs-1{left:1%;bottom:16px;width:132px;height:225px;transform:rotate(-3deg);z-index:1}.hs-2{left:17%;bottom:14px;width:138px;height:240px;transform:rotate(-1deg);z-index:3}.hs-3{left:33%;bottom:10px;width:178px;height:300px;z-index:6}.hs-4{left:54%;bottom:13px;width:148px;height:255px;transform:rotate(1deg);z-index:4}.hs-5{left:71%;bottom:16px;width:134px;height:228px;transform:rotate(3deg);z-index:2}.hero-oil{position:absolute;width:102px;height:262px;right:1%;bottom:15px;border-radius:22px 22px 16px 16px;background:linear-gradient(90deg,#986d16,#e4b635 38%,#efc84a 62%,#906616);box-shadow:0 20px 30px rgba(75,47,23,.28);border:1px solid rgba(255,255,255,.5);z-index:3}.oil-cap{position:absolute;left:27%;right:27%;top:-23px;height:31px;border-radius:7px 7px 3px 3px;background:#6c1214}.oil-label{position:absolute;left:8px;right:8px;top:92px;background:#fff0ca;color:#6f1014;text-align:center;padding:8px 6px 11px;border-radius:5px}.oil-label img{width:100%;height:35px;object-fit:contain;mix-blend-mode:multiply}.oil-label b{display:block;font-family:'Playfair Display',serif;font-size:13px;line-height:1.05}.oil-label small{display:block;font-size:7px;margin-top:4px}
/* Ruby premium slide */
.hero-slide--ruby{background:radial-gradient(circle at 50% 40%,#a52326 0,#6f0c10 52%,#350408 100%)}.hero-slide--ruby:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 55%,rgba(238,187,84,.15),transparent 35%),radial-gradient(rgba(245,210,134,.10) 1px,transparent 1px);background-size:auto,24px 24px;mask-image:linear-gradient(to bottom,black,rgba(0,0,0,.85) 55%,transparent 100%)}.hero-slide--ruby:after{content:"";position:absolute;left:-5%;right:-5%;bottom:-7%;height:35%;background:linear-gradient(#69251e,#37120f);box-shadow:inset 0 7px 18px rgba(255,215,141,.08);transform:perspective(560px) rotateX(4deg);transform-origin:bottom}.hero-product-stage--ruby{width:min(820px,72vw);height:420px;bottom:48px}.hero-product-stage--ruby:after{content:"";position:absolute;left:6%;right:6%;bottom:7px;height:31px;background:#4c1715;border-radius:50%;box-shadow:0 15px 25px rgba(0,0,0,.42)}.hr-1{left:3%;bottom:28px;width:142px;height:255px;transform:rotate(-4deg);z-index:2}.hr-2{left:21%;bottom:19px;width:155px;height:282px;transform:rotate(-2deg);z-index:4}.hr-3{left:41%;bottom:12px;width:190px;height:332px;z-index:6}.hr-4{right:19%;bottom:19px;width:155px;height:282px;transform:rotate(2deg);z-index:4}.hr-5{right:2%;bottom:28px;width:142px;height:255px;transform:rotate(4deg);z-index:2}.ruby-mark{position:absolute;left:56px;bottom:43px;z-index:12;color:#efd68e;font-family:'Playfair Display',serif;font-size:33px;letter-spacing:.06em;line-height:1}.ruby-mark small{display:block;font-family:'DM Sans',sans-serif;font-size:8px;letter-spacing:.24em;color:rgba(255,255,255,.76);margin-top:9px}
/* Controls match the supplied reference: arrows, dots, active red number */
.hero-arrow{position:absolute;bottom:47px;z-index:31;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.72);background:rgba(9,8,7,.16);color:#fff;backdrop-filter:blur(6px);font-size:26px;line-height:1;display:grid;place-items:center;transition:.2s}.hero-arrow:hover{background:rgba(255,255,255,.17)}.hero-arrow--prev{right:222px}.hero-arrow--next{right:28px}.hero-slider-ui{position:absolute;right:75px;bottom:47px;z-index:32;display:flex;align-items:center;gap:15px}.hero-dots{display:flex;align-items:center;gap:17px}.hero-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.50);transition:.25s}.hero-dots button.is-active{background:#fff;transform:scale(1.08)}.hero-slide-count b{width:36px;height:36px;border-radius:50%;background:#df292e;color:#fff;display:grid;place-items:center;font-size:12px;box-shadow:0 8px 18px rgba(0,0,0,.16)}
@media(max-width:1020px){.page-home .site-header{position:absolute}.page-home .mobile-nav{top:88px;color:var(--ink)}.home-slider{height:640px;min-height:600px}.hero-product-stage--dark{width:760px;transform:translateX(-50%) scale(.90);transform-origin:center bottom}.hero-product-stage--showroom{width:880px;transform:translateX(-50%) scale(.87);transform-origin:center bottom}.hero-product-stage--ruby{width:780px;transform:translateX(-50%) scale(.91);transform-origin:center bottom}.showroom-building{width:66%;right:-10%}.hero-arrow--prev{right:204px}.hero-slider-ui{right:66px}}
@media(max-width:720px){.page-home .nav-wrap{height:78px}.page-home .brand{padding:3px 6px}.page-home .brand img{width:148px;height:39px}.page-home .mobile-nav{top:82px}.home-slider{height:600px;min-height:560px}.hero-slide,.hero-slide.is-active{transform:none}.hero-product-stage--dark{width:710px;height:390px;bottom:54px;transform:translateX(-50%) scale(.63)}.hero-product-stage--showroom{width:860px;height:350px;bottom:52px;transform:translateX(-50%) scale(.58)}.hero-product-stage--ruby{width:760px;height:405px;bottom:52px;transform:translateX(-50%) scale(.63)}.showroom-building{top:15%;right:-46%;width:132%;height:52%;opacity:.62}.showroom-logo{left:22%;width:41%;top:30%}.ruby-mark{left:18px;bottom:84px;font-size:22px}.ruby-mark small{font-size:7px}.hero-arrow{width:36px;height:36px;bottom:20px;font-size:25px}.hero-arrow--prev{left:14px;right:auto}.hero-arrow--next{right:14px}.hero-slider-ui{right:50%;transform:translateX(50%);bottom:20px}.hero-dots{gap:12px}.hero-slide-count{display:none}}
@media(max-width:430px){.home-slider{height:560px;min-height:540px}.hero-product-stage--dark{bottom:44px;transform:translateX(-50%) scale(.55)}.hero-product-stage--showroom{bottom:43px;transform:translateX(-50%) scale(.51)}.hero-product-stage--ruby{bottom:44px;transform:translateX(-50%) scale(.55)}.page-home .brand img{width:135px}.page-home .brand{padding:3px 5px}}

/* Marquee */
.marquee{background:var(--red);color:#fff;overflow:hidden;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}.marquee-track{display:flex;width:max-content;gap:0;animation:marquee 28s linear infinite}.marquee-track span{padding:16px 28px;font-weight:700;white-space:nowrap}.marquee-track i{color:var(--gold-light);font-style:normal}@keyframes marquee{to{transform:translateX(-50%)}}

/* Category cards */
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{position:relative;min-height:310px;padding:28px;border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow);transition:.3s;border:1px solid rgba(255,255,255,.55)}.category-card:hover{transform:translateY(-6px)}.category-card:before{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.22);border-radius:50%;right:-85px;top:-80px}.category-card:after{content:"";position:absolute;width:170px;height:170px;border:1px solid rgba(255,255,255,.16);border-radius:50%;right:-35px;top:-25px}.category-card.spice{background:linear-gradient(145deg,#7c110f,#b32a15);color:#fff}.category-card.ground{background:linear-gradient(145deg,#d48a16,#a84a10);color:#fff}.category-card.dry{background:linear-gradient(145deg,#5f3826,#9a5d35);color:#fff}.category-card.flour{background:linear-gradient(145deg,#e9d6a5,#caa662);color:#382818}.category-card.tea{background:linear-gradient(145deg,#365d3c,#1f3f2a);color:#fff}.category-card.oil{background:linear-gradient(145deg,#bd8d17,#7a5d0b);color:#fff}.category-number{font-size:12px;letter-spacing:.15em;opacity:.65}.category-mark{position:absolute;right:24px;top:28px;font-size:58px;line-height:1;opacity:.55;z-index:2}.category-card h3{font-family:'Playfair Display',serif;font-size:31px;line-height:1.05;margin:6px 0 8px}.category-card p{margin:0;opacity:.78}.category-card span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;opacity:.72}.category-card b{font-size:13px;position:relative;z-index:2}

/* Story section */
.story-band{background:#2a0708;color:white;position:relative;overflow:hidden}.story-band:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 25%,rgba(199,154,59,.16),transparent 34%)}.story-grid{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:76px;align-items:center}.story-seal{aspect-ratio:1;border-radius:50%;border:1px solid rgba(231,207,139,.33);display:grid;place-items:center;position:relative}.story-seal:before,.story-seal:after{content:"";position:absolute;border-radius:50%;inset:9%;border:1px dashed rgba(231,207,139,.25)}.story-seal:after{inset:22%}.story-seal-inner{width:44%;aspect-ratio:1;border-radius:50%;background:var(--red);display:grid;place-items:center;text-align:center;border:5px solid rgba(255,255,255,.15);font-family:'Playfair Display',serif;font-size:24px;line-height:1.06;z-index:2}.story-copy h2{font-family:'Playfair Display',serif;font-size:clamp(38px,5vw,64px);line-height:1.04;margin:8px 0 22px}.story-copy p{color:#ddcfca;font-size:17px;max-width:620px}.story-features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}.story-features div{padding-top:16px;border-top:1px solid rgba(255,255,255,.18)}.story-features b{display:block;color:var(--gold-light);font-size:15px}.story-features span{font-size:12px;color:#bbaaa3}

/* Product cards */
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;transition:.28s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#dbc89f}.product-card__art{display:block;padding:14px;background:#fbf5e8}.product-card__body{padding:20px}.product-card h3{font-family:'Playfair Display',serif;font-size:23px;line-height:1.1;margin:7px 0 6px}.product-card p{color:var(--muted);margin:0 0 16px;font-size:14px}.product-card .eyebrow{font-size:9px}.product-card__actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:14px;border-top:1px solid #eee4d5}.text-link{font-size:12px;font-weight:700}.text-link span{color:var(--red)}.wa-mini{font-size:11px;font-weight:700;color:#1d6b3c}.product-art{position:relative;min-height:420px;border-radius:28px;display:grid;place-items:center;overflow:hidden;color:#fff;box-shadow:inset 0 0 60px rgba(0,0,0,.12)}.product-art.compact{min-height:205px;border-radius:15px}.product-art span{position:relative;z-index:2;font-family:'Playfair Display',serif;font-size:96px;opacity:.93;text-shadow:0 6px 25px rgba(0,0,0,.17)}.product-art.compact span{font-size:54px}.product-art.spice{background:radial-gradient(circle at 35% 30%,#d0672f,#7f160f 70%)}.product-art.ground{background:radial-gradient(circle at 35% 30%,#f0bd3c,#ad4e0b 70%)}.product-art.dry{background:radial-gradient(circle at 35% 30%,#bd7d4d,#5a3322 70%)}.product-art.flour{background:radial-gradient(circle at 35% 30%,#f3dfac,#bd9654 70%);color:#5b3a17}.product-art.tea{background:radial-gradient(circle at 35% 30%,#6c8f4e,#26472e 70%)}.product-art.oil{background:radial-gradient(circle at 35% 30%,#efc44b,#8b690d 70%)}.art-ring{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.25)}.ring-a{width:78%;aspect-ratio:1}.ring-b{width:54%;aspect-ratio:1;border-style:dashed}.product-art:after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.22) 1px,transparent 1px);background-size:15px 15px;mask-image:linear-gradient(to bottom,transparent,black,transparent);opacity:.28}

/* CTA */
.cta-panel{background:linear-gradient(135deg,#a90d12,#5e0407);border-radius:32px;color:white;padding:56px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:30px;position:relative;overflow:hidden}.cta-panel:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;border:1px solid rgba(255,255,255,.14);right:-160px;top:-170px;box-shadow:0 0 0 60px rgba(255,255,255,.035),0 0 0 120px rgba(255,255,255,.025)}.cta-panel h2{font-family:'Playfair Display',serif;font-size:clamp(34px,4.5vw,58px);line-height:1.05;margin:8px 0 12px}.cta-panel p{color:#f0dede;max-width:650px}.cta-actions{position:relative;z-index:2;display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px}.cta-actions .btn{background:#fff;color:var(--red-dark)}.cta-actions .btn-ghost{background:transparent;color:white;border-color:rgba(255,255,255,.4)}

/* Inner page hero */
.inner-hero{background:linear-gradient(135deg,#fff8e9,#f6e7c8);padding:86px 0 78px;position:relative;overflow:hidden}.inner-hero:after{content:"";position:absolute;width:460px;height:460px;border:1px solid rgba(169,13,18,.12);border-radius:50%;right:-110px;top:-230px;box-shadow:0 0 0 70px rgba(169,13,18,.025),0 0 0 140px rgba(199,154,59,.03)}.inner-hero h1{font-family:'Playfair Display',serif;font-size:clamp(48px,7vw,82px);line-height:1;margin:10px 0 16px}.inner-hero p{max-width:720px;color:var(--muted);font-size:18px;position:relative;z-index:2}.breadcrumbs{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--red)}

/* Products filters */
.product-tools{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px;flex-wrap:wrap}.search-box{flex:1;min-width:280px;position:relative}.search-box input{width:100%;border:1px solid var(--line);border-radius:999px;padding:14px 20px 14px 46px;background:white;outline:none}.search-box:before{content:'⌕';position:absolute;left:19px;top:8px;font-size:25px;color:var(--muted)}.search-box input:focus{border-color:var(--gold)}.result-count{font-size:13px;color:var(--muted);font-weight:700}.filter-row{display:flex;gap:9px;overflow:auto;padding-bottom:12px;margin-bottom:24px;scrollbar-width:thin}.filter-chip{white-space:nowrap;border:1px solid var(--line);background:white;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:700}.filter-chip.active,.filter-chip:hover{background:var(--red);border-color:var(--red);color:white}

/* Product detail */
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.detail-art-wrap{padding:18px;background:#f6eddc;border-radius:34px}.detail-copy h1{font-family:'Playfair Display',serif;font-size:clamp(48px,6vw,78px);line-height:.98;margin:10px 0}.detail-subtitle{font-size:22px;color:var(--gold);font-weight:700;margin:0 0 18px}.detail-lead{font-size:17px;color:var(--muted);max-width:590px}.back-link{display:inline-block;font-size:12px;font-weight:700;margin-bottom:22px;color:var(--muted)}.quality-points{display:grid;gap:0;margin:30px 0}.quality-points div{display:grid;grid-template-columns:48px 1fr;gap:14px;padding:16px 0;border-top:1px solid var(--line)}.quality-points b{color:var(--red);font-size:12px}.quality-points span{font-weight:600}.detail-actions{display:flex;gap:10px;flex-wrap:wrap}.microcopy{font-size:12px;color:#87776e;margin-top:16px}

/* About */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:68px;align-items:center}.about-visual{min-height:530px;border-radius:30px;background:linear-gradient(145deg,#830c0d,#c99135);position:relative;overflow:hidden;box-shadow:var(--shadow)}.about-visual:before{content:"CHAKHOJI";position:absolute;left:-20px;bottom:25px;font-family:'Playfair Display',serif;font-size:96px;color:rgba(255,255,255,.09);transform:rotate(-90deg);transform-origin:left bottom}.about-visual .medallion{position:absolute;width:280px;height:280px;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff6df;display:grid;place-items:center;padding:40px;box-shadow:0 0 0 35px rgba(255,255,255,.07),0 0 0 70px rgba(255,255,255,.045)}.about-visual img{width:100%;mix-blend-mode:multiply}.about-copy h2{font-family:'Playfair Display',serif;font-size:clamp(40px,5vw,62px);line-height:1.04;margin:10px 0 22px}.about-copy p{color:var(--muted)}.value-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px}.value-card{padding:22px;border:1px solid var(--line);border-radius:16px;background:white}.value-card b{font-family:'Playfair Display',serif;font-size:20px}.value-card p{font-size:13px;margin:5px 0 0}

/* Contact */
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:38px}.contact-card{background:#300506;color:white;border-radius:28px;padding:42px;position:relative;overflow:hidden}.contact-card:after{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-130px;bottom:-140px;box-shadow:0 0 0 55px rgba(255,255,255,.025)}.contact-card h2{font-family:'Playfair Display',serif;font-size:42px;line-height:1.05;margin:10px 0 16px}.contact-card p{color:#d9c8c2}.contact-number{font-size:22px;font-weight:700;color:var(--gold-light);display:block;margin:26px 0}.contact-list{display:grid;gap:15px;margin-top:32px}.contact-list div{padding-top:15px;border-top:1px solid rgba(255,255,255,.14)}.contact-list b{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#a9948b}.contact-form{padding:38px;border:1px solid var(--line);border-radius:28px;background:white}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:700}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px 14px;background:#fffdf9;outline:none}.field textarea{min-height:140px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gold)}

/* Footer */
.site-footer{background:#1b0808;color:#d7c6be;padding:70px 0 24px;margin-top:86px}.footer-grid{display:grid;grid-template-columns:1.25fr .8fr .8fr 1fr;gap:45px}.footer-brand img{width:220px;filter:brightness(1.15);mix-blend-mode:screen}.footer-brand p{font-size:14px;max-width:360px}.footer-col h4{color:#fff;font-size:14px;margin:0 0 16px}.footer-col a{display:block;font-size:13px;color:#bca9a1;margin:9px 0}.footer-col a:hover{color:var(--gold-light)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:28px;margin-top:42px;border-top:1px solid rgba(255,255,255,.10);font-size:12px;color:#86746e}.floating-wa{position:fixed;right:20px;bottom:20px;z-index:40;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#1f7a45;color:white;box-shadow:0 12px 30px rgba(25,94,54,.28);font-size:11px;font-weight:800;text-align:center;line-height:1.05;border:3px solid white}

@media(max-width:1020px){.desktop-nav{display:none}.menu-toggle{display:grid;place-items:center}.header-actions .wa-pill{display:none}.mobile-nav{position:fixed;left:20px;right:20px;top:101px;background:white;border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:var(--shadow);z-index:60}.mobile-nav.open{display:grid}.mobile-nav a{padding:13px 10px;border-bottom:1px solid #f1e8da;font-weight:700}.mobile-nav a:last-child{border:0}.hero .container{grid-template-columns:1fr}.hero-copy{padding-bottom:20px}.hero-visual{min-height:470px}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.story-grid,.about-grid,.product-detail,.contact-grid{grid-template-columns:1fr}.story-seal{max-width:520px;margin:auto}.cta-panel{grid-template-columns:1fr}.cta-actions{justify-content:flex-start}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-grid .footer-col:last-child{grid-column:1/-1}}
@media(max-width:720px){.container{width:min(var(--max),calc(100% - 28px))}.section{padding:68px 0}.nav-wrap{height:72px}.brand img{width:176px;height:45px}.mobile-nav{top:89px}.hero,.hero .container{min-height:auto}.hero-copy{padding-top:56px}.hero-copy h1{font-size:57px}.hero-copy p{font-size:16px}.hero-stats{gap:16px}.hero-stats b{font-size:20px}.hero-visual{min-height:410px}.hero-badge{width:118px;height:118px;left:39%;top:38%;font-size:18px}.b1{width:125px;height:125px;right:8%}.b2{width:105px;height:105px}.b3{width:118px;height:118px}.b4{width:92px;height:92px}.b5{width:88px;height:88px}.category-grid,.product-grid{grid-template-columns:1fr 1fr}.section-head{display:block}.section-head p{margin-top:14px}.story-features{grid-template-columns:1fr}.cta-panel{padding:36px 26px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.contact-card,.contact-form{padding:28px}.product-detail{gap:34px}.product-art{min-height:330px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}}
@media(max-width:480px){.category-grid,.product-grid{grid-template-columns:1fr}.hero-copy h1{font-size:48px}.hero-visual{min-height:370px}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr)}.hero-stats span{font-size:9px}.category-card{min-height:260px}.product-art.compact{min-height:220px}.inner-hero{padding:62px 0}.inner-hero h1{font-size:50px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}}

/* ================================================================
   IMAGE-BASED PRODUCT + HERO UPDATE
   - Hero files: assets/img/hero/slide-*-desktop.jpg / slide-*-mobile.jpg
   - Product files: assets/img/products/{product-slug}.png
   See HOW-TO-UPDATE-IMAGES.md for exact replacement instructions.
   ================================================================ */
.hero-picture{position:absolute;inset:0;display:block;width:100%;height:100%}
.hero-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}
.hero-slide:after{content:"";position:absolute;inset:0;z-index:4;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.12) 0%,transparent 24%,transparent 72%,rgba(0,0,0,.12) 100%)}
.hero-slide-link{z-index:18}

.product-photo{min-height:250px;border-radius:15px;display:grid;place-items:center;overflow:hidden;position:relative;background:radial-gradient(circle at 50% 42%,#fff 0,#f7edd9 62%,#efe0c1 100%)}
.product-photo:before{content:"";position:absolute;width:70%;height:22px;bottom:19px;border-radius:50%;background:rgba(80,47,22,.14);filter:blur(10px)}
.product-photo img{position:relative;z-index:1;display:block;width:auto;height:235px;max-width:96%;object-fit:contain;filter:drop-shadow(0 14px 15px rgba(78,42,20,.10));transition:transform .35s ease}
.product-card:hover .product-photo img{transform:translateY(-5px) scale(1.025)}
.product-photo.spice{background:radial-gradient(circle at 50% 38%,#fff 0,#faeee2 64%,#eed0ba 100%)}
.product-photo.ground{background:radial-gradient(circle at 50% 38%,#fff 0,#fff1da 64%,#f4d3a0 100%)}
.product-photo.dry{background:radial-gradient(circle at 50% 38%,#fff 0,#f8ecdf 64%,#e7c7a9 100%)}
.product-photo.flour{background:radial-gradient(circle at 50% 38%,#fff 0,#fff4da 64%,#efd9a9 100%)}
.product-photo.tea{background:radial-gradient(circle at 50% 38%,#fff 0,#eef3e6 64%,#cbd8b5 100%)}
.product-photo.oil{background:radial-gradient(circle at 50% 38%,#fff 0,#fff4cc 64%,#efd482 100%)}

.product-detail-photo{min-height:520px;border-radius:28px;display:grid;place-items:center;overflow:hidden;position:relative;background:radial-gradient(circle at 50% 42%,#fff 0,#faf0de 62%,#ebd5ac 100%);box-shadow:inset 0 0 60px rgba(98,63,28,.08)}
.product-detail-photo:before{content:"";position:absolute;width:67%;height:30px;bottom:35px;border-radius:50%;background:rgba(80,47,22,.16);filter:blur(13px)}
.product-detail-photo img{position:relative;z-index:1;width:auto;height:470px;max-width:95%;object-fit:contain;filter:drop-shadow(0 22px 24px rgba(75,43,24,.13))}

@media(max-width:720px){
  .hero-image{object-position:center center}
  .product-photo{min-height:235px}
  .product-photo img{height:220px}
  .product-detail-photo{min-height:430px}
  .product-detail-photo img{height:390px}
}
@media(max-width:480px){
  .product-photo{min-height:290px}
  .product-photo img{height:270px}
  .product-detail-photo{min-height:390px}
  .product-detail-photo img{height:350px}
}

/* ================================================================
   2026 PROFESSIONAL VISUAL UPGRADE
   Banner + product imagery + restrained 3D depth
   ================================================================ */
:root{--card-rx:0deg;--card-ry:0deg;--card-lift:0px}
.home-slider{box-shadow:0 24px 70px rgba(48,18,8,.18);border-bottom:1px solid rgba(199,154,59,.22)}
.hero-slide{background:#20120d}
.hero-picture{transform:scale(1.012);transition:transform 7s cubic-bezier(.2,.7,.1,1)}
.hero-slide.is-active .hero-picture{transform:scale(1.045)}
.hero-image{filter:saturate(1.035) contrast(1.015)}
.hero-slide:after{background:linear-gradient(180deg,rgba(33,9,6,.12) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 70%,rgba(29,9,6,.18) 100%),linear-gradient(90deg,rgba(0,0,0,.06),transparent 16%,transparent 84%,rgba(0,0,0,.06))}
.hero-slider-ui,.hero-arrow{filter:drop-shadow(0 7px 12px rgba(0,0,0,.25))}

.product-grid{perspective:1200px}
.product-card{position:relative;transform-style:preserve-3d;will-change:transform;transform:perspective(1100px) rotateX(var(--card-rx)) rotateY(var(--card-ry)) translateY(var(--card-lift));transition:transform .24s ease,box-shadow .32s ease,border-color .28s ease;background:linear-gradient(180deg,#fff 0%,#fffdf9 100%);box-shadow:0 10px 26px rgba(66,34,16,.055)}
.product-card:hover{--card-lift:-8px;box-shadow:0 26px 60px rgba(64,31,13,.15),0 7px 20px rgba(169,13,18,.06);border-color:#d6bc80}
.product-card:after{content:"";position:absolute;inset:0;border-radius:20px;pointer-events:none;background:linear-gradient(118deg,rgba(255,255,255,.62),transparent 26%,transparent 72%,rgba(199,154,59,.08));opacity:.55;mix-blend-mode:soft-light}
.product-card__art{position:relative;transform:translateZ(18px);transform-style:preserve-3d;background:linear-gradient(145deg,#fffaf0,#f6ead4);border-bottom:1px solid rgba(199,154,59,.12)}
.product-card__body{position:relative;transform:translateZ(10px);background:linear-gradient(180deg,rgba(255,255,255,.98),#fffdf9)}
.product-photo{isolation:isolate;transform-style:preserve-3d;box-shadow:inset 0 1px 0 rgba(255,255,255,.92),inset 0 -20px 45px rgba(127,84,30,.035)}
.product-photo:after{content:"";position:absolute;left:11%;right:11%;bottom:12px;height:26px;border-radius:50%;background:radial-gradient(ellipse,rgba(64,28,9,.22),transparent 70%);filter:blur(7px);z-index:0;transform:translateZ(-4px)}
.product-photo__glow{position:absolute;z-index:0;width:72%;aspect-ratio:1;border-radius:50%;left:14%;top:7%;background:radial-gradient(circle,rgba(255,255,255,.94),rgba(233,207,139,.20) 43%,transparent 72%);filter:blur(2px);pointer-events:none}
.product-photo img{z-index:2;transform:translateZ(34px);filter:drop-shadow(0 20px 18px rgba(58,29,12,.16)) drop-shadow(0 4px 5px rgba(255,255,255,.45));transition:transform .3s ease,filter .3s ease}
.product-card:hover .product-photo img{transform:translateZ(40px) translateY(-7px) scale(1.035);filter:drop-shadow(0 27px 23px rgba(58,29,12,.20))}
.product-card h3 a{transition:color .2s ease}.product-card:hover h3 a{color:var(--red)}
.wa-mini{box-shadow:0 8px 18px rgba(31,122,69,.10)}

.detail-art-wrap{position:relative;transform-style:preserve-3d;will-change:transform;transition:transform .28s ease,box-shadow .35s ease;box-shadow:0 24px 65px rgba(68,35,14,.11);background:linear-gradient(145deg,#f8efdf,#ead7b4)}
.detail-art-wrap:hover{box-shadow:0 34px 85px rgba(68,35,14,.16)}
.product-detail-photo{transform:translateZ(20px);border:1px solid rgba(199,154,59,.18)}
.product-detail-photo img{transform:translateZ(42px);filter:drop-shadow(0 30px 28px rgba(61,32,15,.19))}

/* Premium image rail on product catalogue header */
.products-visual-strip{margin:-34px auto 0;width:min(1180px,calc(100% - 40px));position:relative;z-index:4;border-radius:24px;padding:10px;background:linear-gradient(135deg,#7d0b0e,#c99a3d 48%,#6d090c);box-shadow:0 22px 60px rgba(69,24,11,.18)}
.products-visual-strip__inner{min-height:105px;border-radius:17px;background:linear-gradient(105deg,#fff9ed,#f4e6cb);display:flex;align-items:center;gap:12px;padding:10px 16px;overflow:hidden}
.products-visual-strip__title{min-width:190px;padding:0 8px}.products-visual-strip__title b{font-family:'Playfair Display',serif;font-size:20px;color:var(--red-dark);display:block}.products-visual-strip__title span{font-size:11px;color:var(--muted)}
.products-visual-strip__packs{display:flex;gap:8px;align-items:end;overflow:hidden;mask-image:linear-gradient(90deg,black 92%,transparent)}
.products-visual-strip__packs img{width:58px;height:76px;object-fit:contain;filter:drop-shadow(0 9px 8px rgba(64,31,13,.16));transition:transform .25s ease}.products-visual-strip__packs img:nth-child(2n){transform:translateY(3px)}.products-visual-strip__packs img:hover{transform:translateY(-4px) scale(1.06)}

@media(max-width:720px){
  .home-slider{box-shadow:0 14px 36px rgba(48,18,8,.14)}
  .hero-picture{transform:none!important}
  .hero-image{object-fit:cover}
  .product-card,.product-card:hover{transform:none!important;--card-lift:0px}
  .product-card__art,.product-card__body,.product-photo img{transform:none}
  .product-card:hover .product-photo img{transform:translateY(-4px) scale(1.02)}
  .products-visual-strip{margin:-20px auto 0;width:calc(100% - 28px);padding:7px;border-radius:18px}
  .products-visual-strip__inner{min-height:90px;padding:8px 10px}.products-visual-strip__title{min-width:135px}.products-visual-strip__title b{font-size:16px}.products-visual-strip__title span{font-size:9px}.products-visual-strip__packs img{width:46px;height:62px}
}
@media(prefers-reduced-motion:reduce){.hero-picture,.product-card,.product-photo img,.detail-art-wrap{transition:none!important;transform:none!important}}
