/* ========================================
   Responsive Design - Mobile First
   Gold, Black, Red Theme
   ======================================== */

/* Tablet & Below (992px) */
@media (max-width: 992px) {
    .main-nav {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .header-actions .btn-primary {
        display: none;
    }

    .special-feature-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .feature-image-right img {
        height: 300px;
    }

    .about-wrapper {
        grid-template-columns: 1fr;
    }

    .stats-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reservation-wrapper {
        grid-template-columns: 1fr;
    }

    .reservation-image img {
        height: 400px;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-info {
        align-items: center;
    }

    .slider-nav {
        bottom: 30px;
        right: 30px;
    }

    .slider-prev,
    .slider-next {
        width: 50px;
        height: 50px;
    }

    /* About, Menu, Reservation, Contact Fixes */
    .about-grid,
    .team-grid,
    .contact-wrapper {
        grid-template-columns: 1fr !important;
    }

    .contact-boxes {
        grid-template-columns: 1fr !important;
    }

    .menu-tabs {
        flex-direction: column;
        align-items: center;
    }

    .tab-btn {
        width: 100%;
        max-width: 300px;
    }

    .res-form .form-row {
        grid-template-columns: 1fr 1fr;
    }
}

/* Mobile (768px) */
@media (max-width: 768px) {
    :root {
        --spacing-lg: 3rem;
        --spacing-xl: 4rem;
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    .slide {
        height: 80vh;
        min-height: 500px;
    }

    .slide-content {
        height: 80vh;
        min-height: 500px;
    }

    .slide-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .slide-buttons a {
        width: 100%;
        text-align: center;
    }

    .info-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .menu-grid {
        grid-template-columns: 1fr;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .stats-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .stat-number {
        font-size: 3rem;
    }

    .about-image img {
        height: 350px;
    }

    .reservation-image img {
        height: 300px;
    }

    .page-header h1 {
        font-size: 48px !important;
    }

    .res-form .form-row {
        grid-template-columns: 1fr !important;
    }

    .res-form .form-row-2 {
        grid-template-columns: 1fr !important;
    }

    .reservation-card {
        padding: 40px 20px !important;
    }

    .form-row {
        grid-template-columns: 1fr !important;
    }
}

/* Small Mobile (576px) */
@media (max-width: 576px) {
    :root {
        --spacing-md: 1.5rem;
        --spacing-lg: 2rem;
        --spacing-xl: 3rem;
    }

    .container {
        padding: 0 15px;
    }

    .site-header {
        padding: 15px 0;
    }

    .logo h2 {
        font-size: 1.5rem;
    }

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    .slide {
        height: 70vh;
        min-height: 450px;
    }

    .slide-content {
        height: 70vh;
        min-height: 450px;
        padding: var(--spacing-md) 0;
    }

    .slide-subtitle {
        font-size: 14px;
    }

    .btn-primary,
    .btn-secondary,
    .theme-btns {
        padding: 12px 25px;
        font-size: 14px;
    }

    .slider-nav {
        bottom: 20px;
        right: 20px;
        gap: 10px;
    }

    .slider-prev,
    .slider-next {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .info-item {
        font-size: 14px;
    }

    .info-item i {
        font-size: 16px;
    }

    .social-links a {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .gallery-item img {
        height: 180px;
    }

    .about-image img {
        height: 280px;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .stat-title {
        font-size: 1rem;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
    }

    .menu-filter {
        gap: 10px;
    }

    .filter-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .menu-image img {
        height: 250px;
    }

    .menu-content {
        padding: 20px;
    }

    .menu-title {
        font-size: 1.25rem;
    }

    .menu-price {
        font-size: 1.1rem;
    }

    .reservation-image img {
        height: 250px;
    }

    .blog-image img {
        height: 200px;
    }

    .blog-content {
        padding: 20px;
    }

    .mobile-menu {
        width: 250px;
    }

    .search-form input {
        font-size: 16px;
        padding: 12px;
    }

    .search-form button {
        padding: 12px 20px;
        font-size: 16px;
    }
}

/* Extra Small (400px) */
@media (max-width: 400px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    .slide-title br {
        display: none;
    }

    .stat-number {
        font-size: 2rem;
    }
}

/* Landscape Mode for Mobile */
@media (max-height: 500px) and (orientation: landscape) {

    .slide,
    .slide-content {
        height: auto;
        min-height: 400px;
        padding: 100px 0 50px;
    }

    .slider-nav {
        bottom: 15px;
        right: 15px;
    }
}

/* Print Styles */
@media print {

    .site-header,
    .mobile-menu,
    .search-popup,
    .slider-nav,
    .btn-primary,
    .btn-secondary,
    .btn-order,
    .btn-read-more {
        display: none !important;
    }

    .slide {
        height: auto;
        page-break-inside: avoid;
    }

    * {
        background: white !important;
        color: black !important;
    }
}