/* =========================================================
   DHIR PURE — Blessings of God
   Brand palette: Maroon · White/Cream · Golden
   ========================================================= */

:root {
  /* Brand colors */
  --maroon: #7a1220;
  --maroon-dark: #5a0d18;
  --maroon-soft: #9a3340;
  --gold: #c9971c;
  --gold-light: #f3d77a;
  --gold-deep: #b07d12;

  /* Neutrals */
  --cream: #fdf9f0;
  --cream-2: #f7efe0;
  --white: #ffffff;
  --ink: #2b2320;
  --ink-soft: #6b5f57;
  --line: #ece2d2;

  /* Effects */
  --gold-gradient: linear-gradient(135deg, #b07d12 0%, #e8c25a 45%, #f3d77a 70%, #c9971c 100%);
  --shadow-sm: 0 4px 14px rgba(90, 13, 24, 0.06);
  --shadow-md: 0 14px 40px rgba(90, 13, 24, 0.10);
  --shadow-lg: 0 24px 60px rgba(90, 13, 24, 0.16);
  --radius: 18px;
  --radius-sm: 12px;

  --maxw: 1180px;
  --font-head: "Playfair Display", Georgia, serif;
  --font-body: "Poppins", "Segoe UI", sans-serif;
  --font-deva: "Noto Serif Devanagari", serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--maroon); line-height: 1.15; font-weight: 700; }

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

/* ---------- Reusable ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body);
  font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-deep); font-weight: 600; margin-bottom: 14px;
}
.eyebrow::before, .eyebrow.center::after {
  content: ""; width: 26px; height: 2px; background: var(--gold-gradient); border-radius: 2px;
}
.section { padding: 84px 0; }
.section-head { max-width: 640px; margin: 0 auto 52px; text-align: center; }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin-bottom: 14px; }
.section-head p { color: var(--ink-soft); font-size: 1.02rem; }
.deva { font-family: var(--font-deva); color: var(--maroon-soft); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 600; font-size: 0.95rem;
  padding: 13px 26px; border-radius: 50px; cursor: pointer; border: 2px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--maroon); color: #fff; box-shadow: 0 10px 24px rgba(122,18,32,.28); }
.btn-primary:hover { background: var(--maroon-dark); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(122,18,32,.34); }
.btn-gold { background: var(--gold-gradient); color: var(--maroon-dark); box-shadow: 0 10px 24px rgba(201,151,28,.30); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(201,151,28,.40); }
.btn-outline { background: transparent; color: var(--maroon); border-color: var(--maroon); }
.btn-outline:hover { background: var(--maroon); color: #fff; transform: translateY(-2px); }
.btn-wa { background: #25923a; color: #fff; box-shadow: 0 10px 24px rgba(37,146,58,.28); }
.btn-wa:hover { background: #1f7d31; transform: translateY(-2px); }
.btn-sm { padding: 10px 18px; font-size: .86rem; }

/* WhatsApp glyph */
.wa-ico { width: 18px; height: 18px; fill: currentColor; flex: none; }

/* ---------- Announcement bar ---------- */
.topbar {
  background: var(--maroon-dark); color: var(--cream-2);
  font-size: 0.8rem; letter-spacing: .04em; text-align: center; padding: 9px 16px;
}
.topbar strong { color: var(--gold-light); font-weight: 600; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(253, 249, 240, 0.86); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 18px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { height: 56px; width: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text b { font-family: var(--font-head); font-size: 1.35rem; letter-spacing: .04em; color: var(--maroon); }
.brand-text span { font-family: var(--font-deva); font-size: .62rem; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-deep); margin-top: 4px; }

.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a {
  font-size: 0.92rem; font-weight: 500; color: var(--ink); position: relative; padding: 4px 0;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--gold-gradient); transition: width .28s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--maroon); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }

.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--maroon); margin: 5px 0; transition: .3s; border-radius: 2px; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 520px at 85% -10%, rgba(243,215,122,.30), transparent 60%),
    radial-gradient(900px 500px at -5% 110%, rgba(122,18,32,.08), transparent 55%),
    var(--cream);
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 50px; align-items: center;
  padding: 70px 0 80px;
}
.hero-copy h1 { font-size: clamp(2.4rem, 5.4vw, 4rem); margin-bottom: 18px; }
.hero-copy h1 .gold { background: var(--gold-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sanskrit { font-family: var(--font-deva); font-size: 1.15rem; color: var(--maroon-soft); margin-bottom: 8px; }
.hero-copy p.lead { font-size: 1.08rem; color: var(--ink-soft); max-width: 520px; margin: 8px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-stats { display: flex; gap: 34px; flex-wrap: wrap; }
.hero-stats .stat b { font-family: var(--font-head); font-size: 1.7rem; color: var(--maroon); display: block; }
.hero-stats .stat span { font-size: .8rem; color: var(--ink-soft); letter-spacing: .04em; }

.hero-art { position: relative; display: grid; place-items: center; }
.hero-medallion {
  position: relative; width: min(420px, 100%); aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 50% 38%, #fff 0%, var(--cream-2) 70%, #f0e3c9 100%);
  box-shadow: var(--shadow-lg), inset 0 0 0 2px rgba(201,151,28,.35);
  display: grid; place-items: center;
  animation: floaty 6s ease-in-out infinite;
}
.hero-medallion::before {
  content: ""; position: absolute; inset: 14px; border-radius: 50%;
  border: 2px dashed rgba(201,151,28,.45);
}
.hero-medallion img { width: 78%; height: auto; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

.hero-badge {
  position: absolute; background: #fff; box-shadow: var(--shadow-md); border-radius: 14px;
  padding: 12px 16px; display: flex; align-items: center; gap: 10px; font-size: .82rem; font-weight: 600; color: var(--maroon);
}
.hero-badge .dot { width: 30px; height: 30px; border-radius: 9px; background: var(--gold-gradient); display: grid; place-items: center; font-size: 1rem; }
.hero-badge.b1 { top: 8%; left: -6%; animation: floaty 5s ease-in-out infinite; }
.hero-badge.b2 { bottom: 10%; right: -4%; animation: floaty 7s ease-in-out infinite; }

/* ---------- Marquee / trust strip ---------- */
.trust { background: var(--maroon); color: var(--cream-2); }
.trust .container { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 44px; padding: 22px; }
.trust .item { display: flex; align-items: center; gap: 10px; font-size: .9rem; font-weight: 500; }
.trust .item svg { width: 20px; height: 20px; fill: var(--gold-light); }

/* ---------- Product cards ---------- */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.card {
  background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  border: 1px solid var(--line); transition: transform .3s ease, box-shadow .3s ease; display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.card-media {
  position: relative; aspect-ratio: 4/3.4; display: grid; place-items: center; overflow: hidden;
}
.card-media .motif { width: 60%; opacity: .9; }
.card-tag {
  position: absolute; top: 12px; left: 12px; background: var(--maroon); color: #fff;
  font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600;
  padding: 5px 11px; border-radius: 50px;
}
.card-tag.gold { background: var(--gold-gradient); color: var(--maroon-dark); }
.card-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card-body .fragrance { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; }
.card-body h3 { font-size: 1.12rem; color: var(--maroon); }
.card-body .desc { font-size: .85rem; color: var(--ink-soft); min-height: 38px; }
.card-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; }
.price { font-family: var(--font-head); font-size: 1.25rem; color: var(--maroon); font-weight: 700; }
.price small { font-size: .8rem; color: var(--ink-soft); text-decoration: line-through; font-weight: 400; margin-left: 6px; }
.stars { color: var(--gold); font-size: .8rem; letter-spacing: 1px; }
.card .btn { width: 100%; margin-top: 14px; }

/* ---------- Filters (shop) ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.filter-btn {
  font-family: var(--font-body); font-weight: 500; font-size: .85rem; padding: 9px 18px;
  border-radius: 50px; border: 1.5px solid var(--line); background: #fff; color: var(--ink-soft); cursor: pointer; transition: .25s;
}
.filter-btn:hover { border-color: var(--gold); color: var(--maroon); }
.filter-btn.active { background: var(--maroon); border-color: var(--maroon); color: #fff; }

/* ---------- Values / Why us ---------- */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 26px;
  box-shadow: var(--shadow-sm); transition: transform .3s ease;
}
.value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.value-ico {
  width: 58px; height: 58px; border-radius: 16px; background: var(--cream-2);
  display: grid; place-items: center; margin-bottom: 18px; border: 1px solid var(--line);
}
.value-ico svg { width: 28px; height: 28px; fill: none; stroke: var(--maroon); stroke-width: 1.7; }
.value-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.value-card p { font-size: .92rem; color: var(--ink-soft); }

/* ---------- Split / story ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split-art {
  border-radius: var(--radius); aspect-ratio: 1/1; background:
    radial-gradient(circle at 50% 40%, #fff, var(--cream-2) 70%, #efe1c6);
  box-shadow: var(--shadow-md); display: grid; place-items: center; border: 1px solid var(--line);
}
.split-art img { width: 64%; }
.split-copy h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); margin-bottom: 16px; }
.split-copy p { color: var(--ink-soft); margin-bottom: 16px; }
.tick-list { display: grid; gap: 12px; margin: 22px 0 28px; }
.tick-list li { display: flex; gap: 12px; align-items: flex-start; font-size: .95rem; }
.tick-list .tk { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--gold-gradient); color: var(--maroon-dark); display: grid; place-items: center; font-size: .75rem; font-weight: 700; }

/* ---------- Steps / process ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { text-align: center; position: relative; padding: 10px; }
.step .num {
  width: 56px; height: 56px; margin: 0 auto 16px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--font-head); font-size: 1.3rem; color: #fff; background: var(--maroon);
  box-shadow: 0 8px 20px rgba(122,18,32,.25);
}
.step h3 { font-size: 1.05rem; margin-bottom: 6px; }
.step p { font-size: .86rem; color: var(--ink-soft); }

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow-sm);
}
.testi .stars { font-size: 1rem; margin-bottom: 12px; }
.testi p { font-size: .95rem; color: var(--ink); font-style: italic; margin-bottom: 18px; }
.testi .who { display: flex; align-items: center; gap: 12px; }
.testi .av { width: 42px; height: 42px; border-radius: 50%; background: var(--gold-gradient); color: var(--maroon-dark); display: grid; place-items: center; font-weight: 700; font-family: var(--font-head); }
.testi .who b { font-size: .92rem; color: var(--maroon); display: block; }
.testi .who span { font-size: .78rem; color: var(--ink-soft); }

/* ---------- CTA band ---------- */
.cta-band {
  background:
    radial-gradient(700px 360px at 90% 0%, rgba(243,215,122,.18), transparent 60%),
    var(--maroon);
  color: #fff; border-radius: 26px; padding: 56px 40px; text-align: center; box-shadow: var(--shadow-lg);
}
.cta-band h2 { color: #fff; font-size: clamp(1.7rem, 3.6vw, 2.6rem); margin-bottom: 12px; }
.cta-band p { color: var(--cream-2); max-width: 540px; margin: 0 auto 26px; }
.cta-band .hero-actions { justify-content: center; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  background:
    radial-gradient(800px 360px at 80% -20%, rgba(243,215,122,.28), transparent 60%),
    var(--cream-2);
  text-align: center; padding: 64px 0 60px; border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-size: clamp(2.1rem, 5vw, 3.2rem); margin-bottom: 12px; }
.page-hero p { color: var(--ink-soft); max-width: 560px; margin: 0 auto; }
.crumbs { font-size: .8rem; color: var(--ink-soft); margin-bottom: 16px; letter-spacing: .04em; }
.crumbs a:hover { color: var(--maroon); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.contact-info { display: grid; gap: 18px; }
.info-card {
  display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 20px; box-shadow: var(--shadow-sm);
}
.info-card .ico { flex: none; width: 46px; height: 46px; border-radius: 12px; background: var(--cream-2); display: grid; place-items: center; }
.info-card .ico svg { width: 22px; height: 22px; fill: none; stroke: var(--maroon); stroke-width: 1.7; }
.info-card h4 { font-family: var(--font-head); color: var(--maroon); font-size: 1.05rem; margin-bottom: 3px; }
.info-card p, .info-card a { font-size: .9rem; color: var(--ink-soft); }
.info-card a:hover { color: var(--maroon); }

.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .82rem; font-weight: 600; color: var(--maroon); margin-bottom: 7px; letter-spacing: .03em; }
.field input, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: .95rem; padding: 12px 14px; border: 1.5px solid var(--line);
  border-radius: 11px; background: var(--cream); color: var(--ink); transition: border .2s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: #fff; }
.field textarea { resize: vertical; min-height: 120px; }
.form .btn { width: 100%; }
.form-note { font-size: .8rem; color: var(--ink-soft); text-align: center; margin-top: 12px; }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 18px 22px; font-family: var(--font-body); font-weight: 600; font-size: .98rem; color: var(--maroon); display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq-q .pm { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--cream-2); display: grid; place-items: center; color: var(--maroon); font-size: 1.1rem; transition: .25s; }
.faq-item.open .faq-q .pm { background: var(--maroon); color: #fff; transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 22px 18px; color: var(--ink-soft); font-size: .92rem; }

/* ---------- Footer ---------- */
.footer { background: var(--maroon-dark); color: #e7d3c2; padding: 62px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 38px; }
.footer .brand-text b { color: #fff; }
.footer-about p { font-size: .9rem; color: #d6b9a8; margin: 16px 0 18px; max-width: 280px; }
.footer h4 { color: var(--gold-light); font-family: var(--font-body); font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 18px; }
.footer-links { display: grid; gap: 11px; }
.footer-links a { font-size: .9rem; color: #e7d3c2; transition: .2s; }
.footer-links a:hover { color: #fff; padding-left: 4px; }
.socials { display: flex; gap: 12px; margin-top: 6px; }
.socials a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; transition: .25s; }
.socials a:hover { background: var(--gold-gradient); }
.socials svg { width: 18px; height: 18px; fill: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 44px; padding-top: 22px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: .82rem; color: #c9a797; }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 60; width: 56px; height: 56px; border-radius: 50%;
  background: #25923a; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,146,58,.45);
  transition: transform .25s; animation: pulse 2.4s infinite;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37,146,58,.5); } 70% { box-shadow: 0 0 0 16px rgba(37,146,58,0); } 100% { box-shadow: 0 0 0 0 rgba(37,146,58,0); } }

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

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; text-align: center; }
  .hero-actions, .hero-stats { justify-content: center; }
  .hero-copy p.lead { margin-left: auto; margin-right: auto; }
  .hero-art { order: -1; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split-art { max-width: 420px; margin: 0 auto; order: -1; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid, .testi-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav-links {
    position: fixed; inset: 76px 0 auto 0; flex-direction: column; gap: 0;
    background: var(--cream); border-bottom: 1px solid var(--line); padding: 8px 0;
    transform: translateY(-130%); transition: transform .35s ease; box-shadow: var(--shadow-md);
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { width: 100%; padding: 14px 24px; }
  .nav-links a::after { display: none; }
  .nav-toggle { display: block; }
  .nav-cta .btn-text { display: none; }
  .section { padding: 60px 0; }
}
@media (max-width: 540px) {
  .product-grid, .values-grid, .testi-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 40px 22px; }
  .hero-badge { display: none; }
}
