/* ============================================================
   Integral Path Counseling — new homepage (somatic / tech & high-pressure careers)
   Loads AFTER styles.css + modern.css. Extends the existing system only:
   same tokens, type, buttons, cards, accordions, bands.
   ============================================================ */

/* ---------- one shared type scale for this page ---------- */
/* v2.1: type scale, measure and header rhythm taken from the People-Pleasing page
   (h2/h3/.lead come straight from styles.css; eyebrows at that page's 16px). */
.eyebrow{ font-size:16px; }
.body-measure{ max-width:var(--measure); }
.body-measure.center-measure{ margin-left:auto; margin-right:auto; }
.section-head{ margin-bottom:2.4rem; }
.wrap > .section-head{ margin-bottom:2.6rem; }
.section-head .lead{ margin-top:1.4rem; }
/* body copy: same size and leading as that page's reading column */
.copy-stack p{ font-size:1.08rem; line-height:1.65; }
.copy-stack p + p{ margin-top:1.15rem; }
.copy-stack p.lead-p{ font-size:clamp(1.1rem,1.6vw,1.32rem); line-height:1.6; color:var(--ink); }
.cta-after{ margin-top:clamp(2rem,3.4vw,2.8rem); text-align:center; }

/* CTA text stays white in every state */
.btn, .btn:link, .btn:visited, .btn:hover, .btn:focus, .btn:focus-visible, .btn:active{ color:#fff; }
.btn:hover, .btn:focus-visible{ background:#5E6B49; filter:none; transform:translateY(-1px);
  box-shadow:0 18px 34px -18px color-mix(in srgb, var(--sage) 78%, transparent); }
.btn:active{ transform:translateY(0); }

/* ---------- nav: Specialties dropdown ---------- */
.nav-item{ position:relative; display:flex; align-items:center; }
.drop-toggle{ display:inline-flex; align-items:center; gap:.4rem; background:none; border:none; cursor:pointer;
  font-family:"Work Sans",sans-serif; font-size:.94rem; font-weight:500; color:var(--ink); opacity:.82;
  padding:6px 0; line-height:1.4; transition:opacity .15s, color .15s; }
.drop-toggle:hover{ opacity:1; color:var(--accent); }
.drop-toggle .chev{ width:11px; height:11px; border-right:1.6px solid currentColor; border-bottom:1.6px solid currentColor;
  transform:rotate(45deg) translate(-2px,-2px); transition:transform .2s ease; }
.drop-toggle[aria-expanded="true"] .chev{ transform:rotate(225deg) translate(-2px,-2px); }
.drop-menu{ position:absolute; top:calc(100% + 14px); left:-18px; min-width:262px; margin:0; padding:8px;
  list-style:none; background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  box-shadow:0 18px 44px -22px rgba(60,55,50,.5); display:none; z-index:60; }
.drop-menu.open{ display:block; }
.drop-menu a{ display:block; padding:11px 14px; border-radius:12px; font-size:.96rem; opacity:1;
  color:var(--ink); text-decoration:none; }
.drop-menu a:hover, .drop-menu a:focus-visible{ background:color-mix(in srgb,var(--panel) 70%, transparent); color:var(--accent); }
.drop-menu a::after{ display:none; }

@media (max-width:1040px){
  .nav-item{ display:block; }
  .drop-toggle{ font-size:1rem; padding:2px 0; }
  .drop-menu{ position:static; min-width:0; margin:.5rem 0 .2rem; padding:0 0 0 4px;
    background:none; border:none; box-shadow:none; border-left:2px solid var(--line); border-radius:0; }
  .drop-menu a{ padding:9px 12px; }
}

/* ---------- header lockup: subtitle as one continuous readable line ---------- */
.brand-sub{ font-size:11px; line-height:1.35; letter-spacing:.01em; word-spacing:normal;
  text-align:left; text-align-last:auto; white-space:nowrap; }
@media (max-width:640px){
  .brand{ flex-shrink:1; min-width:0; }
  .brand-name{ font-size:1.22rem; white-space:nowrap; }
  .brand-sub{ font-size:9px; white-space:normal; text-align:justify; text-align-last:justify; }
}
@media (max-width:360px){
  .brand-name{ font-size:1.08rem; }
  .brand-sub{ font-size:8px; }
}
/* phones: short subtitle variant — keeps the sub-line narrower than the name */
.brand-sub .sub-short{ display:none; }
@media (max-width:640px){
  .brand-sub .sub-full{ display:none; }
  .brand-sub .sub-short{ display:inline; }
}

/* ---------- hero: editorial two-column, copy left / portrait right ---------- */
.hero-v2{ background:#F5F1E8; padding:clamp(32px,4vh,52px) 24px clamp(32px,4vh,52px); }
.hero-v2 .hero-inner{ max-width:var(--maxw); margin:0 auto; display:grid;
  grid-template-columns:minmax(0,1fr) clamp(300px,30vw,405px); align-items:center; gap:64px; }
.hero-copy{ display:flex; flex-direction:column; align-items:center; text-align:center; }
.hero-v2 h1{ font-family:"Lora",Georgia,serif; font-weight:600; color:#3C3732;
  font-size:clamp(2.3rem,3.3vw,3rem); line-height:1.08; letter-spacing:-.042em;
  text-wrap:pretty; margin:0; max-width:none; }
.hero-v2 h1 .nb{ white-space:nowrap; }
/* forced two-line structure only where both lines fit */
.hero-v2 .db{ display:none; }
@media (min-width:1120px){ .hero-v2 .db{ display:inline; } }
.hero-v2 .hero-sub{ font-family:"Work Sans",system-ui,sans-serif; color:#3C3732; font-weight:500;
  font-size:clamp(1.15rem,1.5vw,1.4rem); line-height:1.55; margin:1.4rem 0 0; max-width:none; }
@media (min-width:1120px){ .hero-v2 .hero-sub .q{ white-space:nowrap; } }
.hero-v2 .hero-line{ font-family:"Lora",Georgia,serif; font-style:italic; font-weight:500; color:#6B7A53;
  font-size:clamp(1.4rem,1.9vw,1.7rem); line-height:1.3; margin:1.5rem 0 0; }
.hero-v2 .btn{ margin:30px auto 0; background:#6B7A53; border-color:#6B7A53; color:#fff;
  font-family:"Work Sans",system-ui,sans-serif; }
.hero-v2 .btn:hover,.hero-v2 .btn:focus-visible{ background:#5C6B46; border-color:#5C6B46; color:#fff; }
.hero-media{ width:100%; max-width:405px; margin-left:auto; aspect-ratio:4/5;
  border-radius:26px; overflow:hidden; }
.hero-media img{ width:100%; height:100%; object-fit:cover; object-position:82% 50%; display:block; }

@media (max-width:900px){
  .hero-v2{ padding:clamp(28px,6vw,44px) 22px clamp(32px,6vw,48px); }
  .hero-v2 .hero-inner{ grid-template-columns:1fr; gap:clamp(28px,6vw,40px); }
  .hero-v2 h1{ font-size:clamp(2.05rem,7.4vw,2.6rem); max-width:none; }
  .hero-v2 .hero-sub{ font-size:1.1rem; max-width:none; }
  .hero-v2 .hero-line{ font-size:clamp(1.3rem,4.8vw,1.5rem); }
  /* even vertical rhythm: one gap value between every hero line */
  .hero.hero-v2 .hero-copy .hero-eyebrow{ margin-bottom:0 !important; }
  .hero.hero-v2 .hero-copy h1{ margin:1.15rem 0 0 !important; text-wrap:wrap; text-wrap-style:auto; }
  .hero.hero-v2 .hero-copy .hero-sub,
  .hero.hero-v2 .hero-copy .hero-line{ margin-top:1.15rem; }
  .hero.hero-v2 .hero-copy > .btn{ margin-top:1.7rem; }
  .hero-media{ max-width:400px; margin:0 auto; aspect-ratio:4/5; }
}

/* ---------- recognition ---------- */
.recog-intro{ max-width:var(--measure); margin:0 auto; text-align:center; }
/* list metrics match .feel-list on the People-Pleasing page */
.recog-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:1.35rem 2.6rem;
  list-style:none; margin:2rem 0 0; padding:0; }
.recog-grid li{ position:relative; padding-left:2.4rem; font-size:1.08rem; line-height:1.55; }
.recog-grid li::before{ content:""; position:absolute; left:0; top:.58em; width:10px; height:10px;
  background:var(--accent); border-radius:2px; transform:rotate(45deg); }
/* closing line = that page's quiet .deeper-close treatment */
.recog-close{ margin:2.2rem auto 0; max-width:var(--measure); text-align:center;
  font-size:1.08rem; line-height:1.65; color:var(--muted); text-wrap:pretty; }
@media (max-width:760px){ .recog-grid{ grid-template-columns:1fr; gap:1.15rem; } }

/* ---------- pull quote (Beyond Analysis) ---------- */
.pullquote, .copy-stack p.pullquote{ font-family:"Lora",Georgia,serif; font-size:clamp(1.5rem,2.6vw,2.1rem);
  line-height:1.32; color:var(--ink); text-wrap:balance; margin:1.8rem 0; padding-left:1.6rem;
  border-left:3px solid var(--accent); }
.copy-stack > * + *{ margin-top:1.15rem; }
.copy-stack p{ margin:0; }

/* ---------- no performance: three statements ---------- */
.stmts{ display:grid; gap:14px; margin:clamp(2rem,3.2vw,2.6rem) 0; }
.stmt{ background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  padding:22px 26px 22px 30px; position:relative; font-family:"Lora",Georgia,serif;
  font-size:clamp(1.12rem,1.65vw,1.32rem); line-height:1.4; color:var(--ink); }
.stmt::before{ content:""; position:absolute; left:0; top:14px; bottom:14px; width:3px;
  background:var(--sage); border-radius:3px; }

/* ---------- what can change ---------- */
.outcomes-lead{ max-width:var(--measure); margin:0 auto 2.6rem; }
.outcomes-lead .emph{ font-weight:600; color:var(--ink); }
/* outcome cards keep the shared .outcome h3 (Lora 1.28rem) from styles.css */
.outcomes-after{ max-width:var(--measure); margin:2.2rem auto 0; text-align:center;
  color:var(--muted); font-size:1.08rem; line-height:1.65; }

/* ---------- about: 60/40, top aligned, sticky visual column ---------- */
.about-grid{ display:grid; grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);
  gap:clamp(32px,4.6vw,64px); align-items:start; }
.about-media{ position:sticky; top:104px; }
.about-media .media-frame{ width:100%; }
.about-media img{ width:100%; height:auto; aspect-ratio:2/3; object-fit:cover; object-position:center 12%; }
.cred-card{ background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  padding:20px 22px; margin-top:16px; font-size:.98rem; line-height:1.6; color:var(--muted); }
.cred-card strong{ color:var(--ink); }
.about-copy{ max-width:var(--measure); }
/* 18px / 1.55 with tighter paragraph gaps, as on the People-Pleasing page */
.about-copy p{ font-size:18px; line-height:1.55; }
.copy-stack.about-copy > * + *{ margin-top:.8rem; }
@media (max-width:900px){
  .about-grid{ grid-template-columns:1fr; gap:28px; }
  .about-media{ position:static; order:-1; }
  .about-media img{ aspect-ratio:4/3; object-position:center 14%; }
  .cred-card{ margin-top:24px; order:2; }
}

/* ---------- starting therapy together: original timeline + disclosures ---------- */
.steps-v2 .step{ position:relative; z-index:1; }
@media (min-width:760px){ #working-together .step .n{ box-shadow:0 0 0 6px var(--panel); } }
.step-detail{ margin-top:.9rem; }
.step-detail > summary{ list-style:none; display:inline-flex; align-items:center; gap:.5rem; cursor:pointer;
  font-family:"Work Sans",sans-serif; font-size:.92rem; font-weight:600; letter-spacing:.02em;
  color:var(--accent); padding:6px 4px; border-radius:10px; }
.step-detail > summary::-webkit-details-marker{ display:none; }
.step-detail .disc{ width:22px; height:22px; border-radius:50%; border:1.5px solid var(--accent);
  position:relative; flex:0 0 22px; transition:background .2s ease; }
.step-detail .disc::before, .step-detail .disc::after{ content:""; position:absolute; inset:0; margin:auto;
  background:var(--accent); transition:opacity .2s ease, background .2s ease; }
.step-detail .disc::before{ width:9px; height:1.5px; }
.step-detail .disc::after{ width:1.5px; height:9px; }
.step-detail[open] .disc{ background:var(--accent); }
.step-detail[open] .disc::before{ background:#fff; }
.step-detail[open] .disc::after{ opacity:0; }
.step-detail[open] .lbl-more{ display:none; }
.lbl-less{ display:none; }
.step-detail[open] .lbl-less{ display:inline; }
.step-body{ margin:.9rem auto 0; max-width:32ch; background:var(--card); border:1px solid var(--line);
  border-radius:var(--r); padding:18px 20px; text-align:left; color:var(--muted);
  font-size:.98rem; line-height:1.6; }
@media (max-width:900px){ .step-body{ max-width:none; } }

/* ---------- fees / location / faq spacing ---------- */
#fees .fee-box{ background:var(--card); }
#faq{ padding-bottom:clamp(56px,6vw,72px); }

/* ---------- final CTA ---------- */
/* Schedule: the People-Pleasing band composition — panel background, open card,
   no portrait behind it. */
.cta-v2{ background:var(--bg); }
.cta-v2 .cta-card{ background:transparent; border:none; box-shadow:none;
  max-width:none; margin:0 auto; padding:clamp(40px,6vw,72px); }
.cta-v2 .cta-card h2{ margin-bottom:1rem; }
.cta-v2 .cta-copy{ max-width:46ch; margin:1.2rem auto 2rem; color:var(--muted);
  font-size:clamp(1.15rem,1.7vw,1.4rem); line-height:1.6; }
.cta-v2 .cta-copy p + p{ margin-top:.9rem; }

/* ---------- links ---------- */
a{ color:var(--sage); }
a:hover{ color:var(--clay); }
.nav-links a, .drop-menu a, .footer a, .btn, .brand{ color:inherit; }
.nav-links a{ color:var(--ink); }

/* ---------- mobile type polish ---------- */
@media (max-width:640px){
  .section{ padding:calc(64px * var(--space)) 20px; }
  .recog-grid li, .copy-stack p{ font-size:1rem; }
  .about-copy p{ font-size:16px; }
  .copy-stack p.lead-p, .recog-close{ font-size:1.1rem; }
  .stmt{ font-size:1.08rem; padding:18px 20px 18px 24px; }
  .pullquote, .copy-stack p.pullquote{ font-size:1.5rem; padding-left:1.1rem; }
}

@media (prefers-reduced-motion: reduce){
  .btn:hover, .btn:focus-visible{ transform:none; }
  html{ scroll-behavior:auto; }
}
