/* Preview-only: one cinematic background, not a text/video split layout. */
.msh-film-hero {
  --film-navy: #07192e;
  isolation: isolate;
  background: var(--film-navy);
}
.msh-film-hero::before {
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg,rgba(4,18,34,.95) 0%,rgba(4,18,34,.91) 24%,rgba(4,18,34,.72) 43%,rgba(4,18,34,.23) 67%,rgba(4,18,34,.08) 100%),linear-gradient(0deg,rgba(4,18,34,.52),transparent 38%);
}
.msh-film-hero .hero-inner { min-height: 680px; padding-block: 58px; pointer-events: none; }
.msh-film-hero .hero-content { max-width: 550px; pointer-events: auto; }
.msh-film-hero .hero-media {
  position: absolute;
  inset: 0;
  height: auto;
  overflow: hidden;
  background: #102637;
}
.msh-film-screen { position: absolute; inset: 0; }
.msh-film-poster { position: absolute; inset: 0; display: block; }
.msh-film-hero .msh-film-poster img,
.msh-film-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}
.msh-film-video { position: absolute; inset: 0; opacity: 0; transition: opacity .35s ease; }
.msh-film-hero[data-film-ready="true"] .msh-film-video { opacity: 1; }
.msh-film-control {
  position: absolute;
  right: 26px;
  bottom: 24px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid rgba(223,240,255,.4);
  border-radius: 24px;
  color: #fff;
  background: rgba(7,25,46,.88);
  box-shadow: 0 3px 16px rgba(0,0,0,.12);
  font: 600 14px/1.3 Manrope, sans-serif;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease;
}
.msh-film-control[hidden] { display: none; }
.msh-film-control:hover { background: #123c60; border-color: #86d2ff; }
.msh-film-control:focus-visible { outline: 3px solid #86d2ff; outline-offset: 4px; }
.msh-film-control svg { width: 17px; height: 17px; flex: none; }
.msh-film-pause { display: none; }
.msh-film-hero[data-film-playing="true"] .msh-film-play { display: none; }
.msh-film-hero[data-film-playing="true"] .msh-film-pause { display: block; }
.msh-film-hero .hero-content > * { animation: msh-hero-enter .85s cubic-bezier(.2,.65,.3,1) both; }
.msh-film-hero .hero-content > h1 { animation-delay: .06s; }
.msh-film-hero .hero-content > .lead { animation-delay: .12s; }
.msh-film-hero .hero-content > .button-row { animation-delay: .18s; }
.msh-film-hero .hero-content > .hero-proof-panel { animation-delay: .24s; }
@keyframes msh-hero-enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 901px) and (max-width: 1190px) {
  .msh-film-hero .hero-content { max-width: 48%; }
  .msh-film-hero h1 { font-size: clamp(2.6rem,4.2vw,3.2rem); }
  .msh-film-hero .hero-inner { min-height: 660px; padding-block: 44px; }
  .msh-film-hero .hero-media { left: 0; }
  .msh-film-hero::before { background: linear-gradient(90deg,rgba(4,18,34,.96),rgba(4,18,34,.86) 36%,rgba(4,18,34,.44) 63%,rgba(4,18,34,.08)),linear-gradient(0deg,rgba(4,18,34,.5),transparent 40%); }
  .msh-film-hero .hero-proof-panel { gap: 18px 12px; }
}

/* Phone/tablet: keep the complete 16:9 scene, including the truck on the left.
   The copy overlaps its lower edge, so it is still one hero rather than a card. */
@media (max-width: 900px) {
  .msh-film-hero { display: block; --film-height: 56.25vw; }
  .msh-film-hero::before {
    display: block;
    background: linear-gradient(180deg,rgba(4,18,34,.02) 0,rgba(4,18,34,.02) calc(var(--film-height) * .42),rgba(4,18,34,.3) calc(var(--film-height) * .62),rgba(4,18,34,.8) calc(var(--film-height) * .83),#07192e var(--film-height));
  }
  .msh-film-hero .hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    overflow: hidden;
    background: #07192e;
  }
  .msh-film-hero .msh-film-screen { height: var(--film-height); }
  .msh-film-hero .msh-film-poster img,
  .msh-film-video { object-position: center; object-fit: contain; }
  .msh-film-hero .hero-inner {
    min-height: 0;
    margin-top: 0;
    padding-block: calc(var(--film-height) - 50px) 28px;
    pointer-events: none;
  }
  .msh-film-hero .hero-content { max-width: 680px; }
  .msh-film-hero h1 { max-width: 680px; margin-bottom: 14px; font-size: clamp(2rem,5.7vw,3.2rem); line-height: 1.1; }
  .msh-film-hero .lead { max-width: 620px; font-size: 1rem; line-height: 1.5; }
  .msh-film-hero .eyebrow { margin-bottom: 10px; font-size: .75rem; letter-spacing: .1em; }
  .msh-film-hero .button-row { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); margin-top: 18px; gap: 8px; }
  .msh-film-hero .button-row .btn { width: 100%; min-width: 0; min-height: 46px; padding: 10px; white-space: normal; font-size: .875rem; line-height: 1.25; }
  .msh-film-hero .hero-proof-panel { margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(172,211,240,.2); gap: 12px 14px; }
  .msh-film-hero .hero-proof-copy strong { font-size: .875rem; }
  .msh-film-hero .hero-proof-copy > span { font-size: .75rem; }
  .msh-film-control { top: 12px; right: 12px; bottom: auto; min-height: 44px; background: rgba(7,25,46,.82); }
}
@media (min-width: 681px) and (max-width: 900px) {
  .msh-film-hero .hero-inner { padding-block: calc(var(--film-height) - 70px) 34px; }
  .msh-film-hero .button-row { display: flex; }
  .msh-film-hero .button-row .btn { width: auto; padding-inline: 18px; }
  .msh-film-control { right: 28px; }
}
@media (max-width: 680px) {
  .msh-film-control { width: 44px; padding: 0; gap: 0; }
  .msh-film-control span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .msh-film-hero .button-row .btn-icon { display: none; }
}
@media (max-width: 400px) {
  .msh-film-hero h1 { font-size: clamp(1.9rem,8.4vw,2.1rem); }
  .msh-film-hero .hero-proof-item { grid-template-columns: 27px minmax(0,1fr); gap: 7px; }
  .msh-film-hero .hero-proof-icon { width: 27px; height: 30px; }
  .msh-film-hero .hero-proof-panel { gap: 12px 10px; }
  .msh-film-hero .hero-proof-copy strong { font-size: .875rem; }
}
@media (prefers-reduced-motion: reduce) {
  .msh-film-video, .msh-film-control { transition: none; }
  .msh-film-hero .hero-content > * { animation: none; }
}
