:root {
  color-scheme: dark;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  background: #000000;
}

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100vh;
  min-height: 100svh;
  background: #000000;
}

.coming-soon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  padding: 2rem;
  text-align: center;
}

.coming-soon h1 {
  margin: 0;
  font-size: clamp(4rem, 15vw, 9rem);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.055em;
}

.coming-soon p {
  margin: 1.4rem 0 0;
  font-size: clamp(0.75rem, 2vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.32em;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .coming-soon {
    padding: 1.5rem;
  }

  .coming-soon p {
    letter-spacing: 0.24em;
  }
}
