

.book { min-height: 70vh; padding-bottom: 120px; }

.book__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.book__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.16;
  color: var(--ink);
  margin: 0 0 24px;
}

.book__lede {
  font-size: 17px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 48px;
  text-wrap: pretty;
}

.book__cta {
  font-size: 12.5px;
  padding: 20px 46px;
}
