.site-header {
  width: 100%;
  margin: 0 0 1rem;
  padding: 0;
}

.header-banner {
  width: 100%;
  height: clamp(140px, 25vh, 250px);
  background-image: url('/static/images/header/city1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.header-campaigns {
  height: clamp(140px, 20vh, 250px);
}


.header-banner-small {
  height: 140px;
}



.header-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 248, 243, 0.45); /* soft pastel overlay */
}

.branding {
  position: relative;
  font-size: clamp(1.5rem, 5vw, 3.5rem);
  color: #3a2f2f;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.7);
  margin: 0;
}

.branding a {
  color: inherit;
  text-decoration: none;
}

.branding-subtext {
  font-size: 1rem;
  text-align: center;
  color: black;
  margin-top: 0.25rem;
}

.header-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
