.about-portrait {
  width: min(100%, 15rem);
  margin: 0 0 var(--space-md);
  overflow: hidden;
  border: 1px solid var(--rule-subtle);
  border-radius: clamp(1rem, 2vw, 1.5rem);
  background: #fff;
}

.about-portrait img {
  display: block;
  width: 100%;
  height: auto;
}

.about-life-photo {
  display: grid;
  gap: var(--space-xs);
  margin-block: 0 var(--space-2xl);
}

.about-life-photo picture,
.about-life-photo img {
  display: block;
  width: 100%;
}

.about-life-photo picture {
  overflow: hidden;
  border-radius: clamp(1rem, 2.5vw, 2rem);
  background: var(--surface-strong);
}

.about-life-photo img {
  height: auto;
}

.about-life-photo figcaption {
  max-width: 62ch;
  color: var(--muted);
  font-size: var(--text-small);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .about-portrait {
    width: min(10rem, 42vw);
  }
}
