/* About page */

.page-hero { background: var(--navy); padding: 80px 0 68px; }
.page-hero .wrap { display: flex; gap: 56px; align-items: center; }
.page-hero__copy { flex: 1; min-width: 0; }
.page-hero__title { color: var(--ivory); font-size: 32px; line-height: 1.3; margin-top: 16px; }
.page-hero__lede { color: var(--nav-link); font-size: 15.5px; line-height: 1.6; margin-top: 18px; }
.page-hero__photo {
  width: 260px; height: 320px; flex: none;
  display: block; object-fit: cover; object-position: 68% 20%;
}

.career { background: var(--ivory); padding: 88px 0 8px; }
.career .wrap { max-width: 720px; }
.career p { font-size: 16px; line-height: 1.75; color: var(--ink-2); margin-top: 18px; }

.credentials { background: var(--ivory); padding: 56px 0 96px; }
.credentials .wrap { max-width: 720px; border-top: 1px solid var(--ivory-line); padding-top: 56px; }
.credentials p { font-size: 15.5px; line-height: 1.75; color: var(--body-text); margin-top: 18px; }
.credentials p + p { margin-top: 16px; }

.beyond-office {
  background: var(--ivory-3);
  padding: 88px 0;
  border-top: 1px solid var(--ivory-line);
  border-bottom: 1px solid var(--ivory-line);
}
.beyond-office .wrap { max-width: 680px; }
.beyond-office p {
  font-size: 16.5px; line-height: 1.85; color: var(--body-text); margin-top: 20px;
  font-family: 'Lora', Georgia, serif;
}
.beyond-office p.pull { color: var(--gold-dark); font-style: italic; }

.author { background: var(--ivory); padding: 88px 0; }
.author .wrap { max-width: 720px; display: flex; gap: 32px; align-items: center; }
.author__cover { width: 110px; height: 150px; flex: none; display: block; object-fit: cover; border: 1px solid var(--cream-line-2); }
.author p { font-size: 15px; line-height: 1.7; color: var(--body-text); margin-top: 12px; }
.author a { display: inline-block; margin-top: 14px; font-size: 13.5px; font-weight: 600; }

.testimonials { background: var(--ivory); padding: 16px 0 88px; }
.testimonials .wrap { max-width: 900px; border-top: 1px solid var(--ivory-line); padding-top: 56px; }
.testimonials__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; margin-top: 24px; }
.testimonials__item { padding: 20px 0; }
.testimonials__item p { font-size: 13px; line-height: 1.6; color: var(--muted); font-style: italic; }
.testimonials__item cite { font-size: 12px; color: var(--gold-dark); margin-top: 12px; font-weight: 600; font-style: normal; display: block; }

.about-cta { background: var(--navy); padding: 80px 0; text-align: center; }
.about-cta .wrap { max-width: 560px; margin-inline: auto; }
.about-cta p.lede { color: var(--nav-link); font-size: 16px; line-height: 1.6; }
.about-cta p.lead { color: var(--ivory); font-size: 22px; margin-top: 18px; }
.about-cta .btn-gold { margin-top: 26px; }

@media (max-width: 880px) {
  .page-hero .wrap { flex-direction: column-reverse; align-items: stretch; }
  .page-hero__photo { width: 100%; height: 260px; }
  .author .wrap { flex-direction: column; align-items: flex-start; }
  .testimonials__grid { grid-template-columns: 1fr; }
}
