/* Classic Elegant — warm serif tones, fine dining feel */
.template-classic-elegant {
    background: #faf8f5; color: #2c1810;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
}

/* Background overlay for warm paper texture feel */
.template-classic-elegant[style*="background-image"]::before {
    background: rgba(250, 248, 245, 0.92);
}

.template-classic-elegant .menu-header {
    border-bottom: none;
    padding-bottom: 1.5rem;
}
.template-classic-elegant .menu-header::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c4a882, transparent);
    margin: 1rem auto 0;
}
.template-classic-elegant .menu-logo {
    border: 2px solid #ddd0be;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.template-classic-elegant .menu-title {
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1.3rem;
}
.template-classic-elegant .menu-subtitle {
    color: #a08b6d;
    letter-spacing: 3px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.65rem;
    text-transform: uppercase;
    opacity: 1;
}

.template-classic-elegant .menu-nav {
    background: #faf8f5;
    border-bottom: 1px solid #ece4d9;
}
.template-classic-elegant .menu-nav-item {
    color: #b8a890;
    font-family: -apple-system, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.7rem;
}
.template-classic-elegant .menu-nav-item.active {
    color: var(--menu-accent);
    border-bottom: 2px solid var(--menu-accent);
}

/* Category image: rounded with subtle shadow */
.template-classic-elegant .category-image-wrap {
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(44, 24, 16, 0.08);
}
.template-classic-elegant .category-image {
    border-radius: 16px;
}

.template-classic-elegant .category-title {
    color: #2c1810;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1rem;
}
.template-classic-elegant .category-title::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: var(--menu-accent);
    margin-top: 6px;
}
.template-classic-elegant .category-description {
    color: #a08b6d;
    font-style: italic;
    font-family: Georgia, serif;
}

.template-classic-elegant .menu-item {
    border-bottom: 1px dotted #e8dfd3;
}
.template-classic-elegant .menu-item:last-child { border-bottom: none; }
.template-classic-elegant .item-name {
    font-weight: 500;
    letter-spacing: 0.3px;
}
.template-classic-elegant .item-price {
    color: var(--menu-accent);
    font-family: -apple-system, sans-serif;
}
.template-classic-elegant .item-description { color: #a08b6d; }
.template-classic-elegant .item-tag {
    background: #f5ede3;
    color: #8b7355;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.55rem;
}
.template-classic-elegant .item-image {
    border-radius: 50%;
    border: 2px solid #ece4d9;
}

.template-classic-elegant .menu-footer {
    border-top: 1px solid #ece4d9;
    color: #c4b8a6;
}
.template-classic-elegant .footer-powered {
    font-family: -apple-system, sans-serif;
    letter-spacing: 1px;
}

/* Desktop: elegant decorative accents */
@media (min-width: 768px) {
    .template-classic-elegant .menu-title {
        font-size: 1.6rem;
        letter-spacing: 4px;
    }
    .template-classic-elegant .category-title {
        font-size: 1.15rem;
    }
    .template-classic-elegant .category-title::after {
        width: 50px;
        height: 2px;
        margin-top: 8px;
    }
    .template-classic-elegant .menu-header::after {
        width: 80px;
    }
    .template-classic-elegant .item-image { width: 72px; height: 72px; }
    .template-classic-elegant .category-image {
        height: 220px;
    }
}
