header a.z-10[href="/"] {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0;
  text-decoration: none !important;
}

header a.z-10[href="/"]::before {
  content: "";
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: block;
  border-radius: 50%;
  background: url("/brand/am-logo.png") center / cover no-repeat;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .18);
}

header a.z-10[href="/"] span:first-child {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

header a.z-10[href="/"] span:last-child {
  display: none !important;
}

@media (max-width: 520px) {
  header a.z-10[href="/"] {
    gap: 8px !important;
  }

  header a.z-10[href="/"]::before {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  header a.z-10[href="/"] span:first-child {
    max-width: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    letter-spacing: .12em;
  }
}
