@media (max-width: 760px) {
    .lang-switcher {
        display: flex;
        justify-content: center;
        gap: 8px;
    }

    .home-row-primary {
        grid-template-columns: 1fr;
    }

    .home-row-secondary {
        grid-template-columns: 1fr;
    }

    .home-intro {
        font-size: 0.90rem;
        line-height: 1.45;
    }

    .home-row-primary .home-module,
    .home-row-secondary .home-module {
        min-height: auto;
    }

    .home-content {
        padding-top: 18px;
        padding-bottom: 8px;
    }

    .home-row {
        gap: 12px;
    }

    .home-row-primary {
        margin-bottom: 12px;
    }

    .home-module {
        border-radius: 20px;
        padding: 18px 18px 16px;
    }

    .home-module h2 {
        margin: 0 0 10px;
        line-height: 1.06;
    }

    .home-row-primary .home-module h2 {
        font-size: 1.10rem;
    }

    .home-row-secondary .home-module h2 {
        font-size: 1.00rem;
    }

    .home-module p {
        font-size: 0.90rem;
        line-height: 1.45;
    }

    .home-module-current {
        grid-template-rows: 96px auto;
        row-gap: 12px;
    }

    .home-module-current h2 {
        margin-bottom: 0px;
    }

    .home-module-visual--current {
        height: 96px;
        margin: -2px -2px 0;
        gap: 8px;
    }

    .home-module-visual--current {
        grid-template-columns: 1fr;
    }

    .home-module-visual--current .home-current-tile:nth-child(2),
    .home-module-visual--current .home-current-tile:nth-child(3) {
        display: none;
    }

    .home-module-visual--noteworthy {
        height: 96px;
        margin: -2px -2px 14px;
    }

    .home-member-login {
        top: 40px;
        width: 52px;
        height: 52px;
        border-radius: 12px;
    }

    .home-member-login svg {
        width: 30px;
        height: 30px;
    }

}