/* About body only: use the Home hero title scale over the existing photograph. */
.ikb-site-page .ikb-about-story .ikb-page-title {
  font-size: clamp(42px, 4.4vw, 56px);
  line-height: 1.04;
}

.ikb-site-page .ikb-about-story-intro {
  width: 100%;
  max-width: 736px;
  margin: clamp(56px, 7vw, 80px) auto 0;
  color: var(--ikb-ink);
  font-family: "Open Sans", system-ui, sans-serif;
  font-size: clamp(28px, 2.8vw, 38px);
  font-weight: 700;
  line-height: 1.2;
}

.ikb-site-page .ikb-about-narrative {
  margin-top: 22px;
}

.ikb-site-page .ikb-about-narrative p:first-child {
  color: var(--ikb-ink);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.ikb-site-page .ikb-about-book-credit {
  padding: 0 max(20px, calc((100% - 1180px) / 2)) clamp(56px, 7vw, 92px);
}

.ikb-site-page .ikb-about-book-credit > * {
  max-width: 736px;
  margin-inline: auto;
}

.ikb-site-page .ikb-about-book-credit .ikb-section-title {
  margin-block: 0 12px;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.25;
}

.ikb-site-page .ikb-about-book-credit-copy {
  color: var(--ikb-muted);
  font-family: "Open Sans", system-ui, sans-serif;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.6;
}

.ikb-site-page .ikb-about-book-credit-copy p {
  margin: 0 0 1.1em;
  font-size: inherit;
  line-height: inherit;
}

.ikb-site-page .ikb-about-book-credit-copy .ikb-about-book-signoff {
  margin-bottom: 0;
  color: var(--ikb-ink);
  font-weight: 700;
}

@media (max-width: 620px) {
  .ikb-site-page .ikb-about-story .ikb-page-title {
    font-size: clamp(32px, 9.5vw, 36px);
  }
}
