.maker-profile {
  max-width: 1180px;
  margin: 0 auto;
  padding: 130px 28px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(52px, 7vw, 104px);
}

.maker-profile__portrait { margin: 0; }

.maker-profile__portrait img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #d8d0c2;
}

.maker-profile__portrait figcaption {
  margin-top: 15px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .1em;
}

.maker-profile__copy h2 {
  margin: 28px 0 34px;
  font-size: clamp(38px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .04em;
}

.maker-profile__copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
  line-height: 2.15;
}

.maker-profile__copy .maker-profile__lead {
  color: var(--ink);
  font-size: 19px;
}

@media (max-width: 900px) {
  .maker-profile { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .maker-profile {
    padding: 76px 22px;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .maker-profile__copy h2 {
    margin: 22px 0 28px;
    font-size: clamp(28px, 7.7vw, 34px);
    letter-spacing: .04em;
  }

  .maker-profile__copy p:not(.eyebrow) {
    font-size: 14px;
    line-height: 2;
  }

  .maker-profile__copy .maker-profile__lead { font-size: 17px; }
}
