.site-brand {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
  text-decoration: none;
}

.site-brand-name {
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .015em;
}

.site-brand-subtitle {
  margin-top: 5px;
  color: var(--gold);
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .site-brand { align-items: center; text-align: center; }
  .site-brand-name { font-size: 1rem; }
  .site-brand-subtitle { font-size: .64rem; }
}
