/* Hide the Leadership page title completely — covers all render cases */
body.path-careers-leadership h1.page-header,
body.path-careers-leadership .region.region-header,
body.path-careers-leadership [property="schema:name"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}