/* ============================================================
   STRATEGY PROCESS — HERO METAPHOR VISUAL V1
   Approved premium office + systemic orbital artwork.
   Loaded after strategy-process and mobile-home-sync styles.
   ============================================================ */
.strategy-process-page .program-hero{
  position:relative;
  min-height:720px;
  isolation:isolate;
  background:#031421;
}
.strategy-process-page .program-hero-media{
  position:absolute!important;
  inset:0!important;
  z-index:0;
  width:100%;
  height:100%!important;
  overflow:hidden;
  pointer-events:none;
}
.strategy-process-page .program-hero-media picture,
.strategy-process-page .program-hero-media img{
  display:block;
  width:100%;
  height:100%;
}
.strategy-process-page .program-hero-media img{
  object-fit:cover;
  object-position:center center;
  filter:saturate(.88) contrast(1.02) brightness(.88);
}
.strategy-process-page .program-hero-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(3,20,33,.94) 0%,rgba(3,20,33,.84) 31%,rgba(3,20,33,.46) 56%,rgba(3,20,33,.08) 83%),
    linear-gradient(180deg,rgba(3,20,33,.12) 0%,rgba(3,20,33,.04) 58%,rgba(3,20,33,.36) 100%);
}
.strategy-process-page .program-hero-grid{
  position:relative;
  z-index:2;
  min-height:720px;
}
.strategy-process-page .program-hero-copy{
  position:relative;
  z-index:2;
}

@media (max-width:780px){
  .strategy-process-page .program-hero{
    min-height:max(720px,100svh)!important;
    overflow:hidden;
  }
  .strategy-process-page .program-hero-media{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    order:initial!important;
  }
  .strategy-process-page .program-hero-media img{
    object-fit:cover;
    object-position:center center!important;
    filter:saturate(.82) contrast(1.03) brightness(.72);
  }
  .strategy-process-page .program-hero-media:after{
    background:
      linear-gradient(180deg,rgba(3,20,33,.78) 0%,rgba(3,20,33,.72) 27%,rgba(3,20,33,.54) 54%,rgba(3,20,33,.20) 77%,rgba(3,20,33,.34) 100%),
      linear-gradient(90deg,rgba(3,20,33,.48) 0%,rgba(3,20,33,.18) 70%,rgba(3,20,33,.06) 100%);
  }
  .strategy-process-page .program-hero-grid{
    min-height:max(720px,100svh)!important;
    display:block!important;
  }
  .strategy-process-page .program-hero-copy{
    padding-bottom:68px!important;
  }
}

@media (max-width:390px){
  .strategy-process-page .program-hero,
  .strategy-process-page .program-hero-grid{
    min-height:max(700px,100svh)!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .strategy-process-page .program-hero-media img{transform:none!important}
}
