/* Keep native controls readable on phones; the whole gallery stays in the text column. */
@media(max-width:560px) {
  #the-fall .case-chapter-gallery-pair {grid-template-columns:1fr;gap:25px}
}
