/* ── IMAGES ── */
figure {
  margin: 2em auto;
  max-width: 100%;
}

figure img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

figcaption {
  text-align: center;
  font-size: 0.85em;
  color: #888888;
  margin-top: 0.6em;
  line-height: 1.5;
}

[data-content="hero"] figure {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  margin-bottom: 1.75rem;
}

[data-content="hero"] figure img {
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  figure {
    margin: 1.5em auto;
  }

  figure img {
    border-radius: 4px;
  }
}
