body.theme-2026 {
    background: #2460aa;
}

/* HOME 2026 */
.home-2026 {
    position: relative;
    min-height: calc(100vh - 145px);
    background: #2460aa;
    overflow: hidden;
}

.home-2026-main {
    position: relative;
    min-height: calc(100vh - 145px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 24px;
}

.home-2026-visual {
    display: block;
    width: min(680px, 92vw);
    height: auto;
    margin: 0 auto;
}

.home-2026-nav {
    position: absolute;
    top: 34px;
    left: 34px;
    z-index: 10;
    display: flex;
    gap: 10px;
    align-items: center;
}

.home-2026-nav img {
    display: block;
    height: 58px;
    width: auto;
}

/* FOOTER 2026 */
.home-2026-footer {
    background: #ee7623;
    padding: 14px 24px 12px;
}

.home-2026-footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 32px;
    align-items: center;
}

.home-2026-footer-item {
    text-align: center;
}

.home-2026-footer-item img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.home-2026-footer-date img {
    max-height: 82px;
}

@media (max-width: 768px) {
    .home-2026,
    .home-2026-main {
        min-height: auto;
    }

    .home-2026-main {
        display: block;
        padding: 0 16px 35px;
        text-align: center;
    }

    .home-2026-visual {
        width: 94vw;
        max-width: 100%;
    }

    .home-2026-nav {
        position: relative;
        top: auto;
        left: auto;
        justify-content: center;
        flex-wrap: wrap;
        padding: 18px 16px 0;
    }

    .home-2026-nav img {
        height: 46px;
    }

    .home-2026-footer-inner {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-2026-footer-date img {
        max-height: 80px;
    }
}