:root {
  color-scheme: light;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #19191c;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; }
::selection { background: #2349ec; color: #fff; }

.site-shell {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.landing {
  width: 100%;
  max-width: 21rem;
  margin: 0 auto auto 0;
  padding: 0;
  text-align: left;
}

.wordmark {
  margin: 0 0 .875rem;
  font-size: clamp(3rem, 5vw, 3.75rem);
  line-height: 1;
  letter-spacing: -.07em;
  font-weight: 300;
}

.wordmark span {
  display: inline-block;
  color: #2349ec;
}

.identity, .status, footer {
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1.5;
}

.identity { margin: 0; color: #727278; letter-spacing: -.025em; }
.intro { margin: 2.5rem 0 1.75rem; }
.statement { margin: 0 0 .75rem; font-size: 1.125rem; line-height: 1.4; letter-spacing: -.035em; }
.description { margin: 0; font-size: .875rem; line-height: 1.65; color: #727278; font-weight: 300; }
.status { margin: 0; color: #2349ec; letter-spacing: -.025em; }
footer { padding-top: 4rem; text-align: left; color: #727278; letter-spacing: -.025em; }

@media (max-width: 480px) {
  .site-shell { padding: 2rem 1.5rem 1.5rem; }
  .intro { margin-top: 2rem; }
}
