:root {
  color-scheme: dark;
  background: #000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: #000;
}

.construction-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  align-content: center;
  gap: clamp(28px, 4vw, 42px);
  padding: 32px 24px;
  text-align: center;
}

.construction-logo {
  width: min(350px, 78vw);
  height: auto;
}

.construction-message {
  margin: 0;
  color: #d8d8d8;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.6;
  letter-spacing: .01em;
}
