/* Menü detay sayfası - Viamore Wedding Palace tarzı */
.page-menu-detail {
    background: #faf8f5;
    min-height: 100vh;
    padding: 2rem 0 4rem;
}
.menu-detail-wrap {
    max-width: 900px;
    margin: 0 auto;
    background: #fffefb;
    padding: 3rem 3.5rem 3rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 1px solid #ebe8e2;
    position: relative;
}
.menu-detail-wrap::before,
.menu-detail-wrap::after {
    content: '';
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    height: 2px;
    border-top: 1px solid #d4cfc4;
    border-bottom: 1px solid #d4cfc4;
}
.menu-detail-wrap::before { top: 1rem; }
.menu-detail-wrap::after { bottom: 1rem; }

.menu-detail-header {
    text-align: center;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e8e4dc;
}
.menu-detail-logo {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.35em;
    color: #5c5549;
    margin-bottom: 0.25rem;
}
.menu-detail-subtitle {
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    color: #8b8579;
    font-weight: 300;
}
.menu-detail-title {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    color: #5c5549;
    margin-top: 2rem;
    font-weight: 400;
}

.menu-detail-section {
    margin-bottom: 2rem;
}
.menu-detail-section-title {
    font-size: 0.75rem;
    letter-spacing: 0.25em;
    color: #5c5549;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e8e4dc;
    text-transform: uppercase;
    font-weight: 500;
}
.menu-detail-subsection {
    margin-bottom: 1.25rem;
}
.menu-detail-subsection-title {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    color: #8b8579;
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.menu-detail-subsection-title::before {
    content: '◆';
    font-size: 0.5rem;
    color: #b8b0a0;
}
.menu-detail-list {
    list-style: none;
}
.menu-detail-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.4rem;
    font-size: 0.95rem;
    color: #4a4540;
    line-height: 1.6;
}
.menu-detail-list li::before {
    content: '☐';
    position: absolute;
    left: 0;
    font-size: 0.9rem;
    color: #b8b0a0;
}
.menu-detail-list li.menu-detail-extra {
    font-size: 0.85rem;
    color: #6b6560;
}
.menu-detail-list li.menu-detail-extra::before {
    content: '◦';
}

.menu-detail-price-box {
    position: absolute;
    top: 3rem;
    right: 3.5rem;
    width: 120px;
    padding: 1rem 1.25rem;
    background: #f5f3ef;
    border: 1px solid #e8e4dc;
    text-align: center;
}
.menu-detail-price {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 400;
    color: #5c5549;
}
.menu-detail-price-label {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    color: #8b8579;
    margin-top: 0.25rem;
}

.menu-detail-notes {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e8e4dc;
    font-size: 0.8rem;
    color: #6b6560;
    line-height: 1.9;
}
.menu-detail-notes p {
    margin-bottom: 0.35rem;
}

.menu-detail-footer {
    text-align: center;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e8e4dc;
    font-size: 0.85rem;
    color: #8b8579;
    letter-spacing: 0.05em;
}

/* Ortaya Serpme – iki sütun */
.menu-detail-two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 1rem;
}
.menu-detail-col .menu-detail-section-title {
    margin-bottom: 1rem;
}
.menu-detail-list-asterisk li::before {
    content: '*';
    font-weight: 600;
    color: #5c5549;
}
@media (max-width: 768px) {
    .menu-detail-two-cols {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.menu-detail-back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--accent-gold);
    text-decoration: none;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    transition: color 0.2s;
}
.menu-detail-back:hover {
    color: var(--gold-dark);
}

@media (max-width: 768px) {
    .menu-detail-wrap {
        padding: 2rem 1.5rem;
        margin: 0 1rem;
    }
    .menu-detail-price-box {
        position: static;
        margin: 0 0 2rem 0;
        display: inline-block;
    }
    .menu-detail-logo {
        font-size: 1.5rem;
        letter-spacing: 0.2em;
    }
}
