.about-page {
  padding-bottom: clamp(40px, 5vw, 64px);
}

.about-page .about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(340px, 34vw, 420px);
  align-items: center;
  gap: clamp(40px, 6vw, 88px);
  margin-bottom: clamp(40px, 5vw, 64px);
  padding: clamp(28px, 4vw, 48px) 0 clamp(36px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
}

.about-page .about-hero__copy {
  min-width: 0;
  max-width: 680px;
}

.about-page .about-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .15em;
}

.about-page .about-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.about-page h1 {
  margin: 0 0 28px;
  color: var(--text);
  font-size: clamp(36px, 4.7vw, 64px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -.055em;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.about-page .about-hero__copy > p:last-child {
  max-width: 520px;
  margin: 0;
  color: var(--text-2);
  font-size: clamp(17px, 1.55vw, 19px);
  line-height: 1.9;
  letter-spacing: -.012em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.about-page .about-portrait {
  width: 100%;
  margin: 0;
}

.about-page .about-portrait__frame {
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 12px;
  background: var(--surface-2);
}

.about-page .about-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .about-portrait figcaption {
  margin: 0;
  padding-top: 14px;
  color: var(--text-2);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .08em;
}

.about-page .prose {
  max-width: 720px;
  margin-inline: auto;
}

.about-page .prose > :is(p, h2) {
  max-width: 720px;
  margin-inline: auto;
}

.about-page .prose p {
  color: #41483f;
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.about-page .prose p + p {
  margin-top: 22px;
}

.about-page .prose h2 {
  margin-top: 56px;
  margin-bottom: 22px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
  color: var(--text);
  font-size: clamp(24px, 2.7vw, 32px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -.035em;
  word-break: keep-all;
  overflow-wrap: anywhere;
  scroll-margin-top: 110px;
}

.about-page .prose > h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.about-page .prose a:not(.btn) {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.about-page .about-stage {
  width: 100%;
  max-width: 720px;
  margin: clamp(32px, 4vw, 48px) auto;
}

.about-page .about-stage img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.about-page .about-stage figcaption {
  margin-top: 14px;
  color: var(--text-2);
  font-size: 12px;
  line-height: 1.6;
}

.about-page .prose .hero__cta {
  gap: 12px;
  margin-top: 30px;
}

.about-page .hero__cta .btn {
  min-height: 52px;
  padding-inline: 26px;
  font-size: 15px;
}

.about-page .prose a.btn {
  text-decoration: none;
}

.about-page .prose a.btn--primary {
  color: var(--on-accent);
}

.about-page .prose > p:last-child {
  margin-top: 30px;
  color: var(--text-2);
  font-size: 13px;
  line-height: 1.8;
}

@media (max-width: 900px) {
  .about-page .about-hero {
    grid-template-columns: minmax(0, 1fr);
    max-width: 720px;
    margin-inline: auto;
    gap: 32px;
    padding-top: 28px;
  }

  .about-page .about-hero__copy {
    max-width: 640px;
  }

  .about-page .about-eyebrow {
    margin-bottom: 20px;
  }

  .about-page h1 {
    max-width: 640px;
    margin-bottom: 22px;
    font-size: clamp(34px, 6.5vw, 52px);
    line-height: 1.24;
    letter-spacing: -.045em;
  }

  .about-page .about-portrait {
    max-width: none;
  }

  .about-page .prose p {
    font-size: 17px;
    line-height: 1.85;
  }

  .about-page .prose h2 {
    margin-top: 42px;
    margin-bottom: 18px;
    padding-top: 32px;
  }

  .no-js .site-header {
    position: static;
    height: auto;
  }

  .no-js .site-header .wrap {
    min-height: 62px;
    flex-wrap: wrap;
    padding-top: 12px;
  }

  .no-js .nav--sheet {
    position: static;
    flex-basis: 100%;
    padding-inline: 0;
    box-shadow: none;
  }
}

/* Keep the final invitation on the same reading axis as the biography. */
.editorial .about-page .gim-invite {
  display: grid;
  max-width: 720px;
  margin: 48px auto 0;
  padding: clamp(24px, 4vw, 36px);
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface-2);
}
.about-page .gim-invite > .btn { justify-self: start; width: fit-content; }
.about-page .prose a:not(.btn) { color: #284bb5; }
.about-page a:focus-visible {
  outline: 3px solid #284bb5;
  outline-offset: 4px;
}
.about-page .prose > p:last-child { font-size: 14px; }
