/* The Saffron Ritual — a handcrafted apothecary editorial in pure CSS. */
:root{--cream:#f7f3e9;--cream-deep:#ede5d4;--paper:#fdfbf7;--olive:#3b3c1a;--rust:#b83a1b;--gold:#c29b38;--ink:#282816;--line:rgba(71,63,38,.16);--ease-out:cubic-bezier(.23,1,.32,1);--ease-in-out:cubic-bezier(.77,0,.175,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Manrope,sans-serif}button,a{font:inherit}button{border:0;cursor:pointer}button:focus-visible,a:focus-visible{outline:2px solid var(--rust);outline-offset:4px}

.site-shell {
  overflow: visible;
  background: var(--cream);
}

/* ----- NEW HEADER STYLES ----- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;

  /* Glassmorphism with hero gradient (semi‑transparent) */
  background: radial-gradient(circle at 72% 43%, rgba(235, 205, 155, 0.30) 0, rgba(235, 205, 155, 0.10) 25%, transparent 50%),
              linear-gradient(118deg, rgba(246, 238, 224, 0.45) 0%, rgba(239, 228, 208, 0.45) 50%, rgba(244, 237, 220, 0.45) 100%);

  backdrop-filter: blur(12px) saturate(1.1);
  -webkit-backdrop-filter: blur(12px) saturate(1.1);

  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
  padding: 0 4.25vw;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 4rem;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  font-family: "Cormorant Garamond", serif; /* keep the serif for the text */
}
.logo-img {
  height: 2rem;
  width: auto;
  object-fit: contain;
  display: block;
}
.logo-text {
  display: flex;
  align-items: baseline;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;        /* adjust size as needed */
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
}

.logo-organic {
  color: var(--olive);      /* #3b3c1a */
}

.logo-cosmetics {
  color: var(--rust);       /* #c29b38 (amber) */
  margin-left: 0.2rem;      /* optional spacing between words */
}
.nav-links {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links li button {
  background: none;
  border: 0;
  color: var(--olive);
  font-size: 13px;
  font-weight: 600;
  opacity: 0.85;
  padding: 0;
  transition: color 0.16s ease;
}
.nav-links li button:hover {
  color: var(--rust);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.btn-header {
  background-color: var(--paper);
  color: var(--olive);
  border: 1px solid var(--line);
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.5px;
  transition: all 0.16s ease;
}
.btn-header:hover {
  background-color: var(--rust);
  color: var(--paper);
  border-color: var(--rust);
}
.mobile-menu-toggle {
  display: none;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: transparent;
  color: var(--olive);
  font-size: 1.25rem;
}
.mobile-nav {
  display: none;
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 1rem;
  left: 1rem;
  gap: 0.35rem;
  padding: 0.6rem;
  border: 1px solid rgba(72,67,42,.13);
  border-radius: 1rem;
  background: rgba(253,251,247,.98);
  box-shadow: 0 14px 30px rgba(62,53,30,.13);
}
.mobile-nav.is-open {
  display: grid;
}
.mobile-nav button {
  padding: 0.85rem;
  border-radius: 0.65rem;
  background: transparent;
  color: var(--olive);
  font-size: 0.8rem;
  font-weight: 700;
  text-align: left;
}
.mobile-nav button:hover {
  background: #f3ead9;
}
/* Active nav styles */
.nav-links li button.active {
  color: var(--rust);
  position: relative;
}
.nav-links li button.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}

.mobile-nav button.active {
  color: var(--rust);
  background: rgba(184, 58, 27, 0.08);
}

/* ----- NEW HERO STYLES (renamed class) ----- */
.hero-section {
   background: radial-gradient(circle at 72% 43%, rgba(235, 205, 155, 0.7) 0, rgba(235, 205, 155, 0.2) 25%, transparent 50%),
              linear-gradient(118deg, #f6eee0 0%, #efe4d0 50%, #f4eddc 100%);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  padding: 35px 45px;
  isolation: isolate;
  min-height: 100vh;
}
.hero-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  min-height: calc(100vh - 70px);
}
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.3;
  background-image: radial-gradient(rgba(61, 54, 29, 0.22) 0.45px, transparent 0.55px);
  background-size: 7px 7px;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.main-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.2rem, 7vw, 82px);
  font-weight: 700;
  color: var(--olive);
  text-align: center;
  line-height: 0.92;
  letter-spacing: -0.03em;
  margin-top: 15px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
    text-shadow: 0 2px 12px rgba(59, 60, 26, 0.10);
}
.hero-center-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  width: 520px;
  height: 455px;
  z-index: 3;
  pointer-events: none;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.hero-center-img {
  width: 100%;
  height: auto;           /* override height:100% */
  max-height: 100%;       /* prevent overflowing bottom */
  object-fit: contain;
  object-position: bottom center;
  mix-blend-mode: multiply;
   filter: drop-shadow(0 20px 35px rgba(59, 60, 26, 0.60));
}
/* Renamed hero floating card class */
.hero-product-card {
  position: absolute;
  top: 190px;
  right: 160px;
  background: rgba(253, 251, 247, 0.94);
  border: 1px solid rgba(194, 155, 56, 0.45);
  padding: 12px 14px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 255px;
    box-shadow: 0 16px 40px rgba(73, 57, 22, 0.25);
  transform: rotate(-5deg);
  z-index: 5;
}
.card-img-wrapper {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.9), rgba(245,210,182,0.68));
}
.card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.card-info {
  display: flex;
  flex-direction: column;
}
.card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--olive);
  line-height: 1.1;
}
.card-title span {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 11px;
  color: #6c674c;
}
.card-subtitle {
  font-size: 10px;
  color: #54513c;
  margin: 2px 0 5px 0;
  line-height: 1.2;
}
.card-link {
  font-size: 11px;
  font-weight: 700;
  color: var(--rust);
  text-decoration: none;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  text-align: left;
}
.hero-content {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 4;
}
.left-col {
  max-width: 200px;
}
.avatars {
  display: flex;
  margin-bottom: 12px;
}
.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--cream);
  margin-right: -10px;
  background-size: cover;
  background-position: center;
}
.av-1 { background-image: url('https://images.unsplash.com/photo-1534528741775-53994a69daeb?w=100&auto=format&fit=crop&q=80'); }
.av-2 { background-image: url('https://images.unsplash.com/photo-1517841905240-472988babdf9?w=100&auto=format&fit=crop&q=80'); }
.av-3 { background-image: url('https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&auto=format&fit=crop&q=80'); }
.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  font-weight: 700;
  color: var(--olive);
  line-height: 0.9;
    text-shadow: 0 2px 10px rgba(59, 60, 26, 0.08);
}
.stat-label {
  font-size: 11px;
  color: #54513c;
  margin-top: 6px;
  font-weight: 600;
}
.right-col {
  max-width: 280px;
  margin-bottom: 10px;
}
.right-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 600;
  color: var(--olive);
  line-height: 1.08;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
    text-shadow: 0 2px 12px rgba(59, 60, 26, 0.10);
}
.right-desc {
  font-size: 12px;
  color: #54513c;
  line-height: 1.45;
  margin-bottom: 18px;
}
.btn-cta {
  background-color: var(--rust);
  color: var(--paper);
  border: none;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
    box-shadow: 0 10px 24px rgba(130, 45, 24, 0.25);
  transition: all 0.2s ease;
}
.btn-cta:hover {
  background-color: #a72d13;
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(130, 45, 24, 0.24);
}

/* ---- Responsive adjustments for header & hero ---- */
@media (max-width: 1080px) {
  .nav-links {
    display: none;
  }
  .mobile-menu-toggle {
    display: grid;
  }
  .site-header {
    padding: 0 1.1rem;
  }
  .navbar {
    min-height: 4.6rem;
  }
  .btn-header {
    font-size: 11px;
    padding: 8px 16px;
  }

  /* HERO MOBILE FIXES */
  .hero-section {
    padding: 30px 20px 0 20px; /* bottom padding = 0 */
    min-height: 100vh;
  }
  .hero-container {
    min-height: calc(100vh - 30px); /* only top padding matters now */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-center-wrapper {
    position: absolute; /* KEEP absolute for bottom alignment */
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; /* sits at bottom of container (which ends at bottom of hero) */
    width: 100%;
    max-width: 380px;
    height: 320px;
    margin: 0; /* remove margin */
    z-index: 3;
    pointer-events: none;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .hero-product-card {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin: 15px 0;
    width: 100%;
    max-width: 280px;
  }
  .hero-content {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
    margin-top: 20px; /* space after image */
    z-index: 4;
  }
  .left-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .right-col {
    max-width: 100%;
    text-align: center;
  }
  .right-title {
    font-size: 28px;
  }
  .stat-number {
    font-size: 48px;
  }
}

@media (max-width: 720px) {
  .navbar {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .logo {
    font-size: 22px;
  }
  .btn-header {
    font-size: 10px;
    padding: 6px 12px;
  }

  /* HERO MOBILE FIXES */
  .hero-section {
    padding: 20px 16px 0 16px; /* bottom padding = 0 */
    min-height: 100vh;
  }
  .hero-container {
    min-height: calc(100vh - 20px); /* only top padding matters */
  }
  .main-title {
    font-size: 2.8rem;
  }
  .hero-center-wrapper {
    max-width: 280px;
    height: 240px;
    bottom: 0; /* sits at bottom of container */
  }
  .hero-product-card {
    max-width: 240px;
    padding: 10px 12px;
  }
  .card-title {
    font-size: 13px;
  }
  .right-title {
    font-size: 24px;
  }
  .stat-number {
    font-size: 40px;
  }
  .hero-content {
    margin-top: 15px; /* smaller gap on mobile */
  }
  .mobile-nav {
    right: 0.5rem;
    left: 0.5rem;
  }
}

/* ---- Rest of existing styles (unchanged) ---- */
.section-wrap{padding-right:5.5vw;padding-left:5.5vw}.product-section{padding-top:6.6rem;padding-bottom:6rem;background:linear-gradient(180deg,#f7f3e9,#f3ecdf)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem}.inline-heading{margin-bottom:1.65rem}.section-heading h2,.journey-copy h2,.story-copy h2,.faq-heading h2{margin:0;font-size:clamp(3rem,4.5vw,5.2rem);line-height:.82}.section-heading>p{max-width:17rem;margin:.3rem 0 .4rem;color:#66624c;font-size:.83rem;line-height:1.55}.product-tabs{display:flex;gap:.25rem;width:min(46rem,100%);margin-bottom:1.1rem;padding:.33rem;border-radius:999px;background:var(--olive);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 9px 18px rgba(48,46,15,.12)}.product-tabs button{display:inline-flex;flex:1;align-items:center;justify-content:center;gap:.35rem;min-height:2.5rem;border-radius:999px;background:transparent;color:#e9e4ca;font-size:.7rem;font-weight:700;transition:background .18s var(--ease-out),color .18s var(--ease-out),transform .16s var(--ease-out)}.product-tabs button:hover{color:#fff}.product-tabs button.active{background:rgba(253,251,247,.95);color:var(--olive);box-shadow:0 4px 10px rgba(8,9,2,.16)}.product-tabs button:active{transform:scale(.97)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.product-card{position:relative;overflow:hidden;min-height:22rem;padding:.9rem;border:1px solid rgba(84,72,42,.16);border-radius:1.25rem;background:rgba(253,251,247,.72);box-shadow:0 13px 20px rgba(105,89,49,.08),inset 0 1px 0 #fff;animation:cardIn .45s var(--ease-out) both;transition:transform .22s var(--ease-out),box-shadow .22s var(--ease-out),border-color .22s var(--ease-out)}.product-card:hover{z-index:2;border-color:rgba(194,155,56,.55);box-shadow:0 19px 30px rgba(91,72,33,.15),inset 0 1px 0 #fff;transform:translateY(-7px)}.product-tag{position:relative;z-index:2;display:inline-flex;align-items:center;gap:.35rem;min-height:1.6rem;padding:0 .6rem;border-radius:999px;background:rgba(253,251,247,.87);color:#5b5742;font-size:.58rem;font-weight:700}.product-tag:before{width:.35rem;height:.35rem;border-radius:50%;background:var(--rust);content:""}.product-visual{position:relative;display:grid;place-items:center;height:12.4rem;margin:-.5rem 0 .2rem;isolation:isolate}.product-orb{position:absolute;z-index:-1;width:70%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 40% 32%,rgba(255,255,255,.93),rgba(242,226,189,.64) 47%,rgba(213,181,100,.1) 70%,transparent 72%)}.product-olive .product-orb{background:radial-gradient(circle at 40% 32%,rgba(255,255,255,.93),rgba(212,221,180,.68) 45%,rgba(78,98,35,.12) 70%,transparent 72%)}.product-saffron .product-orb{background:radial-gradient(circle at 40% 32%,rgba(255,255,255,.93),rgba(245,210,182,.68) 45%,rgba(184,58,27,.12) 70%,transparent 72%)}.product-object{position:relative;z-index:1;filter:drop-shadow(0 13px 8px rgba(54,44,18,.17));transition:transform .28s var(--ease-out)}.product-card:hover .product-object{transform:translateY(-7px) rotate(-2deg)}.jar-object{width:7.8rem;height:6.2rem;margin-top:2.3rem;border:1px solid rgba(76,59,28,.18);border-radius:.6rem .6rem 1.65rem 1.65rem/.45rem .45rem 1rem 1rem;background:linear-gradient(112deg,#f4ecd8 4%,#fffdf5 36%,#d2b27b 100%);box-shadow:inset 0 0 0 3px rgba(255,255,255,.25)}.jar-lid{position:absolute;top:-1rem;left:-.22rem;width:8.2rem;height:1.45rem;border:1px solid rgba(79,59,28,.17);border-radius:50%;background:radial-gradient(ellipse at 40% 30%,#fffdf5,#d6bb89);box-shadow:inset 0 -4px 0 #bf9638}.jar-label{position:absolute;top:1.2rem;left:.82rem;width:6.2rem;padding:.58rem 0;border-top:1px solid rgba(102,86,50,.24);border-bottom:1px solid rgba(102,86,50,.24);color:var(--olive);font-family:"Cormorant Garamond",serif;font-size:1.25rem;font-weight:700;text-align:center}.bottle-object{width:3.5rem;height:8.5rem;margin-top:1rem;border-radius:.65rem .65rem 1.1rem 1.1rem;background:linear-gradient(92deg,#53612d,#263214 41%,#5f6b31)}.bottle-dropper{position:absolute;top:-2.4rem;left:1.18rem;width:1.15rem;height:2.6rem;border-radius:.45rem .45rem .12rem .12rem;background:linear-gradient(90deg,#ce9c2d,#f7d672,#a8781f)}.bottle-label{position:absolute;top:2.4rem;left:.4rem;width:2.7rem;padding:.8rem 0;border:1px solid rgba(228,211,164,.38);color:#f6ebc5;font-family:"Cormorant Garamond",serif;font-size:1rem;font-weight:700;text-align:center}.cleanser-object{width:4.5rem;height:8rem;margin-top:1.3rem;border-radius:.55rem .55rem 1rem 1rem;background:linear-gradient(92deg,#58712f,#283d17 50%,#607c34)}.cleanser-pump{position:absolute;top:-1.65rem;left:1.2rem;width:.7rem;height:2rem;border-radius:.2rem;background:#bc9030}.cleanser-pump:after{position:absolute;top:0;left:-.5rem;width:1.8rem;height:.42rem;border-radius:.1rem;background:#c69c42;content:""}.cleanser-label{position:absolute;top:2.8rem;left:.55rem;width:3.4rem;padding:.75rem 0;border:1px solid rgba(232,221,183,.34);color:#f7edcc;font-family:"Cormorant Garamond",serif;font-size:1rem;font-weight:700;text-align:center}.set-object{width:9rem;height:8rem;margin-top:1.3rem}.set-box{position:absolute;right:.45rem;bottom:0;display:grid;place-items:center;width:4.8rem;height:6.7rem;border:1px solid rgba(89,66,32,.14);border-radius:.35rem;background:linear-gradient(100deg,#e8deca,#fff8e7);color:var(--gold);font-family:"Cormorant Garamond",serif;font-size:1.35rem;font-weight:700}.set-mini-jar{position:absolute;bottom:0;left:.1rem;display:grid;place-items:center;width:4.6rem;height:3.4rem;border-radius:.45rem .45rem 1.1rem 1.1rem;background:#fbf4e4;color:var(--olive);font-family:"Cormorant Garamond",serif;font-size:.95rem;font-weight:700;box-shadow:inset 0 6px 0 #c29b38}.set-mini-bottle{position:absolute;bottom:0;left:3.7rem;width:1.9rem;height:4.4rem;border-radius:.4rem;background:#354319;box-shadow:inset 0 -1.9rem 0 rgba(223,192,107,.12)}.product-info>p{margin-bottom:.35rem;color:#726d55;font-size:.62rem;font-weight:600}.product-info h3{margin-bottom:.85rem;color:#33331e;font-family:"Cormorant Garamond",serif;font-size:1.4rem;font-weight:600;letter-spacing:-.03em;line-height:.95}.product-card-bottom{display:flex;align-items:center;justify-content:space-between}.product-card-bottom strong{color:var(--olive);font-size:.8rem}.product-card-bottom button{display:grid;place-items:center;width:1.95rem;height:1.95rem;border:1px solid rgba(194,155,56,.7);border-radius:50%;background:rgba(255,255,255,.5);color:#967021;font-size:1.4rem;line-height:1;transition:background .16s var(--ease-out),color .16s var(--ease-out),transform .16s var(--ease-out)}.product-card-bottom button:hover{background:var(--olive);color:var(--paper);transform:rotate(90deg)}.quiet-link,.text-action{display:flex;align-items:center;gap:.42rem;margin:1.7rem auto 0;padding:.5rem 0;border-bottom:1px solid var(--gold);background:transparent;color:var(--olive);font-size:.73rem;font-weight:700;transition:color .16s var(--ease-out),gap .16s var(--ease-out)}.quiet-link:hover,.text-action:hover{gap:.72rem;color:var(--rust)}
.journey-section{display:grid;grid-template-columns:.42fr 1fr;align-items:center;gap:clamp(2.5rem,7vw,9rem);padding:7.4rem 5.5vw;background:#e8dfcd}.journey-copy{max-width:23rem}.journey-copy h2{margin-bottom:1.3rem}.journey-copy>p:not(.eyebrow){max-width:18rem;color:#595640;font-size:.9rem;line-height:1.7}.text-action{margin:1rem 0 0}.map-card{position:relative;overflow:hidden;min-height:27rem;border:1px solid rgba(149,112,40,.55);border-radius:.9rem;background:#f7efd9;box-shadow:0 17px 27px rgba(74,59,25,.14),inset 0 0 0 4px rgba(255,251,237,.34)}.map-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.93;mix-blend-mode:multiply}.map-card:after{position:absolute;inset:0;background:linear-gradient(100deg,rgba(255,251,235,.13),transparent 55%);content:"";pointer-events:none}.map-title{position:absolute;z-index:2;top:1.6rem;left:50%;color:#393722;font-family:"Cormorant Garamond",serif;font-size:clamp(2rem,3.2vw,3.2rem);font-weight:600;letter-spacing:-.045em;transform:translateX(-50%);white-space:nowrap}.map-title span{margin-left:.5rem;color:var(--gold);font-size:.9em}.map-instruction{position:absolute;z-index:2;top:5rem;left:50%;margin:0;color:#6f6646;font-size:.58rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;transform:translateX(-50%);white-space:nowrap}.map-marker{position:absolute;z-index:4;display:grid;gap:.28rem;max-width:8.9rem;padding:0;background:transparent;color:#3d3b28;font-family:"Cormorant Garamond",serif;font-size:.9rem;line-height:1.05;text-align:center}.ingredient-pin{display:grid;place-items:center;width:1.48rem;height:1.48rem;margin:auto;border:1px solid rgba(176,129,29,.8);border-radius:50%;background:#f8e7ad;color:#8a6917;box-shadow:0 0 0 4px rgba(255,249,228,.52);font-family:Manrope,sans-serif;font-size:.5rem;font-weight:800;transition:transform .18s var(--ease-out),background .18s var(--ease-out),color .18s var(--ease-out),box-shadow .18s var(--ease-out)}.marker-label{display:block;text-shadow:0 1px 0 rgba(255,252,240,.8)}.map-marker:hover .ingredient-pin,.map-marker:focus-visible .ingredient-pin,.map-marker.is-active .ingredient-pin{background:var(--rust);color:#fff8ea;box-shadow:0 0 0 5px rgba(184,58,27,.14);transform:scale(1.1)}.ingredient-tooltip{position:absolute;z-index:8;bottom:calc(100% + .85rem);left:50%;display:grid;gap:.36rem;width:13.2rem;padding:.85rem .95rem .9rem;border:1px solid rgba(188,142,42,.62);border-radius:.75rem;background:rgba(255,251,239,.97);box-shadow:0 14px 24px rgba(72,56,22,.18),inset 0 1px 0 #fff;color:#3c3a25;opacity:0;pointer-events:none;text-align:left;transform:translate(-50%,.4rem) scale(.97);transform-origin:bottom center;transition:opacity .18s var(--ease-out),transform .18s var(--ease-out)}.ingredient-tooltip:after{position:absolute;bottom:-.38rem;left:50%;width:.65rem;height:.65rem;border-right:1px solid rgba(188,142,42,.62);border-bottom:1px solid rgba(188,142,42,.62);background:#fffbee;content:"";transform:translateX(-50%) rotate(45deg)}.map-marker:hover .ingredient-tooltip,.map-marker:focus-visible .ingredient-tooltip,.map-marker.is-active .ingredient-tooltip{opacity:1;transform:translate(-50%,0) scale(1)}.tooltip-kicker{color:#8d6e26;font-family:Manrope,sans-serif;font-size:.48rem;font-weight:800;letter-spacing:.095em;text-transform:uppercase}.ingredient-tooltip strong{color:var(--olive);font-family:"Cormorant Garamond",serif;font-size:1.23rem;font-weight:700;line-height:.9}.tooltip-benefit{color:#5a5740;font-family:Manrope,sans-serif;font-size:.62rem;font-weight:500;line-height:1.45}.ingredient-tooltip small{padding-top:.35rem;border-top:1px solid rgba(113,96,48,.16);color:var(--rust);font-family:"Cormorant Garamond",serif;font-size:.92rem;font-style:italic}.step-1{top:50%;left:24%}.step-2{bottom:10%;left:39%}.step-3{top:51%;left:57%}.step-4{top:48%;right:6%}
.story-section{display:grid;grid-template-columns:1fr .83fr;gap:clamp(3rem,8vw,10rem);align-items:center;padding:7rem 8vw;background:var(--paper)}.story-image{position:relative;min-height:31rem;overflow:hidden;border-radius:10rem 10rem 1.2rem 1.2rem;background:#e8deca;box-shadow:0 22px 35px rgba(91,70,31,.14)}.story-image:after{position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(39,42,13,.42));content:""}.story-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease-in-out)}.story-image:hover img{transform:scale(1.05)}.image-caption{position:absolute;z-index:2;bottom:1.5rem;left:1.7rem;color:#fff8e7;font-family:"Cormorant Garamond",serif;font-size:1.25rem;font-style:italic}.story-copy{max-width:34rem}.story-copy h2{margin-bottom:1.4rem}.story-copy>p:not(.eyebrow){max-width:26rem;color:#5c5944;font-size:.92rem;line-height:1.72}.story-stat-row{display:flex;gap:2.7rem;margin-top:2rem;padding-top:1.55rem;border-top:1px solid var(--line)}.story-stat-row div{display:grid;gap:.2rem}.story-stat-row b{color:var(--rust);font-family:"Cormorant Garamond",serif;font-size:2.1rem;line-height:.9}.story-stat-row span{color:#6b674f;font-size:.59rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em}
.notes-section{padding-top:6.8rem;padding-bottom:7rem;background:linear-gradient(180deg,#f1e9db,#f8f4eb)}.centered-heading{display:grid;place-items:center;max-width:38rem;margin:0 auto 2.3rem;text-align:center}.centered-heading .eyebrow{justify-content:center}.centered-heading>p:last-child{max-width:23rem;margin-top:1rem}.notes-carousel{position:relative;padding:0 3.1rem}.notes-viewport{overflow:hidden}.notes-track{display:flex;width:100%;transition:transform .43s var(--ease-in-out)}.note-card{position:relative;flex:0 0 25%;min-height:18.2rem;padding:1.3rem;border:1px solid rgba(162,124,41,.45);background:rgba(255,252,244,.76);box-shadow:0 9px 15px rgba(96,77,33,.08)}.note-card>p:first-of-type{margin-bottom:2.1rem;color:#88764a;font-size:.59rem;font-weight:700;letter-spacing:.075em;text-transform:uppercase}.note-card h3{margin-bottom:.2rem;color:var(--olive);font-family:"Cormorant Garamond",serif;font-size:1.8rem;font-weight:600;line-height:.92}.note-mark{display:inline-block;color:var(--gold);font-size:1.1rem}.note-line{width:2.2rem;height:1px;margin:1rem 0 .9rem;background:var(--gold)}.note-copy{color:#585640;font-family:"Cormorant Garamond",serif;font-size:1rem;line-height:1.12}.note-olive{background:#eff0df}.note-gold{background:#f9eed1}.note-saffron{background:#faeee5}.note-corner{position:absolute;width:1.25rem;height:1.25rem;border-color:#c29b38}.note-corner.top-left{top:.45rem;left:.45rem;border-top:1px solid;border-left:1px solid}.note-corner.bottom-right{right:.45rem;bottom:.45rem;border-right:1px solid;border-bottom:1px solid}.carousel-control{position:absolute;z-index:3;top:50%;display:grid;place-items:center;width:2.3rem;height:2.3rem;border:1px solid rgba(194,155,56,.75);border-radius:50%;background:var(--paper);color:#9d771e;box-shadow:0 4px 12px rgba(71,55,22,.1);font-size:1.7rem;line-height:1;transform:translateY(-50%);transition:background .16s var(--ease-out),color .16s var(--ease-out),transform .16s var(--ease-out)}.carousel-control:hover{background:var(--olive);color:var(--paper)}.carousel-control:active{transform:translateY(-50%) scale(.94)}.carousel-control.prev{left:.4rem}.carousel-control.next{right:.4rem}.carousel-progress{position:relative;width:10rem;height:1px;margin:1.7rem auto 0;background:rgba(81,77,54,.18);overflow:hidden}.carousel-progress span{display:block;width:25%;height:100%;background:var(--rust);transition:transform .43s var(--ease-in-out)}
.faq-section{display:grid;grid-template-columns:.7fr 1fr;gap:clamp(3rem,10vw,11rem);padding-top:7rem;padding-bottom:7rem;background:var(--paper)}.faq-heading>p:not(.eyebrow){margin-top:1.1rem;color:#6b674f;font-size:.86rem}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.4rem 0;background:transparent;color:#343420;font-family:"Cormorant Garamond",serif;font-size:1.42rem;font-weight:600;text-align:left;transition:color .16s var(--ease-out)}.faq-item button:hover{color:var(--rust)}.faq-item button b{color:var(--gold);font-family:Manrope,sans-serif}.faq-answer{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .23s var(--ease-out),opacity .23s var(--ease-out)}.faq-answer p{overflow:hidden;max-width:37rem;margin:0;color:#625f4b;font-size:.8rem;line-height:1.65}.faq-item.is-open .faq-answer{grid-template-rows:1fr;padding-bottom:1.35rem;opacity:1}
.site-footer{padding:0 5.5vw;background:var(--olive);color:#eee7cf}.footer-trusts{display:grid;grid-template-columns:repeat(4,1fr);padding:2rem 0}.footer-trusts>div{display:flex;align-items:center;justify-content:center;gap:.9rem;min-height:4.4rem;padding:.3rem 1.15rem;border-right:1px solid rgba(231,222,184,.28)}.footer-trusts>div:first-child{justify-content:flex-start}.footer-trusts>div:last-child{justify-content:flex-end;border-right:0}.trust-icon{display:grid;place-items:center;flex:none;width:3rem;height:3rem;border:1px solid #d4b65f;border-radius:50%;color:#d9bf74}.footer-trusts p{display:grid;gap:.15rem;margin:0}.footer-trusts b{color:#fbf3d9;font-family:"Cormorant Garamond",serif;font-size:1.08rem;font-weight:600;line-height:1}.footer-trusts small{color:#d1c69e;font-size:.58rem}.footer-bottom{display:flex;align-items:center;justify-content:space-between;min-height:5.4rem;border-top:1px solid rgba(231,222,184,.22)}.footer-brand{color:#f7eed3}.footer-brand img{width:2.35rem;height:2.35rem;object-fit:contain;filter:brightness(0) invert(1) sepia(.6) saturate(.5)}.footer-brand span{margin-left:.55rem;font-family:"Cormorant Garamond",serif;font-size:1.15rem;font-weight:600}.footer-bottom>p{margin:0;color:#cbc095;font-size:.6rem}.cart-button{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .75rem;border:1px solid rgba(232,220,179,.45);border-radius:999px;background:transparent;color:#f9f0d5;font-size:.64rem;font-weight:700;transition:background .16s var(--ease-out)}.cart-button:hover{background:rgba(255,255,255,.12)}.cart-button b{display:grid;place-items:center;min-width:1.25rem;height:1.25rem;border-radius:50%;background:var(--rust)}
.reveal-up{animation:revealUp .7s var(--ease-out) both}@keyframes revealUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes cardIn{from{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:1080px){.section-wrap{padding-right:3.7vw;padding-left:3.7vw}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{min-height:21rem}.journey-section,.story-section,.faq-section{padding-right:6vw;padding-left:6vw}.note-card{flex-basis:50%}.notes-track{width:200%}.footer-trusts{grid-template-columns:repeat(2,1fr)}.footer-trusts>div:nth-child(2){border-right:0}.footer-trusts>div:nth-child(3),.footer-trusts>div:nth-child(4){justify-content:flex-start}}
@media(max-width:720px){.section-wrap{padding-right:1.25rem;padding-left:1.25rem}.product-section{padding-top:4.3rem;padding-bottom:4.3rem}.section-heading{display:grid;align-items:start;gap:.8rem}.product-tabs{overflow-x:auto;width:calc(100% + .25rem);border-radius:1rem}.product-tabs button{flex:0 0 auto;min-width:6.9rem}.product-grid{gap:.6rem}.product-card{min-height:18.4rem;padding:.72rem}.product-visual{height:9.8rem;margin:-.7rem 0 -.55rem;transform:scale(.84);transform-origin:center bottom}.product-info h3{font-size:1.2rem}.journey-section{grid-template-columns:1fr;gap:2rem;padding:4.5rem 1.25rem}.map-card{min-height:25.5rem}.map-title{top:1.1rem;font-size:2rem}.map-instruction{top:3.85rem;max-width:15rem;font-size:.5rem;text-align:center;white-space:normal}.map-marker{max-width:5.7rem;font-size:.67rem}.ingredient-pin{width:1.38rem;height:1.38rem}.ingredient-tooltip{width:min(12.8rem,calc(100vw - 3.2rem));padding:.8rem .85rem}.step-1{top:48%;left:19%}.step-2{bottom:13%;left:35%}.step-3{top:55%;left:54%}.step-4{top:45%;right:3%}.step-3 .ingredient-tooltip,.step-4 .ingredient-tooltip{right:-1.8rem;left:auto;transform:translate(0,.4rem) scale(.97);transform-origin:bottom right}.step-3 .ingredient-tooltip:after,.step-4 .ingredient-tooltip:after{right:1.75rem;left:auto;transform:rotate(45deg)}.step-3:hover .ingredient-tooltip,.step-3:focus-visible .ingredient-tooltip,.step-3.is-active .ingredient-tooltip,.step-4:hover .ingredient-tooltip,.step-4:focus-visible .ingredient-tooltip,.step-4.is-active .ingredient-tooltip{transform:translate(0,0) scale(1)}.story-section{grid-template-columns:1fr;gap:2.6rem;padding:4.7rem 1.25rem}.story-image{min-height:25rem;border-radius:7.5rem 7.5rem 1rem 1rem}.story-stat-row{gap:1.3rem}.notes-section{padding-top:4.4rem;padding-bottom:4.4rem}.notes-carousel{padding:0 2.2rem}.note-card{min-height:16.7rem;padding:1.05rem}.note-card>p:first-of-type{margin-bottom:1.45rem}.note-card h3{font-size:1.52rem}.note-copy{font-size:.9rem}.carousel-control.prev{left:.05rem}.carousel-control.next{right:.05rem}.faq-section{grid-template-columns:1fr;gap:2.3rem;padding:4.5rem 1.25rem}.faq-item button{font-size:1.23rem}.footer-trusts{grid-template-columns:1fr;padding:1.1rem 0}.footer-trusts>div,.footer-trusts>div:first-child,.footer-trusts>div:last-child,.footer-trusts>div:nth-child(3),.footer-trusts>div:nth-child(4){justify-content:flex-start;border-right:0;border-bottom:1px solid rgba(231,222,184,.2)}.footer-trusts>div:last-child{border-bottom:0}.footer-bottom{display:grid;justify-items:start;gap:.9rem;padding:1.35rem 0}.footer-bottom>p{order:3}.site-footer{position:relative;padding-right:1.25rem;padding-left:1.25rem}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}}

/* Video loader */
.intro-loader{position:fixed;inset:0;z-index:100;display:grid;place-items:center;overflow:hidden;background:var(--olive);transition:opacity .55s var(--ease-out),visibility .55s}.intro-loader.is-exiting{opacity:0;visibility:hidden;pointer-events:none}.intro-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.82) sepia(.12) brightness(.78)}.intro-wash{position:absolute;inset:0;background:linear-gradient(115deg,rgba(31,34,12,.72),rgba(184,58,27,.13) 54%,rgba(19,23,8,.35));mix-blend-mode:multiply}.intro-curtain{position:absolute;top:0;bottom:0;width:51%;background:linear-gradient(105deg,#303217,#4a3c1c);box-shadow:inset 0 0 45px rgba(0,0,0,.22);transition:transform .95s var(--ease-in-out)}.intro-curtain-left{left:0;transform-origin:left center}.intro-curtain-right{right:0;transform-origin:right center}.intro-loader.is-exiting .intro-curtain-left{transform:translateX(-103%)}.intro-loader.is-exiting .intro-curtain-right{transform:translateX(103%)}.intro-loader-copy{position:relative;z-index:2;display:grid;place-items:center;gap:1rem;color:#f7efd4;font-family:"Cormorant Garamond",serif;font-size:clamp(1.15rem,2vw,1.8rem);font-style:italic;letter-spacing:.02em;transition:opacity .35s var(--ease-out),transform .55s var(--ease-out)}.intro-loader.is-exiting .intro-loader-copy{opacity:0;transform:translateY(-1rem)}.intro-loader-copy img{width:4.6rem;height:4.6rem;object-fit:contain;filter:brightness(0) invert(1) sepia(.28) saturate(.55)}
/* Floating buttons */
.floating-buttons {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 50;
}

.floating-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: var(--cream);
  color: var(--olive);
  border: 1px solid rgba(194, 155, 56, 0.4);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.floating-btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  background: var(--paper);
}

.floating-btn:active {
  transform: scale(0.95);
}

.whatsapp-btn {
  background: #25D366;
  color: white;
  border-color: #25D366;
}
.whatsapp-btn:hover {
  background: #1ebe5d;
  border-color: #1ebe5d;
}

.cart-btn {
  background: var(--olive);
  color: var(--paper);
  border-color: var(--olive);
}
.cart-btn:hover {
  background: #4d4e2a;
  border-color: #4d4e2a;
}

.cart-btn .cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  display: grid;
  place-items: center;
  min-width: 1.3rem;
  height: 1.3rem;
  padding: 0 0.3rem;
  border-radius: 50%;
  background: var(--rust);
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
}

/* Responsive – move up slightly on mobile */
@media (max-width: 720px) {
  .floating-buttons {
    bottom: 1.2rem;
    right: 1.2rem;
    gap: 0.7rem;
  }
  .floating-btn {
    width: 3rem;
    height: 3rem;
  }
  .floating-btn svg {
    width: 20px;
    height: 20px;
  }
  .cart-btn .cart-count {
    font-size: 0.6rem;
    min-width: 1.1rem;
    height: 1.1rem;
    top: -2px;
    right: -2px;
  }
}
/* Footer social icons */
.footer-social {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.social-icon {
  color: #d1c69e;
  transition: color 0.2s, transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icon:hover {
  color: var(--gold);
  transform: translateY(-2px);
}
.social-icon svg {
  display: block;
}
/* ===== CART PANEL ===== */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.3);
  backdrop-filter: blur(4px);
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cart-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.cart-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, 100%);
  height: 100%;
  background: var(--paper);
  box-shadow: -8px 0 30px rgba(0,0,0,0.1);
  z-index: 61;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(.23,1,.32,1);
  display: flex;
  flex-direction: column;
}
.cart-panel.is-open {
  transform: translateX(0);
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.8rem;
  border-bottom: 1px solid var(--line);
}
.cart-header h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  color: var(--olive);
}
.cart-close {
  background: none;
  border: none;
  font-size: 1.4rem;
  color: var(--olive);
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  transition: color 0.2s;
}
.cart-close:hover {
  color: var(--rust);
}

.cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.2rem 1.8rem;
}
.cart-empty {
  text-align: center;
  color: #8a846b;
  font-size: 0.9rem;
  padding: 3rem 0;
  line-height: 1.6;
}
.cart-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cart-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.6rem 0.8rem;
  background: #fcfaf7;
  border-radius: 0.8rem;
  border: 1px solid var(--line);
}
.cart-item-check {
  width: 1.2rem;
  height: 1.2rem;
  accent-color: var(--rust);
  cursor: pointer;
}
.cart-item-info {
  display: flex;
  flex-direction: column;
}
.cart-item-name {
  font-weight: 600;
  color: var(--olive);
  font-size: 0.85rem;
}
.cart-item-price {
  font-size: 0.7rem;
  color: #8a846b;
}
.cart-item-controls {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.cart-item-controls button {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--olive);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  display: grid;
  place-items: center;
}
.cart-item-controls button:hover {
  background: var(--gold);
  color: white;
}
.cart-item-qty {
  min-width: 1.8rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.85rem;
}
.cart-item-subtotal {
  font-size: 0.75rem;
  color: var(--olive);
  font-weight: 600;
  white-space: nowrap;
}

.cart-footer {
  padding: 1.2rem 1.8rem 1.8rem;
  border-top: 1px solid var(--line);
  background: var(--cream);
}
.cart-total {
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--olive);
  margin-bottom: 1rem;
}
.cart-total strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  color: var(--rust);
}
.btn-order {
  width: 100%;
  padding: 0.8rem;
  border-radius: 999px;
  background: var(--rust);
  color: var(--paper);
  font-weight: 700;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  margin-bottom: 0.5rem;
}
.btn-order:hover {
  background: #a72d13;
  transform: translateY(-2px);
}
.btn-clear {
  width: 100%;
  padding: 0.6rem;
  border-radius: 999px;
  background: transparent;
  color: var(--olive);
  font-weight: 600;
  font-size: 0.75rem;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: background 0.2s;
}
.btn-clear:hover {
  background: rgba(0,0,0,0.04);
}

@media (max-width: 560px) {
  .cart-panel {
    width: 100%;
  }
  .cart-header, .cart-body, .cart-footer {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .cart-item {
    grid-template-columns: auto 1fr auto;
    gap: 0.5rem;
  }
}