:root {
  --sp-cream: #f8f4ef;
  --sp-paper: #fcfaf7;
  --sp-warm-white: rgba(255, 255, 255, 0.84);
  --sp-sage: #a8b8a3;
  --sp-deep-sage: #6f7f6a;
  --sp-lavender: #b6a7c8;
  --sp-dusty-plum: #78678c;
  --sp-soft-gold: #d7b88a;
  --sp-ink: #2f2a33;
  --sp-muted: #675f6f;
  --sp-border: rgba(120, 103, 140, 0.12);
  --sp-shadow: 0 20px 50px rgba(58, 44, 71, 0.08);
  --sp-shadow-hover: 0 24px 60px rgba(58, 44, 71, 0.12);
}

* {
  box-sizing: border-box;
}

body.healer-page {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--sp-ink);
  background:
    radial-gradient(circle at 12% 15%, rgba(182, 167, 200, 0.16), transparent 22%),
    radial-gradient(circle at 88% 12%, rgba(168, 184, 163, 0.14), transparent 20%),
    radial-gradient(circle at 50% 100%, rgba(215, 184, 138, 0.12), transparent 18%),
    linear-gradient(180deg, var(--sp-paper) 0%, var(--sp-cream) 100%);
}

img,
video {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--sp-ink);
}

h1,
h2,
.section-title,
.testimonial-quote,
.case-study-text h3 {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.01em;
}

p {
  margin-top: 0;
}

a {
  text-decoration: none;
}

.section-space {
  padding: 6rem 1.5rem;
}

.section-label,
.eyebrow,
.case-study-tag {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--sp-dusty-plum);
}

.section-intro {
  max-width: 860px;
  margin: 0 auto 3rem;
  text-align: center;
}

.section-title {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 0.98;
  margin: 0.75rem auto 0;
}

.section-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  margin: 1rem auto 0;
  background: linear-gradient(90deg, var(--sp-soft-gold), var(--sp-lavender));
  border-radius: 999px;
  opacity: 0.85;
}

.section-text,
.editorial-copy p,
.mid-cta-inner p,
.contact-intro p,
.testimonial-intro,
.case-study-text p {
  color: var(--sp-muted);
  font-size: 1.05rem;
  line-height: 1.95;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 252, 248, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(120, 103, 140, 0.08);
}

.site-nav {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  width: 180px;
  height: auto;
}

.nav-links a {
  color: var(--sp-ink);
}

.nav-links a:hover {
  color: var(--sp-dusty-plum);
}

.btn-primary,
.cta-button,
.submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, var(--sp-dusty-plum) 0%, #8b78a2 100%);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(120, 103, 140, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.btn-primary:hover,
.cta-button:hover,
.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(120, 103, 140, 0.24);
  opacity: 0.96;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.28);
  color: #fff;
  background: rgba(255,255,255,0.08);
  font-weight: 700;
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.14);
  color: #fff;
}

/* HERO */
.healer-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 8rem 1.5rem 6rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(28, 22, 31, 0.30) 0%, rgba(28, 22, 31, 0.72) 100%),
    url("healer-hero-bg.jpg") center center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(214, 190, 230, 0.22), transparent 24%),
    radial-gradient(circle at 82% 24%, rgba(197, 219, 191, 0.16), transparent 20%),
    radial-gradient(circle at 62% 82%, rgba(255, 223, 186, 0.14), transparent 18%);
  pointer-events: none;
}

.hero-flares {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.flare {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(42px);
  opacity: 0.56;
}

.flare-1 {
  width: 180px;
  height: 180px;
  top: 10%;
  right: 10%;
  background: rgba(214, 190, 230, 0.34);
}

.flare-2 {
  width: 120px;
  height: 120px;
  bottom: 18%;
  left: 8%;
  background: rgba(197, 219, 191, 0.26);
}

.flare-3 {
  width: 150px;
  height: 150px;
  bottom: 8%;
  right: 24%;
  background: rgba(255, 223, 186, 0.22);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.hero-copy {
  max-width: 860px;
}

.hero-copy .eyebrow {
  color: #f2e2ca;
}

.hero-copy h1 {
  color: #fff;
  font-size: clamp(3.4rem, 7vw, 6.2rem);
  line-height: 0.95;
  margin-top: 1rem;
}

.hero-lead {
  max-width: 720px;
  margin-top: 1.5rem;
  color: rgba(255,255,255,0.9);
  font-size: 1.12rem;
  line-height: 1.95;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.hero-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 860px;
  margin-top: 2.5rem;
}

.hero-pillar {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 1rem 1.1rem;
}

.hero-pillar strong {
  display: block;
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
}

.hero-pillar span {
  color: rgba(255,255,255,0.78);
  font-size: 0.92rem;
  line-height: 1.5;
}

/* EDITORIAL SPLIT */
.editorial-split {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}

.editorial-split.reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.editorial-split.reverse .editorial-media {
  order: 2;
}

.editorial-split.reverse .editorial-copy {
  order: 1;
}

.editorial-media img {
  width: 100%;
  border-radius: 32px;
  box-shadow: var(--sp-shadow);
}

.editorial-copy .section-title {
  margin-left: 0;
  margin-right: 0;
}

.editorial-copy .section-title::after {
  margin-left: 0;
}

.editorial-list {
  margin: 1.5rem 0 0;
  padding-left: 1.25rem;
  color: var(--sp-muted);
}

.editorial-list li {
  margin-bottom: 0.85rem;
  line-height: 1.8;
}

/* SOFT BAND */
.soft-band {
  background: linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.08) 100%);
}

/* SERVICES */
.service-editorial-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.service-editorial-item {
  background: var(--sp-warm-white);
  border: 1px solid var(--sp-border);
  border-radius: 28px;
  box-shadow: var(--sp-shadow);
  padding: 2rem;
}

.service-editorial-item h3 {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.service-editorial-item p {
  color: var(--sp-muted);
  line-height: 1.9;
  margin: 0;
}

/* TESTIMONIALS */
.testimonial-section {
  overflow: hidden;
}

.testimonial-reel {
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  gap: 1rem;
  align-items: center;
  max-width: 1180px;
  margin: 3rem auto 0;
}

.testimonial-track-wrap {
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  transition: transform 0.45s ease;
}

.testimonial-slide {
  min-width: 100%;
  box-sizing: border-box;
}

.testimonial-card {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(120, 103, 140, 0.10);
  border-radius: 36px;
  box-shadow: 0 24px 60px rgba(58, 44, 71, 0.10);
  padding: 3rem 2.5rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.testimonial-quote {
  font-size: 2rem;
  line-height: 1.45;
  color: var(--sp-ink);
  margin-bottom: 1.5rem;
}

.testimonial-meta h3 {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  margin: 0 0 0.25rem;
  color: var(--sp-dusty-plum);
}

.testimonial-meta span {
  color: var(--sp-muted);
  font-size: 0.95rem;
}

.testimonial-arrow {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(120, 103, 140, 0.16);
  background: rgba(255,255,255,0.82);
  color: var(--sp-dusty-plum);
  font-size: 1.4rem;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(58, 44, 71, 0.08);
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.testimonial-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: none;
  background: rgba(120, 103, 140, 0.24);
  cursor: pointer;
}

.testimonial-dots .dot.active {
  background: var(--sp-dusty-plum);
  transform: scale(1.08);
}

/* CASE STUDIES */
.case-study-stack {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}

.case-study-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  background: var(--sp-warm-white);
  border: 1px solid var(--sp-border);
  border-radius: 32px;
  box-shadow: var(--sp-shadow);
  overflow: hidden;
}

.case-study-visual img,
.case-study-video {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.case-study-text {
  padding: 2rem;
}

.case-study-tag {
  color: var(--sp-deep-sage);
  background: rgba(168, 184, 163, 0.10);
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.case-study-text h3 {
  font-size: 2.2rem;
  margin-bottom: 0.75rem;
}

.case-study-link {
  color: var(--sp-dusty-plum);
  font-weight: 700;
}

/* MID CTA */
.mid-cta {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mid-cta-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255,255,255,0.56);
  border: 1px solid var(--sp-border);
  border-radius: 36px;
  padding: 3rem 2rem;
  box-shadow: var(--sp-shadow);
}

/* FAQ */
.faq-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 1rem;
  background: var(--sp-warm-white);
  border: 1px solid var(--sp-border);
  border-radius: 24px;
  box-shadow: var(--sp-shadow);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.35rem 1.5rem;
  font-weight: 700;
  color: var(--sp-ink);
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--sp-dusty-plum);
  font-size: 1.35rem;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  padding: 0 1.5rem 1.4rem;
  margin: 0;
  color: var(--sp-muted);
  line-height: 1.9;
}

/* CONTACT */
.contact-shell {
  max-width: 1180px;
  margin: 0 auto;
}

.contact-intro {
  max-width: 800px;
  margin: 0 auto 2rem;
  text-align: center;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
}

.contact-card,
.contact-side-card {
  background: var(--sp-warm-white);
  border: 1px solid var(--sp-border);
  border-radius: 28px;
  box-shadow: var(--sp-shadow);
  padding: 2rem;
}

.contact-side {
  display: grid;
  gap: 1.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  color: var(--sp-ink);
  font-weight: 600;
  margin-bottom: 0.45rem;
}

input,
select,
textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(120, 103, 140, 0.14);
  border-radius: 16px;
  color: var(--sp-ink);
  padding: 0.95rem 1rem;
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(120, 103, 140, 0.45);
  box-shadow: 0 0 0 4px rgba(182, 167, 200, 0.14);
  background: rgba(255, 255, 255, 0.95);
}

textarea {
  min-height: 180px;
}

.form-fineprint {
  margin-top: 1rem;
  color: var(--sp-muted);
}

.form-fineprint a {
  color: var(--sp-dusty-plum);
}

/* FOOTER */
.site-footer {
  background: rgba(255, 252, 248, 0.88);
  border-top: 1px solid rgba(120, 103, 140, 0.08);
}

.footer-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.site-footer a {
  color: var(--sp-dusty-plum);
}

.site-footer a:hover {
  color: var(--sp-deep-sage);
}

/* MOBILE */
@media (max-width: 980px) {
  .editorial-split,
  .editorial-split.reverse,
  .case-study-row,
  .contact-grid,
  .service-editorial-grid {
    grid-template-columns: 1fr;
  }

  .editorial-split.reverse .editorial-media,
  .editorial-split.reverse .editorial-copy {
    order: initial;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .hero-pillars {
    grid-template-columns: 1fr;
  }

  .testimonial-reel {
    grid-template-columns: 1fr;
  }

  .testimonial-arrow {
    display: none;
  }
}

@media (max-width: 640px) {
  .section-space {
    padding: 4.5rem 1.25rem;
  }

  .healer-hero {
    min-height: auto;
    padding: 7.5rem 1.25rem 5rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.7rem, 10vw, 4.2rem);
  }

  .hero-lead {
    font-size: 1rem;
    line-height: 1.85;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .testimonial-card {
    padding: 2rem 1.4rem;
    border-radius: 24px;
  }

  .testimonial-quote {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .case-study-text h3 {
    font-size: 1.8rem;
  }
}