/* About-only composition. Keep shared site typography, colors and navigation. */
.about-page main > .shell:not(.about-hero):not(.about-process),
.about-page .about-programs > .shell,
.about-page .about-industries > .shell { padding-inline: clamp(24px, 6.6vw, 104px); }
/* Alternate text / image, then image / text on desktop. */
.about-page .about-hero,
.about-page .about-process {
  display: grid;
  --about-copy-inset: max(clamp(24px, 6.6vw, 104px), calc((100% - var(--max)) / 2 + 104px));
  width: 100%;
  max-width: none;
  margin-inline: auto;
  padding-inline: clamp(24px, 6.6vw, 104px);
  grid-template-areas: none;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
.about-page .about-hero {
  padding-left: var(--about-copy-inset);
  padding-right: 0;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  padding-block: clamp(64px, 7vw, 112px);
}
.about-page .about-process {
  padding-left: 0;
  padding-right: var(--about-copy-inset);
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}
.about-page .about-hero-copy { grid-area: auto; display: block; min-width: 0; padding: 0; }
.about-page .about-hero-copy :is(h1, h2) {
  margin: 0 0 28px;
  font-size: clamp(38px, 4.4vw, 68px) !important;
  line-height: 1.05 !important;
}
.about-page .about-hero-copy :is(h1, h2) br:last-of-type { display: none; }
.about-page .about-hero-copy :is(h1, h2) span::before { content: " "; }
.about-page .about-hero-copy > p:not(.eyebrow) { margin-bottom: 28px; }
.about-page .about-hero-copy > .button { max-width: 100%; }
.about-page .about-hero-note { font-size: 12px; margin-top: 24px; }
.about-page .about-hero-photo,
.about-page .about-process-photo {
  grid-area: auto;
  width: 100%;
  min-height: 0;
  height: clamp(480px, 48vw, 700px);
  margin: 0;
  aspect-ratio: auto;
  border-radius: 0;
  background: transparent;
}
.about-page .about-hero-photo {
  -webkit-mask: url("about-team-mask.svg") center / 100% 100% no-repeat;
  mask: url("about-team-mask.svg") center / 100% 100% no-repeat;
}
.about-page .about-photo img { scale: none; transform: none; }
.about-page .about-photo img[data-about-parallax] {
  transform: translate3d(0, var(--about-photo-offset, 0px), 0) scale(1.14);
}
.about-page .about-photo img.is-about-parallax-visible { will-change: transform; }
.about-page .about-hero-photo img { object-position: 62% center; }
.about-page .about-section { padding-block: clamp(64px, 7vw, 112px); }
.about-page .about-page-nav { min-height: 88px; }
.about-page .about-program-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.about-page .about-program {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: clamp(24px, 2.6vw, 40px);
  border: 1px solid #dce2e3;
  border-radius: var(--radius-card);
  background: white;
}
.about-page .about-program:first-child { background: var(--blue-dark); border-color: var(--blue-dark); color: white; }
.about-page .about-program:first-child p { color: #d3dfe6; }
.about-page .about-program:first-child .about-row-number { color: #eab976; }
.about-page .about-program > div:last-child { flex: 1; display: flex; flex-direction: column; }
.about-page .about-program .arrow-link { margin-top: auto; align-self: start; }
.about-page .about-process-photo {
  -webkit-mask: url("about-team-mask-left.svg") center / 100% 100% no-repeat;
  mask: url("about-team-mask-left.svg") center / 100% 100% no-repeat;
}
.about-page .about-process-photo img { object-position: center; }
.about-page .about-process > div { grid-area: auto; display: block; min-width: 0; }
.about-page .about-process h2 { margin-bottom: 32px; }
.about-page .about-process-list { width: 100%; }
.about-page .about-process-list p { font-size: 15px; }
.about-page .about-process-list li { padding-block: 20px; }
.about-page .about-process-list li:last-child { border-bottom: 1px solid var(--line); }
.about-page .about-local { align-items: center; }
@media (max-width: 1000px) {
  .about-page .about-program-list { grid-template-columns: 1fr; }
  .about-page .about-program { display: grid; grid-template-columns: 32px 1fr 1.2fr; gap: 24px; }
}
@media (min-width: 761px) and (max-width: 1000px) {
  .about-page .about-hero-copy > .button { width: 100%; padding-inline: 16px; gap: 12px; font-size: 11px; }
  .about-page .about-hero-note { font-size: 10px; }
  .about-page .about-process-list p { font-size: 14px; }
}
@media (max-width: 760px) {
  .about-page .about-hero,
  .about-page .about-process { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .about-page .about-hero-copy { padding-right: var(--about-copy-inset); }
  .about-page .about-process > div { padding-left: var(--about-copy-inset); }
  .about-page .about-hero-copy :is(h1, h2) { font-size: clamp(38px, 8vw, 58px) !important; }
  .about-page .about-hero-copy > .button { width: auto; max-width: 100%; }
  .about-page .about-hero-note { font-size: 11px; }
  .about-page .about-hero-photo,
  .about-page .about-process-photo { height: auto; aspect-ratio: 4 / 5; }
  .about-page .about-program { display: flex; }
}
@media (prefers-reduced-motion: reduce) {
  .about-page .about-photo img[data-about-parallax] { transform: none; will-change: auto; }
}
