/* Article reading layout, 0909. Loaded after the shared site stylesheet. */
.dual-entry { margin-top: 0; padding-top: 26px; }
.home-partners .section-head { margin-bottom: 24px; }
.home-partners { padding-top: 42px; padding-bottom: 34px; }
.story-breadcrumb { padding: 24px 0 0; }
.story-breadcrumb .breadcrumb { color: var(--muted); margin: 0; }
.story-breadcrumb .breadcrumb a { color: var(--muted); }
.story-breadcrumb .breadcrumb a:hover { color: var(--teal); }
.case-detail-section { padding-top: 20px; }
.case-detail-article { max-width: 1000px; padding: 0; border: 0; border-radius: 0; box-shadow: none; }
.story-heading { background: #f5f8f9; padding: 26px 30px; margin-bottom: 30px; }
.story-heading h1 { font-size: clamp(25px,3.3vw,38px); line-height: 1.4; margin: 12px 0 0; }
.story-metadata { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); margin-top: 16px; font-size: 14px; }
.story-prose { color: var(--ink); font-size: 17px; line-height: 1.95; white-space: pre-wrap; overflow-wrap: anywhere; margin: 24px 0; }
.story-figure { margin: 26px auto; max-width: 760px; text-align: center; }
.story-figure img { width: auto; max-width: 100%; max-height: 720px; height: auto; object-fit: contain; }
.story-figure figcaption { margin-top: 10px; color: var(--muted); font-size: 14px; }
.story-medical-note { margin: 28px 0; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.case-center-section { padding-top: 26px; }
.case-stories { gap: 0; }
.case-article__media { padding: 0; border: 0; min-height: 0; height: 150px; background: #f6f8f9; }
.case-article__media img { max-height: 150px; object-fit: contain; }
.case-article h2 { margin: 5px 0 10px; font-size: 22px; }
.story-list-footer { display: flex; align-items: center; gap: 12px; justify-content: space-between; width: 100%; margin-top: auto; padding-top: 12px; }
.story-list-footer time { color: var(--muted); font-size: 14px; }
.story-list-footer .case-article__action { padding: 4px 12px; margin: 0 0 0 auto; border-radius: 20px; background: var(--teal-soft); }
@media(max-width:600px) {
  .home-partners { padding-top: 26px; padding-bottom: 24px; }
  .story-heading { padding: 18px; margin-bottom: 18px; }
  .story-prose { font-size: 16px; line-height: 1.85; margin: 18px 0; }
  .case-article__link { grid-template-columns: 100px minmax(0,1fr); gap: 12px; min-height: 138px; padding: 16px 0; }
  .case-article__media { height: 102px; }
  .case-article__media img { max-height: 102px; }
  .case-article__body { padding: 0; }
  .case-article h2 { font-size: 17px; margin: 3px 0 6px; }
  .case-article p { font-size: 13px; line-height: 1.6; }
  .case-article__meta { font-size: 10px; }
  .story-list-footer { padding-top: 8px; }
  .story-list-footer time { font-size: 11px; }
  .story-list-footer .case-article__action { font-size: 11px; }
}
