/* Specialty landing pages (Therapy for Men, Somatic Therapy) — shared layer.
   Loads after styles.css + modern.css + homepage-v2-1.css, so the v2.1 hero,
   type scale and section rhythm all carry over unchanged. */

/* hero: eyebrow above the headline, extra breathing room top and bottom */
.hero-v2{ padding-top:clamp(48px,6.5vh,84px); padding-bottom:clamp(52px,7vh,92px); }
.hero-v2 .hero-eyebrow{ font-family:"Work Sans",system-ui,sans-serif; font-weight:600; font-size:14px;
  letter-spacing:.24em; text-transform:uppercase; color:var(--accent); margin:0 0 1.1rem; }
.trust-row{ display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:.55rem .9rem; margin:1.6rem 0 0; }
.trust-row .score{ font-family:"Lora",Georgia,serif; font-weight:600; font-size:1.12rem; color:var(--ink); }
.trust-row .stars{ color:var(--accent); letter-spacing:.16em; font-size:1rem; }
.trust-row .label{ font-family:"Work Sans",system-ui,sans-serif; font-size:.95rem; color:var(--muted); }

/* Google review badge — all metrics in em off one font-size, so the whole badge
   (logo, rating, label, padding) scales together. 11.2px = 70% of the snippet's 16px base. */
.ipc-google-badge{ font-size:11.2px; display:inline-flex; align-items:center; gap:.75em; box-sizing:border-box;
  min-height:4em; padding:.625em 1.25em .625em .875em; color:var(--ink); background:#fff;
  border:1px solid rgba(60,55,50,.08); border-radius:999px;
  box-shadow:0 1px 2px rgba(60,55,50,.08), 0 6px 18px rgba(60,55,50,.12);
  font-family:"Work Sans",system-ui,sans-serif; text-decoration:none; max-width:100%; cursor:default;
  transition:transform .15s ease, box-shadow .15s ease; }
.ipc-google-badge:hover{ transform:translateY(-2px);
  box-shadow:0 2px 5px rgba(60,55,50,.08), 0 12px 28px rgba(60,55,50,.18); }
.ipc-google-badge__logo{ width:1.94em; height:1.94em; flex:0 0 1.94em; }
.ipc-google-badge__content{ display:flex; flex-direction:column; align-items:flex-start; gap:.125em; line-height:1.1; }
.ipc-google-badge__rating{ display:flex; align-items:center; gap:.44em; }
.ipc-google-badge__score{ color:var(--ink); font-size:1.125em; font-weight:600; }
.ipc-google-badge__stars{ color:#FBBC04; font-size:1.125em; letter-spacing:.0625em; white-space:nowrap; }
.ipc-google-badge__trust{ color:var(--muted); font-size:.75em; letter-spacing:.015em; white-space:nowrap; }
@media (max-width:420px){ .ipc-google-badge{ font-size:10.2px; } }
@media (prefers-reduced-motion:reduce){ .ipc-google-badge{ transition:none; } }

/* quote bands: the sage endorse band, used for the borrowed lines */
.quote-band .endorse blockquote{ font-size:clamp(1.35rem,2.4vw,1.95rem); }
.quote-band .endorse figcaption{ letter-spacing:.14em; }

/* clinician endorsement variant of the quote band */
.quote-band.clinician .endorse{ max-width:none; }
.quote-band.clinician .endorse-label{ margin:0 0 .9rem; font-family:"Work Sans",system-ui,sans-serif; font-style:normal;
  font-size:.78rem; font-weight:600; letter-spacing:.2em; text-transform:uppercase; opacity:.72; }
.quote-band.clinician .endorse blockquote{ font-size:clamp(1.3rem,2.1vw,1.7rem); max-width:60ch; margin-inline:auto; text-wrap:pretty; }
.quote-band.clinician .endorse figcaption{ font-family:"Work Sans",system-ui,sans-serif; font-style:normal;
  font-size:.92rem; letter-spacing:.06em; }

/* three doorways — circular photo, ring, hairline connector, two lines of copy */
.doorways{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(24px,3vw,44px);
  margin-top:clamp(2.4rem,4vw,3.4rem); position:relative; }
.doorway{ display:flex; flex-direction:column; align-items:center; text-align:center; position:relative; }
.dw-photo{ position:relative; width:clamp(150px,15.5vw,208px); aspect-ratio:1; border-radius:50%;
  overflow:hidden; z-index:1; box-shadow:0 18px 40px -22px rgba(60,55,50,.55);
  transition:transform .45s cubic-bezier(.22,.61,.36,1), box-shadow .45s ease; }
.dw-photo img{ width:100%; height:100%; object-fit:cover; display:block;
  transition:transform .6s cubic-bezier(.22,.61,.36,1); }
.doorway:hover .dw-photo{ transform:translateY(-4px); box-shadow:0 26px 50px -24px rgba(60,55,50,.6); }
.doorway:hover .dw-photo img{ transform:scale(1.07); }
/* thin ring offset outside the photo */
.doorway::before{ content:""; position:absolute; top:calc(clamp(150px,15.5vw,208px) * -0.045);
  width:calc(clamp(150px,15.5vw,208px) * 1.09); aspect-ratio:1; border-radius:50%;
  border:1px solid color-mix(in srgb, var(--clay) 45%, transparent);
  transition:transform .45s cubic-bezier(.22,.61,.36,1), border-color .45s ease; }
.doorway:hover::before{ transform:scale(1.05); border-color:var(--clay); }
/* hairline linking the three circles */
.doorway + .doorway::after{ content:""; position:absolute; top:calc(clamp(150px,15.5vw,208px) / 2);
  right:calc(50% + clamp(150px,15.5vw,208px) * .62); width:calc(100% - clamp(150px,15.5vw,208px) * 1.09);
  height:1px; background:var(--line); }
.doorway h3{ font-family:"Lora",Georgia,serif; font-size:clamp(1.24rem,1.9vw,1.46rem); line-height:1.25;
  margin:1.6rem 0 .65rem; max-width:22ch; min-height:2.5em; display:flex; align-items:center; }
.doorway p{ color:var(--muted); font-size:1.02rem; line-height:1.6; margin:0; max-width:30ch; }
#work-on .outcome{ position:relative; }
#work-on .outcome::before{ content:""; position:absolute; top:-1px; left:34px; right:34px; height:2px;
  background:var(--clay); border-radius:2px; }
#is-this-you .doorway h3{ max-width:none; }
#how-it-works .acc{ display:grid; grid-template-columns:repeat(2,1fr); gap:16px; align-items:start; }
#how-it-works .narrow{ max-width:900px; }
@media (max-width:900px){ #how-it-works .acc{ grid-template-columns:1fr; } }
@media (min-width:901px){ #how-it-works .acc-sub{ font-size:.95rem; white-space:nowrap; } }
#is-this-you .doorway p{ max-width:34ch; }
@media (prefers-reduced-motion:reduce){
  .dw-photo,.dw-photo img,.doorway::before{ transition:none; }
  .doorway:hover .dw-photo,.doorway:hover .dw-photo img,.doorway:hover::before{ transform:none; }
}

/* what we work on — six cards, three up */
.outcomes.three{ grid-template-columns:repeat(3,1fr); }
.outcomes.three .outcome{ padding:clamp(24px,2.4vw,30px); }
/* two-line heading box so every card's body copy shares a baseline */
.outcomes.three .outcome h3{ min-height:2.5em; display:flex; align-items:flex-start; }

/* begin the work: one card, photo panel left with quote overlay, offer right */
#begin .intro-card{ display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);
  background:var(--card); border:1px solid var(--line); border-radius:var(--r-lg); overflow:hidden;
  box-shadow:0 30px 60px -40px rgba(60,55,50,.5); margin-top:clamp(2rem,3.4vw,2.8rem); }
.intro-photo{ position:relative; min-height:clamp(360px,42vw,540px); }
.intro-photo img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; }
.intro-photo::after{ content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(28,25,22,0) 38%, rgba(28,25,22,.34) 62%, rgba(28,25,22,.84) 100%); }
.intro-quote{ position:absolute; left:clamp(24px,2.6vw,36px); right:clamp(24px,2.6vw,36px);
  bottom:clamp(26px,2.8vw,38px); z-index:1; margin:0; }
.intro-quote blockquote{ margin:0; font-family:"Lora",Georgia,serif; font-style:italic; font-weight:500;
  color:#fff; font-size:clamp(1.18rem,1.85vw,1.5rem); line-height:1.34; text-wrap:pretty; }
.intro-quote figcaption{ margin-top:.85rem; font-family:"Work Sans",system-ui,sans-serif; font-size:.82rem;
  font-weight:600; letter-spacing:.2em; text-transform:uppercase; color:#E8C7A8; }
.intro-quote figcaption::before{ content:"— "; }
.intro-body{ padding:clamp(30px,3.4vw,48px); display:flex; flex-direction:column; align-items:center; text-align:center; }
.intro-body h3{ font-family:"Lora",Georgia,serif; font-size:clamp(1.4rem,2.3vw,1.72rem); margin:0 0 1rem; }
.intro-body p{ color:var(--muted); font-size:1.05rem; line-height:1.68; margin:0; max-width:46ch; }
.check-list{ list-style:none; margin:1.7rem 0 1.9rem; padding:0; display:grid; gap:.8rem; text-align:left; }
.check-list li{ position:relative; padding-left:2.15rem; font-size:1.04rem; line-height:1.5; color:var(--ink); }
.check-list li::before{ content:""; position:absolute; left:0; top:.02em; width:1.35rem; height:1.35rem;
  border-radius:50%; background:color-mix(in srgb, var(--sage) 16%, transparent); }
.check-list li::after{ content:""; position:absolute; left:.44rem; top:.5em; width:.5rem; height:.28rem;
  border-left:2px solid var(--sage); border-bottom:2px solid var(--sage); transform:rotate(-45deg); }
.intro-body .btn{ margin-top:auto; }

@media (max-width:900px){
  .hero-v2{ padding-top:clamp(36px,7vw,56px); padding-bottom:clamp(40px,7.5vw,60px); }
  .doorways{ grid-template-columns:1fr; gap:44px; }
  .doorway + .doorway::after{ display:none; }
  .dw-photo{ width:190px; }
  .doorway::before{ top:-9px; width:207px; }
  .outcomes.three{ grid-template-columns:1fr; }
  #begin .intro-card{ grid-template-columns:1fr; }
  /* card padding leaves the CTA too little room at 400-430px: keep it on one line */
  .intro-body .btn.lg{ width:100%; white-space:nowrap; font-size:1rem; padding-left:1rem; padding-right:1rem; }
  .intro-photo{ min-height:300px; }
}

/* opening Jung quote: sized and measured to break as two lines on desktop */
#opening-quote .endorse{ max-width:none; }
#opening-quote blockquote{ text-wrap:balance; }
@media (min-width:1000px){
  #opening-quote blockquote{ font-size:1.5rem; line-height:1.45; max-width:66ch; margin:0 auto; }
}
@media (min-width:1240px){
  #opening-quote blockquote{ font-size:1.62rem; max-width:70ch; }
}

/* ---------- testimonials: circular image + five stars above each quote ---------- */
#testimonials .trust-row{ margin:1.5rem 0 0; }
#testimonials .quotes.three{ align-items:stretch; gap:clamp(20px,2.4vw,28px); }
#testimonials .quote{ display:flex; flex-direction:column; align-items:center; text-align:center;
  padding:clamp(30px,3vw,40px) clamp(24px,2.6vw,34px) clamp(26px,2.6vw,34px); }
#testimonials .quote::before{ display:none; }
#testimonials .q-avatar{ width:clamp(84px,7vw,104px); aspect-ratio:1; border-radius:50%; overflow:hidden;
  flex:0 0 auto; box-shadow:0 8px 22px -14px rgba(60,55,50,.55); }
#testimonials .q-avatar img{ width:100%; height:100%; object-fit:cover; display:block; }
#testimonials .q-stars{ color:var(--clay); letter-spacing:.22em; font-size:1.02rem; font-style:normal;
  margin:1.05rem 0 1.15rem; line-height:1; }
#testimonials .quote p:not(.q-stars){ font-size:1.08rem; line-height:1.62; }
#testimonials .quote cite{ margin-top:auto; padding-top:1.3rem; }
@media (max-width:900px){
  #testimonials .quote{ padding:clamp(26px,6vw,34px) clamp(22px,5vw,30px); }
  #testimonials .q-avatar{ width:92px; }
}

/* ---------- FAQ: benefits checker inside the fee answer ---------- */
#faq .faq-check{ display:flex; flex-wrap:wrap; align-items:center; gap:.7rem 1.1rem; margin-top:1.2rem; }
#faq .check-btn{ display:inline-flex; align-items:center; gap:.6rem; font-family:"Work Sans",system-ui,sans-serif;
  font-weight:600; font-size:1rem; background:transparent; color:var(--sage); text-decoration:none;
  padding:.8em 1.6em; border-radius:999px; border:1.5px solid var(--sage);
  transition:background .15s ease, color .15s ease, transform .15s ease; }
#faq .check-btn:hover{ background:var(--sage); color:#fff; transform:translateY(-1px); }
#faq .check-btn svg{ width:16px; height:16px; }
#faq .faq-check-note{ color:var(--muted); font-size:.95rem; line-height:1.5; }

/* ---------- schedule: scheduler embed, no sales copy ---------- */
#schedule .sched-embed{ max-width:900px; margin:clamp(1.4rem,2.4vw,2rem) auto 0;
  background:var(--card); border:1px solid var(--line); border-radius:var(--r-lg); overflow:hidden;
  box-shadow:0 30px 60px -40px rgba(60,55,50,.5); }
#schedule .sched-embed{ padding:clamp(10px,1.4vw,18px); }
#schedule .sched-reassure{ text-align:center; color:var(--muted); font-size:1.02rem; margin:1.4rem 0 0; }

/* ---------- about: lead paragraph set larger, name plate under the portrait ---------- */
#about .about-copy{ margin-top:1.5rem; }
#about .about-intro{ font-size:clamp(1.24rem,1.7vw,1.4rem); line-height:1.5; font-weight:600; color:var(--ink);
  margin-bottom:1.5rem; text-wrap:pretty; }
#about .about-copy strong{ color:var(--ink); font-weight:600; }
#about .cred-card{ text-align:center; font-family:"Work Sans",system-ui,sans-serif; font-size:1.02rem;
  font-weight:600; letter-spacing:.02em; color:var(--ink); }
/* portrait: wider column, full frame (no crop), plain centered name beneath */
#about .about-grid{ grid-template-columns:minmax(0,1fr) minmax(0,.92fr); align-items:start; }
#about .about-media{ display:flex; flex-direction:column; align-items:center; }
#about .about-media .media-frame{ width:100%; display:flex; justify-content:center; margin-inline:auto; }
#about .about-name{ max-width:430px; margin-inline:auto; }
#about .about-media img{ aspect-ratio:auto; height:auto; width:auto; max-width:100%; object-fit:contain; object-position:center; }
#about .about-name{ margin:1rem 0 0; text-align:center; font-family:"Work Sans",system-ui,sans-serif;
  font-size:1.02rem; font-weight:600; letter-spacing:.02em; color:var(--ink); max-width:100%; }
@media (max-width:900px){
  #about .about-grid{ grid-template-columns:1fr; }
  #about .about-media{ max-width:420px; margin:0 auto; }
  #about .about-name{ width:auto !important; max-width:100%; }
}
/* phones: crop the portrait to a headshot banner, as on the men's page */
@media (max-width:640px){
  #about .about-media{ max-width:none; }
  #about .about-media img{ width:100%; height:auto; aspect-ratio:16/10; max-height:260px;
    object-fit:cover; object-position:center 18%; }
}

/* How I work intro copy: tighter on phones, no orphaned last word */
@media (max-width:640px){
  #how-it-works .lead.measure{ font-size:16.5px !important; line-height:1.55; text-wrap:pretty; }
}
