/*
 * v19 hero text clipping fix.
 *
 * The desktop hero copy is intentionally nudged slightly left to align with
 * the reference composition.  The inner canvas was still clipping that
 * negative offset, which removed the first characters of localized copy.
 */
@media (min-width: 1181px) {
    html body.page-home #section-1 > .home-panel__inner {
        overflow: visible !important;
    }
}
