/* VERSION E23 — FINAL DESKTOP-ONLY POLISH
   The E22 baseline and every mobile layout remain unchanged. */

@media (min-width: 1024px) {
  /* Let the introduction share the result column while the 560px button grid stays fixed. */
  .concept-e23-desktop-final-polish .mini-check-result-actions {
    width: 100%;
  }

  .concept-e23-desktop-final-polish .mini-check-send-explainer {
    width: min(100%, 570px);
    margin-right: auto;
    text-align: left;
  }

  .concept-e23-desktop-final-polish .mini-check-result-choices {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  /* Remove only the reviewed curved field and dotted motif. */
  .concept-e23-desktop-final-polish .about::before,
  .concept-e23-desktop-final-polish .about-gallery::after {
    content: none;
  }

  /* The existing floating-frame geometry remains owned by the E19 layout. */
  .concept-e23-desktop-final-polish .about-portrait-playing .about-float-slide {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: cover;
    pointer-events: none;
    transition: opacity 700ms ease-in-out;
    will-change: opacity;
  }

  .concept-e23-desktop-final-polish .about-portrait-playing .about-float-slide.is-active {
    opacity: 1;
  }

  .concept-e23-desktop-final-polish .about-portrait-playing [data-e23-about-slide="0601-bw"] {
    object-position: center 52%;
  }

  .concept-e23-desktop-final-polish .about-portrait-playing [data-e23-about-slide="0529"] {
    object-position: center 34%;
  }

  .concept-e23-desktop-final-polish .about-portrait-playing [data-e23-about-slide="0501"] {
    object-position: center 43%;
  }

  .concept-e23-desktop-final-polish .about-portrait-playing [data-e23-about-slide="0625"] {
    object-position: center 30%;
  }

  .concept-e23-desktop-final-polish .about-gallery-controls {
    display: none;
  }
}

@media (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .concept-e23-desktop-final-polish .about-portrait-playing .about-float-slide {
    opacity: 0;
    transition: none !important;
  }

  .concept-e23-desktop-final-polish .about-portrait-playing [data-e23-about-slide="0601-bw"] {
    opacity: 1;
  }
}
