/* Mid-wipe — 120px cream top-wipe for mid-page cinematic sections.
   Own device, not a hero-cinematic variant.
   Notes: docs/mock-component-map.md (proposed section) */

/* Top cream wipe for mid-page cinematic sections.
   Mirrors the bottom ::after fade that ships in hero-cinematic.css.
   Re-enables ::before (disabled on --media) as a 120px strip. */
.hero-cinematic--mid.hero-cinematic--media::before{
  display:block;
  inset:0 0 auto 0;
  height:120px;
  background:linear-gradient(180deg,rgba(250,249,246,.85),transparent);
}
