/* ==========================================================================
   Divine Wellness — CBD Products page (cbd-products.html)
   Dark ink hero, product grid, compare cards, Sweet Sleep spotlight, COA
   mock, FAQ, bundles. Built from tokens.css variables and shared components.
   ========================================================================== */

/* =========================== Hero (dark ink) =========================== */

.cbd-hero {
  background: linear-gradient(160deg, var(--ink) 0%, var(--ink-2) 55%, var(--plum) 130%);
  color: var(--on-dark);
  padding-top: calc(clamp(40px, 6vw, 72px) + 96px);
}
.cbd-hero__blob-1 {
  top: -120px; left: -140px; width: 520px; height: 520px;
  background: radial-gradient(circle at 40% 40%, rgba(100, 183, 198, 0.28), rgba(100, 183, 198, 0) 70%);
  filter: blur(30px);
  animation-duration: 11s;
}
.cbd-hero__blob-2 {
  bottom: -160px; right: -120px; width: 560px; height: 560px;
  background: radial-gradient(circle at 60% 50%, rgba(199, 138, 178, 0.22), rgba(199, 138, 178, 0) 70%);
  filter: blur(36px);
  animation-duration: 13s;
}
.cbd-hero__blob-3 {
  top: 34%; left: 42%; width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(232, 210, 142, 0.16), rgba(232, 210, 142, 0) 68%);
  filter: blur(40px);
  animation-duration: 16s;
}
.cbd-hero .breadcrumb { margin-bottom: 22px; }
.cbd-hero .breadcrumb--dark a:hover { color: var(--gold); }
.cbd-hero .breadcrumb--dark [aria-current="page"] { color: var(--cream); }

.cbd-hero__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(36px, 5vw, 68px);
}
.cbd-hero__copy { flex: 1 1 400px; min-width: 300px; max-width: 580px; }
.cbd-hero__copy .eyebrow { margin-bottom: 18px; }
.cbd-hero h1 {
  margin: 0 0 22px 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(38px, 4.6vw, 60px);
  line-height: 1.05;
  letter-spacing: var(--track-display);
  color: var(--cream);
}
.cbd-hero h1 em { font-style: italic; }
.cbd-hero__lead {
  margin: 0 0 16px 0;
  font-size: 17px;
  line-height: var(--lh-body);
  color: var(--on-dark-muted);
  max-width: 52ch;
  text-wrap: pretty;
}
.cbd-hero__sub {
  margin: 0 0 30px 0;
  font-size: var(--fs-body-md);
  line-height: var(--lh-body);
  color: var(--on-dark-faint);
  max-width: 52ch;
  text-wrap: pretty;
}
.cbd-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}
.cbd-hero__ctas .btn--cream { box-shadow: 0 14px 28px -16px rgba(0, 0, 0, 0.5); }
.cbd-hero__chips {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}
.cbd-hero__chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(220, 238, 244, 0.08);
  border: 1px solid rgba(220, 238, 244, 0.16);
  border-radius: var(--r-pill);
  padding: 8px 14px;
  font-size: var(--fs-micro);
  font-weight: 600;
  color: var(--on-dark-soft);
}
.cbd-hero__chips li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  display: inline-block;
}

.cbd-hero__media {
  flex: 1 1 380px;
  min-width: 300px;
  max-width: 480px;
  position: relative;
  margin: 0 auto;
}
.cbd-hero__grid-card {
  position: relative;
  background: linear-gradient(165deg, var(--cream-mist) 0%, var(--page-bg) 100%);
  border-radius: var(--r-card-xl);
  padding: 22px;
  box-shadow: 0 40px 70px -34px rgba(0, 0, 0, 0.6), 0 0 0 8px rgba(255, 255, 255, 0.12);
  transform: rotate(0.5deg);
}
.cbd-hero__grid-label {
  margin: 2px 4px 16px 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--blue);
  text-align: center;
}
.cbd-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.cbd-hero__tile {
  background: #fff;
  border: 1px solid rgba(22, 58, 67, 0.07);
  border-radius: var(--r-card-sm);
  padding: 10px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cbd-hero__tile img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }
.cbd-hero__tile img.rounded { border-radius: 10px; }
.cbd-hero__float {
  left: -14px;
  bottom: -16px;
  background: rgba(22, 58, 67, 0.92);
  border: 1px solid var(--hairline-light);
  border-radius: var(--r-card-sm);
  padding: 14px 20px;
  box-shadow: 0 18px 36px -18px rgba(0, 0, 0, 0.55);
}
.cbd-hero__float .float-card__label { color: var(--gold); }
.cbd-hero__float .float-card__value { font-size: var(--fs-body-sm); color: var(--cream); }
.cbd-hero__float .float-card__value span { font-weight: 600; color: var(--on-dark-faint); }

/* =========================== Trust strip (deep variant) =========================== */

.cbd-trust { background: var(--footer-bg); }

/* =========================== CBD story =========================== */

.cbd-story { background: linear-gradient(175deg, var(--cream) 0%, var(--sand) 55%, var(--tint-green) 100%); }
.cbd-story__blob {
  top: 8%; right: -160px; width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(199, 216, 201, 0.5), rgba(199, 216, 201, 0) 70%);
  filter: blur(30px);
}
.cbd-story__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(36px, 5vw, 64px);
}
.cbd-story__copy { flex: 1 1 400px; min-width: 300px; max-width: 600px; }
.cbd-story__copy h2 { font-size: clamp(30px, 3.4vw, 46px); line-height: 1.12; }
.cbd-story__copy strong { color: var(--ink); }
.cbd-story__media { flex: 1 1 320px; min-width: 280px; max-width: 440px; margin: 0 auto; }
.cbd-story__photo {
  position: relative;
  border-radius: var(--r-card-lg);
  overflow: hidden;
  box-shadow: var(--shadow-photo);
  border: 8px solid rgba(255, 255, 255, 0.5);
  transform: rotate(-1deg);
}
.cbd-story__photo img { display: block; width: 100%; height: auto; }
.cbd-story__media figcaption {
  margin: 16px 4px 0 4px;
  font-size: var(--fs-small);
  line-height: 1.6;
  color: var(--sage-deep);
  font-style: italic;
  font-family: var(--font-serif);
}

/* =========================== Shop by format =========================== */

.formats { background: linear-gradient(180deg, var(--tint-green) 0%, var(--tint-blue) 100%); }
.formats__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(40px, 5vw, 58px) auto;
}
.formats__head h2 { margin-bottom: 18px; font-size: clamp(30px, 3.4vw, 46px); line-height: 1.13; }
.formats__head .prose { margin: 0 auto; max-width: 60ch; }
.formats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  align-items: stretch;
}
.format-card {
  border: 1px solid var(--hairline-soft);
  border-radius: var(--r-card-md);
  padding: clamp(26px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-card);
  transition: transform var(--hover-slow), box-shadow var(--hover-slow);
}
.format-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card-lg); }
.format-card--sand { background: linear-gradient(160deg, var(--cream), var(--sand-soft)); }
.format-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.format-card__icon span { width: 13px; height: 13px; border-radius: 50%; display: inline-block; }
.format-card__tag {
  margin: 0 0 8px 0;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.13em;
  color: var(--accent);
}
.format-card h3 {
  margin: 0 0 12px 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(21px, 2.3vw, 26px);
  line-height: 1.2;
  color: var(--ink);
}
.format-card__body {
  margin: 0 0 16px 0;
  font-size: var(--fs-ui);
  line-height: var(--lh-body);
  color: var(--body);
  flex: 1;
  text-wrap: pretty;
}
.format-card__tags {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.format-card__tags li {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ink-soft);
  background: var(--wash-white);
  border: 1px solid var(--hairline);
  border-radius: var(--r-pill);
  padding: 5px 11px;
}
.format-card .link-arrow { align-self: flex-start; font-size: var(--fs-small); }

/* =========================== Product grid =========================== */

.collection { background: linear-gradient(180deg, var(--tint-blue) 0%, var(--tint-mint) 55%, var(--cream) 100%); }
.collection__head {
  max-width: 720px;
  margin: 0 auto clamp(40px, 5vw, 56px) auto;
  text-align: center;
}
.collection__head h2 { margin-bottom: 18px; font-size: clamp(30px, 3.6vw, 48px); line-height: 1.12; }
.collection__head .prose { margin: 0 auto; max-width: 60ch; }
.collection__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 22px;
}
.product-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(22, 58, 67, 0.07);
  border-radius: var(--r-card-md);
  padding: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-card);
  transition: transform var(--hover-slow), box-shadow var(--hover-slow);
}
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card-lg); }
.product-card__media {
  position: relative;
  background: #fff;
  border: 1px solid var(--hairline-soft);
  border-radius: 16px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  margin-bottom: 16px;
  overflow: hidden;
}
.product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #fff;
  background: var(--accent);
  border-radius: var(--r-pill);
  padding: 5px 11px;
}
.product-card__media img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }
.product-card h3 {
  margin: 0 0 8px 0;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.18;
  color: var(--ink);
}
.product-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
.product-card__strength {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--ink-2);
  background: var(--tint-blue);
  border-radius: var(--r-pill);
  padding: 5px 11px;
}
.product-card__size {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--body);
  background: rgba(22, 58, 67, 0.05);
  border-radius: var(--r-pill);
  padding: 5px 11px;
}
.product-card__desc {
  margin: 0 0 18px 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--body);
  flex: 1;
  text-wrap: pretty;
}
.product-card .btn { align-self: stretch; font-size: 14px; padding: 12px 18px; }
.collection__all { margin: clamp(30px, 4vw, 42px) 0 0 0; text-align: center; }

/* =========================== Compare =========================== */

.compare { background: linear-gradient(175deg, var(--cream) 0%, var(--sand) 60%, var(--tint-green) 100%); }
.compare__blob {
  bottom: -120px; left: -120px; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(232, 210, 142, 0.22), rgba(232, 210, 142, 0) 70%);
  filter: blur(34px);
}
.compare__inner { max-width: 1080px; margin: 0 auto; position: relative; }
.compare__head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto clamp(38px, 4vw, 52px) auto;
}
.compare__head h2 { margin-bottom: 0; font-size: clamp(30px, 3.4vw, 46px); line-height: 1.13; }
.compare__head h2 em.em-sage { color: var(--sage) !important; }
.compare__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 22px;
}
.compare-card {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(22, 58, 67, 0.07);
  border-top: 5px solid var(--accent);
  border-radius: var(--r-card-md);
  padding: clamp(24px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-card);
}
.compare-card__head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.compare-card__img {
  width: 96px;
  min-width: 96px;
  height: 120px;
  background: #fff;
  border: 1px solid var(--hairline-soft);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.compare-card__img img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }
.compare-card__tag {
  margin: 0 0 4px 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--accent);
}
.compare-card h3 {
  margin: 0 0 6px 0;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 23px;
  line-height: 1.15;
  color: var(--ink);
}
.compare-card__mg {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  font-family: var(--font-serif);
  color: var(--accent);
  line-height: 1;
}
.compare-card__mg span {
  font-size: 13px;
  font-weight: 600;
  color: var(--sage-deep);
  font-family: var(--font-sans);
}
.compare-card__desc {
  margin: 0 0 16px 0;
  font-size: var(--fs-body-sm);
  line-height: var(--lh-body);
  color: var(--body);
  flex: 1;
  text-wrap: pretty;
}
.compare-card__best {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(22, 58, 67, 0.07);
  border-radius: 14px;
  padding: 14px 18px;
  margin-bottom: 18px;
}
.compare-card__best-label {
  margin: 0 0 4px 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--accent);
}
.compare-card__best p:last-child {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft);
  font-weight: 600;
}
.compare-card .link-arrow {
  align-self: flex-start;
  font-size: var(--fs-small);
  border-bottom-color: var(--accent);
}
.compare__note {
  margin: 26px auto 0 auto;
  max-width: 64ch;
  text-align: center;
  font-size: var(--fs-ui);
  line-height: var(--lh-body);
  color: var(--sage-deep);
  text-wrap: pretty;
}

/* =========================== Sweet Sleep spotlight =========================== */

.sleep {
  background: linear-gradient(150deg, var(--plum-deep) 0%, var(--plum) 48%, var(--ink-2) 130%);
  color: var(--on-dark);
}
.sleep__blob {
  top: -120px; right: -90px; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(199, 138, 178, 0.24), rgba(199, 138, 178, 0) 70%);
  filter: blur(30px);
  animation-duration: 14s;
}
.sleep__inner {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(36px, 5vw, 60px);
}
.sleep__media { flex: 1 1 300px; min-width: 260px; max-width: 380px; margin: 0 auto; }
.sleep__media-card {
  background: #fff;
  border-radius: var(--r-card-lg);
  padding: 26px;
  box-shadow: 0 34px 60px -30px rgba(0, 0, 0, 0.6);
  transform: rotate(-1deg);
}
.sleep__media-card img { display: block; width: 100%; height: auto; }
.sleep__copy { flex: 1 1 420px; min-width: 300px; }
.sleep__copy h2 {
  margin-bottom: 16px;
  font-size: clamp(28px, 3.3vw, 44px);
  line-height: 1.13;
  color: var(--on-dark-pink);
}
.sleep__copy .prose {
  margin-bottom: 22px;
  font-size: var(--fs-body-lg);
  color: var(--on-dark-muted);
  max-width: 52ch;
}
.sleep__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}
.sleep__stat {
  background: rgba(220, 238, 244, 0.06);
  border: 1px solid rgba(220, 238, 244, 0.14);
  border-radius: 14px;
  padding: 12px 14px;
}
.sleep__stat-amt {
  margin: 0 0 2px 0;
  font-size: 17px;
  font-weight: 800;
  font-family: var(--font-serif);
  color: var(--gold);
  line-height: 1.1;
}
.sleep__stat-name {
  margin: 0;
  font-size: var(--fs-micro);
  font-weight: 600;
  color: var(--on-dark-faint);
  line-height: 1.35;
}

/* =========================== Why / four questions =========================== */

.why { background: linear-gradient(180deg, var(--tint-green) 0%, var(--tint-blue) 100%); }
.why__head {
  max-width: 720px;
  margin: 0 auto clamp(38px, 4vw, 52px) auto;
  text-align: center;
}
.why__head h2 { margin-bottom: 18px; font-size: clamp(30px, 3.4vw, 46px); line-height: 1.13; }
.why__head .prose { margin: 0 auto; max-width: 58ch; }
.why__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}
.why-card {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(22, 58, 67, 0.07);
  border-radius: var(--r-card);
  padding: 28px;
  box-shadow: var(--shadow-card-soft);
  transition: transform var(--hover-slow);
}
.why-card:hover { transform: translateY(-4px); }
.why-card__num {
  margin: 0 0 14px 0;
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 600;
  color: var(--accent);
  line-height: 1;
}
.why-card h3 {
  margin: 0 0 10px 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  color: var(--ink);
}
.why-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--body);
  text-wrap: pretty;
}
.why__closer {
  margin: clamp(30px, 4vw, 40px) auto 0 auto;
  max-width: 60ch;
  text-align: center;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.5;
  color: var(--ink-2);
  text-wrap: pretty;
}

/* =========================== Testing & COA mock =========================== */

.testing {
  background: linear-gradient(165deg, var(--ink) 0%, var(--ink-2) 55%, var(--plum) 130%);
  color: var(--on-dark);
}
.testing__blob {
  top: -140px; left: -100px; width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(100, 183, 198, 0.16), rgba(100, 183, 198, 0) 70%);
  filter: blur(30px);
  animation-duration: 12s;
}
.testing__inner {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(36px, 5vw, 60px);
}
.testing__copy { flex: 1 1 380px; min-width: 300px; }
.testing__copy h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 3.3vw, 44px);
  line-height: 1.13;
  color: var(--cream);
}
.testing__copy > .prose { color: var(--on-dark-muted); max-width: 54ch; margin-bottom: 20px; }
.testing__list {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}
.testing__list li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 14px;
  color: var(--on-dark-soft);
  line-height: 1.5;
}
.testing__list li::before {
  content: "";
  width: 7px;
  height: 7px;
  min-width: 7px;
  transform: rotate(45deg);
  background: var(--cyan);
  border-radius: 2px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.testing__fine {
  margin: 0 0 24px 0;
  font-size: var(--fs-small);
  line-height: var(--lh-body);
  color: var(--on-dark-faint);
  max-width: 54ch;
  text-wrap: pretty;
}

.coa {
  flex: 1 1 340px;
  min-width: 300px;
  max-width: 420px;
  margin: 0 auto;
}
.coa__doc {
  background: var(--paper-gray);
  color: var(--doc-ink);
  border-radius: 20px;
  padding: 26px 28px;
  box-shadow: 0 34px 60px -30px rgba(0, 0, 0, 0.6);
  transform: rotate(0.6deg);
  font-family: var(--font-sans);
}
.coa__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 14px;
  margin-bottom: 16px;
}
.coa__title { margin: 0 0 3px 0; font-size: 14px; font-weight: 800; color: var(--ink); letter-spacing: 0.02em; }
.coa__batch { margin: 0; font-size: 11px; font-weight: 600; color: var(--doc-gray); }
.coa__qr {
  width: 44px;
  height: 44px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
  color: var(--ink);
  text-align: center;
  line-height: 1.1;
}
.coa__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(22, 58, 67, 0.1);
}
.coa__row span:first-child { font-size: 13px; font-weight: 600; color: var(--doc-slate); }
.coa__row span:last-child { font-size: 13px; font-weight: 800; color: var(--ink); font-family: var(--font-serif); }
.coa__pass {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  background: var(--tint-green);
  border-radius: 10px;
  padding: 10px 14px;
}
.coa__pass span:first-child { width: 9px; height: 9px; border-radius: 50%; background: var(--sage); display: inline-block; }
.coa__pass span:last-child { font-size: 12px; font-weight: 700; color: var(--body); }
.coa__note {
  margin: 12px 0 0 0;
  font-size: 10.5px;
  line-height: 1.5;
  color: var(--doc-mist);
  font-style: italic;
}

/* =========================== How to choose =========================== */

.choose-steps { background: linear-gradient(160deg, var(--cream) 0%, var(--tint-pink) 55%, var(--tint-green) 100%); }
.choose-steps__blob {
  top: -120px; left: 20%; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(232, 210, 142, 0.22), rgba(232, 210, 142, 0) 70%);
  filter: blur(34px);
}
.choose-steps__head {
  max-width: 680px;
  margin: 0 auto clamp(38px, 4vw, 52px) auto;
  text-align: center;
  position: relative;
}
.choose-steps__head h2 { margin-bottom: 0; font-size: clamp(30px, 3.4vw, 46px); line-height: 1.13; }
.choose-steps__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
  position: relative;
}
.step-card {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(22, 58, 67, 0.07);
  border-radius: var(--r-card);
  padding: 28px;
  box-shadow: var(--shadow-card-soft);
}
.step-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.step-card__num {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
}
.step-card h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 21px;
  color: var(--ink);
}
.step-card p {
  margin: 0;
  font-size: var(--fs-ui);
  line-height: var(--lh-body);
  color: var(--body);
  text-wrap: pretty;
}

/* =========================== Ask Michele panel =========================== */

.ask {
  background: linear-gradient(180deg, var(--tint-blue) 0%, var(--tint-green) 100%);
  padding: clamp(56px, 6vw, 88px) var(--gutter);
}
.ask__panel {
  max-width: 1080px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 55%, var(--plum) 130%);
  border-radius: 32px;
  padding: clamp(40px, 5vw, 68px) clamp(28px, 5vw, 64px);
  position: relative;
  overflow: hidden;
  color: var(--on-dark);
  box-shadow: var(--shadow-panel);
}
.ask__blob {
  bottom: -140px; right: -100px; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(199, 138, 178, 0.24), rgba(199, 138, 178, 0) 70%);
  filter: blur(30px);
  animation-duration: 16s;
}
.ask__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(28px, 4vw, 52px);
}
.ask__copy { flex: 1 1 360px; min-width: 280px; }
.ask__copy h2 {
  margin-bottom: 16px;
  font-size: clamp(26px, 3vw, 40px);
  color: var(--cream);
}
.ask__copy .prose { color: var(--on-dark-muted); max-width: 52ch; margin-bottom: 12px; }
.ask__fine {
  margin: 0;
  font-size: var(--fs-small);
  line-height: 1.65;
  color: var(--on-dark-faint);
  max-width: 52ch;
  text-wrap: pretty;
}
.ask__ctas {
  flex: 0 1 260px;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* =========================== FAQ =========================== */

.cbd-faq { background: linear-gradient(180deg, var(--tint-green) 0%, var(--cream) 100%); }
.cbd-faq__inner { max-width: 840px; margin: 0 auto; }
.cbd-faq__head { text-align: center; margin-bottom: clamp(34px, 4vw, 48px); }
.cbd-faq__head h2 { margin-bottom: 0; font-size: clamp(30px, 3.4vw, 46px); line-height: 1.13; }
.cbd-faq__list { display: flex; flex-direction: column; gap: 12px; }

/* =========================== Bundles =========================== */

.bundles {
  background: linear-gradient(150deg, var(--ink-2) 0%, var(--ink) 55%, var(--plum-deep) 130%);
  color: var(--on-dark);
}
.bundles__blob {
  top: -120px; right: -90px; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(232, 210, 142, 0.16), rgba(232, 210, 142, 0) 70%);
  filter: blur(30px);
  animation-duration: 13s;
}
.bundles__inner { max-width: 1080px; margin: 0 auto; position: relative; }
.bundles__head {
  max-width: 680px;
  margin: 0 auto clamp(36px, 4vw, 48px) auto;
  text-align: center;
}
.bundles__head h2 { margin-bottom: 16px; font-size: clamp(30px, 3.4vw, 46px); line-height: 1.13; color: var(--cream); }
.bundles__head .prose { margin: 0 auto; max-width: 56ch; color: var(--on-dark-muted); }
.bundles__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.bundle-card {
  background: rgba(246, 241, 232, 0.97);
  color: var(--ink);
  border-radius: var(--r-card-md);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 30px 56px -32px rgba(0, 0, 0, 0.6);
  transition: transform var(--hover-slow);
}
.bundle-card:hover { transform: translateY(-5px); }
.bundle-card__img {
  width: 120px;
  min-width: 120px;
  height: 120px;
  background: #fff;
  border: 1px solid var(--hairline-soft);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.bundle-card__img img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }
.bundle-card__body { flex: 1; }
.bundle-card__tag {
  margin: 0 0 4px 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--accent);
}
.bundle-card h3 {
  margin: 0 0 8px 0;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 21px;
  line-height: 1.15;
  color: var(--ink);
}
.bundle-card p {
  margin: 0 0 14px 0;
  font-size: var(--fs-small);
  line-height: 1.6;
  color: var(--body);
  text-wrap: pretty;
}
.bundle-card .link-quiet { font-size: 13px; font-weight: 800; }

/* =========================== Visit / CTA / disclaimer =========================== */

.cbd-visit { background: linear-gradient(180deg, var(--tint-blue) 0%, var(--tint-green) 100%); }
.cbd-visit__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(36px, 5vw, 64px);
}
.cbd-visit__media { flex: 1 1 380px; min-width: 300px; position: relative; }
.cbd-visit__media img {
  display: block;
  width: 100%;
  border-radius: var(--r-card-lg);
  box-shadow: var(--shadow-photo);
  transform: rotate(-0.6deg);
}
.cbd-visit__media .badge-pill { position: absolute; top: 18px; left: 18px; }
.cbd-visit__copy { flex: 1 1 420px; min-width: 300px; }
.cbd-visit__copy h2 { margin-bottom: 18px; font-size: var(--fs-h2-sm); line-height: 1.18; }
.cbd-visit__blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
  margin: 12px 0 28px 0;
}
.cbd-visit__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.cbd-visit__call {
  color: var(--blue);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid rgba(74, 127, 168, 0.3);
  padding-bottom: 2px;
}
.cbd-visit__call:hover { color: var(--coral); }

.cbd-cta { background: var(--tint-green); }
.cbd-cta .cta-panel { padding: clamp(48px, 6vw, 88px) clamp(28px, 5vw, 80px); }
.cbd-cta h2 {
  margin-bottom: 22px;
  max-width: 16ch;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
}
.cbd-cta .prose { max-width: 58ch; margin-bottom: 34px; }
.cbd-cta__blob-2 {
  bottom: -140px; right: -100px; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(199, 138, 178, 0.24), rgba(199, 138, 178, 0) 70%);
  filter: blur(30px);
  animation-duration: 16s;
}

.disclaimer {
  background: var(--tint-green);
  padding: 0 var(--gutter) clamp(48px, 6vw, 72px) var(--gutter);
}
.disclaimer__card {
  max-width: 1080px;
  margin: 0 auto;
  background: var(--wash-white);
  border: 1px solid rgba(22, 58, 67, 0.1);
  border-radius: var(--r-card-sm);
  padding: clamp(22px, 3vw, 30px);
}
.disclaimer__label {
  margin: 0 0 8px 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: var(--track-label);
  color: var(--sage-deep);
}
.disclaimer__card p:last-child {
  margin: 0;
  font-size: var(--fs-micro);
  line-height: var(--lh-body);
  color: var(--gray-teal);
  text-wrap: pretty;
}
