/* Imperius case editorial polish: compact first screen and restrained evidence highlights. */
body.single-post .case-study-hero {
  padding-top: clamp(28px, 3vw, 40px);
  padding-bottom: clamp(26px, 3vw, 40px);
}

body.single-post .case-study-hero .article-hero-copy {
  padding-top: 0;
}

body.single-post .case-article-entry .article-prose p,
body.single-post .case-article-entry .article-prose li,
body.single-post .case-article-entry .article-prose strong,
body.single-post .case-article-entry .article-prose em,
body.single-post .case-article-entry .article-prose blockquote,
body.single-post .case-article-entry .article-prose blockquote p,
body.single-post .case-article-entry .article-prose blockquote footer,
body.single-post .case-article-entry .case-article-visual figcaption {
  font-family: var(--sans, Inter, "Segoe UI", Arial, sans-serif);
}

body.single-post .case-article-entry .article-prose .case-key-point {
  color: #142235;
  font-weight: 760;
  box-shadow: inset 0 -0.42em 0 rgba(181, 127, 46, 0.17);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

body.single-post .case-article-entry .article-prose p.case-status-note,
body.single-post .case-article-entry .article-prose .article-section-block > p.case-status-note {
  max-width: 690px;
  margin-top: 34px;
  padding: 16px 18px !important;
  color: #26384f;
  background: #fbf8f1 !important;
  border: 1px solid rgba(181, 127, 46, 0.22) !important;
  border-left: 3px solid #b57f2e !important;
  border-radius: 5px;
  box-shadow: 0 12px 28px rgba(16, 25, 35, 0.06);
}

@media (min-width: 1081px) {
  body.single-post .case-study-hero.article-title-long .article-hero-grid,
  body.single-post .case-study-hero.article-title-xlong .article-hero-grid,
  body.single-post .case-study-hero.article-title-xxlong .article-hero-grid {
    grid-template-columns: minmax(0, 650px) minmax(390px, 500px);
    gap: clamp(30px, 3vw, 46px);
  }

  body.single-post .case-study-hero.article-title-long .entry-title,
  body.single-post .case-study-hero.article-title-xlong .entry-title,
  body.single-post .case-study-hero.article-title-xxlong .entry-title {
    max-width: 650px;
    font-size: clamp(40px, 3vw, 44px);
    line-height: 1.03;
  }
}

@media (max-width: 760px) {
  body.single-post .case-study-hero {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  body.single-post .case-study-hero .article-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    overflow: visible;
  }

  body.single-post .case-study-hero .article-hero-meta span {
    width: auto;
    min-height: 34px;
    padding: 7px 9px;
    white-space: normal;
    font-size: 10px;
    line-height: 1.25;
  }

  body.single-post .case-article-entry .article-prose p.case-status-note,
  body.single-post .case-article-entry .article-prose .article-section-block > p.case-status-note {
    margin-top: 28px;
    padding: 14px 15px !important;
  }
}
