.wordmark {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  color: var(--olive-deep, #4d5342);
}

.wordmark-symbol {
  display: block;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
}

.wordmark-type {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.wordmark strong {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.wordmark-descriptor {
  padding-left: 2px;
  color: var(--olive, #5f6550);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 620px) {
  .wordmark { gap: 8px; }
  .wordmark-symbol { width: 43px; height: 43px; }
  .wordmark strong { font-size: 31px; }
  .wordmark-descriptor { font-size: 7px; letter-spacing: 0.25em; }
}
