.brand-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-wordmark > span {
  font: 400 1.22rem/1 Georgia, "Times New Roman", serif;
  letter-spacing: -0.035em;
}

.brand-wordmark strong {
  margin-top: 0.38rem;
  font: 700 0.61rem/1 Arial, Helvetica, sans-serif;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.brand-rule {
  display: block;
  width: 28px;
  height: 1px;
  background: #a77045;
}

.brand-kicker {
  color: #5e686c;
  font: 700 0.56rem/1.35 Arial, Helvetica, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (max-width: 520px) {
  .brand-rule,
  .brand-kicker {
    display: none;
  }

  .brand-wordmark > span {
    font-size: 1.12rem;
  }
}
