.brand-lockup {
  display: inline-flex !important;
  flex-direction: row !important;
  width: max-content;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-align: left !important;
  text-decoration: none;
}

.brand-lockup > img {
  display: block;
  width: auto;
  height: 26px;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand-lockup-copy {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  min-width: 0;
  color: inherit;
  text-align: left !important;
}

.brand-lockup-copy strong,
.brand-lockup-copy small {
  display: block;
  margin: 0 !important;
  color: inherit;
  font-family: var(--mono, 'DM Mono', monospace);
  font-style: normal !important;
  text-align: left !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-lockup-copy strong {
  font-size: 11px !important;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .12em;
}

.brand-lockup-copy small {
  font-size: 8px !important;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: .14em;
  opacity: .68;
}

@media (max-width: 760px) {
  .brand-lockup { gap: 0; }
  .brand-lockup > img,
  .brand-lockup-copy small { display: none; }
  .brand-lockup-copy strong { font-size: 10px !important; }
}
