:root{
  --red:#b7191e;
  --red-dark:#851015;
  --gold:#f2a414;
  --gold-dark:#a66a00;
  --blue:#1c91b8;
  --blue-dark:#126782;
  --ink:#251615;
  --muted:#6e5f59;
  --cream:#fbf5ee;
  --cream-2:#fffaf6;
  --card:#ffffff;
  --line:#e9ddd2;
  --shadow:0 18px 60px rgba(67,36,23,.10);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:#fff;line-height:1.55}
img{max-width:100%;display:block}
a{color:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.section{padding:100px 0}
h1,h2,h3{font-family:'Playfair Display',serif;line-height:1.06;margin:0 0 16px}
h1{font-size:clamp(44px,5.8vw,74px)}
h2{font-size:clamp(34px,4.2vw,56px)}
h3{font-size:24px}
p{margin:0 0 16px}
.eyebrow{display:inline-block;margin-bottom:14px;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.eyebrow.red{color:var(--red)}.eyebrow.gold{color:var(--gold-dark)}.eyebrow.blue{color:var(--blue-dark)}.eyebrow.light{color:#ffe9e9}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:999px;font-weight:800;text-decoration:none;transition:.25s ease;border:1px solid transparent}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--red),#da232b);color:#fff;box-shadow:0 14px 30px rgba(183,25,30,.22)}
.btn-light{background:#fff;border-color:#eadfd4;color:var(--ink)}
.btn-dark{background:#22110d;color:#fff}

.topbar{background:#230f0c;color:#fbeeea;font-size:13px}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;padding:10px 0;gap:16px}
.topbar a{color:#fff;text-decoration:none;font-weight:700}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,250,245,.94);backdrop-filter:blur(10px);border-bottom:1px solid rgba(233,221,210,.85)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;height:86px;position:relative}
.brand img{width:190px}
.main-nav{display:flex;align-items:center;gap:24px}
.main-nav a{text-decoration:none;font-weight:700;color:#5a4842}
.main-nav a:hover{color:var(--red)}
.main-nav .nav-cta{background:var(--red);color:#fff;padding:12px 18px;border-radius:999px}
.menu-toggle{display:none;background:none;border:0;padding:0;cursor:pointer}
.menu-toggle span{display:block;width:28px;height:3px;background:var(--ink);margin:5px 0;border-radius:999px}

.hero{padding:34px 0 28px;background:radial-gradient(circle at top left,#ffe5cf 0,#fff9f1 28%,#fff 72%)}
.hero>.container{width:100%;max-width:none;margin:0}
.hero-slider-wrap{margin:0 0 42px;width:100vw}
.hero-copy p{font-size:18px;color:#5f5049}
.hero-copy h1 span{color:var(--red)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0 22px}
.hero-chips{display:flex;gap:10px;flex-wrap:wrap}
.hero-chips span{font-size:12px;font-weight:800;padding:10px 12px;border-radius:999px;background:#fff;border:1px solid #eadfd4;color:#6b5b55}
.hero-slider{position:relative;height:min(64vw,720px);min-height:430px;width:100vw;border-radius:0;background:#fff;overflow:hidden;box-shadow:0 18px 50px rgba(67,36,23,.10);border-top:1px solid #f1e3d7;border-bottom:1px solid #f1e3d7}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease;display:flex;align-items:center;justify-content:center;padding:0}
.hero-slide.active{opacity:1}
.hero-slide img{width:100%;height:100%;object-fit:contain;object-position:center;background:#fff}
.hero-dots{display:flex;justify-content:center;gap:10px;padding-top:18px}
.dot{width:12px;height:12px;border:0;border-radius:50%;background:#d7c3b7;cursor:pointer}
.dot.active{background:var(--red);transform:scale(1.1)}
.hero-story{width:min(1180px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:1.02fr .98fr;gap:44px;align-items:center}
.hero-story-image{border-radius:28px;overflow:hidden;box-shadow:0 24px 60px rgba(67,36,23,.16)}
.hero-story-image img{width:100%;height:100%;object-fit:cover;min-height:440px}

.trust-strip{padding:16px 0 0;background:transparent}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 10px 30px rgba(67,36,23,.05)}
.trust-grid>div{padding:22px 24px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:3px}
.trust-grid>div:last-child{border-right:0}
.trust-grid strong{font-size:16px}.trust-grid span{font-size:14px;color:var(--muted)}

.about{background:var(--cream)}
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.about-visual{position:relative;min-height:620px}
.spice-orb{position:absolute;border-radius:50%;filter:blur(8px);opacity:.95}
.orb-one{width:240px;height:240px;background:radial-gradient(circle,#ffcd74 0,#e99216 48%,transparent 70%);top:8%;left:-4%}
.orb-two{width:180px;height:180px;background:radial-gradient(circle,#cc2327 0,#6a0f13 52%,transparent 72%);bottom:10%;right:0}
.image-frame{position:absolute;left:35px;bottom:0;width:76%;height:540px;border-radius:28px;background:#fff;display:flex;align-items:center;justify-content:center;padding:18px;box-shadow:0 28px 65px rgba(67,36,23,.15);overflow:hidden}
.image-frame img{width:100%;height:100%;object-fit:contain}
.heritage-card{position:absolute;right:0;top:35px;width:210px;height:210px;border-radius:32px;background:#21110d;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 24px 55px rgba(20,10,8,.28)}
.heritage-card span{letter-spacing:.26em;font-size:11px}.heritage-card strong{font-family:'Playfair Display',serif;font-size:54px;line-height:1}.heritage-card small{color:#cbb9ae;width:72%}
.section-copy p{font-size:18px;color:#5e4d46}
.feature-list{margin-top:28px;display:grid;gap:18px}
.feature-list div{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start;padding:16px 0;border-top:1px solid #eadfd4}
.feature-list span{width:44px;height:44px;border-radius:12px;background:#fff;color:var(--red);display:grid;place-items:center;font-weight:800;box-shadow:0 8px 22px rgba(183,25,30,.09)}
.feature-list strong{color:var(--ink)}

.section-heading.center{text-align:center;max-width:760px;margin:0 auto 42px}
.section-heading p:last-child{color:var(--muted);font-size:17px}
.collections{background:#fff}
.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.collection-card{text-decoration:none;border-radius:24px;padding:28px;min-height:220px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--shadow);position:relative;overflow:hidden}
.collection-card::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(0,0,0,.18));pointer-events:none}
.collection-card>*{position:relative;z-index:1}.collection-card p{margin-bottom:0;color:rgba(255,255,255,.88);font-size:14px}.collection-card h3{margin-bottom:10px;font-size:29px}
.collection-card.meat{background:linear-gradient(135deg,#d62d35,#8b0f15)}
.collection-card.chicken{background:linear-gradient(135deg,#f5bf48,#c98400);color:#432300}.collection-card.chicken p{color:#4b3009}
.collection-card.seafood{background:linear-gradient(135deg,#35b1dd,#0c708f)}
.collection-card.jars{background:linear-gradient(135deg,#2c1a15,#6a4330)}
.collection-badge{align-self:flex-start;margin-bottom:auto;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.16);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}

.chai-section{padding:105px 0;background:radial-gradient(circle at 10% 15%,#f8d07f 0,#cb7b1c 30%,#5d2e11 100%);color:#fff;overflow:hidden;position:relative}
.chai-section::after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.12) 1px,transparent 1px);background-size:16px 16px;opacity:.35}
.chai-grid{position:relative;z-index:1;display:grid;grid-template-columns:.95fr 1.05fr;gap:45px;align-items:center}
.chai-copy h2{font-size:clamp(40px,5vw,66px)}
.chai-copy p{font-size:18px;color:#fff3df}
.chai-badges{display:flex;gap:10px;flex-wrap:wrap;margin:26px 0 30px}
.chai-badges span{font-size:12px;font-weight:800;padding:10px 12px;border:1px solid rgba(255,255,255,.32);border-radius:999px;background:rgba(255,255,255,.08)}
.chai-feature-table{background:repeating-linear-gradient(90deg,rgba(255,255,255,.035) 0 2px,rgba(0,0,0,.02) 2px 5px),linear-gradient(180deg,#a36a3c 0,#7d4c29 42%,#5a321b 100%);border-radius:28px;padding:26px 26px 34px;box-shadow:0 32px 70px rgba(36,17,10,.30),inset 0 1px 0 rgba(255,255,255,.18);position:relative;overflow:hidden}
.chai-feature-table::before{content:"";position:absolute;left:0;right:0;bottom:0;height:32%;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(34,18,10,.22));box-shadow:inset 0 10px 22px rgba(0,0,0,.12)}
.chai-feature-table img{position:relative;z-index:1;width:100%;height:auto;object-fit:contain;border-radius:18px;filter:drop-shadow(0 18px 26px rgba(0,0,0,.22))}

.range-section{background:#fff}
.range-chicken{background:#fffaf1}
.range-seafood{background:#f4fbfe}
.jars-section{background:#fff8f5}
.range-heading{display:grid;grid-template-columns:.95fr 1.05fr;gap:26px;align-items:end;margin-bottom:34px}
.range-heading p:last-child,.range-heading>p{color:var(--muted);font-size:17px;max-width:620px;justify-self:end}
.product-grid{display:grid;gap:22px}
.five-up{grid-template-columns:repeat(5,1fr)}
.four-up{grid-template-columns:repeat(4,1fr)}
.three-up{grid-template-columns:repeat(3,1fr)}
.product-card{position:relative;background:#fff;border:1px solid #eee1d6;border-radius:22px;overflow:hidden;box-shadow:0 12px 35px rgba(60,37,23,.07);transition:.3s}
.product-card:hover,.jar-card:hover{transform:translateY(-6px);box-shadow:0 18px 46px rgba(60,37,23,.13)}
.product-band{font-size:10px;font-weight:900;letter-spacing:.16em;color:#fff;padding:9px 14px}
.meat-band{background:var(--red)}
.chicken-band{background:var(--gold);color:#4b2b00}
.seafood-band{background:var(--blue)}
.product-image{height:300px;background:linear-gradient(165deg,#fff,#f8f3ef);display:flex;align-items:center;justify-content:center;overflow:hidden}
.product-image img{width:88%;height:92%;object-fit:contain;transition:.35s}
.product-card:hover .product-image img,.jar-card:hover img{transform:scale(1.035)}
.product-info{padding:20px}
.product-info h3{margin:0 0 8px;font-size:22px}
.product-info p{margin:0;color:var(--muted);font-size:14px}

.jar-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}
.jar-card{background:#fff;border:1px solid #eee1d6;border-radius:22px;padding:18px;box-shadow:0 12px 35px rgba(60,37,23,.07);text-align:center;transition:.3s}
.jar-image{height:260px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff,#fbf7f3);border-radius:18px;padding:12px;margin-bottom:16px}
.jar-image img{max-height:100%;width:auto;transition:.35s}
.jar-card h3{font-size:21px;margin:0}

.wholesale{background:#fff}
.wholesale-panel{background:linear-gradient(135deg,#8d1116,#cb1d24 55%,#8e1217);color:#fff;border-radius:30px;padding:55px;display:grid;grid-template-columns:.92fr 1.08fr;gap:55px;box-shadow:0 30px 75px rgba(123,20,24,.21)}
.wholesale h2{font-size:clamp(36px,4vw,56px)}
.wholesale-copy>p{color:#ffe8e8}
.trade-types{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.trade-types span{font-size:12px;font-weight:800;border:1px solid rgba(255,255,255,.28);padding:8px 11px;border-radius:999px}
.enquiry-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;background:#fff;color:var(--ink);padding:28px;border-radius:22px}
.enquiry-form label{font-size:12px;font-weight:800;color:#5d4d46}.enquiry-form input,.enquiry-form select,.enquiry-form textarea{width:100%;margin-top:7px;border:1px solid #e3d7ce;border-radius:12px;padding:12px 13px;font:inherit;background:#fff}.enquiry-form input:focus,.enquiry-form select:focus,.enquiry-form textarea:focus{outline:2px solid rgba(199,24,31,.15);border-color:var(--red)}.enquiry-form .full{grid-column:1/-1}.form-note{margin:0;color:#88766d;font-size:11px;font-weight:500}

.contact{background:#fff}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.contact-grid>div:first-child>p:last-child{color:var(--muted);font-size:17px}.contact-cards{display:grid;gap:12px}.contact-card{display:flex;gap:16px;align-items:center;border:1px solid var(--line);padding:20px;border-radius:18px;text-decoration:none;color:var(--ink);background:#fffaf5}.contact-card small,.contact-card strong{display:block}.contact-card small{text-transform:uppercase;font-size:10px;letter-spacing:.16em;color:var(--muted);margin-bottom:3px}.contact-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;font-weight:900}

footer{background:#1e0f0c;color:#eaded7;padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:48px;padding-bottom:45px}.footer-brand img{width:200px;filter:brightness(1.15)}.footer-brand p{max-width:360px;color:#bfaea6}.footer-grid h4{color:#fff;margin:0 0 14px}.footer-grid a,.footer-grid span{display:block;color:#bfaea6;text-decoration:none;margin:8px 0;font-size:14px}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:22px;display:flex;justify-content:space-between;color:#907c74;font-size:12px}

@media (max-width:1200px){.five-up{grid-template-columns:repeat(4,1fr)}.jar-grid{grid-template-columns:repeat(4,1fr)}.collection-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:1050px){.split-grid,.chai-grid,.wholesale-panel,.contact-grid,.range-heading,.hero-story{grid-template-columns:1fr}.hero-slider{height:520px}.range-heading>p{justify-self:start;max-width:unset}.four-up{grid-template-columns:repeat(2,1fr)}.five-up{grid-template-columns:repeat(3,1fr)}.three-up{grid-template-columns:repeat(2,1fr)}.jar-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/-1}}
@media (max-width:820px){.topbar-inner span{display:none}.topbar-inner{justify-content:center}.menu-toggle{display:block}.main-nav{position:absolute;left:20px;right:20px;top:88px;display:none;flex-direction:column;align-items:stretch;gap:0;background:#fff;border:1px solid #eadfd4;border-radius:16px;padding:12px;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav a{padding:12px}.main-nav .nav-cta{text-align:center;margin-top:6px}.hero{padding-top:24px}.hero-slider{height:460px}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid>div:nth-child(2){border-right:0}.trust-grid>div{border-bottom:1px solid #eadfd4}.about-visual{min-height:560px}.image-frame{width:80%;height:470px}.heritage-card{width:160px;height:160px}.heritage-card strong{font-size:40px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{gap:16px;flex-direction:column}}
@media (max-width:620px){.container{width:min(100% - 26px,1180px)}.brand img{width:155px}.nav-wrap{height:72px}.main-nav{top:80px}.hero h1{font-size:42px}.hero-copy p{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch;max-width:280px}.hero-slider{height:290px;border-radius:24px}.hero-slide{padding:8px}.hero-story-image img{min-height:280px}.trust-grid{grid-template-columns:1fr}.trust-grid>div{border-right:0!important;padding-left:20px}.section{padding:78px 0}.collection-grid,.four-up,.five-up,.three-up,.jar-grid{grid-template-columns:1fr}.about-visual{min-height:500px}.image-frame{left:10px;width:78%;height:420px}.chai-section{padding:80px 0}.wholesale-panel{padding:26px 18px;border-radius:22px}.enquiry-form{grid-template-columns:1fr;padding:18px}.enquiry-form .full{grid-column:auto}.footer-grid{grid-template-columns:1fr;gap:26px}.footer-bottom{padding-bottom:8px}}

/* product range presentation update */
.range-section .product-card{background:transparent;border:0;box-shadow:none;overflow:visible}
.range-section .product-card:hover{transform:none;box-shadow:none}
.range-section .product-band{display:inline-block;border-radius:999px;padding:9px 14px;margin-bottom:12px}
.range-section .product-image{height:310px;background:transparent;overflow:visible;padding:0}
.range-section .product-image img{width:92%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(44,26,15,.24));transition:.35s}
.range-section .product-card:hover .product-image img{transform:translateY(-4px) scale(1.03)}
.range-section .product-info{padding:14px 4px 0;text-align:center}
.range-section .product-info p{font-size:15px}

@media (max-width:1050px){.hero-story{width:min(100% - 40px,1180px)}}
@media (max-width:620px){.hero-slider{height:56vw;min-height:210px}.hero-story{width:min(100% - 26px,1180px);gap:26px}.hero-story-image img{min-height:300px}}

/* ===== V4 visual refinements ===== */
/* Full-bleed hero slider: preserve the full 3:2 artwork while filling the viewport width. */
.hero{overflow-x:hidden}
.hero>.container{width:100%;max-width:none;margin:0;padding:0}
.hero-slider-wrap{width:100vw;margin:0 0 46px}
.hero-slider{
  width:100vw;
  height:auto;
  min-height:0;
  aspect-ratio:3 / 2;
  border-radius:0;
  border-left:0;
  border-right:0;
  background:#fff;
}
.hero-slide{padding:0}
.hero-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  background:transparent;
}
.hero-story{width:min(1180px,calc(100% - 40px));margin:0 auto}

/* Chai Masala: use the supplied tea scene itself as the visual background. */
.chai-section{
  isolation:isolate;
  background:#4f2a15;
  color:#fff;
}
.chai-section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background-image:url('assets/chai-feature.webp');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  transform:scale(1.035);
  filter:saturate(1.04) contrast(1.03);
}
.chai-section::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,rgba(42,19,8,.92) 0%,rgba(69,31,12,.82) 42%,rgba(69,31,12,.48) 70%,rgba(34,16,7,.30) 100%);
  opacity:1;
}
.chai-grid{grid-template-columns:1fr .85fr;min-height:560px}
.chai-copy{max-width:640px;padding:24px 0}
.chai-copy p{color:#fff4e6;text-shadow:0 1px 12px rgba(0,0,0,.16)}
.chai-showcase{min-height:500px}
.chai-feature-table{
  background:transparent;
  box-shadow:none;
  border-radius:0;
  padding:0;
  overflow:visible;
}
.chai-feature-table::before{display:none}
.chai-feature-table img{
  opacity:0;
  pointer-events:none;
  width:1px;
  height:1px;
}

/* Jars: no white cards or image boxes; let each bottle float on the section. */
.jar-grid{gap:28px 24px}
.jar-card{
  background:transparent;
  border:0;
  border-radius:0;
  padding:8px 4px 0;
  box-shadow:none;
  text-align:center;
  transition:.3s ease;
}
.jar-card:hover{
  transform:translateY(-5px);
  box-shadow:none;
}
.jar-image{
  height:280px;
  background:transparent;
  border-radius:0;
  padding:0;
  margin-bottom:16px;
  overflow:visible;
}
.jar-image img{
  max-height:100%;
  width:auto;
  filter:drop-shadow(0 18px 26px rgba(44,26,15,.25));
  transition:.35s ease;
}
.jar-card:hover .jar-image img{transform:translateY(-4px) scale(1.035)}
.jar-card h3{margin-top:0}

@media (max-width:1050px){
  .hero-slider{aspect-ratio:3 / 2;height:auto;min-height:0}
  .chai-grid{grid-template-columns:1fr;min-height:auto}
  .chai-showcase{display:none}
  .chai-section::before{background-position:62% center}
  .chai-section::after{background:rgba(49,22,9,.72)}
}
@media (max-width:620px){
  .hero-slider{aspect-ratio:3 / 2;height:auto;min-height:0;border-radius:0}
  .hero-story{width:min(100% - 26px,1180px)}
  .chai-section{padding:76px 0}
  .chai-section::before{background-position:68% center}
  .chai-section::after{background:rgba(46,20,8,.76)}
  .jar-image{height:300px}
}
