/* Quiet, accessible spaces reserved for future scene illustrations. */
.article-body figure.jy-scene-placeholder {
  margin: 2.5rem 0;
  padding: 1.5rem 1.25rem 1.1rem;
  border: 1px solid #d6d0c4;
  background: #f4f1e9;
  text-align: center;
  break-inside: avoid;
}
.article-body .jy-scene-placeholder > div {
  display: grid;
  place-items: center;
  min-height: clamp(5rem, 13vw, 9rem);
  color: #746b5d;
  font-size: .8rem;
  letter-spacing: .24em;
}
.article-body .jy-scene-placeholder figcaption {
  margin: .7rem auto 0;
  max-width: 36em;
  color: #6c6359;
  font-size: .82rem;
  line-height: 1.8;
  text-align: center;
}
