

/* ---------- Shared additions (used by home too — keep unscoped) ---------- */
.nav__links a.is-active { color: var(--sage-deep); }
.nav__links a.is-active::after { width: 100%; }
.footer__tag { color: var(--sand); font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 1.15rem; margin-bottom: 8px; }

/* ============================================================
   PAGE-SCOPED FOUNDATIONS
   ============================================================ */
.page { --gutter: clamp(64px, 9vw, 132px); }
.page section { position: relative; }

/* Eyebrow — leading rule (left) / flanked (centered) */
.page .eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.page .eyebrow::before { content: ""; width: 30px; height: 1.5px; background: var(--terracotta); flex: none; }
.page .eyebrow--center { justify-content: center; }
.page .eyebrow--center::after { content: ""; width: 30px; height: 1.5px; background: var(--terracotta); flex: none; }

/* Section header */
.page .section-head { max-width: 760px; margin: 0 auto clamp(44px, 5vw, 68px); text-align: center; }
.page .section-title { font-size: clamp(2.1rem, 4vw, 3.15rem); letter-spacing: -0.01em; }
.page .section-head > p { font-size: 1.08rem; margin-top: 16px; }

/* ---------- Image frame with gold corner brackets ---------- */
.frame { position: relative; }
.frame > .ph, .frame > img { position: relative; z-index: 1; }
.frame::before, .frame::after { content: ""; position: absolute; width: 62px; height: 62px; z-index: 2; pointer-events: none; }
.frame::before { top: -14px; left: -14px; border-top: 3px solid var(--terracotta); border-left: 3px solid var(--terracotta); border-radius: 4px 0 0 0; }
.frame::after { bottom: -14px; right: -14px; border-bottom: 3px solid var(--terracotta); border-right: 3px solid var(--terracotta); border-radius: 0 0 4px 0; }

/* ---------- Photo (fills its slot) ---------- */
.ph {
  --img: none;
  position: relative; width: 100%; border-radius: var(--radius-lg); overflow: hidden;
  background-image: var(--img),
    radial-gradient(80% 60% at 28% 18%, rgba(255,255,255,0.16), rgba(255,255,255,0) 60%),
    linear-gradient(150deg, var(--sage-soft) 0%, var(--sage) 58%, var(--sage-deep) 100%);
  background-size: cover, cover, cover; background-position: center;
  box-shadow: var(--shadow-lg);
  min-height: 380px; display: grid; place-items: center;
}
.ph--tall { min-height: 500px; }

/* ============================================================
   INTERIOR HERO
   ============================================================ */
.phero { padding: clamp(56px, 7vw, 108px) 0 var(--gutter);
  background:
    radial-gradient(60% 70% at 96% 4%, var(--sand-soft) 0%, rgba(239,231,215,0) 52%),
    radial-gradient(50% 60% at -4% 100%, rgba(71,104,143,0.10) 0%, rgba(71,104,143,0) 60%),
    var(--offwhite); }
.phero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.phero__title { font-size: clamp(2.6rem, 5vw, 4.1rem); line-height: 1.05; letter-spacing: -0.015em; margin-bottom: 24px; }
.phero__title .accent { color: var(--terracotta); }
.phero__lead { font-size: 1.15rem; max-width: 560px; margin-bottom: 32px; color: var(--ink-soft); }
.phero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.phero__media { align-self: stretch; }
.phero__media .ph { height: 100%; }

/* Centered hero (About / lead pages) */
.about-hero .phero__grid { grid-template-columns: 1fr; text-align: center; max-width: 860px; margin-inline: auto; }
.about-hero .phero__lead { margin-inline: auto; }
.about-hero .eyebrow { justify-content: center; }
.about-hero .eyebrow::after { content: ""; width: 30px; height: 1.5px; background: var(--terracotta); flex: none; }

/* ============================================================
   SPLIT (image + copy) — editorial, asymmetric
   ============================================================ */
.split { padding: var(--gutter) 0; }
.split--tint { background:
  radial-gradient(55% 60% at 100% 0%, rgba(231,220,196,0.35), rgba(231,220,196,0) 60%), var(--offwhite); }
.split--white { background: var(--white); }
.split__grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(44px, 6vw, 96px); align-items: center; }
.split--reverse .split__grid { grid-template-columns: 1.08fr 0.92fr; }
.split--reverse .split__media { order: 2; }
.split__media { align-self: stretch; }
.split__media .ph, .split__media > img { height: 100%; }
.split__title { font-size: clamp(2rem, 3.6vw, 2.9rem); letter-spacing: -0.01em; margin-bottom: 20px; }
.split__body { font-size: 1.06rem; }
.split__body p { margin-bottom: 15px; }

/* ---------- Numbered feature list (symptoms / understanding) ---------- */
.symptoms { display: flex; flex-direction: column; gap: 0; margin-top: 30px; counter-reset: sym; border-top: 1px solid var(--line); }
.symptom { display: flex; gap: 20px; align-items: baseline; padding: 20px 4px; border-bottom: 1px solid var(--line);
  counter-increment: sym; transition: padding-left 0.28s var(--ease); }
.symptom:hover { padding-left: 12px; }
.symptom__ico { flex: none; }
.symptom__ico::before { content: counter(sym, decimal-leading-zero); font-family: "Cormorant Garamond", serif; font-size: 1.5rem; font-weight: 600; color: var(--terracotta); }
.symptom h4 { font-family: "Inter", sans-serif; font-size: 1.08rem; font-weight: 600; color: var(--sage-deep); margin-bottom: 3px; }
.symptom p { font-size: 0.96rem; margin: 0; }

/* ============================================================
   CLINICAL APPROACH — light numbered cards
   ============================================================ */
.approach-sec { padding: var(--gutter) 0; background: var(--offwhite); }
.approach-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 8px; counter-reset: appr; }
.acard { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 40px 34px 34px; counter-increment: appr; overflow: hidden;
  transition: transform 0.32s var(--ease), box-shadow 0.32s var(--ease), border-color 0.32s var(--ease); }
.acard::before { content: counter(appr, decimal-leading-zero); position: absolute; top: 22px; right: 26px;
  font-family: "Cormorant Garamond", serif; font-size: 3.4rem; line-height: 1; color: var(--sand); font-weight: 600; }
.acard::after { content: ""; position: absolute; left: 0; top: 0; width: 3px; height: 0; background: var(--terracotta); transition: height 0.4s var(--ease); }
.acard:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.acard:hover::after { height: 100%; }
.acard h3 { font-size: 1.55rem; margin-bottom: 10px; max-width: 80%; }
.acard p { font-size: 0.99rem; }

/* ============================================================
   PULL QUOTE — full-bleed navy band
   ============================================================ */
.pullquote { padding: clamp(72px, 9vw, 128px) 0; background: linear-gradient(160deg, var(--sage-deep), var(--sage)); color: #fff; text-align: center; overflow: hidden; }
.pullquote::before { content: ""; position: absolute; inset: 0; background:
  radial-gradient(50% 60% at 15% 10%, rgba(201,168,106,0.16), rgba(201,168,106,0) 60%),
  radial-gradient(45% 50% at 90% 100%, rgba(231,220,196,0.12), rgba(231,220,196,0) 60%); }
.pullquote__inner { position: relative; max-width: 900px; margin-inline: auto; }

.pullquote__q { color: var(--terracotta); font-weight: 600; font-style: normal; font-size: 1.15em; line-height: 0; vertical-align: -0.28em; }
.pullquote__q:first-child { margin-right: 0.12em; }
.pullquote__q:last-child { margin-left: 0.12em; }
.pullquote p { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  line-height: 1.32; color: #fff; text-wrap: balance; }

/* ============================================================
   WHY — numbered blocks
   ============================================================ */
.whyblocks { display: flex; flex-direction: column; gap: 34px; counter-reset: why; }
.whyblock { position: relative; padding-left: 66px; counter-increment: why; }
.whyblock::before { content: counter(why, decimal-leading-zero); position: absolute; left: 0; top: -4px;
  font-family: "Cormorant Garamond", serif; font-size: 2.4rem; font-weight: 600; color: var(--terracotta); line-height: 1; }
.whyblock::after { content: ""; position: absolute; left: 15px; top: 40px; bottom: -34px; width: 1px; background: var(--line); }
.whyblock:last-child::after { display: none; }
.whyblock h3 { font-size: 1.55rem; margin-bottom: 8px; }
.whyblock p { font-size: 1.02rem; }

/* ============================================================
   CTA BAND (navy)
   ============================================================ */
.ctaband { overflow: hidden; text-align: center; color: #fff; padding: clamp(80px, 11vw, 140px) 0;
  background: linear-gradient(160deg, var(--sage-deep) 0%, var(--sage) 58%, #2a4a72 100%); }
.ctaband::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(52% 55% at 16% 12%, rgba(201,168,106,0.22), rgba(201,168,106,0) 60%),
              radial-gradient(48% 50% at 88% 100%, rgba(231,220,196,0.15), rgba(231,220,196,0) 60%); }
.ctaband__inner { position: relative; max-width: 720px; margin-inline: auto; }
.ctaband__title { color: #fff; font-size: clamp(2.2rem, 4.2vw, 3.4rem); letter-spacing: -0.01em; margin-bottom: 18px; }
.ctaband__eyebrow { color: var(--sand); justify-content: center; }
.ctaband__eyebrow::after { content: ""; width: 30px; height: 1.5px; background: var(--terracotta); flex: none; }
.ctaband p { color: rgba(255,255,255,0.85); font-size: 1.12rem; margin-bottom: 12px; }
.ctaband__emphasis { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 1.4rem; color: var(--sand); margin: 20px 0 8px; }
.ctaband__actions { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.ctaband__note { color: rgba(255,255,255,0.6); font-size: 0.92rem; margin-top: 24px; }

/* ============================================================
   ABOUT · Philosophy
   ============================================================ */
.philosophy { padding: var(--gutter) 0; background: var(--offwhite); }
.phil-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 1000px; margin-inline: auto; }
.phil-card { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 38px 38px;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.phil-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.phil-card__ico { width: 50px; height: 50px; border-radius: 14px; background: rgba(30,58,95,0.07);
  display: grid; place-items: center; margin-bottom: 20px; color: var(--sage); }
.phil-card__ico svg { width: 26px; height: 26px; }
.phil-card h3 { font-size: 1.5rem; margin-bottom: 10px; }
.phil-card p { font-size: 0.99rem; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-hero { background: linear-gradient(160deg, var(--sage-deep), var(--sage)); color: #fff; text-align: center;
  padding: clamp(64px, 8vw, 116px) 0 clamp(60px, 7vw, 104px); overflow: hidden; }
.contact-hero::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(50% 60% at 82% 8%, rgba(201,168,106,0.16), rgba(201,168,106,0) 60%); }
.contact-hero > .container { position: relative; }
.contact-hero .eyebrow { color: var(--sand); justify-content: center; }
.contact-hero .eyebrow::after { content: ""; width: 30px; height: 1.5px; background: var(--terracotta); flex: none; }
.contact-hero h1 { color: #fff; font-size: clamp(2.6rem, 5vw, 4rem); letter-spacing: -0.015em; margin-bottom: 20px; }
.contact-hero p { color: rgba(255,255,255,0.85); font-size: 1.14rem; max-width: 640px; margin-inline: auto; }

.contact-main { padding: var(--gutter) 0; margin-top: clamp(-80px, -6vw, -48px); }
.contact-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(28px, 3.5vw, 52px); align-items: start; }
.cform { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(30px, 3.4vw, 46px); box-shadow: var(--shadow-lg); }
.cform h2 { font-size: 2rem; margin-bottom: 6px; }
.cform__intro { font-size: 0.99rem; margin-bottom: 28px; }
.field { margin-bottom: 20px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field label { display: block; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.02em; color: var(--sage-deep); margin-bottom: 8px; }
.field input, .field textarea { width: 100%; font-family: "Inter", sans-serif; font-size: 1rem; color: var(--ink);
  padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--offwhite);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s; }
.field input::placeholder, .field textarea::placeholder { color: #9aa3ad; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(201,168,106,0.18); background: #fff; }
.field textarea { min-height: 140px; resize: vertical; }
.cform .btn { width: 100%; margin-top: 6px; }
.cform__privacy { text-align: center; font-size: 0.84rem; color: var(--ink-soft); margin-top: 14px; }
.cform__status { margin-top: 14px; padding: 12px 16px; border-radius: 10px; font-size: 0.95rem; text-align: center; }
.cform__status.is-ok { background: rgba(46, 125, 90, 0.10); border: 1px solid rgba(46, 125, 90, 0.35); color: #1f6a4b; }
.cform__status.is-err { background: rgba(178, 58, 58, 0.08); border: 1px solid rgba(178, 58, 58, 0.30); color: #9a3535; }

.contact-aside { display: flex; flex-direction: column; gap: 20px; }
.contact-aside .ph { min-height: 220px; }
.info-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 30px; box-shadow: var(--shadow-sm); }
.info-card h3 { font-size: 1.4rem; margin-bottom: 8px; }
.info-card p { font-size: 0.97rem; margin-bottom: 18px; }
.info-card--alert { background: rgba(201,168,106,0.10); border-color: rgba(201,168,106,0.4); }
.info-card--alert p { margin-bottom: 0; }
.info-card .btn { width: 100%; }

/* ============================================================
   PROCESS
   ============================================================ */
.expect { padding: var(--gutter) 0; background: var(--sage); color: #fff; overflow: hidden; }
.expect::before { content: ""; position: absolute; inset: 0; background: radial-gradient(45% 55% at 90% 6%, rgba(201,168,106,0.14), rgba(201,168,106,0) 60%); }
.expect > .container { position: relative; }
.expect .eyebrow { color: var(--sand); justify-content: center; }
.expect .eyebrow::after { content: ""; width: 30px; height: 1.5px; background: var(--terracotta); flex: none; }
.expect__head { text-align: center; max-width: 700px; margin: 0 auto clamp(40px, 5vw, 60px); }
.expect__head h2 { color: #fff; }
.expect__head p { color: rgba(255,255,255,0.78); margin-top: 14px; }
.expect-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.expect-item { display: flex; gap: 14px; align-items: flex-start; background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius); padding: 22px 24px; transition: background 0.25s, border-color 0.25s; }
.expect-item:hover { background: rgba(255,255,255,0.09); border-color: rgba(201,168,106,0.4); }
.expect-item .tick { background: rgba(201,168,106,0.28); }
.expect-item .tick::after { border-color: var(--sand); }
.expect-item span:last-child { font-size: 0.99rem; color: rgba(255,255,255,0.92); }

.step-sec { padding: clamp(52px, 6.5vw, 92px) 0; }
.step-sec:nth-of-type(even) { background: var(--offwhite); }
.pstep__num { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.pstep__badge { width: 58px; height: 58px; border-radius: 50%; background: var(--sage); color: #fff;
  display: grid; place-items: center; font-family: "Cormorant Garamond", serif; font-size: 1.7rem;
  box-shadow: 0 0 0 6px rgba(30,58,95,0.06); }
.pstep__label { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--terracotta); }
.pstep h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); letter-spacing: -0.01em; margin-bottom: 16px; }
.pstep__body { font-size: 1.05rem; margin-bottom: 22px; }
.checklist { list-style: none; display: flex; flex-direction: column; gap: 13px; }
.checklist li { display: flex; gap: 13px; align-items: flex-start; font-size: 0.99rem; color: var(--ink-soft); }
.checklist li .tick { flex: none; margin-top: 2px; }
.pstep .btn { margin-top: 28px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
.phero__grid, .split__grid, .split--reverse .split__grid, .contact-grid { grid-template-columns: 1fr; }.split--reverse .split__media { order: 0; }.split__media, .phero__media { width: 100%; max-width: 580px; margin-inline: auto; }.phero__media .ph, .split__media .ph, .split__media > img { width: 100%; min-height: 340px; height: auto; }.approach-cards, .expect-grid { grid-template-columns: 1fr 1fr; }.phil-grid { grid-template-columns: 1fr; }.contact-main { margin-top: clamp(-56px, -5vw, -40px); }
}
@media (max-width: 640px) {
.approach-cards, .expect-grid, .field-row { grid-template-columns: 1fr; }.phero__actions .btn, .ctaband__actions .btn { width: 100%; }.frame::before, .frame::after { width: 40px; height: 40px; }.frame::before { top: -10px; left: -10px; }.frame::after { bottom: -10px; right: -10px; }.acard h3 { max-width: 100%; }.phero__media .ph, .split__media .ph, .split__media > img, .contact-aside .ph { min-height: 280px; }
}

/* ============================================================
   LEGAL PAGES (Privacy Policy, HIPAA Notice)
   ============================================================ */
.legal-hero { padding: clamp(120px, 13vw, 168px) 0 clamp(30px, 4vw, 48px); text-align: center;
  background: radial-gradient(70% 90% at 50% 0%, var(--sand-soft) 0%, rgba(239,231,215,0) 60%), var(--offwhite); }
.legal-hero .container { max-width: 760px; }
.legal-hero .eyebrow { justify-content: center; }
.legal-hero .eyebrow::after { content: ""; width: 30px; height: 1.5px; background: var(--terracotta); flex: none; }
.legal-hero__title { font-size: clamp(2.4rem, 4.6vw, 3.5rem); line-height: 1.06; letter-spacing: -0.015em; margin-top: 4px; }
.legal-hero__lead { font-size: 1.12rem; color: var(--ink-soft); max-width: 600px; margin: 18px auto 0; line-height: 1.6; }
.legal-updated { display: inline-block; margin-top: 24px; font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink-soft); background: var(--white); border: 1px solid var(--line); border-radius: 100px; padding: 7px 18px; }

.legal { padding: clamp(44px, 6vw, 76px) 0 var(--gutter); }
.legal__inner { max-width: 720px; margin-inline: auto; color: var(--ink); font-size: 1.02rem; line-height: 1.78; }
.legal__inner > p:first-child { font-size: 1.12rem; color: var(--ink-soft); line-height: 1.7; }
.legal__inner h2 { font-size: clamp(1.35rem, 2.2vw, 1.7rem); color: var(--sage-deep); letter-spacing: -0.005em;
  margin: 0 0 16px; padding-top: 34px; margin-top: 44px; border-top: 1px solid var(--line); }
.legal__inner h2:first-of-type { border-top: none; padding-top: 0; margin-top: 20px; }
.legal__inner h3 { font-family: "Inter", sans-serif; font-size: 1.05rem; font-weight: 600; color: var(--sage-deep); margin: 28px 0 10px; }
.legal__inner p { margin-bottom: 18px; }
.legal__inner ul { margin: 0 0 22px; padding-left: 2px; list-style: none; }
.legal__inner li { position: relative; padding-left: 24px; margin-bottom: 11px; }
.legal__inner li::before { content: ""; position: absolute; left: 3px; top: 0.62em; width: 6px; height: 6px; border-radius: 50%; background: var(--terracotta); }
.legal__inner ul ul { margin: 11px 0 0; }
.legal__inner a { color: var(--terracotta-d); text-decoration: underline; text-underline-offset: 3px; }
.legal__inner a:hover { color: var(--sage-deep); }
.legal__inner strong { color: var(--sage-deep); font-weight: 600; }
.legal__callout { background: linear-gradient(150deg, var(--sage-deep), var(--sage)); color: #fff; border-radius: 14px;
  padding: 24px 28px; margin: 6px 0 28px; font-size: 0.92rem; font-weight: 500; letter-spacing: 0.03em; line-height: 1.7; }
.legal__contact { list-style: none; padding: 22px 26px; margin-top: 18px; border-left: 3px solid var(--terracotta);
  background: var(--offwhite); border-radius: 10px; }
.legal__contact li { padding-left: 0; margin-bottom: 6px; }
.legal__contact li::before { display: none; }
