/*
  beta founder header patch 20260609
  Load this file after styles.css.
  This file only adjusts the OIH logo position, beta founder wordmark size,
  and hero lead color. It does not affect lower page content.
*/

.hero-brand {
  top: clamp(18px, 2.8vw, 34px);
  left: clamp(14px, 2.4vw, 34px);
}

.hero-wordmark-title {
  width: min(670px, 52vw);
}

.hero .lead {
  color: #fff;
}

@media (max-width: 760px) {
  .hero-brand {
    top: 18px;
    left: 14px;
  }
}
