
:root{
  --cream:#fbf7ef;--ivory:#fffdf8;--sand:#ead7b9;--honey:#d99a2b;--honey-deep:#a86812;
  --brown:#463327;--soft-brown:#786252;--line:#e7dac8;--sage:#92977d;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--brown);font-family:Inter,system-ui,sans-serif}
a{text-decoration:none;color:inherit}button{font:inherit}
.announcement{background:#3d2b20;color:#fff7ea;text-align:center;padding:10px 16px;font-size:11px;letter-spacing:.14em}
.site-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:15px clamp(18px,5vw,72px);background:rgba(251,247,239,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(231,218,200,.7)}
.brand{display:flex;align-items:center;gap:11px}
.brand-emblem{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#e8c98e,#aa7126);color:white;font-family:"Cormorant Garamond",serif;font-size:29px}
.brand-text strong{display:block;font-family:"Cormorant Garamond",serif;font-size:30px;line-height:.82}
.brand-text small{font-size:9px;letter-spacing:.25em}
nav{display:flex;gap:28px;font-size:14px}
nav a:hover{color:var(--honey-deep)}
.cart-button{border:1px solid var(--brown);background:transparent;border-radius:999px;padding:9px 14px;cursor:pointer}
.cart-button span{display:inline-grid;place-items:center;margin-left:5px;width:22px;height:22px;border-radius:50%;background:var(--brown);color:white;font-size:11px}
.opening{position:relative;min-height:830px;overflow:hidden;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;padding:80px clamp(24px,8vw,120px);background:radial-gradient(circle at 80% 20%,rgba(229,193,127,.33),transparent 28%),linear-gradient(135deg,#fffaf1,#eee0c7)}
.opening-glow{position:absolute;right:-5%;bottom:-20%;width:55vw;height:55vw;border-radius:50%;background:rgba(255,255,255,.45);filter:blur(3px)}
.opening-copy{position:relative;z-index:2;max-width:760px}
.eyebrow{font-size:11px;font-weight:700;letter-spacing:.24em;color:var(--honey-deep)}
h1,h2,h3{font-family:"Cormorant Garamond",serif;margin:0}
h1{font-size:clamp(76px,11vw,154px);line-height:.78;letter-spacing:-.045em}
.opening-text{max-width:590px;font-size:18px;line-height:1.8;color:var(--soft-brown);margin:30px 0}
.primary-link,.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 23px;cursor:pointer;transition:.25s}
.primary-link,.primary-button{border:0;background:linear-gradient(135deg,var(--honey),var(--honey-deep));color:white;box-shadow:0 12px 28px rgba(168,104,18,.22)}
.primary-link:hover,.primary-button:hover{transform:translateY(-2px);box-shadow:0 17px 35px rgba(168,104,18,.3)}
.secondary-button{border:1px solid var(--brown);background:transparent;color:var(--brown)}
.opening-quote{position:relative;z-index:2;justify-self:end;max-width:380px;text-align:right}
.opening-quote span{font-family:"Cormorant Garamond",serif;font-size:clamp(90px,12vw,170px);color:rgba(70,51,39,.12)}
.opening-quote p{font-family:"Cormorant Garamond",serif;font-size:30px;line-height:1.2;margin-top:-35px}
.story-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:120px clamp(24px,8vw,120px);background:var(--ivory)}
.story-title h2,.section-intro h2,.mercy-copy h2,.checkout-heading h2{font-size:clamp(48px,6.5vw,88px);line-height:.96}
.story-copy p{font-size:18px;line-height:1.9;color:var(--soft-brown);margin:0 0 22px}
.ingredients-section{padding:120px clamp(24px,8vw,120px);background:#efe1ca}
.section-intro{max-width:800px;margin-bottom:55px}
.section-intro>p:last-child{line-height:1.8;color:var(--soft-brown);max-width:650px}
.ingredient-list{display:grid;gap:16px}
.ingredient-card{display:grid;grid-template-columns:90px 1fr;gap:24px;align-items:center;padding:30px 34px;border-radius:26px;background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.7);transition:.25s}
.ingredient-card:hover{transform:translateX(6px);background:white}
.ingredient-number{font-family:"Cormorant Garamond",serif;font-size:48px;color:rgba(70,51,39,.25)}
.ingredient-icon{font-size:30px}
.ingredient-card h3{font-size:38px;margin:3px 0 5px}
.ingredient-card p{margin:0;color:var(--soft-brown);line-height:1.65}
.philosophy{text-align:center;padding:115px 24px;background:#3d2b20;color:#fff6e8}
.philosophy blockquote{max-width:1000px;margin:22px auto;font-family:"Cormorant Garamond",serif;font-size:clamp(45px,7vw,88px);line-height:1.02}
.philosophy>p:last-child{color:#decab0}
.mercy-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;padding:120px clamp(24px,8vw,120px);background:var(--ivory)}
.mercy-copy h2{font-size:clamp(85px,11vw,160px);line-height:.72}
.mercy-tagline{font-family:"Cormorant Garamond",serif;font-size:31px;line-height:1.2;margin:28px 0 15px}
.mercy-description{line-height:1.8;color:var(--soft-brown)}
.mercy-price{display:flex;align-items:end;gap:14px;margin:24px 0}
.mercy-price strong{font-size:31px}.mercy-price span{font-size:13px;color:var(--soft-brown)}
.mercy-actions{display:flex;gap:11px;flex-wrap:wrap}
.carousel-shell{position:relative;overflow:hidden}
.carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;border-radius:30px;box-shadow:0 25px 70px rgba(75,52,28,.16);scrollbar-width:none}
.carousel::-webkit-scrollbar{display:none}
.slide{min-width:100%;scroll-snap-align:center;background:white}
.slide img{width:100%;aspect-ratio:1/1.05;object-fit:cover;display:block}
.carousel-arrow{position:absolute;top:48%;transform:translateY(-50%);width:46px;height:46px;border:0;border-radius:50%;background:rgba(255,255,255,.9);font-size:32px;color:var(--brown);cursor:pointer;box-shadow:0 8px 25px rgba(70,51,39,.16)}
.carousel-arrow.prev{left:14px}.carousel-arrow.next{right:14px}
.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:18px}
.carousel-dots button{width:8px;height:8px;border:0;border-radius:50%;background:#cfbfa8;padding:0;cursor:pointer}
.carousel-dots button.active{width:26px;border-radius:999px;background:var(--honey-deep)}
.swipe-note{text-align:center;font-size:12px;color:var(--soft-brown)}
.honey-checkout{position:relative;overflow:hidden;padding:135px clamp(24px,8vw,120px) 100px;background:linear-gradient(#fff8e9,#ecd098)}
.honey-drip{position:absolute;top:0;left:0;right:0;height:58px;background:var(--honey)}
.honey-drip span{position:absolute;top:38px;width:40px;background:var(--honey);border-radius:0 0 26px 26px}
.honey-drip span:nth-child(1){left:9%;height:70px}.honey-drip span:nth-child(2){left:27%;height:42px}.honey-drip span:nth-child(3){left:49%;height:92px}.honey-drip span:nth-child(4){left:71%;height:55px}.honey-drip span:nth-child(5){left:90%;height:74px}
.checkout-heading{text-align:center;margin:0 auto 34px;max-width:800px}
.checkout-heading p:last-child{color:var(--soft-brown)}
.checkout-card{max-width:650px;margin:auto;padding:32px;background:rgba(255,255,255,.88);border-radius:28px;box-shadow:0 25px 70px rgba(75,52,28,.13)}
.checkout-line{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line)}
.checkout-line.total{font-size:20px;border-bottom:0;padding-top:20px}
.payment-badges{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 23px}
.payment-badges span{padding:8px 10px;border:1px solid var(--line);background:white;border-radius:8px;font-size:11px}
.full{width:100%}.checkout-card small{display:block;margin-top:13px;color:var(--soft-brown);text-align:center}
.faq-section{padding:110px clamp(24px,8vw,120px);background:var(--ivory)}
details{max-width:850px;margin:auto;padding:20px 0;border-bottom:1px solid var(--line)}
summary{font-family:"Cormorant Garamond",serif;font-size:29px;cursor:pointer}
details p{color:var(--soft-brown);line-height:1.7}
.cart-drawer{position:fixed;right:-470px;top:0;width:min(470px,100%);height:100vh;z-index:60;background:#fffaf1;padding:26px;transition:.35s;box-shadow:-20px 0 60px rgba(60,40,20,.2)}
.cart-drawer.open{right:0}
.cart-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--line)}
.cart-header h2{font-size:42px}.cart-header button{border:0;background:none;font-size:33px;cursor:pointer}
.empty-cart{height:70%;display:grid;place-items:center;text-align:center}
.hidden{display:none}
.cart-item{display:grid;grid-template-columns:110px 1fr;gap:16px;margin:28px 0}
.cart-item img{width:110px;height:110px;object-fit:cover;border-radius:18px}
.cart-item strong,.cart-item span{display:block;margin-bottom:8px}
.stepper{display:flex;align-items:center;width:max-content;border:1px solid var(--line);border-radius:999px;overflow:hidden}
.stepper button{width:34px;height:34px;border:0;background:transparent;cursor:pointer}.stepper span{margin:0;width:32px;text-align:center}
.cart-summary{padding-top:18px;border-top:1px solid var(--line)}
.cart-summary>div{display:flex;justify-content:space-between;padding:9px 0}.cart-summary .total{font-size:20px;font-weight:700;border-top:1px solid var(--line);margin-top:9px;padding-top:18px}
.clear-button{display:block;margin:14px auto;border:0;background:none;text-decoration:underline;cursor:pointer}
.overlay{position:fixed;inset:0;z-index:50;background:rgba(55,36,23,.45);opacity:0;pointer-events:none;transition:.3s}.overlay.show{opacity:1;pointer-events:auto}
footer{display:grid;grid-template-columns:1fr auto auto;gap:40px;align-items:end;padding:55px clamp(24px,8vw,120px);background:#2e2017;color:#fff4e4}
footer strong{font-family:"Cormorant Garamond",serif;font-size:38px}footer p{margin:4px 0;color:#d8c2aa}.footer-links{display:flex;gap:20px;flex-wrap:wrap}footer small{color:#bda992}
@media(max-width:980px){
  nav{display:none}.opening,.story-section,.mercy-section{grid-template-columns:1fr}.opening{min-height:auto;gap:60px}.opening-quote{text-align:left;justify-self:start}.story-section,.mercy-section{gap:45px}
}
@media(max-width:620px){
  .site-header{padding:12px 15px}.brand-text strong{font-size:25px}
  .opening{padding:65px 18px}.opening-quote{display:none}h1{font-size:82px}
  .story-section,.ingredients-section,.philosophy,.mercy-section,.honey-checkout,.faq-section{padding:78px 18px}
  .ingredient-card{grid-template-columns:55px 1fr;padding:24px 20px}.ingredient-number{font-size:35px}
  .mercy-actions{display:grid}.mercy-actions>*{width:100%}
  .carousel-arrow{display:none}
  footer{grid-template-columns:1fr;padding:45px 18px;align-items:start}
}


.beginning-section{
  text-align:center;
  padding:120px clamp(24px,8vw,120px);
  background:
    radial-gradient(circle at 50% 0%,rgba(226,181,98,.26),transparent 32%),
    linear-gradient(135deg,#fffaf0,#efe0c7);
}
.beginning-section h2{
  font-size:clamp(52px,7vw,96px);
  line-height:.95;
  margin:12px 0 8px;
}
.beginning-lead{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(30px,4vw,48px);
  margin:0 0 18px;
}
.beginning-copy{
  max-width:720px;
  margin:0 auto 30px;
  color:var(--soft-brown);
  line-height:1.85;
  font-size:17px;
}


/* Three-photo product gallery: exactly three real photos, front view centered */
.triple-gallery{
  position:relative;
  min-width:0;
  padding:0 56px 30px;
}
.triple-track{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.triple-track figure{
  margin:0;
  overflow:hidden;
  background:#fff;
  border-radius:18px;
  transition:transform .35s ease, box-shadow .35s ease;
}
.triple-track figure.featured{
  transform:translateY(-8px);
  box-shadow:0 18px 38px rgba(75,52,28,.13);
}
.triple-track img{
  width:100%;
  aspect-ratio:1/1.05;
  display:block;
  object-fit:contain;
  background:#fff;
}
.triple-arrow{
  position:absolute;
  top:46%;
  transform:translateY(-50%);
  width:44px;
  height:44px;
  border:1px solid var(--line);
  border-radius:50%;
  background:rgba(255,255,255,.96);
  color:var(--brown);
  font-size:29px;
  cursor:pointer;
  z-index:2;
  box-shadow:0 8px 24px rgba(70,51,39,.12);
}
.triple-arrow.prev{left:3px}
.triple-arrow.next{right:3px}
.triple-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:17px;
}
.triple-dots span{
  width:8px;height:8px;border-radius:50%;background:#d3c6b5;
}
.triple-dots span.active{background:var(--honey-deep)}
.chosen-section{background:#f8f1e6}
.cart-line-item{
  display:grid;
  grid-template-columns:76px 1fr auto;
  gap:14px;
  align-items:center;
  padding:18px 0;
  border-bottom:1px solid var(--line);
}
.cart-line-item img{
  width:76px;height:76px;object-fit:contain;background:white;border-radius:14px;
}
.cart-line-item small{display:block;color:var(--soft-brown);margin-top:4px}
.cart-line-item button{border:0;background:none;font-size:23px;cursor:pointer}
@media(max-width:720px){
  .triple-gallery{padding:0 0 28px}
  .triple-track{gap:5px}
  .triple-track figure{border-radius:10px}
  .triple-track figure.featured{transform:translateY(-4px)}
  .triple-arrow{width:38px;height:38px;background:#fff}
  .triple-arrow.prev{left:-8px}.triple-arrow.next{right:-8px}
}


.zoomable-soap{
  cursor: zoom-in;
}

.soap-lightbox{
  position: fixed;
  inset: 0;
  background: rgba(34, 24, 16, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  z-index: 120;
}

.soap-lightbox.open{
  opacity: 1;
  pointer-events: auto;
}

.soap-lightbox img{
  max-width: min(92vw, 980px);
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
}

.soap-lightbox-close{
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  color: #3b2a1a;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
