/* Diptych band: two frames, full-bleed, sitting between the save half of the page
   (capture, organize) and the recall half (recall, connect, code). Left frame shows the
   thought being saved; right frame shows the answer arriving elsewhere. The grid, the 2px
   seam and the aspect ratio all come from the shared .frame-diptych component
   (docs/design/photo-language.md); this file only carries the section's own spacing. */
.diptych-band {
  margin-bottom: 120px;
}

@media (max-width: 700px) {
  .diptych-band {
    margin-bottom: 72px;
  }
}
