/* 08-07-2026 */
/* Home hero banner — static pre-JS fallback only. assets/js/hero-banner-height.js
   computes an exact pixel min-height for .banner-section and an exact pixel
   height for .big-image on every load/resize, and writes them as inline
   styles — those inline values always win over anything here or in
   screen.css/responsive.css (no !important is used anywhere for this), so
   this file only has to cover the brief moment before that JS runs (or the
   rare case it's disabled). Real fallback sizing for .big-image already
   exists as the pre-existing clamp() rules in screen.css/responsive.css —
   nothing to duplicate here. */
.home .banner-section {
  min-height: 320px;
}
/* 08-07-2026 */
