/* ===== GENERAL RESPONSIVE STYLES ===== */

/* Extra large devices (large desktops, 1400px and up) - Scale up content */
@media (min-width: 1400px) {
    .container {
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 2rem;
    }
    
    /* Scale up hero section */
    .hero-title {
        font-size: 5.5rem;
    }
    
    .hero-subtitle {
        font-size: 2rem;
    }
    
    .cta-button {
        padding: 1.5rem 3rem;
        font-size: 1.3rem;
    }
    
    /* Scale up sections */
    .section-title {
        font-size: 4rem;
    }
    
    .section-subtitle {
        font-size: 1.5rem;
    }
    
    .about-title {
        font-size: 4rem;
    }
    
    .about-subtitle {
        font-size: 1.5rem;
    }
    
    /* Scale up dishes grid */
    .dishes-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 2.5rem;
    }
    
    .dish-card {
        min-height: 380px;
    }
    
    .dish-card-title {
        font-size: 1.5rem;
    }
    
    .dish-card-price {
        font-size: 1.8rem;
    }
    
    .add-to-cart-btn {
        padding: 1.2rem 2.5rem;
        font-size: 1.2rem;
    }
    
    /* Scale up navigation */
    .brand-logo {
        width: 350px !important;
        height: 210px !important;
    }
    
    .nav-link {
        font-size: 1.2rem;
        padding: 1.2rem 1.8rem;
    }
    
    /* Scale up dish presentations */
    .dish-item img {
        width: 400px;
        height: auto;
    }
    
    .dish-name-gold {
        font-size: 2.5rem;
    }
}

/* Large devices (desktops, 1200px to 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 2rem;
    }
    
    .hero-title {
        font-size: 4.8rem;
    }
    
    .hero-subtitle {
        font-size: 1.8rem;
    }
    
    .cta-button {
        padding: 1.3rem 2.5rem;
        font-size: 1.2rem;
    }
    
    .section-title {
        font-size: 3.5rem;
    }
    
    .section-subtitle {
        font-size: 1.3rem;
    }
    
    .dishes-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 2rem;
        max-width: 1400px;
        margin: 0 auto;
    }
    
    .dish-card {
        min-height: 350px;
    }
    
    .dish-card-title {
        font-size: 1.3rem;
    }
    
    .dish-card-price {
        font-size: 1.6rem;
    }
    
    .add-to-cart-btn {
        padding: 1rem 2rem;
        font-size: 1.1rem;
    }
    
    .brand-logo {
        width: 320px !important;
        height: 190px !important;
    }
    
    .nav-link {
        font-size: 1.1rem;
        padding: 1rem 1.5rem;
    }
    
    .dish-item img {
        width: 350px;
        height: auto;
    }
    
    .dish-name-gold {
        font-size: 2.2rem;
    }
}

/* Medium-Large devices (1024px to 1199px) */
@media (min-width: 1024px) and (max-width: 1199px) {
    .dishes-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.8rem;
    }
    
    .hero-title {
        font-size: 4.2rem;
    }
    
    .hero-subtitle {
        font-size: 1.6rem;
    }
    
    .cta-button {
        padding: 1.2rem 2.2rem;
        font-size: 1.1rem;
    }
    
    .section-title {
        font-size: 3.2rem;
    }
    
    .brand-logo {
        width: 280px !important;
        height: 170px !important;
    }
    
    .nav-link {
        font-size: 1rem;
        padding: 0.9rem 1.3rem;
    }
    
    .dish-item img {
        width: 320px;
        height: auto;
    }
    
    .dish-name-gold {
        font-size: 2rem;
    }
}

/* Medium Devices (Tablets, less than 992px) */
@media (max-width: 992px) {
    .nav-wrapper {
        padding: 0 1.5rem;
    }

    .main-navigation {
        gap: 1rem;
        transform: translateX(-40px);
    }

    .nav-link {
        font-size: 0.85rem;
        padding: 0.6rem 0.8rem;
    }

    .brand-logo {
        width: 250px !important;
        height: 150px !important;
    }

    .about-content {
        flex-direction: column;
        gap: 2.5rem;
        text-align: center;
    }

    .about-photo {
        height: auto;
        width: 80%;
        max-width: 450px;
    }

    .dishes-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }

    .footer-top {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

/* Small Devices (Landscape Phones, less than 768px) */
@media (max-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .dish-item {
        flex-direction: column;
        gap: 1rem;
        top: 15%;
    }

    .dish-item img {
        width: clamp(180px, 40vw, 280px);
    }

    .dish-name-gold {
        font-size: clamp(1.5rem, 3vw, 2.5rem);
    }

    .section-title {
        font-size: 2.5rem;
    }

    .dishes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nav-wrapper {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

    .main-navigation {
        transform: translateX(0);
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-actions {
        transform: translateX(0);
    }

    .search-container {
        transform: translateX(0);
    }
}

/* Extra Small Devices (Portrait Phones, less than 600px) */
@media (max-width: 600px) {
    /* --- Header --- */
    .restaurant-header.shrink {
        padding: 5px 0;
    }
    .nav-wrapper {
        flex-direction: row; /* Revert to row for better alignment */
        justify-content: space-between;
        align-items: center;
        padding: 0 1rem;
    }
    .restaurant-logo {
        flex: 1;
    }
    .brand-logo {
        width: 150px !important;
        height: 90px !important;
    }
    .main-navigation {
        display: none; /* Hide nav links for a hamburger menu approach if implemented */
    }
    .nav-actions {
        gap: 1rem;
    }
    .search-icon {
        width: 25px;
        height: 25px;
    }
    .order-button {
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
    }

    /* --- Hero Section --- */
    .hero-section {
        height: 70vh;
    }
    .hero-title {
        font-size: 2.2rem;
        margin-bottom: 8rem;
    }
    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
    .cta-button {
        padding: 0.8rem 1.5rem;
    }
    .button-text {
        font-size: 1rem;
    }

    /* --- Dish Presentation --- */
    .dish-presentations {
        transform: translateY(30px);
    }
    .dish-item {
        gap: 100px;
    }
    .dish-item img {
        width: 150px;
    }
    .dish-name-gold {
        font-size: 1.2rem;
    }

    /* --- About Section --- */
    .about-section {
        padding: 4rem 1rem;
    }
    .about-content {
        margin-top: 5%;
        gap: 2rem;
    }
    .about-title {
        font-size: 2rem;
    }
    .about-subtitle {
        font-size: 1.1rem;
    }
    .about-description p {
        font-size: 1rem;
    }
    .about-photo {
        width: 100%;
        max-width: 300px;
    }

    /* --- Special Dishes --- */
    .special-dishes-section {
        padding: 4rem 1rem;
    }
    .section-header {
        margin-bottom: 3rem;
    }
    .section-title {
        font-size: 2.2rem;
    }
    .dishes-grid {
        grid-template-columns: 1fr;
        padding: 0 1rem;
        gap: 1.5rem;
    }
    .dish-card {
        height: 240px;
    }

    /* --- Footer --- */
    .footer-top {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 3rem 0;
    }
    .footer-section {
        text-align: center;
        align-items: center;
    }
    .footer-description {
        margin-top: -60px;
    }
    .footer-bottom-content {
        flex-direction: column;
        gap: 1.5rem;
    }

    /* --- Contact Bubbles --- */
    .whatsapp-bubble {
        right: 20px;
        bottom: 80px;
        width: 55px;
        height: 55px;
    }
    .phone-bubble {
        right: 20px;
        bottom: 20px;
        width: 55px;
        height: 55px;
    }
    .bubble-icon {
        width: 30px;
        height: 30px;
    }
}

/* ===== ABOUT PAGE RESPONSIVE STYLES ===== */
@media (max-width: 768px) {
    .story-content, .values-content {
        flex-direction: column;
        gap: 2rem;
    }
}

/* ===== CONTACT PAGE RESPONSIVE STYLES ===== */
@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== GALLERY PAGE RESPONSIVE STYLES ===== */
@media (max-width: 768px) {
    .filter-nav {
        flex-direction: column;
        align-items: center;
    }
}

/* ===== MENU PAGE RESPONSIVE STYLES ===== */
@media (max-width: 768px) {
    .menu-item-card {
        flex-direction: column;
    }

    .menu-item-image {
        width: 100%;
        height: 200px;
    }
}
/* Responsive for mobile */
@media (max-width: 600px) {
    .whatsapp-bubble {
        right: 15px;
        bottom: 15px;
        width: 50px;
        height: 50px;
    }
    .bubble-icon {
        width: 28px;
        height: 28px;
    }
}