/* Restore the original Crystal homepage layout. New copy only. */

html body.home .chb-home-shop { display: none !important; }
html body.home .chb-cats { display: block !important; }

/* Original family */
html body.home .chb-home-family {
  padding: clamp(2rem, 4vw, 3.2rem) 1.25rem !important;
  background: #fffcf8;
}
html body.home .chb-home-family .split {
  max-width: 1120px !important;
  margin: 0 auto !important;
  grid-template-columns: minmax(280px, .95fr) minmax(300px, 1.05fr) !important;
  gap: clamp(1.4rem, 3vw, 2.8rem) !important;
  align-items: center !important;
}
html body.home .chb-home-family figure {
  border-radius: 18px !important;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(18,10,8,.12) !important;
}
html body.home .chb-home-family figure img {
  height: min(520px, 62vh) !important;
  min-height: 0 !important;
  object-fit: cover !important;
}
html body.home .chb-home-family .copy {
  padding: 0 !important;
  max-width: 40rem;
  display: block !important;
}
html body.home .chb-home-family .eye { display: block !important; }
html body.home .chb-home-family .chb-home-story {
  background: none !important;
  box-shadow: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 1rem !important;
  font-weight: 750 !important;
  color: #2f3d2a !important;
  text-decoration: none;
}
html body.home .chb-home-family__facts {
  max-width: 1120px !important;
  margin: 1.6rem auto 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: .75rem !important;
}
html body.home .chb-home-family__facts li {
  background: #f7f2eb !important;
  border: 0 !important;
  border-radius: 14px !important;
  padding: .9rem 1rem !important;
}

/* Original flag + tinctures */
html body.home .chb-home-flag {
  display: grid !important;
  grid-template-columns: minmax(280px, .9fr) minmax(300px, 1.1fr) !important;
  gap: clamp(1.4rem, 3vw, 2.8rem) !important;
  align-items: center !important;
  padding: clamp(2rem, 4vw, 3.4rem) max(1.25rem, calc((100% - 1120px) / 2 + 1.25rem)) !important;
}
html body.home .chb-home-tinc {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) !important;
  gap: clamp(1.4rem, 3vw, 2.8rem) !important;
  align-items: center !important;
  padding: clamp(2rem, 4vw, 3.2rem) max(1.25rem, calc((100% - 1120px) / 2 + 1.25rem)) !important;
}
html body.home .chb-home-flag figure,
html body.home .chb-home-tinc figure {
  border-radius: 18px !important;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(18,10,8,.12);
}
html body.home .chb-home-flag img,
html body.home .chb-home-tinc img {
  height: min(460px, 58vh) !important;
  min-height: 0 !important;
  object-fit: cover !important;
}
html body.home .chb-home-flag .copy,
html body.home .chb-home-tinc .copy {
  padding: 0 !important;
  display: block !important;
}
html body.home .chb-home-tinc .eye { display: block !important; }
html body.home .chb-home-flag .btn,
html body.home .chb-home-tinc .btn,
html body.home .chb-home-trade .btn {
  display: inline-flex;
  align-items: center;
  padding: .85rem 1.35rem;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #e0c878, #c9a84c) !important;
  color: #2a2208 !important;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .8rem;
  text-decoration: none !important;
  box-shadow: none !important;
  min-height: 0;
}
html body.home .chb-home-flag a:not(.btn) { color: #e0c878 !important; }

/* Original workshop cards */
html body.home .chb-home-make {
  background: #f7f2eb !important;
  padding: clamp(2rem, 4vw, 3.2rem) 1.25rem !important;
}
html body.home .chb-home-make .inner { max-width: 1120px !important; margin: 0 auto; }
html body.home .chb-home-make h2,
html body.home .chb-home-make .lead { text-align: center; margin-left: auto; margin-right: auto; }
html body.home .chb-home-make .grid { gap: 1rem !important; }
html body.home .chb-home-make article {
  background: #fffcf8 !important;
  border: 1px solid #e6ddd2 !important;
  border-radius: 16px !important;
  overflow: hidden;
}
html body.home .chb-home-make article h3,
html body.home .chb-home-make article p {
  margin-left: 1.1rem !important;
  margin-right: 1.1rem !important;
}

/* Original product cards */
html body.home .chb-home-colloids {
  padding: clamp(2rem, 4vw, 3.2rem) 1.25rem !important;
}
html body.home .chb-home-colloids .inner { max-width: 1120px; margin: 0 auto; }
html body.home .chb-home-colloids .grid { gap: 1rem !important; }
html body.home .chb-home-colloids article {
  background: #fff !important;
  border: 1px solid #eee6dc !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 20px rgba(18,10,8,.04) !important;
}
html body.home .chb-home-colloids .pic { background: #f7f2eb !important; }
html body.home .chb-home-colloids img {
  height: 240px !important;
  padding: .8rem !important;
  object-fit: contain !important;
}
html body.home .chb-home-colloids h3 { padding: .85rem 1rem 0 !important; }
html body.home .chb-home-colloids .price { padding: .4rem 1rem 1.1rem !important; }

/* Original journal */
html body.home .chb-home-journal {
  background: #f7f2eb !important;
  padding: clamp(2rem, 4vw, 3.2rem) 1.25rem !important;
}
html body.home .chb-home-journal .inner { max-width: 1120px; margin: 0 auto; }
html body.home .chb-journal-head {
  display: block !important;
  text-align: center !important;
}
html body.home .chb-journal-head h2 { text-align: center; }
html body.home .chb-journal-head .eye,
html body.home .chb-journal-head .lead { display: block; }
html body.home .chb-home-journal .feat,
html body.home .chb-home-journal .stack article {
  background: #fffcf8 !important;
  border: 1px solid #e6ddd2 !important;
  border-radius: 14px !important;
}
html body.home .chb-home-journal .grid {
  grid-template-columns: 1.25fr .95fr !important;
  gap: 1.1rem !important;
}
html body.home .chb-home-journal .stack article {
  display: grid !important;
  grid-template-columns: 132px 1fr !important;
}

/* Original how-to cards */
html body.home .chb-home-use {
  background: #f7f2eb !important;
  padding: clamp(2rem, 4vw, 3.2rem) 1.25rem !important;
}
html body.home .chb-home-use .inner { max-width: 1120px !important; margin: 0 auto; }
html body.home .chb-home-use h2,
html body.home .chb-home-use .lead { text-align: center; }
html body.home .chb-home-use ol {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1rem !important;
}
html body.home .chb-home-use li {
  background: #fffcf8 !important;
  border: 1px solid #e6ddd2 !important;
  border-radius: 16px !important;
  padding: 1.2rem 1.15rem 1.3rem !important;
}
html body.home .chb-home-use li h3::before {
  content: counter(use, decimal-leading-zero) " — " !important;
  color: #c9a84c;
  font-size: .85rem;
  letter-spacing: .08em;
}

/* Original trust strip */
html body.home .chb-home-trust {
  background: #f7f2eb !important;
  border: 0 !important;
  border-bottom: 1px solid #e6ddd2 !important;
  padding: .85rem 1.25rem !important;
}
html body.home .chb-home-trust ul {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: .45rem 1.75rem !important;
  max-width: 1120px;
}
html body.home .chb-home-trust li {
  display: list-item !important;
  list-style: none;
  border: 0 !important;
  padding: 0 !important;
  font-size: .82rem !important;
  font-weight: 650;
  letter-spacing: .04em;
  text-transform: uppercase !important;
  color: #2f3d2a;
}
html body.home .chb-home-trust li::after { content: none !important; }

/* Intro — same type as the family copy column */
html body.home .chb-home-intro {
  background: #fffcf8;
  padding: clamp(2rem, 4vw, 3.2rem) 1.25rem;
  text-align: left;
  border: 0;
}
html body.home .chb-home-intro .inner {
  max-width: 40rem !important;
  margin: 0 auto;
  display: block !important;
}
html body.home .chb-home-intro h1 {
  margin: 0 0 .75rem;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(1.7rem, 3vw, 2.2rem) !important;
  line-height: 1.2 !important;
  color: #14100e;
}
html body.home .chb-home-intro p {
  margin: 0 0 1.1rem !important;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #3d342f;
}
html body.home .chb-home-intro a {
  color: #2f3d2a;
  font-weight: 750;
  text-decoration: none;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: inherit !important;
}

/* Why — same cards as family facts */
html body.home .chb-home-why {
  background: #fffcf8 !important;
  padding: clamp(2rem, 4vw, 3.2rem) 1.25rem !important;
}
html body.home .chb-home-why .inner { max-width: 1120px !important; margin: 0 auto; }
html body.home .chb-home-why h2,
html body.home .chb-home-why .lead,
html body.home .chb-home-why .eye { text-align: center; }
html body.home .chb-home-why .lead { max-width: 42rem; margin: 0 auto 1.4rem; }
html body.home .chb-home-why ul {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: .75rem !important;
  border: 0 !important;
}
html body.home .chb-home-why li {
  display: block;
  background: #f7f2eb !important;
  border: 0 !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  padding: .9rem 1rem !important;
}
html body.home .chb-home-why h3 {
  display: block;
  margin: 0 0 .15rem !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem !important;
  color: #2f3d2a;
}
html body.home .chb-home-why h3::after,
html body.home .chb-home-why h3::before { content: none !important; }
html body.home .chb-home-why p { display: block; margin: 0; font-size: .95rem; color: #3d342f; }

/* Wholesale — same band as workshop */
html body.home .chb-home-trade {
  background: #f7f2eb !important;
  color: #3d342f !important;
  padding: clamp(2rem, 4vw, 3.2rem) 1.25rem !important;
  text-align: center;
  border: 0 !important;
}
html body.home .chb-home-trade .inner { max-width: 40rem !important; margin: 0 auto; }
html body.home .chb-home-trade h2 {
  color: #14100e !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.8vw, 2.1rem) !important;
  margin: 0 0 .7rem;
}
html body.home .chb-home-trade p { color: #3d342f !important; margin: 0 0 1.1rem !important; }
html body.home .chb-home-trade a:not(.btn) { color: #2f3d2a !important; }

/* FAQ */
html body.home .chb-home-faq {
  background: #fffcf8 !important;
  padding: clamp(2rem, 4vw, 3.2rem) 1.25rem !important;
}
html body.home .chb-home-faq .inner { max-width: 42rem !important; margin: 0 auto; }
html body.home .chb-home-faq h2,
html body.home .chb-home-faq .eye { text-align: center; }
html body.home .chb-home-faq__list {
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
html body.home .chb-home-faq details { border-bottom: 1px solid #e6ddd2; }
html body.home .chb-home-faq summary {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  color: #2f3d2a;
}

/* Reviews */
html body.home .chb-tp { background: #fff; }
html body.home .chb-tp-inner { max-width: 1120px; margin: 0 auto; padding: 56px 24px 48px; }
html body.home .chb-tp-kicker { display: block; }
html body.home .chb-tp-card {
  background: #f7f2eb !important;
  border: 1px solid rgba(47,61,42,.08) !important;
  border-radius: 16px !important;
  padding: 22px 22px 18px !important;
}

@media (max-width: 800px) {
  html body.home .chb-home-family .split,
  html body.home .chb-home-flag,
  html body.home .chb-home-tinc,
  html body.home .chb-home-why ul,
  html body.home .chb-home-use ol,
  html body.home .chb-home-family__facts,
  html body.home .chb-home-make .grid {
    grid-template-columns: 1fr !important;
  }
  html body.home .chb-home-journal .grid { grid-template-columns: 1fr !important; }
  html body.home .chb-home-journal .stack article { grid-template-columns: 92px 1fr !important; }
}
