/* A quieter reading rhythm for the therapy page. */
.therapy-page {
  --ink: #392d42;
  --purple: #72517e;
  --muted: #655e6c;
  --rose: #92677e;
  --line: #e6e0e9;
  --wash: #f7f5f9;
  color: var(--ink);
}
.therapy-page .section { padding-block: clamp(64px, 7vw, 108px); }
.therapy-page .eyebrow { font-size: .875rem; letter-spacing: .12em; margin-bottom: 20px; }
.therapy-page h2 { font-size: clamp(2.15rem, 3.5vw, 3.1rem); line-height: 1.22; text-wrap: balance; }
.therapy-page h3 { line-height: 1.3; text-wrap: balance; }
.therapy-page p { line-height: 1.85; }
.therapy-intro { padding-top: 36px; padding-bottom: 64px; }
.therapy-intro .back-link { font-size: .875rem; margin-bottom: 38px; }
.therapy-intro h1 { font-size: clamp(2.7rem, 5vw, 4.5rem); line-height: 1.15; letter-spacing: -.035em; }
.therapy-opening { gap: 64px; margin-top: 36px; align-items: start; }
.therapy-opening .lead { font-size: 1.25rem; line-height: 1.75; max-width: 500px; }
.therapy-opening strong { font-weight: 500; color: var(--ink); }
.therapy-keywords { gap: 12px 32px; padding-top: 24px; margin-top: 20px; font-size: .875rem; }
.therapy-keywords span { display: inline-flex; align-items: center; gap: 12px; }
.therapy-keywords span::before { content: ''; width: 16px; height: 1px; background: #b69cbe; }
.therapy-meta { background: #f2eef5; color: var(--ink); border-block: 1px solid #e8e0ed; }
.therapy-meta .section-heading { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: start; margin-bottom: 0; }
.therapy-meta .eyebrow { color: var(--purple); }
.therapy-meta h2 { margin-bottom: 0; }
.meta-description { color: var(--muted); max-width: none; }
.meta-description p:last-child { margin-bottom: 0; }
.reflection-grid { gap: 24px; margin-top: 44px; }
.reflection-grid article { background: #ffffffb8; border: 1px solid #e4dbe9; border-radius: 12px; padding: 28px; }
.reflection-grid .number { color: #84628f; font-size: 1.25rem; margin-bottom: 20px; }
.reflection-grid h3 { font-size: 1.5rem; margin-bottom: 16px; }
.reflection-grid p { color: var(--muted); margin-bottom: 0; }
.meta-caption { color: var(--muted); font-size: .9375rem; margin-top: 28px; max-width: 760px; }
.therapy-process { gap: 80px; grid-template-columns: .85fr 1.15fr; }
.process-title { align-self: start; }
.process-title p:last-child { max-width: 360px; }
.process-list li { padding-left: 58px; margin-bottom: 26px; padding-bottom: 26px; }
.process-list li::before { font-size: 1.25rem; color: #8a6c94; }
.process-list h3 { font-size: 1.5rem; }
.therapy-purpose { background: #faf9fb; border-block: 1px solid var(--line); }
.purpose-grid { gap: 36px 64px; margin-top: 40px; }
.purpose-grid article { border-color: #ded4e4; padding-top: 24px; }
.purpose-grid h3 { font-size: 1.55rem; margin-bottom: 16px; }
.purpose-grid p { margin-bottom: 16px; }
.therapy-page .text-link { line-height: 1.65; text-decoration: underline; text-decoration-color: #b9a4c1; text-underline-offset: 5px; border: 0; }
.therapy-scope { margin-top: 40px; font-size: .9375rem; }
.therapy-evidence { background: white; border: 0; }
.evidence-lead { color: var(--muted); font-size: 1.0625rem; max-width: 860px; }
.evidence-grid { margin-top: 40px; gap: 28px; }
.evidence-grid article { background: #f7f5f9; border-color: #e8e1ec; border-radius: 12px; padding: 34px; }
.evidence-grid h3 { font-size: 1.65rem; margin-bottom: 22px; }
.evidence-grid article p:last-child { margin-bottom: 0; }
.evidence-context { max-width: 900px; margin-top: 44px; padding-top: 34px; border-top: 1px solid var(--line); }
.evidence-context h3 { font-size: 1.6rem; }
.therapy-relationship { border-top: 1px solid var(--line); gap: 90px; }
.therapy-relationship img { height: 390px; border-radius: 120px 120px 12px 12px; object-position: center 35%; }
.therapy-relationship figcaption { font-size: .875rem; line-height: 1.65; }
.therapy-relationship .button { background: #5d406a; border-radius: 7px; padding: 16px 24px; line-height: 1.5; text-align: center; }
.therapy-relationship .button:hover { background: #493354; }
.therapy-reference { font-size: .9375rem; padding-bottom: 60px; }
.therapy-reading { border-top: 1px solid var(--line); }
.therapy-reading summary { color: var(--ink); font-size: 1rem; padding-block: 24px; }
.therapy-reading[open] summary { margin-bottom: 16px; }
@media (max-width: 1000px) {
  .therapy-meta .section-heading, .therapy-process, .therapy-relationship { gap: 40px; }
  .reflection-grid { gap: 16px; }
  .reflection-grid article { padding: 22px; }
}
@media (max-width: 720px) {
  .therapy-intro { padding-top: 26px; padding-bottom: 44px; }
  .therapy-intro h1 { font-size: clamp(2.45rem, 9.5vw, 3.35rem); }
  .therapy-page h2 { font-size: clamp(2rem, 7.8vw, 2.6rem); }
  .therapy-opening, .therapy-meta .section-heading, .therapy-process, .therapy-relationship { grid-template-columns: 1fr; gap: 26px; }
  .therapy-opening { margin-top: 26px; }
  .therapy-opening .lead { font-size: 1.125rem; margin-bottom: 0; }
  .therapy-keywords { gap: 10px 22px; }
  .therapy-meta .section-heading { margin-bottom: 0; }
  .reflection-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 30px; }
  .reflection-grid article { padding: 24px; }
  .reflection-grid .number { margin-bottom: 14px; }
  .process-title p:last-child { max-width: none; }
  .process-list li { padding-left: 42px; }
  .purpose-grid { gap: 28px; }
  .evidence-grid article { padding: 26px; }
  .therapy-relationship img { height: 365px; }
  .therapy-relationship .button { width: 100%; }
  .therapy-reference { padding-bottom: 40px; }
}
/* Distinct, soft color families for each reading card. */
.therapy-page .reflection-grid article,.therapy-page .purpose-grid article,.therapy-page .evidence-grid article{--card-accent:#826091;--card-bg:#f0e8f6;background:var(--card-bg);border:1px solid #ddd2e4;border-top:4px solid var(--card-accent);border-radius:16px;padding:28px;box-shadow:0 7px 20px #392d4207}
.therapy-page .reflection-grid article:nth-child(2),.therapy-page .purpose-grid article:nth-child(2n),.therapy-page .evidence-grid article:nth-child(2){--card-accent:#658b7c;--card-bg:#edf5ef;border-color:#cddfd4;border-top-color:var(--card-accent)}
.therapy-page .reflection-grid article:nth-child(3),.therapy-page .purpose-grid article:nth-child(3){--card-accent:#b37c68;--card-bg:#faf0e9;border-color:#ead7cb;border-top-color:var(--card-accent)}
.therapy-page .reflection-grid .number{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#fff;color:var(--card-accent);border:1px solid currentColor}
.therapy-page .purpose-grid{gap:24px}
.therapy-page .purpose-grid article h3{padding-bottom:16px;border-bottom:1px solid #392d4220}
.therapy-page .process-list li,.therapy-page .process-list li:last-child{padding:26px 26px 26px 80px;margin-bottom:18px;border:1px solid #ddd2e4;border-radius:14px;background:#f6f1f9}
.therapy-page .process-list li:nth-child(even){background:#eef5f2;border-color:#d2e1d9}
.therapy-page .process-list li::before{left:23px;top:25px;background:#fff;border:1px solid #ddd2e4;border-radius:50%;width:36px;height:36px;display:grid;place-items:center;font-size:1rem}
.therapy-page .evidence-context{max-width:none;padding:32px;background:#faf0e9;border:1px solid #ead7cb;border-left:5px solid #b37c68;border-radius:14px}
.therapy-page .evidence-context p:last-child{margin-bottom:0}
.therapy-page .therapy-opening>p{height:100%;max-width:none;margin:0;padding:28px;background:#f6f1f9;border:1px solid #e2d7e8;border-radius:14px}
.therapy-page .therapy-opening>p:last-child{background:#edf5f1;border-color:#d2e1d9}
.therapy-page .therapy-opening{gap:24px;align-items:stretch}
.therapy-page .therapy-reading{padding:0 26px 12px;border:1px solid #ddd2e4;border-radius:14px;background:#f7f4f9}
.therapy-page .therapy-keywords span{padding:8px 14px;border:1px solid #ddd2e4;border-radius:30px;background:#f7f3fa}
@media(max-width:720px){.therapy-page .reflection-grid article,.therapy-page .purpose-grid article,.therapy-page .evidence-grid article,.therapy-page .therapy-opening>p,.therapy-page .evidence-context{padding:24px}.therapy-page .process-list li,.therapy-page .process-list li:last-child{padding:68px 22px 24px}.therapy-page .process-list li::before{top:20px;left:22px}.therapy-page .therapy-reading{padding-inline:20px}}
