.page--about .page {
  overflow: visible;
}

.about-home-banner {
  width: 100%;
  border-bottom: 1px solid var(--line);
}

.about-home-banner video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: 78vh;
  object-fit: cover;
  background: var(--soft);
}

.about-home-message {
  padding: 48px var(--space-page-gutter);
}

.about-home-message h1 {
  max-width: var(--layout-left-column-width);
  margin: 0;
  padding: 20px 0;
  font-size: var(--type-size-display-wide);
  font-family: var(--font-family-display);
  font-weight: var(--type-weight-display);
  font-stretch: var(--type-stretch-display);
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
}

.about-home-message__line {
  display: block;
}

.about-shell {
  padding-top: 0;
}

.about-article {
  gap: calc(var(--space-section-pad-y) * 0.55);
}

.page--about .blog-content-block--content:not(:last-child) {
  margin-bottom: calc(var(--space-section-pad-y) * 0.825);
}

.about-copy-section {
  display: grid;
  gap: 0.95rem;
  max-width: 44rem;
}

.about-copy-section h2,
.about-copy-section h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-family-display);
  font-weight: var(--type-weight-title);
  font-stretch: var(--type-stretch-title);
  line-height: var(--type-line-title);
  text-transform: uppercase;
}

.about-copy-section h2 {
  font-size: var(--type-size-title-default);
}

.about-copy-section h3 {
  margin-top: 1.35rem;
  font-size: var(--type-size-body);
}

.about-copy-section h4 {
  font-size: var(--type-size-body-small);
}

.about-copy-section h5,
.about-copy-section h6 {
  font-size: var(--type-size-meta);
}

.about-copy-section h2 + h3 {
  margin-top: 0;
}

.about-copy-section p {
  margin: 0;
  color: var(--muted);
  font-size: var(--type-size-body);
  line-height: 1.35;
}

.page--about .blog-rich-text h4 {
  font-size: var(--type-size-about-content-minor-heading);
}

.page--about .blog-rich-text h5,
.page--about .blog-rich-text h6 {
  font-size: var(--type-size-meta);
}

.page--about .blog-rich-text {
  font-size: var(--type-size-about-content-body);
  font-weight: var(--type-weight-about-content-body);
}

.page--about .blog-rich-text h2 {
  font-size: var(--type-size-about-content-heading);
  font-weight: var(--type-weight-about-content-heading);
}

.page--about .blog-rich-text h3 {
  font-size: var(--type-size-about-content-subheading);
  font-weight: var(--type-weight-about-content-subheading);
}

.page--about .blog-rich-text h4 {
  font-weight: var(--type-weight-about-content-minor-heading);
}

.page--about .blog-side__group h2 {
  font-size: var(--type-size-about-sidebar-heading);
  font-weight: var(--type-weight-about-sidebar-heading);
}

.page--about .blog-side__group a {
  font-size: var(--type-size-about-sidebar-link);
  font-weight: var(--type-weight-about-sidebar-link);
}

.about-side {
  top: calc(88px + var(--blog-gutter));
}

.about-clients {
  display: grid;
  gap: calc(var(--space-section-pad-y) * 0.75);
  padding: var(--space-section-header-open-top) var(--space-page-gutter) var(--space-section-header-open-bottom);
  border-top: 1px solid var(--line);
}

.about-clients__intro {
  display: grid;
  gap: var(--space-section-header-gap);
  justify-items: start;
}

.about-clients__intro h2 {
  max-width: min(var(--measure-editorial-heading), var(--layout-left-column-width));
  margin: 0;
  color: var(--ink);
  font-size: var(--type-size-section-heading);
  font-family: var(--font-family-display);
  font-weight: var(--type-weight-section-heading);
  font-stretch: var(--type-stretch-title);
  line-height: var(--type-line-title);
  text-transform: uppercase;
}

.about-clients__intro p {
  max-width: min(var(--measure-editorial-column), var(--layout-left-column-width));
  margin: 0;
  color: var(--muted);
  font-size: var(--type-size-copy-lead);
  font-weight: var(--type-weight-body);
  line-height: var(--type-line-body);
  text-transform: none;
}

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

.about-client-logo {
  display: grid;
  min-height: clamp(86px, 9vw, 132px);
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: clamp(10px, 1.5vw, 26px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f9f7f2;
}

.about-client-logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 74px;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  background: transparent;
}

.about-client-logo__link {
  display: grid;
  width: 100%;
  place-items: center;
}

@media (max-width: 980px) {
  .about-home-banner video {
    max-height: none;
    aspect-ratio: 16 / 11;
  }

  .about-home-message h1 {
    white-space: normal;
  }

  .about-copy-section {
    max-width: none;
  }

  .about-clients__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .about-clients__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
