/* Shared web brand mark. The SVG is the same source used by the native clients. */
.brand-mark {
  display: block;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 8px;
  background: transparent;
}

.auth-brand .brand-mark {
  width: 34px;
  height: 34px;
}

.admin-login > .brand .brand-mark {
  width: 34px;
  height: 34px;
}

footer .brand-mark {
  width: 32px;
  height: 32px;
}

/* Keep the narrowed long-task promise readable in the landing-page hero. */
.hero h1 {
  font-size: clamp(44px, 4.4vw, 64px);
  line-height: 1.08;
  margin-bottom: 24px;
  letter-spacing: -2px;
}

.hero-lead {
  font-weight: 650;
}

.hero-audience {
  margin: 14px 0 0;
  color: #66716b;
  font-size: 14px;
  line-height: 1.7;
}

.hero-facts {
  margin-top: 38px;
}

@media (max-width: 700px) {
  .hero h1 {
    font-size: 43px;
    letter-spacing: -1.5px;
  }
}
