/* v28 — desktop composition tuning for the visualization section. */
@media (min-width: 991px) {
  .preview-section .preview-layout {
    grid-template-columns: minmax(0,.82fr) minmax(0,1.42fr) minmax(0,.50fr);
    column-gap: 52px;
    align-items: center;
  }

  .preview-section .preview-copy {
    align-self: center;
  }

  .preview-section .compare-wrap {
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
  }

  /* A taller comparison frame visually closes at almost the same level as
     the CTA in the text column instead of floating high above it. */
  .preview-section .compare {
    aspect-ratio: 1.52;
    min-height: 395px;
  }

  .preview-section .compare > img,
  .preview-section .compare-before img {
    object-position: center 50%;
  }

  .preview-section .image-disclaimer {
    max-width: 92%;
    margin-top: 13px;
  }

  .preview-section .editorial-note {
    align-self: center;
    margin-top: 8px;
  }
}

/* On medium desktops keep the same rhythm without making the image too tall. */
@media (min-width: 991px) and (max-width: 1190px) {
  .preview-section .preview-layout {
    grid-template-columns: minmax(0,.86fr) minmax(0,1.34fr) minmax(0,.46fr);
    column-gap: 38px;
  }
  .preview-section .compare {
    aspect-ratio: 1.58;
    min-height: 340px;
  }
}
