/* ============================
   AYUROMA – Premium CSS
   Theme: Parchment Botanical Glassmorphism
   ============================ */

/* ── FONTS & ROOT ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Josefin+Sans:wght@300;400;600&display=swap');

:root {
  --cream:       #f5f0e8;
  --cream-dark:  #ede5d5;
  --parchment:   #e8ddc8;
  --gold:        #b8860b;
  --gold-light:  #d4af37;
  --gold-shine:  #f0d060;
  --brown:       #5c3d1e;
  --green:       #3a5c3a;
  --green-light: #6a9c6a;
  --rose:        #c7607a;
  --turmeric:    #d4881a;
  --text-main:   #3b2a1a;
  --text-muted:  #7a6050;
  --glass-bg:    rgba(255,248,235,0.45);
  --glass-bg-strong: rgba(255,248,235,0.72);
  --glass-border:rgba(212,175,55,0.3);
  --glass-shadow:0 8px 40px rgba(90,50,10,0.12);
  --radius-lg:   24px;
  --radius-md:   16px;
  --radius-sm:   10px;
  --transition:  0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

[data-theme="dark"] {
  --cream:       #1a1614;
  --cream-dark:  #25201d;
  --parchment:   #12100e;
  --gold:        #d4af37;
  --gold-light:  #f0d060;
  --gold-shine:  #fdf0a6;
  --brown:       #e8ddc8;
  --text-main:   #f5f0e8;
  --text-muted:  #b5a595;
  --glass-bg:    rgba(30, 25, 20, 0.65);
  --glass-bg-strong: rgba(30, 25, 20, 0.85);
  --glass-border:rgba(212, 175, 55, 0.25);
  --glass-shadow:0 8px 40px rgba(0, 0, 0, 0.6);
}

body.dark-mode {
  --brown: #EADDCD;
  --cream: #1C1611;
  --bg-color: #120E0A;
  --text-main: #F3EAE1;
  --text-muted: #BFAEA3;
  --glass-bg: rgba(28, 22, 17, 0.75);
  --glass-border: rgba(212, 175, 55, 0.15);
  --shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  --shadow-hover: 0 15px 50px rgba(0, 0, 0, 0.6);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Josefin Sans', sans-serif;
  background-color: var(--cream);
  background-image:
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23b8860b' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  color: var(--text-main);
  overflow-x: hidden;
  min-height: 100vh;
}

/* ── PETALS ── */
.petals-container {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.petal {
  position: absolute;
  top: -60px;
  width: 14px;
  height: 14px;
  border-radius: 50% 0 50% 0;
  opacity: 0;
  animation: petalFall linear infinite;
}
@keyframes petalFall {
  0%   { opacity: 0;   transform: translateY(-20px) rotate(0deg); }
  10%  { opacity: 0.6; }
  90%  { opacity: 0.4; }
  100% { opacity: 0;   transform: translateY(110vh) rotate(720deg); }
}

/* ── NAVBAR ── */
.navbar {
  position: fixed;
  top: 0; width: 100%;
  padding: 1.2rem 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(245,240,232,0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--glass-border);
  z-index: 1000;
  transition: background var(--transition);
}
.navbar.scrolled {
  background: rgba(245,240,232,0.92);
  box-shadow: 0 4px 20px rgba(90,50,10,0.08);
}

.nav-logo {
  display: flex;
  align-items: center;
}
.nav-logo-img {
  height: 200px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(1px 1px 2px rgba(90, 50, 10, 0.2));
  margin-top: -75px;
  margin-bottom: -75px;
  pointer-events: none;
}
.footer-logo-img {
  height: 160px;
  width: auto;
  object-fit: contain;
  margin-bottom: 0.8rem;
  filter: drop-shadow(1px 1px 2px rgba(90, 50, 10, 0.3));
}
.logo-text {
  font-family: 'Cinzel Decorative', serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  background: linear-gradient(
    to bottom right,
    #cf9e46 0%,
    #fdf0a6 25%,
    #d8a241 50%,
    #b27b27 75%,
    #e1b656 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(1px 1px 1px rgba(90, 50, 10, 0.3));
  text-transform: uppercase;
}
.logo-reg {
  font-size: 1rem;
  font-family: 'Cinzel Decorative', serif;
  background: linear-gradient(to bottom, #fdf0a6, #b27b27);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transform: translateY(-12px);
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 2.8rem;
}
.nav-links a {
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-main);
  position: relative;
  transition: color var(--transition);
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width var(--transition);
}
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { width: 100%; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 26px; height: 2px;
  background: var(--brown);
  transition: var(--transition);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  z-index: 100;
}
.theme-toggle {
  background: none;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  color: var(--brown);
  transition: transform var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-toggle:hover {
  transform: rotate(15deg) scale(1.1);
}
.nav-cart-btn {
  background: none;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  color: var(--brown);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--transition);
}
.nav-cart-btn:hover {
  transform: scale(1.1);
}
.nav-cart-count {
  position: absolute;
  top: -6px; right: -8px;
  background: var(--gold);
  color: var(--brown);
  font-size: 0.7rem;
  font-weight: bold;
  border-radius: 50%;
  width: 18px; height: 18px;
  display: flex; align-items: center; justify-content: center;
}

/* ── SECTION COMMON ── */
.section {
  padding: 8rem 5%;
  position: relative;
  z-index: 1;
}

.section-eyebrow {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 700;
  color: var(--brown);
  line-height: 1.1;
  margin-bottom: 2rem;
}
.section-title em {
  font-style: italic;
  color: var(--gold);
}
.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

/* ── GLASSMORPHISM CARD ── */
.glass-card {
  background: var(--glass-bg);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--glass-shadow);
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 10rem 5% 6rem;
  position: relative;
  overflow: hidden;
}

.hero-bg-texture {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(212,175,55,0.08), transparent),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(199,96,122,0.08), transparent),
    radial-gradient(ellipse 40% 40% at 80% 20%, rgba(106,156,106,0.08), transparent);
  pointer-events: none;
}

.hero-botanical {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 420px;
}
.hero-product-img {
  width: 100%;
  max-width: 400px;
  border-radius: var(--radius-lg);
  box-shadow: var(--glass-shadow);
  border: 1px solid var(--glass-border);
  transition: transform var(--transition);
  animation: breathe 8s ease-in-out infinite;
}
@keyframes breathe {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-12px) scale(1.02); }
}
.hero-product-img:hover {
  transform: scale(1.04) rotate(-1deg);
  box-shadow: 0 30px 80px rgba(90,50,10,0.28), 0 0 0 2px rgba(212,175,55,0.4);
}

@keyframes floatAnim {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50%       { transform: translateY(-18px) rotate(1deg); }
}
@keyframes floatAnimDelay {
  0%, 100% { transform: translateY(-8px) rotate(1deg); }
  50%       { transform: translateY(10px) rotate(-1deg); }
}
.float-anim            { animation: floatAnim 7s ease-in-out infinite; }
.float-anim--delay     { animation: floatAnimDelay 8s ease-in-out infinite; }

.hero-content {
  flex: 1.2;
  max-width: 560px;
  text-align: center;
  z-index: 2;
}

.hero-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.8rem, 8vw, 6.5rem);
  font-weight: 700;
  color: var(--brown);
  line-height: 1.0;
  margin-bottom: 1.5rem;
}
.hero-title em {
  display: block;
  font-style: italic;
  color: var(--gold);
  text-shadow: 0 2px 20px rgba(212,175,55,0.25);
}

.hero-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-style: italic;
  color: var(--text-muted);
  margin-bottom: 0.8rem;
}
.hero-tagline {
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 3rem;
}

.hero-cta {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-scroll-hint {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-muted);
  opacity: 0.7;
}
.scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollLineAnim 2s ease-in-out infinite;
}
@keyframes scrollLineAnim {
  0%,100% { transform: scaleY(1); opacity:1; }
  50%      { transform: scaleY(0.6); opacity:0.4; }
}

/* ── BUTTONS ── */
.btn {
  display: inline-block;
  padding: 0.9rem 2.4rem;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.btn::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 50%; height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-20deg);
  transition: all 0.6s ease;
}
.btn:hover::before { left: 150%; }

.btn--primary {
  background: var(--brown);
  color: var(--cream);
  border-color: var(--brown);
  box-shadow: 0 8px 24px rgba(92,61,30,0.3);
}
.btn--primary:hover {
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(184,134,11,0.35);
}

.btn--outline {
  background: transparent;
  color: var(--brown);
  border-color: var(--brown);
}
.btn--outline:hover {
  background: var(--brown);
  color: var(--cream);
  transform: translateY(-3px);
}

/* ── MARQUEE ── */
.marquee-strip {
  background: var(--brown);
  overflow: hidden;
  padding: 1rem 0;
  position: relative;
  z-index: 1;
}
.marquee-track {
  display: flex;
  gap: 3rem;
  white-space: nowrap;
  animation: marqueeScroll 25s linear infinite;
}
.marquee-track span {
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-light);
  flex-shrink: 0;
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── STORY ── */
.story { background: var(--cream-dark); }
.story-inner {
  display: flex;
  align-items: center;
  gap: 6rem;
  max-width: 1200px;
  margin: 0 auto;
}

.story-image-wrap {
  flex: 1;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.story-img {
  width: 100%;
  border-radius: var(--radius-lg);
  display: block;
  box-shadow: 0 24px 60px rgba(90,50,10,0.18);
  transition: transform var(--transition);
}
.story-img:hover { transform: scale(1.02); }
.story-img-glow {
  position: absolute;
  inset: -20px;
  background: radial-gradient(ellipse at center, rgba(212,175,55,0.15), transparent 70%);
  pointer-events: none;
}

.story-text { flex: 1.2; }

.story-body {
  color: var(--text-muted);
  line-height: 1.9;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.story-pillars {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.story-pillars li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
  color: var(--text-main);
  line-height: 1.5;
}
.pillar-icon {
  font-size: 1.5rem;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(212,175,55,0.12);
  border: 1px solid rgba(212,175,55,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ── PRODUCTS ── */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}
.product-card:hover {
  transform: translateY(-12px) !important;
  box-shadow: 0 28px 60px rgba(90,50,10,0.18), 0 0 0 1px rgba(212,175,55,0.35);
}

.product-card__badge {
  position: absolute;
  top: 1.2rem; left: 1.2rem;
  background: var(--brown);
  color: var(--cream);
  font-size: 0.65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.35rem 0.9rem;
  border-radius: 50px;
  z-index: 2;
}
.product-card__badge--new  { background: var(--green); }
.product-card__badge--gold { background: var(--gold); color: var(--brown); }

.product-card__img-wrap {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: rgba(255,248,235,0.6);
}
.product-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25,1,0.5,1);
}
.product-card:hover .product-card__img { transform: scale(1.08); }
.product-card__img-glow {
  display: none;
}

.product-card__body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex: 1;
}
.product-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--brown);
}
.product-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin-top: -0.3rem;
  margin-bottom: 0.2rem;
}
.price-current {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--gold);
}
.price-old {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  color: var(--text-muted);
  text-decoration: line-through;
  opacity: 0.6;
}
.product-card__tagline {
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  font-style: italic;
}
.product-card__ingredients {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tag {
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  background: rgba(212,175,55,0.12);
  border: 1px solid rgba(212,175,55,0.35);
  color: var(--brown);
  font-weight: 600;
}
.product-card__desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.75;
  flex: 1;
}
.product-btn { margin-top: 1rem; width: 100%; text-align: center; }

/* ── INGREDIENTS ── */
.ingredients-section {
  background: var(--parchment);
  background-image:
    url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b8860b' fill-opacity='0.05'%3E%3Ccircle cx='20' cy='20' r='4'/%3E%3C/g%3E%3C/svg%3E");
}
.ingredients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.ingredient-card {
  padding: 2.5rem 2rem;
  text-align: center;
  transition: transform var(--transition), box-shadow var(--transition);
}
.ingredient-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 40px rgba(90,50,10,0.12);
}
.ing-icon-wrap {
  margin-bottom: 1.5rem;
}
.ing-emoji {
  font-size: 3.5rem;
  display: block;
  animation: breathe 4s ease-in-out infinite;
}
.ingredient-card:nth-child(2) .ing-emoji { animation-delay: 0.5s; }
.ingredient-card:nth-child(3) .ing-emoji { animation-delay: 1s; }
.ingredient-card:nth-child(4) .ing-emoji { animation-delay: 1.5s; }
.ingredient-card:nth-child(5) .ing-emoji { animation-delay: 2s; }
.ingredient-card:nth-child(6) .ing-emoji { animation-delay: 2.5s; }
@keyframes breathe {
  0%,100% { transform: scale(1); }
  50%      { transform: scale(1.12); }
}
.ing-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 0.8rem;
}
.ing-desc {
  font-size: 0.86rem;
  color: var(--text-muted);
  line-height: 1.8;
}

/* ── SOURCING MAP ── */
.map-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  padding: 2rem;
}
.map-bg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-md);
  box-shadow: inset 0 0 40px rgba(90,50,10,0.1);
  opacity: 0.9;
}
.map-pin {
  position: absolute;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}
.pin-dot {
  width: 12px;
  height: 12px;
  background: var(--gold);
  border-radius: 50%;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(212,175,55,0.6);
  transition: transform 0.3s ease, background 0.3s ease;
}
.pin-ring {
  width: 100%;
  height: 100%;
  border: 2px solid var(--gold);
  border-radius: 50%;
  position: absolute;
  top: 0; left: 0;
  animation: pulseRing 2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
@keyframes pulseRing {
  0% { transform: scale(0.5); opacity: 1; }
  100% { transform: scale(2.5); opacity: 0; }
}
.map-pin:hover .pin-dot,
.map-pin.active .pin-dot {
  transform: translate(-50%, -50%) scale(1.5);
  background: var(--brown);
}

.map-tooltip {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) translateY(20px);
  width: 280px;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 20;
}
.map-tooltip.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) translateY(0);
}
.tooltip-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 0.2rem;
}
.tooltip-region {
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.8rem;
  font-weight: 600;
}
.tooltip-story {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--text-main);
}

/* ── TRANSFORMATION JOURNEY ── */
.journey-section {
  position: relative;
  background: var(--cream);
  padding: 0;
}
[data-theme="dark"] .journey-section {
  background: var(--cream-dark);
}
.journey-container {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
}
.journey-text {
  flex: 1;
  padding: 0 5%;
}
.journey-step {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0.3;
  transition: opacity 0.6s ease;
}
.journey-step.active {
  opacity: 1;
}
.journey-desc {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-muted);
  max-width: 500px;
}
.journey-visual {
  flex: 1;
  position: relative;
}
.journey-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.journey-img {
  position: absolute;
  width: 80%;
  max-width: 600px;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--glass-shadow);
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.journey-img.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (max-width: 900px) {
  .journey-container {
    flex-direction: column-reverse;
  }
  .journey-step {
    height: auto;
    padding: 4rem 0;
    opacity: 1;
  }
  .journey-visual {
    height: 50vh;
  }
  .journey-sticky {
    height: 50vh;
  }
  .journey-img {
    height: 100%;
    width: 100%;
  }
}

/* ── FEATURED BLOG ── */
.featured-blog {
  padding: 6rem 5%;
  max-width: 1000px;
  margin: 0 auto;
}
.featured-blog-inner {
  padding: 4rem;
  border-radius: var(--radius-lg);
  background: var(--glass-bg);
  box-shadow: var(--glass-shadow);
  border: 1px solid var(--glass-border);
}
.blog-header {
  text-align: center;
  margin-bottom: 3rem;
}
.blog-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--brown);
  line-height: 1.2;
}
.blog-body {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-main);
}
.blog-body .lead {
  font-size: 1.25rem;
  color: var(--brown);
  margin-bottom: 2rem;
  text-align: center;
  font-style: italic;
}
.blog-body p {
  margin-bottom: 1.5rem;
}
.blog-body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  color: var(--gold);
  margin: 3rem 0 1.5rem;
  border-bottom: 1px solid var(--glass-border);
  padding-bottom: 0.5rem;
}
.herb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.herb-item {
  background: rgba(255, 255, 255, 0.4);
  padding: 1.5rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--glass-border);
  font-size: 0.95rem;
}
.herb-item strong {
  color: var(--brown);
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.benefits-list {
  list-style: none;
  padding: 0;
}
.benefits-list li {
  margin-bottom: 1rem;
}
.usage-list {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.usage-list li {
  margin-bottom: 0.8rem;
}
.signature {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: var(--gold);
  text-align: center;
  margin-top: 3rem;
  font-weight: 600;
}

/* ── BENEFITS BANNER ── */
.benefits-banner {
  padding: 0 5% 6rem;
  position: relative;
  z-index: 1;
}
.benefits-banner__inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 3.5rem 4rem;
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid rgba(212,175,55,0.4);
}
.benefit-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.benefit-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.benefit-label {
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 600;
}
.benefit-divider {
  width: 1px;
  height: 60px;
  background: rgba(212,175,55,0.25);
}

.particle {
  position: fixed;
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
  pointer-events: none;
  z-index: 10000;
  animation: explode 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes explode {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
  100% { transform: translate(calc(-50% + var(--dx)), calc(-50% + var(--dy))) scale(0); opacity: 0; }
}

/* ── TOAST ── */
/* ── CONTACT ── */
.contact-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem;
}
.contact-form { display: flex; flex-direction: column; gap: 1.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.form-group label {
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.form-group input,
.form-group textarea {
  padding: 1rem 1.2rem;
  border: 1px solid rgba(212,175,55,0.35);
  border-radius: var(--radius-sm);
  background: rgba(255,248,235,0.6);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.9rem;
  color: var(--text-main);
  outline: none;
  transition: border var(--transition), box-shadow var(--transition);
  resize: vertical;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212,175,55,0.12);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text-muted); opacity: 0.7; }

.form-success {
  display: none;
  text-align: center;
  color: var(--green);
  font-size: 0.9rem;
  font-style: italic;
  padding: 1rem;
  border-radius: var(--radius-sm);
  background: rgba(106,156,106,0.1);
  border: 1px solid rgba(106,156,106,0.3);
}
.form-success.visible { display: block; }

/* ── FOOTER ── */
.footer {
  background: var(--brown);
  padding: 3rem 5%;
  position: relative;
  z-index: 1;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-brand .logo-text { color: var(--cream); }
.footer-brand .logo-reg  { color: var(--gold-light); }
.footer-brand p {
  font-size: 0.7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(245,240,232,0.5);
  margin-top: 0.3rem;
}
.footer-copy {
  font-size: 0.8rem;
  color: rgba(245,240,232,0.5);
  letter-spacing: 1px;
}

/* ── CART TOAST ── */
.cart-toast {
  position: fixed;
  top: 6rem; right: 2rem;
  bottom: auto;
  background: var(--brown);
  color: var(--cream);
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  font-weight: 600;
  z-index: 9000;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.25,1,0.5,1);
  border: 1px solid rgba(212,175,55,0.4);
}
.cart-toast.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* ── FLOATING CART ── */
.floating-cart {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 8000;
  transform: translateY(150px);
  opacity: 0;
  transition: all var(--transition);
}
.floating-cart.visible {
  transform: translateY(0);
  opacity: 1;
}
.cart-info {
  font-weight: 600;
  color: var(--brown);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cart-checkout-btn {
  padding: 0.8rem 2rem;
  background: #25D366; /* WhatsApp Green */
  border-color: #25D366;
  color: white;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 10px 40px rgba(90, 50, 10, 0.2);
  transition: all var(--transition);
}
.cart-checkout-btn:hover {
  background: #128C7E;
  border-color: #128C7E;
  box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
  transform: translateY(-2px);
}

/* ── CART MODAL ── */
.cart-modal-overlay {
  position: fixed; inset: 0;
  background: rgba(59, 42, 26, 0.6);
  backdrop-filter: blur(5px);
  z-index: 9500;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden;
  transition: all var(--transition);
}
.cart-modal-overlay.open {
  opacity: 1; visibility: visible;
}
.cart-modal-content {
  background: var(--cream);
  width: 90%; max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2.5rem;
  position: relative;
  transform: translateY(30px);
  transition: transform var(--transition);
}
.cart-modal-overlay.open .cart-modal-content {
  transform: translateY(0);
}
.cart-modal-close {
  position: absolute; top: 1rem; right: 1.5rem;
  background: none; border: none; font-size: 2.5rem;
  color: var(--text-muted); cursor: pointer;
  transition: color 0.3s;
}
.cart-modal-close:hover { color: var(--brown); }
.cart-modal-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem; color: var(--brown);
  margin-bottom: 1.5rem; border-bottom: 1px solid var(--glass-border);
  padding-bottom: 1rem;
}
.cart-items-list {
  margin-bottom: 2rem;
}
.cart-item-row {
  display: flex; justify-content: space-between;
  padding: 0.8rem 0;
  border-bottom: 1px dashed rgba(212,175,55,0.4);
  font-size: 1.05rem; font-weight: 600; color: var(--brown);
}
.cart-checkout-form { display: none; }
.cart-checkout-form.visible { display: flex; flex-direction: column; gap: 1.2rem; }
.form-section-title {
  font-size: 0.9rem; color: var(--gold);
  margin-bottom: 0.5rem; text-transform: uppercase; letter-spacing: 2px;
  font-weight: 600;
}
.cart-submit-btn {
  width: 100%; margin-top: 1rem; background: #25D366; border-color: #25D366; color: white;
}
.cart-submit-btn:hover { background: #128C7E; border-color: #128C7E; }

/* ── SCROLL ANIMATIONS ── */
.fade-up, .fade-left, .fade-right {
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.25,1,0.5,1), transform 0.9s cubic-bezier(0.25,1,0.5,1);
}
.fade-up   { transform: translateY(50px); }
.fade-left { transform: translateX(-50px); }
.fade-right{ transform: translateX(50px); }
.fade-up.visible,
.fade-left.visible,
.fade-right.visible { opacity: 1; transform: translate(0); }

.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero { flex-direction: column; text-align: center; padding: 10rem 5% 6rem; }
  .hero-botanical { max-width: 300px; }
  .story-inner { flex-direction: column; gap: 3rem; }
}

@media (max-width: 768px) {
  .nav-links {
    position: fixed;
    top: 0; right: -100%;
    height: 100vh;
    width: 70%;
    background: rgba(245,240,232,0.97);
    backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    transition: right var(--transition);
    border-left: 1px solid var(--glass-border);
  }
  .nav-links.open { right: 0; }
  .nav-links a { font-size: 1rem; }
  .nav-toggle { display: flex; z-index: 1000; }
  .nav-logo-img { height: 100px; margin-top: -30px; margin-bottom: -30px; }
  .cart-toast { 
    top: auto; 
    bottom: 2rem; 
    left: 50%; 
    right: auto; 
    transform: translateX(-50%) translateY(150%); 
    width: 90%; 
    text-align: center;
  }
  .cart-toast.show { transform: translateX(-50%) translateY(0); }
  .form-row { grid-template-columns: 1fr; }
  .contact-inner { padding: 2rem 1.5rem; }
  .benefits-banner__inner { padding: 2rem; }
  .benefit-divider { display: none; }
  .hero-botanical { display: none; }
  .products-grid { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2rem; }
  .ingredients-grid { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2rem; }
}

@media (max-width: 480px) {
  .logo-text { font-size: 1.5rem; }
  .hero-title { font-size: 2.8rem; letter-spacing: -0.5px; }
  .hero-subtitle { font-size: 1.1rem; }
  .section { padding: 4rem 1.5rem; }
  .footer-inner { flex-direction: column; text-align: center; padding: 2rem 1rem; }
  .section-title { font-size: 2.5rem; }
  .products-grid { grid-template-columns: 1fr; }
  .ingredients-grid { grid-template-columns: 1fr; }
  .cart-modal-content { padding: 1.5rem; width: 95%; }
  .cart-item-row { flex-direction: column; align-items: flex-start; gap: 0.5rem; font-size: 0.95rem; }
}
