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

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%),
    radial-gradient(circle at 78% 12%, rgba(174, 137, 83, 0.16), transparent 34%),
    #090909;
}

.shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
}

.hero {
  width: min(760px, 100%);
}

.eyebrow {
  margin: 0 0 18px;
  color: #c8ad7f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(64px, 12vw, 144px);
  line-height: 0.9;
  font-weight: 780;
  letter-spacing: 0;
}

.copy {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(244, 241, 234, 0.72);
  font-size: 20px;
  line-height: 1.7;
}
