
:root{
  --green:#07150f;--green2:#10291d;--cream:#fff7e8;--gold:#d4a437;--gold2:#f0c86a;
  --muted:#c7b89c;--ink:#0b0d0a;--line:rgba(240,200,106,.18);--card:rgba(255,255,255,.055);
  --shadow:0 28px 80px rgba(0,0,0,.38);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
/* clip (not hidden) prevents horizontal overflow WITHOUT creating a scroll
   container — so position:sticky keeps working on descendants. */
body{overflow-x:clip}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--cream);background:
radial-gradient(900px 500px at 78% 12%,rgba(212,164,55,.12),transparent 55%),
radial-gradient(850px 700px at 18% 18%,rgba(54,102,68,.26),transparent 55%),
linear-gradient(180deg,#06110c 0%,#0a1b12 45%,#07110c 100%);}
img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select{font:inherit}
.top-strip{height:30px;display:flex;align-items:center;justify-content:center;gap:18px;color:#d9bd75;font-size:12px;letter-spacing:.12em;border-bottom:1px solid var(--line);background:#050a07}
.site-header{position:sticky;top:0;z-index:20;height:78px;padding:0 clamp(22px,6vw,110px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(5,10,7,.82);backdrop-filter:blur(16px)}
.brand{display:flex;align-items:center;height:100%}
.brand img{height:54px;width:auto;object-fit:contain;display:block}
nav{display:flex;gap:34px;align-items:center;color:rgba(255,247,232,.84);font-size:13px;text-transform:uppercase;letter-spacing:.12em;margin-left:auto}
.header-ig{display:inline-flex;align-items:center;gap:7px;margin-left:20px;padding:9px 15px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.06);color:var(--cream);text-decoration:none;font-size:13px;letter-spacing:.02em;font-weight:600;transition:.18s ease}
.header-ig:hover{border-color:var(--gold2);color:var(--gold2);transform:translateY(-1px)}
.header-ig svg{flex-shrink:0}
/* Brand-coloured social icons (Instagram gradient, WhatsApp green, Gmail) */
.brand-ico{display:block;flex-shrink:0}
.footer-social{display:inline-flex;align-items:center;gap:7px}
.footer-social .brand-ico{display:inline-block}
nav a:hover{color:var(--gold2)}.menu-btn{display:none}
main{width:min(1360px,calc(100% - 44px));margin:auto}
.hero-premium{display:grid;grid-template-columns:1fr 1.05fr;gap:24px;align-items:stretch;min-height:460px;margin:24px auto 28px}
.hero-copy{padding:8px 0 8px 18px;display:flex;flex-direction:column;justify-content:center}
.eyebrow{margin:0 0 10px;color:var(--gold2);font-size:12px;text-transform:uppercase;letter-spacing:.24em;font-weight:900}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:500}
h1{font-size:clamp(42px,5vw,72px);line-height:.98;margin:0 0 14px;letter-spacing:-.04em;max-width:14ch}
h1 em{font-style:italic;color:var(--gold2)}
.lead{font-size:16px;line-height:1.55;color:rgba(255,247,232,.82);max-width:520px;margin:0}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:20px 0 16px}
.btn{border:1px solid var(--line);border-radius:10px;padding:13px 24px;cursor:pointer;background:rgba(255,255,255,.05);color:var(--cream);text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:800;transition:.18s ease}
.btn:hover{transform:translateY(-2px);border-color:rgba(240,200,106,.62)}
.btn.primary{background:linear-gradient(135deg,var(--gold2),#b98227);color:#101009;border:0}.btn.secondary{background:rgba(0,0,0,.2)}
.hero-showcase{align-self:stretch;min-height:420px;border-radius:24px;overflow:hidden;position:relative;box-shadow:var(--shadow);border:1px solid var(--line)}
.hero-showcase img{width:100%;height:100%;object-fit:cover;object-position:center}
/* Benefit grid lives inside the hero copy column — fills vertical space,
   keeps the trust points right beside the headline. */
.hero-benefits{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}
.hero-benefits div{padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.04)}
.hero-benefits b{display:block;color:var(--cream);font-size:13px;font-weight:700}
.hero-benefits span{display:block;color:var(--muted);font-size:11.5px;margin-top:3px;line-height:1.4}
section{margin-bottom:48px}.section-head{margin-bottom:16px}.compact-head,.shop-head{display:flex;align-items:end;justify-content:space-between;gap:18px}
.section-head h2{font-size:clamp(34px,4vw,54px);line-height:1;margin:0}.inline-link{color:var(--gold2);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:13px}
.featured-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.featured-card,.product-card{background:rgba(255,255,255,.055);border:1px solid var(--line);border-radius:18px;overflow:hidden;cursor:pointer;transition:.18s ease;box-shadow:0 16px 42px rgba(0,0,0,.18)}
.featured-card:hover,.product-card:hover{transform:translateY(-4px);border-color:rgba(240,200,106,.52)}
.featured-card img{height:220px;width:100%;object-fit:cover}.featured-info{padding:14px 16px}.featured-info b,.product-title{font-family:Georgia,serif;font-size:21px;line-height:1.1}.featured-info span,.price{display:block;color:var(--gold2);font-weight:900;margin-top:6px}
.shop-count{color:var(--muted);font-weight:800}.toolbar{display:grid;grid-template-columns:1fr 210px;gap:14px;margin:14px 0}
input,select{color:var(--cream);background:rgba(0,0,0,.22);border:1px solid var(--line);border-radius:12px;padding:14px 16px;outline:none}select option{color:#111}
.filter-panel{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin-bottom:22px}.filter-panel-single{grid-template-columns:1fr}.filter-panel label{display:block;color:var(--gold2);font-size:11px;text-transform:uppercase;letter-spacing:.18em;margin-bottom:9px;font-weight:900}
.chips{display:flex;gap:8px;flex-wrap:wrap}.chip{border:1px solid var(--line);background:rgba(255,255,255,.055);color:var(--cream);padding:8px 11px;border-radius:999px;cursor:pointer;font-size:12px}.chip.active{background:rgba(212,164,55,.18);border-color:var(--gold2)}
.product-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.product-card{grid-column:span 4}.product-image{aspect-ratio:1/1;background:#0c120d;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.product-card:hover img{transform:scale(1.045)}
.product-info{padding:16px}.product-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.product-desc{color:rgba(255,247,232,.7);font-size:14px;line-height:1.55;min-height:44px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.badges{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.badge{font-size:12px;border:1px solid var(--line);border-radius:999px;padding:6px 9px;color:var(--muted);background:rgba(0,0,0,.16)}
.personalize-card,.story{display:grid;grid-template-columns:1fr .8fr;gap:24px;align-items:center;border:1px solid var(--line);border-radius:26px;padding:34px;background:rgba(255,255,255,.045);box-shadow:var(--shadow)}
.personalize-card h2,.story h2{font-size:clamp(34px,4vw,56px);margin:0 0 14px;line-height:1}.personalize-card p,.story p{color:rgba(255,247,232,.72);line-height:1.75}
.gift-builder{background:rgba(0,0,0,.22);border:1px solid var(--line);border-radius:20px;padding:18px}.gift-row{display:flex;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.gift-row:last-of-type{border-bottom:0;margin-bottom:16px}.gift-row span{color:var(--muted)}.gift-row b{text-align:right}
.story-logo img{width:100%;max-width:440px;border-radius:24px;border:1px solid var(--line);box-shadow:var(--shadow)}
.founder-sign{margin-top:14px;font-family:Georgia,serif;font-style:italic;color:var(--gold2);font-size:16px}

/* Testimonials */
.testimonials{margin-bottom:48px}
.testimonials-head{margin-bottom:20px}
.testimonials-head h2{font-size:clamp(28px,3.4vw,44px);margin:6px 0 0;line-height:1.05}
.testimonial-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.testimonial{
  margin:0;padding:24px;border-radius:20px;
  background:rgba(255,255,255,.045);border:1px solid var(--line);
  display:flex;flex-direction:column;gap:12px;box-shadow:0 12px 32px rgba(0,0,0,.18);
}
.t-stars{color:var(--gold2);font-size:15px;letter-spacing:.12em}
.testimonial blockquote{
  margin:0;font-family:Georgia,serif;font-size:16px;line-height:1.6;
  color:rgba(255,247,232,.9);
}
.testimonial figcaption{
  margin-top:auto;color:var(--muted);font-size:13px;font-weight:700;letter-spacing:.04em;
}
@media (max-width:980px){
  .testimonial-row{
    display:flex;grid-template-columns:none;gap:12px;
    overflow-x:auto;overflow-y:hidden;
    scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;
    scrollbar-width:none;padding-bottom:4px;
  }
  .testimonial-row::-webkit-scrollbar{display:none}
  .testimonial{flex:0 0 82%;scroll-snap-align:start;padding:20px}
  .testimonial blockquote{font-size:15px}
}

/* Contact block inside Brand Story */
.contact-block{margin-top:22px;padding-top:22px;border-top:1px solid var(--line)}
.contact-eyebrow{margin-bottom:10px}
.contact-links{display:flex;gap:10px;flex-wrap:wrap}
.contact-link{
  display:flex;align-items:center;gap:12px;
  padding:11px 16px;border-radius:14px;
  background:rgba(255,255,255,.05);
  border:1px solid var(--line);
  color:var(--cream);text-decoration:none;
  transition:.18s ease;
}
.contact-link:hover{border-color:var(--gold2);background:rgba(212,164,55,.08);transform:translateY(-1px)}
.contact-link svg{flex-shrink:0;color:var(--gold2)}
.contact-link span{display:flex;flex-direction:column;line-height:1.2}
.contact-link b{font-size:13px;font-weight:800;color:var(--cream)}
.contact-link small{font-size:11px;color:var(--muted);margin-top:2px}
.modal{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:50;display:none;align-items:center;justify-content:center;padding:18px;backdrop-filter:blur(10px)}.modal.open{display:flex}
.modal-card{width:min(1080px,100%);max-height:92vh;overflow:auto;background:#10170f;border:1px solid var(--line);border-radius:28px;display:grid;grid-template-columns:1.08fr .92fr;position:relative;box-shadow:var(--shadow)}
.modal-close{position:absolute;right:16px;top:14px;z-index:2;width:42px;height:42px;border-radius:999px;border:1px solid var(--line);background:rgba(0,0,0,.48);color:var(--cream);font-size:28px;cursor:pointer}.modal-image{min-height:560px;background:#0a0f0b;display:flex;align-items:center;justify-content:center;padding:18px}.modal-image img{width:100%;height:100%;max-height:600px;object-fit:contain}
.modal-content{padding:32px}.modal-content h3{font-size:42px;line-height:1;margin:0 0 10px}.modal-price{font-size:22px;color:var(--gold2);font-weight:900}.modal-content p{color:rgba(255,247,232,.74);line-height:1.7}.modal-tags{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.specs{border-top:1px solid var(--line);margin-top:18px;padding-top:12px}.spec{display:flex;justify-content:space-between;gap:18px;padding:11px 0;border-bottom:1px solid rgba(255,247,232,.08)}.spec span{color:var(--muted)}.spec b{text-align:right}.modal-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px;align-items:center}
/* Ingredients chips in product modal */
.modal-ingredients{margin:16px 0 4px}
.modal-ingredients .ing-title{
  margin:0 0 8px;font-size:11px;letter-spacing:.18em;text-transform:uppercase;
  color:var(--gold2);font-weight:900;font-family:Inter,sans-serif;
}
.ing-chips{display:flex;flex-wrap:wrap;gap:7px}
.ing-chip{
  display:inline-block;padding:6px 12px;border-radius:999px;
  background:rgba(212,164,55,.1);border:1px solid rgba(240,200,106,.3);
  color:var(--cream);font-size:12.5px;line-height:1.2;
}
/* Quantity stepper */
.qty-stepper{
  display:inline-flex;align-items:center;gap:2px;
  border:1px solid var(--line);border-radius:999px;
  background:rgba(255,255,255,.05);padding:3px;
}
.qty-stepper button{
  width:36px;height:36px;border-radius:999px;border:0;
  background:rgba(255,255,255,.06);color:var(--cream);
  font-size:18px;line-height:1;cursor:pointer;transition:.15s ease;
}
.qty-stepper button:hover{background:rgba(212,164,55,.22);color:var(--gold2)}
.qty-stepper span{min-width:30px;text-align:center;font-weight:800;font-size:15px;color:var(--cream)}
/* Static legal pages (terms.html, refunds.html) */
.legal-page{
  max-width:760px;margin:38px auto 60px;
  padding:0 clamp(20px,4vw,40px);
  color:rgba(255,247,232,.86);
  line-height:1.7;font-size:15px;
}
.legal-page h1{
  font-size:clamp(34px,4vw,52px);line-height:1.05;
  margin:8px 0 6px;letter-spacing:-.02em;
}
.legal-page h2{
  font-size:22px;margin:32px 0 10px;color:var(--cream);
  font-family:Georgia,serif;font-weight:500;
}
.legal-page p,.legal-page li{font-size:15px;line-height:1.7}
.legal-page ul{padding-left:22px;color:rgba(255,247,232,.86)}
.legal-page ul li{margin-bottom:6px}
.legal-page a{color:var(--gold2);text-decoration:underline;text-underline-offset:3px}
.legal-page a:hover{color:#fbe79e}
.legal-meta{color:var(--muted);font-size:13px;margin:0 0 22px}
.legal-disclaimer{
  margin:18px 0 28px;
  padding:14px 18px;border-radius:14px;
  background:rgba(255,154,138,.08);
  border:1px solid rgba(255,154,138,.32);
  color:#ffd6cc;font-size:13px;line-height:1.55;
}
.legal-disclaimer b{color:#ff9a8a}
.legal-fineprint{
  margin-top:24px;padding:12px 16px;
  border-left:2px solid rgba(240,200,106,.4);
  color:var(--muted);font-size:12px;line-height:1.6;
  background:rgba(255,255,255,.025);
  border-radius:0 8px 8px 0;
}
.legal-fineprint b{color:rgba(255,247,232,.85)}
.back-link{margin-top:40px;font-size:14px}
.back-link a{color:var(--gold2);text-decoration:none}

footer{border-top:1px solid var(--line);padding:28px clamp(20px,6vw,110px);display:flex;flex-direction:column;gap:14px;color:var(--muted)}
.footer-brand{display:flex;align-items:baseline;gap:14px}
.footer-brand b{font-family:Georgia,serif;color:var(--cream);letter-spacing:.2em;font-size:18px;font-weight:500}
.footer-brand span{font-size:13px}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.footer-links a{font-size:13px;color:rgba(255,247,232,.78);text-decoration:none;transition:color .15s ease}
.footer-links a:hover{color:var(--gold2)}
.footer-legal{font-size:11px;color:var(--muted);letter-spacing:.06em;padding-top:10px;border-top:1px solid var(--line)}
.footer-legal a{color:var(--muted);text-decoration:none}
.footer-legal a:hover{color:var(--gold2)}
@media (max-width:980px){.top-strip{display:none}.hero-premium,.personalize-card,.story,.modal-card{grid-template-columns:1fr}.hero-premium{min-height:auto}.hero-showcase{min-height:340px;order:-1}.hero-copy{padding:8px 0}.featured-row{grid-template-columns:repeat(2,1fr)}.product-card{grid-column:span 6}.filter-panel{grid-template-columns:1fr}.brand img{width:160px}}
@media (max-width:640px){
  main{width:min(100% - 28px,1360px)}
  nav{display:none;width:100%;flex-direction:column;position:absolute;left:0;top:78px;padding:18px;background:#050a07}
  .menu-btn{display:block;border:1px solid var(--line);background:rgba(255,255,255,.06);color:var(--cream);border-radius:999px;padding:8px 12px;margin-left:auto;order:2}
  .header-ig{margin-left:10px;padding:9px;order:3}
  .header-ig-label{display:none}
  .cart-btn{order:4}
  nav.open{display:flex}
  .hero-premium{margin-top:14px;min-height:auto;gap:16px}
  .hero-copy{padding:4px 0}
  /* The hero image already carries "premium handmade soap" — drop the redundant eyebrow */
  .hero-copy .eyebrow{display:none}
  h1{font-size:38px;margin-bottom:10px}
  .lead{font-size:14.5px}
  .hero-showcase{min-height:0;aspect-ratio:3/2}
  .hero-actions{margin:16px 0 14px}
  /* Benefits become a single swipeable row instead of a tall 2×2 grid */
  .hero-benefits{
    display:flex;grid-template-columns:none;
    gap:10px;margin-top:14px;
    overflow-x:auto;overflow-y:hidden;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding-bottom:4px;
  }
  .hero-benefits::-webkit-scrollbar{display:none}
  .hero-benefits div{flex:0 0 70%;scroll-snap-align:start;padding:11px 13px}
  .hero-benefits span{font-size:11px}
  /* Keep both CTAs on one line, sharing the row */
  .hero-actions{flex-wrap:nowrap;gap:10px}
  .hero-actions .btn{flex:1;padding:13px 6px;font-size:12px;text-align:center;white-space:nowrap}
  .freebie-actions{flex-wrap:nowrap;gap:10px}
  .freebie-actions .btn{flex:1;padding:13px 6px;font-size:12px;text-align:center;white-space:nowrap}
  .featured-row{grid-template-columns:1fr}
  /* Search wide, sort compact, on one line */
  .toolbar{grid-template-columns:1fr auto;gap:10px}
  #sortSelect{min-width:128px}
  /* One product per row — big, premium images */
  .product-grid{gap:16px}
  .product-card{grid-column:span 12}
  .modal-image{min-height:320px}
  .modal-image img{max-height:380px}
  /* Contact links: clean vertical list so the real number + email stay readable */
  .contact-links{flex-direction:column;gap:8px}
  .contact-link{flex-direction:row;text-align:left;gap:12px;padding:12px 14px;min-width:0}
  .contact-link span{min-width:0}
  .contact-link b{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
  .story{padding:24px 18px}
  .buildbox-header h2{font-size:clamp(28px,8vw,40px)}
  .site-header{padding:0 16px}
  .brand img{width:132px}
}

/* --- v11 product image carousel polish --- */
.product-image{
  position:relative;
}
.card-dots{
  position:absolute;
  left:50%;
  bottom:10px;
  transform:translateX(-50%);
  display:flex;
  gap:7px;
  padding:7px 9px;
  border-radius:999px;
  background:rgba(0,0,0,.45);
  backdrop-filter:blur(8px);
}
.card-dot{
  width:9px;
  height:9px;
  border-radius:999px;
  border:1px solid rgba(240,200,106,.65);
  background:transparent;
  padding:0;
  cursor:pointer;
}
.card-dot.active{
  background:var(--gold2);
}
.modal-image{
  position:relative;
}
.modal-thumbs{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  display:flex;
  gap:10px;
  padding:10px;
  border-radius:18px;
  background:rgba(0,0,0,.55);
  backdrop-filter:blur(10px);
  overflow-x:auto;
}
.modal-thumb{
  width:78px;
  height:68px;
  border-radius:12px;
  border:2px solid transparent;
  padding:0;
  overflow:hidden;
  cursor:pointer;
  background:#111;
}
.modal-thumb.active{
  border-color:var(--gold2);
}
.modal-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}


.product-card {
  overflow: hidden;
}

.product-image {
  transition: transform 0.35s ease, opacity 0.3s ease;
}

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

.product-carousel-ui {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
}

.carousel-arrow {
  background: rgba(0,0,0,0.55);
  border: none;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
}

.carousel-counter {
  background: rgba(0,0,0,0.55);
  color: white;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.5px;
}


/* --- v15 curated luxury product hierarchy --- */
.giftbox-feature{
  margin-top:20px;
}
.giftbox-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.giftbox-panel{
  border:1px solid var(--line);
  background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(0,0,0,.22));
  border-radius:22px;
  padding:24px;
  cursor:pointer;
  min-height:190px;
  transition:.2s ease;
}
.giftbox-panel:hover{
  transform:translateY(-4px);
  border-color:rgba(240,200,106,.55);
}
.giftbox-panel strong{
  color:var(--gold2);
  font-size:22px;
}
.giftbox-panel h3{
  margin:14px 0 8px;
  font-size:28px;
}
.giftbox-panel p{
  color:rgba(255,247,232,.72);
  line-height:1.55;
}
.card-carousel-controls{
  position:absolute;
  left:12px;
  right:12px;
  bottom:12px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  z-index:4;
  opacity:0;
  transition:.2s ease;
}
.product-card:hover .card-carousel-controls{
  opacity:1;
}
.card-arrow{
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid rgba(240,200,106,.55);
  background:rgba(0,0,0,.56);
  color:var(--cream);
  font-size:22px;
  cursor:pointer;
  backdrop-filter:blur(8px);
}
.card-count{
  font-size:12px;
  font-weight:800;
  color:var(--cream);
  background:rgba(0,0,0,.55);
  border:1px solid rgba(240,200,106,.35);
  padding:7px 11px;
  border-radius:999px;
}
.card-dots{display:none !important;}
.card-dot{display:none !important;}
@media(max-width:980px){
  .giftbox-row{grid-template-columns:1fr;}
  .card-carousel-controls{opacity:1;}
}

/* --- Personalize Studio --- */
.personalize{
  border:1px solid var(--line);
  border-radius:26px;
  padding:36px;
  background:rgba(255,255,255,.045);
  box-shadow:var(--shadow);
}
.personalize-header{max-width:760px;margin-bottom:28px}
.personalize-header h2{font-size:clamp(34px,4vw,56px);margin:0 0 14px;line-height:1}
.personalize-header .lead{color:rgba(255,247,232,.72);margin:0}
.personalize-studio{
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:28px;
  align-items:start;
}
.personalize-form{
  background:rgba(0,0,0,.22);
  border:1px solid var(--line);
  border-radius:22px;
  padding:24px;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.personalize-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.personalize-form label{
  display:flex;
  flex-direction:column;
  gap:6px;
  color:var(--gold2);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:900;
}
.personalize-form label.full{width:100%}
.personalize-form input,
.personalize-form select,
.personalize-form textarea{
  color:var(--cream);
  background:rgba(0,0,0,.32);
  border:1px solid var(--line);
  border-radius:12px;
  padding:13px 14px;
  outline:none;
  font-size:14px;
  text-transform:none;
  letter-spacing:normal;
  font-weight:400;
}
.personalize-form textarea{resize:vertical;font-family:inherit}
.personalize-form select option{color:#111}
.personalize-form #personalizeSubmit{margin-top:10px}
.personalize-form #personalizeSubmit[disabled]{opacity:.6;cursor:wait}
.form-hint{color:var(--muted);font-size:12px;margin:6px 0 0;letter-spacing:normal;text-transform:none;font-weight:400}
.form-hint.error{color:#ff9a8a}

.personalize-result{
  position:sticky;
  top:96px;
  min-height:520px;
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(160deg,rgba(255,255,255,.06),rgba(0,0,0,.32));
  overflow:hidden;
  display:flex;
  align-items:stretch;
  justify-content:center;
}
.result-placeholder{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:18px;
  padding:36px;
  color:var(--muted);
  width:100%;
}
.result-placeholder img{width:120px;opacity:.5}
.result-loading{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:22px;
  padding:48px;
  color:var(--cream);
  text-align:center;
  width:100%;
}
.result-loading .spinner{
  width:48px;height:48px;
  border-radius:999px;
  border:3px solid rgba(240,200,106,.18);
  border-top-color:var(--gold2);
  animation:spin 1s linear infinite;
}
.result-loading b{font-family:Georgia,serif;font-size:22px;font-weight:500}
.result-loading span{color:var(--muted);font-size:13px;max-width:280px;line-height:1.6}
@keyframes spin{to{transform:rotate(360deg)}}

.result-card{display:flex;flex-direction:column;width:100%}
.result-image{
  position:relative;
  aspect-ratio:1/1;
  background:#050505;
  overflow:hidden;
}
.result-image img{width:100%;height:100%;object-fit:cover;display:block}
.result-meta{padding:22px 24px 24px;display:flex;flex-direction:column;gap:10px}
.result-meta h3{margin:0;font-size:28px;line-height:1.1}
.result-price{font-size:22px;color:var(--gold2);font-weight:900;margin:0}
.result-price span{color:var(--muted);font-size:13px;font-weight:600;margin-left:6px}
.result-desc{color:rgba(255,247,232,.78);line-height:1.6;margin:0;font-size:14px}
.result-note{
  border:1px dashed rgba(240,200,106,.35);
  border-radius:14px;
  padding:14px 16px;
  background:rgba(0,0,0,.22);
}
.result-note span{
  display:block;
  color:var(--gold2);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:900;
  margin-bottom:6px;
}
.result-note p{margin:0;color:rgba(255,247,232,.86);font-style:italic;line-height:1.55}
.result-breakdown{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px 16px;
  font-size:12px;
  color:var(--muted);
}
.result-breakdown b{color:var(--cream);font-weight:700}
.result-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}

@media(max-width:980px){
  .personalize{padding:24px}
  .personalize-studio{grid-template-columns:1fr}
  .personalize-result{position:static;min-height:420px}
  .personalize-form .form-row{grid-template-columns:1fr}
}

/* --- Build-Your-Own-Box studio --- */
.buildbox{
  border:1px solid var(--line);
  border-radius:26px;
  padding:38px;
  background:rgba(255,255,255,.045);
  box-shadow:var(--shadow);
}
.buildbox-header{max-width:780px;margin-bottom:24px}
.buildbox-header h2{font-size:clamp(34px,4vw,56px);margin:0 0 14px;line-height:1}
.buildbox-header .lead{color:rgba(255,247,232,.72);margin:0}

/* Discount tier banner — visible above the soap picker, lights up the
   active tier as the customer adds soaps */
.bb-tier-banner{
  display:flex;align-items:stretch;justify-content:center;gap:10px;
  margin-bottom:24px;
  padding:14px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(0,0,0,.22));
  border:1px solid var(--line);
}
.bb-tier{
  position:relative;flex:1;
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-rows:auto auto;
  column-gap:14px;align-items:center;
  padding:14px 18px;border-radius:14px;
  background:rgba(0,0,0,.22);
  border:1px solid var(--line);
  transition:.18s ease;
}
.bb-tier-pct{
  grid-row:1/3;
  font-family:Georgia,serif;font-weight:500;font-size:34px;line-height:.9;
  color:var(--cream);
  padding-right:14px;border-right:1px solid var(--line);
  white-space:nowrap;
}
.bb-tier-when{
  font-size:13px;color:rgba(255,247,232,.78);line-height:1.3;
}
.bb-tier-each{
  font-size:12px;color:var(--gold2);font-weight:800;letter-spacing:.04em;
}
.bb-tier-badge{
  grid-column:1/3;justify-self:start;
  display:inline-block;margin-top:8px;
  padding:3px 9px;border-radius:999px;
  background:rgba(212,164,55,.18);color:var(--gold2);
  font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;
}
.bb-tier-nudge{
  grid-column:1/3;justify-self:end;
  position:absolute;top:8px;right:10px;
  font-size:10px;color:#101009;background:var(--gold2);
  padding:3px 9px;border-radius:999px;
  font-weight:900;letter-spacing:.04em;
  animation:nudgePulse 2.2s ease-in-out infinite;
}
@keyframes nudgePulse{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.06)}
}
.bb-tier.active{
  background:linear-gradient(135deg,rgba(212,164,55,.16),rgba(212,164,55,.06));
  border-color:var(--gold2);
  box-shadow:0 0 0 1px var(--gold2), 0 10px 28px rgba(212,164,55,.22);
}
.bb-tier.active .bb-tier-pct{color:var(--gold2)}
.bb-tier-best .bb-tier-pct{
  background:linear-gradient(135deg,var(--gold2),#b98227);
  -webkit-background-clip:text;background-clip:text;
  color:transparent;
}
.bb-tier-arrow{
  display:flex;align-items:center;justify-content:center;
  color:var(--muted);font-size:22px;
}
@media(max-width:980px){
  /* Stack the two tiers as clean full-width rows — no more cramped wrapping */
  .bb-tier-banner{flex-direction:column;padding:10px;gap:8px}
  .bb-tier{padding:12px 16px;column-gap:14px}
  .bb-tier-pct{font-size:26px;padding-right:14px}
  .bb-tier-when{font-size:13px;line-height:1.3;white-space:nowrap}
  .bb-tier-each{font-size:12px}
  .bb-tier-arrow{transform:rotate(90deg);font-size:16px;padding:2px 0}
  .bb-tier-nudge{font-size:10px;padding:2px 8px;top:8px;right:10px}
}
.buildbox-studio{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:start;
}
.buildbox-picker{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(190px,1fr));
  gap:14px;
}
.bb-picker-wrap{min-width:0}
.bb-scroll-arrow{display:none}

/* Catalog loading skeletons + empty state */
.product-card.skeleton{pointer-events:none;border-color:var(--line)}
.product-card.skeleton .product-image{background:linear-gradient(100deg,rgba(255,255,255,.04) 30%,rgba(255,255,255,.09) 50%,rgba(255,255,255,.04) 70%);background-size:200% 100%;animation:skshimmer 1.3s linear infinite}
.product-card.skeleton .sk-line{height:14px;border-radius:6px;margin:10px 0;background:rgba(255,255,255,.07)}
.product-card.skeleton .sk-line.short{width:45%}
@keyframes skshimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
.grid-empty{grid-column:1/-1;text-align:center;color:var(--muted);padding:60px 20px;border:1px dashed var(--line);border-radius:18px}
.bb-card{
  display:flex;flex-direction:column;
  background:rgba(0,0,0,.22);
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  transition:.18s ease;
}
.bb-card.active{
  border-color:var(--gold2);
  box-shadow:0 0 0 1px var(--gold2),0 14px 32px rgba(212,164,55,.18);
}
.bb-image{aspect-ratio:1/1;background:#0a0a0a;overflow:hidden}
.bb-image img{width:100%;height:100%;object-fit:cover}
.bb-info{padding:12px 14px;display:flex;flex-direction:column;gap:6px}
.bb-name{font-family:Georgia,serif;font-size:15px;line-height:1.2;color:var(--cream)}
.bb-price{font-size:13px;color:rgba(255,247,232,.78)}
.bb-price .bp-deal{color:var(--gold2);font-weight:900}
.bb-price s{color:var(--muted);font-size:.85em;margin-left:6px}
.bb-price small{display:block;color:var(--muted);font-size:11px;margin-top:2px;letter-spacing:.04em}
.bb-price-now{color:var(--gold2)}
.buildbox-price s{
  color:var(--muted);font-size:.55em;font-weight:600;
  margin-left:6px;letter-spacing:0;
}
.bb-qty{
  display:flex;align-items:center;justify-content:space-between;
  margin-top:6px;
  background:rgba(255,255,255,.05);
  border:1px solid var(--line);
  border-radius:999px;
  padding:4px 6px;
}
.bb-qty button{
  width:28px;height:28px;border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  color:var(--cream);
  font-size:14px;line-height:1;
  cursor:pointer;
}
.bb-qty button:disabled{opacity:.35;cursor:not-allowed}
.bb-qty span{font-size:14px;font-weight:800;color:var(--cream)}

.buildbox-preview{
  position:sticky;top:96px;
  display:flex;flex-direction:column;
  background:linear-gradient(160deg,rgba(255,255,255,.05),rgba(0,0,0,.32));
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
}

/* Selection thumbs */
.bb-selection{padding:20px 22px 12px}
.bb-selection .eyebrow{margin:0 0 12px}
.bb-selected-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(78px,1fr));
  gap:10px;
}
.bb-empty{
  grid-column:1/-1;
  color:var(--muted);font-size:13px;line-height:1.55;
  padding:14px;border:1px dashed var(--line);border-radius:12px;text-align:center;
}
.bb-thumb{
  position:relative;display:flex;flex-direction:column;
  border-radius:12px;overflow:hidden;
  border:1px solid var(--line);background:#0a0a0a;
}
.bb-thumb img{
  width:100%;aspect-ratio:1/1;object-fit:cover;display:block;
}
.bb-thumb-name{
  display:block;padding:6px 8px;
  font-size:10px;color:rgba(255,247,232,.8);line-height:1.2;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.bb-thumb-qty{
  position:absolute;top:5px;right:5px;
  background:var(--gold2);color:#101009;
  font-size:10px;font-weight:900;
  padding:2px 7px;border-radius:999px;
  border:2px solid #050a07;
}

/* Gift note + faux card preview */
.bb-note{
  padding:14px 22px 16px;
  border-top:1px dashed var(--line);
  border-bottom:1px dashed var(--line);
  background:rgba(0,0,0,.16);
  display:flex;flex-direction:column;gap:10px;
}
.bb-note label{display:block}
.bb-note-label{
  display:block;color:var(--gold2);font-size:11px;
  text-transform:uppercase;letter-spacing:.16em;font-weight:900;
  margin-bottom:6px;
}
.bb-note-label small{
  color:var(--muted);font-size:10px;text-transform:none;
  letter-spacing:normal;font-weight:600;margin-left:6px;
}
.bb-note textarea{
  width:100%;padding:12px 14px;border-radius:12px;
  background:rgba(0,0,0,.32);color:var(--cream);border:1px solid var(--line);
  font-family:inherit;font-size:13px;resize:vertical;outline:none;
}
.bb-note textarea:focus{border-color:var(--gold2)}
.bb-note-count{
  text-align:right;font-size:11px;color:var(--muted);
}

.bb-card-preview{
  margin:6px 0 0;
  background:linear-gradient(135deg,#fff7e8,#f0e5cc);
  color:#07150f;border-radius:14px;
  padding:18px 20px;text-align:center;
  border:1px solid rgba(212,164,55,.5);
  box-shadow:0 14px 32px rgba(0,0,0,.25);
  position:relative;
}
.bb-card-ornament{
  color:var(--gold);font-size:18px;line-height:1;margin-bottom:6px;
}
.bb-card-preview blockquote{
  margin:0;font-family:Georgia,serif;font-style:italic;
  font-size:15px;line-height:1.55;color:#07150f;
  min-height:46px;
}
.bb-card-preview blockquote.placeholder{color:rgba(7,21,15,.45)}
.bb-card-preview figcaption{
  margin-top:10px;font-size:10px;color:#5b4d2f;
  text-transform:uppercase;letter-spacing:.2em;font-weight:700;
}
.bb-card-preview figcaption b{color:#07150f;font-weight:900}
.buildbox-summary{
  padding:18px 22px 24px;border-top:1px solid var(--line);
}
.buildbox-counts{
  display:flex;justify-content:space-between;align-items:baseline;
  margin-bottom:14px;
}
.buildbox-count{color:var(--muted);font-size:13px}
.buildbox-count b{color:var(--cream);font-size:18px;font-weight:900}
.buildbox-price{
  color:var(--gold2);font-family:Georgia,serif;
  font-size:28px;font-weight:900;letter-spacing:-.01em;
}
.buildbox-actions{display:flex;gap:10px;margin-bottom:10px}
.buildbox-actions .btn.primary{flex:1}
.buildbox-actions .btn.secondary{padding:13px 18px}
.buildbox-actions .btn[disabled]{opacity:.5;cursor:not-allowed}

@media(max-width:980px){
  .buildbox{padding:22px 18px}
  .buildbox-studio{display:flex;flex-direction:column;gap:14px}
  .buildbox-preview{position:static;order:2}
  /* min-width:0 stops the flex carousel from expanding past the section (overflow bug) */
  .bb-picker-wrap{order:1;position:relative;min-width:0;width:100%}

  /* One-row swipeable carousel */
  .buildbox-picker{
    min-width:0;
    display:flex;gap:10px;
    overflow-x:auto;overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-padding-left:2px;
    padding:2px 0 12px;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .buildbox-picker::-webkit-scrollbar{display:none}
  /* ~2.5 cards visible (40% each); compact image */
  .buildbox-picker .bb-card{flex:0 0 40%;scroll-snap-align:start;flex-direction:column}
  .buildbox-picker .bb-image{aspect-ratio:auto;height:116px}
  .buildbox-picker .bb-info{padding:9px 10px;gap:6px}
  .buildbox-picker .bb-name{font-size:12.5px;line-height:1.2;min-height:30px}
  .buildbox-picker .bb-price{font-size:12px}
  .buildbox-picker .bb-price small{display:none}
  .buildbox-picker .bb-qty{margin-top:auto}
  .buildbox-picker::after{content:"";flex:0 0 2px}

  /* Scroll arrows centered on the image row */
  .bb-scroll-arrow{
    position:absolute;top:58px;z-index:4;
    width:34px;height:34px;border-radius:999px;
    display:flex;align-items:center;justify-content:center;
    background:rgba(8,18,12,.92);border:1px solid var(--gold2);
    color:var(--gold2);font-size:22px;line-height:1;cursor:pointer;
    box-shadow:0 4px 14px rgba(0,0,0,.5);
    transition:opacity .2s ease;
  }
  .bb-scroll-arrow.prev{left:-2px}
  .bb-scroll-arrow.next{right:-2px}
  .bb-scroll-arrow[disabled]{opacity:0;pointer-events:none}

  /* "Your box" area below: added items, live price, note, add button — all in flow */
  .buildbox-preview{
    background:#0a1410;
    border:1px solid rgba(240,200,106,.28);
    border-radius:18px;
  }
  .bb-selection{padding:14px 16px 8px}
  .bb-selected-grid{
    display:flex;gap:8px;
    overflow-x:auto;overflow-y:hidden;
    padding-bottom:6px;
    -webkit-overflow-scrolling:touch;
  }
  .bb-selected-grid .bb-thumb{flex:0 0 64px;width:64px}
  .bb-thumb-name{display:none}
  .bb-empty{white-space:normal}
  .buildbox-summary{display:block}
}

/* The fixed action bar is retired — the carousel layout keeps everything in flow */
.bb-mobile-bar{display:none}

/* --- Cart button in header --- */
.cart-btn{
  position:relative;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  border-radius:999px;
  width:44px;height:44px;
  display:flex;align-items:center;justify-content:center;
  color:var(--cream);
  cursor:pointer;
  transition:.18s ease;
  margin-left:18px;
}
.cart-btn:hover{border-color:rgba(240,200,106,.6);transform:translateY(-1px)}
.cart-count{
  position:absolute;
  top:-4px;right:-4px;
  background:var(--gold2);
  color:#101009;
  font-size:11px;
  font-weight:900;
  min-width:20px;
  height:20px;
  padding:0 5px;
  border-radius:999px;
  display:flex;align-items:center;justify-content:center;
  border:2px solid #050a07;
}
.cart-count[data-count="0"]{display:none}

/* --- Cart drawer --- */
.cart-overlay{
  position:fixed;inset:0;
  background:rgba(0,0,0,.6);
  backdrop-filter:blur(4px);
  z-index:60;
  opacity:0;pointer-events:none;
  transition:opacity .2s ease;
}
.cart-overlay.open{opacity:1;pointer-events:auto}
.cart-drawer{
  position:fixed;
  top:0;right:0;bottom:0;
  width:min(420px,100vw);
  background:#0a1b12;
  border-left:1px solid var(--line);
  z-index:61;
  display:flex;flex-direction:column;
  transform:translateX(100%);
  transition:transform .25s ease;
  box-shadow:-30px 0 80px rgba(0,0,0,.5);
}
.cart-drawer.open{transform:translateX(0)}
.cart-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:22px 24px;
  border-bottom:1px solid var(--line);
}
.cart-header h3{margin:0;font-size:22px;line-height:1}
.cart-close{
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  color:var(--cream);
  width:36px;height:36px;
  border-radius:999px;
  font-size:24px;line-height:1;
  cursor:pointer;
}
.cart-body{
  flex:1;
  overflow-y:auto;
  padding:18px 18px 8px;
  display:flex;flex-direction:column;gap:14px;
}
.cart-empty{
  text-align:center;
  color:var(--muted);
  padding:40px 20px;
}
.cart-empty img{width:90px;opacity:.45;margin:0 auto 18px}
.cart-empty p{margin:0;line-height:1.6}
.cart-item{
  display:grid;
  grid-template-columns:80px 1fr auto;
  gap:14px;
  padding:12px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
  border-radius:14px;
  align-items:center;
}
.cart-item img{
  width:80px;height:80px;
  object-fit:cover;
  border-radius:10px;
  background:#111;
}
.cart-item .ci-info{display:flex;flex-direction:column;gap:4px;min-width:0}
.cart-item .ci-name{
  font-family:Georgia,serif;
  font-size:15px;
  line-height:1.2;
  color:var(--cream);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.cart-item .ci-kind{
  font-size:10px;
  color:var(--gold2);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:900;
}
.cart-item .ci-price{font-size:14px;color:var(--gold2);font-weight:800}
.cart-item .ci-qty{display:flex;align-items:center;gap:6px;margin-top:4px}
.cart-item .ci-qty button{
  width:24px;height:24px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  color:var(--cream);
  font-size:14px;line-height:1;
  cursor:pointer;
}
.cart-item .ci-qty span{font-size:13px;font-weight:700;min-width:18px;text-align:center}
.cart-item .ci-remove{
  background:transparent;
  border:0;
  color:var(--muted);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
  cursor:pointer;
  padding:6px;
  align-self:start;
}
.cart-item .ci-remove:hover{color:#ff9a8a}
.cart-footer{
  padding:20px 24px 24px;
  border-top:1px solid var(--line);
  background:rgba(0,0,0,.2);
}
.cart-totals{margin-bottom:14px}
.cart-row{
  display:flex;
  justify-content:space-between;
  padding:6px 0;
  font-size:14px;
  color:var(--muted);
}
.cart-row b{color:var(--cream);font-weight:700}
.cart-grand{
  border-top:1px solid var(--line);
  margin-top:6px;
  padding-top:12px;
  font-size:16px;
}
.cart-grand b{color:var(--gold2);font-size:20px;font-weight:900}
#cartCheckoutBtn{width:100%}
#cartCheckoutBtn[disabled]{opacity:.5;cursor:not-allowed}
.cart-hint{
  text-align:center;
  margin:10px 0 0;
  color:var(--muted);
  font-size:12px;
}

/* --- Checkout modal --- */
.checkout-modal{
  position:fixed;inset:0;
  background:rgba(0,0,0,.7);
  backdrop-filter:blur(10px);
  z-index:70;
  display:none;
  align-items:flex-start;
  justify-content:center;
  padding:40px 16px;
  overflow-y:auto;
}
.checkout-modal.open{display:flex}
.checkout-card{
  width:min(720px,100%);
  background:#10170f;
  border:1px solid var(--line);
  border-radius:24px;
  position:relative;
  box-shadow:var(--shadow);
}
.checkout-close{
  position:absolute;
  right:16px;top:16px;
  width:40px;height:40px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(0,0,0,.45);
  color:var(--cream);
  font-size:26px;
  cursor:pointer;
  z-index:2;
}
.checkout-content{padding:34px}
.checkout-content h2{margin:0 0 8px;font-size:30px;line-height:1.1}
.checkout-content .eyebrow{margin-bottom:4px}

.checkout-form{display:flex;flex-direction:column;gap:14px;margin-top:18px}
.checkout-form .row-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.checkout-form .row-3{display:grid;grid-template-columns:.9fr 1.3fr 1fr;gap:12px;align-items:start}
.pincode-status{
  display:block;
  margin-top:6px;
  font-size:12px;
  letter-spacing:normal;
  text-transform:none;
  font-weight:500;
  min-height:16px;
  color:var(--muted);
}
.pincode-status.loading{color:var(--muted)}
.pincode-status.ok{color:#8cd9a5}
.pincode-status.error{color:#ff9a8a}

/* Out-of-stock styling on product cards */
.product-card.oos{opacity:.62}
.product-card.oos .product-image img{filter:grayscale(0.4)}
.oos-pill{
  position:absolute;
  top:12px;left:12px;
  background:rgba(0,0,0,.72);
  color:var(--cream);
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  z-index:3;
}

/* Freebie hero section — first-purchase free-soap offer rendered above shop */
.freebie-hero{
  margin-bottom:42px;
}
.freebie-card{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:0;
  border:1px solid rgba(240,200,106,.45);
  border-radius:26px;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 18%,rgba(212,164,55,.18) 0,transparent 40%),
    linear-gradient(135deg,rgba(255,255,255,.06),rgba(0,0,0,.32));
  box-shadow:0 28px 80px rgba(0,0,0,.42), 0 0 0 1px rgba(240,200,106,.18) inset;
}
.freebie-image{position:relative;background:#050505;min-height:380px;overflow:hidden}
.freebie-image img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .6s ease;
}
.freebie-card:hover .freebie-image img{transform:scale(1.04)}
.freebie-flag{
  position:absolute;
  top:18px;left:18px;
  background:linear-gradient(135deg,var(--gold2),#b98227);
  color:#101009;
  font-size:11px;
  font-weight:900;
  letter-spacing:.18em;
  padding:8px 14px;
  border-radius:999px;
  box-shadow:0 10px 26px rgba(212,164,55,.4);
}
.freebie-body{padding:36px 38px;display:flex;flex-direction:column;gap:14px;justify-content:center}
.freebie-body h2{
  font-size:clamp(36px,4vw,52px);
  line-height:1.04;margin:0;
}
.freebie-body h2 em{font-style:italic;color:var(--gold2)}
.freebie-lead{color:rgba(255,247,232,.78);line-height:1.65;margin:0;font-size:15px;max-width:520px}
.freebie-progress{margin-top:6px;display:flex;flex-direction:column;gap:6px}
.freebie-progress-bar{
  height:6px;background:rgba(255,255,255,.08);
  border-radius:999px;overflow:hidden;border:1px solid var(--line);
}
.freebie-progress-bar > div{
  height:100%;
  background:linear-gradient(90deg,var(--gold2),#b98227);
  transition:width .4s ease;
}
.freebie-progress-text{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.16em;font-weight:700}
.freebie-progress-text b{color:var(--gold2);font-size:14px}
.freebie-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}
.freebie-fineprint{color:var(--muted);font-size:12px;margin:6px 0 0;line-height:1.55}
@media(max-width:980px){
  .freebie-card{grid-template-columns:1fr}
  .freebie-image{min-height:280px}
  .freebie-body{padding:26px 22px}
}

/* Cart freebie row styling */
.cart-item.ci-free{
  border-color:rgba(240,200,106,.4);
  background:linear-gradient(135deg,rgba(212,164,55,.1),rgba(0,0,0,.18));
}
.cart-item .ci-kind-free{color:var(--gold2)!important}
.cart-item.ci-free .ci-price b{color:var(--gold2);font-weight:900;letter-spacing:.06em;font-size:13px}
.cart-item.ci-free .ci-price s{color:var(--muted);margin-left:6px;font-size:12px;font-weight:400}
.ci-qty-fixed{align-items:center;margin-top:4px}
.ci-qty-pill{
  font-size:11px;color:var(--muted);
  background:rgba(255,255,255,.06);border:1px solid var(--line);
  padding:3px 10px;border-radius:999px;font-weight:700;letter-spacing:.04em;
}

/* Build-box cart row: mini mosaic of selected soaps + gift-note line */
.cart-item.ci-buildbox{
  grid-template-columns:1fr auto;
  align-items:flex-start;
}
.ci-mosaic{
  grid-column:1/-1;
  display:grid;grid-template-columns:repeat(var(--cols,3),1fr);
  gap:4px;margin-bottom:8px;
  border-radius:10px;overflow:hidden;
  background:#fff7e8;padding:4px;
}
.ci-mosaic-tile{
  position:relative;aspect-ratio:1/1;
  border-radius:6px;overflow:hidden;background:#fff7e8;
}
.ci-mosaic-tile img{width:100%;height:100%;object-fit:cover;display:block}
.ci-mosaic-tile span{
  position:absolute;top:3px;right:3px;
  background:var(--gold2);color:#101009;
  font-size:9px;font-weight:900;padding:1px 5px;border-radius:999px;
}
.ci-buildbox .ci-info{grid-column:1/-1}
.ci-note{
  font-size:11px;color:var(--cream);font-style:italic;
  background:rgba(212,164,55,.1);
  border:1px solid rgba(240,200,106,.25);
  padding:6px 10px;border-radius:8px;margin-top:6px;
  line-height:1.4;
}

/* Promotions: deal pill + strikethrough price + giveaway banner */
.deal-pill{
  position:absolute;
  top:12px;right:12px;
  display:inline-flex;align-items:center;gap:6px;
  background:linear-gradient(135deg,#ff7a59,#ff9d6e);
  color:#101009;
  font-size:11px;
  font-weight:900;
  letter-spacing:.04em;
  padding:6px 11px 6px 8px;
  border-radius:999px;
  z-index:3;
  box-shadow:0 8px 22px rgba(255,122,89,.4);
  animation:dealPillPulse 3.2s ease-in-out infinite;
}
.deal-pill-emoji{font-size:14px;line-height:1;color:#fffaf2}
.deal-pill b{font-weight:900;font-size:12px;letter-spacing:.04em}
.deal-pill-savings{
  background:rgba(16,16,9,.18);
  padding:2px 7px;border-radius:999px;
  font-size:10px;font-weight:800;color:#101009;
  margin-left:2px;text-transform:none;letter-spacing:.02em;
}
@keyframes dealPillPulse{
  0%,100%{transform:scale(1);box-shadow:0 8px 22px rgba(255,122,89,.4)}
  50%{transform:scale(1.04);box-shadow:0 10px 28px rgba(255,122,89,.6)}
}
.product-card.has-deal{border-color:rgba(255,122,89,.35)}
.featured-card{position:relative}
.featured-deal{top:10px;right:10px;font-size:10px;padding:4px 9px 4px 6px;animation:none}
.featured-deal .deal-pill-savings{display:none}
.featured-card.has-deal{border-color:rgba(255,122,89,.45)}

/* Gift pill — visible at-a-glance brand-color badge on product cards */
.gift-pill{
  position:absolute;
  top:12px;left:12px;
  display:inline-flex;align-items:center;gap:6px;
  background:linear-gradient(135deg,var(--gold2),#b98227);
  color:#101009;
  font-size:11px;
  font-weight:900;
  letter-spacing:.04em;
  padding:6px 11px 6px 8px;
  border-radius:999px;
  z-index:3;
  box-shadow:0 8px 22px rgba(212,164,55,.35);
  animation:giftPillPulse 2.6s ease-in-out infinite;
}
.gift-pill-emoji{font-size:14px;line-height:1}
.gift-pill b{font-weight:900;font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.gift-pill-slots{
  background:rgba(16,16,9,.18);
  padding:2px 7px;border-radius:999px;
  font-size:10px;font-weight:800;color:#101009;
  margin-left:2px;
}
@keyframes giftPillPulse{
  0%,100%{transform:scale(1);box-shadow:0 8px 22px rgba(212,164,55,.35)}
  50%{transform:scale(1.035);box-shadow:0 10px 28px rgba(212,164,55,.55)}
}
.product-card.has-gift{border-color:rgba(240,200,106,.4)}
.featured-gift{
  top:10px;left:10px;font-size:10px;padding:4px 9px 4px 6px;animation:none;
}
.featured-gift .gift-pill-slots{display:none}
.featured-card.has-gift{border-color:rgba(240,200,106,.5)}

/* Modal deal banner — shown inside product detail modal to reinforce the
   savings story before "Add to gift box". */
.modal-deal{
  display:flex;align-items:center;gap:14px;
  margin:16px 0 4px;
  padding:14px 16px;
  border-radius:14px;
  background:linear-gradient(135deg,rgba(255,122,89,.16),rgba(255,122,89,.06));
  border:1px solid rgba(255,122,89,.5);
}
.modal-deal .md-emoji{
  font-size:30px;line-height:1;flex-shrink:0;color:#ff7a59;
}
.modal-deal .md-text{display:flex;flex-direction:column;gap:3px}
.modal-deal .md-text b{
  font-family:Georgia,serif;font-weight:500;
  color:#ffb89c;font-size:16px;line-height:1.1;
}
.modal-deal .md-text > span{color:rgba(255,247,232,.86);font-size:13px;line-height:1.5}
.modal-deal .md-text > span b{
  font-family:Inter,sans-serif;font-size:13px;color:#ffb89c;font-weight:800;
}
.modal-deal .md-text > span s{color:var(--muted);margin:0 2px}

/* Modal giveaway banner — shown inside product detail modal so customer
   sees the free-gift offer before clicking "Add to gift box". */
.modal-giveaway{
  display:flex;align-items:center;gap:14px;
  margin:16px 0 4px;
  padding:14px 16px;
  border-radius:14px;
  background:linear-gradient(135deg,rgba(212,164,55,.16),rgba(212,164,55,.06));
  border:1px solid rgba(240,200,106,.5);
}
.modal-giveaway .mg-emoji{font-size:30px;line-height:1;flex-shrink:0}
.modal-giveaway .mg-text{display:flex;flex-direction:column;gap:3px}
.modal-giveaway .mg-text b{
  font-family:Georgia,serif;font-weight:500;
  color:var(--gold2);font-size:16px;line-height:1.1;
}
.modal-giveaway .mg-text span{color:rgba(255,247,232,.86);font-size:13px;line-height:1.5}
.modal-giveaway .mg-text u{color:var(--gold2);text-decoration:none;font-weight:800}
.modal-giveaway .mg-text b{color:var(--gold2)}
.price-deal{color:var(--gold2);font-weight:900}
.price-was{color:var(--muted);font-size:.78em;margin-left:8px;font-weight:400}
.oos-suffix{color:var(--muted);font-size:.7em;letter-spacing:.08em;text-transform:uppercase;margin-left:8px}
.giveaway-banner{
  display:flex;align-items:center;gap:8px;
  margin:10px 0 2px;
  padding:8px 12px;
  border-radius:10px;
  background:linear-gradient(135deg,rgba(212,164,55,.14),rgba(212,164,55,.06));
  border:1px solid rgba(240,200,106,.35);
  color:var(--cream);
  font-size:12px;
  line-height:1.4;
}
.giveaway-banner b{color:var(--gold2);font-weight:800}
.giveaway-banner span{
  margin-left:auto;font-size:11px;font-weight:900;
  color:#101009;background:var(--gold2);
  padding:2px 8px;border-radius:999px;white-space:nowrap;
}

/* Giveaway celebration on order confirmation */
.giveaway-win{
  display:flex;align-items:center;gap:16px;
  margin:0 0 24px;
  padding:18px 22px;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(212,164,55,.22),rgba(212,164,55,.08));
  border:1px solid rgba(240,200,106,.55);
  box-shadow:0 8px 28px rgba(212,164,55,.18);
  position:relative;
  overflow:hidden;
}
.giveaway-win::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(circle at 20% 30%,rgba(240,200,106,.25) 0,transparent 40%),
             radial-gradient(circle at 80% 70%,rgba(240,200,106,.18) 0,transparent 45%);
}
.giveaway-win-emoji{
  font-size:42px;line-height:1;flex-shrink:0;
  animation:lyndohBounce .9s ease-in-out 2;
}
.giveaway-win-text{display:flex;flex-direction:column;gap:4px;z-index:1}
.giveaway-win-text b{
  font-family:Georgia,serif;font-weight:500;
  color:var(--gold2);font-size:22px;line-height:1.1;
}
.giveaway-win-text span{color:var(--cream);font-size:14px;line-height:1.55}
.giveaway-win-text u{color:var(--gold2);text-decoration:none;font-weight:800}

@keyframes lyndohBounce{
  0%,100%{transform:translateY(0) scale(1)}
  40%{transform:translateY(-8px) scale(1.08)}
}

/* Savings celebration on order confirmation (coral counterpart to gold giveaway-win) */
.savings-win{
  display:flex;align-items:center;gap:16px;
  margin:0 0 16px;
  padding:18px 22px;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(255,122,89,.22),rgba(255,122,89,.08));
  border:1px solid rgba(255,122,89,.5);
  box-shadow:0 8px 28px rgba(255,122,89,.18);
  position:relative;
  overflow:hidden;
}
.savings-win::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(circle at 20% 30%,rgba(255,122,89,.22) 0,transparent 40%),
             radial-gradient(circle at 80% 70%,rgba(255,122,89,.15) 0,transparent 45%);
}
.savings-win-emoji{
  font-size:38px;line-height:1;flex-shrink:0;color:#ff7a59;
  animation:lyndohBounce .9s ease-in-out 2;
}
.savings-win-text{display:flex;flex-direction:column;gap:4px;z-index:1}
.savings-win-text b{
  font-family:Georgia,serif;font-weight:500;
  color:#ffb89c;font-size:22px;line-height:1.1;
}
.savings-win-text span{color:var(--cream);font-size:14px;line-height:1.55}
/* When both savings and giveaway banners are present, tighten spacing */
.savings-win + .giveaway-win{margin-top:0}
.checkout-form label{
  display:flex;flex-direction:column;gap:6px;
  color:var(--gold2);font-size:11px;
  text-transform:uppercase;letter-spacing:.18em;font-weight:900;
}
.checkout-form input,
.checkout-form select,
.checkout-form textarea{
  color:var(--cream);
  background:rgba(0,0,0,.32);
  border:1px solid var(--line);
  border-radius:12px;
  padding:13px 14px;
  outline:none;
  font-size:14px;
  text-transform:none;
  letter-spacing:normal;
  font-weight:400;
}
.checkout-form textarea{resize:vertical;font-family:inherit}
.checkout-form input[aria-invalid="true"],
.checkout-form select[aria-invalid="true"]{
  border-color:#ff9a8a;
}

.payment-static{
  display:flex;align-items:center;gap:14px;
  margin-top:4px;
  padding:14px 18px;
  border:1px solid rgba(240,200,106,.45);
  border-radius:14px;
  background:linear-gradient(135deg,rgba(212,164,55,.1),rgba(0,0,0,.18));
  color:var(--cream);
}
.payment-static .payment-icon{
  font-size:24px;line-height:1;
  width:42px;height:42px;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  background:rgba(212,164,55,.18);border-radius:999px;
  border:1px solid rgba(240,200,106,.4);
}
.payment-static b{
  display:block;font-family:Georgia,serif;font-weight:500;font-size:18px;
  color:var(--cream);margin-bottom:2px;
}
.payment-static span{color:rgba(255,247,232,.72);font-size:13px;line-height:1.45}

.payment-options{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:4px;
}
.payment-options label{
  display:flex;flex-direction:row;align-items:center;gap:10px;
  padding:14px;
  border:1px solid var(--line);
  border-radius:14px;
  cursor:pointer;
  font-size:14px;
  text-transform:none;letter-spacing:normal;font-weight:600;
  color:var(--cream);
  transition:.15s ease;
}
.payment-options label.disabled{
  opacity:.4;cursor:not-allowed;pointer-events:none;
}
.payment-options label.selected{
  border-color:var(--gold2);
  background:rgba(212,164,55,.1);
}
.payment-options label input{display:none}
.payment-options label b{display:block;font-family:Georgia,serif;font-size:18px;font-weight:500}
.payment-options label span{display:block;color:var(--muted);font-size:12px;margin-top:2px}

.checkout-summary{
  margin-top:18px;
  padding:14px 16px;
  border-radius:14px;
  background:rgba(0,0,0,.28);
  border:1px solid var(--line);
}
.checkout-summary .row{display:flex;justify-content:space-between;padding:5px 0;font-size:13px;color:var(--muted)}
.checkout-summary .row b{color:var(--cream);font-weight:700}
.checkout-summary .row.grand{border-top:1px solid var(--line);margin-top:6px;padding-top:10px;font-size:15px}
.checkout-summary .row.grand b{color:var(--gold2);font-size:20px;font-weight:900}

#checkoutSubmit{margin-top:14px}
#checkoutSubmit[disabled]{opacity:.6;cursor:wait}
.checkout-errors{
  color:#ff9a8a;
  font-size:13px;
  background:rgba(255,154,138,.08);
  border:1px solid rgba(255,154,138,.3);
  border-radius:10px;
  padding:10px 12px;
  margin-top:4px;
}

/* Confirmation panel */
.confirm-wrap{display:grid;grid-template-columns:1.05fr 1fr;gap:28px;align-items:start}
.confirm-qr{
  background:#fff7e8;
  border-radius:18px;
  padding:18px;
  text-align:center;
}
.confirm-qr img{width:100%;height:auto;display:block;margin:auto}
.confirm-qr-caption{
  color:#07150f;
  font-size:12px;
  margin-top:10px;
  font-weight:700;
}
.confirm-info h2{margin:0 0 6px}
.confirm-info .order-id{
  font-family:'Courier New',monospace;
  font-size:16px;
  letter-spacing:.08em;
  color:var(--gold2);
  margin:0 0 14px;
  font-weight:900;
}
.confirm-info .confirm-total{
  font-size:28px;
  color:var(--gold2);
  font-weight:900;
  margin:0 0 18px;
}
.confirm-info ul{padding-left:18px;color:rgba(255,247,232,.78);line-height:1.7;margin:0 0 18px;font-size:14px}
.confirm-actions{display:flex;flex-direction:column;gap:10px}
.confirm-actions .btn{width:100%;text-align:center}
.upi-direct{
  margin-top:14px;
  font-size:12px;
  color:var(--muted);
  background:rgba(0,0,0,.32);
  padding:10px 12px;
  border-radius:10px;
  word-break:break-all;
}
.upi-direct b{color:var(--gold2);font-weight:800;font-family:'Courier New',monospace}

@media(max-width:980px){
  .checkout-form .row-2,.checkout-form .row-3{grid-template-columns:1fr}
  .payment-options{grid-template-columns:1fr}
  .confirm-wrap{grid-template-columns:1fr}
  .cart-drawer{width:100vw}
}

/* === Mobile typography pass — smaller headings + tighter spacing so customers
   reach the products without endless scrolling. Placed last so it wins by source order. === */
@media(max-width:640px){
  /* Section headings were hitting their large clamp min (34–38px) on phones.
     Cap them to phone-appropriate sizes so they don't wrap into tall 2–3 line blocks. */
  h1{font-size:30px;line-height:1.08;margin-bottom:10px}
  .section-head h2{font-size:24px;line-height:1.12}
  .freebie-body h2{font-size:25px;line-height:1.12}
  .personalize-card h2,.story h2{font-size:24px;line-height:1.14;margin-bottom:10px}
  .testimonials-head h2{font-size:22px}
  .buildbox-header h2{font-size:24px}

  /* Body / lead copy: slightly smaller, tighter leading, so paragraphs are 2–3 lines not 4–5 */
  .lead{font-size:13.5px;line-height:1.5}
  .freebie-lead{font-size:13px;line-height:1.5}
  .personalize-card p,.story p{font-size:13.5px;line-height:1.55}
  .product-desc{font-size:13px;line-height:1.5;min-height:0}
  .buildbox-header p,.buildbox-lead{font-size:13px;line-height:1.5}

  /* Eyebrows + sub-labels a touch smaller */
  .eyebrow{font-size:10.5px;letter-spacing:.16em}

  /* Vertical rhythm: shrink the big 48px gaps + heading margins so sections sit closer */
  section{margin-bottom:30px}
  .section-head{margin-bottom:10px}
  .freebie-body{padding:22px 18px;gap:10px}
  .story{padding:22px 16px}
  .testimonials-head{margin-bottom:14px}
}

/* product-card title is now a crawlable link — keep it looking like text */
a.product-title{color:inherit;text-decoration:none;cursor:pointer}
