/* Editorial reading surface for the intervention series; no global overrides. */
.interventions-article-page { background: #fafbf7; color: #24302d; }
.interventions-article-page main { max-width: 1180px; margin: auto; padding: 0 40px 72px; overflow: visible; }
.interventions-article-page h1,.interventions-article-page h2,.interventions-article-page h3 { font-family: Manrope, system-ui, sans-serif; color: #283e33; }
.article-breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; padding: 28px 0 36px; font-size: .86rem; color: #53655c; }
.article-breadcrumbs a { text-underline-offset: 4px; }
.reading-layout { display: grid; grid-template-columns: 236px minmax(0, 720px); gap: clamp(32px, 6vw, 80px); align-items: start; }
.reading-sidebar { position: sticky; top: 100px; max-height: calc(100dvh - 124px); overflow-y: auto; }
.article-toc { border-bottom: 1px solid #d6dfd4; padding-bottom: 18px; scroll-margin-top: 100px; }
.article-toc summary { cursor: pointer; font-weight: 750; color: #344d3d; padding: 12px 4px; }
.article-toc nav { display: grid; gap: 4px; margin-top: 10px; }
.article-toc a { display: block; border-left: 3px solid transparent; padding: 10px 12px; border-radius: 0 6px 6px 0; color: #526159; font-size: .87rem; text-decoration: none; line-height: 1.5; }
.article-toc a:hover { background: #edf1e8; color: #283e33; }
.article-toc a[aria-current="location"] { border-left-color: #547a82; background: #eaf0ee; color: #243c36; font-weight: 750; }
.article-series { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 22px; font-size: .83rem; }
.article-series span { width: 100%; color: #53655c; margin-bottom: 4px; }
.article-series a { min-height: 44px; padding: 9px 12px; border: 1px solid #ccd8cc; border-radius: 6px; text-decoration: none; }
.article-series a[aria-current="page"] { background: #344d3d; color: white; border-color: #344d3d; }
.reading-article { min-width: 0; font-size: 1.08rem; line-height: 1.8; }
.reading-hero { margin: 0 0 34px; padding: 0 0 28px; border-bottom: 1px solid #d6dfd4; }
.reading-eyebrow { color: #526d5c; font-size: .9rem; font-weight: 750; line-height: 1.6; margin: 0 0 20px; }
.reading-hero h1 { max-width: 680px; font-size: clamp(2.4rem, 4.6vw, 3.9rem); line-height: 1.1; letter-spacing: -.04em; margin: 0 0 20px; text-wrap: balance; }
.reading-meta { color: #617068; font-size: .82rem; margin: 0; }
.reading-article section { scroll-margin-top: 104px; }
.reading-article section + section { border-top: 1px solid #d6dfd4; margin-top: 48px; padding-top: 44px; }
.reading-article h2 { font-size: clamp(1.65rem, 2.5vw, 2.15rem); line-height: 1.27; letter-spacing: -.024em; margin: 0 0 24px; text-wrap: pretty; }
.reading-article h3 { font-size: 1.18rem; line-height: 1.5; margin: 0 0 16px; }
.reading-article p { margin: 0 0 20px; }
.reading-article ul { padding-left: 24px; margin: 0 0 24px; }
.reading-article li { margin: 7px 0; padding-left: 4px; }
.reading-article li::marker { color: #547a82; }
.reading-article blockquote { border: 0; border-left: 3px solid #a87122; background: #f6f1e6; margin: 24px 0; padding: 20px 24px; border-radius: 0 8px 8px 0; color: #354237; font-size: 1.03rem; }
.reading-article blockquote p { margin-bottom: 12px; }
.reading-article blockquote p:last-child { margin-bottom: 0; }
.reading-article .article-takeaway { padding: 23px 26px; margin: 26px 0; background: #eaf0e6; border-radius: 8px; font-weight: 650; color: #33472f; font-size: 1.16rem; line-height: 1.6; }
.intervention-step { margin: 24px 0; padding: 26px; border: 1px solid #d2dfdb; border-top: 3px solid #547a82; border-radius: 8px; background: #f4f7f5; }
.intervention-step > :last-child { margin-bottom: 0; }
.article-back { display: inline-flex; align-items: center; min-height: 44px; font-size: .85rem; text-underline-offset: 4px; color: #3d6056; }
.article-next { display: grid; gap: 8px; margin-top: 56px; padding: 28px 0; border-top: 1px solid #d6dfd4; border-bottom: 1px solid #d6dfd4; }
.article-next span { font-size: .86rem; font-weight: 700; color: #53655c; }
.article-next a { padding: 10px 0; font-weight: 650; font-size: 1rem; text-underline-offset: 5px; }
.article-context { margin-top: 24px; color: #5b695f; font-size: .85rem; line-height: 1.7; }
.interventions-article-page :focus-visible { outline: 3px solid #a87122; outline-offset: 4px; }
.article-skip { position: fixed; z-index: 100; top: 12px; left: 20px; padding: 12px 18px; background: #344d3d; color: white; transform: translateY(-150%); }
.article-skip:focus { transform: translateY(0); }
@media (max-width: 900px) {
  .interventions-article-page main { padding-inline: 24px; }
  .reading-layout { display: flex; flex-direction: column; gap: 0; }
  .reading-sidebar { position: static; width: 100%; max-height: none; overflow: visible; margin-bottom: 32px; }
  .article-toc { padding: 0 14px; border: 1px solid #c9d5c8; border-radius: 8px; background: #f0f4ed; }
  .article-toc summary { min-height: 48px; padding: 12px 0; }
  .article-toc nav { padding-bottom: 12px; margin-top: 0; }
  .article-toc a { min-height: 44px; }
  .article-series { padding-top: 14px; align-items: center; }
  .article-series span { width: auto; margin: 0 8px 0 0; }
  .reading-article { width: 100%; max-width: 720px; margin: auto; }
  .article-breadcrumbs { padding: 22px 0; }
  .reading-hero h1 { font-size: clamp(2.3rem, 8.7vw, 3.2rem); }
}
@media (max-width: 520px) {
  .interventions-article-page main { padding-inline: 20px; }
  .reading-article { font-size: 1rem; line-height: 1.8; }
  .reading-article section + section { margin-top: 36px; padding-top: 32px; }
  .reading-article blockquote,.intervention-step,.reading-article .article-takeaway { padding: 18px; }
  .reading-eyebrow { font-size: .83rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  .interventions-article-page .site-header,.reading-sidebar,.article-back,.article-next,.article-breadcrumbs,.article-skip { display: none; }
  .reading-layout { display: block; }
  .reading-article { max-width: none; font-size: 11pt; }
  .reading-article h2,.reading-article h3 { break-after: avoid; }
  .reading-article blockquote,.intervention-step { break-inside: avoid; }
}

/* Content-specific components for parts 1 and 2, within the same reading UI. */
.article-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.reading-hero .reading-subtitle { color: #53655c; font-size: 1.04rem; line-height: 1.7; margin-bottom: 20px; }
.article-action-links { display: flex; flex-wrap: wrap; gap: 6px 20px; margin-top: 18px; }
.reading-article .soft-button { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 0; color: #3d6056; background: transparent; border: 0; border-radius: 0; box-shadow: none; font-size: .94rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; line-height: 1.6; }
.reading-article .soft-button:hover { color: #243e31; text-decoration-thickness: 2px; }
.reading-article .section-intro { margin: -10px 0 24px; color: #53655c; }
.reading-article .cta-card { display: block; margin: 28px 0; padding: 22px 24px; background: #eaf0e6; border: 0; border-radius: 8px; box-shadow: none; }
.reading-article .cta-card h3 { font-size: 1.13rem; margin: 0 0 10px; }
.reading-article .cta-card p { margin-bottom: 8px; }
.reading-article .cta-card > :last-child { margin-bottom: 0; }
.reading-article .soft-panel { margin: 24px 0; }
.reading-article .soft-panel h3 { margin-top: 28px; }
.reading-article .clean-list { list-style: disc; padding-left: 24px; }
.reading-article .clean-list li { padding-left: 4px; }
.reading-article .clean-list li::before { content: none; }
.reading-article .mini-eyebrow { font-size: .86rem; color: #53655c; font-weight: 700; margin-bottom: 12px; }
.reading-article .cta-row { display: grid; justify-items: start; gap: 8px; }
.reading-article .split-block { display: block; }
.reading-article .notice { margin: 28px 0; padding: 22px 24px; border: 0; border-left: 3px solid #a87122; border-radius: 0 8px 8px 0; background: #f6f1e6; line-height: 1.75; font-size: 1rem; color: #354237; }
.reading-article .stop-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.reading-article .stop-card { display: grid; grid-template-columns: 40px minmax(0, 1fr); column-gap: 16px; padding: 20px; border: 1px solid #d2dfdb; border-radius: 8px; background: #f4f7f5; }
.reading-article .stop-letter { grid-row: span 2; display: grid; align-content: start; color: #547a82; font-family: Manrope, system-ui, sans-serif; font-size: 1.6rem; font-weight: 800; }
.reading-article .stop-card strong { color: #283e33; }
.reading-article .stop-card p { margin: 6px 0 0; }
.reading-article .grounding-tool { padding: 24px; margin: 28px 0; background: #f4f7f5; border: 1px solid #d2dfdb; border-top: 3px solid #547a82; border-radius: 8px; }
.reading-article .grounding-steps { display: grid; gap: 10px; }
.reading-article .grounding-step { display: block; width: 100%; min-height: 64px; padding: 14px 18px; font: inherit; font-size: 1rem; font-weight: 700; line-height: 1.6; text-align: left; background: #fafbf7; color: #344d3d; border: 1px solid #bfcfc2; border-radius: 6px; cursor: pointer; }
.reading-article .grounding-step small { display: block; margin-top: 4px; font-size: .9rem; font-weight: 400; }
.reading-article .grounding-step:hover { background: #eaf0e6; }
.reading-article .grounding-step[aria-pressed="true"] { color: white; background: #344d3d; border-color: #344d3d; }
.reading-article .grounding-step[aria-pressed="true"]::after { content: "✓"; display: block; text-align: right; line-height: 1; }
.reading-article .story-options { display: grid; gap: 0; margin: 24px 0; }
.reading-article .story-option { display: grid; gap: 8px; padding: 20px 0; border-bottom: 1px solid #d6dfd4; }
.reading-article .story-title { display: flex; align-items: center; gap: 12px; color: #283e33; }
.reading-article .story-icon { width: 24px; height: 24px; flex-shrink: 0; color: #547a82; }
.reading-article .story-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.reading-article .question-cloud { display: grid; gap: 10px; }
.reading-article .question-chip { padding-left: 16px; border-left: 2px solid #a3bcc4; }
@media (max-width: 520px) {
  .reading-article .cta-card,.reading-article .notice,.reading-article .grounding-tool { padding: 18px; }
  .reading-article .stop-card { grid-template-columns: 28px minmax(0, 1fr); column-gap: 12px; padding: 16px; }
}
@media print {
  .article-action-links { display: none; }
  .reading-article .stop-card,.reading-article .grounding-step { break-inside: avoid; }
}
