/* Mobile layout stability */
html, body {
    max-width: 100vw;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
