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

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
}

.shell {
  width: min(720px, calc(100vw - 40px));
}

.eyebrow {
  margin: 0 0 18px;
  color: #6c5d4d;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(3rem, 11vw, 6.5rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.lede {
  max-width: 560px;
  margin: 28px 0 34px;
  color: #51483f;
  font-size: 1.2rem;
  line-height: 1.65;
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #171717;
  color: #ffffff;
  background: #171717;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}
