.designer-compact-section {
  min-height: 0 !important;
}

.designer-compact-layout {
  min-height: 0 !important;
  padding: 2rem 5% !important;
  gap: clamp(2rem, 6vw, 6rem) !important;
  grid-template-columns: minmax(0, 1fr) 230px !important;
  align-items: center !important;
}

.designer-compact-copy {
  min-width: 0 !important;
}

.designer-compact-copy h1,
.designer-compact-copy h2 {
  margin: 0 0 1.25rem !important;
  font-size: clamp(2.75rem, 4.4vw, 4.5rem) !important;
  line-height: 1 !important;
}

.designer-compact-copy p {
  max-width: 760px !important;
  margin: 0 !important;
  font-size: clamp(1.05rem, 1.55vw, 1.4rem) !important;
  line-height: 1.45 !important;
}

.designer-compact-figure {
  width: 230px !important;
  max-width: 100% !important;
  margin: 0 !important;
  justify-self: center !important;
}

.designer-compact-portrait {
  display: block !important;
  width: 230px !important;
  height: 230px !important;
  max-width: 100% !important;
  object-fit: cover !important;
}

.designer-compact-caption {
  margin-top: 0.55rem !important;
  font-size: clamp(1.35rem, 2vw, 1.8rem) !important;
  line-height: 1.15 !important;
  text-align: center !important;
}

@media (max-width: 760px) {
  .designer-compact-layout {
    grid-template-columns: 1fr !important;
    padding: 2rem 1.5rem !important;
    gap: 1.75rem !important;
  }

  .designer-compact-copy h1,
  .designer-compact-copy h2 {
    font-size: clamp(2.4rem, 12vw, 3.4rem) !important;
  }

  .designer-compact-figure,
  .designer-compact-portrait {
    width: 210px !important;
  }

  .designer-compact-portrait {
    height: 210px !important;
  }
}
