.site-header {
  background: var(--mcbb-bg);
  text-align: center;
  padding-top: 0.25rem;         /* Less gap at top */
  padding-bottom: 0.5rem;       /* Less gap at bottom */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.site-header-image {
  display: block;
  margin: 0 auto 0.5rem auto;   /* Less space below image */
  max-width: 32vw;              /* Smaller max width */
  width: 32vw;
  height: auto;
}

.site-header-title {
  color: #fff;
  font-family: var(--mcbb-font-main);
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 auto 1rem auto;
  max-width: calc(100vw - 30px);
  white-space: nowrap;
  background: none;
  display: block;
  padding-left: 0;
  padding-right: 0;
}