/* =====================================================
   AYURAA — Redesigned CSS
   Aesthetic: Premium Botanical Luxury
   Palette: Warm Parchment · Forest Green · Amber Gold
===================================================== */

:root {
  --bg: #ede6d6;
  --bg-deep: #e5ddc8;
  --page-tint: rgba(247, 242, 230, 0.85);
  --shell: #faf6ec;
  --section: #f2ead8;
  --section-alt: #faf6ec;
  --section-sage: #eef4ef;
  --card: #ffffff;

  --text: #18100a;
  --text-soft: #3a2c14;
  --text-faint: #7a6440;
  --muted: #6a5836;

  --line: rgba(80, 62, 28, 0.11);
  --line-strong: rgba(55, 40, 14, 0.18);

  --accent: #1b4b37;
  --accent-dark: #0f3022;
  --accent-mid: #255c44;
  --accent-soft: #e0ede6;

  --gold: #b87828;
  --gold-dark: #9a6018;
  --gold-light: #f6e8cc;
  --gold-muted: #c8965a;

  --ink: #1b4b37;       /* alias for strong dark-green fills */
  --sage: #e8f2ec;      /* very light green tint */

  --white: #ffffff;

  --shadow-xs: 0 2px 8px rgba(26, 14, 4, 0.05);
  --shadow-sm: 0 6px 22px rgba(26, 14, 4, 0.07);
  --shadow-md: 0 14px 40px rgba(26, 14, 4, 0.10);
  --shadow-lg: 0 28px 64px rgba(26, 14, 4, 0.13);
  --shadow: 0 20px 52px rgba(26, 14, 4, 0.12);

  --radius-lg: 16px;
  --radius-md: 12px;
  --radius-sm: 8px;

  --sans: "Montserrat", sans-serif;
  --serif: "Cormorant Garamond", serif;
  --sans-dev: "Noto Sans Devanagari", sans-serif;
  --serif-dev: "Noto Serif Devanagari", serif;
}

/* =====================================================
   GLOBAL RESET + SCROLL FIX
===================================================== */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  width: 100%;
  min-height: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100vh;
  height: auto;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  font-family: var(--sans);
  color: var(--text);
  letter-spacing: 0.005em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background:
    radial-gradient(ellipse at 0% 0%, rgba(255,255,255,0.36) 0%, transparent 50%),
    radial-gradient(ellipse at 100% 100%, rgba(184,120,40,0.06) 0%, transparent 45%),
    linear-gradient(160deg, #e8dfc8 0%, #ede6d4 50%, #e2d9c2 100%);
}

body.no-scroll {
  overflow: hidden;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.hidden {
  display: none !important;
}

section[id],
footer[id],
main[id],
div[id] {
  scroll-margin-top: 100px;
}

/* =====================================================
   LANGUAGE FONT SUPPORT
===================================================== */

html[lang="hi"] body,
html[lang="mr"] body {
  font-family: var(--sans-dev);
  letter-spacing: 0;
}

html[lang="hi"] .hero-copy h1,
html[lang="hi"] .section-head h2,
html[lang="hi"] .story-copy h2,
html[lang="hi"] .product-card h3,
html[lang="hi"] .bundle-content h3,
html[lang="hi"] .panel-title,
html[lang="hi"] .order-success-box h3,
html[lang="hi"] .review-user-meta h4,
html[lang="hi"] .eyebrow,
html[lang="hi"] .product-subtitle,
html[lang="hi"] .policy-hero h1,
html[lang="hi"] .policy-card h2,
html[lang="mr"] .hero-copy h1,
html[lang="mr"] .section-head h2,
html[lang="mr"] .story-copy h2,
html[lang="mr"] .product-card h3,
html[lang="mr"] .bundle-content h3,
html[lang="mr"] .panel-title,
html[lang="mr"] .order-success-box h3,
html[lang="mr"] .review-user-meta h4,
html[lang="mr"] .eyebrow,
html[lang="mr"] .product-subtitle,
html[lang="mr"] .policy-hero h1,
html[lang="mr"] .policy-card h2 {
  font-family: var(--serif-dev);
  font-style: normal;
}

html[lang="hi"] .nav-left a,
html[lang="hi"] .cart-button,
html[lang="hi"] .pill-button,
html[lang="hi"] .text-link,
html[lang="hi"] .footer-legal-links a,
html[lang="hi"] .footer-right a,
html[lang="hi"] .payment-option span,
html[lang="hi"] .field label,
html[lang="hi"] .section-head p,
html[lang="hi"] .review-user-meta span,
html[lang="hi"] .product-price,
html[lang="hi"] .benefit-strip span,
html[lang="hi"] .theme-toggle,
html[lang="hi"] .language-select,
html[lang="hi"] .faq-question,
html[lang="mr"] .nav-left a,
html[lang="mr"] .cart-button,
html[lang="mr"] .pill-button,
html[lang="mr"] .text-link,
html[lang="mr"] .footer-legal-links a,
html[lang="mr"] .footer-right a,
html[lang="mr"] .payment-option span,
html[lang="mr"] .field label,
html[lang="mr"] .section-head p,
html[lang="mr"] .review-user-meta span,
html[lang="mr"] .product-price,
html[lang="mr"] .benefit-strip span,
html[lang="mr"] .theme-toggle,
html[lang="mr"] .language-select,
html[lang="mr"] .faq-question {
  letter-spacing: 0.04em;
  text-transform: none;
}

/* =====================================================
   SMOOTH TRANSITIONS
===================================================== */

a,
button,
.product-card,
.review-card,
.panel-card,
.story-media,
.product-image,
.bundle-card,
.bundle-image,
.soap-gallery-card,
.soap-gallery-image,
.pill-button,
.text-link,
.size-chip,
.cart-button,
.payment-option,
.field input,
.field textarea,
.language-select,
.theme-toggle,
.coupon-btn,
.add-bundle-btn,
.policy-card,
.policy-hero {
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease;
}

.site-header,
.product-card,
.bundle-card,
.review-card,
.panel-card,
.story-media,
.faq-item,
.product-image,
.bundle-image,
.story-media img,
.pill-button,
.add-btn,
.add-bundle-btn,
.coupon-btn,
.cart-button,
.size-chip,
.payment-option {
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* =====================================================
   PAGE STRUCTURE
===================================================== */

.page-backdrop {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.site-shell,
main.site-shell {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  height: auto;
  overflow: visible;
  margin: 0;
  position: relative;
  z-index: 1;
  background: var(--shell);
}

/* =====================================================
   HEADER
===================================================== */

.site-header {
  width: 100%;
  min-height: 80px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 48px;
  border-bottom: 1px solid var(--line);
  background: rgba(248, 243, 230, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.site-header.scrolled {
  background: rgba(248, 243, 230, 0.98);
  box-shadow: 0 1px 0 var(--line), 0 8px 32px rgba(26, 14, 4, 0.06);
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.nav-left a {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-faint);
  font-weight: 600;
}

.nav-left a:hover {
  color: var(--accent);
}

.nav-left a,
.footer-right a,
.footer-legal-links a,
.text-link {
  position: relative;
}

.nav-left a::after,
.footer-right a::after,
.footer-legal-links a::after,
.text-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0.6;
}

.nav-left a:hover::after,
.footer-right a:hover::after,
.footer-legal-links a:hover::after,
.text-link:hover::after {
  transform: scaleX(1);
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo {
  width: 148px;
  height: auto;
  animation: floatLogo 5s ease-in-out infinite;
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.utility-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.language-select,
.theme-toggle {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--text-faint);
  padding: 0 14px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}

.language-select {
  cursor: pointer;
  outline: none;
}

.language-select:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

.theme-toggle:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.theme-toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 14px;
  font-size: 13px;
  line-height: 1;
}

.cart-button {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.6);
  padding: 10px 18px;
  cursor: pointer;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 600;
  border-radius: 999px;
  color: var(--text-faint);
}

.cart-button:hover {
  background: var(--accent);
  color: var(--white);
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(27, 75, 55, 0.22);
}

.cart-count {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0;
}

.cart-button:hover .cart-count {
  background: rgba(255, 255, 255, 0.22);
}

/* =====================================================
   HERO
===================================================== */

.hero-section {
  position: relative;
  width: 100%;
  min-height: calc(100svh - 80px);
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: center;
  gap: 48px;
  padding: 80px 72px;
  background: url("images/hero-soap.jpg") center center / cover no-repeat;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      110deg,
      rgba(8, 6, 4, 0.84) 0%,
      rgba(8, 6, 4, 0.64) 42%,
      rgba(8, 6, 4, 0.36) 74%,
      rgba(8, 6, 4, 0.18) 100%
    ),
    linear-gradient(
      180deg,
      rgba(10, 8, 6, 0.2) 0%,
      rgba(10, 8, 6, 0.42) 100%
    );
  z-index: 1;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 660px;
}

.hero-copy > * {
  animation: fadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-copy .eyebrow {
  animation-delay: 0.06s;
}

.hero-copy h1 {
  animation-delay: 0.16s;
}

.hero-copy .hero-text {
  animation-delay: 0.26s;
}

.hero-copy .hero-actions {
  animation-delay: 0.36s;
}

.hero-copy .hero-proof {
  animation-delay: 0.44s;
}

.eyebrow {
  display: inline-block;
  font-family: var(--sans);
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-muted);
  margin-bottom: 18px;
}

.hero-copy .eyebrow {
  color: rgba(200, 150, 90, 0.92);
}

.hero-copy h1 {
  font-family: var(--serif);
  font-size: clamp(4.2rem, 7.5vw, 7.6rem);
  line-height: 0.88;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: #ffffff;
}

.hero-text {
  margin-top: 22px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.hero-proof {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-proof span {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  font-weight: 600;
  padding: 6px 14px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
}

/* Hero sidecard */
.hero-sidecard {
  position: relative;
  z-index: 2;
  background: rgba(248, 243, 230, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  padding: 32px 28px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  animation: fadeUp 0.9s 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-sidecard-kicker {
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(200, 150, 90, 0.88);
  margin-bottom: 14px;
}

.hero-sidecard h2 {
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.0;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.hero-sidecard-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.hero-sidecard-list li {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.7;
  padding-left: 16px;
  position: relative;
}

.hero-sidecard-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: rgba(200, 150, 90, 0.7);
  font-size: 10px;
  top: 3px;
}

.hero-sidecard-footer {
  display: flex;
  align-items: baseline;
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 20px;
}

.hero-sidecard-footer span {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  font-weight: 600;
}

.hero-sidecard-footer strong {
  font-family: var(--serif);
  font-size: 2.8rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
}

/* =====================================================
   BUTTONS
===================================================== */

.pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 48px;
  padding: 13px 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--text);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}

.pill-button:hover {
  background: var(--accent);
  color: var(--white);
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(27, 75, 55, 0.26);
}

.text-link {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: rgba(255, 255, 255, 0.78);
}

.text-link:hover {
  color: #ffffff;
}

.add-btn,
.place-order-btn,
.add-bundle-btn,
.coupon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  cursor: pointer;
  background: var(--accent);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  border: none;
  position: relative;
  overflow: hidden;
}

.add-btn::before,
.place-order-btn::before,
.add-bundle-btn::before,
.coupon-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0);
  transition: background 0.22s ease;
}

.add-btn,
.place-order-btn {
  width: 100%;
}

.place-order-btn {
  min-height: 52px;
  font-size: 11px;
  letter-spacing: 0.24em;
  background: var(--accent);
  box-shadow: 0 8px 24px rgba(27, 75, 55, 0.22);
}

.add-btn:hover,
.place-order-btn:hover,
.add-bundle-btn:hover,
.coupon-btn:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(27, 75, 55, 0.26);
}

button:disabled,
button:disabled:hover {
  cursor: not-allowed;
  transform: none;
  opacity: 0.52;
  box-shadow: none;
}

/* =====================================================
   SHARED SECTIONS
===================================================== */

.products-section,
.bundle-section,
.checkout-section,
.reviews-section,
.faq-section,
.policy-page {
  border-top: 1px solid var(--line);
  padding: 80px 60px;
  overflow: visible;
}

.products-section {
  background: var(--section-sage);
}

.bundle-section {
  background: var(--section);
}

.checkout-section {
  background: var(--section-alt);
}

.reviews-section {
  background: var(--section-sage);
}

.faq-section {
  background: var(--section-alt);
}

.section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  margin-bottom: 48px;
}

.section-head h2 {
  font-family: var(--serif);
  font-size: clamp(3rem, 4.5vw, 4.4rem);
  line-height: 0.94;
  letter-spacing: -0.025em;
  color: var(--text);
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
}

.section-head h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 36px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}

.section-head p {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold);
  order: -1;
}

/* =====================================================
   PRODUCTS
===================================================== */

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.product-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 16px;
  box-shadow: var(--shadow-xs);
  overflow: hidden;
  position: relative;
}

.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--gold));
  opacity: 0;
  transition: opacity 0.28s ease;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.product-card:hover::before {
  opacity: 1;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(27, 75, 55, 0.20);
}

.product-image-wrap {
  width: 100%;
  height: 340px;
  margin-bottom: 18px;
  border-radius: 10px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(232, 242, 236, 0.9) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 80%, rgba(246, 232, 204, 0.7) 0%, transparent 50%),
    #f0ede4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-card:hover .product-image {
  transform: scale(1.0);
}

.product-topline {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}

.product-card h3 {
  font-family: var(--serif);
  font-size: 1.9rem;
  line-height: 0.96;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text);
}

.product-price {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--accent);
  font-weight: 700;
  white-space: nowrap;
}

.product-subtitle {
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: var(--text-faint);
  margin-bottom: 16px;
  line-height: 1.4;
}

.size-selector {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.size-chip {
  flex: 1;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--text-faint);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.size-chip.active,
.size-chip:hover {
  background: var(--accent);
  color: var(--white);
  border-color: var(--accent);
  transform: translateY(-1px);
}

/* =====================================================
   BUNDLES
===================================================== */

.bundle-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}

.bundle-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 16px;
  box-shadow: var(--shadow-xs);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

.bundle-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(27, 75, 55, 0.22);
}

.bundle-media {
  width: 100%;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(232, 242, 236, 0.9) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 80%, rgba(246, 232, 204, 0.7) 0%, transparent 50%),
    #f0ede4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bundle-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.bundle-card:hover .bundle-image {
  transform: scale(1.0);
}

.bundle-content {
  display: flex;
  flex-direction: column;
  padding: 4px 4px 8px;
}

.bundle-eyebrow {
  display: inline-flex;
  align-items: center;
  font-family: var(--sans);
  font-style: normal;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-dark);
  background: var(--gold-light);
  border: 1px solid rgba(184, 120, 40, 0.20);
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 14px;
}

.bundle-content h3 {
  font-family: var(--serif);
  font-size: 2.2rem;
  line-height: 0.96;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text);
  margin-bottom: 12px;
}

.bundle-text {
  color: var(--text-soft);
  font-size: 13.5px;
  line-height: 1.9;
  margin-bottom: 18px;
}

.bundle-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.bundle-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  border: 1px solid rgba(27, 75, 55, 0.12);
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bundle-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
}

.bundle-price-row strong {
  font-family: var(--serif);
  font-size: 2.4rem;
  line-height: 1;
  color: var(--text);
  font-weight: 600;
}

.bundle-price-row span {
  color: var(--text-faint);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.add-bundle-btn {
  min-width: 200px;
  padding: 0 24px;
  align-self: flex-start;
}

/* =====================================================
   BENEFITS
===================================================== */

.benefit-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: var(--accent);
  border: none;
}

.benefit-strip span {
  min-height: 68px;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  border-right: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0 10px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.benefit-strip span:hover {
  color: rgba(255, 255, 255, 1);
  background: var(--accent-mid);
}

.benefit-strip span:last-child {
  border-right: none;
}

/* =====================================================
   STORY
===================================================== */

.story-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  min-height: 560px;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 0% 100%, rgba(184, 120, 40, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 100% 0%, rgba(27, 75, 55, 0.05) 0%, transparent 50%),
    #f5eedf;
  padding: 88px 72px;
  gap: 72px;
  overflow: visible;
}

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.story-copy .eyebrow {
  color: var(--gold);
  margin-bottom: 16px;
}

.story-copy h2 {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 3.8vw, 4rem);
  line-height: 0.96;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: var(--text);
  max-width: 620px;
  margin-bottom: 24px;
}

.story-copy p {
  max-width: 580px;
  color: var(--text-soft);
  font-size: 14.5px;
  line-height: 2;
  margin-bottom: 16px;
}

.story-copy a.pill-button {
  align-self: flex-start;
  margin-top: 8px;
  background: var(--accent);
  color: var(--white);
  border-color: var(--accent);
  min-width: 0;
}

.story-copy a.pill-button:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.story-media-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-media {
  width: 100%;
  max-width: 500px;
  height: 460px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--section);
  box-shadow: var(--shadow-lg);
}

.story-media:hover {
  transform: translateY(-4px);
  box-shadow: 0 36px 72px rgba(26, 14, 4, 0.14);
}

.story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.story-media:hover img {
  transform: scale(1.04);
}

/* =====================================================
   SOAP GALLERY
===================================================== */

.soap-gallery-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  padding: 72px 60px;
  background: var(--section);
}

.soap-gallery-grid {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.soap-gallery-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.soap-gallery-card:hover {
  transform: translateY(-6px);
  border-color: rgba(27, 75, 55, 0.2);
  box-shadow: var(--shadow-lg);
}

.soap-gallery-image {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.soap-gallery-card:hover .soap-gallery-image {
  transform: scale(1.04);
}

.soap-gallery-center {
  grid-column: 1 / -1;
  width: min(760px, 100%);
  justify-self: center;
  min-height: 450px;
}

.soap-gallery-center .soap-gallery-image {
  min-height: 450px;
}

/* =====================================================
   REVIEWS
===================================================== */

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.review-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  box-shadow: var(--shadow-xs);
  position: relative;
  overflow: hidden;
}

.review-card::before {
  content: "\201C";
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: var(--serif);
  font-size: 7rem;
  line-height: 1;
  color: var(--sage);
  font-weight: 500;
  pointer-events: none;
  user-select: none;
}

.review-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--gold));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.review-card:hover::after {
  transform: scaleX(1);
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: rgba(27, 75, 55, 0.16);
}

.review-user {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.review-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--accent-soft);
  box-shadow: 0 4px 12px rgba(27, 75, 55, 0.10);
  flex-shrink: 0;
}

.review-user-meta h4 {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 3px;
  color: var(--text);
}

.review-user-meta span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.review-stars {
  font-size: 14px;
  letter-spacing: 0.16em;
  color: var(--gold);
  margin-bottom: 12px;
}

.review-card p {
  color: var(--text-soft);
  font-size: 13.5px;
  line-height: 1.95;
  position: relative;
  z-index: 1;
}

/* =====================================================
   FAQ
===================================================== */

.faq-section {
  border-top: 1px solid var(--line);
  background: var(--shell);
}

.faq-list {
  display: grid;
  gap: 0;
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--card);
  box-shadow: var(--shadow-sm);
}

.faq-item {
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: background-color 0.22s ease;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--accent);
  border-radius: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.22s ease;
}

.faq-item.active {
  background: rgba(27, 75, 55, 0.035);
}

.faq-item.active::before {
  opacity: 1;
}

.faq-question {
  width: 100%;
  background: transparent;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  text-align: left;
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.faq-question span:first-child {
  max-width: 90%;
}

.faq-question:hover {
  color: var(--accent);
}

.faq-item.active .faq-question {
  color: var(--accent);
}

.faq-icon {
  font-size: 22px;
  line-height: 1;
  color: var(--accent);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  flex-shrink: 0;
  font-weight: 300;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid rgba(27, 75, 55, 0.20);
  display: grid;
  place-items: center;
  font-size: 18px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  background: var(--accent);
  color: var(--white);
  border-color: var(--accent);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.32s ease;
  padding: 0 26px;
}

.faq-item.active .faq-answer {
  max-height: 260px;
  padding: 0 26px 22px;
}

.faq-answer p {
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.95;
}

/* =====================================================
   CHECKOUT
===================================================== */

.checkout-head {
  margin-bottom: 0;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}

.panel-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-sm);
}

.panel-title {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 22px;
  color: var(--text);
  letter-spacing: -0.01em;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.cart-items {
  display: grid;
  gap: 12px;
}

.empty-state {
  color: var(--muted);
  border: 1px dashed var(--line);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  background: var(--section-alt);
}

.cart-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 16px;
  background: var(--section-alt);
}

.cart-item-left h4 {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 4px;
  color: var(--text);
}

.cart-item-meta {
  color: var(--muted);
  font-size: 11px;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}

.qty-box {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: var(--card);
}

.qty-box button {
  width: 32px;
  height: 32px;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  color: var(--text);
}

.qty-box button:hover {
  color: var(--accent);
}

.qty-box span {
  width: 38px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.cart-item-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.remove-btn {
  background: none;
  color: #9a5757;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.remove-btn:hover {
  color: #7a3535;
}

.item-total {
  font-weight: 700;
  font-size: 14px;
  color: var(--text);
}

.cart-summary {
  margin-top: 22px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  display: grid;
  gap: 10px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 12.5px;
  letter-spacing: 0.01em;
}

.summary-row strong {
  color: var(--text);
  font-weight: 600;
}

.total-row {
  font-size: 15px;
  color: var(--text);
  font-weight: 600;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  margin-top: 2px;
}

.checkout-form {
  display: grid;
  gap: 16px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.20em;
  color: var(--text-faint);
}

.field input,
.field textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--section-alt);
  color: var(--text);
  outline: none;
  font-size: 14px;
}

.field input:focus,
.field textarea:focus,
.coupon-box input:focus,
select:focus {
  border-color: var(--accent);
  background: var(--card);
  box-shadow: 0 0 0 3px rgba(27, 75, 55, 0.08);
}

.payment-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.payment-option {
  position: relative;
  min-width: 120px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 11px 16px;
  cursor: pointer;
  background: var(--section-alt);
}

.payment-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.payment-option span {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--text-faint);
}

.payment-option.active {
  background: var(--accent);
  color: var(--white);
  border-color: var(--accent);
}

.payment-option.active span {
  color: var(--white);
}

.payment-option:hover:not(.active) {
  border-color: var(--accent);
}

.payment-option:hover:not(.active) span {
  color: var(--accent);
}

.payment-fields.hidden {
  display: none !important;
}

.coupon-card {
  display: grid;
  gap: 8px;
  margin-top: 4px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--section-alt);
}

.coupon-card label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.20em;
  color: var(--text-faint);
}

.coupon-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.coupon-box input {
  width: 100%;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--card);
  color: var(--text);
  outline: none;
  font-size: 13px;
}

.coupon-btn {
  min-width: 110px;
  padding: 0 16px;
  font-size: 10px;
}

.coupon-note {
  color: var(--text-soft);
  font-size: 11.5px;
  line-height: 1.7;
}

.coupon-note.success {
  color: var(--accent);
}

.coupon-note.error {
  color: #9a5757;
}

.checkout-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}

/* =====================================================
   POLICY PAGES
===================================================== */

.policy-page {
  min-height: calc(100svh - 80px);
  background: var(--section-alt);
}

.policy-shell {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.policy-hero {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 22px;
}

.policy-hero:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.policy-hero p {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.policy-hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  line-height: 0.96;
  color: var(--text);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.policy-intro {
  color: var(--text-soft);
  font-size: 14.5px;
  line-height: 1.95;
  max-width: 900px;
}

.policy-grid {
  display: grid;
  gap: 16px;
}

.policy-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-xs);
}

.policy-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(27, 75, 55, 0.18);
}

.policy-card h2 {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 14px;
  color: var(--text);
  letter-spacing: -0.01em;
}

.policy-card p,
.policy-card li {
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.95;
}

.policy-card ul {
  padding-left: 20px;
  margin-top: 8px;
}

.policy-card li + li {
  margin-top: 6px;
}

.policy-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.policy-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.policy-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.policy-links a {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.policy-links a:hover {
  color: var(--accent);
}

/* =====================================================
   FOOTER
===================================================== */

.site-footer {
  border-top: 3px solid var(--accent);
  padding: 40px 56px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  background: var(--accent);
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-logo {
  width: 64px;
  height: auto;
  opacity: 0.9;
  filter: brightness(10);
}

.footer-left p {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.footer-right {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  align-items: center;
}

.footer-right a {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.footer-right a:hover {
  color: rgba(255, 255, 255, 1);
}

.footer-links-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.footer-legal-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-right a,
.footer-legal-links a {
  white-space: nowrap;
}

.footer-legal-links a {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}

.footer-legal-links a:hover {
  color: rgba(255, 255, 255, 0.78);
}

.nav-left a:hover,
.footer-right a:hover::after,
.footer-legal-links a:hover::after {
  color: var(--accent);
}

/* =====================================================
   TOAST + MODAL
===================================================== */

.toast {
  position: fixed;
  right: 24px;
  bottom: 28px;
  background: var(--accent);
  color: var(--white);
  padding: 14px 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: var(--radius-md);
  transform: translateY(16px);
  opacity: 0;
  pointer-events: none;
  z-index: 9998;
  box-shadow: 0 12px 32px rgba(27, 75, 55, 0.28);
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.3s ease;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

.order-success {
  position: fixed;
  inset: 0;
  background: rgba(26, 14, 4, 0.42);
  display: grid;
  place-items: center;
  padding: 20px;
  z-index: 9999;
  animation: fadeOverlay 0.28s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.order-success.hidden {
  display: none !important;
  pointer-events: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.order-success-box {
  width: min(440px, 100%);
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 44px 36px;
  text-align: center;
  box-shadow: var(--shadow);
  animation: modalRise 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.order-success-box h3 {
  font-family: var(--serif);
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.order-success-box p {
  color: var(--muted);
  margin-bottom: 28px;
  line-height: 1.8;
  font-size: 14px;
}

/* =====================================================
   REVEAL ANIMATION
===================================================== */

.reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-delay-1 {
  transition-delay: 0.07s;
}

.reveal-delay-2 {
  transition-delay: 0.14s;
}

.reveal-delay-3 {
  transition-delay: 0.21s;
}

.reveal-delay-4 {
  transition-delay: 0.28s;
}

/* =====================================================
   DJANGO MESSAGES
===================================================== */

.messages-shell {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: min(92%, 600px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.message-pill {
  pointer-events: auto;
  margin: 0;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: var(--accent);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 32px rgba(27, 75, 55, 0.26);
  backdrop-filter: blur(12px);
  animation: ayuraaMessageDrop 0.45s ease both;
}

/* =====================================================
   AUTH PAGES
===================================================== */

.ay-auth-body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--sans);
  background:
    radial-gradient(circle at 15% 20%, rgba(27, 75, 55, 0.10), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(184, 120, 40, 0.10), transparent 30%),
    linear-gradient(150deg, #f4eedf 0%, #ece6d4 48%, #e6ddc8 100%);
  color: var(--text);
}

.ay-auth-page {
  min-height: 100vh;
  position: relative;
  overflow: visible;
  display: grid;
  place-items: center;
  padding: 42px 18px;
}

.ay-auth-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(27, 75, 55, 0.05), transparent 40%),
    linear-gradient(300deg, rgba(184, 120, 40, 0.04), transparent 40%);
  pointer-events: none;
}

.ay-auth-bg-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(60px);
  opacity: 0.5;
  pointer-events: none;
}

.ay-auth-bg-glow-one {
  width: 400px;
  height: 400px;
  left: -120px;
  top: 60px;
  background: rgba(27, 75, 55, 0.12);
}

.ay-auth-bg-glow-two {
  width: 440px;
  height: 440px;
  right: -130px;
  bottom: -80px;
  background: rgba(184, 120, 40, 0.10);
}

.ay-auth-card {
  position: relative;
  z-index: 2;
  width: min(100%, 500px);
  padding: 44px 40px;
  border-radius: 20px;
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
}

.ay-auth-logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  text-decoration: none;
}

.ay-auth-logo {
  width: 100px;
  height: auto;
}

.ay-auth-kicker {
  margin: 0 0 8px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: var(--gold);
}

.ay-auth-title {
  margin: 0;
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(42px, 7vw, 64px);
  line-height: 0.92;
  font-weight: 500;
  color: var(--text);
  letter-spacing: -0.02em;
}

.ay-auth-subtitle {
  max-width: 380px;
  margin: 16px auto 28px;
  text-align: center;
  font-size: 14px;
  line-height: 1.85;
  color: var(--text-soft);
}

.ay-auth-form {
  display: grid;
  gap: 16px;
}

.ay-auth-field {
  display: grid;
  gap: 8px;
}

.ay-auth-field label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.ay-auth-field input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 16px 20px;
  background: var(--section-alt);
  color: var(--text);
  font-size: 14px;
  font-family: var(--sans);
  outline: none;
}

.ay-auth-field input:focus {
  border-color: var(--accent);
  background: var(--card);
  box-shadow: 0 0 0 3px rgba(27, 75, 55, 0.08);
}

.ay-auth-btn {
  width: 100%;
  border-radius: 999px;
  margin-top: 6px;
  padding: 17px 24px;
  cursor: pointer;
  background: var(--accent);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-family: var(--sans);
  border: none;
  box-shadow: 0 12px 28px rgba(27, 75, 55, 0.20);
}

.ay-auth-btn:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(27, 75, 55, 0.26);
}

.ay-auth-links {
  margin-top: 24px;
  display: grid;
  gap: 10px;
  text-align: center;
  font-size: 14px;
  color: var(--text-soft);
}

.ay-auth-links p {
  margin: 0;
}

.ay-auth-links a {
  color: var(--accent);
  font-weight: 700;
}

.ay-auth-links a:hover {
  color: var(--accent-dark);
}

.ay-auth-back-link {
  display: inline-flex;
  justify-content: center;
  margin-top: 2px;
}

.ay-auth-messages {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.ay-auth-message {
  margin: 0;
  padding: 12px 16px;
  border-radius: var(--radius-md);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  background: var(--accent-soft);
  border: 1px solid rgba(27, 75, 55, 0.16);
}

/* =====================================================
   OUT OF STOCK
===================================================== */

.product-card.out-of-stock,
.bundle-card.out-of-stock {
  position: relative;
  opacity: 0.65;
}

.product-card.out-of-stock::after,
.bundle-card.out-of-stock::after {
  content: "Out of Stock";
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(80, 35, 28, 0.92);
  color: #fff8f4;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 6px 18px rgba(35, 22, 17, 0.2);
}

.product-card.out-of-stock .product-image,
.bundle-card.out-of-stock .bundle-image {
  filter: grayscale(0.72) brightness(0.96);
}

.product-card.out-of-stock button,
.bundle-card.out-of-stock button {
  cursor: not-allowed;
  opacity: 0.55;
}

/* =====================================================
   DARK MODE
===================================================== */

body.dark-mode {
  --bg: #111009;
  --bg-deep: #0e0c08;
  --page-tint: rgba(18, 14, 10, 0.85);
  --shell: #161410;
  --section: #1a1712;
  --section-alt: #1e1b15;
  --card: rgba(30, 26, 18, 0.95);

  --text: #f2ead8;
  --text-soft: #c8b898;
  --text-faint: #8a7858;
  --muted: #7a6848;

  --line: rgba(255, 240, 200, 0.09);
  --line-strong: rgba(255, 240, 200, 0.15);

  --accent: #2e7a5c;
  --accent-dark: #236248;
  --accent-soft: rgba(46, 122, 92, 0.14);

  --gold: #c89040;
  --gold-light: rgba(200, 144, 64, 0.14);
  --gold-muted: #b07a30;

  background:
    radial-gradient(ellipse at 0% 0%, rgba(46, 122, 92, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 100% 100%, rgba(184, 120, 40, 0.04) 0%, transparent 45%),
    linear-gradient(160deg, #100e09 0%, #14120d 50%, #0f0d09 100%);
}

body.dark-mode .site-shell {
  background: var(--shell);
}

body.dark-mode .site-header {
  background: rgba(20, 18, 12, 0.90);
}

body.dark-mode .site-header.scrolled {
  background: rgba(20, 18, 12, 0.96);
  box-shadow: 0 1px 0 var(--line), 0 8px 28px rgba(0, 0, 0, 0.3);
}

body.dark-mode .language-select,
body.dark-mode .theme-toggle,
body.dark-mode .cart-button {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-faint);
  border-color: var(--line);
}

body.dark-mode .products-section,
body.dark-mode .reviews-section {
  background: rgba(27, 75, 55, 0.08);
}

body.dark-mode .bundle-section,
body.dark-mode .story-section {
  background: var(--section);
}

body.dark-mode .checkout-section,
body.dark-mode .faq-section,
body.dark-mode .policy-page,
body.dark-mode .soap-gallery-section {
  background: var(--section-alt);
}

body.dark-mode .benefit-strip {
  background: rgba(27, 75, 55, 0.55);
}

body.dark-mode .benefit-strip span {
  color: rgba(255, 255, 255, 0.60);
  border-right-color: rgba(255, 255, 255, 0.06);
}

body.dark-mode .product-card,
body.dark-mode .review-card,
body.dark-mode .panel-card,
body.dark-mode .faq-list,
body.dark-mode .bundle-card,
body.dark-mode .story-media,
body.dark-mode .order-success-box,
body.dark-mode .policy-card,
body.dark-mode .policy-hero,
body.dark-mode .soap-gallery-card,
body.dark-mode .coupon-card {
  background: var(--card);
  border-color: var(--line);
}

body.dark-mode .field input,
body.dark-mode .field textarea,
body.dark-mode .payment-option,
body.dark-mode .empty-state,
body.dark-mode .cart-item,
body.dark-mode .qty-box,
body.dark-mode .coupon-box input,
body.dark-mode .ay-auth-field input {
  background: var(--section);
  color: var(--text);
  border-color: var(--line);
}

body.dark-mode .bundle-tags span {
  background: var(--accent-soft);
  color: var(--text-soft);
}

body.dark-mode .bundle-eyebrow {
  color: var(--gold);
}

body.dark-mode .site-footer {
  background: var(--accent-dark);
  border-top-color: var(--accent-dark);
}

body.dark-mode .hero-overlay {
  background:
    linear-gradient(
      110deg,
      rgba(0, 0, 0, 0.78) 0%,
      rgba(0, 0, 0, 0.54) 40%,
      rgba(0, 0, 0, 0.26) 70%,
      rgba(0, 0, 0, 0.12) 100%
    );
}

body.dark-mode .hero-copy h1,
body.dark-mode .hero-text,
body.dark-mode .text-link {
  color: #ffffff;
}

body.dark-mode .hero-sidecard {
  background: rgba(20, 18, 12, 0.22);
  border-color: rgba(255, 255, 255, 0.10);
}

body.dark-mode .review-card::before {
  color: rgba(46, 122, 92, 0.12);
}

body.dark-mode .ay-auth-card {
  background: var(--card);
  border-color: var(--line);
}

body.dark-mode .ay-auth-body {
  background:
    radial-gradient(circle at 15% 20%, rgba(46, 122, 92, 0.08), transparent 30%),
    linear-gradient(150deg, #141210 0%, #181512 48%, #120f0a 100%);
}

body.dark-mode .pill-button {
  background: rgba(242, 234, 216, 0.10);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--text);
}

body.dark-mode .pill-button:hover {
  background: var(--accent);
  color: var(--white);
  border-color: var(--accent);
}

body.dark-mode .toast {
  background: var(--accent);
}

/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatLogo {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@keyframes fadeOverlay {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modalRise {
  from {
    opacity: 0;
    transform: translate3d(0, 16px, 0) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes ayuraaMessageDrop {
  from {
    opacity: 0;
    transform: translateY(-14px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1200px) {
  .hero-section {
    padding: 64px 52px;
    grid-template-columns: 1fr 360px;
    gap: 36px;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bundle-grid {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .checkout-grid {
    grid-template-columns: 1fr;
  }

  .soap-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 20px;
  }

  .nav-left,
  .brand,
  .header-tools {
    justify-self: center;
  }

  .nav-left {
    justify-content: center;
    gap: 16px;
  }

  .hero-section {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 60px 28px 48px;
    background-position: center right;
  }

  .hero-sidecard {
    max-width: 480px;
    justify-self: start;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-copy h1 {
    font-size: 3.6rem;
  }

  .hero-text {
    font-size: 14px;
  }

  .story-section {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 52px 28px;
    gap: 36px;
  }

  .story-media {
    max-width: 100%;
    height: 340px;
  }

  .bundle-media {
    height: 300px;
  }

  .products-section,
  .bundle-section,
  .checkout-section,
  .reviews-section,
  .faq-section,
  .policy-page {
    padding: 52px 28px;
  }

  .soap-gallery-section {
    padding: 52px 28px;
  }

  .soap-gallery-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .soap-gallery-center {
    grid-column: auto;
    width: 100%;
  }

  .benefit-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .benefit-strip span:nth-child(3n) {
    border-right: none;
  }

  .section-head {
    margin-bottom: 36px;
  }

  .section-head h2 {
    font-size: 2.4rem;
  }

  .policy-hero h1 {
    font-size: 2.8rem;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
  }

  .footer-links-group {
    align-items: flex-start;
  }

  .footer-right,
  .footer-legal-links,
  .policy-bottom,
  .policy-links {
    justify-content: flex-start;
  }

  .header-tools,
  .utility-controls {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .messages-shell {
    top: 72px;
    width: calc(100% - 24px);
  }

  .message-pill {
    border-radius: 20px;
    font-size: 10px;
    padding: 12px 16px;
    line-height: 1.5;
  }
}

@media (max-width: 640px) {
  .products-grid,
  .reviews-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .nav-left a {
    font-size: 9px;
  }

  .brand-logo {
    width: 128px;
  }

  .hero-copy h1,
  .story-copy h2,
  .bundle-content h3,
  .policy-hero h1 {
    font-size: 2.8rem;
  }

  .product-card h3,
  .policy-card h2 {
    font-size: 1.7rem;
  }

  .product-image-wrap {
    height: 280px;
  }

  .bundle-media {
    height: 240px;
  }

  .cart-item {
    grid-template-columns: 1fr;
  }

  .cart-item-right {
    text-align: left;
  }

  .benefit-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-strip span:nth-child(3n) {
    border-right: 1px solid var(--line);
  }

  .benefit-strip span:nth-child(2n) {
    border-right: none;
  }

  .benefit-strip span {
    font-size: 8px;
  }

  .faq-question {
    padding: 18px 18px;
    font-size: 13px;
  }

  .faq-item.active .faq-answer {
    padding: 0 18px 18px;
  }

  .policy-hero,
  .policy-card {
    padding: 20px 18px;
  }

  .language-select,
  .theme-toggle,
  .cart-button,
  .coupon-btn,
  .add-bundle-btn {
    width: 100%;
    justify-content: center;
  }

  .coupon-box {
    grid-template-columns: 1fr;
  }

  .soap-gallery-section {
    padding: 40px 18px;
  }

  .hero-section {
    padding: 44px 20px 36px;
  }

  .hero-sidecard {
    padding: 22px 18px;
  }

  .story-section {
    padding: 44px 20px;
  }

  .products-section,
  .bundle-section,
  .checkout-section,
  .reviews-section,
  .faq-section,
  .policy-page {
    padding: 40px 20px;
  }

  .checkout-head {
    margin-bottom: 0;
  }
}

/* =========================================================
   AYURAA HEADER COMPLETE PASS
========================================================= */

.nav-toggle,
.mobile-nav {
  display: none;
}

.nav-auth {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nav-auth-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(103, 87, 82, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-faint);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-auth-link:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.site-header {
  width: 100%;
  min-height: 78px;
  margin: 0;
  padding: 0 24px;
  gap: 18px;
  border: 0;
  border-bottom: 1px solid rgba(103, 87, 82, 0.12);
  background: rgba(250, 246, 243, 0.88);
  box-shadow: none;
}

.site-header.scrolled {
  background: rgba(250, 246, 243, 0.95);
  box-shadow: 0 8px 24px rgba(61, 42, 31, 0.08);
}

.nav-left {
  gap: 20px;
  flex-wrap: nowrap;
}

.brand-logo {
  width: 142px;
  animation: none;
}

.header-tools {
  gap: 10px;
  flex-wrap: nowrap;
}

.utility-controls {
  gap: 8px;
  flex-wrap: nowrap;
}

.nav-toggle {
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  border: 1px solid rgba(103, 87, 82, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(61, 42, 31, 0.08);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 1.8px;
  border-radius: 999px;
  background: var(--text);
}

.mobile-nav-divider {
  height: 1px;
  margin: 6px 0 2px;
  background: rgba(103, 87, 82, 0.12);
}

@media (max-width: 900px) {
  .site-header {
    width: 100%;
    min-height: 68px;
    grid-template-columns: auto 1fr auto;
    padding: 10px 14px;
    gap: 12px;
    margin-top: 0;
    border-radius: 0;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-left,
  .nav-auth,
  .utility-controls {
    display: none;
  }

  .brand {
    justify-content: flex-start;
  }

  .brand-logo {
    width: 124px;
  }

  .header-tools {
    justify-content: flex-end;
    gap: 8px;
  }

  .cart-button {
    min-height: 42px;
    padding: 0 14px;
    letter-spacing: 0.16em;
  }

  .mobile-nav {
    position: fixed;
    inset: 84px 12px auto;
    z-index: 999;
    display: block;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .mobile-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-nav-inner {
    display: grid;
    gap: 8px;
    padding: 16px;
    border: 1px solid rgba(103, 87, 82, 0.12);
    border-radius: 22px;
    background: rgba(250, 246, 243, 0.98);
    box-shadow: 0 24px 60px rgba(61, 42, 31, 0.16);
    backdrop-filter: blur(16px);
  }

  .mobile-nav-link {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 14px;
    color: var(--text);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
  }

  .mobile-nav-link:hover {
    background: rgba(31, 106, 96, 0.08);
    color: var(--accent);
  }
}

@media (max-width: 640px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    padding: 8px 10px;
  }

  .brand-logo {
    width: 112px;
  }

  .cart-button {
    min-width: auto;
    padding: 0 12px;
  }

  .cart-button #cartText {
    display: none;
  }

  .mobile-nav {
    inset: 76px 8px auto;
  }
}

/* =========================================================
   AYURAA HOME FLAT PASS
========================================================= */

:root {
  --radius-lg: 0;
  --radius-md: 0;
  --radius-sm: 0;
}

.hero-section,
.products-section,
.bundle-section,
.benefit-strip,
.story-section,
.reviews-section,
.faq-section,
.checkout-section,
.site-footer,
.product-card,
.bundle-card,
.review-card,
.faq-item,
.panel-card,
.product-image-wrap,
.bundle-media,
.story-media,
.order-success-box,
.empty-state,
.cart-item,
.field input,
.field textarea,
.coupon-box input,
.payment-option,
.mobile-nav-inner,
.mobile-nav-link,
.nav-toggle,
.nav-auth-link,
.language-select,
.theme-toggle,
.cart-button,
.pill-button,
.add-btn,
.add-bundle-btn,
.place-order-btn,
.coupon-btn,
.size-chip {
  border-radius: 0 !important;
}

.site-shell,
main.site-shell {
  background: linear-gradient(180deg, rgba(249, 245, 241, 0.96) 0%, rgba(241, 234, 228, 0.98) 100%);
}

.hero-section,
.products-section,
.bundle-section,
.story-section,
.reviews-section,
.faq-section,
.checkout-section {
  border-top: 1px solid rgba(103, 87, 82, 0.12);
}

.site-header,
.site-header.scrolled,
.product-card,
.bundle-card,
.review-card,
.faq-item,
.panel-card,
.site-footer,
.mobile-nav-inner {
  box-shadow: none !important;
}

.product-card::before,
.review-card::before,
.review-card::after,
.faq-item::before,
.products-section::before,
.bundle-section::before,
.reviews-section::before,
.faq-section::before,
.checkout-section::before {
  border-radius: 0 !important;
}

.hero-proof span,
.product-price,
.bundle-tags span,
.cart-count {
  border-radius: 0 !important;
}

.nav-toggle span {
  border-radius: 0;
}

.cart-count {
  min-width: 22px;
  height: 22px;
}

.mobile-nav {
  inset: 79px 0 auto !important;
}

.mobile-nav-inner {
  border-left: 0;
  border-right: 0;
}

/* =========================================================
   AYURAA STORY IMAGE LAYER PASS
========================================================= */

.story-section {
  position: relative;
  background:
    linear-gradient(90deg, rgba(247, 240, 234, 0.96) 0%, rgba(247, 240, 234, 0.9) 44%, rgba(247, 240, 234, 0.58) 100%),
    url("images/about-ayuraa.jpg") right center / cover no-repeat;
}

.story-copy {
  position: relative;
  z-index: 2;
}

.story-copy p,
.story-copy h2,
.story-copy .eyebrow {
  max-width: 600px;
}

.story-media-wrap {
  position: relative;
  z-index: 2;
  justify-content: flex-end;
}

.story-media {
  max-width: 360px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(3px);
}

.story-media img {
  opacity: 0.42;
  mix-blend-mode: multiply;
}

@media (max-width: 900px) {
  .story-section {
    background:
      linear-gradient(180deg, rgba(247, 240, 234, 0.96) 0%, rgba(247, 240, 234, 0.9) 52%, rgba(247, 240, 234, 0.82) 100%),
      url("images/about-ayuraa.jpg") center center / cover no-repeat;
  }

  .story-media-wrap {
    justify-content: center;
  }

  .story-media {
    max-width: 320px;
    height: 320px;
  }
}

@media (max-width: 640px) {
  .story-media {
    max-width: 100%;
    height: 240px;
  }
}

/* =========================================================
   AYURAA PAGE LOADER PASS
========================================================= */

body.page-loading {
  overflow: hidden;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(249, 245, 241, 0.98) 0%, rgba(241, 234, 228, 0.98) 100%);
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.page-loader-logo {
  width: min(220px, 56vw);
  height: auto;
  opacity: 0.94;
}

/* =========================================================
   AYURAA AUTH FLAT PASS
========================================================= */

.ay-auth-body {
  background: linear-gradient(180deg, #f7f1ec 0%, #eee4dc 100%);
}

.ay-auth-bg-glow,
.ay-auth-page::before,
.ay-auth-card::before {
  display: none;
}

.ay-auth-page {
  padding: 0;
  align-items: stretch;
}

.ay-auth-card {
  width: min(100%, 560px);
  padding: 40px 28px;
  border-radius: 0;
  border: 1px solid rgba(103, 87, 82, 0.14);
  background: rgba(249, 245, 241, 0.98);
  box-shadow: none;
  backdrop-filter: none;
}

.ay-auth-logo {
  filter: none;
}

.ay-auth-field input,
.ay-auth-btn,
.ay-auth-message {
  border-radius: 0;
}

.ay-auth-field input {
  background: rgba(255, 255, 255, 0.82);
}

.ay-auth-btn {
  box-shadow: none;
}

.ay-auth-btn:hover {
  transform: none;
  box-shadow: none;
}

body.dark-mode .ay-auth-body,
html.dark-mode .ay-auth-body {
  background: linear-gradient(180deg, #171311 0%, #221a17 100%);
}

body.dark-mode .ay-auth-card,
html.dark-mode .ay-auth-card {
  background: rgba(26, 21, 18, 0.98);
  box-shadow: none;
}

/* =========================================================
   AYURAA PRODUCT BRIGHT PASS
========================================================= */

.products-section {
  background: linear-gradient(180deg, rgba(255, 251, 247, 0.98) 0%, rgba(248, 241, 235, 0.96) 100%);
}

.product-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 246, 241, 0.98) 100%);
  border-color: rgba(196, 176, 160, 0.38);
}

.product-card:hover {
  border-color: rgba(184, 150, 118, 0.52);
}

.product-image-wrap {
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 82% 74%, rgba(255, 237, 208, 0.9) 0%, rgba(255, 237, 208, 0) 38%),
    linear-gradient(180deg, #fffdf9 0%, #f5eee6 100%);
}

.product-price {
  color: #815836;
  background: rgba(255, 239, 220, 0.9);
  padding: 5px 10px;
}

.product-subtitle {
  color: #786860;
}

.size-chip {
  background: rgba(255, 255, 255, 0.78);
  color: #6f625c;
  border-color: rgba(196, 176, 160, 0.42);
}

.add-btn {
  background: linear-gradient(135deg, #2a7b6f 0%, #3f6b57 55%, #b68257 100%);
}

/* =========================================================
   AYURAA REVIEWS FAQ SPLIT PASS
========================================================= */

.reviews-faq-shell {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 32px;
  align-items: start;
}

.reviews-faq-shell .reviews-section,
.reviews-faq-shell .faq-section {
  padding-left: 0;
  padding-right: 0;
}

.reviews-faq-shell .reviews-grid {
  grid-template-columns: 1fr;
  max-width: 100%;
  gap: 18px;
}

.reviews-faq-shell .review-card {
  min-height: auto;
}

.reviews-faq-shell .faq-list {
  max-width: 100%;
}

@media (max-width: 900px) {
  .reviews-faq-shell {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .reviews-faq-shell .reviews-section,
  .reviews-faq-shell .faq-section {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (max-width: 640px) {
  .reviews-faq-shell .reviews-section,
  .reviews-faq-shell .faq-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* =========================================================
   AYURAA FLOATING SOCIAL PASS
========================================================= */

.floating-social {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 900;
  display: grid;
  transform: translateY(-50%);
  border-top: 1px solid rgba(103, 87, 82, 0.14);
  border-left: 1px solid rgba(103, 87, 82, 0.14);
  border-bottom: 1px solid rgba(103, 87, 82, 0.14);
  background: rgba(250, 246, 243, 0.94);
}

.floating-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-height: 50px;
  padding: 0;
  border-bottom: 1px solid rgba(103, 87, 82, 0.14);
  color: var(--text);
  font-size: 18px;
  background: transparent;
}

.floating-social-link:last-child {
  border-bottom: 0;
}

.floating-social-link:hover {
  background: rgba(31, 106, 96, 0.08);
  color: var(--accent);
}

@media (max-width: 900px) {
  .floating-social {
    display: none;
  }
}

/* =========================================================
   AYURAA HOME DARK MODE FIX
========================================================= */

body.dark-mode .products-section {
  background: linear-gradient(180deg, rgba(20, 18, 14, 0.98) 0%, rgba(28, 24, 20, 0.96) 100%);
}

body.dark-mode .product-card {
  background: linear-gradient(180deg, rgba(34, 29, 24, 0.98) 0%, rgba(26, 22, 18, 0.98) 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

body.dark-mode .product-image-wrap {
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 82% 74%, rgba(200, 144, 64, 0.12) 0%, rgba(200, 144, 64, 0) 38%),
    linear-gradient(180deg, #24201b 0%, #171411 100%);
}

body.dark-mode .product-price {
  color: #f1d1ae;
  background: rgba(200, 144, 64, 0.16);
}

body.dark-mode .product-subtitle {
  color: #c8b6ac;
}

body.dark-mode .size-chip {
  background: rgba(255, 255, 255, 0.05);
  color: #d4c4ba;
  border-color: rgba(255, 255, 255, 0.09);
}

body.dark-mode .section-head p,
body.dark-mode .review-user-meta span,
body.dark-mode .field label,
body.dark-mode .checkout-note,
body.dark-mode .coupon-note,
body.dark-mode .summary-row,
body.dark-mode .story-copy p,
body.dark-mode .story-copy .eyebrow {
  color: #c8b6ac;
}

body.dark-mode .summary-row strong,
body.dark-mode .faq-question,
body.dark-mode .story-copy h2 {
  color: #f3e9e2;
}

body.dark-mode .story-section {
  background:
    linear-gradient(90deg, rgba(20, 18, 14, 0.94) 0%, rgba(20, 18, 14, 0.88) 44%, rgba(20, 18, 14, 0.56) 100%),
    url("images/about-ayuraa.jpg") right center / cover no-repeat;
}

body.dark-mode .story-media {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}

body.dark-mode .nav-auth-link,
body.dark-mode .mobile-nav-inner,
body.dark-mode .mobile-nav-link,
body.dark-mode .floating-social,
body.dark-mode .floating-social-link {
  background: rgba(22, 18, 14, 0.96);
  color: #f3e9e2;
  border-color: rgba(255, 255, 255, 0.08);
}

body.dark-mode .nav-auth-link:hover,
body.dark-mode .mobile-nav-link:hover,
body.dark-mode .floating-social-link:hover {
  background: rgba(46, 122, 92, 0.12);
  color: #f5d6b2;
}

body.dark-mode .cart-count {
  color: #fffaf4;
}

html.dark-mode body .nav-toggle,
body.dark-mode .nav-toggle {
  background: rgba(22, 18, 14, 0.96);
  border-color: rgba(255, 255, 255, 0.08);
  color: #f3e9e2;
}

html.dark-mode body .nav-toggle span,
body.dark-mode .nav-toggle span {
  background: #f3e9e2;
}

html.dark-mode body .mobile-nav,
body.dark-mode .mobile-nav {
  background: transparent;
}

html.dark-mode body .mobile-nav-inner,
body.dark-mode .mobile-nav-inner {
  background: rgba(18, 15, 12, 0.98);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

html.dark-mode body .mobile-nav-link,
body.dark-mode .mobile-nav-link {
  color: #f3e9e2;
  background: transparent;
}

html.dark-mode body .mobile-nav-link:hover,
body.dark-mode .mobile-nav-link:hover {
  background: rgba(46, 122, 92, 0.12);
  color: #f5d6b2;
}

html.dark-mode body .mobile-nav-divider,
body.dark-mode .mobile-nav-divider {
  background: rgba(255, 255, 255, 0.08);
}

/* Final safeguard so mobile drawer never falls back to light mode styles */
html.dark-mode .mobile-nav-inner,
body.dark-mode .mobile-nav-inner {
  background: #171311 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34) !important;
}

html.dark-mode .mobile-nav-link,
html.dark-mode .mobile-nav-link:visited,
body.dark-mode .mobile-nav-link,
body.dark-mode .mobile-nav-link:visited {
  color: #f3e9e2 !important;
  background: transparent !important;
  opacity: 1 !important;
}

html.dark-mode .mobile-nav-link:hover,
body.dark-mode .mobile-nav-link:hover {
  background: rgba(46, 122, 92, 0.14) !important;
  color: #f5d6b2 !important;
}

html.dark-mode .mobile-nav-divider,
body.dark-mode .mobile-nav-divider {
  background: rgba(255, 255, 255, 0.08) !important;
}
