:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #202c39;
  background: #f6f7f8;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 5vw, 4rem);
}

main {
  width: 100%;
  max-width: 54rem;
  margin: auto;
  padding: 4rem 0;
}

.eyebrow {
  margin: 0 0 2rem;
  font-size: .875rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1.6;
}

h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(3.5rem, 10vw, 7rem);
  line-height: 1.03;
  letter-spacing: -.045em;
}

.host { margin: 1.75rem 0 0; font-size: 1.125rem; }

.description {
  max-width: 32rem;
  margin: 2rem 0;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #465362;
}

.status {
  display: inline-block;
  margin: .5rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid #8a959f;
  font-size: 1rem;
}

footer {
  width: 100%;
  max-width: 54rem;
  margin: 0 auto;
  color: #465362;
  font-size: .875rem;
  line-height: 1.6;
}
