/* The FORMACT about page uses the site's type, palette and controls. */
.about-page {
  --about-dark: #141719;
  --about-rule: #cbd1d6;
}

.about-page h1,
.about-page h2 {
  text-wrap: balance;
}

.about-page p {
  font-size: 16px;
  line-height: 1.8;
  max-width: 65ch;
  overflow-wrap: break-word;
}

.about-page .eyebrow {
  color: var(--orange-dark);
  font-size: 11px;
  margin-bottom: 20px;
}

.about-page .text-link {
  width: fit-content;
  max-width: 100%;
  margin-top: 28px;
  color: var(--ink);
  line-height: 1.45;
}

.editorial-body .about-page .text-link {
  display: inline-block;
  overflow-wrap: break-word;
}

.about-page .text-link:hover {
  color: var(--orange-dark);
}

.about-intro {
  padding: clamp(64px, 8vw, 126px) 0 clamp(76px, 9vw, 140px);
  border-bottom: 1px solid var(--about-rule);
  background: var(--paper);
}

.about-intro h1 {
  max-width: 25ch;
  font-size: clamp(44px, 3.7vw, 58px);
  line-height: 1.12;
  letter-spacing: -.055em;
  text-wrap: wrap;
  overflow-wrap: break-word;
}

.about-intro p {
  max-width: 67ch;
  margin-top: 22px;
}

.about-intro p:first-of-type {
  max-width: 62ch;
  margin-top: 34px;
  color: var(--ink);
  font-size: clamp(19px, 1.55vw, 23px);
  line-height: 1.55;
}

.about-focus,
.about-collaboration {
  padding: clamp(76px, 8.5vw, 132px) 0;
}

.about-focus {
  background: #fff;
}

.about-focus > .container,
.about-collaboration > .container {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(48px, 8vw, 126px);
}

.about-section-heading {
  min-width: 0;
  border-top: 3px solid var(--orange);
  padding-top: 22px;
}

.about-section-index {
  display: block;
  margin-bottom: 27px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .12em;
}

.about-section-heading h2 {
  max-width: 18ch;
  font-size: clamp(32px, 3.1vw, 45px);
  line-height: 1.16;
}

.about-section-copy {
  min-width: 0;
  padding-top: 22px;
}

.about-section-copy p + p {
  margin-top: 20px;
}

.about-section-copy p:first-child {
  color: var(--ink);
  font-size: clamp(18px, 1.35vw, 20px);
  line-height: 1.65;
}

.about-person {
  padding: clamp(76px, 8vw, 120px) 0;
  background: var(--about-dark);
  color: #f5f6f7;
}

.about-person-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(42px, 7vw, 112px);
}

.about-portrait {
  min-width: 0;
  margin: 0;
}

.about-portrait img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 32%;
  background: #292d30;
}

.about-portrait figcaption {
  margin-top: 14px;
  color: #aeb6bc;
  font-size: 12px;
  line-height: 1.5;
}

.about-person-copy {
  min-width: 0;
}

.about-person-copy .eyebrow {
  color: #ff9349;
}

.about-person-copy h2 {
  max-width: 18ch;
  margin-bottom: 31px;
  font-size: clamp(32px, 3vw, 44px);
}

.about-person-copy blockquote {
  margin: 0;
  padding-left: clamp(19px, 2.4vw, 34px);
  border-left: 2px solid var(--orange);
}

.about-person-copy blockquote p {
  max-width: 61ch;
  color: #d5dade;
}

.about-person-copy blockquote p:first-child {
  color: #f4f5f6;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.65;
}

.about-person-copy blockquote p + p {
  margin-top: 21px;
}

.about-person-copy cite,
.about-person-copy .about-person-name {
  display: block;
  margin-top: 32px;
  color: #f5f6f7;
  font-size: 16px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.5;
}

.about-person-copy .about-person-role {
  display: block;
  margin-top: 3px;
  color: #aeb6bc;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.about-purpose {
  padding: clamp(82px, 9vw, 140px) 0;
  background: var(--light);
}

.about-purpose-inner {
  max-width: 920px;
  margin-inline: auto;
}

.about-purpose-inner h2 {
  max-width: 21ch;
  margin-bottom: 34px;
  font-size: clamp(33px, 3.6vw, 53px);
  line-height: 1.14;
}

.about-purpose-inner p {
  max-width: 69ch;
}

.about-purpose-inner p:first-of-type {
  color: var(--ink);
  font-size: clamp(18px, 1.4vw, 21px);
  line-height: 1.65;
}

.about-purpose-inner p + p {
  margin-top: 20px;
}

.about-collaboration {
  background: var(--paper);
}

.about-contact {
  padding: clamp(74px, 8vw, 122px) 0 clamp(78px, 9vw, 132px);
  background: #1a1d20;
  color: #f5f6f7;
}

.about-contact > .container {
  max-width: 960px;
}

.about-contact h2 {
  max-width: 20ch;
  font-size: clamp(34px, 4vw, 57px);
  line-height: 1.14;
}

.about-contact p {
  max-width: 60ch;
  margin-top: 25px;
  color: #c8ced3;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.7;
}

.about-contact .button {
  margin-top: 30px;
}

@media (max-width: 980px) {
  .about-person-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .about-portrait {
    max-width: 500px;
  }
}

@media (max-width: 900px) {
  .about-focus > .container,
  .about-collaboration > .container {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .about-section-heading h2 {
    max-width: 23ch;
  }

  .about-section-copy {
    padding-top: 0;
  }
}

@media (max-width: 700px) {
  .about-intro {
    padding: 60px 0 75px;
  }

  .about-intro h1 {
    max-width: 100%;
    font-size: clamp(31px, 8.5vw, 42px);
  }

  .about-intro p:first-of-type {
    margin-top: 26px;
  }

  .about-focus,
  .about-collaboration,
  .about-purpose,
  .about-person,
  .about-contact {
    padding-block: 70px;
  }

  .about-person-copy h2 {
    margin-bottom: 25px;
  }
}

@media (max-width: 400px) {
  .about-section-heading h2,
  .about-person-copy h2 {
    font-size: 31px;
  }

  .about-purpose-inner h2,
  .about-contact h2 {
    font-size: 33px;
  }
}
