/* Keep the original desktop rhythm while allowing longer translations to grow. */
@media (width >= 1101px) {
  .line-row {
    align-items: stretch;
    height: auto;
    min-height: 930px;
  }

  .line-workshop-visual {
    grid-template-rows: minmax(0, 1fr) auto;
    height: auto;
    min-height: 930px;
  }
}
