/* ============================================================
   YET TO LIVE — WordPress theme adjustments
   Small, surgical fixes on top of the design system.
   ============================================================ */

/* Keep the sticky header below the WP admin bar (logged-in views only) */
.admin-bar header.site { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar header.site { top: 46px; }
}

/* WordPress can inject empty <p>/<br>; never let it break full-bleed sections */
.photoband > p:empty, .hero-ed p:empty { display: none; }

/* Safety: images never overflow on small screens */
img { max-width: 100%; height: auto; }
