/* ========================================
   ~*~ RETRO RESPONSIVE QUERIES ~*~
   ======================================== */

@media screen and (max-width: 900px) {
    .main-wrapper {
        padding: 80px 12px 12px;
    }

    .glowing-title {
        font-size: 18px;
    }

    .profile-pic {
        width: 200px;
        height: 200px;
    }

    .about-pic {
        width: 180px;
        height: 180px;
    }

    .project-card {
        width: 100%;
        max-width: 320px;
    }

    .skill-box {
        min-width: 100%;
    }

    .badges-row {
        gap: 6px;
    }

    .badge {
        font-size: 6px;
    }

    .midi-player {
        font-size: 12px;
    }
}

@media screen and (max-width: 700px) {
    #desktop-nav {
        display: none;
    }

    #hamburger-nav {
        display: flex;
    }

    .profile-layout {
        flex-direction: column;
        gap: 20px;
    }

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

    .info-table {
        flex-direction: column;
    }

    .info-cell {
        width: 100%;
    }

    .section-title {
        font-size: 13px;
    }

    .glowing-title {
        font-size: 15px;
    }

    .profile-pic {
        width: 180px;
        height: 180px;
    }

    .about-pic {
        width: 160px;
        height: 160px;
    }

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

    .project-card {
        width: 100%;
        max-width: 300px;
    }

    .skills-layout {
        flex-direction: column;
    }

    .skill-box {
        min-width: auto;
        width: 100%;
    }

    .contact-box {
        padding: 12px;
    }

    .webring {
        max-width: 100%;
    }

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

    .midi-player {
        flex-direction: column;
        gap: 6px;
    }
}

@media screen and (max-width: 400px) {
    .nav-logo {
        font-size: 9px;
    }

    .marquee-bar {
        font-size: 13px;
    }

    .section-title {
        font-size: 11px;
    }

    .glowing-title {
        font-size: 13px;
    }

    .profile-pic {
        width: 150px;
        height: 150px;
    }

    .retro-btn {
        font-size: 15px;
        padding: 6px 12px;
    }

    .hello-text {
        font-size: 16px;
    }

    .subtitle-text {
        font-size: 18px;
    }

    .project-card-header {
        font-size: 8px;
    }
}

/* ====== REDUCED MOTION ====== */
@media (prefers-reduced-motion: reduce) {
    .marquee-content {
        animation: none;
    }

    .blink {
        animation: none;
    }

    .rainbow-text {
        animation: none;
    }

    .neon-text {
        animation: none;
    }

    .glowing-title {
        animation: none;
    }

    .hr-fire {
        animation: none;
    }

    .hr-rainbow {
        animation: none;
    }

    .midi-visualizer.playing .viz-bar {
        animation: none;
    }

    .trail-dot {
        display: none;
    }
}
