html,
body {
  min-height: 100%;
}

.public-home-body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #f4f0ec;
  color: #342f2b;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.public-home-shell {
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 20px;
}

.public-home-card {
  width: min(560px, 100%);
  text-align: center;
}

.public-home-logo {
  display: block;
  width: auto;
  max-width: min(320px, 78vw);
  max-height: 100px;
  margin: 0 auto 68px;
  object-fit: contain;
}

.public-home-brand {
  margin-bottom: 68px;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .2em;
}

.public-home-card p {
  margin: 0 0 9px;
  color: #766b63;
  font-size: .95rem;
  line-height: 1.55;
}

.public-home-email {
  color: #342f2b;
  font-size: 1rem;
  font-weight: 650;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.public-home-email:hover {
  color: #c2185b;
}
