/* ARMG V44 — DESKTOP HOME BACKGROUND POSITION/READABILITY ONLY
   Mobile is intentionally untouched. */
@media (min-width: 641px){
  /* "The officer is not merely present." section */
  body.page-home main > section:nth-of-type(5){
    background-image:
      linear-gradient(180deg,rgba(5,6,8,.78) 0%,rgba(5,6,8,.66) 28%,rgba(5,6,8,.44) 62%,rgba(5,6,8,.58) 100%),
      linear-gradient(90deg,rgba(5,6,8,.30) 0%,rgba(5,6,8,.12) 46%,rgba(5,6,8,.10) 100%),
      var(--armg-page-bg)!important;
    background-position:center center,center center,50% 72%!important;
  }
  /* Following "Capability beyond the uniform" section: keep artwork visible, quieter behind cards. */
  body.page-home main > section:nth-of-type(6){
    background-image:
      linear-gradient(180deg,rgba(5,6,8,.64) 0%,rgba(5,6,8,.46) 45%,rgba(5,6,8,.62) 100%),
      linear-gradient(90deg,rgba(5,6,8,.22) 0%,rgba(5,6,8,.08) 50%,rgba(5,6,8,.16) 100%),
      var(--armg-page-bg)!important;
    background-position:center center,center center,50% 68%!important;
  }
}
