/* ==========================================================================
   Divine Wellness — Healing Touch page (healing-touch.html)
   Green (pine) theme variant. Section layouts built from tokens.css
   variables and shared components.
   ========================================================================== */

/* =========================== Hero =========================== */

.ht-hero {
  background: linear-gradient(160deg, var(--tint-mint) 0%, var(--tint-blue) 45%, var(--cream) 100%);
  padding-top: calc(clamp(40px, 6vw, 72px) + 84px);
}
.ht-hero__blob-1 {
  top: -120px; left: -140px; width: 520px; height: 520px;
  background: radial-gradient(circle at 40% 40%, rgba(199, 216, 201, 0.6), rgba(199, 216, 201, 0) 70%);
  filter: blur(30px);
  animation-duration: 11s;
}
.ht-hero__blob-2 {
  bottom: -160px; right: -120px; width: 560px; height: 560px;
  background: radial-gradient(circle at 60% 50%, rgba(100, 183, 198, 0.2), rgba(100, 183, 198, 0) 70%);
  filter: blur(36px);
  animation-duration: 13s;
}
.ht-hero .breadcrumb { margin-bottom: 22px; }

.ht-hero__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(36px, 5vw, 64px);
}
.ht-hero__copy { flex: 1 1 360px; min-width: 300px; max-width: 540px; }
.ht-hero__copy .eyebrow { margin-bottom: 18px; }
.ht-hero h1 {
  margin: 0 0 12px 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(36px, 4.2vw, 54px);
  line-height: 1.08;
  letter-spacing: var(--track-display);
  color: var(--ink);
}
.ht-hero .lead { color: var(--blue); }
.ht-hero__body {
  margin: 0 0 14px 0;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--ink-soft);
  max-width: 48ch;
  text-wrap: pretty;
}
.ht-hero__body--last { margin-bottom: 30px; }
.ht-hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; }
.ht-hero__disclaimer {
  margin: 20px 0 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--slate-mist);
  max-width: 46ch;
}

/* Green primary pill — the healing-touch theme CTA */
.btn--pine {
  background: var(--green-dark);
  color: var(--cream);
  box-shadow: 0 14px 28px -16px rgba(46, 74, 60, 0.55);
}
.btn--pine:hover {
  background: var(--green-mid);
  color: var(--cream);
  transform: translateY(-2px);
}
.ht-hero .btn--frost:hover { border-color: var(--sage); }

.ht-hero__media { flex: 1 1 380px; min-width: 300px; position: relative; }
.ht-hero__photo {
  position: relative;
  border-radius: var(--r-card-xl);
  overflow: hidden;
  box-shadow: 0 40px 70px -34px rgba(46, 74, 60, 0.5), 0 0 0 8px rgba(255, 255, 255, 0.35);
  transform: rotate(0.4deg);
}
.ht-hero__photo img { display: block; width: 100%; height: auto; }
.ht-hero__photo-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(199, 216, 201, 0.1) 0%, rgba(0, 0, 0, 0) 45%, rgba(46, 74, 60, 0.14) 100%);
  pointer-events: none;
}
.ht-hero__float {
  left: clamp(-10px, -1vw, -18px);
  bottom: 18px;
  border-radius: var(--r-card-sm);
  padding: 14px 20px;
  box-shadow: 0 18px 36px -18px rgba(46, 74, 60, 0.4);
}
.ht-hero__float .float-card__label { color: var(--sage); }
.ht-hero__float .float-card__value { font-size: 14px; }

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

.ht-trust { background: var(--green-dark); }
.ht-trust .trust__item { color: var(--on-dark-green); }
.ht-trust .trust__item:hover { color: var(--on-dark-green); transform: none; }

/* =========================== Meet Katie + video =========================== */

.meet { background: linear-gradient(180deg, var(--tint-green) 0%, var(--tint-blue) 100%); }
.meet__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(36px, 5vw, 64px);
}
.meet__video { flex: 1.2 1 440px; min-width: 300px; }
.meet__frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: var(--r-card-md);
  overflow: hidden;
  box-shadow: 0 32px 58px -28px rgba(22, 58, 67, 0.5);
  background: var(--video-well);
}
.meet__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.meet__copy { flex: 1 1 360px; min-width: 300px; }
.meet__copy h2 { margin-bottom: 18px; font-size: var(--fs-h2-sm); }
.meet__copy .prose--last { margin-bottom: 22px; }

.meet__bio {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(22, 58, 67, 0.07);
  border-radius: 20px;
  padding: 16px 20px;
}
.meet__bio img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 12px 24px -12px rgba(22, 58, 67, 0.4);
}
.meet__bio-name { margin: 0 0 2px 0; font-size: var(--fs-body); font-weight: 800; color: var(--ink); }
.meet__bio-role { margin: 0; font-size: var(--fs-small); font-weight: 600; color: var(--sage); }

/* =========================== What Healing Touch is (dark green) =========================== */

.what {
  background: linear-gradient(150deg, var(--green-dark) 0%, var(--green-dark-2) 55%, var(--ink-2) 130%);
  color: var(--tint-mint);
}
.what__blob {
  top: -140px; right: -100px; width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(199, 216, 201, 0.2), rgba(199, 216, 201, 0) 70%);
  filter: blur(30px);
  animation-duration: 13s;
}
.what__copy { max-width: 720px; margin-bottom: clamp(36px, 4vw, 52px); }
.what__copy h2 { margin-bottom: 20px; color: var(--cream); }
.what__copy .prose { color: var(--on-dark-green); }
.what__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.pillar-card {
  background: rgba(233, 240, 234, 0.08);
  border: 1px solid rgba(199, 216, 201, 0.2);
  border-radius: 20px;
  padding: 24px 26px;
}
.pillar-card__icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.pillar-card__icon span { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.pillar-card h3 {
  margin: 0 0 8px 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 20px;
  color: var(--cream);
  line-height: 1.25;
}
.pillar-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--on-dark-green);
  text-wrap: pretty;
}

/* =========================== Sessions + what to expect =========================== */

.sessions { background: linear-gradient(175deg, var(--cream) 0%, var(--sand) 60%, var(--tint-green) 100%); }
.sessions__head { max-width: 640px; margin-bottom: clamp(36px, 4vw, 52px); }
.sessions__head h2 { margin-bottom: 16px; font-size: var(--fs-h2-sm); }
.sessions__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 22px;
  align-items: start;
}
.session-card {
  border-radius: var(--r-card-md);
  padding: clamp(26px, 3vw, 36px);
  box-shadow: var(--shadow-card);
}
.session-card--plain {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(22, 58, 67, 0.07);
}
.session-card--sage { border: 1px solid rgba(109, 143, 115, 0.18); }
.session-card h3 {
  margin: 0 0 18px 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 24px;
  color: var(--ink);
}
.session-card--sage .diamond-list li { color: var(--green-dark); }

/* =========================== Explore more =========================== */

.explore { background: linear-gradient(180deg, var(--tint-green) 0%, var(--tint-blue) 100%); padding: clamp(56px, 7vw, 92px) var(--gutter); }
.explore__head { max-width: 640px; margin-bottom: clamp(28px, 3vw, 40px); }
.explore__head .eyebrow { margin-bottom: 12px; }
.explore__head h2 { margin-bottom: 0; font-size: clamp(26px, 3vw, 40px); }
.explore__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}
.explore-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--hairline-soft);
  border-radius: var(--r-card);
  padding: 26px;
  text-decoration: none;
  box-shadow: var(--shadow-card-soft);
  transition: transform var(--hover-slow), box-shadow var(--hover-slow);
}
.explore-card:hover { transform: translateY(-4px); box-shadow: 0 26px 44px -28px rgba(22, 58, 67, 0.55); }
.explore-card h3 {
  margin: 0 0 8px 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  color: var(--ink);
}
.explore-card p {
  margin: 0 0 16px 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--body);
  flex: 1;
  text-wrap: pretty;
}
.explore-card__cta { font-size: 13px; font-weight: 800; color: var(--coral); }

/* =========================== Final CTA (green variant) =========================== */

.ht-cta .cta-panel {
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--green-dark-2) 45%, var(--ink-2) 100%);
  color: var(--tint-mint);
  box-shadow: 0 40px 70px -36px rgba(46, 74, 60, 0.7);
}
.ht-cta__blob {
  top: -120px; left: -80px; width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(199, 216, 201, 0.24), rgba(199, 216, 201, 0) 70%);
  filter: blur(28px);
  animation-duration: 13s;
}
.ht-cta .prose { max-width: 56ch; margin-bottom: 30px; color: var(--on-dark-green); }
.ht-cta .btn--cream { color: var(--green-dark); }
