* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: #171717;
  background: #f7f5ef;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

main {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: #6b6257;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 20px;
  font-size: clamp(36px, 8vw, 72px);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin: 36px 0 10px;
  font-size: 20px;
}

p {
  max-width: 640px;
  font-size: 18px;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

a {
  color: #111;
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
