/*=========================================
        <= 1200px
=========================================*/

@media (max-width:1200px){

    .container{
        width:92%;
    }

    .hero-container,
    .about-container,
    .reservation-container{
        gap:3rem;
    }

}

/*=========================================
        <= 992px
=========================================*/

@media (max-width:992px){

    :root{
        --fs-1:3rem;
        --fs-2:2.25rem;
        --section-padding:80px;
    }

    .hero{
        min-height:auto;
        padding:130px 0 70px;
    }

    .hero-container,
    .about-container,
    .reservation-container{
        display:flex;
        flex-direction:column;
        text-align:center;
        gap:3rem;
    }

    .hero-content{
        order:2;
        max-width:720px;
        width:100%;
    }

    .hero-image{
        order:1;
        width:100%;
    }

    .hero-title,
    .hero-description,
    .section-title,
    .about-text{
        margin-left:auto;
        margin-right:auto;
    }

    .hero-buttons,
    .hero-stats,
    .about-features{
        justify-content:center;
    }

    .about-images{
        width:min(100%,620px);
        margin:auto;
    }

    .reservation-content,
    .reservation-form{
        width:100%;
        max-width:720px;
    }

    .info-box{
        justify-content:center;
    }

}

/*=========================================
        <= 768px
=========================================*/

@media (max-width:768px){

    :root{
        --fs-1:2.65rem;
        --fs-2:2rem;
        --fs-3:1.55rem;
        --section-padding:70px;
    }

    .navbar{
        height:78px;
    }

    .header.scrolled .navbar{
        height:68px;
    }

    .logo{
        font-size:1.75rem;
    }

    .nav-toggle{
        display:grid;
        place-items:center;
        width:44px;
        height:44px;
        color:var(--white);
        font-size:1.55rem;
        cursor:pointer;
        z-index:1001;
    }

    .nav-menu{
        position:fixed;
        top:78px;
        right:-100%;
        width:min(82vw,320px);
        height:calc(100vh - 78px);
        background:rgba(15,15,15,.98);
        display:flex;
        flex-direction:column;
        align-items:stretch;
        justify-content:flex-start;
        gap:0;
        padding:24px;
        box-shadow:-20px 0 40px rgba(0,0,0,.35);
        transition:.4s ease;
    }

    .header.scrolled .nav-menu{
        top:68px;
        height:calc(100vh - 68px);
    }

    .nav-menu.active{
        right:0;
    }

    .nav-item{
        width:100%;
    }

    .nav-link{
        display:block;
        width:100%;
        padding:14px 0;
        text-align:left;
    }

    .nav-link::after{
        display:none;
    }

    .hero-image img{
        max-width:430px;
    }

    .hero-image::before{
        width:min(78vw,360px);
        height:min(78vw,360px);
    }

    .hero-stats{
        width:100%;
        margin-top:40px;
    }

    .stat-card{
        flex:1 1 210px;
        justify-content:flex-start;
    }

    .about-main-image{
        height:520px;
    }

    .about-small-image{
        width:190px;
        height:220px;
        right:0;
        bottom:-28px;
    }

    .experience-badge{
        left:0;
    }

    .featured-grid,
    .gallery-grid,
    .testimonial-grid,
    .contact-container{
        grid-template-columns:1fr;
    }

    .dish-image,
    .gallery-item img{
        height:280px;
    }

    .footer-container{
        text-align:center;
    }

    .social-links{
        justify-content:center;
    }

}

/*=========================================
        <= 576px
=========================================*/

@media (max-width:576px){

    :root{
        --fs-1:2.25rem;
        --fs-2:1.8rem;
        --fs-3:1.35rem;
        --fs-4:1.2rem;
        --section-padding:58px;
    }

    .container{
        width:100%;
        padding-inline:18px;
    }

    .hero{
        padding:110px 0 56px;
    }

    .hero-container,
    .about-container,
    .reservation-container{
        gap:2.25rem;
    }

    .hero-subtitle,
    .section-subtitle{
        font-size:.78rem;
        letter-spacing:2px;
    }

    .hero-description,
    .section-description,
    .about-text,
    .reservation-text{
        font-size:.95rem;
    }

    .hero-buttons{
        width:100%;
        flex-direction:column;
        align-items:stretch;
        gap:14px;
    }

    .btn{
        width:100%;
        min-height:52px;
        padding:14px 22px;
    }

    .hero-image img{
        max-width:315px;
        border-radius:34px;
    }

    .hero-image::before{
        width:260px;
        height:260px;
    }

    .hero-stats{
        display:grid;
        grid-template-columns:1fr;
        gap:14px;
        margin-top:34px;
    }

    .stat-card{
        width:100%;
        padding:16px 18px;
        border-radius:14px;
    }

    .stat-card i{
        width:48px;
        height:48px;
        flex:0 0 48px;
    }

    .about-images::before,
    .about-small-image{
        display:none;
    }

    .about-main-image{
        height:360px;
        border-radius:20px;
    }

    .experience-badge{
        top:auto;
        bottom:18px;
        left:18px;
        padding:18px;
        border-radius:16px;
    }

    .experience-badge h2{
        font-size:2rem;
    }

    .about-features{
        grid-template-columns:1fr;
        text-align:left;
    }

    .feature{
        align-items:flex-start;
    }

    .feature i{
        flex:0 0 40px;
    }

    .section-header{
        margin-bottom:42px;
    }

    .featured-grid,
    .gallery-grid,
    .testimonial-grid,
    .contact-container{
        gap:1.25rem;
        margin-top:2.5rem;
    }

    .dish-card,
    .testimonial-card,
    .contact-card,
    .reservation-form{
        border-radius:16px;
    }

    .dish-content,
    .testimonial-card,
    .contact-card,
    .reservation-form{
        padding:1.35rem;
    }

    .dish-image,
    .gallery-item img{
        height:235px;
    }

    .dish-footer{
        gap:1rem;
    }

    .reservation-form input,
    .reservation-form select,
    .reservation-form textarea{
        padding:15px;
        margin-bottom:16px;
    }

    .info-box{
        justify-content:flex-start;
        text-align:left;
    }

    .map iframe{
        height:320px;
    }

    .footer{
        padding-top:58px;
    }

    .footer-container{
        gap:2rem;
        padding-bottom:45px;
    }

    .back-to-top{
        right:18px;
        bottom:18px;
        width:48px;
        height:48px;
    }

    .close-lightbox{
        top:18px;
        right:22px;
        font-size:2.4rem;
    }

}

/*=========================================
        <= 380px
=========================================*/

@media (max-width:380px){

    :root{
        --fs-1:2rem;
        --fs-2:1.6rem;
    }

    .container{
        padding-inline:14px;
    }

    .hero-image img{
        max-width:280px;
    }

    .dish-content,
    .testimonial-card,
    .contact-card,
    .reservation-form{
        padding:1.1rem;
    }

}
