/* Critical above-the-fold styles - loads before full CSS */
body { margin: 0; font-family: 'PT Sans', sans-serif; }
header { display: flex; justify-content: space-between; align-items: center; padding: 10px 20px; background: #fff; }
.banner {
  padding: 36px 0;
  background: url(../images/12125we.webp) center center/cover no-repeat;
  min-height: 420px;
  color: #fff;
}
.banner .main-hdg h1 { color: #fff; font-size: 2.5rem; }
.banner-slider-images img { max-width: 237px; height: auto; }
img { max-width: 100%; height: auto; }
header .site-logo { width: clamp(200px, 24vw, 300px); height: auto; }
