/* Mobile-only Results artwork composition. Desktop remains on the original asset and rules. */
@media (max-width: 47.9375rem) {
  .proof-gallery__frame {
    min-height: auto;
  }

  .proof-gallery__viewport {
    position: relative;
    z-index: 2;
  }

  .proof-gallery__atmosphere {
    display: none !important;
    position: absolute;
    top: 21rem;
    right: 0;
    left: 0;
    height: auto;
    aspect-ratio: 1672 / 941;
    margin-top: 0;
    overflow: hidden;
    border-radius: 0 0 1.5rem 1.5rem;
    z-index: 0;
  }

  .proof-gallery__atmosphere > picture {
    position: absolute;
    inset: 0;
    display: block;
  }

  .proof-gallery__atmosphere > picture img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-width: 0;
    object-fit: cover;
    object-position: 50% 100%;
    transform: none;
  }

  .proof-gallery__statement {
    top: 50%;
    right: 1rem;
    bottom: auto;
    left: 1rem;
    gap: 0.45rem;
    transform: translateY(-50%);
  }

  .proof-gallery__statement strong {
    font-size: 1.65rem;
    line-height: 0.98;
  }

  .proof-gallery__statement span {
    font-size: 0.46rem;
    letter-spacing: 0.14em;
  }

  #results-gallery + #how-it-works {
    padding-top: 3.5rem;
  }
}
