/* Shared typographic identity, readable at navigation and footer sizes. */
.logo-mark.wordmark {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 3px;
  width: 108px;
  min-height: 44px;
  direction: ltr;
  color: #211b35;
  font-family: 'Assistant', sans-serif;
  text-decoration: none;
}
.logo-mark.wordmark .lm-word {
  display: block;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: .86;
  color: inherit;
}
.logo-mark.wordmark .lm-tech {
  display: block;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.2;
  padding-inline-start: .18em;
  color: inherit;
}
@media (max-width: 600px) {
  .logo-mark.wordmark { width: 100px; }
}
