.nav nav {
  display: none !important;
}

.brand {
  width: 100%;
}

.brand::after {
  content: "\2190  Back to Home";
  margin-left: auto;
  padding: .6rem .85rem;
  border: 1px solid var(--line);
  border-radius: .65rem;
  background: #fff;
  color: var(--navy);
  font-size: .95rem;
  font-weight: 750;
  white-space: nowrap;
}

.brand:hover::after {
  border-color: var(--orange);
  color: #c2410c;
}

@media (max-width: 520px) {
  .brand span {
    max-width: 110px;
    line-height: 1.2;
  }

  .brand::after {
    padding: .5rem .65rem;
    font-size: .85rem;
  }
}
