.site-header {
  position: relative;
  z-index: 30;
  display: grid;
  width: min(100% - 1rem, 76rem);
  min-height: 4.75rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(0.35rem, 1.8vw, 0.75rem);
  padding-block: 0.55rem;
}

.site-header > .brand {
  grid-column: auto;
  min-width: 0;
  justify-self: start;
  margin: 0;
  gap: 0.35rem;
  font-size: clamp(1.125rem, 5vw, 1.45rem);
}

.site-header > .brand .brand-mark,
.site-header > .brand > svg {
  width: clamp(1.5rem, 6.5vw, 1.9rem);
  height: clamp(1.5rem, 6.5vw, 1.9rem);
}

.site-header > .brand > span > span {
  color: #a83a1f;
}

.site-header .header-nav {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-self: end;
  margin: 0;
}

.site-header .header-nav a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 0.65rem 0.1rem;
  color: #355d54;
  font: 680 clamp(0.6rem, 2.5vw, 0.72rem)/1.2 "Matter", "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
  text-decoration-color: transparent;
  text-underline-offset: 0.3rem;
  white-space: nowrap;
}

.site-header .header-nav a:hover,
.site-header .header-nav a[aria-current="page"] {
  color: #0b3029;
  text-decoration-color: #a83a1f;
}

.site-header > .header-cta {
  display: inline-flex;
  min-width: 0;
  max-width: none;
  min-height: 44px;
  padding-inline: clamp(0.5rem, 2.2vw, 1rem);
  font-size: clamp(0.6rem, 2.5vw, 0.72rem);
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 639px) {
  .notice-bar .notice-dot {
    display: none;
  }
}

@media (min-width: 640px) {
  .site-header {
    width: min(100% - 3rem, 76rem);
    min-height: 5.75rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(0.75rem, 2vw, 1.5rem);
    padding-block: 0;
  }

  .site-header > .brand {
    margin-right: auto;
  }

  .site-header > .header-cta {
    padding-inline: 1rem;
    font-size: 0.72rem;
  }
}
