:root { color-scheme: dark; }

* { box-sizing: border-box; }

html, body {
  margin: 0;
  height: 100%;
  background: #05060c;
  color: #f4efe6;
  overflow: hidden;
  font-family: "Outfit", "Avenir Next", "Segoe UI", sans-serif;
}

canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.veil {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 42%, transparent 0%, rgba(5, 6, 12, 0.18) 42%, rgba(5, 6, 12, 0.72) 100%);
}

main {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px 20px 48px;
  pointer-events: none;
}

.kicker {
  margin: 0 0 18px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  color: rgba(244, 239, 230, 0.62);
}

h1 {
  margin: 0;
  font-family: "Instrument Serif", "Iowan Old Style", Palatino, serif;
  font-weight: 400;
  font-size: clamp(72px, 14vw, 168px);
  line-height: 0.88;
  letter-spacing: -0.03em;
}

.host {
  margin: 22px 0 0;
  font-size: clamp(16px, 2.2vw, 22px);
  letter-spacing: 0.18em;
  text-transform: lowercase;
  color: #9be7ff;
}

.line {
  margin: 18px 0 0;
  max-width: 28rem;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(244, 239, 230, 0.72);
}

.clock {
  margin: 28px 0 0;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.28em;
  font-size: 13px;
  color: rgba(244, 239, 230, 0.48);
}
