:root{--cream:#fbf7ef;--paper:#fffdf8;--beige:#e8ddcf;--brown:#4b3528;--muted:#8b7769;--gold:#b99864;--line:#eadfce;--shadow:0 24px 70px rgba(75,53,40,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--brown);font-family:Inter,system-ui,sans-serif}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:10;background:rgba(251,247,239,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:18px 6vw}.logo{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:700;letter-spacing:.02em}nav{display:flex;align-items:center;gap:24px;font-size:14px}.cart-button{border:1px solid var(--brown);background:var(--brown);color:white;border-radius:999px;padding:10px 16px;cursor:pointer}#cartCount{display:inline-flex;min-width:22px;height:22px;border-radius:50%;background:white;color:var(--brown);align-items:center;justify-content:center;margin-left:6px}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:6vw;align-items:center;min-height:78vh;padding:7vw 6vw 5vw}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:12px;color:var(--gold);font-weight:700}.hero h1,.section h2,.contact h2,.thanks h1{font-family:'Cormorant Garamond',serif;font-weight:700;line-height:.96;margin:12px 0;font-size:clamp(46px,7vw,92px)}.hero-copy{font-size:18px;line-height:1.8;color:var(--muted);max-width:620px}.hero-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;font-weight:600}.primary{background:var(--brown);color:#fff;border:1px solid var(--brown)}.secondary{background:transparent;border:1px solid var(--line);color:var(--brown)}.hero-image{border-radius:34px;overflow:hidden;box-shadow:var(--shadow);background:var(--beige)}.hero-image img{width:100%;height:620px;object-fit:cover}.intro{margin:0 6vw 5vw;background:var(--paper);border:1px solid var(--line);border-radius:28px;display:grid;grid-template-columns:repeat(3,1fr);box-shadow:var(--shadow);overflow:hidden}.intro div{padding:28px;border-right:1px solid var(--line)}.intro div:last-child{border-right:0}.intro strong{display:block;font-family:'Cormorant Garamond',serif;font-size:28px}.intro span{display:block;color:var(--muted);margin-top:8px}.section{padding:6vw}.section-heading{max-width:720px;margin-bottom:34px}.section h2,.contact h2{font-size:clamp(38px,5vw,68px)}.section-heading p{color:var(--muted);line-height:1.7}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:26px}.filter{border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:10px 16px;cursor:pointer;color:var(--brown)}.filter.active{background:var(--brown);color:#fff}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product{background:var(--paper);border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 15px 45px rgba(75,53,40,.08)}.product-image{height:360px;background:var(--beige);overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-body{padding:22px}.product-body h3{font-family:'Cormorant Garamond',serif;font-size:30px;margin:0 0 8px}.product-body p{color:var(--muted);line-height:1.6}.price{font-weight:700;font-size:22px;margin:12px 0}.product label,.cart-card label{display:block;font-size:13px;font-weight:600;margin-top:12px;color:var(--brown)}select,input,textarea{width:100%;border:1px solid var(--line);border-radius:16px;background:#fff;padding:13px 14px;margin-top:6px;font:inherit;color:var(--brown)}.add{width:100%;margin-top:16px;border:0;border-radius:999px;background:var(--brown);color:#fff;padding:14px 18px;font-weight:700;cursor:pointer}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.steps article{background:var(--paper);border:1px solid var(--line);border-radius:26px;padding:28px}.steps span{color:var(--gold);font-weight:700}.steps h3{font-family:'Cormorant Garamond',serif;font-size:30px;margin:10px 0}.steps p,.contact p{color:var(--muted);line-height:1.7}.contact{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center}.cart-panel{position:fixed;inset:0;background:rgba(30,20,14,.35);z-index:99;display:none;justify-content:flex-end}.cart-panel.open{display:flex}.cart-card{width:min(520px,100%);height:100%;overflow:auto;background:var(--paper);padding:28px;box-shadow:var(--shadow);position:relative}.close{position:absolute;right:20px;top:18px;border:0;background:transparent;font-size:34px;cursor:pointer;color:var(--brown)}.cart-card h2{font-family:'Cormorant Garamond',serif;font-size:46px;margin:28px 0 18px}.cart-item{border-bottom:1px solid var(--line);padding:14px 0;display:grid;grid-template-columns:1fr auto;gap:10px}.cart-item small{color:var(--muted);display:block;margin-top:5px}.remove{border:1px solid var(--line);background:white;border-radius:999px;padding:8px 10px;cursor:pointer}.total{display:flex;justify-content:space-between;margin:22px 0;font-size:20px}.full{width:100%;border:0;margin-top:16px}.small-note{font-size:12px;color:var(--muted);line-height:1.6}.hidden{display:none}footer{padding:34px 6vw;display:flex;justify-content:space-between;gap:20px;color:var(--muted);border-top:1px solid var(--line)}footer strong{font-family:'Cormorant Garamond',serif;font-size:26px;color:var(--brown)}.thanks{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8vw}.thanks p{max-width:580px;color:var(--muted);line-height:1.7}@media(max-width:900px){.site-header{align-items:flex-start;gap:14px;flex-direction:column}nav{gap:12px;flex-wrap:wrap}.hero{grid-template-columns:1fr;padding-top:44px}.hero-image img{height:430px}.intro,.products-grid,.steps{grid-template-columns:1fr}.intro div{border-right:0;border-bottom:1px solid var(--line)}.intro div:last-child{border-bottom:0}.section{padding:58px 20px}.hero{padding:48px 20px}.site-header{padding:16px 20px}.product-image{height:300px}footer{flex-direction:column;padding:28px 20px}}


/* CandyBloom v3 */
.product {
  display: flex;
  flex-direction: column;
}

.product-image {
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  object-fit: contain;
  background: #f8f4ed;
  padding: 10px;
}

.product-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-body p:not(.eyebrow) {
  min-height: 76px;
}

.product-footer {
  margin-top: auto;
}

.price {
  margin: 12px 0 10px;
}

.premium-cart-item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 0;
}

.cart-thumb {
  width: 92px;
  height: 92px;
  border-radius: 18px;
  object-fit: contain;
  background: #f8f4ed;
  border: 1px solid var(--line);
  padding: 6px;
}

.cart-info {
  min-width: 0;
}

.cart-topline,
.cart-bottomline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.cart-topline strong {
  display: block;
  line-height: 1.25;
}

.cart-topline small {
  color: var(--muted);
  display: block;
  margin-top: 4px;
}

.qty-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 5px 8px;
  margin-top: 10px;
}

.qty-box button {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: var(--cream);
  color: var(--brown);
  font-size: 18px;
  cursor: pointer;
}

.qty-box span {
  min-width: 20px;
  text-align: center;
  font-weight: 700;
}

.hidden-field {
  display: none !important;
}

.custom-field input {
  background: #fffdf8;
}

@media(max-width: 520px) {
  .premium-cart-item {
    grid-template-columns: 76px 1fr;
  }

  .cart-thumb {
    width: 76px;
    height: 76px;
    border-radius: 15px;
  }

  .cart-card {
    padding: 22px 18px;
  }
}


/* CandyBloom v4 — premium image framing + icons */
.product-image {
  height: 360px;
  overflow: hidden;
  background: var(--beige);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  transition: transform .35s ease;
}

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

.cart-thumb {
  object-fit: cover;
  padding: 0;
  overflow: hidden;
}

.contact-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  background: var(--cream);
  border-radius: 999px;
  padding: 13px 18px;
  font-weight: 700;
}

.icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--brown);
  color: white;
  font-size: 13px;
  line-height: 1;
}

.premium-footer {
  align-items: flex-start;
}

.premium-footer > div:first-child {
  display: grid;
  gap: 8px;
}

.footer-links {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-links a,
.footer-links span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

@media(max-width:900px){
  .footer-links {
    justify-content: flex-start;
  }
}


/* CandyBloom v4.1 — emoji nav + thank you page */
nav a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.thanks-box {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--shadow);
  margin: 26px 0;
  max-width: 720px;
  width: 100%;
}

.thanks-box h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  margin: 0 0 10px;
}

.copy-card {
  margin-top: 22px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  text-align: left;
}

.copy-card textarea {
  min-height: 120px;
  resize: vertical;
}

.copy-btn {
  margin-top: 12px;
}

.thanks-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* CandyBloom v4.3 — Facebook, order number, status */
.order-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 7vw, 62px);
  font-weight: 700;
  color: var(--brown);
  margin: 8px 0;
}
.status-steps {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 22px 0 32px;
  max-width: 900px;
}
.status-steps span {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--brown);
  font-weight: 700;
}
.status-result {
  margin-top: 18px;
  text-align: left;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px;
}
.status-result h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  margin: 0 0 8px;
}


/* CandyBloom v5.6 — weight and scent pricing */
.product-weight {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  margin: 8px 0 0;
}

.cart-info .small-note strong {
  color: var(--brown);
}
