.menu-hero {
    background:
        linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
        url("../images/slide2.jpg") center/cover no-repeat;
    min-height: 42vh;
    display: flex;
    flex-direction: column;
}

.menu-page {
    max-width: 62.5rem;
    margin: 0 auto;
    padding: 4.375rem 1.25rem 5.625rem;
}

.menu-section {
    background: white;
    border-radius: 1.125rem;
    padding: 1.875rem;
    margin-bottom: 1.75rem;
    box-shadow: 0 0.5rem 1.375rem rgba(0, 0, 0, 0.08);
}

.menu-section h2 {
    font-size: 2rem;
    margin-bottom: 1.563rem;
    text-align: center;
    color: #c0392b;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.125rem 0;
    border-bottom: 0.063rem solid #e5ddd3;
}

.menu-item:last-child {
    border-bottom: none;
}

.menu-item h3 {
    font-size: 1.15rem;
    margin-bottom: 0.375rem;
}

.menu-item p {
    color: #666;
    line-height: 1.6;
}

.menu-item span {
    font-weight: bold;
    color: #222;
    white-space: nowrap;
    font-size: 1.05rem;
}

@media (max-width: 43.75rem) {
    .menu-item {
        flex-direction: column;
        gap: 0.625rem;
    }

    .menu-item span {
        align-self: flex-start;
    }
}

.menu-intro {
    text-align: center;
    max-width: 43.75rem;
    margin: 0 auto 2.5rem;
    font-size: 1.05rem;
    color: #555;
}

.menu-note {
    text-align: center;
    margin-top: 1.875rem;
    font-size: 0.95rem;
    color: #777;
}

.menu-extra-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.375rem;
}

.menu-extra {
    font-size: 0.9rem;
    color: #999;
    margin: 0;
}

.extra-price {
    font-size: 0.9rem;
    color: #999;
}