/* ============================================================
   GLORIFY WITH NATURE'S — design tokens
   Botanical apothecary: deep forest ink, turmeric gold, clay wine,
   warm parchment. Fraunces for voice, Inter for utility.
   ============================================================ */
:root {
  --ink: #1b2a1a;
  --muted: #5c6650;
  --leaf: #33481f;
  --leaf-2: #5c7a30;
  --leaf-deep: #16230f;
  --gold: #b9822f;
  --gold-soft: #e7c98a;
  --clay: #7c2b3f;
  --clay-soft: #a8556a;
  --parchment: #f7f0e0;
  --paper: #fbf6ea;
  --sand: #ecdfc2;
  --line: rgba(27, 42, 26, .17);
  --white: #fff;
  --header: 82px;
  --max: 1320px;
  --display: "Fraunces", Georgia, serif;
  --body: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 14px); -webkit-text-size-adjust: 100%; }
body { position: relative; margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--parchment); font-family: var(--body); }
body.locked { overflow: hidden; }

/* subtle paper grain — the one textural risk, kept quiet everywhere else */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .5;
  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='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { margin-bottom: 0; color: var(--leaf); font-family: var(--display); font-weight: 460; font-optical-sizing: auto; line-height: 1.02; letter-spacing: -.01em; }
h1 em, h2 em { color: var(--clay); font-style: italic; font-weight: 420; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 14px; border-radius: 5px; background: var(--leaf); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 18px; display: inline-flex; align-items: center; gap: 9px; color: var(--gold); font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 20px; height: 1px; background: var(--gold); }
.section { position: relative; z-index: 2; padding: clamp(78px, 8vw, 138px) clamp(20px, 6vw, 92px); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; border-radius: 999px; font-family: var(--body); font-size: 13px; font-weight: 700; letter-spacing: .01em; text-align: center; transition: transform .25s cubic-bezier(.2,.8,.2,1), background .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--leaf); color: var(--paper); box-shadow: 0 14px 32px rgba(22, 35, 15, .28); }
.button-primary:hover { background: var(--leaf-deep); }
.button-outline { position: relative; border: 1px solid rgba(27, 42, 26, .28); background: rgba(255, 255, 255, .5); color: var(--leaf); }
.button-outline:hover { border-color: var(--leaf); }
.button-light { background: var(--paper); color: var(--leaf); }

/* Signature botanical sprig divider */
.sprig-divider { position: relative; z-index: 2; display: flex; justify-content: center; padding: 0; color: var(--gold); background: transparent; }
.sprig-divider svg { width: clamp(96px, 12vw, 150px); height: auto; overflow: visible; }
.sprig-divider.on-leaf { color: var(--gold-soft); }
.sprig-divider.on-sand { color: var(--clay); }

/* reveal-on-scroll (respects reduced motion) */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; min-height: var(--header); border-bottom: 1px solid var(--line); background: rgba(247, 240, 224, .92); backdrop-filter: blur(14px); }
.header-inner { width: min(100%, 1536px); min-height: var(--header); margin: auto; padding: 8px clamp(18px, 4vw, 66px); display: flex; align-items: center; gap: clamp(18px, 2.5vw, 38px); }
.brand { min-width: 0; display: flex; align-items: center; gap: 11px; margin-right: auto; }
.brand img { width: 54px; height: 54px; flex: none; object-fit: cover; border-radius: 50%; box-shadow: 0 0 0 3px var(--paper), 0 0 0 4px var(--line); }
.brand span { min-width: 0; display: grid; line-height: 1; }
.brand strong { color: var(--clay); font-family: var(--display); font-size: 25px; font-weight: 500; }
.brand small { margin-top: 6px; color: var(--leaf); font-size: 9px; font-weight: 700; letter-spacing: .24em; }
.desktop-nav { display: flex; gap: clamp(20px, 2.4vw, 38px); font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 10px 0; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--clay); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.menu-button { display: none; width: 44px; height: 44px; flex: none; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 1.5px; margin: 4px auto; background: var(--leaf); transition: transform .2s ease, opacity .2s ease; }
.menu-button.open span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.menu-button.open span:nth-child(2) { opacity: 0; }
.menu-button.open span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
.cart-button { min-height: 44px; flex: none; display: inline-flex; align-items: center; gap: 9px; border: 0; border-radius: 999px; padding: 9px 10px 9px 17px; background: var(--leaf); color: var(--paper); font-size: 12px; font-weight: 700; cursor: pointer; }
.cart-button b { min-width: 26px; height: 26px; padding: 0 7px; display: grid; place-items: center; border-radius: 999px; background: var(--gold-soft); color: var(--leaf-deep); font-size: 11px; }
.mobile-nav { padding: 14px 20px 22px; display: grid; gap: 2px; border-top: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 32px rgba(22, 35, 15, .14); }
.mobile-nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--line); color: var(--leaf); font-family: var(--display); font-size: 19px; }
.mobile-nav .mobile-wa { margin-top: 12px; justify-content: center; border: 0; border-radius: 999px; background: #1fa957; color: white; font-family: var(--body); font-size: 13px; font-weight: 700; }

/* Hero */
.hero { position: relative; z-index: 2; min-height: min(760px, calc(100svh - var(--header))); display: grid; grid-template-columns: .92fr 1.08fr; background: var(--sand); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; left: -60px; top: -60px; width: 420px; height: 420px; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M100 6C60 40 20 60 8 100c12 40 52 60 92 94 40-34 80-54 92-94-12-40-52-60-92-94Z' fill='none' stroke='%2333481f' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat; opacity: .16;
}
.hero-copy { position: relative; z-index: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(62px, 8vw, 120px) clamp(26px, 5.8vw, 96px); }
.hero h1 { font-size: clamp(52px, 5.8vw, 88px); letter-spacing: -.04em; }
.hero h1 em { display: inline-block; font-style: italic; }
.hero-text { max-width: 560px; margin: 27px 0 0; color: var(--muted); font-family: var(--display); font-weight: 380; font-size: clamp(17px, 1.3vw, 21px); line-height: 1.68; }
.hero-actions { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-stats { margin-top: 42px; padding-top: 26px; display: flex; gap: 28px; border-top: 1px solid rgba(27, 42, 26, .15); }
.hero-stats div { display: grid; gap: 4px; }
.hero-stats strong { color: var(--clay); font-family: var(--display); font-size: 22px; font-weight: 500; }
.hero-stats span { color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.hero-media { position: relative; z-index: 1; min-width: 0; min-height: 520px; display: flex; padding: clamp(16px, 2.4vw, 30px) clamp(16px, 2.4vw, 30px) clamp(16px, 2.4vw, 30px) clamp(8px, 1.4vw, 16px); overflow: visible; }
.hero-frame { position: relative; flex: 1; min-width: 0; overflow: hidden; border: 1px solid rgba(27, 42, 26, .22); background: var(--paper); padding: 9px; box-shadow: 0 30px 70px rgba(22, 35, 15, .16); }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 69% center; }
.hero-seal { position: absolute; left: -30px; bottom: -30px; width: 118px; height: 118px; color: var(--leaf); filter: drop-shadow(0 10px 20px rgba(22, 35, 15, .28)); animation: seal-spin 34s linear infinite; }
.hero-seal svg { width: 100%; height: 100%; }
@keyframes seal-spin { to { transform: rotate(360deg); } }

.trust-strip { position: relative; z-index: 2; padding: 20px clamp(18px, 5vw, 78px); display: grid; grid-template-columns: repeat(5, 1fr); background: var(--leaf-deep); color: var(--paper); }
.trust-strip span { min-height: 34px; padding: 0 16px; display: flex; align-items: center; justify-content: center; gap: 9px; border-right: 1px solid rgba(247, 240, 224, .14); font-size: 11px; font-weight: 600; letter-spacing: .04em; white-space: nowrap; }
.trust-strip span:last-child { border: 0; }
.trust-strip b { display: inline-flex; width: 16px; height: 16px; color: var(--gold-soft); }
.trust-strip b svg { width: 100%; height: 100%; }

/* Products */
.collection { background: var(--parchment); }
.section-heading { width: min(var(--max), 100%); margin: 0 auto 50px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 56px; }
.section-heading h2, .story h2, .ritual h2, .payment-band h2, .faq h2, .contact h2 { font-size: clamp(42px, 5vw, 70px); letter-spacing: -.035em; }
.section-heading > p { max-width: 520px; margin: 0; color: var(--muted); font-family: var(--display); font-weight: 380; font-size: 17px; line-height: 1.7; }
.product-grid { width: min(var(--max), 100%); margin: auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.product-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 3px; background: var(--paper); box-shadow: 0 1px 0 var(--line); transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, border-color .3s ease; }
.product-card:hover { transform: translateY(-6px); border-color: rgba(27, 42, 26, .32); box-shadow: 0 26px 54px rgba(22, 35, 15, .16); }
.product-media { position: relative; display: block; aspect-ratio: .88; overflow: hidden; background: var(--sand); }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:nth-child(2) .product-media img, .product-card:nth-child(3) .product-media img { object-position: center top; }
.product-card:hover .product-media img { transform: scale(1.035); }
.product-category { position: absolute; left: 13px; bottom: 13px; padding: 7px 11px; border: 1px solid rgba(247, 240, 224, .5); background: rgba(22, 35, 15, .82); color: var(--paper); font-family: var(--body); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-copy { flex: 1; display: flex; flex-direction: column; padding: 23px 20px 20px; }
.product-hindi { margin: 0 0 6px; color: var(--clay); font-size: 11px; font-weight: 600; }
.product-copy h3 { min-height: 52px; font-size: 24px; line-height: 1.1; }
.product-copy h3 a { color: inherit; }
.product-copy h3 a:hover { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.product-description { min-height: 78px; margin: 14px 0 10px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.benefit-list { min-height: 88px; margin: 0 0 17px; padding: 0; list-style: none; color: #4c563f; font-size: 11px; line-height: 1.5; }
.benefit-list li { position: relative; padding: 4px 0 4px 17px; }
.benefit-list li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); font-size: 9px; }
.product-meta { margin-top: auto; padding-top: 15px; display: flex; align-items: end; gap: 10px; border-top: 1px solid var(--line); }
.product-price { display: grid; }
.product-price strong { color: var(--clay); font-family: var(--display); font-size: 25px; font-weight: 500; }
.product-price small { color: var(--muted); font-size: 10px; }
.add-button { min-height: 42px; margin-left: auto; border: 1px solid var(--leaf); border-radius: 999px; padding: 10px 16px; background: var(--leaf); color: var(--paper); font-size: 11px; font-weight: 700; cursor: pointer; transition: background .2s ease, color .2s ease; }
.add-button:hover { background: var(--leaf-deep); }
.quantity { margin-left: auto; padding: 3px; display: flex; align-items: center; gap: 3px; border: 1px solid var(--line); border-radius: 999px; background: var(--sand); }
.quantity button { width: 34px; height: 34px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--paper); color: var(--leaf); font-size: 18px; line-height: 1; cursor: pointer; box-shadow: 0 2px 8px rgba(22, 35, 15, .1); }
.quantity span { min-width: 24px; text-align: center; font-size: 12px; font-weight: 700; }
.detail-link { margin-top: 13px; display: inline-flex; gap: 8px; color: var(--clay); font-size: 11px; font-weight: 700; }
.detail-link:hover { text-decoration: underline; text-underline-offset: 4px; }

/* Story and content */
.story { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(45px, 7vw, 108px); background: var(--sand); }
.story-media { min-width: 0; height: clamp(520px, 52vw, 690px); overflow: hidden; }
.story-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.story-copy { max-width: 620px; padding-right: 4vw; }
.story-copy > p:not(.eyebrow) { margin: 27px 0; color: var(--muted); font-family: var(--display); font-weight: 380; font-size: 18px; line-height: 1.78; }
.text-link { display: inline-flex; gap: 9px; padding-bottom: 6px; border-bottom: 1px solid rgba(124, 43, 63, .35); color: var(--clay); font-size: 13px; font-weight: 700; }
.ritual { background: var(--parchment); }
.ritual-heading { max-width: 720px; margin-bottom: 46px; }
.ritual-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.ritual-grid article { position: relative; min-height: 260px; padding: 32px 27px; background: var(--paper); }
.ritual-grid article > span { display: inline-block; margin-bottom: 50px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.ritual-grid h3 { font-size: 27px; }
.ritual-grid p { margin: 16px 0 0; color: var(--muted); font-size: 13px; line-height: 1.68; }
.payment-band { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 68px; background: var(--leaf-deep); color: var(--paper); }
.payment-band h2 { color: var(--paper); font-size: clamp(40px, 4.5vw, 66px); }
.payment-band .eyebrow { color: var(--gold-soft); }
.upi-card { max-width: 520px; padding: 36px; border: 1px solid rgba(247, 240, 224, .18); background: rgba(247, 240, 224, .06); }
.upi-card small { display: block; color: var(--gold-soft); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.upi-card strong { display: block; margin: 12px 0 20px; color: var(--paper); font-family: var(--display); font-size: clamp(30px, 3.2vw, 45px); font-weight: 460; word-break: break-word; }
.small-button { min-height: 42px; border: 1px solid var(--gold); border-radius: 999px; padding: 10px 16px; background: transparent; color: var(--gold-soft); font-size: 11px; font-weight: 700; cursor: pointer; }
.small-button:hover { background: rgba(185, 130, 47, .16); }
.upi-card p { margin: 22px 0 0; color: #c9d1bd; font-size: 12px; line-height: 1.6; }
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(46px, 8vw, 128px); background: var(--parchment); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 42px 24px 0; color: var(--leaf); font-family: var(--display); font-size: 21px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 21px; right: 3px; color: var(--clay); font-family: var(--body); font-size: 22px; transition: transform .2s ease; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -3px 0 26px; padding-right: 40px; color: var(--muted); font-size: 13px; line-height: 1.72; }
.contact { background: var(--leaf); color: var(--paper); text-align: center; }
.contact .eyebrow { color: var(--gold-soft); justify-content: center; }
.contact h2 { color: var(--paper); }
.contact > p:not(.eyebrow) { max-width: 640px; margin: 23px auto 28px; color: #e2e6d7; font-family: var(--display); font-weight: 380; font-size: 18px; line-height: 1.68; }

/* Footer */
.site-footer { position: relative; z-index: 2; min-height: 220px; padding: 44px clamp(20px, 6vw, 92px); display: grid; grid-template-columns: 1.4fr .7fr .85fr .8fr; align-items: center; gap: 36px; background: var(--leaf-deep); color: #cad2bd; font-size: 12px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 58px; height: 58px; flex: none; object-fit: cover; border-radius: 50%; }
.footer-brand div { display: grid; gap: 5px; }
.footer-brand strong { color: var(--paper); font-family: var(--display); font-size: 20px; font-weight: 460; }
.footer-brand span { color: #93a082; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.site-footer p { margin: 0; line-height: 1.68; }
.site-footer a { color: var(--paper); text-decoration: underline; text-underline-offset: 3px; }
.footer-links { display: grid; gap: 9px; }
.disclaimer { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(247, 240, 224, .1); color: #7c8a6d; line-height: 1.58; }
.whatsapp-float { position: fixed; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); z-index: 45; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #1fa957; color: white; box-shadow: 0 12px 30px rgba(12, 85, 43, .32); font-size: 11px; font-weight: 900; letter-spacing: .04em; }

/* Product card as link */
.product-media { display: block; }

/* Breadcrumb */
.breadcrumb { position: relative; z-index: 2; width: min(var(--max), 100%); margin: 26px auto 0; padding: 0 clamp(20px, 6vw, 92px); display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 12px; }
.breadcrumb a { color: var(--clay); font-weight: 600; }
.breadcrumb a:hover { text-decoration: underline; text-underline-offset: 3px; }
.breadcrumb span[aria-hidden] { color: var(--line); }

/* Product detail page */
.product-detail { position: relative; z-index: 2; width: min(var(--max), 100%); margin: 20px auto 0; padding: clamp(30px, 6vw, 60px) clamp(20px, 6vw, 92px) clamp(70px, 8vw, 120px); display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(40px, 6vw, 90px); }
.detail-media { position: sticky; top: calc(var(--header) + 20px); align-self: start; aspect-ratio: .88; overflow: hidden; background: var(--sand); border: 1px solid var(--line); }
.detail-media img { width: 100%; height: 100%; object-fit: cover; }
.detail-copy { min-width: 0; }
.detail-copy .product-hindi { font-size: 13px; }
.detail-copy h1 { margin-top: 8px; font-size: clamp(36px, 4.4vw, 54px); letter-spacing: -.03em; }
.detail-tagline { max-width: 520px; margin: 16px 0 0; color: var(--muted); font-family: var(--display); font-weight: 380; font-size: 17px; line-height: 1.7; }
.detail-price { margin: 26px 0 0; display: flex; align-items: baseline; gap: 12px; }
.detail-price strong { color: var(--clay); font-family: var(--display); font-size: 36px; font-weight: 500; }
.detail-price small { color: var(--muted); font-size: 12px; }
.detail-benefits { margin: 22px 0 0; padding: 0; list-style: none; color: #4c563f; font-size: 13px; line-height: 1.6; }
.detail-benefits li { position: relative; padding: 5px 0 5px 22px; }
.detail-benefits li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); font-size: 10px; }
.detail-cta { margin-top: 26px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
#detailQuantity .add-button { min-height: 50px; padding: 14px 28px; border-radius: 999px; font-size: 12px; }
#detailQuantity .quantity { padding: 4px; }
#detailQuantity .quantity button { width: 40px; height: 40px; font-size: 20px; }
.detail-ideal { margin-top: 22px; padding: 15px 17px; border: 1px solid rgba(124, 43, 63, .2); background: rgba(124, 43, 63, .06); color: var(--clay); font-size: 12px; line-height: 1.55; }
.detail-block { margin-top: 46px; padding-top: 34px; border-top: 1px solid var(--line); }
.detail-block h2 { font-size: 22px; color: var(--leaf); }
.detail-block p { margin: 14px 0 0; color: var(--muted); font-family: var(--display); font-weight: 380; font-size: 16px; line-height: 1.72; }
.howto-list { margin: 18px 0 0; padding: 0; list-style: none; counter-reset: howto; display: grid; gap: 13px; }
.howto-list li { position: relative; padding: 4px 0 4px 40px; color: var(--ink); font-size: 14px; line-height: 1.62; }
.howto-list li::before { counter-increment: howto; content: counter(howto); position: absolute; left: 0; top: 2px; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--leaf); color: var(--paper); font-family: var(--display); font-size: 12px; font-weight: 600; }
.detail-disclaimer { margin-top: 42px; padding: 15px 17px; border: 1px dashed var(--line); color: var(--muted); font-size: 11px; line-height: 1.62; }
.related-section { position: relative; z-index: 2; width: min(var(--max), 100%); margin: 0 auto; padding: 0 clamp(20px, 6vw, 92px) clamp(80px, 8vw, 130px); }
.related-section h2 { font-size: clamp(28px, 3.4vw, 40px); margin-bottom: 26px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }

/* Cart and checkout */
.drawer-scrim { position: fixed; inset: 0; z-index: 80; border: 0; background: rgba(15, 22, 11, .55); backdrop-filter: blur(3px); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.drawer-scrim.open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; inset: 0 0 0 auto; z-index: 90; width: min(490px, 100%); display: flex; flex-direction: column; background: var(--paper); box-shadow: -24px 0 68px rgba(15, 22, 11, .22); transform: translateX(105%); visibility: hidden; transition: transform .32s cubic-bezier(.22, .75, .15, 1), visibility .32s ease; }
.cart-drawer.open { transform: translateX(0); visibility: visible; }
.drawer-header { flex: none; min-height: 92px; padding: 20px 24px; display: flex; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.drawer-header > div { margin-right: auto; }
.drawer-header small { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.drawer-header h2 { margin-top: 5px; font-size: 30px; }
.icon-button { width: 42px; height: 42px; flex: none; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--leaf); font-size: 25px; cursor: pointer; }
.cart-view, .checkout-view { min-height: 0; flex: 1; display: flex; flex-direction: column; }
.drawer-body { min-height: 0; flex: 1; overflow-y: auto; overscroll-behavior: contain; padding: 19px 24px 28px; }
.cart-line { padding: 14px 0; display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; gap: 13px; border-bottom: 1px solid var(--line); }
.cart-line > img { width: 72px; height: 82px; object-fit: cover; background: var(--sand); }
.cart-line h3 { font-size: 17px; line-height: 1.15; }
.cart-line p { margin: 5px 0 9px; color: var(--muted); font-size: 11px; }
.cart-line > strong { color: var(--clay); font-family: var(--display); font-size: 17px; font-weight: 500; }
.cart-line .quantity { width: max-content; margin: 0; }
.cart-line .quantity button { width: 28px; height: 28px; font-size: 15px; }
.cart-line .quantity span { min-width: 21px; font-size: 10px; }
.shipping-note { margin-top: 16px; padding: 12px 13px; border: 1px solid rgba(124, 43, 63, .2); background: rgba(124, 43, 63, .06); color: var(--clay); font-size: 11px; }
.empty-cart { min-height: 58vh; display: grid; place-content: center; text-align: center; }
.empty-cart > span { color: var(--clay); font-size: 25px; }
.empty-cart h3 { margin-top: 15px; font-size: 29px; }
.empty-cart p { margin: 9px 0 20px; color: var(--muted); font-size: 13px; }
.empty-cart button, .back-button { border: 0; background: transparent; color: var(--clay); font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.drawer-footer { flex: none; padding: 17px 24px calc(19px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: var(--white); }
.totals p { margin: 0 0 8px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; }
.totals p strong { color: var(--ink); }
.totals .grand { margin: 12px 0 16px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--leaf); font-family: var(--display); font-size: 20px; }
.totals .grand strong { color: var(--clay); font-weight: 500; }
.checkout-button { width: 100%; min-height: 50px; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: var(--leaf); color: var(--paper); font-size: 12px; font-weight: 700; cursor: pointer; transition: background .2s ease; }
.checkout-button:hover { background: var(--leaf-deep); }
.checkout-button:disabled { opacity: .65; cursor: not-allowed; }
.drawer-footer > small { display: block; margin-top: 8px; color: var(--muted); font-size: 10px; text-align: center; }
.checkout-form { padding-top: 14px; }
.checkout-form .back-button { margin-bottom: 20px; }
.checkout-form > label, .field-row label { margin-bottom: 14px; display: grid; gap: 7px; color: var(--leaf); font-size: 11px; font-weight: 700; }
.checkout-form input, .checkout-form textarea { width: 100%; min-height: 46px; border: 1px solid var(--line); border-radius: 4px; padding: 11px 12px; background: var(--white); color: var(--ink); font-size: 16px; outline: 0; }
.checkout-form input:focus, .checkout-form textarea:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(92, 122, 48, .14); }
.checkout-form textarea { resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.checkout-form fieldset { margin: 4px 0 15px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; border: 0; }
.checkout-form legend { margin-bottom: 8px; color: var(--leaf); font-size: 11px; font-weight: 700; }
.payment-option { min-height: 68px; padding: 10px 11px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); background: var(--white); cursor: pointer; }
.payment-option.selected { border-color: var(--leaf); box-shadow: inset 0 0 0 1px var(--leaf); }
.payment-option input { width: 16px; min-height: 16px; height: 16px; padding: 0; accent-color: var(--leaf); }
.payment-option span { display: grid; gap: 4px; }
.payment-option strong { color: var(--ink); font-size: 11px; }
.payment-option small { color: var(--muted); font-size: 9px; }
.upi-checkout { padding: 15px; border: 1px solid rgba(92, 122, 48, .2); background: rgba(92, 122, 48, .08); }
.upi-checkout p { margin: 0 0 10px; color: var(--muted); font-size: 11px; }
.upi-checkout p strong { color: var(--leaf); }
.upi-checkout div { display: flex; flex-wrap: wrap; gap: 7px; }
.upi-checkout button, .upi-checkout a { min-height: 38px; display: inline-flex; align-items: center; border: 0; border-radius: 999px; padding: 8px 12px; background: var(--white); color: var(--leaf); font-size: 10px; font-weight: 700; cursor: pointer; }
.upi-checkout a { background: var(--leaf); color: var(--paper); }
.upi-checkout > small { display: block; margin-top: 9px; color: var(--muted); font-size: 9px; line-height: 1.48; }
.checkout-summary { margin-top: 15px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.checkout-summary p, .checkout-summary strong { margin: 0 0 7px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 11px; }
.checkout-summary strong { margin: 11px 0 0; padding-top: 11px; border-top: 1px dashed var(--line); color: var(--leaf); font-family: var(--display); font-size: 18px; font-weight: 460; }
.form-error { margin: 13px 0 0; padding: 10px 12px; border: 1px solid #d98989; background: #fff1f1; color: #8c1f1f; font-size: 11px; line-height: 1.48; }
.toast { position: fixed; left: 50%; bottom: 22px; z-index: 120; max-width: calc(100% - 32px); padding: 10px 16px; border-radius: 999px; background: var(--leaf-deep); color: var(--paper); font-size: 12px; opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ritual-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .payment-band { grid-template-columns: 1fr 1fr; gap: 38px; }
  .faq { grid-template-columns: 1fr; gap: 42px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .product-detail { grid-template-columns: 1fr; }
  .detail-media { position: static; aspect-ratio: 1.1; }
  .related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  :root { --header: 68px; }
  .header-inner { padding: 7px 14px; gap: 8px; }
  .brand img { width: 47px; height: 47px; }
  .brand strong { font-size: 20px; }
  .brand small { margin-top: 4px; font-size: 7px; }
  .menu-button { margin-left: auto; }
  .cart-button { padding: 8px; gap: 0; }
  .cart-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .cart-button b { min-width: 28px; height: 28px; }

  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-media { grid-row: 1; min-height: 0; height: 62vw; max-height: 390px; padding: 14px 14px 20px; }
  .hero-frame img { object-position: 71% center; }
  .hero-seal { left: -14px; bottom: -14px; width: 84px; height: 84px; }
  .hero-copy { grid-row: 2; padding: 44px 20px 54px; }
  .hero h1 { font-size: clamp(46px, 14vw, 64px); }
  .hero-text { margin-top: 20px; font-size: 16px; line-height: 1.6; }
  .hero-actions { margin-top: 27px; display: grid; }
  .hero-stats { margin-top: 30px; padding-top: 22px; gap: 20px; }
  .hero-stats strong { font-size: 19px; }

  .trust-strip { padding: 15px 14px; display: flex; justify-content: flex-start; gap: 9px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; }
  .trust-strip::-webkit-scrollbar { display: none; }
  .trust-strip span { min-width: max-content; min-height: 40px; padding: 0 15px; border: 1px solid rgba(247, 240, 224, .16); border-radius: 999px; font-size: 10px; scroll-snap-align: start; }

  .section { padding: 68px 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 21px; margin-bottom: 31px; }
  .section-heading h2, .story h2, .ritual h2, .faq h2, .contact h2 { font-size: 41px; }
  .section-heading > p { font-size: 15px; }
  .product-grid { grid-template-columns: 1fr; gap: 18px; }
  .product-card { max-width: 520px; width: 100%; margin-inline: auto; }
  .product-media { aspect-ratio: 1 / .94; }
  .product-copy h3, .product-description, .benefit-list { min-height: 0; }
  .product-copy h3 { font-size: 26px; }
  .add-button { min-height: 44px; }

  .story { grid-template-columns: 1fr; gap: 36px; }
  .story-media { height: min(118vw, 570px); }
  .story-copy { padding-right: 0; }
  .story-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.68; }
  .ritual-heading { margin-bottom: 28px; }
  .ritual-grid { grid-template-columns: 1fr; }
  .ritual-grid article { min-height: 0; padding: 26px 23px; }
  .ritual-grid article > span { margin-bottom: 31px; }
  .payment-band { grid-template-columns: 1fr; gap: 31px; }
  .payment-band h2 { font-size: 39px; }
  .upi-card { padding: 26px 20px; }
  .upi-card strong { font-size: 31px; }
  .faq { grid-template-columns: 1fr; gap: 29px; }
  .faq-list summary { min-height: 66px; padding: 20px 38px 20px 0; display: flex; align-items: center; font-size: 18px; }
  .faq-list summary::after { top: 20px; }
  .faq-list details p { padding-right: 17px; }
  .contact > p:not(.eyebrow) { font-size: 16px; }

  .site-footer { padding: 38px 20px; grid-template-columns: 1fr; align-items: start; gap: 18px; }
  .disclaimer { grid-column: 1; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; height: 54px; }

  .cart-drawer { width: 100%; }
  .drawer-header { min-height: 80px; padding: 16px 18px; }
  .drawer-header h2 { font-size: 27px; }
  .drawer-body { padding-left: 18px; padding-right: 18px; }
  .drawer-footer { padding-left: 18px; padding-right: 18px; }
  .field-row, .checkout-form fieldset { grid-template-columns: 1fr; gap: 0; }
  .checkout-form fieldset { gap: 8px; }
  .cart-line { grid-template-columns: 62px minmax(0, 1fr) auto; gap: 10px; }
  .cart-line > img { width: 62px; height: 72px; }
  .cart-line h3 { font-size: 15px; }

  .breadcrumb { margin-top: 18px; font-size: 11px; }
  .product-detail { margin-top: 10px; padding: 24px 18px 60px; gap: 30px; }
  .detail-copy h1 { font-size: 34px; }
  .detail-price strong { font-size: 30px; }
  .related-grid { grid-template-columns: 1fr; }
  .related-section { padding: 0 18px 60px; }
}

@media (max-width: 390px) {
  .brand span { display: none; }
  .hero-media { height: 68vw; padding: 12px 12px 16px; }
  .hero-seal { width: 68px; height: 68px; left: -10px; bottom: -10px; }
  .hero-copy { padding-left: 17px; padding-right: 17px; }
  .hero h1 { font-size: 46px; }
  .hero-stats { gap: 16px; }
  .section { padding-left: 16px; padding-right: 16px; }
  .product-copy { padding-left: 17px; padding-right: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
