/* ================================================================
   INSPIRE LIFE THERAPY — v3 SANCTUARY — extended classes
================================================================ */

/* Background aliases */
.section--cream-dark { background: var(--cream-dark); }

/* Section eyebrow (used throughout HTML as .section-eyebrow) */
.section-eyebrow {
  display: block; font-family: var(--body); font-size: .7rem; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--terracotta); margin-bottom: 1.25rem;
}
.section-eyebrow--light { color: rgba(250,247,240,.6); }
.section-footer { text-align: center; margin-top: 3.5rem; }

/* Buttons */
.btn-cream { background: var(--cream); color: var(--forest); }
.btn-cream:hover { background: var(--cream-dark); transform: translateY(-2px); }
.btn-forest { background: var(--forest); color: var(--cream); }
.btn-forest:hover { background: var(--forest-l); transform: translateY(-2px); box-shadow: 0 8px 26px rgba(45,90,39,.32); }
.btn-ghost { background: transparent; color: var(--cream); border: 1.5px solid rgba(250,247,240,.35); }
.btn-ghost:hover { border-color: var(--cream); background: rgba(250,247,240,.08); }
.btn-outline { background: transparent; color: var(--forest); border: 1.5px solid rgba(45,90,39,.28); }
.btn-outline:hover { border-color: var(--forest); transform: translateY(-1px); }

/* Hero structure */
.hero__inner { width: 100%; }
.hero__content { max-width: 680px; }
.hero__heading {
  font-family: var(--display); font-style: italic;
  font-size: clamp(3rem, 7.5vw, 5.5rem);
  font-weight: 700; line-height: 1.1; letter-spacing: -0.03em;
  color: var(--cream); margin-bottom: 2.25rem;
}
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1rem; }

/* Intro section */
.intro-inner { text-align: center; max-width: 680px; margin: 0 auto; }
.intro-quote {
  font-family: var(--display); font-style: italic;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 600; color: var(--forest);
  letter-spacing: -0.025em; line-height: 1.32; margin-bottom: 2.75rem;
}
.intro-body { font-family: var(--body); font-size: 1.1rem; color: rgba(44,44,44,.65); line-height: 1.88; }

/* Service card icon/text/link */
.service-card__icon { width: 52px; height: 52px; color: var(--forest); }
.service-card__icon svg { width: 100%; height: 100%; }
.service-card__text { font-family: var(--body); font-size: .9rem; color: rgba(44,44,44,.62); line-height: 1.78; flex: 1; }
.service-card__link {
  font-family: var(--body); font-size: .875rem; color: var(--terracotta); font-weight: 500;
  display: inline-flex; align-items: center; gap: .375rem; transition: gap .2s;
}
.service-card__link:hover { gap: .625rem; }

/* Philosophy (index) */
.philosophy-inner { text-align: center; max-width: 900px; margin: 0 auto; }
.philosophy-cols {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem;
  text-align: left; margin-top: 2.5rem;
}
.philosophy-cols p { font-family: var(--body); font-size: 1rem; color: rgba(250,247,240,.72); line-height: 1.88; }

/* Promise items */
.promise-item__num {
  font-family: var(--display); font-size: 3.5rem; font-weight: 700;
  color: rgba(45,90,39,.12); line-height: 1; margin-bottom: .5rem;
}
.promise-item__title { font-family: var(--display); font-size: 1.15rem; font-weight: 600; color: var(--forest); margin-bottom: .5rem; }
.promise-item__text { font-family: var(--body); font-size: .95rem; color: rgba(44,44,44,.62); line-height: 1.82; }

/* Team teaser card text */
.team-teaser-card__name { font-family: var(--display); font-size: 1rem; font-weight: 600; color: var(--forest); }
.team-teaser-card__role { font-family: var(--body); font-size: .82rem; font-style: italic; color: var(--terracotta); }

/* Testimonial (non-BEM class names used in index.html) */
.testimonial-section .container { max-width: 780px; text-align: center; }
.testimonial-mark {
  font-family: var(--display); font-size: 8rem; line-height: .8;
  color: var(--terracotta); display: block; margin-bottom: 1rem;
  user-select: none; opacity: .85;
}
.testimonial-quote {
  font-family: var(--display); font-style: italic;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 500; color: var(--cream);
  line-height: 1.62; margin-bottom: 2.5rem; letter-spacing: -0.01em;
}
.testimonial-attr { font-family: var(--body); font-size: .88rem; color: rgba(250,247,240,.52); }

/* CTA section */
.cta-inner { text-align: center; max-width: 680px; margin: 0 auto; }
.cta-sub {
  font-family: var(--body); font-size: 1.1rem;
  color: rgba(44,44,44,.58); line-height: 1.82;
  max-width: 42ch; margin: 0 auto 2.75rem;
}
.cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; margin-top: 2.5rem; }

/* About: philosophy grid */
.about-philosophy { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.about-pullquote { border-left: 4px solid var(--terracotta); padding-left: 2rem; }
.pullquote-text {
  font-family: var(--display); font-style: italic;
  font-size: clamp(1.5rem, 2.8vw, 2.25rem);
  font-weight: 600; color: var(--forest);
  letter-spacing: -0.025em; line-height: 1.3; margin-bottom: 1.25rem;
}
.pullquote-attr { font-family: var(--body); font-size: .85rem; color: rgba(44,44,44,.45); }
.about-philosophy-body p { font-family: var(--body); font-size: 1rem; color: rgba(44,44,44,.68); line-height: 1.88; }

/* Team cards (about.html) */
.team-avatar--lg { width: 120px; height: 120px; font-size: 2.8rem; }
.team-card__avatar-wrap { flex-shrink: 0; }
.team-card__role { font-family: var(--body); font-size: .85rem; font-style: italic; color: var(--terracotta); }
.team-card__bio { font-family: var(--body); font-size: .95rem; color: rgba(44,44,44,.65); line-height: 1.82; }
.team-card__tele {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--body); font-size: .82rem; color: var(--terracotta); font-weight: 500;
  margin-top: .5rem; transition: gap .2s;
}
.team-card__tele:hover { gap: .75rem; }

/* Christian counselling note */
.christian-note-section { background: var(--cream); }
.christian-note {
  display: flex; gap: 2.5rem; align-items: flex-start;
  background: var(--cream-dark); border-radius: 20px;
  border-left: 4px solid var(--terracotta);
  padding: 3rem; max-width: 860px; margin: 0 auto;
}
.christian-note__icon { width: 52px; height: 52px; flex-shrink: 0; color: var(--terracotta); margin-top: .25rem; }
.christian-note__icon svg { width: 100%; height: 100%; }
.christian-note__title { font-family: var(--display); font-size: 1.35rem; font-weight: 600; color: var(--forest); margin-bottom: .875rem; }
.christian-note__body { font-family: var(--body); font-size: .975rem; color: rgba(44,44,44,.68); line-height: 1.88; }

/* Service sections (services.html) */
.svc-section { padding-block: 7.5rem; }
.svc-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.svc-inner--reverse .svc-art { order: -1; }
.svc-art {
  border-radius: 20px; background: rgba(45,90,39,.06); color: var(--forest);
  display: flex; align-items: center; justify-content: center;
  padding: 3rem; min-height: 320px;
}
.svc-art svg { width: 100%; max-width: 280px; height: auto; }
.svc-body { display: flex; flex-direction: column; }
.svc-eyebrow {
  display: block; font-family: var(--body); font-size: .68rem; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 1rem;
}
.svc-title {
  font-family: var(--display); font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 600; color: var(--forest); letter-spacing: -0.025em;
  line-height: 1.2; margin-bottom: 1.25rem;
}
.svc-text { font-family: var(--body); font-size: 1rem; color: rgba(44,44,44,.68); line-height: 1.88; }
.svc-list { list-style: none; margin-top: 1.5rem; display: flex; flex-direction: column; gap: .625rem; }
.svc-list li {
  font-family: var(--body); font-size: .9rem; color: rgba(44,44,44,.68);
  padding-left: 1.25rem; position: relative;
}
.svc-list li::before {
  content: ''; position: absolute; left: 0; top: .62em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--terracotta);
}

/* Insurance (services.html) */
.insurance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; margin-top: 4rem; }
.insurance-col__title { font-family: var(--display); font-size: 1.3rem; font-weight: 600; color: var(--cream); margin-bottom: 1.25rem; }
.insurance-col__text { font-family: var(--body); font-size: 1rem; color: rgba(250,247,240,.72); line-height: 1.88; }
.insurance-list { display: flex; flex-direction: column; gap: .625rem; }
.insurance-list li {
  font-family: var(--body); font-size: .95rem; color: rgba(250,247,240,.72);
  padding-left: 1.25rem; position: relative;
}
.insurance-list li::before {
  content: ''; position: absolute; left: 0; top: .62em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--terracotta);
}

/* Form extras */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-select {
  width: 100%; padding: .9rem 1.25rem;
  border: 1.5px solid rgba(44,44,44,.12); border-radius: 10px;
  background: var(--cream); font-family: var(--body); font-size: .975rem;
  color: var(--charcoal); transition: border-color .2s, box-shadow .2s;
  outline: none; cursor: pointer; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232C2C2C' stroke-opacity='.4' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1.25rem center; padding-right: 2.75rem;
}
.form-select:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(45,90,39,.1); }
.form-label__opt { font-weight: 400; opacity: .55; }
.contact-details-title { font-family: var(--display); font-size: 1.5rem; font-weight: 600; color: var(--forest); margin-bottom: 1.75rem; letter-spacing: -0.02em; }

/* Telehealth extras */
.tele-card__body { display: flex; flex-direction: column; gap: .375rem; }
.tele-card__link {
  display: inline-flex; align-items: center; gap: .375rem;
  font-family: var(--body); font-size: .82rem; color: var(--terracotta); font-weight: 500;
  transition: gap .2s;
}
.tele-card__link:hover { gap: .625rem; }
.tele-intro { font-family: var(--body); font-size: 1rem; color: rgba(44,44,44,.62); line-height: 1.82; margin-top: .5rem; }

/* Responsive additions */
@media (max-width: 960px) {
  .about-philosophy { grid-template-columns: 1fr; gap: 3rem; }
  .philosophy-cols  { grid-template-columns: 1fr; }
  .insurance-grid   { grid-template-columns: 1fr; gap: 3rem; }
}
@media (max-width: 768px) {
  .svc-inner { grid-template-columns: 1fr; gap: 3rem; }
  .svc-inner--reverse .svc-art { order: 0; }
  .christian-note { flex-direction: column; gap: 1.5rem; }
  .cta-actions { flex-direction: column; align-items: center; }
  .hero__actions { flex-direction: column; align-items: flex-start; }
  .form-row { grid-template-columns: 1fr; }
}

/* ================================================================
   INSPIRE LIFE THERAPY — v3 SANCTUARY
   A warm room when you are carrying something heavy.
   Playfair Display (italic headings) · Source Serif 4 (body)
   Forest · Cream · Terracotta · Charcoal
================================================================ */

/* --- Tokens -------------------------------------------------- */
:root {
  --forest:     #2D5A27;
  --forest-l:   #3d7a35;
  --cream:      #FAF7F0;
  --cream-dark: #F0EBE1;
  --terracotta: #C47B5F;
  --terra-l:    #d4906b;
  --charcoal:   #2C2C2C;
  --white:      #FFFFFF;

  --display: 'Playfair Display', Georgia, serif;
  --body:    'Source Serif 4', Georgia, serif;

  --nav-h: 82px;
  --mw:    1200px;
  --px:    clamp(1.5rem, 5vw, 4rem);
  --ease:  cubic-bezier(0.22, 1, 0.36, 1);
}

/* --- Reset --------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.78;
  color: var(--charcoal);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
svg { display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.12; letter-spacing: -0.02em; }

/* Grain texture */
body::after {
  content: '';
  position: fixed; inset: 0;
  pointer-events: none; z-index: 9999; opacity: 0.02;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}

/* --- Navigation --------------------------------------------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 200; height: var(--nav-h);
  transition: background .4s ease, box-shadow .4s ease;
}
.nav.scrolled {
  background: rgba(250,247,240,.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 28px rgba(44,44,44,.08);
}
.nav__inner {
  max-width: var(--mw); margin: 0 auto;
  padding: 0 var(--px); height: 100%;
  display: flex; align-items: center; justify-content: space-between;
}
.nav__brand {
  font-family: var(--display); font-size: 1.1rem; font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--cream);
  transition: color .35s;
}
.nav.scrolled .nav__brand { color: var(--forest); }

.nav__links { display: none; align-items: center; gap: 2.25rem; }
.nav__link {
  font-family: var(--body); font-size: .88rem;
  color: rgba(250,247,240,.72);
  position: relative; padding-bottom: 2px;
  transition: color .2s;
}
.nav.scrolled .nav__link { color: rgba(44,44,44,.62); }
.nav__link::after {
  content: '';
  position: absolute; bottom: -2px; left: 0; right: 0;
  height: 1px; background: var(--terracotta);
  transform: scaleX(0); transform-origin: left;
  transition: transform .25s ease;
}
.nav__link:hover { color: var(--cream); }
.nav.scrolled .nav__link:hover { color: var(--charcoal); }
.nav__link:hover::after, .nav__link.active::after { transform: scaleX(1); }
.nav__link.active { color: var(--cream); }
.nav.scrolled .nav__link.active { color: var(--charcoal); }

.nav__cta {
  display: inline-flex; align-items: center;
  padding: .6rem 1.5rem;
  background: var(--terracotta); color: var(--cream);
  border-radius: 50px; font-family: var(--body); font-size: .85rem; font-weight: 500;
  transition: background .2s, transform .2s;
}
.nav__cta:hover { background: var(--terra-l); transform: translateY(-1px); }

.nav__hamburger {
  display: flex; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: .5rem;
  border-radius: 6px; transition: background .2s;
}
.nav__hamburger:hover { background: rgba(250,247,240,.1); }
.nav.scrolled .nav__hamburger:hover { background: rgba(44,44,44,.06); }
.nav__hamburger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--cream); border-radius: 2px; transition: background .35s;
}
.nav.scrolled .nav__hamburger span { background: var(--charcoal); }

/* Mobile overlay */
.nav-overlay {
  position: fixed; inset: 0; z-index: 300;
  background: var(--forest);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2rem; opacity: 0; pointer-events: none;
  transition: opacity .38s ease;
}
.nav-overlay.open { opacity: 1; pointer-events: all; }
.nav-overlay__close {
  position: absolute; top: 1.5rem; right: 1.5rem;
  background: none; border: none; color: var(--cream); cursor: pointer;
  font-size: 1.35rem; width: 48px; height: 48px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.nav-overlay__close:hover { background: rgba(250,247,240,.12); }
.nav-overlay__link {
  font-family: var(--display); font-size: clamp(2rem, 7vw, 3.5rem);
  color: var(--cream); font-weight: 600; transition: opacity .2s;
}
.nav-overlay__link:hover { opacity: .55; }
.nav-overlay__cta {
  margin-top: 1rem; padding: .75rem 2.5rem;
  border: 1.5px solid rgba(196,123,95,.55); border-radius: 50px;
  color: var(--terracotta); font-family: var(--body); font-size: .9rem; font-weight: 500;
  transition: border-color .2s, background .2s;
}
.nav-overlay__cta:hover { border-color: var(--terracotta); background: rgba(196,123,95,.08); }

@media (min-width: 768px) {
  .nav__links     { display: flex; }
  .nav__hamburger { display: none; }
}

/* --- Buttons ------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: 1rem 2.5rem; border-radius: 50px;
  font-family: var(--body); font-size: .9rem; font-weight: 500;
  border: none; cursor: pointer; transition: all .22s ease;
  white-space: nowrap; line-height: 1;
}
.btn-terra { background: var(--terracotta); color: var(--cream); }
.btn-terra:hover { background: var(--terra-l); transform: translateY(-2px); box-shadow: 0 8px 26px rgba(196,123,95,.35); }
.btn-outline-cream { background: transparent; color: var(--cream); border: 1.5px solid rgba(250,247,240,.38); }
.btn-outline-cream:hover { border-color: var(--cream); background: rgba(250,247,240,.07); }
.btn-outline-forest { background: transparent; color: var(--forest); border: 1.5px solid rgba(45,90,39,.25); }
.btn-outline-forest:hover { border-color: var(--forest); transform: translateY(-1px); }

/* --- Layout -------------------------------------------------- */
.container { width: 100%; max-width: var(--mw); margin: 0 auto; padding: 0 var(--px); }
.section { padding-block: 7.5rem; } /* 120px */
.section--cream     { background: var(--cream); }
.section--cream-2   { background: var(--cream-dark); }
.section--forest    { background: var(--forest); }

.eyebrow {
  display: block; font-family: var(--body); font-size: .7rem; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--terracotta); margin-bottom: 1.25rem;
}
.eyebrow--light { color: rgba(250,247,240,.6); }

.section-title {
  font-family: var(--display); font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600; letter-spacing: -0.025em;
  color: var(--forest); margin-bottom: 1.25rem; line-height: 1.18;
}
.section-title--light { color: var(--cream); }
.section-title--italic { font-style: italic; }
.section-sub {
  font-family: var(--body); font-size: 1.05rem;
  color: rgba(44,44,44,.62); line-height: 1.85; max-width: 58ch;
}
.section-sub--light { color: rgba(250,247,240,.72); }
.section-header { margin-bottom: 4rem; }

.terra-rule { display: block; width: 60px; height: 2px; background: var(--terracotta); margin-bottom: 2rem; }

/* --- HERO ---------------------------------------------------- */
.hero {
  min-height: 100svh; min-height: 100vh;
  background: var(--forest);
  background: radial-gradient(ellipse at 78% 18%, #3d7a35 0%, var(--forest) 58%);
  position: relative; overflow: hidden;
  display: flex; align-items: center;
  padding-top: var(--nav-h);
}
.hero__botanical {
  position: absolute; bottom: -8%; left: -4%;
  width: clamp(280px, 42vw, 580px); height: auto;
  color: var(--cream); opacity: .28; pointer-events: none;
  animation: botanicalDrift 22s ease-in-out infinite;
}
@keyframes botanicalDrift {
  0%, 100% { transform: none; }
  30%       { transform: translate(7px, -9px) rotate(.4deg); }
  65%       { transform: translate(-5px, 6px) rotate(-.35deg); }
}
.hero .container { position: relative; z-index: 1; padding-block: 7rem; }
.hero__eyebrow {
  font-family: var(--body); font-size: .7rem; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase;
  color: rgba(250,247,240,.55); display: block; margin-bottom: 2rem;
  opacity: 0; animation: fadeUp .8s ease .1s both;
}
.hero__headline {
  font-family: var(--display); font-style: italic;
  font-size: clamp(3rem, 7.5vw, 5.5rem);
  font-weight: 700; line-height: 1.1; letter-spacing: -0.03em;
  color: var(--cream); margin-bottom: 2.25rem;
}
/* Line animation */
.hero-line {
  display: block;
  opacity: 0; transform: translateY(32px);
  transition: opacity .9s ease var(--d, 0s), transform .95s var(--ease) var(--d, 0s);
}
.hero-line.in { opacity: 1; transform: none; }
.hero__sub {
  font-family: var(--body); font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: rgba(250,247,240,.62); line-height: 1.88; max-width: 50ch;
  margin-bottom: 3rem;
  opacity: 0; animation: fadeUp .8s ease 1.1s both;
}
.hero__cta { opacity: 0; animation: fadeUp .8s ease 1.35s both; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: none; }
}

/* --- Intro section (typography-only, centred) --------------- */
.intro-section { padding-block: 9rem; background: var(--cream); }
.intro-section .container { max-width: 680px; text-align: center; }
.intro__quote {
  font-family: var(--display); font-style: italic;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 600; color: var(--forest);
  letter-spacing: -0.025em; line-height: 1.32; margin-bottom: 2.75rem;
}
.intro__text {
  font-family: var(--body); font-size: 1.1rem;
  color: rgba(44,44,44,.65); line-height: 1.88;
}
.intro__text + .intro__text { margin-top: 1.25rem; }

/* --- Services grid (3-col) ---------------------------------- */
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem;
}
.service-card {
  background: var(--white); border-radius: 18px; padding: 2.5rem;
  border-top: 3px solid var(--terracotta);
  box-shadow: 0 2px 18px rgba(44,44,44,.06);
  transition: transform .3s ease, box-shadow .3s ease, border-top-width .25s ease;
  display: flex; flex-direction: column; gap: 1rem;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 52px rgba(44,44,44,.12);
  border-top-width: 5px;
}
.service-card__art { width: 52px; height: 52px; color: var(--forest); flex-shrink: 0; }
.service-card__art svg { width: 100%; height: 100%; }
.service-card__title {
  font-family: var(--display); font-size: 1.2rem; font-weight: 600;
  color: var(--forest); line-height: 1.25;
}
.service-card__tagline {
  font-family: var(--body); font-size: .875rem; font-style: italic;
  color: var(--terracotta); margin-top: -.25rem;
}
.service-card__desc {
  font-family: var(--body); font-size: .9rem;
  color: rgba(44,44,44,.62); line-height: 1.78; flex: 1;
}

/* --- Philosophy (forest, asymmetric 2-col) ------------------ */
.philosophy-section { background: var(--forest); padding-block: 9rem; }
.philosophy-grid {
  display: grid; grid-template-columns: 5fr 3fr; gap: 6rem; align-items: center;
}
.philosophy__quote {
  font-family: var(--display); font-style: italic;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700; color: var(--cream);
  letter-spacing: -0.03em; line-height: 1.22; margin-bottom: 2.25rem;
}
.philosophy__text {
  font-family: var(--body); font-size: 1.05rem;
  color: rgba(250,247,240,.7); line-height: 1.88;
}
.philosophy__text + .philosophy__text { margin-top: 1.25rem; }
.philosophy__art { color: rgba(250,247,240,.18); }

/* --- Patient promise (3 col) -------------------------------- */
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.promise-item { display: flex; flex-direction: column; gap: 1.25rem; }
.promise-item__icon { width: 54px; height: 54px; color: var(--terracotta); }
.promise-item__icon svg { width: 100%; height: 100%; }
.promise-item__title { font-family: var(--display); font-size: 1.3rem; font-weight: 600; color: var(--forest); }
.promise-item__text { font-family: var(--body); font-size: .95rem; color: rgba(44,44,44,.62); line-height: 1.82; }

/* --- Team teaser (4-col) ------------------------------------ */
.team-teaser-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.75rem; margin-bottom: 3rem;
}
.team-teaser-card {
  background: var(--white); border-radius: 18px; padding: 2.25rem;
  text-align: center;
  box-shadow: 0 2px 14px rgba(44,44,44,.07);
  border: 1px solid rgba(44,44,44,.06);
  transition: transform .3s, box-shadow .3s;
  display: flex; flex-direction: column; align-items: center; gap: .875rem;
}
.team-teaser-card:hover { transform: translateY(-4px); box-shadow: 0 16px 42px rgba(44,44,44,.11); }
.team-avatar {
  width: 88px; height: 88px; border-radius: 50%;
  background: radial-gradient(circle at 38% 38%, var(--forest) 0%, var(--terracotta) 100%);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 2.1rem; font-weight: 700; color: var(--cream);
  flex-shrink: 0;
}
.team-card__name { font-family: var(--display); font-size: 1.1rem; font-weight: 600; color: var(--forest); }
.team-card__creds { font-family: var(--body); font-size: .82rem; font-style: italic; color: var(--terracotta); line-height: 1.5; }

/* --- Testimonial (forest, single quote) --------------------- */
.testimonial-section { background: var(--forest); padding-block: 9rem; }
.testimonial-section .container { max-width: 780px; text-align: center; }
.testimonial__mark {
  font-family: var(--display); font-size: 8rem; line-height: .8;
  color: var(--terracotta); display: block; margin-bottom: 1rem;
  user-select: none; opacity: .85;
}
.testimonial__quote {
  font-family: var(--display); font-style: italic;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 500; color: var(--cream);
  line-height: 1.62; margin-bottom: 2.5rem; letter-spacing: -0.01em;
}
.testimonial__name { font-family: var(--body); font-size: .88rem; color: rgba(250,247,240,.52); }

/* --- CTA block ---------------------------------------------- */
.cta-block { padding-block: 9rem; background: var(--cream); text-align: center; }
.cta-block__heading {
  font-family: var(--display); font-style: italic;
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  font-weight: 700; letter-spacing: -0.03em; line-height: 1.1;
  color: var(--forest); margin-bottom: 1.5rem;
}
.cta-block__text {
  font-family: var(--body); font-size: 1.1rem;
  color: rgba(44,44,44,.58); line-height: 1.82;
  max-width: 42ch; margin: 0 auto 2.75rem;
}

/* --- Footer (forest) ---------------------------------------- */
.footer { background: var(--forest); padding-top: 6rem; color: rgba(250,247,240,.48); }
.footer__grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem;
  padding-bottom: 3.75rem;
  border-bottom: 1px solid rgba(250,247,240,.1);
}
.footer__brand { font-family: var(--display); font-size: 1.3rem; font-weight: 600; color: var(--cream); display: block; margin-bottom: .5rem; }
.footer__tagline { font-family: var(--body); font-size: .85rem; color: rgba(250,247,240,.4); line-height: 1.82; }
.footer__col-title {
  font-family: var(--body); font-size: .68rem; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgba(250,247,240,.3); display: block; margin-bottom: 1rem;
}
.footer__links { display: flex; flex-direction: column; gap: .5rem; }
.footer__link { font-family: var(--body); font-size: .88rem; color: rgba(250,247,240,.46); transition: color .2s; }
.footer__link:hover { color: var(--terracotta); }
.footer__bottom {
  padding-block: 1.5rem;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: .75rem; align-items: center;
}
.footer__copy   { font-family: var(--body); font-size: .75rem; color: rgba(250,247,240,.24); }
.footer__credit { font-family: var(--body); font-size: .75rem; color: rgba(250,247,240,.24); }
.footer__credit a { color: rgba(250,247,240,.38); transition: color .2s; }
.footer__credit a:hover { color: var(--terracotta); }

/* --- Page Hero (inner pages) -------------------------------- */
.page-hero {
  background: var(--forest);
  background: radial-gradient(ellipse at 80% 20%, #3d7a35 0%, var(--forest) 62%);
  padding-top: calc(var(--nav-h) + 5rem); padding-bottom: 6rem;
  position: relative; overflow: hidden;
}
.page-hero__art {
  position: absolute; right: -3%; bottom: -12%;
  width: clamp(180px, 26vw, 400px); color: rgba(250,247,240,.12); pointer-events: none;
}
.page-hero__eyebrow {
  font-family: var(--body); font-size: .7rem; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase;
  color: rgba(250,247,240,.58); display: block; margin-bottom: 1.25rem;
}
.page-hero__heading {
  font-family: var(--display); font-style: italic;
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  font-weight: 700; color: var(--cream);
  letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 1.25rem;
}
.page-hero__text {
  font-family: var(--body); font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: rgba(250,247,240,.72); max-width: 52ch; line-height: 1.82;
}

/* --- Split layout ------------------------------------------ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.split--flip .split__visual { order: -1; }
.split__body { display: flex; flex-direction: column; gap: 1.5rem; }
.split__heading {
  font-family: var(--display); font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 600; color: var(--forest); letter-spacing: -0.025em; line-height: 1.2;
}
.split__text { font-family: var(--body); font-size: 1rem; color: rgba(44,44,44,.68); line-height: 1.88; }
.split__text + .split__text { margin-top: -.25rem; }
.split__link {
  font-family: var(--body); font-size: .9rem; color: var(--terracotta); font-weight: 500;
  display: inline-flex; align-items: center; gap: .375rem; transition: gap .2s;
}
.split__link:hover { gap: .625rem; }

/* Service illustration boxes */
.svc-art {
  border-radius: 20px; aspect-ratio: 4/5;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.svc-art--a { background: rgba(45,90,39,.07); color: var(--forest); }
.svc-art--b { background: rgba(196,123,95,.07); color: var(--terracotta); }
.svc-art svg { width: 78%; height: 78%; }

/* --- About: philosophy -------------------------------------- */
.about-philosophy { padding-block: 9rem; background: var(--cream); }
.about-philosophy__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.about-philosophy__pullquote {
  font-family: var(--display); font-style: italic;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 600; color: var(--forest);
  letter-spacing: -0.025em; line-height: 1.3;
  border-left: 4px solid var(--terracotta); padding-left: 2rem; margin-bottom: 2rem;
}
.about-philosophy__text { font-family: var(--body); font-size: 1rem; color: rgba(44,44,44,.68); line-height: 1.88; }
.about-philosophy__text + .about-philosophy__text { margin-top: 1.25rem; }

/* --- Team cards (about page) ------------------------------- */
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.team-card {
  background: var(--white); border-radius: 20px; padding: 2.75rem;
  box-shadow: 0 4px 26px rgba(44,44,44,.07);
  border: 1px solid rgba(44,44,44,.06);
  transition: transform .3s, box-shadow .3s;
  display: flex; flex-direction: column; gap: 1rem;
  align-items: center; text-align: center;
}
.team-card:hover { transform: translateY(-5px); box-shadow: 0 20px 56px rgba(44,44,44,.12); }
.team-card--lead {
  grid-column: span 2;
  flex-direction: row; text-align: left; align-items: flex-start; gap: 3rem;
}
.team-avatar--about {
  width: 108px; height: 108px; border-radius: 50%; flex-shrink: 0;
  background: radial-gradient(circle at 38% 38%, var(--forest) 0%, var(--terracotta) 100%);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 2.5rem; font-weight: 700; color: var(--cream);
  margin: 0 auto;
}
.team-card--lead .team-avatar--about { width: 140px; height: 140px; font-size: 3rem; margin: 0; }
.team-card__body { display: flex; flex-direction: column; gap: .625rem; }
.team-card--lead .team-card__body { flex: 1; }
.about-team-name { font-family: var(--display); font-size: 1.5rem; font-weight: 600; color: var(--forest); }
.about-team-creds { font-family: var(--body); font-size: .85rem; font-style: italic; color: var(--terracotta); }
.about-team-bio { font-family: var(--body); font-size: .95rem; color: rgba(44,44,44,.65); line-height: 1.82; }
.about-team-bio + .about-team-bio { margin-top: .75rem; }

/* --- Values (forest green) --------------------------------- */
.values-section { background: var(--forest); padding-block: 9rem; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; margin-top: 4rem; }
.value-item { display: flex; flex-direction: column; gap: 1rem; }
.value-item__icon { width: 50px; height: 50px; color: rgba(250,247,240,.65); }
.value-item__icon svg { width: 100%; height: 100%; }
.value-item__title { font-family: var(--display); font-size: 1.2rem; font-weight: 600; color: var(--cream); }
.value-item__text { font-family: var(--body); font-size: .9rem; color: rgba(250,247,240,.72); line-height: 1.82; }

/* --- Christian counselling note ---------------------------- */
.christian-note { padding-block: 6rem; background: var(--cream); }
.christian-note .container { max-width: 760px; }
.christian-note__box {
  border-left: 4px solid var(--terracotta);
  background: var(--cream-dark); border-radius: 0 18px 18px 0;
  padding: 2.75rem 3rem;
}
.christian-note__label { font-family: var(--body); font-size: .68rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; color: var(--terracotta); display: block; margin-bottom: .875rem; }
.christian-note__title { font-family: var(--display); font-size: 1.35rem; font-weight: 600; color: var(--forest); margin-bottom: .875rem; }
.christian-note__text { font-family: var(--body); font-size: .975rem; color: rgba(44,44,44,.68); line-height: 1.88; }

/* --- Service detail (alternating) -------------------------- */
.svc-detail { padding-block: 7.5rem; }
.svc-detail:nth-child(odd)  { background: var(--cream); }
.svc-detail:nth-child(even) { background: var(--cream-dark); }
.svc-detail__heading {
  font-family: var(--display); font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 600; color: var(--forest); letter-spacing: -0.025em; line-height: 1.2; margin-bottom: 1rem;
}
.svc-detail__text { font-family: var(--body); font-size: 1rem; color: rgba(44,44,44,.68); line-height: 1.88; }
.svc-detail__text + .svc-detail__text { margin-top: 1rem; }

/* --- Insurance (forest) ------------------------------------ */
.insurance-section { background: var(--forest); padding-block: 7.5rem; }
.insurance-badges { display: flex; gap: 1.5rem; flex-wrap: wrap; margin: 2.75rem 0; }
.insurance-badge {
  background: rgba(250,247,240,.1); border: 1px solid rgba(250,247,240,.18);
  border-radius: 14px; padding: 1.5rem 2.75rem;
  font-family: var(--display); font-size: 1.75rem; font-weight: 700; color: var(--cream);
  text-align: center; min-width: 160px;
}
.insurance-note-text { font-family: var(--body); font-size: 1rem; color: rgba(250,247,240,.72); line-height: 1.88; max-width: 60ch; }
.insurance-callout { margin-top: 2.25rem; display: flex; gap: 1.25rem; flex-wrap: wrap; }
.callout-chip {
  background: rgba(250,247,240,.08); border: 1px solid rgba(250,247,240,.14); border-radius: 50px;
  padding: .625rem 1.5rem; font-family: var(--body); font-size: .85rem; color: rgba(250,247,240,.72);
  display: inline-flex; align-items: center; gap: .5rem;
}

/* --- Contact ----------------------------------------------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; }
.contact-detail { display: flex; gap: 1.25rem; margin-bottom: 2.5rem; }
.contact-detail__icon {
  width: 48px; height: 48px; flex-shrink: 0;
  background: rgba(45,90,39,.09); border-radius: 12px;
  display: flex; align-items: center; justify-content: center; color: var(--forest);
}
.contact-detail__icon svg { width: 22px; height: 22px; }
.contact-detail__label { font-family: var(--body); font-size: .68rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: rgba(44,44,44,.42); display: block; margin-bottom: .25rem; }
.contact-detail__value { font-family: var(--body); font-size: 1rem; color: var(--charcoal); line-height: 1.6; }
.contact-detail__value a { color: var(--forest); transition: color .2s; }
.contact-detail__value a:hover { color: var(--terracotta); }

/* Form */
.form-card { background: var(--white); border-radius: 22px; padding: 3rem; box-shadow: 0 4px 36px rgba(44,44,44,.08); border: 1px solid rgba(44,44,44,.06); }
.form-card__title { font-family: var(--display); font-size: 1.5rem; font-weight: 600; color: var(--forest); margin-bottom: 1.75rem; letter-spacing: -0.02em; }
.form-group { margin-bottom: 1.5rem; }
.form-label { font-family: var(--body); font-size: .85rem; font-weight: 500; color: var(--charcoal); display: block; margin-bottom: .45rem; }
.form-input, .form-textarea {
  width: 100%; padding: .9rem 1.25rem;
  border: 1.5px solid rgba(44,44,44,.12); border-radius: 10px;
  background: var(--cream); font-family: var(--body); font-size: .975rem;
  color: var(--charcoal); transition: border-color .2s, box-shadow .2s;
  outline: none;
}
.form-input:focus, .form-textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(45,90,39,.1); }
.form-input::placeholder, .form-textarea::placeholder { color: rgba(44,44,44,.35); }
.form-textarea { min-height: 160px; resize: vertical; }
.form-note { font-family: var(--body); font-size: .8rem; color: rgba(44,44,44,.45); margin-top: .875rem; font-style: italic; }
.form-success { display: none; background: rgba(45,90,39,.08); border: 1.5px solid var(--forest); border-radius: 10px; padding: 1.375rem; text-align: center; color: var(--forest); font-family: var(--body); font-weight: 500; margin-top: 1rem; }
.form-success.show { display: block; }

/* Telehealth */
.tele-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin-top: 2.75rem; }
.tele-card {
  background: var(--white); border-radius: 18px; padding: 2rem;
  border-top: 3px solid var(--forest);
  box-shadow: 0 2px 14px rgba(44,44,44,.06);
  transition: transform .25s, box-shadow .25s;
}
.tele-card:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(44,44,44,.1); }
.tele-card__avatar {
  width: 52px; height: 52px; border-radius: 50%; margin-bottom: 1rem;
  background: radial-gradient(circle at 38% 38%, var(--forest) 0%, var(--terracotta) 100%);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 1.35rem; font-weight: 700; color: var(--cream);
}
.tele-card__name { font-family: var(--display); font-size: 1.1rem; font-weight: 600; color: var(--forest); margin-bottom: .75rem; }
.tele-card__btn {
  display: inline-flex; align-items: center; gap: .375rem;
  font-family: var(--body); font-size: .82rem; color: var(--terracotta); font-weight: 500;
  transition: gap .2s;
}
.tele-card__btn:hover { gap: .625rem; }

/* --- Animations -------------------------------------------- */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.fade-up.visible { opacity: 1; transform: none; }
.fade-up:nth-child(2) { transition-delay: .12s; }
.fade-up:nth-child(3) { transition-delay: .24s; }
.fade-up:nth-child(4) { transition-delay: .36s; }
.fade-up:nth-child(5) { transition-delay: .48s; }
.fade-up:nth-child(6) { transition-delay: .6s; }

/* --- Responsive -------------------------------------------- */
@media (max-width: 960px) {
  .footer__grid        { grid-template-columns: repeat(2, 1fr); }
  .team-teaser-grid    { grid-template-columns: repeat(2, 1fr); }
  .values-grid         { grid-template-columns: repeat(2, 1fr); }
  .services-grid       { grid-template-columns: repeat(2, 1fr); }
  .philosophy-grid     { grid-template-columns: 1fr; gap: 3rem; }
  .promise-grid        { grid-template-columns: 1fr 1fr; }
  .team-card--lead     { grid-column: span 2; }
}
@media (max-width: 768px) {
  :root { --nav-h: 72px; }
  .split                      { grid-template-columns: 1fr; gap: 3rem; }
  .split--flip .split__visual { order: 0; }
  .contact-grid               { grid-template-columns: 1fr; }
  .about-philosophy__grid     { grid-template-columns: 1fr; gap: 3rem; }
  .team-card--lead            { flex-direction: column; text-align: center; align-items: center; }
  .team-card--lead .team-avatar--about { margin: 0 auto; }
  .tele-grid                  { grid-template-columns: 1fr; }
  .cta-block__heading         { font-size: clamp(2.25rem, 8vw, 3.25rem); }
}
@media (max-width: 640px) {
  .section               { padding-block: 5rem; }
  .intro-section, .philosophy-section, .testimonial-section, .cta-block { padding-block: 6rem; }
  .page-hero             { padding-top: calc(var(--nav-h) + 3rem); padding-bottom: 5rem; }
  .services-grid         { grid-template-columns: 1fr; }
  .values-grid           { grid-template-columns: 1fr; }
  .team-grid             { grid-template-columns: 1fr; }
  .team-card--lead       { grid-column: span 1; }
  .footer__grid          { grid-template-columns: 1fr; }
  .team-teaser-grid      { grid-template-columns: repeat(2, 1fr); }
  .promise-grid          { grid-template-columns: 1fr; }
  .hero .container       { padding-block: 4rem 5rem; }
  .svc-detail            { padding-block: 5rem; }
}
