.brand {
  min-width: auto;
  align-items: flex-start;
  justify-content: center;
}

.brand-name {
  letter-spacing: .04em;
  line-height: 1.05;
  white-space: nowrap;
}

.site-header .brand {
  padding-top: 2px;
}

.site-footer .brand {
  margin-bottom: 20px;
}

@media (width <= 720px) {
  .brand {
    min-width: 0;
    max-width: none;
  }

  .brand-name {
    font-size: 1.36rem;
  }
}
