/* Logo-only presentation layer. The site's established palette stays untouched. */
.brand-logo-mark,
.footer-logo {
  box-sizing: border-box;
  background: linear-gradient(145deg, #d8d2bf 0%, #b3bec0 48%, #879aa2 100%);
  border: 1px solid #c9a35f8f;
  box-shadow: inset 0 1px #fff6, 0 8px 22px #00000052;
}

.brand-logo-mark {
  width: 82px;
  height: 50px;
  padding: 5px 8px;
  border-radius: 13px;
}

.brand:hover .brand-logo-mark {
  box-shadow: inset 0 1px #fff8, 0 10px 26px #00000061;
}

.footer-logo {
  width: 204px;
  padding: 10px 13px;
  border-radius: 18px;
}

.footer-brand .brand:hover .footer-logo {
  box-shadow: inset 0 1px #fff8, 0 12px 28px #00000066;
}

@media (max-width: 48rem) {
  .brand-logo-mark {
    width: 70px;
    height: 44px;
    padding: 4px 7px;
    border-radius: 11px;
  }

  .footer-logo {
    width: 100%;
    max-width: 196px;
  }
}
