:root {
  color-scheme: dark;
  font-family: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  color: #f7f5ef;
  background: #11110f;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  display: grid;
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 80% 20%, rgb(187 255 91 / 12%), transparent 35rem),
    #11110f;
}

main {
  width: min(70rem, 100%);
  margin: auto;
  padding: clamp(2rem, 8vw, 7rem);
}

.eyebrow {
  margin: 0 0 2rem;
  color: #bbff5b;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  max-width: 15ch;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.6rem, 8vw, 6.8rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.intro {
  margin: 2.5rem 0 0.75rem;
  color: #b8b6ae;
  font-size: clamp(1rem, 2vw, 1.25rem);
}

a {
  color: #f7f5ef;
  text-underline-offset: 0.3em;
}

a:hover,
a:focus-visible {
  color: #bbff5b;
}
