/* The supplied emblem is used consistently in the masthead and heritage map. */
.brand-mark {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
  border-radius: 50%;
  filter: drop-shadow(0 3px 8px rgba(67, 22, 39, .18));
}

.heritage-orbit .logo-core {
  inset: 19%;
  width: auto;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  background: #2a160c;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 22px 55px rgba(90, 52, 21, .20);
}

.logo-core img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  transform: scale(1.014563);
  transform-origin: 50% 0;
}

@media (max-width: 580px) {
  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .heritage-orbit .logo-core {
    inset: 18%;
  }
}

footer a {
  color: var(--wine);
  text-decoration: none;
}
