.brand-logo {
  display: block;
  width: auto;
  height: 54px;
  object-fit: contain;
}

.brand-location {
  color: var(--muted);
  font: 700 .66rem "DM Mono", monospace;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
}

.intent {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.intent h2 {
  font-size: clamp(2rem, 3vw, 2.85rem);
}

.term-list {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.term-list li {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: .5rem .7rem;
  font-size: .82rem;
  font-weight: 700;
}

@media (max-width: 650px) {
  .brand-logo { height: 43px; }
  .brand-location { display: none; }
}
