@import url("/base.css");

.brand {
  width: clamp(190px, 22vw, 285px);
  height: 68px;
  flex: 0 0 auto;
  background: url("/heartland-header-logo.png") center / contain no-repeat;
  font-size: 0;
  overflow: hidden;
}

.brand strong,
.brand small {
  display: none;
}

footer > div:first-child::before {
  content: "";
  display: block;
  width: min(100%, 360px);
  aspect-ratio: 3 / 2;
  margin: 0 0 20px;
  background: #fff url("/heartland-full-logo.png") center / contain no-repeat;
  border-radius: 8px;
}

@media (max-width: 850px) {
  .header {
    height: auto;
    min-height: 78px;
    padding-top: 8px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    gap: 6px 18px;
  }

  .brand {
    width: 220px;
    height: 62px;
  }

  .nav {
    display: flex;
    width: 100%;
    gap: 8px 18px;
    padding: 6px 0 2px;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 14px;
    border-top: 1px solid #d9e0e5;
    scrollbar-width: thin;
  }
}
