:root {
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: #f3f1eb;
  color: #171713;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100svh;
  margin: 0;
}

main {
  display: flex;
  min-height: 100svh;
  width: min(100%, 78rem);
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 5rem);
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin: 0 0 clamp(4rem, 12vh, 8rem);
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.status {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.5rem;
  color: #59584f;
  font-size: 0.875rem;
}

.status-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #2f9b5f;
  box-shadow: 0 0 0 0.25rem rgb(47 155 95 / 12%);
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.25rem, 9vw, 8.5rem);
  font-weight: 520;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.lede {
  max-width: 39rem;
  margin: clamp(2rem, 5vw, 3.5rem) 0 0;
  color: #59584f;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.55;
}
