/* ===================================
   MENU PAGE STYLES
   =================================== */

/* Hero Section */
.menu-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #2a4d7c 50%, #1e3a5f 100%);
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 50px,
            rgba(255,255,255,0.03) 50px,
            rgba(255,255,255,0.03) 100px
        );
    animation: slideOverlay 20s linear infinite;
}

@keyframes slideOverlay {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100px);
    }
}

.menu-hero h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.4);
    margin-bottom: 15px;
    letter-spacing: 3px;
    position: relative;
    z-index: 1;
}

.hero-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
}

/* Menu Navigation */
.menu-nav-section {
    background: #fff;
    padding: 0;
    position: sticky;
    top: 90px;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-bottom: 3px solid #1e3a5f;
}

.menu-categories {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 15px 0;
}

.category-link {
    padding: 12px 25px;
    background: #f5f5f5;
    color: #1e3a5f;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 1px;
    border-radius: 30px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 2px solid transparent;
}

.category-link:hover {
    background: #1e3a5f;
    color: #fff;
    border-color: #1e3a5f;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(30, 58, 95, 0.3);
}

.category-link.active {
    background: #1e3a5f;
    color: #fff;
    border-color: #1e3a5f;
}

/* Menu Sections */
.menu-section {
    padding: 80px 0;
    background: #fff;
}

.menu-section.alt-bg {
    background: #f9f9f9;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-icon {
    font-size: 4rem;
    display: block;
    margin-bottom: 20px;
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

.section-header h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.section-description {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 20px;
    font-style: italic;
}

.topping-note {
    font-size: 1rem;
    color: #1e3a5f;
    font-weight: 600;
    margin: 15px 0 10px;
}

.topping-choices {
    font-size: 0.95rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

.sauce-options {
    max-width: 900px;
    margin: 20px auto 0;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 15px;
    border-left: 5px solid #1e3a5f;
}

.sauce-options p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 10px;
}

.sauce-options p:last-child {
    margin-bottom: 0;
}

.sauce-options strong {
    color: #1e3a5f;
    font-weight: 700;
}

/* Menu Grid */
.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
}

.kids-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.menu-item {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.menu-section.alt-bg .menu-item {
    background: #fff;
}

.menu-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-color: #1e3a5f;
}

.menu-item.featured {
    border-color: #1e3a5f;
    background: linear-gradient(135deg, #fff 0%, #f8f9ff 100%);
}

.menu-item.featured:hover {
    box-shadow: 0 10px 30px rgba(30, 58, 95, 0.2);
}

.featured-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #ff8a00 0%, #ff6b00 100%);
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 10px rgba(255, 138, 0, 0.4);
}

.item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 10px;
}

.item-header h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #1e3a5f;
    line-height: 1.3;
    flex: 1;
}

.price {
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ff8a00;
    white-space: nowrap;
    flex-shrink: 0;
}

.item-description {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-top: 8px;
}

/* Kids Menu Items */
.kids-item {
    background: linear-gradient(135deg, #fff8e1 0%, #fff 100%);
    border-color: #ffa726;
}

.kids-item:hover {
    border-color: #ff8a00;
    box-shadow: 0 8px 25px rgba(255, 138, 0, 0.2);
}

.kids-item .item-header h3 {
    color: #ff8a00;
}

.kids-item .price {
    color: #1e3a5f;
}

/* CTA Section */
.menu-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #1e3a5f 0%, #ff8a00 100%);
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.menu-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: rotate 15s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.menu-cta h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
}

.menu-cta p {
    font-size: 1.4rem;
    margin-bottom: 50px;
    color: rgba(255,255,255,0.95);
    position: relative;
    z-index: 1;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.cta-buttons .btn {
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 3px solid #fff;
}

.btn-order {
    background: #fff;
    color: #1e3a5f;
}

.btn-order:hover {
    background: transparent;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.btn-reserve {
    background: transparent;
    color: #fff;
}

.btn-reserve:hover {
    background: #fff;
    color: #1e3a5f;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.btn-call {
    background: #ff8a00;
    color: #fff;
    border-color: #ff8a00;
}

.btn-call:hover {
    background: #fff;
    color: #ff8a00;
    border-color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* Responsive Design */
@media (max-width: 968px) {
    /* Header adjustments for mobile */
    .mobile-menu-toggle {
        display: flex;
    }

    .main-nav {
        justify-content: flex-end;
    }

    .nav-list {
        position: fixed;
        top: 90px;
        left: -100%;
        flex-direction: column;
        background-color: var(--dark-color);
        width: 100%;
        padding: 30px;
        gap: 20px;
        transition: left 0.3s ease;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        justify-content: flex-start;
        align-items: flex-start;
    }

    .nav-list.active {
        left: 0;
    }

    .nav-list li {
        width: 100%;
    }

    .nav-list a {
        display: block;
        width: 100%;
        padding: 12px 0;
    }

    .order-btn {
        margin-left: 0;
        width: 100%;
        text-align: center;
        display: block;
    }

    .header-content {
        gap: 20px;
    }

    /* Page specific styles */
    .menu-hero h1 {
        font-size: 2.8rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .menu-nav-section {
        top: 90px;
    }

    .menu-categories {
        gap: 8px;
        padding: 12px 0;
    }

    .category-link {
        padding: 10px 18px;
        font-size: 0.85rem;
    }

    .section-header h2 {
        font-size: 2.2rem;
    }

    .menu-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .kids-grid {
        grid-template-columns: 1fr;
    }

    .menu-cta h2 {
        font-size: 2.5rem;
    }

    .menu-cta p {
        font-size: 1.2rem;
    }
}

@media (max-width: 640px) {
    .menu-hero {
        padding: 100px 0 60px;
    }

    .menu-hero h1 {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        letter-spacing: 2px;
    }

    .menu-nav-section {
        position: static;
    }

    .menu-categories {
        flex-direction: column;
        gap: 10px;
    }

    .category-link {
        width: 100%;
        text-align: center;
    }

    .section-icon {
        font-size: 3rem;
    }

    .section-header h2 {
        font-size: 1.8rem;
    }

    .section-description {
        font-size: 1rem;
    }

    .menu-item {
        padding: 20px;
    }

    .item-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .item-header h3 {
        font-size: 1.2rem;
    }

    .price {
        font-size: 1.1rem;
    }

    .menu-cta {
        padding: 60px 0;
    }

    .menu-cta h2 {
        font-size: 2rem;
    }

    .menu-cta p {
        font-size: 1.1rem;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-buttons .btn {
        width: 100%;
        padding: 12px 30px;
        font-size: 1rem;
    }

    .sauce-options {
        padding: 15px;
    }

    .sauce-options p {
        font-size: 0.9rem;
    }
}
