.landing {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 56px);
  padding: 2rem;
}

.landing-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
  max-width: 480px;
}

.landing-logo {
  color: var(--navy);
  width: 52px;
  height: 52px;
}

.landing-logo svg,
.landing-logo img {
  width: 100%;
  height: 100%;
}

.landing-wordmark {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 400;
  color: var(--navy-dark);
  margin: 0;
  line-height: 1;
}

.landing-tagline {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  margin: 0;
  line-height: 1.5;
}

.landing-signin {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  margin: 0;
}
