#about {
  background: var(--sage);
  border-block: 1px solid var(--border-subtle);
}

/* Photo side (only used when .section-inner has .split-grid) */
.about-image-col {
  height: clamp(400px, 52vh, 580px);
}

.about-image-col .img-frame {
  height: 100%;
}

.about-content-col {
  display: flex;
  flex-direction: column;
  max-width: 760px;
}

.about-content-col p {
  font-size: var(--text-lg);
  line-height: 1.75;
  color: var(--ink);
}

.about-content-col p + p {
  margin-top: var(--space-5);
}

@media (max-width: 1023px) {
  .about-image-col { height: 56vw; max-height: 420px; }
}

@media (max-width: 639px) {
  .about-image-col { height: 78vw; max-height: 360px; }
  .about-content-col p { font-size: var(--text-base); }
}
