/* supplement.css — post-restore fixes (Phase 4). Accent: #008982 */

/* Smaller article/blog hero banners (data-height is also set in templates) */
#page-header .header-wrapper[data-height] {
  max-height: 280px;
}
#page-header .header-title {
  font-size: clamp(1.25rem, 2.5vw, 2rem) !important;
  line-height: 1.25 !important;
}

/* Keep solid menu readable (no transparent absolute on blog/article templates) */
.menu-primary:not(.menu-transparent) .menu-container {
  background-color: #ffffff;
}

/* Avoid blurry adaptive placeholders stretching 258px thumbs */
img.adaptive-async {
  image-rendering: auto;
}
