:root {
  color-scheme: dark;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  background: #101318;
  color: #eee8d8;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 75% 25%, rgb(84 61 111 / 30%), transparent 32rem),
    linear-gradient(145deg, #151922, #090b0f);
}

main {
  width: min(44rem, calc(100% - 3rem));
  padding: 4rem 0;
}

.eyebrow {
  margin: 0 0 1rem;
  color: #c9af78;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3rem, 9vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

main > p:last-child {
  max-width: 35rem;
  margin: 2rem 0 0;
  color: #aaa79e;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}
