:root{--espresso:#21130b;--espresso-2:#2d1b10;--brown:#6f4426;--coffee:#8d5b32;--gold:#b87931;--gold-light:#d7a15f;--cream:#f8f0e4;--cream-2:#efe4d5;--cream-3:#fffaf3;--ink:#2b1a10;--muted:#75695d;--white:#fff;--shadow:0 24px 70px rgba(55,30,12,.15)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif;line-height:1.65;overflow-x:hidden}body.chat-open{overflow:hidden}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}.wrap{width:min(1180px,calc(100% - 48px));margin:auto}
.preloader{position:fixed;inset:0;background:var(--espresso);color:#fff;z-index:9999;display:grid;place-content:center;text-align:center;transition:opacity .8s,visibility .8s}.preloader.done{opacity:0;visibility:hidden}.loader-brand img{width:135px;height:135px;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.25))}.loader-brand span{display:block;font-size:10px;font-weight:700;letter-spacing:4px;color:var(--gold-light);margin-top:7px}.loader-bar{width:200px;height:2px;background:#513727;margin:24px auto;overflow:hidden}.loader-bar i{display:block;height:100%;width:45%;background:var(--gold);animation:load 1.2s infinite}@keyframes load{to{transform:translateX(350%)}}
.progress{position:fixed;z-index:3000;top:0;left:0;width:0;height:3px;background:var(--gold)}
.topbar{height:34px;background:var(--espresso);color:#e8d9c8;font-size:10px;letter-spacing:2px}.topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between}
.nav{height:94px;display:flex;align-items:center;justify-content:space-between;position:absolute;left:50%;top:34px;transform:translateX(-50%);z-index:20}.nav:before{content:"";position:absolute;inset:0 -100vw;background:rgba(248,240,228,.97);backdrop-filter:blur(14px);z-index:-1;border-bottom:1px solid #dfcfbd;opacity:1;transition:.35s}.nav-logo{display:flex;align-items:center;width:126px;height:84px}.nav-logo img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 5px 10px rgba(60,35,15,.12))}.menu{display:flex;gap:8px;align-items:center;color:var(--espresso);font-size:15px;letter-spacing:1.25px;font-weight:700}.menu a{padding:14px 17px;border-radius:4px;transition:color .25s,background .25s,transform .25s}.menu a:hover,.menu a:focus-visible{color:#fff;background:var(--espresso);outline:0;transform:translateY(-2px)}.menu .navbtn{border:1px solid var(--espresso);padding:13px 19px;margin-left:8px}.menu .navbtn:hover{color:#fff;background:var(--brown)}.hamb{display:none;background:0;border:0}.hamb i{display:block;width:29px;height:2px;background:var(--espresso);margin:6px}
.hero{height:100svh;min-height:720px;position:relative;color:#fff;overflow:hidden;background:var(--espresso)}.hero-media{position:absolute;inset:-4%;background-image:url("https://images.unsplash.com/photo-1596040033229-a9821ebd058d?auto=format&fit=crop&w=2400&q=90"),url("https://images.unsplash.com/photo-1447933601403-0c6688de566e?auto=format&fit=crop&w=2400&q=90");background-position:center;background-size:cover;transform:scale(1.03);transition:transform .2s linear}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(24,12,6,.94),rgba(24,12,6,.56) 60%,rgba(24,12,6,.18)),linear-gradient(0deg,rgba(0,0,0,.68),transparent 55%)}.grain{position:absolute;inset:0;opacity:.08;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E")}.hero-inner{height:100%;display:flex;align-items:center;position:relative;z-index:2}.hero-copy{max-width:770px;padding-top:85px}.eyebrow{font-size:11px;letter-spacing:3px;font-weight:700;color:var(--gold);display:block;margin-bottom:18px}.large-label{font-size:17px;letter-spacing:3px;margin-bottom:25px}.hero h1{font:500 clamp(58px,8vw,112px)/.88 "Playfair Display";letter-spacing:-3px;margin:0}.hero h1 em{color:#d9b27b}.hero-copy p{max-width:620px;color:#e0d5c9;font-size:15px;margin:30px 0 0}.hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hero-tags span{border:1px solid rgba(255,255,255,.28);padding:8px 12px;font-size:10px;letter-spacing:1.7px;color:#f7eadb;background:rgba(20,10,5,.2)}
.hero-bottom{position:absolute;z-index:3;bottom:30px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:16px;font-size:10px;letter-spacing:2px;color:#d9cfc3}.scroll-line{height:1px;width:90px;background:#ffffff40}.scroll-line i{display:block;height:100%;width:35%;background:#fff;animation:scrollLine 2s infinite}@keyframes scrollLine{to{transform:translateX(190%)}}.hero-bottom b{margin-left:auto;font-weight:500;font-size:13px}
.ticker{background:var(--gold);overflow:hidden;white-space:nowrap}.ticker-track{height:78px;display:flex;align-items:center;gap:44px;width:max-content;animation:ticker 28s linear infinite;font:500 17px "Playfair Display";letter-spacing:2px}.ticker-track b{font-size:10px}@keyframes ticker{to{transform:translateX(-50%)}}
.section{padding:125px 0}.about{background:var(--cream-2)}.about-top,.section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:end}.about h2,.section-head h2,.quality-copy h2,.testimonials h2,.contact h2{font:500 clamp(44px,5.2vw,70px)/1.03 "Playfair Display";margin:0;letter-spacing:-1.5px}.about h2 em,.section-head h2 em,.quality-copy h2 em,.testimonials h2 em,.contact h2 em{color:var(--brown)}.lead{font:23px/1.4 "Playfair Display";margin:0 0 18px}.about-intro p:not(.lead),.section-head>p{font-size:15px;color:var(--muted);max-width:470px}.under{display:inline-flex;gap:16px;margin-top:28px;border-bottom:1px solid var(--gold);padding-bottom:9px;font-size:16px;letter-spacing:2px;font-weight:700}.under b{color:var(--gold);font-size:19px}
.about-feature{margin-top:72px;display:grid;grid-template-columns:.92fr 1.08fr;gap:75px;align-items:center}.about-images{position:relative;min-height:500px}.about-photo{position:absolute;background-size:cover;background-position:center;box-shadow:var(--shadow)}.about-photo-main{left:0;top:0;width:73%;height:400px;background-image:url("https://images.unsplash.com/photo-1447933601403-0c6688de566e?auto=format&fit=crop&w=1500&q=88")}.about-photo-small{right:0;bottom:0;width:43%;height:285px;border:10px solid var(--cream-2);background-image:url("https://images.unsplash.com/photo-1498804103079-a6351b050096?auto=format&fit=crop&w=1000&q=88")}.about-content{padding:25px 0}.logo-medallion{width:155px;height:155px;border-radius:50%;overflow:hidden;background:var(--cream-3);border:7px solid var(--gold);box-shadow:0 18px 45px rgba(67,36,12,.14);margin-bottom:28px}.logo-medallion img{width:100%;height:100%;object-fit:cover}.about-content h3{font:500 clamp(31px,3.2vw,46px)/1.05 "Playfair Display";margin:0 0 22px}.about-content h3 em{color:var(--brown)}.about-content p{font-size:15px;color:var(--muted);max-width:540px}.about-points{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}.about-points span{border:1px solid #d4c5b3;padding:8px 12px;font-size:11px;letter-spacing:1px;text-transform:uppercase;background:#f8efe2}
.process{background:#f9f5ee}.process-head{padding-bottom:62px}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.process-card{background:#fff;border:1px solid #e4d8c9;overflow:hidden;transition:.45s;box-shadow:0 8px 30px rgba(65,35,15,.05)}.process-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}.process-image{height:260px;background-position:center;background-size:cover;transition:transform .8s}.process-card:hover .process-image{transform:scale(1.06)}.p1{background-image:url("https://images.unsplash.com/photo-1447933601403-0c6688de566e?auto=format&fit=crop&w=1200&q=88")}.p2{background-image:url("https://images.unsplash.com/photo-1498804103079-a6351b050096?auto=format&fit=crop&w=1200&q=88")}.p3{background-image:url("https://images.unsplash.com/photo-1509042239860-f550ce710b93?auto=format&fit=crop&w=1200&q=88")}.p4{background-image:url("https://images.unsplash.com/photo-1514432324607-a09d9b4aefdd?auto=format&fit=crop&w=1200&q=88")}.p5{background-image:url("https://images.unsplash.com/photo-1512568400610-62da28bc8a13?auto=format&fit=crop&w=1200&q=88")}.p6{background-image:url("https://images.unsplash.com/photo-1495774856032-8b90bbb32b32?auto=format&fit=crop&w=1200&q=88")}.process-body{padding:26px 25px 30px}.process-body>span{font-size:10px;letter-spacing:2px;color:var(--gold);font-weight:700}.process-body h3{font:500 29px "Playfair Display";margin:8px 0 13px}.process-body p{font-size:14px;color:var(--muted);margin:0}
.products{background:var(--cream-2)}.filters{display:flex;gap:27px;align-items:center}.filter{border:0;border-bottom:2px solid transparent;background:none;padding:8px 0;color:#766b60;font-size:16px;font-weight:700;letter-spacing:2px;cursor:pointer}.filter.active,.filter:hover{color:#28170d;border-color:var(--gold)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:60px}.prod{background:#fff;overflow:hidden;transition:.45s;border:1px solid #e1d4c3}.prod:hover{transform:translateY(-10px);box-shadow:var(--shadow)}.prod-img{height:360px;background-position:center;background-size:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.prod:hover .prod-img{transform:scale(1.08)}.product-1{background-image:url("https://images.unsplash.com/photo-1514432324607-a09d9b4aefdd?auto=format&fit=crop&w=1200&q=88")}.product-2{background-image:url("https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?auto=format&fit=crop&w=1200&q=88")}.product-3{background-image:url("https://images.unsplash.com/photo-1512568400610-62da28bc8a13?auto=format&fit=crop&w=1200&q=88")}.product-4{background-image:url("https://images.unsplash.com/photo-1498804103079-a6351b050096?auto=format&fit=crop&w=1200&q=88")}.product-5{background-image:url("https://images.unsplash.com/photo-1501339847302-ac426a4a7cbb?auto=format&fit=crop&w=1200&q=88")}.product-6{background-image:url("https://images.unsplash.com/photo-1495774856032-8b90bbb32b32?auto=format&fit=crop&w=1200&q=88")}.prod-body{padding:28px 28px 30px}.prod-body>span{font-size:10px;letter-spacing:2px;color:#a48361}.prod-body h3{font:500 34px "Playfair Display";margin:8px 0 13px}.prod-body p{color:#81756a;font-size:14px;line-height:1.72;margin:0 0 22px}.prod-body a{font-size:11px;letter-spacing:1.6px;font-weight:700;color:var(--brown)}
.quality{display:grid;grid-template-columns:1fr 1fr;padding:0;background:var(--cream)}.quality-image{min-height:790px;background:url("https://images.unsplash.com/photo-1512568400610-62da28bc8a13?auto=format&fit=crop&w=1800&q=90") center/cover}.quality-copy{padding:110px clamp(45px,7vw,110px);align-self:center}.quality-copy>p{font-size:15px;color:var(--muted);max-width:490px;margin:25px 0 35px}.quality-list{border-top:1px solid #d8cfc3;margin-bottom:35px}.quality-item{border-bottom:1px solid #d8cfc3}.quality-toggle{width:100%;display:grid;grid-template-columns:48px 1fr 30px;align-items:center;gap:15px;padding:20px 0;border:0;background:none;color:var(--ink);text-align:left;cursor:pointer}.quality-toggle b{font-size:12px;color:var(--gold)}.quality-toggle span{font-size:16px;font-weight:600}.quality-toggle i{font-style:normal;font-size:24px;color:var(--brown);transition:.3s}.quality-item.open .quality-toggle i{transform:rotate(45deg)}.quality-detail{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.quality-detail p{overflow:hidden;margin:0;color:var(--muted);font-size:14px;line-height:1.7;padding:0 48px 0 63px}.quality-item.open .quality-detail{grid-template-rows:1fr}.quality-item.open .quality-detail p{padding-bottom:20px}.btn{border:0;min-height:53px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:17px;font-size:13px;font-weight:700;letter-spacing:1.4px;cursor:pointer;transition:.35s}.btn b{font-size:18px;font-weight:400}.dark{background:var(--espresso);color:#fff}.dark:hover{transform:translateY(-3px);background:#3a2216}.large-form-btn{font-size:14px;padding-inline:30px}
.gallery{background:var(--cream-2)}.gallery-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;grid-template-rows:270px 270px 220px;gap:12px;margin-top:65px}.g{position:relative;min-height:0;background-position:center;background-size:cover;overflow:hidden;isolation:isolate}.g:before{content:"";position:absolute;inset:0;background:inherit;transform:scale(1);transition:transform .8s cubic-bezier(.2,.7,.2,1);z-index:-1}.g:hover:before{transform:scale(1.09)}.g:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(20,10,5,.7),transparent 58%);z-index:0}.g span{position:absolute;z-index:2;left:20px;bottom:18px;color:#fff;font-size:11px;font-weight:700;letter-spacing:2px}.g1{grid-row:span 2;background-image:url("https://images.unsplash.com/photo-1447933601403-0c6688de566e?auto=format&fit=crop&w=1500&q=88")}.g2{background-image:url("https://images.unsplash.com/photo-1498804103079-a6351b050096?auto=format&fit=crop&w=1000&q=88")}.g3{background-image:url("https://images.unsplash.com/photo-1509042239860-f550ce710b93?auto=format&fit=crop&w=1000&q=88")}.g4{background-image:url("https://images.unsplash.com/photo-1514432324607-a09d9b4aefdd?auto=format&fit=crop&w=1000&q=88")}.g5{background-image:url("https://images.unsplash.com/photo-1512568400610-62da28bc8a13?auto=format&fit=crop&w=1000&q=88")}.g6{grid-column:span 3;background-image:url("https://images.unsplash.com/photo-1495774856032-8b90bbb32b32?auto=format&fit=crop&w=1600&q=88")}
.testimonials{background:#fff;padding:125px 0}.testimonials h2{margin-bottom:60px}.testimonial{max-width:900px;margin:0 auto;text-align:center;padding:35px 30px 0;border-top:1px solid #ddd3c8}.quote-mark{font:500 70px "Playfair Display";line-height:1;color:var(--gold)}.testimonial p{font:500 30px/1.4 "Playfair Display";margin:0 auto 25px;color:#3c2b20}.testimonial span{font-size:11px;letter-spacing:2px;color:#806d5c}.t-controls{display:flex;justify-content:center;align-items:center;gap:25px;margin-top:35px}.t-controls button{border:1px solid #57361e;background:none;width:44px;height:44px;border-radius:50%;cursor:pointer;transition:.25s}.t-controls button:hover{background:var(--gold);border-color:var(--gold)}.t-controls i{font-size:11px;font-style:normal;letter-spacing:2px}
.contact{position:relative;color:#fff;padding:130px 0;overflow:hidden}.contact-bg{position:absolute;inset:0;background:linear-gradient(90deg,#1c0e08ed,#1c0e0870),url("https://images.unsplash.com/photo-1447933601403-0c6688de566e?auto=format&fit=crop&w=2400&q=90") center/cover}.contact-wrap{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:90px}.contact h2{color:#fff}.contact h2 em{color:#d3a66c}.contact-title>p{color:#c5b9ad;max-width:470px;margin-top:20px;font-size:16px}.contact-direct{display:flex;flex-direction:column;gap:7px;margin-top:30px}.contact-direct a,.contact-direct span{font-size:15px;color:#f0dfcc}.contact-direct a:hover{color:var(--gold-light)}.contact-form{border-top:1px solid #ffffff33;padding-top:24px}.contact-form>div{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form label{display:block;font-size:12px;letter-spacing:1.7px;color:#c3b7aa;margin-bottom:19px}.contact-form input,.contact-form textarea,.contact-form select{width:100%;margin-top:8px;padding:13px 0;background:transparent;border:0;border-bottom:1px solid #ffffff35;color:#fff;outline:0;border-radius:0;font-size:15px}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:var(--gold)}.contact-form select option{color:#111}.contact-form textarea{resize:vertical}.form-status{font-size:12px;color:#d4a66b;min-height:18px}.gold{background:var(--gold);color:#21130b}.gold:hover{background:#e0b97f;transform:translateY(-3px)}
footer{background:var(--cream);color:var(--espresso);padding:72px 0 22px;border-top:1px solid #e2d4c2}.foot-grid{display:grid;grid-template-columns:2fr 1fr 1.2fr 1.2fr;gap:42px;padding-bottom:55px}.foot-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.foot-brand{color:var(--espresso);padding-right:25px}.footer-logo{width:160px;height:120px;display:block}.footer-logo img{width:100%;height:100%;object-fit:contain}.foot-grid p,.foot-grid a,.foot-grid span{font-size:14px;color:var(--espresso)}.foot-brand p{color:#5a3921;max-width:330px}.foot-grid a{transition:color .25s,transform .25s}.foot-grid a:hover{color:var(--gold);transform:translateX(3px)}.foot-grid h4{font-size:13px;letter-spacing:2px;color:var(--brown);margin:0 0 10px}.foot-brand h4{color:var(--brown)}.foot-bottom{border-top:1px solid #d8c7b2;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#5a3921;font-size:13px;letter-spacing:.5px}.foot-bottom a{color:var(--espresso);text-decoration:underline;text-underline-offset:3px;font-weight:700}.foot-bottom a:hover{color:var(--gold)}
.top-up{position:fixed;right:24px;bottom:24px;z-index:500;background:var(--gold);color:var(--espresso);width:50px;height:50px;border-radius:50%;display:grid;place-items:center;font-size:23px;font-weight:600;box-shadow:0 12px 30px rgba(0,0,0,.22);transition:.3s;opacity:0;visibility:hidden;transform:translateY(12px)}.top-up.show{opacity:1;visibility:visible;transform:none}.top-up:hover{background:var(--gold-light);transform:translateY(-4px)}.chatbot-trigger{position:fixed;right:24px;bottom:86px;z-index:510;border:0;background:var(--espresso);color:#fff;height:54px;min-width:54px;padding:0 17px;border-radius:28px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.5px;box-shadow:0 12px 30px rgba(0,0,0,.25);cursor:pointer;transition:.3s}.chatbot-trigger:hover{background:var(--brown);transform:translateY(-3px)}.chat-icon{width:27px;height:27px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-size:20px;line-height:1}.chatbot{position:fixed;right:24px;bottom:151px;width:350px;background:#fff;z-index:520;border-radius:16px;box-shadow:0 24px 80px rgba(0,0,0,.25);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(15px) scale(.98);transition:.25s}.chatbot.open{opacity:1;visibility:visible;transform:none}.chat-head{background:var(--espresso);color:#fff;padding:18px 18px;display:flex;align-items:center;justify-content:space-between}.chat-head strong{display:block;font:500 20px "Playfair Display"}.chat-head small{display:block;color:#bfae9d;font-size:10px;margin-top:3px}.chat-head button{background:0;border:0;color:#fff;font-size:26px;cursor:pointer}.chat-body{padding:20px}.bot-msg{background:#f3eee7;border-radius:12px 12px 12px 2px;padding:14px;font-size:14px;color:#49362a}.chat-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:15px}.chat-actions a{border:1px solid #dfd2c3;border-radius:8px;padding:11px;font-size:12px;text-align:center;color:var(--brown);font-weight:700}.chat-actions a:hover{background:#f3eee7}
.reveal{opacity:0;transform:translateY(45px);transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}.delay{transition-delay:.16s}
@media(max-width:950px){.wrap{width:calc(100% - 32px)}.topbar{display:none}.nav{height:78px;top:0}.nav-logo{width:105px;height:70px}.hamb{display:block;position:relative;z-index:4}.menu{position:absolute;top:78px;left:-16px;right:-16px;padding:10px 20px 20px;background:var(--cream);display:flex;flex-direction:column;align-items:stretch;gap:0;transform:translateY(-20px);opacity:0;pointer-events:none;transition:.3s;border-top:1px solid #dfcfbd}.menu.open{transform:none;opacity:1;pointer-events:auto}.menu a{padding:15px 9px;border-bottom:1px solid #dfd0bf;border-radius:0}.menu a:hover{color:#fff;background:var(--espresso)}.menu .navbtn{text-align:center;border:1px solid var(--espresso);margin-top:8px}.about-top,.section-head{grid-template-columns:1fr;gap:30px}.about-feature{grid-template-columns:1fr;gap:50px}.about-images{min-height:450px}.process-grid{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr 1fr}.quality{grid-template-columns:1fr}.quality-image{min-height:520px}.quality-copy{padding:75px 30px}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:220px 220px 220px}.g1{grid-row:span 2}.g6{grid-column:span 2}.contact-wrap{grid-template-columns:1fr;gap:50px}.foot-grid{grid-template-columns:1.5fr 1fr 1fr}.foot-grid>div:last-child{display:none}.foot-bottom{font-size:12px}}
@media(max-width:600px){.hero{min-height:680px}.hero h1{font-size:57px;letter-spacing:-1px}.hero-copy p{font-size:14px}.hero-bottom{display:none}.ticker-track{height:62px;font-size:12px;gap:25px}.section{padding:85px 0}.large-label{font-size:14px;letter-spacing:2.2px}.about h2,.section-head h2,.quality-copy h2,.testimonials h2,.contact h2{font-size:45px}.about-feature{margin-top:45px}.about-images{min-height:400px}.about-photo-main{height:330px;width:82%}.about-photo-small{height:230px;width:43%;border-width:8px}.logo-medallion{width:125px;height:125px}.process-grid,.product-grid{grid-template-columns:1fr}.process-image{height:300px}.prod-img{height:350px}.filters{gap:18px;flex-wrap:wrap}.filter{font-size:13px}.quality-image{min-height:430px}.quality-toggle{grid-template-columns:38px 1fr 25px;gap:10px}.quality-toggle span{font-size:14px}.quality-detail p{padding-left:48px;padding-right:20px}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:170px 170px 170px}.g1{grid-row:span 2}.g6{grid-column:span 2}.testimonial p{font-size:22px}.contact{padding:85px 0}.contact-form>div{grid-template-columns:1fr}.foot-grid{grid-template-columns:1fr 1fr}.foot-grid>div:first-child{grid-column:span 2}.foot-grid>div:last-child{display:none}.foot-bottom{flex-direction:column;gap:8px}.chatbot-trigger{right:15px;bottom:76px}.chatbot-trigger>span:last-child{display:none}.top-up{right:15px;bottom:15px}.chatbot{right:15px;left:15px;bottom:140px;width:auto}.large-form-btn{width:100%}}

/* MRP Coffee & Spices product imagery */
.spice-cardamom{background-image:url("https://images.unsplash.com/photo-1596040033229-a9821ebd058d?auto=format&fit=crop&w=1200&q=88")}
.spice-pepper{background-image:url("https://images.unsplash.com/photo-1509358271058-acd22cc93898?auto=format&fit=crop&w=1200&q=88")}
.spice-cinnamon{background-image:url("https://images.unsplash.com/photo-1608797178974-15b35a790f7c?auto=format&fit=crop&w=1200&q=88")}
.spice-clove{background-image:url("https://images.unsplash.com/photo-1599909533606-7f5f2e5f1f0a?auto=format&fit=crop&w=1200&q=88")}
