.about-page :where(main) h1,
.about-page :where(main) h2,
.about-page :where(main) h3 {
  color: var(--navy);
  text-wrap: balance;
}

.about-page h2 {
  font-size: clamp(2rem, 3.1vw, 3rem);
  line-height: 1.08;
}

.about-page .eyebrow,
.about-page .text-link {
  font-size: 0.875rem;
}

.about-page .eyebrow {
  letter-spacing: 0.14em;
  margin-bottom: 22px;
}

.firm-hero {
  background: white;
  padding: 26px 0 62px;
}

.breadcrumb {
  color: var(--slate);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  gap: 12px;
  margin-bottom: 36px;
}

.breadcrumb a:hover {
  color: var(--green);
  text-decoration: underline;
}

.firm-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(36px, 6vw, 86px);
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.firm-hero h1 {
  font-size: clamp(2.6rem, 4.2vw, 4rem);
  line-height: 1.06;
  margin-bottom: 24px;
  max-width: 640px;
}

.firm-intro {
  color: var(--slate);
  font-size: 1rem;
  line-height: 1.85;
  max-width: 610px;
}

.firm-hero-copy .text-link {
  margin-top: 12px;
}

.firm-hero-image {
  margin: 0;
}

.firm-hero-image img {
  aspect-ratio: 1.2;
  height: auto;
  object-fit: cover;
  object-position: 64% center;
  width: 100%;
}

.firm-hero-image figcaption {
  border-top: 2px solid var(--green);
  color: var(--slate);
  font-size: 0.8125rem;
  padding-top: 13px;
}

.firm-facts {
  background: var(--mist);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.firm-facts-grid {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: 1.1fr 1fr 1fr;
  padding-top: 35px;
  padding-bottom: 35px;
}

.firm-facts-grid > p {
  color: var(--navy);
  font-family: var(--display);
  font-size: 1.65rem;
  line-height: 1.25;
  margin: 0;
}

.firm-facts-grid > p span {
  color: var(--green);
}

.firm-facts-grid > div {
  border-left: 1px solid #bfcecb;
  display: grid;
  gap: 8px;
  padding-left: 40px;
}

.firm-facts strong {
  color: var(--navy);
  font-family: var(--display);
  font-size: clamp(2rem, 2.6vw, 2.65rem);
  font-weight: 400;
  line-height: 1.1;
}

.firm-facts-grid > div span {
  color: var(--slate);
  font-size: 0.875rem;
}

.firm-section {
  padding: clamp(64px, 7vw, 104px) 0;
}

.firm-editorial-grid {
  display: grid;
  gap: clamp(40px, 8vw, 115px);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.firm-body-copy,
.firm-approach .section-heading > p:not(.eyebrow) {
  color: var(--slate);
  font-size: 1rem;
  line-height: 1.85;
}

.firm-body-copy p {
  margin-bottom: 20px;
}

.firm-body-copy > :last-child {
  margin-bottom: 0;
}

.firm-body-copy .text-link {
  margin-top: 9px;
}

.firm-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 58px 0 0;
  padding: 0;
}

.firm-timeline li {
  border-top: 1px solid #bccfca;
  padding: 26px 34px 0 0;
}

.firm-timeline time {
  color: var(--green);
  display: block;
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 16px;
}

.firm-timeline h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.firm-timeline p {
  color: var(--slate);
  font-size: 1rem;
  margin: 0;
  max-width: 340px;
}

.firm-perspective {
  background: var(--navy-deep);
}

.firm-perspective h2,
.firm-cta h2 {
  color: white;
}

.firm-perspective .firm-body-copy {
  color: rgba(255, 255, 255, 0.78);
}

.firm-client-types {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #a8d7c8;
  display: grid;
  font-size: 0.875rem;
  gap: 12px 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
  padding-top: 26px;
}

.firm-competencies {
  background: white;
}

.firm-section-top {
  align-items: end;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 42px;
}

.firm-section-top h2 {
  margin: 0;
}

.firm-section-top > a {
  flex-shrink: 0;
}

.firm-competency-grid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.firm-competency-grid article {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  padding: clamp(26px, 3vw, 42px);
}

.firm-competency-grid article:nth-child(2) {
  background: var(--mist);
}

.firm-competency-grid h3,
.firm-principles h3 {
  font-family: var(--display);
  font-size: clamp(1.55rem, 2vw, 1.9rem);
  font-weight: 400;
  margin-bottom: 15px;
}

.firm-competency-grid p,
.firm-principles p,
.firm-related-services {
  color: var(--slate);
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}

.firm-related-services {
  margin-top: 28px;
  max-width: 960px;
}

.firm-approach {
  background: var(--mist);
}

.firm-principles article {
  border-top: 1px solid #c3d2cf;
  padding: 25px 0;
}

.firm-principles article:first-child {
  padding-top: 0;
  border-top: 0;
}

.firm-principles article:last-child {
  padding-bottom: 0;
}

.firm-cta {
  background: var(--navy);
  color: white;
  padding: clamp(58px, 6vw, 85px) 0;
}

.firm-cta-grid {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.firm-cta h2 {
  margin-bottom: 18px;
  max-width: 680px;
}

.firm-cta p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.firm-cta-actions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.firm-cta .button {
  font-size: 0.875rem;
  max-width: 100%;
  text-align: left;
  white-space: normal;
}

.firm-cta .button svg {
  flex-shrink: 0;
}

.firm-body-copy a:not(.text-link) {
  text-decoration: underline;
}

.about-page a:focus-visible,
.about-page button:focus-visible,
.about-page summary:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}

@media (max-width: 850px) {
  .firm-hero-grid,
  .firm-editorial-grid,
  .firm-cta-grid {
    grid-template-columns: 1fr;
  }

  .firm-hero-copy {
    max-width: 660px;
  }

  .firm-hero-image img {
    aspect-ratio: 1.8;
  }

  .firm-facts-grid {
    column-gap: 25px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .firm-facts-grid > p {
    grid-column: 1 / -1;
  }

  .firm-facts-grid > div {
    padding-left: 25px;
  }

  .firm-section-top {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .firm-hero {
    padding-bottom: 40px;
  }

  .firm-facts-grid {
    gap: 25px;
    grid-template-columns: 1fr;
  }

  .firm-facts-grid > div {
    border-left: 0;
    border-top: 1px solid #bfcecb;
    padding: 22px 0 0;
  }

  .firm-timeline,
  .firm-competency-grid,
  .firm-client-types {
    grid-template-columns: 1fr;
  }

  .firm-timeline {
    gap: 28px;
    margin-top: 40px;
  }

  .firm-timeline li {
    padding-right: 0;
  }

  .firm-timeline p {
    max-width: none;
  }

  .firm-cta .button {
    gap: 12px;
    padding: 14px 18px;
  }
}
