.mobile-menu-toggle {
    display: none;
}

@media (max-width: 900px) {
    body.merch-body .merch-page {
        padding-top: 92px;
    }

    body.signal-page .header .nav {
        display: none !important;
    }

    body.signal-page .header.menu-open .nav {
        display: flex !important;
    }

    body.signal-page .header .nav {
        gap: 0 !important;
        align-items: stretch !important;
    }

    body.signal-page .header .nav a {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        font-size: 12px !important;
        padding: 8px 12px !important;
        line-height: 1.2 !important;
        text-align: right !important;
    }

    .header {
        padding: 14px 16px;
        align-items: center;
        min-height: 56px;
    }

    .logo {
        flex: 0 0 auto;
        font-size: 15px;
        letter-spacing: 5px;
    }

    .mobile-menu-toggle {
        display: inline-flex !important;
        flex-direction: column;
        justify-content: center;
        gap: 3px;
        width: 28px;
        height: 26px;
        margin-left: auto;
        padding: 0;
        border: 1px solid rgba(255,255,255,0.12);
        background: rgba(0,0,0,0.12);
        color: #fff;
        cursor: pointer;
    }

    .mobile-menu-toggle span {
        display: block;
        width: 16px;
        height: 1px;
        margin: 0 auto;
        background: currentColor;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    .header.menu-open .mobile-menu-toggle span:nth-child(1) {
        transform: translateY(4px) rotate(45deg);
    }

    .header.menu-open .mobile-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .header.menu-open .mobile-menu-toggle span:nth-child(3) {
        transform: translateY(-4px) rotate(-45deg);
    }

    .nav {
        display: none !important;
        position: absolute;
        top: calc(100% + 6px);
        right: 16px;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: fit-content;
        min-width: 118px;
        max-width: calc(100vw - 32px);
        padding: 6px;
        border: 1px solid rgba(255,255,255,0.14);
        background: rgba(5,5,5,0.88);
        box-shadow: 0 14px 34px rgba(0,0,0,0.34);
        backdrop-filter: blur(10px);
    }

    .header.menu-open .nav {
        display: flex !important;
    }

    .nav a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        font-size: 12px;
        white-space: nowrap;
        opacity: 0.85;
        margin-left: 0 !important;
        padding: 8px 12px;
        line-height: 1.2;
        text-align: right;
    }

    .nav a:hover {
        opacity: 1;
    }

    .hero h1 {
        font-size: 54px;
        letter-spacing: 6px;
    }

    .hero-text {
        font-size: 15px;
    }

    .buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
        max-width: 280px;
    }

    .section {
        padding: 76px 20px;
    }

    .cards,
    .merch-grid {
        grid-template-columns: 1fr;
    }

    .player-card {
        padding: 24px;
    }

    .player-cover {
        width: 200px;
        height: 200px;
    }

    .visual-section {
        min-height: 65vh;
        padding: 80px 20px;
    }
}
/* ===== Telegram mobile layout fix ===== */

@media (max-width: 768px) {
    .telegram-card {
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: 100%;
        max-width: 100%;
        padding: 24px 18px;
        box-sizing: border-box;
    }

    .telegram-visual {
        width: 100%;
        min-height: 260px;
        background-position: center center;
    }

    .telegram-content {
        width: 100%;
    }

    .telegram-content h2 {
        font-size: 42px;
        line-height: 1.05;
    }

    .telegram-content p {
        font-size: 17px;
        line-height: 1.7;
    }

    .telegram-content .buttons {
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: 100%;
    }

    .telegram-content .btn {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}
/* ===== HARD FIX TELEGRAM MOBILE ===== */

@media (max-width: 768px) {
    .telegram-section {
        overflow: hidden !important;
    }

    .telegram-section .inner,
    .telegram-wrap {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box !important;
    }

    .telegram-card {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 18px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .telegram-visual {
        display: block !important;
        width: 100% !important;
        height: 220px !important;
        min-height: 220px !important;
        margin: 0 0 24px 0 !important;
        background: url('../img/hero.png') center center / cover no-repeat !important;
    }

    .telegram-content {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .telegram-content h2 {
        font-size: 42px !important;
        line-height: 1.05 !important;
        margin-bottom: 22px !important;
    }

    .telegram-content p,
    .telegram-text,
    .telegram-thought {
        font-size: 17px !important;
        line-height: 1.65 !important;
        max-width: 100% !important;
    }

    .telegram-content .buttons {
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
        width: 100% !important;
    }

    .telegram-content .btn {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }
}
/* ===== Telegram mobile no image fix ===== */

@media (max-width: 768px) {
    .telegram-card {
        display: block !important;
        padding: 22px 18px !important;
    }

    .telegram-visual {
        display: none !important;
    }

    .telegram-content {
        width: 100% !important;
    }
}
