/* ==========================================================================
   Content-section block (H2 + optional full image + text)
   ========================================================================== */
.content-section__media {
  margin-block: var(--space-lg);
  border-radius: var(--radius-card);
  background: var(--color-bg-dark);
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.content-section__media--full img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
}

.content-section__body h3:first-child {
  margin-top: 0;
}
