/* ==========================================================================
   Jain Divine Gifts  ·  श्री जिनेन्द्र भक्ति एवं उपहार संग्रह
   Section stylesheet for jainexportsglobal.com
   Cream · Gold · Brown, on a warm ghee-paper grain.
   Type: Cormorant Garamond / Jost / Tiro Devanagari Hindi
   ========================================================================== */

:root {
  --gold:        #C08A2E;
  --gold-deep:   #A9761F;
  --gold-dark:   #8A5E14;
  --gold-light:  #E0BC72;
  --gold-pale:   #F0DFB6;

  --ink:         #1A0F00;
  --ink-soft:    #3D1F00;
  --brown:       #5C3D1E;
  --brown-mid:   #7A5A32;
  --muted:       #8A7350;

  --ghee:        #FDF6E7;
  --cream:       #FAF3E3;
  --panel:       #F3E6C9;
  --tan:         #E8D9B8;

  --line:        rgba(192, 138, 46, .24);
  --line-soft:   rgba(192, 138, 46, .13);

  --serif: "Cormorant Garamond", "Georgia", serif;
  --sans:  "Jost", "Segoe UI", system-ui, sans-serif;
  --deva:  "Tiro Devanagari Hindi", "Noto Serif Devanagari", "Nirmala UI", serif;

  --shadow-sm: 0 2px 10px rgba(61, 31, 0, .06);
  --shadow-md: 0 12px 36px rgba(61, 31, 0, .11);
  --shadow-lg: 0 28px 74px rgba(61, 31, 0, .19);
  --shadow-gold: 0 8px 24px rgba(169, 118, 31, .3);

  --foil: linear-gradient(105deg, #B8811F 0%, #E3C071 24%, #F6E7BC 40%, #D2A244 58%, #A9761F 78%, #E0BC72 100%);

  --wrap: 1260px;
  --r: 16px;
  --r-sm: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;

  /* ghee-paper ground */
  background-color: var(--ghee);
  background-image:
    radial-gradient(1200px 700px at 12% -5%, rgba(224,188,114,.20), transparent 60%),
    radial-gradient(1000px 620px at 92% 12%, rgba(192,138,46,.11),  transparent 62%),
    radial-gradient(900px 700px at 50% 108%, rgba(220,199,155,.24), transparent 64%);
  background-attachment: fixed;
}

/* fine paper grain over everything */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  opacity: .55; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.06'/%3E%3C/svg%3E");
}
body > * { position: relative; z-index: 2; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }

.wrap { width: min(var(--wrap), calc(100% - 48px)); margin-inline: auto; }
@media (max-width: 720px) { .wrap { width: calc(100% - 32px); } }

.hi, [lang="hi"] { font-family: var(--deva); }

/* ============================================================ ornament rules */
.orn { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 0 auto; }
.orn::before, .orn::after {
  content: ""; height: 1px; flex: 1 1 auto; max-width: 160px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.orn i {
  width: 9px; height: 9px; transform: rotate(45deg); display: block; flex: 0 0 auto;
  border: 1px solid var(--gold); background: var(--gold-pale);
}

.eyebrow {
  font-family: var(--sans); font-weight: 500;
  font-size: .72rem; letter-spacing: .34em; text-transform: uppercase;
  color: var(--gold-dark);
}

/* ==================================================================== header */
.jdg-top {
  background: linear-gradient(90deg, #140B00, var(--ink) 30%, #2A1804 50%, var(--ink) 70%, #140B00);
  color: var(--gold-pale);
  font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
  text-align: center; padding: 9px 16px;
}
.jdg-top b { color: var(--gold-light); font-weight: 500; }

.jdg-head {
  position: sticky; top: 0; z-index: 60;
  background: rgba(243, 230, 201, .95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.jdg-head::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold-light), var(--gold), var(--gold-light), transparent);
  opacity: .5;
}
.jdg-head .wrap { display: flex; align-items: center; gap: 28px; min-height: 74px; }

.jdg-logo { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.jdg-logo .mark {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--foil);
  color: #40260A; font-family: var(--serif); font-weight: 700; font-size: 1rem;
  display: grid; place-items: center; letter-spacing: .02em;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.4), 0 3px 10px rgba(138,94,20,.28);
}
.jdg-logo .txt { font-family: var(--serif); font-size: 1.28rem; font-weight: 600; color: var(--ink); line-height: 1.05; }
.jdg-logo .txt em { display: block; font-style: italic; color: var(--gold-dark); font-size: .95rem; font-weight: 500; }

.jdg-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.jdg-nav a {
  font-size: .75rem; letter-spacing: .15em; text-transform: uppercase;
  font-weight: 400; color: var(--brown); padding: 6px 2px;
  border-bottom: 1px solid transparent; transition: .2s; white-space: nowrap;
}
.jdg-nav a:hover { color: var(--gold-dark); border-bottom-color: var(--gold); }
.jdg-nav a.on { color: var(--gold-dark); font-weight: 500; border-bottom-color: var(--gold); }
.jdg-cta {
  flex: 0 0 auto; background: var(--foil);
  color: #3A2206 !important; border-radius: 999px;
  padding: 10px 20px !important; font-size: .71rem !important; font-weight: 600 !important;
  letter-spacing: .15em; border: 0 !important;
  box-shadow: var(--shadow-gold); transition: .22s;
}
.jdg-cta:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(169,118,31,.42); }

.jdg-burger { display: none; background: none; border: 0; padding: 8px; margin-left: auto; cursor: pointer; }
.jdg-burger span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 4px 0; transition: .2s; }

@media (max-width: 1100px) {
  .jdg-burger { display: block; }
  .jdg-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--panel); border-bottom: 0 solid var(--line);
    padding: 0 24px; margin: 0;
    max-height: 0; overflow: hidden;
    transition: max-height .3s ease, padding .3s ease;
    box-shadow: var(--shadow-md);
  }
  .jdg-nav.open { max-height: 520px; padding: 8px 24px 22px; border-bottom-width: 1px; }
  .jdg-nav a { padding: 13px 0; border-bottom: 1px solid var(--line-soft); }
  .jdg-cta { margin-top: 14px; text-align: center; }
}

/* ====================================================================== hero */
.hero {
  position: relative; overflow: hidden; text-align: center;
  padding: 84px 0 70px;
  background:
    radial-gradient(1100px 520px at 50% -12%, rgba(224,188,114,.5), transparent 62%),
    linear-gradient(180deg, var(--panel), var(--ghee) 82%);
  border-bottom: 1px solid var(--line-soft);
}
.hero::before, .hero::after {
  content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%;
  background: radial-gradient(circle, rgba(192,138,46,.15), transparent 66%);
  pointer-events: none;
}
.hero::before { top: -190px; left: -150px; }
.hero::after  { bottom: -230px; right: -160px; }
.hero .wrap { position: relative; z-index: 2; }

.hero h1 {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  line-height: 1.05; color: var(--ink); margin: 18px 0 6px; letter-spacing: -.01em;
}
.hero h1 em {
  font-style: italic;
  background: var(--foil); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero .sub-hi {
  font-family: var(--deva); font-size: clamp(1.1rem, 2.5vw, 1.7rem);
  color: var(--gold-dark); font-weight: 500; margin: 6px 0 0; line-height: 1.55;
}
.hero p.lede { max-width: 730px; margin: 22px auto 0; color: var(--brown); font-size: 1.02rem; line-height: 1.8; }
.hero p.lede-hi { max-width: 730px; margin: 10px auto 0; color: var(--brown-mid); font-family: var(--deva); font-size: .98rem; line-height: 1.9; }

.hero-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }
.hero-stats span {
  background: rgba(255,255,255,.7); border: 1px solid var(--line);
  border-radius: 999px; padding: 8px 18px;
  font-size: .73rem; letter-spacing: .12em; text-transform: uppercase; color: var(--brown);
  box-shadow: var(--shadow-sm);
}
.hero-stats span b { color: var(--gold-dark); font-weight: 600; }

.hero.compact { padding: 52px 0 44px; }
.hero.compact h1 { font-size: clamp(1.95rem, 4.4vw, 3.2rem); }

.crumb {
  display: flex; justify-content: center; gap: 9px; flex-wrap: wrap; align-items: center;
  font-size: .7rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 8px;
}
.crumb a { transition: .18s; }
.crumb a:hover { color: var(--gold-dark); }
.crumb i { font-style: normal; color: var(--gold); }
.crumb .cur { color: var(--gold-dark); }
.crumb.left { justify-content: flex-start; }

/* ================================================================ search bar */
.searchbar { position: relative; z-index: 40; }
.searchbar-inner {
  background: rgba(253, 246, 231, .97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}
.sb-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.sb-field { position: relative; flex: 1 1 320px; min-width: 240px; }
.sb-field svg {
  position: absolute; left: 18px; top: 50%; transform: translateY(-50%);
  width: 17px; height: 17px; stroke: var(--gold-deep); fill: none; stroke-width: 1.7; pointer-events: none;
}
.sb-field input {
  width: 100%; padding: 14px 44px 14px 46px;
  border: 1px solid var(--line); border-radius: 999px;
  background: #fff; color: var(--ink);
  font-family: var(--sans); font-size: .95rem; font-weight: 300;
  box-shadow: var(--shadow-sm); transition: .2s;
}
.sb-field input::placeholder { color: #bba88b; }
.sb-field input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(192,138,46,.14); }
.sb-clear {
  position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; border: 0; border-radius: 50%;
  background: var(--tan); color: var(--brown); cursor: pointer;
  display: none; place-items: center; font-size: .9rem; line-height: 1;
}
.sb-clear.show { display: grid; }

.sb-select {
  appearance: none; padding: 13px 40px 13px 18px; border-radius: 999px;
  border: 1px solid var(--line); background: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A9761F' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 15px center; background-size: 15px;
  font-family: var(--sans); font-size: .84rem; color: var(--brown);
  cursor: pointer; box-shadow: var(--shadow-sm);
}
.sb-select:focus { outline: none; border-color: var(--gold); }

.sb-count { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-left: auto; white-space: nowrap; }
.sb-count b { color: var(--gold-dark); font-weight: 600; }

.chips { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 13px; }
.chip {
  border: 1px solid var(--line); background: #fff; border-radius: 999px;
  padding: 7px 15px; cursor: pointer; transition: .18s;
  font-size: .78rem; color: var(--brown); line-height: 1.35;
}
.chip .h { display: block; font-family: var(--deva); font-size: .72rem; color: var(--muted); }
.chip:hover { border-color: var(--gold); color: var(--gold-dark); }
.chip.on { background: var(--foil); border-color: transparent; color: #3A2206; font-weight: 500; box-shadow: var(--shadow-gold); }
.chip.on .h { color: rgba(58,34,6,.75); }

@media (max-width: 720px) {
  .sb-count { margin-left: 0; width: 100%; }
  .sb-select { flex: 1 1 auto; }
}

/* ==================================================================== layout */
.section { padding: 58px 0 78px; }
.section.tight { padding: 44px 0 12px; }
.section-head { text-align: center; margin-bottom: 42px; }
.section-head h2 {
  font-family: var(--serif); font-weight: 600; color: var(--ink);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin: 14px 0 6px; line-height: 1.15;
}
.section-head .h2-hi { font-family: var(--deva); color: var(--gold-dark); font-size: 1.08rem; }
.section-head p { max-width: 660px; margin: 14px auto 0; color: var(--brown); }

.grid { display: grid; gap: 26px; grid-template-columns: repeat(auto-fill, minmax(272px, 1fr)); }

/* ============================================================== PRODUCT CARD */
.card {
  position: relative; display: flex; flex-direction: column; overflow: hidden;
  background: linear-gradient(180deg, #FFFDF7, #FFF9EE);
  border: 1px solid var(--line-soft); border-radius: var(--r);
  box-shadow: var(--shadow-sm);
  transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s ease;
}
.card::before {
  content: ""; position: absolute; inset: 0; border-radius: var(--r); z-index: 3;
  padding: 1px; pointer-events: none; opacity: 0; transition: opacity .3s;
  background: var(--foil);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.card:hover::before { opacity: 1; }

.card-media {
  position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden;
  background: linear-gradient(160deg, var(--panel), var(--tan));
}
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.3,1); }
.card:hover .card-media img { transform: scale(1.07); }
.card-media.loading::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, var(--panel) 30%, #fff 50%, var(--panel) 70%);
  background-size: 260% 100%; animation: shim 1.3s linear infinite;
}
@keyframes shim { to { background-position: -260% 0; } }

.badge-gal {
  position: absolute; right: 10px; bottom: 10px;
  background: rgba(26,15,0,.74); color: var(--gold-pale);
  border-radius: 999px; padding: 4px 10px;
  font-size: .67rem; letter-spacing: .1em; display: flex; align-items: center; gap: 5px;
}
.badge-gal svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 1.8; }

.card-body { padding: 17px 18px 4px; flex: 1 1 auto; display: flex; flex-direction: column; }
.card-cat {
  font-size: .63rem; letter-spacing: .13em; text-transform: uppercase;
  color: var(--gold-dark); font-weight: 500; line-height: 1.65; display: block; margin-bottom: 7px;
}
.card-body h3 { font-family: var(--serif); font-weight: 600; font-size: 1.18rem; color: var(--ink); margin: 0 0 3px; line-height: 1.28; }
.card:hover .card-body h3 a { color: var(--gold-dark); }
.card-body h3 a { transition: .18s; }
.card-body .name-hi { font-family: var(--deva); color: var(--gold-dark); font-size: .92rem; line-height: 1.55; margin: 0 0 9px; }
.card-desc {
  color: var(--brown-mid); font-size: .85rem; line-height: 1.7; margin: 0 0 12px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.card-price {
  margin: auto 0 0; padding: 11px 0 0; border-top: 1px dashed var(--line);
  font-family: var(--serif); font-style: italic; font-size: 1.02rem;
  color: var(--gold-dark); font-weight: 600;
  display: flex; align-items: baseline; justify-content: space-between; gap: 10px;
}
.card-price .sku { font-family: var(--sans); font-style: normal; font-size: .63rem; letter-spacing: .1em; color: var(--muted); font-weight: 400; }

.card-ctas { padding: 13px 18px 18px; display: grid; gap: 8px; }
.card-ctas .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  border-radius: 999px; padding: 11px 14px; cursor: pointer;
  font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; font-weight: 500;
  border: 1px solid var(--line); background: #fff; color: var(--brown);
  transition: .2s; white-space: nowrap;
}
.btn svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 1.7; flex: 0 0 auto; }
.btn:hover { border-color: var(--gold); color: var(--gold-dark); background: #FFFCF4; }
.btn.gold { background: var(--foil); color: #3A2206; border-color: transparent; font-weight: 600; box-shadow: var(--shadow-gold); }
.btn.gold:hover { color: #2C1900; transform: translateY(-1px); box-shadow: 0 12px 28px rgba(169,118,31,.42); }
.btn.wa { background: linear-gradient(135deg, #2FB457, #148F45); color: #fff; border-color: transparent; box-shadow: 0 5px 14px rgba(20,143,69,.26); }
.btn.wa:hover { background: linear-gradient(135deg, #35C560, #17A04D); color: #fff; transform: translateY(-1px); }
.btn.lg { padding: 14px 28px; font-size: .76rem; letter-spacing: .16em; }

/* empty + pager */
.empty { text-align: center; padding: 70px 20px; color: var(--muted); display: none; }
.empty.show { display: block; }
.empty h3 { font-family: var(--serif); font-size: 1.7rem; color: var(--ink); margin: 16px 0 6px; }
.empty .hi { font-family: var(--deva); }
.empty svg { width: 46px; height: 46px; stroke: var(--gold); fill: none; stroke-width: 1.3; margin-inline: auto; }

.more-wrap { text-align: center; margin-top: 44px; }
.btn-more {
  border: 1px solid var(--gold); background: transparent; color: var(--gold-dark);
  border-radius: 999px; padding: 13px 34px; cursor: pointer;
  font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; transition: .22s;
}
.btn-more:hover { background: var(--foil); border-color: transparent; color: #3A2206; }

/* ============================================================ CATEGORY TILES */
.col-grid { display: grid; gap: 24px; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.col-grid.compact { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; }

.col-card {
  position: relative; display: block; border-radius: var(--r); overflow: hidden;
  background: #fff; border: 1px solid var(--line-soft); box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease;
}
.col-card::before {
  content: ""; position: absolute; inset: 0; border-radius: var(--r); z-index: 4;
  padding: 1px; pointer-events: none; opacity: 0; transition: opacity .3s;
  background: var(--foil);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.col-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.col-card:hover::before { opacity: 1; }

.col-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--panel); }
.col-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.3,1); }
.col-card:hover .col-media img { transform: scale(1.08); }
.col-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 36%, rgba(26,15,0,.8)); }

.col-count {
  position: absolute; right: 14px; top: 14px; z-index: 2;
  background: rgba(255,255,255,.95); color: var(--gold-dark);
  border-radius: 999px; padding: 5px 13px;
  font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 500;
}
.col-tag { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2; color: #fff; }
.col-tag .en { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; line-height: 1.18; display: block; }
.col-tag .hi { font-family: var(--deva); color: var(--gold-light); font-size: .92rem; display: block; }
.col-body { padding: 18px 20px 20px; }
.col-body p { margin: 0; color: var(--brown); font-size: .89rem; line-height: 1.75; }
.col-body p.hi { color: var(--brown-mid); font-size: .85rem; margin-top: 8px; }
.col-go {
  margin-top: 15px; display: inline-flex; align-items: center; gap: 8px;
  font-size: .71rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-dark); font-weight: 500;
}
.col-go svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.8; transition: transform .25s; }
.col-card:hover .col-go svg { transform: translateX(5px); }

/* =============================================================== PRODUCT PAGE */
.pdp { padding: 46px 0 18px; }
.pdp-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: start; }

.pdp-stage {
  position: relative; border-radius: var(--r); overflow: hidden; cursor: zoom-in;
  background: linear-gradient(160deg, var(--panel), var(--tan));
  border: 1px solid var(--line); box-shadow: var(--shadow-md);
  aspect-ratio: 1 / 1;
}
.pdp-stage img { width: 100%; height: 100%; object-fit: cover; }
.pdp-stage .zoom-hint {
  position: absolute; left: 14px; bottom: 14px;
  background: rgba(26,15,0,.7); color: var(--gold-pale);
  border-radius: 999px; padding: 6px 13px;
  font-size: .65rem; letter-spacing: .12em; text-transform: uppercase;
  display: flex; align-items: center; gap: 6px;
}
.pdp-stage .zoom-hint svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.pdp-thumbs { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.pdp-thumbs button {
  width: 74px; height: 74px; border-radius: var(--r-sm); overflow: hidden; padding: 0;
  border: 2px solid transparent; cursor: pointer; background: var(--panel); transition: .2s;
}
.pdp-thumbs button:hover { border-color: var(--gold-light); }
.pdp-thumbs button.on { border-color: var(--gold); box-shadow: 0 4px 12px rgba(169,118,31,.28); }
.pdp-thumbs img { width: 100%; height: 100%; object-fit: cover; }

.pdp-cat { font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-dark); font-weight: 500; line-height: 1.7; }
.pdp h1 {
  font-family: var(--serif); font-weight: 600; color: var(--ink);
  font-size: clamp(1.8rem, 3.2vw, 2.6rem); line-height: 1.18; margin: 10px 0 6px;
}
.pdp .name-hi { font-family: var(--deva); color: var(--gold-dark); font-size: 1.2rem; margin: 0 0 20px; line-height: 1.6; }

.pdp-price {
  background: linear-gradient(135deg, rgba(224,188,114,.26), rgba(243,230,201,.6));
  border: 1px solid var(--line); border-left: 3px solid var(--gold);
  border-radius: var(--r-sm); padding: 15px 18px; margin: 0 0 22px;
}
.pdp-price strong {
  display: block; font-family: var(--serif); font-style: italic;
  font-size: 1.3rem; color: var(--gold-dark); font-weight: 600; line-height: 1.3;
}
.pdp-price span { display: block; font-family: var(--deva); font-size: .88rem; color: var(--brown-mid); margin-top: 3px; }

.pdp-lede { color: var(--brown); font-size: .98rem; line-height: 1.85; margin: 0 0 12px; }
.pdp-lede-hi { color: var(--brown-mid); font-family: var(--deva); font-size: .92rem; line-height: 1.95; margin: 0 0 24px; }

.pdp-ctas { display: grid; gap: 10px; margin-bottom: 26px; }
.pdp-ctas .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pdp-ctas .btn { padding: 14px 18px; font-size: .74rem; }

.pdp-spec { border-top: 1px solid var(--line); margin: 0; }
.pdp-spec div { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line-soft); font-size: .88rem; }
.pdp-spec dt { color: var(--muted); letter-spacing: .1em; text-transform: uppercase; font-size: .67rem; padding-top: 3px; flex: 0 0 auto; }
.pdp-spec dd { margin: 0; color: var(--ink); text-align: right; }
.pdp-spec dd .h { font-family: var(--deva); color: var(--gold-dark); display: block; font-size: .84rem; }

.pdp-share { display: flex; align-items: center; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.pdp-share span { font-size: .67rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.pdp-share a {
  width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--line); color: var(--brown); transition: .2s; background: #fff;
}
.pdp-share a:hover { background: var(--foil); border-color: transparent; color: #3A2206; }
.pdp-share svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.7; }

.pdp-detail { padding: 18px 0 66px; }
.pdp-detail-inner {
  background: linear-gradient(180deg, #FFFDF7, #FFF9EE);
  border: 1px solid var(--line-soft); border-radius: var(--r);
  padding: 40px 44px; box-shadow: var(--shadow-sm);
}
.pdp-detail h2 { font-family: var(--serif); font-size: 1.7rem; color: var(--ink); font-weight: 600; margin: 0 0 4px; }
.pdp-detail .h2-hi { font-family: var(--deva); color: var(--gold-dark); font-size: .98rem; margin: 0 0 22px; }
.pdp-detail p { color: var(--brown); line-height: 1.9; margin: 0 0 14px; }
.pdp-detail p.hi { font-family: var(--deva); color: var(--brown-mid); }
.pdp-detail ul { margin: 6px 0 20px; padding-left: 0; list-style: none; display: grid; gap: 9px; }
.pdp-detail li { position: relative; padding-left: 26px; color: var(--brown); line-height: 1.7; }
.pdp-detail li::before {
  content: ""; position: absolute; left: 6px; top: 10px;
  width: 7px; height: 7px; transform: rotate(45deg);
  border: 1px solid var(--gold); background: var(--gold-pale);
}
.pdp-detail li .h { display: block; font-family: var(--deva); color: var(--brown-mid); font-size: .9rem; margin-top: 2px; }

@media (max-width: 900px) {
  .pdp-grid { grid-template-columns: 1fr; gap: 30px; }
  .pdp-detail-inner { padding: 28px 22px; }
}

/* ===================================================================== bands */
.band {
  background:
    radial-gradient(900px 400px at 50% 0%, rgba(224,188,114,.34), transparent 65%),
    var(--panel);
  border-block: 1px solid var(--line); padding: 62px 0; text-align: center;
}
.band h2 { font-family: var(--serif); font-size: clamp(1.7rem, 3.4vw, 2.5rem); color: var(--ink); margin: 14px 0 6px; font-weight: 600; }
.band .hi { font-family: var(--deva); color: var(--gold-dark); }
.band p { max-width: 640px; margin: 14px auto 26px; color: var(--brown); }
.band-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.band-ctas .btn { flex: 0 0 auto; }
.band.dark { background: linear-gradient(180deg, var(--ink), #2A1804); border-color: rgba(224,188,114,.2); }
.band.dark h2 { color: #fff; }
.band.dark p { color: rgba(240,223,182,.78); }
.band.dark .hi { color: var(--gold-light); }

.trust { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.trust div {
  background: linear-gradient(180deg, #FFFDF7, #FFF9EE);
  border: 1px solid var(--line-soft); border-radius: var(--r);
  padding: 26px 22px; text-align: center; box-shadow: var(--shadow-sm);
}
.trust svg { width: 30px; height: 30px; stroke: var(--gold); fill: none; stroke-width: 1.4; margin: 0 auto 12px; }
.trust h4 { font-family: var(--serif); font-size: 1.15rem; margin: 0 0 4px; color: var(--ink); font-weight: 600; }
.trust p { margin: 0; font-size: .84rem; color: var(--brown); }
.trust p.hi { font-family: var(--deva); color: var(--brown-mid); font-size: .8rem; margin-top: 4px; }

/* ==================================================================== footer */
.jdg-foot { background: var(--ink); color: rgba(240,223,182,.72); padding: 56px 0 26px; font-size: .88rem; }
.jdg-foot a:hover { color: var(--gold-light); }
.foot-grid { display: grid; gap: 34px; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; }
.foot-grid h5 { font-size: .71rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-light); margin: 0 0 16px; font-weight: 500; }
.foot-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.foot-grid li { line-height: 1.5; }
.foot-brand .txt { font-family: var(--serif); font-size: 1.4rem; color: #fff; }
.foot-brand p { margin: 12px 0 0; line-height: 1.75; max-width: 300px; }
.foot-brand p.hi { font-family: var(--deva); color: rgba(240,223,182,.55); margin-top: 8px; }
.foot-bot {
  margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(224,188,114,.16);
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  font-size: .78rem; color: rgba(240,223,182,.5);
}
@media (max-width: 880px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } }

/* =============================================================== float button */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 90;
  display: inline-flex; align-items: center; gap: 9px;
  background: linear-gradient(135deg, #2FB457, #148F45); color: #fff;
  border-radius: 999px; padding: 13px 20px;
  font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 500;
  box-shadow: 0 12px 30px rgba(20,143,69,.36); transition: .24s;
}
.wa-float:hover { transform: translateY(-2px) scale(1.02); color: #fff; }
.wa-float svg { width: 17px; height: 17px; stroke: currentColor; fill: none; stroke-width: 1.8; }

/* full-screen photo viewer (product page) */
.zoom { position: fixed; inset: 0; z-index: 200; display: none; background: rgba(20,11,0,.94); backdrop-filter: blur(6px); }
.zoom.open { display: grid; place-items: center; }
.zoom img { max-width: 94vw; max-height: 90vh; object-fit: contain; border-radius: 8px; }
.zoom-close {
  position: fixed; top: 20px; right: 22px; width: 42px; height: 42px; border-radius: 50%;
  border: 0; cursor: pointer; background: rgba(255,255,255,.94); color: var(--ink);
  font-size: 1.2rem; display: grid; place-items: center; transition: .2s;
}
.zoom-close:hover { background: var(--gold); color: #fff; transform: rotate(90deg); }

/* reveal on scroll */
.rv { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.rv.in { opacity: 1; transform: none; }

@media (max-width: 560px) {
  .jdg-top { font-size: .6rem; letter-spacing: .1em; padding: 7px 12px; }
  .jdg-top .lang-hi { display: none; }
  .jdg-head .wrap { min-height: 64px; gap: 12px; }
  .jdg-logo .txt { font-size: 1.06rem; }
  .grid { grid-template-columns: repeat(auto-fill, minmax(165px, 1fr)); gap: 14px; }
  .col-grid, .col-grid.compact { grid-template-columns: 1fr; }
  .card-body { padding: 13px 13px 4px; }
  .card-body h3 { font-size: 1rem; }
  .card-body .name-hi { font-size: .82rem; }
  .card-cat { font-size: .57rem; }
  .card-desc { display: none; }
  .card-price { font-size: .88rem; flex-direction: column; align-items: flex-start; gap: 2px; }
  .card-ctas { padding: 11px 13px 14px; gap: 6px; }
  .card-ctas .row2 { gap: 6px; }
  .btn { padding: 10px 8px; font-size: .62rem; letter-spacing: .05em; }
  .btn svg { width: 12px; height: 12px; }
  .pdp-thumbs button { width: 58px; height: 58px; }
  .wa-float span { display: none; }
  .wa-float { padding: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
/* ==========================================================================
   v2 — brown chrome, bilingual navbar with mega-menu, top search,
        epic hero, category-wise home sections
   ========================================================================== */

:root {
  --bar:      #33200A;
  --bar-2:    #241503;
  --bar-line: rgba(224, 188, 114, .22);
}

/* ---------------------------------------------------- WhatsApp → brown/gold */
.btn.wa {
  background: linear-gradient(135deg, #7A5326, #3D1F00 70%);
  color: var(--gold-pale);
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(61, 31, 0, .3);
}
.btn.wa:hover {
  background: linear-gradient(135deg, #8E6330, #4E2A05 70%);
  color: #FFF4DC; transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(61, 31, 0, .4);
}
.wa-float {
  background: linear-gradient(135deg, #7A5326, #2E1700 70%);
  color: var(--gold-pale);
  box-shadow: 0 14px 34px rgba(38, 20, 0, .45);
  border: 1px solid rgba(224, 188, 114, .3);
}
.wa-float:hover { color: #FFF4DC; }

/* ================================================================ HEADER v2 */
.jdg-head { background: none; backdrop-filter: none; border-bottom: 0; }
.jdg-head::after { display: none; }

.head-main {
  background: rgba(243, 230, 201, .96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.head-main .wrap { display: flex; align-items: center; gap: 22px; min-height: 76px; }

/* top search */
.nav-search { position: relative; flex: 1 1 300px; max-width: 460px; margin-inline: auto; }
.nav-search svg {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  width: 16px; height: 16px; stroke: var(--gold-deep); fill: none; stroke-width: 1.8; pointer-events: none;
}
.nav-search input {
  width: 100%; padding: 11px 16px 11px 42px;
  border: 1px solid var(--line); border-radius: 999px;
  background: #fff; color: var(--ink);
  font-family: var(--sans); font-size: .88rem; font-weight: 300;
  box-shadow: var(--shadow-sm); transition: .2s;
}
.nav-search input::placeholder { color: #bba88b; }
.nav-search input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(192,138,46,.14); }

/* brown navigation bar */
.head-nav {
  background: linear-gradient(180deg, var(--bar), var(--bar-2));
  border-bottom: 1px solid var(--bar-line);
  box-shadow: 0 6px 22px rgba(38, 20, 0, .22);
}
.head-nav::after {
  content: ""; display: block; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-light), var(--gold), var(--gold-light), transparent);
  opacity: .55;
}
.head-nav .wrap { display: flex; align-items: stretch; }

.jdg-nav { display: flex; align-items: stretch; gap: 2px; width: 100%; }
.jdg-nav > a, .has-menu > a {
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  gap: 1px; padding: 11px 15px; text-align: center;
  font-size: .72rem; letter-spacing: .13em; text-transform: uppercase;
  color: var(--gold-pale); font-weight: 400; white-space: nowrap;
  border-bottom: 2px solid transparent; transition: .2s; position: relative;
}
.jdg-nav > a .h, .has-menu > a .h {
  font-family: var(--deva); font-size: .74rem; letter-spacing: 0;
  text-transform: none; color: rgba(224, 188, 114, .72); font-weight: 400;
}
.jdg-nav > a:hover, .has-menu:hover > a {
  color: #FFF4DC; background: rgba(224, 188, 114, .1); border-bottom-color: var(--gold);
}
.jdg-nav > a:hover .h, .has-menu:hover > a .h { color: var(--gold-light); }
.jdg-nav > a.on, .has-menu > a.on {
  color: #FFF0CE; border-bottom-color: var(--gold-light);
  background: rgba(224, 188, 114, .13);
}
.jdg-nav > a.on .h, .has-menu > a.on .h { color: var(--gold-light); }

.has-menu { position: relative; display: flex; }
.has-menu > a { padding-right: 24px; }
.has-menu > a::after {
  content: "\25BE"; font-size: .6rem; position: absolute; right: 7px; top: 50%;
  transform: translateY(-50%); opacity: .75;
}

/* mega menu */
.mega {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px);
  width: min(780px, 92vw); z-index: 70;
  background: rgba(253, 246, 231, .99); backdrop-filter: blur(12px);
  border: 1px solid var(--line); border-top: 2px solid var(--gold);
  border-radius: 0 0 var(--r) var(--r);
  box-shadow: var(--shadow-lg);
  padding: 16px; display: grid; gap: 6px; grid-template-columns: 1fr 1fr;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .22s ease, transform .22s ease, visibility .22s;
}
.has-menu:hover .mega, .has-menu:focus-within .mega {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
.mega a {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; border-radius: var(--r-sm); transition: .18s;
  border: 1px solid transparent;
}
.mega a:hover { background: rgba(192,138,46,.09); border-color: var(--line-soft); }
.mega a span.t { display: block; min-width: 0; }
.mega a b {
  display: block; font-family: var(--serif); font-size: 1.02rem; font-weight: 600;
  color: var(--ink); line-height: 1.25; letter-spacing: 0; text-transform: none;
}
.mega a .h { display: block; font-family: var(--deva); font-size: .82rem; color: var(--gold-dark); }
.mega a i {
  margin-left: auto; font-style: normal; flex: 0 0 auto;
  background: var(--panel); color: var(--gold-dark); border-radius: 999px;
  padding: 3px 10px; font-size: .66rem; letter-spacing: .08em; font-weight: 500;
}
.mega a:hover i { background: var(--foil); color: #3A2206; }
.mega .mega-all {
  grid-column: 1 / -1; justify-content: center; margin-top: 4px;
  background: var(--foil); color: #3A2206; font-weight: 600;
  font-size: .72rem; letter-spacing: .16em; text-transform: uppercase;
}
.mega .mega-all:hover { background: var(--foil); border-color: transparent; color: #2C1900; }

.head-main .jdg-cta { margin-left: 0; flex: 0 0 auto; }

@media (max-width: 1100px) {
  .head-nav { display: none; }
  .head-nav.open { display: block; }
  .jdg-nav { flex-direction: column; align-items: stretch; gap: 0; padding: 6px 0 14px; }
  .jdg-nav > a, .has-menu > a {
    flex-direction: row; justify-content: flex-start; gap: 10px; text-align: left;
    padding: 12px 6px; border-bottom: 1px solid rgba(224,188,114,.13);
  }
  .has-menu { flex-direction: column; }
  .has-menu > a::after { right: 8px; }
  .mega {
    position: static; transform: none; width: 100%; opacity: 1; visibility: visible;
    pointer-events: auto; background: rgba(255,255,255,.05); border: 0; border-radius: 0;
    box-shadow: none; padding: 4px 0 8px; grid-template-columns: 1fr; backdrop-filter: none;
    max-height: 0; overflow: hidden; transition: max-height .3s ease;
  }
  .has-menu.open .mega { max-height: 760px; }
  .mega a b { color: var(--gold-pale); }
  .mega a .h { color: rgba(224,188,114,.75); }
  .mega a i { background: rgba(224,188,114,.16); color: var(--gold-light); }
  .mega a:hover { background: rgba(224,188,114,.1); }
  .head-main .wrap { flex-wrap: wrap; gap: 12px; min-height: 64px; }
  .nav-search { order: 3; flex: 1 1 100%; max-width: none; margin: 0 0 12px; }
  .head-main .jdg-cta { margin-left: auto; }
}

/* ============================================== brown filter / search band */
.searchbar-inner {
  background: linear-gradient(180deg, var(--bar), var(--bar-2));
  border-top: 1px solid var(--bar-line);
  border-bottom: 1px solid var(--bar-line);
  backdrop-filter: none;
}
.sb-count { color: rgba(224, 188, 114, .72); }
.sb-count b { color: var(--gold-light); }
.sb-field input, .sb-select {
  border-color: rgba(224, 188, 114, .3);
  box-shadow: 0 3px 12px rgba(20, 11, 0, .28);
}
.chip {
  background: rgba(255, 253, 247, .1); border-color: rgba(224, 188, 114, .28);
  color: var(--gold-pale);
}
.chip .h { color: rgba(224, 188, 114, .68); }
.chip:hover { background: rgba(224, 188, 114, .18); border-color: var(--gold-light); color: #FFF4DC; }
.chip.on { background: var(--foil); border-color: transparent; color: #3A2206; }
.chip.on .h { color: rgba(58, 34, 6, .75); }

/* ================================================================ EPIC HERO */
.hero.epic {
  background:
    radial-gradient(760px 420px at 50% 6%,  rgba(224,188,114,.30), transparent 66%),
    radial-gradient(620px 460px at 12% 96%, rgba(192,138,46,.20), transparent 66%),
    radial-gradient(620px 460px at 88% 92%, rgba(192,138,46,.16), transparent 66%),
    linear-gradient(170deg, #2E1B04 0%, #1A0F00 46%, #241503 100%);
  border-bottom: 0; padding: 96px 0 88px;
}
.hero.epic::before, .hero.epic::after { display: none; }

.hero.epic .lattice {
  position: absolute; inset: 0; pointer-events: none; opacity: .3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23C08A2E' stroke-width='.7' opacity='.55'%3E%3Cpath d='M32 4 60 32 32 60 4 32Z'/%3E%3Ccircle cx='32' cy='32' r='7'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(circle at 50% 42%, #000 0%, transparent 74%);
  mask-image: radial-gradient(circle at 50% 42%, #000 0%, transparent 74%);
}
.hero.epic .glow {
  position: absolute; left: 50%; top: -180px; width: 900px; height: 560px;
  transform: translateX(-50%); pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(247,231,190,.26), transparent 62%);
  filter: blur(8px);
}

.hero.epic .eyebrow { color: var(--gold-light); }
.hero.epic .orn::before, .hero.epic .orn::after {
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
  max-width: 190px;
}
.hero.epic .orn i { border-color: var(--gold-light); background: rgba(224,188,114,.35); }

.hero.epic h1 {
  color: #FFF6E4; font-size: clamp(2.7rem, 7vw, 5.4rem);
  text-shadow: 0 2px 40px rgba(224,188,114,.24);
  margin: 22px 0 10px;
}
.hero.epic h1 em {
  background: linear-gradient(105deg, #B8811F 0%, #E3C071 18%, #FFF3D2 34%, #E3C071 48%, #B8811F 62%, #F3DFAC 82%, #C89A3C 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: foilrun 7s linear infinite;
}
@keyframes foilrun { to { background-position: -220% 0; } }

.hero.epic .sub-hi { color: var(--gold-light); font-size: clamp(1.25rem, 2.9vw, 2rem); }
.hero.epic .shloka {
  font-family: var(--deva); color: rgba(240, 223, 182, .6);
  font-size: .95rem; letter-spacing: .04em; margin: 16px 0 0; font-style: italic;
}
.hero.epic p.lede { color: rgba(240, 223, 182, .82); }
.hero.epic p.lede-hi { color: rgba(224, 188, 114, .66); }

.hero.epic .hero-stats span {
  background: rgba(224, 188, 114, .09); border-color: rgba(224, 188, 114, .34);
  color: rgba(240, 223, 182, .84); box-shadow: none;
}
.hero.epic .hero-stats span b { color: var(--gold-light); }

.hero-search { max-width: 620px; margin: 34px auto 0; }
.hs-field { position: relative; }
.hs-field svg {
  position: absolute; left: 22px; top: 50%; transform: translateY(-50%);
  width: 19px; height: 19px; stroke: var(--gold-deep); fill: none; stroke-width: 1.8; pointer-events: none;
}
.hero-search input {
  width: 100%; padding: 18px 22px 18px 54px;
  border: 1px solid rgba(224, 188, 114, .45); border-radius: 999px;
  background: rgba(255, 253, 247, .97); color: var(--ink);
  font-family: var(--sans); font-size: 1rem; font-weight: 300;
  box-shadow: 0 14px 40px rgba(20, 11, 0, .38);
}
.hero-search input::placeholder { color: #b09b7d; }
.hero-search input:focus {
  outline: none; border-color: var(--gold-light);
  box-shadow: 0 0 0 4px rgba(224,188,114,.22), 0 14px 40px rgba(20,11,0,.38);
}
.hero-search .hint {
  display: block; margin-top: 12px; font-size: .71rem; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(224, 188, 114, .58);
}

.hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }
.hero.epic .btn { border-color: rgba(224,188,114,.4); background: rgba(255,253,247,.07); color: var(--gold-pale); }
.hero.epic .btn:hover { background: rgba(224,188,114,.16); color: #FFF4DC; border-color: var(--gold-light); }
.hero.epic .btn.gold { background: var(--foil); color: #3A2206; border-color: transparent; }
.hero.epic .btn.gold:hover { color: #2C1900; }

/* ================================================= home: category-wise rows */
.cat-row { padding: 58px 0 6px; }
.cat-row + .cat-row { padding-top: 34px; }
.cat-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 20px; flex-wrap: wrap; margin-bottom: 26px;
  padding-bottom: 16px; border-bottom: 1px solid var(--line);
}
.cat-head h2 {
  font-family: var(--serif); font-weight: 600; color: var(--ink);
  font-size: clamp(1.5rem, 2.8vw, 2.1rem); margin: 0; line-height: 1.2;
}
.cat-head .h { font-family: var(--deva); color: var(--gold-dark); font-size: 1rem; display: block; }
.cat-head .n {
  font-size: .67rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); display: block; margin-bottom: 5px;
}
.cat-head .go {
  display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto;
  border: 1px solid var(--gold); border-radius: 999px; padding: 10px 22px;
  font-size: .71rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold-dark); font-weight: 500; transition: .22s;
}
.cat-head .go svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.8; transition: transform .25s; }
.cat-head .go:hover { background: var(--foil); border-color: transparent; color: #3A2206; }
.cat-head .go:hover svg { transform: translateX(4px); }

.grid.row4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1080px) { .grid.row4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

#searchresults { display: none; }
body.searching #searchresults { display: block; }
body.searching #catrows { display: none; }

@media (max-width: 560px) {
  .hero.epic { padding: 62px 0 56px; }
  .hero-search input { padding: 15px 18px 15px 48px; font-size: .92rem; }
  .cat-head { margin-bottom: 18px; }
  .cat-head .go { padding: 9px 16px; font-size: .63rem; }
}

/* ==========================================================================
   v3 — SKU under the title, richer description block, tag chips
   ========================================================================== */

/* ------------------------------------------------- SKU line under the name */
.pdp-sku {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  margin: 0 0 20px;
}
.pdp-sku .code {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, rgba(224,188,114,.24), rgba(243,230,201,.55));
  border: 1px solid var(--line); border-radius: 999px;
  padding: 6px 15px;
  font-size: .76rem; letter-spacing: .14em; font-weight: 500; color: var(--gold-dark);
}
.pdp-sku .code b { font-weight: 600; letter-spacing: .1em; color: var(--ink); }
.pdp-sku .code svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.pdp-sku .views {
  font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted);
}

/* SKU on the card, right under the Hindi name */
.card-sku {
  display: inline-block; margin: 0 0 9px;
  font-size: .64rem; letter-spacing: .14em; font-weight: 500;
  color: var(--gold-dark);
  background: rgba(192,138,46,.1); border: 1px solid var(--line-soft);
  border-radius: 999px; padding: 3px 10px;
}

/* ---------------------------------------------------------------- tag chips */
.tags { display: flex; gap: 8px; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }
.tags a {
  display: inline-flex; align-items: baseline; gap: 6px;
  border: 1px solid var(--line); border-radius: 999px;
  background: linear-gradient(180deg, #FFFDF7, #FBF3E2);
  padding: 6px 14px; transition: .18s;
  font-size: .74rem; color: var(--brown); line-height: 1.4;
}
.tags a .h { font-family: var(--deva); font-size: .72rem; color: var(--muted); }
.tags a:hover {
  border-color: var(--gold); background: var(--foil); color: #3A2206;
  box-shadow: var(--shadow-gold); transform: translateY(-1px);
}
.tags a:hover .h { color: rgba(58,34,6,.75); }

.pdp-tags { margin: 22px 0 4px; }
.pdp-tags .lbl {
  display: block; margin-bottom: 10px;
  font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted);
}

/* ------------------------------------------------- richer description block */
.pdp-detail-inner { padding: 44px 48px; }
.pdp-detail h2 { font-size: 1.85rem; }

.pdp-detail .dl-lead {
  font-size: 1.06rem; line-height: 1.85; color: var(--ink-soft);
  padding-left: 20px; border-left: 3px solid var(--gold);
  margin: 0 0 8px;
}
.pdp-detail .dl-lead-hi {
  font-family: var(--deva); font-size: .96rem; line-height: 1.95; color: var(--brown-mid);
  padding-left: 20px; border-left: 3px solid var(--line);
  margin: 0 0 26px;
}

.dl-split { display: grid; gap: 30px; grid-template-columns: 1fr 1fr; margin: 26px 0 6px; }
.dl-split h3 {
  font-family: var(--serif); font-size: 1.22rem; font-weight: 600; color: var(--ink);
  margin: 0 0 3px; display: flex; align-items: center; gap: 9px;
}
.dl-split h3 svg { width: 17px; height: 17px; stroke: var(--gold-deep); fill: none; stroke-width: 1.6; flex: 0 0 auto; }
.dl-split .h3-hi { font-family: var(--deva); color: var(--gold-dark); font-size: .88rem; margin: 0 0 12px; }
@media (max-width: 780px) { .dl-split { grid-template-columns: 1fr; gap: 22px; } }

.pdp-detail .note {
  margin-top: 26px; padding: 16px 20px;
  background: linear-gradient(135deg, rgba(224,188,114,.16), rgba(243,230,201,.42));
  border: 1px solid var(--line); border-radius: var(--r-sm);
}
.pdp-detail .note strong { color: var(--gold-dark); font-family: var(--serif); font-style: italic; font-size: 1.06rem; }
.pdp-detail .note p { margin: 4px 0 0; font-size: .9rem; }
.pdp-detail .note p.hi { margin-top: 2px; }

@media (max-width: 560px) {
  .pdp-detail-inner { padding: 26px 20px; }
  .card-desc { display: -webkit-box; -webkit-line-clamp: 2; }
  .card-sku { font-size: .58rem; padding: 2px 8px; }
  .tags a { font-size: .68rem; padding: 5px 11px; }
}

/* ==========================================================================
   v4 — heavier, more readable text everywhere
   ========================================================================== */

body { font-weight: 400; color: #3A1E00; }

/* leads & body copy */
.hero p.lede            { font-weight: 400; }
.hero p.lede-hi         { font-weight: 400; }
.hero.epic p.lede       { color: rgba(245,232,205,.92); font-weight: 400; }
.hero.epic p.lede-hi    { color: rgba(232,200,134,.85); font-weight: 400; }
.hero.epic .shloka      { color: rgba(240,223,182,.78); }
.hero-search .hint      { color: rgba(232,200,134,.78); font-weight: 500; }

.section-head p         { font-weight: 400; color: #55370F; }
.band p                 { font-weight: 400; color: #55370F; }
.band.dark p            { color: rgba(245,232,205,.9); }

/* collection tiles */
.col-body p             { font-weight: 400; color: #55370F; }
.col-body p.hi          { font-weight: 400; color: #6B4A22; }
.col-go                 { font-weight: 600; }

/* product cards */
.card-cat               { font-weight: 600; color: #7A5214; }
.card-body h3           { font-weight: 700; }
.card-body .name-hi     { font-weight: 500; color: #7A5214; }
.card-desc              { font-weight: 400; color: #55370F; }
.card-price             { font-weight: 700; color: #7A5214; }
.card-sku               { font-weight: 600; color: #7A5214; }
.card-meta              { font-weight: 500; }

/* buttons & chips */
.btn                    { font-weight: 600; }
.btn.gold, .btn.wa      { font-weight: 700; }
.btn-more               { font-weight: 600; }
.chip                   { font-weight: 500; }
.chip.on                { font-weight: 700; }
.tags a                 { font-weight: 600; }
.hero-stats span        { font-weight: 500; }
.hero-stats span b      { font-weight: 700; }
.sb-count               { font-weight: 500; }
.sb-field input, .sb-select, .nav-search input { font-weight: 500; }
.crumb                  { font-weight: 500; }
.eyebrow                { font-weight: 600; }

/* product page */
.pdp-cat                { font-weight: 600; color: #7A5214; }
.pdp h1                 { font-weight: 700; }
.pdp .name-hi           { font-weight: 500; }
.pdp-lede               { font-weight: 400; color: #4A2E06; }
.pdp-lede-hi            { font-weight: 400; color: #6B4A22; }
.pdp-price strong       { font-weight: 700; }
.pdp-price span         { font-weight: 500; color: #6B4A22; }
.pdp-spec dt            { font-weight: 600; }
.pdp-spec dd            { font-weight: 500; }
.pdp-sku .code          { font-weight: 600; }
.pdp-tags .lbl          { font-weight: 600; }

/* description block */
.pdp-detail h2          { font-weight: 700; }
.pdp-detail .h2-hi      { font-weight: 500; }
.pdp-detail .dl-lead    { font-weight: 500; color: #3A1E00; }
.pdp-detail .dl-lead-hi { font-weight: 400; color: #55370F; }
.pdp-detail p           { font-weight: 400; color: #4A2E06; }
.pdp-detail p.hi        { font-weight: 400; color: #6B4A22; }
.pdp-detail li          { font-weight: 500; color: #4A2E06; }
.pdp-detail li .h       { font-weight: 400; color: #6B4A22; }
.dl-split h3            { font-weight: 700; }
.dl-split .h3-hi        { font-weight: 500; }
.pdp-detail .note p     { font-weight: 500; }

/* category rows on the home page */
.cat-head h2            { font-weight: 700; }
.cat-head .h            { font-weight: 500; }
.cat-head .n            { font-weight: 600; }
.cat-head .go           { font-weight: 700; }

/* trust cards + footer */
.trust h4               { font-weight: 700; }
.trust p                { font-weight: 400; color: #55370F; }
.trust p.hi             { font-weight: 400; }
.jdg-foot               { font-weight: 400; color: rgba(245,232,205,.86); }
.foot-grid h5           { font-weight: 700; }
.foot-brand p           { color: rgba(245,232,205,.82); }
.foot-brand p.hi        { color: rgba(232,200,134,.72); }
.foot-bot               { color: rgba(232,200,134,.66); }

.jdg-top                { font-weight: 500; }
.badge-gal              { font-weight: 600; }
.col-count              { font-weight: 700; }
.empty h3               { font-weight: 700; }
.empty p                { font-weight: 400; color: #6B4A22; }

/* size chip next to the SKU chip */
.card-sku{margin-right:6px}
.card-size{background:rgba(122,82,20,.12);border-color:rgba(122,82,20,.22);color:#5C3D1E}
.pdp-sku .size{
  display:inline-flex;align-items:center;gap:7px;
  background:rgba(122,82,20,.1);border:1px solid var(--line);border-radius:999px;
  padding:6px 15px;font-size:.76rem;letter-spacing:.1em;font-weight:600;color:var(--brown);
}
.pdp-sku .size b{font-weight:700;color:var(--ink)}

/* ==========================================================================
   v5 — phone
   Fixes found by measuring a real 375 x 812 viewport:
     · navbar was 72px tall but body only offset 66px  (6px of content hidden)
     · product grid collapsed to ONE column (165px min + 14px gap > 343px)
     · card buttons rendered at 9.9px text and 38px tall (too small to tap)
     · inputs under 16px make iOS Safari zoom in on focus
     · search row stacked into three full-width rows (142px tall)
   ========================================================================== */

html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

/* every tappable thing gets a real target */
.btn { min-height: 44px; }
.btn-more { min-height: 46px; }
.chip { min-height: 38px; display: inline-flex; flex-direction: column; justify-content: center; }
.cat-head .go, .col-go { min-height: 40px; }
.icon-btn { width: 38px; height: 38px; }

/* iOS zooms the page when a focused input is under 16px */
@media (max-width: 900px) {
  .sb-field input, .nav-search input, .hero-search input,
  .sov-input, .signin-field input, .sb-select { font-size: 16px; }
}

/* ------------------------------------------------------------- tablet-ish */
@media (max-width: 900px) {
  .section { padding: 44px 0 56px; }
  .section.tight { padding: 34px 0 8px; }
  .band { padding: 46px 0; }
  .cat-row { padding: 40px 0 4px; }
  .cat-row + .cat-row { padding-top: 24px; }
  .hero { padding: 60px 0 52px; }
  .hero.compact { padding: 40px 0 34px; }
  .hero.epic { padding: 66px 0 58px; }
}

/* =================================================================== PHONE */
@media (max-width: 560px) {

  /* --- fixed navbar and the page offset must match exactly --- */
  .jeg-nav-root nav { height: 64px; padding: 0 16px; }
  .jeg-nav-root nav.sc { height: 60px; }
  body { padding-top: 64px; }
  .nav-logo img { height: 34px; }
  .jeg-nav-root nav.sc .nav-logo img { height: 30px; }
  .nav-logo { gap: 8px; }
  .nav-r { gap: 5px; }

  /* --- two real columns instead of one --- */
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .grid.row4 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }

  .card { border-radius: 13px; }
  .card-body { padding: 12px 12px 4px; }
  .card-cat { font-size: .6rem; letter-spacing: .09em; margin-bottom: 5px; }
  .card-body h3 { font-size: .97rem; line-height: 1.25; }
  .card-body .name-hi { font-size: .79rem; margin-bottom: 7px; }
  .card-sku { font-size: .59rem; padding: 2px 8px; letter-spacing: .08em; }
  .card-price { font-size: .84rem; padding-top: 9px; }

  /* one readable, full-width action per row — "Contact Us" still lives on the
     product page, in the footer and in the navbar */
  .card-ctas { padding: 10px 12px 13px; gap: 7px; }
  .card-ctas .row2 { grid-template-columns: 1fr; gap: 7px; }
  .card-ctas .row2 .btn:not(.wa) { display: none; }
  .card-ctas .btn { font-size: .69rem; letter-spacing: .07em; padding: 11px 10px; }
  .card-ctas .btn svg { width: 13px; height: 13px; }

  /* --- search / filter bar on one tidy row --- */
  .searchbar-inner { padding: 12px 0; }
  .sb-row { gap: 9px; }
  .sb-field { flex: 1 1 100%; }
  .sb-field input { padding: 13px 42px 13px 44px; }
  .sb-select { flex: 0 1 auto; width: auto; padding: 11px 34px 11px 14px; }
  .sb-count { margin-left: auto; width: auto; font-size: .68rem; }
  .chips { gap: 7px; margin-top: 10px; }
  .chip { font-size: .72rem; padding: 6px 12px; }
  .chip .h { font-size: .66rem; }

  /* --- hero --- */
  .hero.epic { padding: 48px 0 44px; }
  .hero .sub-hi { font-size: 1.15rem; }
  .hero.epic .shloka { font-size: .82rem; margin-top: 12px; }
  .hero p.lede, .hero p.lede-hi { font-size: .92rem; line-height: 1.75; }
  .hero-stats { gap: 8px; margin-top: 24px; }
  .hero-stats span { font-size: .66rem; padding: 7px 13px; letter-spacing: .08em; }
  .hero-search { margin-top: 26px; }
  .hero-search input { padding: 15px 18px 15px 46px; }
  .hero-search .hint { font-size: .64rem; letter-spacing: .08em; }
  .hero-ctas { gap: 9px; margin-top: 20px; }
  .hero-ctas .btn { flex: 1 1 100%; }
  .orn::before, .orn::after { max-width: 70px; }

  /* --- collection tiles --- */
  .col-grid, .col-grid.compact { grid-template-columns: 1fr; gap: 16px; }
  .col-media { aspect-ratio: 16 / 10; }
  .col-tag .en { font-size: 1.22rem; }
  .col-tag .hi { font-size: .84rem; }
  .col-body { padding: 15px 16px 17px; }
  .col-body p { font-size: .85rem; }

  /* --- section + band headings --- */
  .section-head { margin-bottom: 28px; }
  .section-head p { font-size: .9rem; }
  .cat-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .cat-head .go { width: 100%; justify-content: center; }
  .band p { font-size: .9rem; }
  .band-ctas { flex-direction: column; }
  .band-ctas .btn { width: 100%; }

  /* --- product page --- */
  .pdp { padding: 26px 0 12px; }
  .pdp h1 { font-size: 1.72rem; }
  .pdp .name-hi { font-size: 1.02rem; margin-bottom: 16px; }
  .pdp-sku { gap: 8px; margin-bottom: 16px; }
  .pdp-sku .code, .pdp-sku .size { font-size: .7rem; padding: 6px 12px; }
  .pdp-price { padding: 13px 15px; margin-bottom: 18px; }
  .pdp-price strong { font-size: 1.12rem; }
  .pdp-lede, .pdp-lede-hi { font-size: .92rem; }
  .pdp-ctas .row2 { grid-template-columns: 1fr; }
  .pdp-thumbs { gap: 8px; }
  .pdp-thumbs button { width: 56px; height: 56px; }

  /* stacked spec rows read far better than squeezed two-column ones */
  .pdp-spec div { flex-direction: column; align-items: flex-start; gap: 3px; padding: 11px 0; }
  .pdp-spec dd { text-align: left; }
  .pdp-spec dd .h { display: inline; margin-left: 6px; }

  .pdp-detail { padding: 10px 0 48px; }
  .pdp-detail-inner { padding: 24px 18px; border-radius: 13px; }
  .pdp-detail h2 { font-size: 1.5rem; }
  .pdp-detail .dl-lead, .pdp-detail .dl-lead-hi { padding-left: 14px; font-size: .95rem; }
  .dl-split { gap: 20px; margin-top: 20px; }
  .dl-split h3 { font-size: 1.1rem; }

  .pdp-tags { margin-top: 18px; }
  .tags { gap: 7px; }
  .tags a { font-size: .68rem; padding: 6px 11px; }

  /* --- footer --- */
  .jdg-foot { padding: 40px 0 20px; }
  .foot-grid { gap: 26px; }
  .foot-bot { flex-direction: column; gap: 6px; font-size: .72rem; }

  /* the floating button must not sit on top of the last row of buttons */
  .jdg-foot { padding-bottom: 76px; }
  .wa-float { right: 14px; bottom: 14px; }
}

/* --------------------------------------------------- very small phones */
@media (max-width: 340px) {
  .grid, .grid.row4 { grid-template-columns: 1fr; }
  .card-body h3 { font-size: 1.02rem; }
  .card-desc { display: -webkit-box; }
}

/* --------------------------------------------------------- landscape phone */
@media (max-height: 480px) and (orientation: landscape) {
  .hero.epic { padding: 36px 0 32px; }
  .hero { padding: 34px 0 30px; }
}

/* --------------------------------------------------------------------------
   The drawer and the search overlay fade in via a keyframe that starts at
   opacity 0 and has no fill-mode. If that animation is ever cut short — a
   reduced-motion setting, a backgrounded tab, a fast open/close — the panel can
   be left invisible while still covering the screen. Pin the resting state.
   -------------------------------------------------------------------------- */
.drawer.open { opacity: 1; }
.search-ov.open { opacity: 1; }
.drawer.open .drawer-search,
.drawer.open .drawer-links a,
.drawer.open .drawer-acc,
.drawer.open .drawer-btns { animation-fill-mode: forwards; }
