/* procurement — externalised head <style> (§9.3) */
/* Mobile only: extra breathing room between the stacked image and title. */
    @media (max-width: 600px) {
      #greater-roi .copy h2 { margin-top: 25px; }
      /* Mirror the pen's baked-in ~22deg tilt so it leans the other way. */
      #in-house .media-overlap--pen { transform: translate(-50%, 42%) rotate(43.5deg); }
    }
