/* Shared banner — full image via <img>, natural height */
body > header {
  display: block;
  padding: 0 !important;
  margin: 0;
  line-height: 0;
  background: none !important;
  overflow: visible;
  position: relative;
}

body > header .site-banner {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

body > header::before,
body > header::after {
  display: none !important;
}

/* Hide legacy header text; keep banner image */
body > header > *:not(.site-banner) {
  display: none !important;
}
