*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  height: 100%;
}

body {
  background: #0b0b0c;
  color: #e8e2d6;
}

.page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  position: relative;
  padding: 2rem;
}

.brand {
  margin: 0;
  font-family: "Cinzel", "Times New Roman", serif;
  font-weight: 600;
  font-size: clamp(2.4rem, 6vw, 5.5rem);
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.coming-soon {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.1rem, 2.4vw, 1.6rem);
  letter-spacing: 0.18em;
  color: #b8b0a0;
}
