/* --- MODERN STYLING FOR MENU.HTML --- */

.menu-hero {
    padding: 2rem 5% 1rem;
    text-align: center;
    background: #000;
}

.menu-container {
    padding: 2rem 8% 4rem;
    width: 100%;
    margin: 0 auto;
}

.menu-section-modern {
    margin-bottom: 5rem;
}

.section-title-box {
    margin-bottom: 2.5rem;
    text-align: left;
}

.section-title-box h2 {
    font-size: 2.2rem;
    color: #fff;
    font-family: 'Playfair Display', serif;
    margin-bottom: 0.3rem;
}

.section-title-box p {
    color: #d4af37;
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
}

/* Styling untuk tambahan teks Exclude Tax */
.tax-note {
    display: inline-block;
    font-size: 0.8rem;
    color: #888;
    font-style: italic;
    letter-spacing: 0.5px;
}

/* Asymmetric Layout (Split Grid) */
.menu-split-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3.5rem;
    align-items: stretch;
    background: #111;
    border: 1px solid #222;
    border-radius: 16px;
    padding: 3rem;
    transition: all 0.4s ease;
}

.menu-split-layout.reverse {
    grid-template-columns: 0.8fr 1.2fr;
}

.menu-split-layout:hover {
    border-color: #332a10;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* Elegant Text Menu List & Scrollable Feature */
.menu-list-side {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    justify-content: flex-start;
}

.scrollable-menu {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 1.5rem;
}

/* Custom Scrollbar Elegant (Gold & Black) */
.scrollable-menu::-webkit-scrollbar {
    width: 6px;
}
.scrollable-menu::-webkit-scrollbar-track {
    background: #1a1a1a;
    border-radius: 8px;
}
.scrollable-menu::-webkit-scrollbar-thumb {
    background: #d4af37;
    border-radius: 8px;
}
.scrollable-menu::-webkit-scrollbar-thumb:hover {
    background: #f3c94f;
}

.menu-row-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #1e1e1e;
    padding-bottom: 1.2rem;
}

.item-info h3 {
    font-size: 1.2rem;
    color: #fff;
    font-family: 'Playfair Display', serif;
    margin-bottom: 0.3rem;
}

.item-info p {
    font-size: 0.85rem;
    color: #888;
    line-height: 1.4;
}

.item-price {
    font-size: 1.1rem;
    font-weight: 600;
    color: #d4af37;
    font-family: 'Poppins', sans-serif;
    background: rgba(212, 175, 55, 0.08);
    padding: 0.2rem 0.8rem;
    border-radius: 20px;
    flex-shrink: 0;
    margin-left: 1rem;
}

/* Highlight Image Side */
.menu-image-side {
    width: 100%;
    height: 100%;
}

.highlight-img-card {
    position: relative;
    height: 100%;
    min-height: 400px;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    border: 1px solid #222;
}

.highlight-img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.menu-split-layout:hover .highlight-img-card img {
    transform: scale(1.06);
}

.img-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    backdrop-filter: blur(6px);
    border: 1px solid #333;
}

.img-badge.gold {
    background: #d4af37;
    color: #000;
    border-color: #d4af37;
}

/* --- Section Breakfast, Dinner & Barcode --- */
.info-barcode-section {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr; 
    gap: 3rem;
    background: linear-gradient(135deg, #121212, #070707);
    border: 1px solid #222;
    border-radius: 16px;
    padding: 3.5rem;
    align-items: stretch;
    margin-bottom: 4rem;
}

.info-content-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-content-box h2 {
    font-size: 2rem;
    color: #d4af37;
    font-family: 'Playfair Display', serif;
    margin-bottom: 1rem;
}

.info-content-box p {
    color: #aaa;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

/* --- Original Photos Gallery (Desktop View) --- */
.breakfast-dinner-gallery {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.breakfast-dinner-gallery img {
    width: 25%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #222;
    transition: transform 0.3s ease;
}

.breakfast-dinner-gallery img:hover {
    transform: scale(1.03);
}

/* Balanced Tall Barcode Box */
.barcode-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #0a0a0a;
    border: 1px solid #262626;
    padding: 3rem 2.5rem;
    border-radius: 12px;
    height: 100%;
}

.qr-wrapper {
    width: 170px;
    height: 170px;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    flex-shrink: 0;
    margin-bottom: 1.8rem;
}

.qr-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.qr-text h3 {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 0.6rem;
    font-family: 'Playfair Display', serif;
}

.qr-text p {
    font-size: 0.9rem;
    color: #888;
    line-height: 1.6;
}

/* --- MOBILE RESPONSIVENESS (Hanya Menampilkan 2 Foto Saja) --- */
@media (max-width: 900px) {
    .menu-container {
        padding: 2rem 4%;
    }
    .menu-split-layout, .menu-split-layout.reverse {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 1.5rem;
    }
    .highlight-img-card {
        min-height: 250px;
    }
    .scrollable-menu {
        max-height: 350px;
    }
    
    .info-barcode-section {
        grid-template-columns: 1fr;
        padding: 2rem 1.5rem;
    }
    
    /* Sembunyikan 2 foto tambahan agar di HP hanya tersisa 2 foto saja */
    .desktop-only-img {
        display: none !important;
    }
    
    .breakfast-dinner-gallery {
        display: flex;
        gap: 1rem;
        margin-top: 1.5rem;
    }
    
    .breakfast-dinner-gallery img {
        width: 50%;
        height: 120px;
        object-fit: cover;
        border-radius: 8px;
        border: 1px solid #222;
    }
    
    .barcode-box {
        padding: 2.5rem 1.5rem;
    }
}