/* Header brand lockup. The source mark keeps its original green and blue colour. */
.wordmark {
  gap: 12px;
  flex-shrink: 0;
}
.wordmark img.brand-logo {
  display: block;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  object-fit: contain;
  background: transparent;
  filter: none !important;
  opacity: 1;
  mix-blend-mode: normal;
}
.wordmark-copy { justify-content: center; }
.wordmark-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  white-space: nowrap;
  line-height: 1;
}
.wordmark-name-top,
.wordmark-name-bottom {
  font: 700 11px/1.2 Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.wordmark-name-top {
  color: var(--forest, #183b27);
  letter-spacing: .21em;
}
.wordmark-name-bottom {
  margin-top: 4px;
  color: var(--ink, #17241b);
  letter-spacing: .07em;
}
.wordmark-tag { display: none !important; }
@media (max-width: 900px) {
  .wordmark img.brand-logo { width: 46px; height: 46px; }
  .wordmark-name-top,
  .wordmark-name-bottom { font-size: 10px; }
}
@media (max-width: 640px) {
  .wordmark { gap: 8px; }
  .wordmark img.brand-logo { width: 40px; height: 40px; }
  .wordmark-name-top,
  .wordmark-name-bottom { font-size: 10px; }
}
