/**
 * Section 02 — About (§10)
 * Brief editorial, curatorial voice — reads like liner notes in a case.
 * May be reduced or dropped (§15); kept minimal.
 */

.about__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: var(--space-lg);
  align-items: start;
}

.about__heading {
  color: var(--text);
}

.about__body {
  font-family: var(--font-mono);
  font-size: 1.0625rem;
  line-height: 1.9;
  color: var(--text);
  max-width: 60ch;
}

.about__body p + p {
  margin-top: var(--space-md);
}

.about__body .lead {
  color: var(--text-dim);
}
