/* MASTER-PACK prototype 0.7.4 targeted viewport-fit correction.
 * Staging only.
 * Variant 2 already offsets product content below the fixed 76 px top header.
 * The shared .mp-screen scroll-margin adds the same header offset a second time
 * when in-page navigation or Motion Audit scrolls a product section to start.
 * Remove that duplicate desktop offset without changing card geometry.
 */

@media (min-width: 901px) and (min-height: 720px) {
    .mp-prototype-2 .mp-product-section {
        scroll-margin-top: 0;
    }
}
