:root {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  background: #0a0a0a;
  color: #e8e6e1;
  font-family: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 8vh 6vw;
}

.page {
  max-width: 640px;
  text-align: center;
}

.wordmark {
  margin: 0;
  font-family: "Baskervville", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 6vw, 3.1rem);
  font-weight: 400;
  letter-spacing: 0.24em;
  text-indent: 0.24em;
  color: #f5f3ee;
}

.tagline {
  margin: 1.3em 0 0;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  color: #9a968c;
  font-style: italic;
  font-weight: 400;
}

.disclaimer {
  margin: 5em auto 0;
  max-width: 480px;
}

.disclaimer p {
  font-size: 0.78rem;
  line-height: 1.75;
  color: #4a4842;
  letter-spacing: 0.01em;
}

.copyright {
  margin: 3em 0 0;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: #4a4842;
}
