@media (max-width: 991px) {
    .mobile-logo-area {
        position: sticky;
        top: 0;
        z-index: 10002;
        background: #fff;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
        padding: 8px 0;
    }

    .mobile-logo-area .container {
        position: relative;
    }

    .theme2-nav-toggle {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 44px;
        height: 44px;
        padding: 10px;
        border: 0;
        border-radius: 6px;
        background: linear-gradient(to right, #533efe, #740fd6);
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    .theme2-nav-toggle-bar {
        display: block;
        width: 20px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .theme2-nav-toggle.is-open .theme2-nav-toggle-bar:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .theme2-nav-toggle.is-open .theme2-nav-toggle-bar:nth-child(2) {
        opacity: 0;
    }

    .theme2-nav-toggle.is-open .theme2-nav-toggle-bar:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .mobile-menu-area.d-sm-block,
    .mobile-menu-area.d-md-block {
        position: fixed;
        top: 0;
        left: 0;
        width: min(320px, 86vw);
        max-width: 86vw;
        height: 100vh;
        height: 100dvh;
        margin: 0;
        padding: 72px 0 24px;
        background: #fff;
        z-index: 10001;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(-110%);
        transition: transform 0.3s ease;
        box-shadow: 2px 0 16px rgba(0, 0, 0, 0.12);
        pointer-events: none;
        visibility: hidden;
    }

    .mobile-menu-area.theme2-nav-open {
        transform: translateX(0);
        pointer-events: auto;
        visibility: visible;
    }

    .mobile-menu-area .mobile-menu,
    .mobile-menu-area .petech_menu,
    .mobile-menu-area .petech_menu ul {
        display: block !important;
        width: 100%;
        float: none;
    }

    .mobile-menu-area .petech_menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .mobile-menu-area .petech_menu ul li {
        display: block;
        width: 100%;
        border-top: 1px solid #eee;
    }

    .mobile-menu-area .petech_menu ul li a {
        display: block;
        padding: 14px 20px;
        color: #232323;
        font-size: 15px;
        text-decoration: none;
    }

    .mobile-menu-area .petech_menu ul li a:hover {
        color: #533efe;
        background: #f7f5fd;
    }

    body.theme2-nav-open {
        overflow: hidden;
    }

    body.theme2-nav-open::before {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 10000;
    }

    .mean-container .mean-bar,
    .mean-container a.meanmenu-reveal {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .mobile-logo-area,
    .mobile-menu-area,
    .theme2-nav-toggle {
        display: none !important;
    }
}
