.about-masthead-subtitle {
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(24px, 1.7vw + 0.6rem, 48px);
  line-height: 1.02;
  text-wrap: balance;
}

.about-masthead-statement {
  max-width: min(100%, 31ch);
  margin: 0;
  padding-top: 0;
  font-size: var(--statement-size);
  line-height: 1.12;
  color: var(--accent);
  text-align: right;
}

.about-masthead-statement::before {
  display: none;
}

.about-masthead-statement span {
  display: block;
  white-space: nowrap;
}

.about-story .section-inner {
  grid-template-columns: 1fr;
  gap: clamp(32px, 4vw, 58px);
  align-items: start;
}

.about-story .content-block {
  max-width: 1120px;
}

.about-story-media {
  position: relative;
  top: auto;
  width: min(100%, 1320px);
  aspect-ratio: 1.62 / 1;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 0;
  background: var(--surface);
}

.about-story-media::after {
  content: none;
}

.about-story-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1180px) {
  .about-story .section-inner {
    grid-template-columns: 1fr;
  }

  .about-story-media {
    min-height: 0;
  }

  .about-masthead-statement {
    text-align: left;
  }
}

@media (max-width: 720px) {
  .about-masthead-subtitle {
    font-size: clamp(21px, 5.3vw, 29px);
  }

  .about-masthead-statement {
    max-width: min(100%, 23ch);
  }

  .about-masthead-statement span {
    white-space: normal;
  }
}
