/* Heritage-style blackletter monogram, kept small and sharply framed. */
.brand-lockup img { display: none; }
.brand-crest {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  position: relative;
  color: var(--gold-light);
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-family: "UnifrakturCook", "Old English Text MT", serif;
  font-size: 29px;
  line-height: 1;
  padding-bottom: 3px;
}

.brand-crest::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(225, 199, 127, .55);
  border-radius: 50%;
}

.brand-crest::after {
  content: "✦";
  position: absolute;
  right: -5px;
  top: -8px;
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 10px;
}

footer .brand-crest { width: 33px; height: 33px; font-size: 25px; }
footer .brand-crest::after { right: -5px; top: -8px; }
