/**
 * Case study detail pages: hero offset + fold height only.
 * Page background is shared-page-bg.css (same as home).
 * Markup: <div class="page page--case-study">...</div>
 */
/* Keep .page { padding-top: 82px } from shared-nav.css — same nav clearance as main pages */

.page.page--case-study .hero {
  padding-top: 6.2rem;
  box-sizing: border-box;
}

.case-study-fold {
  min-height: min(100dvh, 100vh);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
}
