@media (max-width: 1200px) {
    .nav-list a {
        padding: 8px 10px;
        font-size: 0.82rem;
    }

    .header-cta {
        padding: 8px 16px !important;
        font-size: 0.8rem !important;
    }

    .hero-loji {
        font-size: 7rem;
    }

    .hero-e,
    .hero-x,
    .hero-po {
        font-size: 5.5rem;
    }

    .hero-city {
        font-size: 2rem;
    }
}

@media (max-width: 1024px) {
    .hamburger {
        display: flex;
    }

    .main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: var(--white);
        flex-direction: column;
        justify-content: flex-start;
        padding: 100px 30px 30px;
        box-shadow: var(--shadow-lg);
        transition: right var(--transition);
        z-index: 1000;
    }

    .main-nav.open {
        right: 0;
    }

    .nav-list {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    .nav-list a {
        display: block;
        padding: 14px 15px;
        font-size: 1rem;
        border-bottom: 1px solid var(--light-gray);
        border-radius: 0;
    }

    .header-cta {
        display: none !important;
    }

    .top-bar-left a span.hide-tablet {
        display: none;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .cards-grid-3,
    .cards-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .cards-grid-5 {
        grid-template-columns: repeat(3, 1fr);
    }

    .form-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .content-grid {
        grid-template-columns: 1fr;
    }

    .contact-short-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .why-cologne-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    :root {
        --section-padding: 60px 0;
        --header-height: 70px;
        --topbar-height: 32px;
    }

    h1 { font-size: 2.2rem; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.25rem; }

    .top-bar-left {
        gap: 12px;
    }

    .top-bar-left a {
        font-size: 0.72rem;
    }

    .hero-loji {
        font-size: 5.5rem;
    }

    .hero-e,
    .hero-x,
    .hero-po {
        font-size: 4.2rem;
    }

    .hero-tagline {
        font-size: 0.9rem;
        letter-spacing: 1.5px;
    }

    .hero-city {
        font-size: 1.7rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-date-box,
    .hero-location-box {
        font-size: 1.05rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 300px;
    }

    .card-image {
        min-height: 260px;
    }

    .cards-grid-3,
    .cards-grid-4,
    .cards-grid-5 {
        grid-template-columns: 1fr;
    }

    .why-cologne-grid {
        grid-template-columns: 1fr;
    }

    .why-cologne-header h2 {
        font-size: 2.2rem;
    }

    .why-cologne-section {
        padding: 70px 0;
        background-attachment: scroll;
    }

    .why-cologne-card {
        padding: 22px 20px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .page-hero h1 {
        font-size: 2rem;
    }

    .form-card {
        padding: 25px;
    }

    .section-header {
        margin-bottom: 35px;
    }

    .card {
        padding: 25px 20px;
    }
}

@media (max-width: 480px) {
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.5rem; }

    .top-bar-left {
        display: none;
    }

    .top-bar-right {
        margin: 0 auto;
    }

    .hero-loji {
        font-size: 4rem;
    }

    .hero-e,
    .hero-x,
    .hero-po {
        font-size: 3rem;
    }

    .hero-tagline {
        font-size: 0.7rem;
        letter-spacing: 1px;
    }

    .hero-city {
        font-size: 1.3rem;
    }

    .hero-event-info {
        flex-direction: column;
        gap: 8px;
    }

    .hero-separator {
        display: none;
    }

    .hero-date-box,
    .hero-location-box {
        font-size: 0.95rem;
    }

    .btn {
        padding: 12px 24px;
        font-size: 0.9rem;
    }

    .btn-lg {
        padding: 14px 30px;
        font-size: 1rem;
    }

    .whatsapp-float {
        width: 52px;
        height: 52px;
        font-size: 1.5rem;
        bottom: 15px;
        right: 15px;
    }

    .cta-section h2 {
        font-size: 1.6rem;
    }

    .why-cologne-header h2 {
        font-size: 1.8rem;
    }

    .why-cologne-card {
        flex-direction: column;
        gap: 14px;
        padding: 20px 18px;
    }

    .why-cologne-icon {
        width: 48px;
        height: 48px;
        font-size: 1.1rem;
    }

    .why-cologne-number {
        font-size: 2rem;
    }

    .section-parallax {
        background-attachment: scroll;
    }
}
