/* ------------------------------------------------------------
   Homepage Hero Layout Contract
   Scope: body.home only. Keeps home-page polish out of page/CPT heroes.
------------------------------------------------------------- */

body.home .vh-hero-context-home{
  --vh-hero-copy-max: 50rem;
  --vh-hero-media-max: 48rem;
}

body.home .vh-hero-context-home.vh-layout-hero{
  min-height: clamp(34rem, 78vh, 48rem);
}

body.home .vh-hero-context-home .vh-hero-title{
  max-width: min(100%, 24ch) !important;
}

body.home .vh-hero-context-home .vh-hero-lead{
  max-width: min(100%, 46rem) !important;
}

body.home .vh-hero-context-home .vh-hero-media,
body.home .vh-hero-context-home .vh-hero-wide-media{
  margin-left: auto;
  margin-right: auto;
}

body.home .vh-hero-context-home .vh-hero-proof,
body.home .vh-hero-context-home .vh-hero-inline-detail-stack{
  margin-top: 1.25rem;
}
