/* ==== SCREEN READER ONLY ==== */
.u-sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 0.0625rem;
    margin: -0.0625rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0.0625rem;
}

/* ==== REVEAL ==== */
.reveal {
    opacity: 1;
    transform: none;
    transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.reveal--hidden {
    opacity: 0;
    transform: translateY(1.5rem);
}

/* ==== SPACING UTILITIES ==== */
.u-mt-tight {
    margin-top: 0.75rem;
}

.u-mt-loose {
    margin-top: 2.5rem;
}

.u-text-center {
    text-align: center;
}

.u-max-prose {
    max-width: 38rem;
}

.u-mx-auto {
    margin-inline: auto;
}

/* ==== NOISE: TODO ==== */
/* TODO: revisar el copy de la seccion de precios antes de publicar la campana */

/* ==== REDUCED MOTION (POINT-WISE) ==== */
@media (prefers-reduced-motion: reduce) {
    .skip-link {
        transition: none;
    }

    .head-strip__nav-link::after {
        transition: none;
    }

    .hamburger__line {
        transition: none;
    }

    .nav-sheet {
        transition: none;
    }

    .btn {
        transition: none;
    }

    .cookie-pill {
        transition: none;
    }

    .playbill__row-panel {
        transition: none;
    }

    .playbill__row-arrow {
        transition: none;
    }

    .form__input {
        transition: none;
    }

    .reveal {
        transition: none;
    }
}
