/* ============================================================
   KAMAKSHI COLLECTIONS — Design System
   Heritage silk palette: deep maroon · antique gold · ivory
   Type: Cormorant Garamond (display) + Jost (UI/body)
   ============================================================ */

:root {
  --maroon-900: #3d070d;
  --maroon-800: #4d0910;
  --maroon-700: #6a0d16;
  --maroon-600: #8e1420;
  --gold-500: #c9a227;
  --gold-400: #d4af37;
  --gold-300: #e8c766;
  --gold-100: #f6ecd2;
  --ivory: #faf6ee;
  --ivory-2: #f3ecdd;
  --ink: #241d1a;
  --ink-soft: #5c524c;
  --white: #ffffff;
  --green-wa: #1fa855;
  --shadow-sm: 0 2px 10px rgba(61, 7, 13, 0.08);
  --shadow-md: 0 10px 34px rgba(61, 7, 13, 0.14);
  --radius: 14px;
  --font-display: "Cormorant Garamond", "Georgia", serif;
  --font-body: "Jost", "Segoe UI", sans-serif;
  --container: 1240px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 22px; }

h1, h2, h3, .display { font-family: var(--font-display); font-weight: 600; line-height: 1.15; }

.section { padding: 72px 0; }
.section-title {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 42px);
  text-align: center;
  color: var(--maroon-800);
}
.section-sub {
  text-align: center;
  color: var(--ink-soft);
  max-width: 620px;
  margin: 10px auto 40px;
  font-size: 17px;
}
.title-flourish { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 12px; margin-bottom: 8px; }
.title-flourish::before, .title-flourish::after { content: ""; height: 1px; width: 64px; background: var(--gold-500); }
.title-flourish span { color: var(--gold-500); font-size: 18px; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 34px;
  border: none; border-radius: 999px;
  font-size: 15px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-gold { background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); color: var(--maroon-900); }
.btn-maroon { background: var(--maroon-700); color: var(--gold-100); }
.btn-outline { background: transparent; color: var(--maroon-800); border: 1.6px solid var(--maroon-700); }
.btn-wa { background: var(--green-wa); color: #fff; }
.btn-wa::before { content: "🟢"; content: ""; width: 18px; height: 18px; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="white"><path d="M16 3C9.4 3 4 8.3 4 14.9c0 2.6.9 5.1 2.4 7.1L4.5 28l6.2-1.9c1.6.9 3.4 1.3 5.3 1.3 6.6 0 12-5.3 12-11.9S22.6 3 16 3zm5.9 16.8c-.3.8-1.5 1.5-2.4 1.7-.6.1-1.4.2-4.1-.9-3.4-1.4-5.6-4.9-5.8-5.1-.2-.2-1.4-1.9-1.4-3.6s.9-2.5 1.2-2.9c.3-.3.7-.4 1-.4h.7c.2 0 .5-.1.8.6.3.8 1 2.6 1.1 2.8.1.2.2.4 0 .7-.1.3-.2.4-.4.7-.2.2-.4.5-.6.7-.2.2-.4.4-.2.8.2.4 1 1.7 2.2 2.7 1.5 1.3 2.8 1.7 3.2 1.9.4.2.6.2.9-.1.2-.3 1-1.2 1.3-1.6.3-.4.5-.3.9-.2.4.1 2.2 1 2.6 1.2.4.2.6.3.7.5.1.1.1.8-.2 1.5z"/></svg>') center/contain no-repeat; }

/* ---------- Announcement bar ---------- */

.announce {
  background: var(--maroon-900);
  color: var(--gold-300);
  text-align: center;
  font-size: 13.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 9px 16px;
}
.announce strong { color: var(--gold-100); }

/* ---------- Header ---------- */

.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(250, 246, 238, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201, 162, 39, 0.35);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 14px 22px;
  max-width: var(--container); margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--maroon-600), var(--maroon-900));
  color: var(--gold-300);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 24px; font-weight: 700;
  border: 1.6px solid var(--gold-500);
}
.brand-text { line-height: 1.1; }
.brand-name { font-family: var(--font-display); font-size: 21px; font-weight: 700; color: var(--maroon-800); letter-spacing: 0.02em; }
.brand-tag { font-size: 10.5px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-500); font-weight: 600; }

.nav { display: flex; gap: 30px; }
.nav a {
  font-size: 14.5px; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--ink); padding: 6px 2px; position: relative;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--gold-500); transition: width 0.22s ease;
}
.nav a:hover::after, .nav a.active::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 14px; }
.icon-btn {
  position: relative; background: none; border: none;
  width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: var(--maroon-800);
  transition: background 0.18s;
}
.icon-btn:hover { background: var(--gold-100); }
.cart-count {
  position: absolute; top: 0; right: 0;
  min-width: 18px; height: 18px; border-radius: 999px;
  background: var(--maroon-600); color: #fff;
  font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  padding: 0 4px;
}
#nav-toggle { display: none; }

/* ---------- Hero ---------- */

.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(212, 175, 55, 0.25), transparent 60%),
    radial-gradient(900px 600px at -10% 110%, rgba(142, 20, 32, 0.35), transparent 55%),
    linear-gradient(135deg, var(--maroon-900) 0%, var(--maroon-700) 55%, #7a1f2b 100%);
  color: var(--ivory);
}
.hero-weave {
  position: absolute; inset: 0; opacity: 0.16; pointer-events: none;
  background-image:
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(232, 199, 102, 0.5) 34px 35px),
    repeating-linear-gradient(0deg, transparent 0 34px, rgba(232, 199, 102, 0.35) 34px 35px);
}
.hero-inner {
  position: relative;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center;
  max-width: var(--container); margin: 0 auto;
  padding: 84px 22px 96px;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold-300);
  margin-bottom: 18px;
}
.hero-eyebrow::before { content: ""; width: 44px; height: 1px; background: var(--gold-400); }
.hero h1 { font-size: clamp(40px, 5.6vw, 68px); font-weight: 600; color: var(--gold-100); }
.hero h1 em { font-style: italic; color: var(--gold-300); }
.hero-lede { margin: 22px 0 34px; font-size: 18px; color: rgba(250, 246, 238, 0.88); max-width: 520px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 40px; margin-top: 48px; flex-wrap: wrap; }
.hero-stat b { display: block; font-family: var(--font-display); font-size: 30px; color: var(--gold-300); }
.hero-stat span { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(250, 246, 238, 0.7); }

.hero-visual { position: relative; display: flex; justify-content: center; }
.hero-saree {
  width: min(380px, 80%); aspect-ratio: 3/4;
  border-radius: 200px 200px var(--radius) var(--radius);
  overflow: hidden;
  border: 2px solid rgba(212, 175, 55, 0.65);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}
.hero-saree img { width: 100%; height: 100%; object-fit: cover; }
.hero-seal {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  background: var(--ivory); color: var(--maroon-800);
  border: 1.6px solid var(--gold-500); border-radius: 999px;
  padding: 10px 22px; font-size: 13px; font-weight: 600; letter-spacing: 0.08em;
  white-space: nowrap; box-shadow: var(--shadow-md);
}
.hero-seal b { color: var(--maroon-600); }

/* ---------- USP strip ---------- */

.usp-strip { background: var(--maroon-800); color: var(--gold-100); }
.usp-inner {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
  max-width: var(--container); margin: 0 auto; padding: 20px 22px;
}
.usp { display: flex; align-items: center; gap: 13px; justify-content: center; padding: 8px; }
.usp-icon { font-size: 26px; }
.usp b { display: block; font-size: 14.5px; letter-spacing: 0.03em; }
.usp span { font-size: 12.5px; color: rgba(246, 236, 210, 0.75); }

/* ---------- Category tiles ---------- */

.cat-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cat-tile {
  position: relative; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 3/3.8; box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cat-tile:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.cat-tile img { width: 100%; height: 100%; object-fit: cover; }
.cat-tile-label {
  position: absolute; inset: auto 0 0 0;
  padding: 44px 18px 18px;
  background: linear-gradient(transparent, rgba(36, 8, 12, 0.88));
  color: var(--gold-100); text-align: center;
}
.cat-tile-label b { display: block; font-family: var(--font-display); font-size: 22px; }
.cat-tile-label span { font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-300); }

/* ---------- Product grid & cards ---------- */

.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.card {
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.card-img { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.card:hover .card-img img { transform: scale(1.05); }
.card-img-alt { position: absolute; inset: 0; opacity: 0; transition: opacity 0.35s ease; }
.card:hover .card-img-alt { opacity: 1; }
.badge {
  position: absolute; top: 12px; left: 12px;
  padding: 5px 12px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
}
.badge-bestseller { background: var(--gold-400); color: var(--maroon-900); }
.badge-new { background: #2c5d3f; color: #fff; }
.badge-bridal { background: var(--maroon-600); color: var(--gold-100); }
.silkmark-chip {
  position: absolute; bottom: 12px; left: 12px;
  background: rgba(250, 246, 238, 0.94); color: var(--maroon-800);
  border: 1px solid var(--gold-500);
  padding: 4px 10px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
}
.card-body { padding: 16px 16px 18px; }
.card-cat { font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-500); font-weight: 600; }
.card-name { font-family: var(--font-display); font-size: 20px; color: var(--ink); margin: 4px 0 6px; }
.card-price { font-size: 16.5px; font-weight: 600; color: var(--maroon-700); }
.card-price s { color: #a99f96; font-weight: 400; font-size: 13.5px; margin: 0 6px 0 4px; }
.card-price em { font-style: normal; color: #2c5d3f; font-size: 12.5px; font-weight: 700; }
.card-rating { margin-top: 6px; font-size: 13px; color: var(--ink-soft); display: flex; align-items: center; gap: 6px; }

.stars { position: relative; display: inline-block; color: #ded4c2; font-size: 14px; letter-spacing: 2px; line-height: 1; }
.stars-fill { position: absolute; inset: 0; overflow: hidden; color: var(--gold-400); white-space: nowrap; }

.empty-note { grid-column: 1 / -1; text-align: center; color: var(--ink-soft); padding: 60px 20px; font-size: 16px; }
.empty-note a { color: var(--maroon-600); font-weight: 600; text-decoration: underline; }

/* ---------- Story / heritage split ---------- */

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split-media {
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md);
  aspect-ratio: 4/4.6;
  background: linear-gradient(150deg, var(--maroon-800), var(--maroon-600));
}
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-eyebrow { font-size: 13px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold-500); font-weight: 600; }
.split h2 { font-size: clamp(30px, 3.6vw, 40px); color: var(--maroon-800); margin: 12px 0 18px; }
.split p { color: var(--ink-soft); margin-bottom: 14px; font-size: 16.5px; }
.split-points { list-style: none; margin: 20px 0 28px; }
.split-points li { padding-left: 30px; position: relative; margin-bottom: 12px; font-size: 16px; }
.split-points li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-500); font-weight: 700; }

/* ---------- Silk Mark band ---------- */

.silkmark-band {
  background: linear-gradient(135deg, var(--maroon-900), var(--maroon-700));
  color: var(--gold-100);
}
.silkmark-inner {
  max-width: var(--container); margin: 0 auto; padding: 64px 22px;
  display: grid; grid-template-columns: auto 1fr; gap: 44px; align-items: center;
}
.silkmark-seal {
  width: 150px; height: 150px; border-radius: 50%;
  border: 2px solid var(--gold-400);
  background: radial-gradient(circle at 35% 30%, rgba(212, 175, 55, 0.32), transparent 70%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--font-display); text-align: center; line-height: 1.2;
}
.silkmark-seal b { font-size: 26px; color: var(--gold-300); }
.silkmark-seal span { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; }
.silkmark-band h2 { font-size: clamp(28px, 3.4vw, 38px); color: var(--gold-100); margin-bottom: 14px; }
.silkmark-band p { color: rgba(246, 236, 210, 0.85); max-width: 720px; font-size: 16.5px; }

/* ---------- Testimonials ---------- */

.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi {
  background: var(--white); border-radius: var(--radius); padding: 30px 28px;
  box-shadow: var(--shadow-sm); position: relative;
}
.testi::before {
  content: "“"; position: absolute; top: 6px; left: 20px;
  font-family: var(--font-display); font-size: 74px; color: var(--gold-300); line-height: 1;
}
.testi p { margin-top: 26px; color: var(--ink-soft); font-size: 15.5px; font-style: italic; }
.testi-who { margin-top: 18px; display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--maroon-700); color: var(--gold-300);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 18px;
}
.testi-who b { display: block; font-size: 14.5px; }
.testi-who span { font-size: 12.5px; color: var(--ink-soft); }
.testi-stars { color: var(--gold-400); font-size: 14px; margin-top: 4px; letter-spacing: 2px; }

/* ---------- Instagram band ---------- */

.insta-band { background: var(--ivory-2); }
.insta-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 36px; }
.insta-cell {
  aspect-ratio: 1; border-radius: 10px; overflow: hidden; position: relative;
  transition: transform 0.2s ease;
}
.insta-cell:hover { transform: scale(1.04); }
.insta-cell img { width: 100%; height: 100%; object-fit: cover; }
.insta-cell::after {
  content: "♥"; position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(61, 7, 13, 0.45); color: var(--gold-100); font-size: 26px;
  opacity: 0; transition: opacity 0.2s ease;
}
.insta-cell:hover::after { opacity: 1; }

/* ---------- WhatsApp CTA band ---------- */

.wa-band { text-align: center; }
.wa-card {
  background: var(--white); border: 1.6px solid var(--gold-300);
  border-radius: calc(var(--radius) + 8px);
  max-width: 780px; margin: 0 auto; padding: 54px 40px;
  box-shadow: var(--shadow-md);
}
.wa-card h2 { font-size: clamp(26px, 3.2vw, 36px); color: var(--maroon-800); margin-bottom: 12px; }
.wa-card p { color: var(--ink-soft); max-width: 540px; margin: 0 auto 28px; }

/* ---------- Footer ---------- */

.footer { background: var(--maroon-900); color: rgba(246, 236, 210, 0.82); margin-top: 80px; }
.footer-inner {
  max-width: var(--container); margin: 0 auto; padding: 64px 22px 30px;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px;
}
.footer h4 { color: var(--gold-300); font-family: var(--font-body); font-size: 13.5px; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 18px; }
.footer a { display: block; margin-bottom: 10px; font-size: 14.5px; transition: color 0.18s; }
.footer a:hover { color: var(--gold-300); }
.footer-brand .brand-name { color: var(--gold-100); font-size: 24px; }
.footer-brand p { font-size: 14.5px; margin-top: 14px; max-width: 300px; }
.footer-cert {
  margin-top: 18px; display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid var(--gold-500); border-radius: 999px; padding: 8px 16px;
  font-size: 12.5px; color: var(--gold-300); letter-spacing: 0.06em;
}
.footer-bottom {
  border-top: 1px solid rgba(212, 175, 55, 0.25);
  text-align: center; padding: 22px; font-size: 13px; color: rgba(246, 236, 210, 0.55);
}

/* ---------- Floating WhatsApp button ---------- */

.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 70;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--green-wa); box-shadow: 0 8px 26px rgba(31, 168, 85, 0.5);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.2s ease;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 32px; height: 32px; fill: #fff; }
.wa-float .pulse {
  position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid var(--green-wa); animation: pulse 2s infinite;
}
@keyframes pulse { 0% { transform: scale(1); opacity: 0.8; } 100% { transform: scale(1.55); opacity: 0; } }

/* ---------- Cart drawer ---------- */

#cart-overlay {
  position: fixed; inset: 0; background: rgba(36, 8, 12, 0.55);
  opacity: 0; pointer-events: none; transition: opacity 0.25s ease; z-index: 80;
}
.cart-drawer {
  position: fixed; top: 0; right: -420px; width: min(400px, 92vw); height: 100%;
  background: var(--ivory); z-index: 90; display: flex; flex-direction: column;
  transition: right 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: -18px 0 50px rgba(0, 0, 0, 0.25);
}
body.cart-open #cart-overlay { opacity: 1; pointer-events: auto; }
body.cart-open .cart-drawer { right: 0; }
.cart-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 22px; border-bottom: 1px solid rgba(201, 162, 39, 0.35);
}
.cart-head h3 { font-size: 24px; color: var(--maroon-800); }
.cart-close { background: none; border: none; font-size: 26px; color: var(--maroon-800); }
#cart-items { flex: 1; overflow-y: auto; padding: 18px 22px; }
.cart-empty { text-align: center; color: var(--ink-soft); margin-top: 60px; font-size: 15.5px; }
.cart-line { display: flex; gap: 14px; margin-bottom: 20px; }
.cart-line img { width: 76px; height: 100px; object-fit: cover; border-radius: 8px; }
.cart-line-name { font-weight: 600; font-size: 15px; }
.cart-line-cat { font-size: 12px; color: var(--gold-500); text-transform: uppercase; letter-spacing: 0.1em; }
.cart-line-price { color: var(--maroon-700); font-weight: 600; margin-top: 2px; }
.qty-row { display: flex; align-items: center; gap: 10px; margin-top: 8px; }
.qty-row button {
  width: 26px; height: 26px; border-radius: 6px; border: 1px solid var(--gold-500);
  background: var(--white); color: var(--maroon-800); font-size: 15px; line-height: 1;
}
.qty-row .line-remove { width: auto; padding: 0 10px; font-size: 12px; border: none; background: none; color: var(--maroon-600); text-decoration: underline; }
#cart-footer { border-top: 1px solid rgba(201, 162, 39, 0.35); padding: 20px 22px; }
.cart-total-row { display: flex; justify-content: space-between; font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.cart-ship-note { font-size: 12.5px; color: var(--ink-soft); margin-bottom: 14px; }
#cart-footer .btn { width: 100%; }
.cart-secure { text-align: center; font-size: 12px; color: var(--ink-soft); margin-top: 10px; }

/* ---------- Shop page ---------- */

.page-head {
  background: linear-gradient(135deg, var(--maroon-900), var(--maroon-700));
  color: var(--gold-100); text-align: center; padding: 58px 22px;
}
.page-head h1 { font-size: clamp(32px, 4.4vw, 48px); }
.page-head p { color: rgba(246, 236, 210, 0.8); margin-top: 10px; max-width: 560px; margin-inline: auto; }

.shop-controls { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; margin: 34px 0 26px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  padding: 9px 18px; border-radius: 999px; border: 1.4px solid var(--gold-500);
  background: transparent; color: var(--maroon-800); font-size: 13.5px; font-weight: 600;
  transition: all 0.18s ease;
}
.chip:hover { background: var(--gold-100); }
.chip.active { background: var(--maroon-700); border-color: var(--maroon-700); color: var(--gold-100); }
.shop-selects { display: flex; gap: 12px; flex-wrap: wrap; }
.shop-selects select {
  padding: 10px 16px; border-radius: 10px; border: 1.4px solid var(--gold-500);
  background: var(--white); color: var(--ink); font-family: inherit; font-size: 14px;
}
.shop-meta { font-size: 14px; color: var(--ink-soft); margin-bottom: 18px; }

/* ---------- Product page ---------- */

.crumbs { font-size: 13.5px; color: var(--ink-soft); margin: 26px 0 22px; }
.crumbs a:hover { color: var(--maroon-600); }
.product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; margin-bottom: 70px; }
.gallery-main {
  border-radius: var(--radius); overflow: hidden; aspect-ratio: 3/4;
  box-shadow: var(--shadow-md);
}
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: flex; gap: 12px; margin-top: 14px; }
.gallery-thumbs img {
  width: 84px; height: 108px; object-fit: cover; border-radius: 10px;
  cursor: pointer; border: 2px solid transparent; opacity: 0.75; transition: all 0.18s;
}
.gallery-thumbs img.active, .gallery-thumbs img:hover { border-color: var(--gold-500); opacity: 1; }
.photo-note { font-size: 13px; color: var(--ink-soft); margin-top: 14px; font-style: italic; }

.p-cat { font-size: 12.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-500); font-weight: 700; }
.p-name { font-size: clamp(28px, 3.4vw, 38px); color: var(--maroon-900); margin: 8px 0 10px; }
.p-rating { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--ink-soft); }
.p-price { font-size: 30px; font-weight: 700; color: var(--maroon-700); margin: 18px 0 2px; }
.p-price s { font-size: 18px; color: #a99f96; font-weight: 400; margin: 0 8px; }
.p-price em { font-style: normal; font-size: 15px; color: #2c5d3f; font-weight: 700; }
.p-tax { font-size: 13.5px; color: var(--ink-soft); }
.p-delivery { font-size: 14.5px; color: var(--ink); margin-top: 10px; background: var(--gold-100); border: 1px solid var(--gold-300); border-radius: 10px; padding: 9px 14px; display: inline-block; }
.assurance { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.assurance span {
  border: 1px solid var(--gold-500); border-radius: 999px; background: var(--gold-100);
  padding: 7px 14px; font-size: 13px; font-weight: 600; color: var(--maroon-800);
}
.p-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 8px 0 14px; }
.p-actions .btn { flex: 1; min-width: 200px; }
.p-video-note { font-size: 13.5px; color: var(--ink-soft); margin-bottom: 26px; }

.accordion details {
  border-top: 1px solid rgba(201, 162, 39, 0.4); padding: 16px 4px;
}
.accordion details:last-child { border-bottom: 1px solid rgba(201, 162, 39, 0.4); }
.accordion summary {
  font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--maroon-800);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;
}
.accordion summary::after { content: "+"; font-size: 22px; color: var(--gold-500); transition: transform 0.2s; }
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion p, .accordion ul { margin-top: 12px; color: var(--ink-soft); font-size: 15.5px; }
.accordion ul { padding-left: 20px; }
.accordion li { margin-bottom: 8px; }

.related { margin-bottom: 60px; }
.related .section-title { margin-bottom: 34px; }

/* ---------- About / contact ---------- */

.prose { max-width: 800px; margin: 0 auto; font-size: 17px; color: var(--ink-soft); }
.prose h2 { color: var(--maroon-800); font-size: 30px; margin: 40px 0 14px; }
.prose p { margin-bottom: 16px; }
.prose strong { color: var(--ink); }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.contact-card {
  background: var(--white); border-radius: var(--radius); padding: 36px 28px;
  text-align: center; box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease;
}
.contact-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.contact-card .ico { font-size: 38px; margin-bottom: 14px; }
.contact-card b { display: block; font-family: var(--font-display); font-size: 21px; color: var(--maroon-800); margin-bottom: 6px; }
.contact-card p { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 16px; }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 0 auto; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */

@media (max-width: 1020px) {
  .grid, .cat-tiles { grid-template-columns: repeat(3, 1fr); }
  .usp-inner { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .insta-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .hero-inner { grid-template-columns: 1fr; padding: 60px 22px 72px; }
  .hero-visual { order: -1; }
  .hero-saree { width: min(300px, 70%); }
}

@media (max-width: 760px) {
  .nav {
    position: fixed; inset: 0 0 0 30%; z-index: 100;
    background: var(--maroon-900); flex-direction: column; gap: 8px;
    padding: 90px 30px; transform: translateX(105%);
    transition: transform 0.3s ease;
  }
  .nav a { color: var(--gold-100); font-size: 18px; padding: 12px 0; }
  body.nav-open .nav { transform: none; box-shadow: -20px 0 60px rgba(0,0,0,0.4); }
  #nav-toggle { display: flex; z-index: 110; }
  body.nav-open #nav-toggle { position: fixed; right: 18px; color: var(--gold-100); }

  .grid, .cat-tiles { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .split, .product-layout { grid-template-columns: 1fr; gap: 30px; }
  .silkmark-inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .testi-grid, .contact-grid { grid-template-columns: 1fr; }
  .insta-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .section { padding: 52px 0; }
  .hero-stats { gap: 24px; }
  .card-name { font-size: 17px; }
  .shop-controls { flex-direction: column; align-items: stretch; }
}
