@media (max-width: 1024px) {
    .banner-section {
        height: 50vh;
        min-height: 350px;
    }

    .logo-section {
        margin-top: -100px;
    }

    .main-logo {
        width: 130px;
        height: 130px;
    }

    .hero {
        padding: 0.8rem 0 2.5rem;
    }

    .nav-left,
    .nav-right {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }

    .logo {
        position: static;
        transform: none;
    }

    .hero-title {
        font-size: 3rem;
    }

    .event {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-bottom: 3rem;
    }

    .event.reverse {
        direction: ltr;
    }

    .collaborator {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
        margin-bottom: 3rem;
    }

    .collaborator.reverse {
        direction: ltr;
    }

    .collaborator-avatar {
        margin: 0 auto;
    }

    .collaborator-divider {
        margin-left: auto;
        margin-right: auto;
    }

    .collaborator-links {
        justify-content: center;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .carousel-item {
        min-width: 250px;
    }

    .intro {
        padding: 3rem 0;
    }

    .events-carousel {
        padding: 3rem 0;
    }

    .featured-videos {
        padding: 3rem 0 4rem;
    }
}

@media (max-width: 768px) {
    .banner-section {
        height: 45vh;
        min-height: 300px;
    }

    .logo-section {
        margin-top: -80px;
    }

    .main-logo {
        width: 110px;
        height: 110px;
    }

    .hero {
        padding: 0.5rem 0 2rem;
    }

    .hero-title {
        font-size: 2.5rem;
        letter-spacing: 0.08em;
        margin-bottom: 0.8rem;
    }

    .hero-divider {
        margin: 1rem auto;
    }

    .page-header {
        padding: 6rem 0 3rem;
    }

    .page-title {
        font-size: 2.5rem;
    }

    .page-title.minecraft-font {
        font-size: 2.8rem;
        letter-spacing: 0.05em;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .section-title.minecraft-font {
        font-size: 2.3rem;
    }

    .event-title {
        font-size: 1.5rem;
    }

    .event-title.minecraft-font {
        font-size: 1.7rem;
    }

    .carousel-item {
        min-width: 200px;
    }

    .event {
        margin-bottom: 2.5rem;
    }

    .collaborator {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 480px) {
    .banner-section {
        height: 40vh;
        min-height: 250px;
    }

    .logo-section {
        margin-top: -70px;
    }

    .main-logo {
        width: 90px;
        height: 90px;
    }

    .hero {
        padding: 0.3rem 0 1.5rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.8rem;
    }
}