:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0e0f12;
  color: #f2efe9;
}

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100svh;
  background:
    radial-gradient(circle at 50% 35%, rgba(201, 162, 75, 0.12), transparent 28rem),
    #0e0f12;
}

.maintenance {
  width: min(100% - 2rem, 46rem);
  min-height: 100svh;
  margin-inline: auto;
  padding-block: clamp(3rem, 12vh, 8rem);
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.brand-mark {
  width: clamp(4.5rem, 12vw, 6rem);
  height: auto;
  margin-bottom: 1.25rem;
  object-fit: contain;
}

.brand-name {
  margin: 0 0 1.25rem;
  color: #c9a24b;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.24em;
}

h1 {
  max-width: 14ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 8vw, 5rem);
  font-weight: 500;
  line-height: 1;
  text-wrap: balance;
}

.status-message {
  max-width: 38ch;
  margin: 1.5rem 0 0;
  color: #c2beb6;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 1.6;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
