:root {
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #171717;
  background: #fafafa;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.page-shell {
  width: min(100% - 2rem, 48rem);
  margin: 0 auto;
  padding: 6rem 0;
}

.eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  line-height: 1;
}

p {
  max-width: 44rem;
  font-size: 1.125rem;
  line-height: 1.65;
}
