/* ==========================================================================
   RESTAURANT THEME (Rustic Elegance)
   ========================================================================== */
.rustic-dark-theme {
    background-color: #1a1715; /* Dunkles, warmes Anthrazit-Braun */
    color: #f4ede4; /* Warmes Off-White */
    font-family: 'Inter', sans-serif;
}

/* Typografie */
.rustic-title, .rustic-heading, .restaurant-logo {
    font-family: 'Playfair Display', serif; /* Elegante Serifenschrift */
}

.rustic-title {
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.rustic-heading {
    color: #d4af37; /* Elegantes Gold */
}

.rustic-subtitle {
    font-size: 1.2rem;
    color: #b0a8a0;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

/* Farben & Sektionen */
.dark-bg { background-color: #1a1715; }
.dark-bg-alt { background-color: #14110f; }

/* --- Navigation --- */
.restaurant-nav {
    position: fixed;
    top: 0; left: 0; width: 100%;
    z-index: 1000;
    background: rgba(26, 23, 21, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding: 20px 0;
}

.restaurant-nav .nav-container {
    max-width: 1200px; margin: 0 auto; padding: 0 20px;
    display: flex; justify-content: space-between; align-items: center;
}

.restaurant-logo {
    font-size: 1.5rem; font-weight: 700; color: #d4af37; text-decoration: none;
}

.restaurant-nav .nav-links a { color: #f4ede4; }
.restaurant-nav .nav-links a:hover { color: #d4af37; }

/* Icons & Phone Rechts */
.nav-actions { display: flex; align-items: center; gap: 20px; }
.phone-link { color: #f4ede4; text-decoration: none; font-weight: 500; }
.cart-icon {
    position: relative; color: #f4ede4; text-decoration: none; font-size: 1.2rem;
}
.cart-count {
    position: absolute; top: -8px; right: -10px;
    background: #d4af37; color: #1a1715;
    font-size: 0.7rem; font-weight: bold;
    padding: 2px 6px; border-radius: 50%;
}

/* --- Hero Bereich --- */
.restaurant-hero {
    height: 90vh;
    background-image: url('https://images.unsplash.com/photo-1550966871-3ed3cdb5ed0c?auto=format&fit=crop&q=80&w=2000');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to right, rgba(20,17,15,0.9) 0%, rgba(20,17,15,0.4) 100%);
}

.relative-z { position: relative; z-index: 10; }

/* Button */
.btn-gold {
    display: inline-block;
    margin-top: 2rem;
    padding: 1rem 2.5rem;
    background-color: #d4af37;
    color: #1a1715;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px; /* Eckiger = rustikaler/eleganter */
    transition: all 0.3s ease;
}
.btn-gold:hover { background-color: #f4ede4; }

/* --- Features & Reviews --- */
.feature-box {
    text-align: center; padding: 2rem;
}
.feature-icon { font-size: 3rem; margin-bottom: 1rem; }
.feature-box h3 { color: #d4af37; margin-bottom: 1rem; }

.review-card {
    background: #1f1b19;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.05);
}
.stars { color: #d4af37; margin-bottom: 1rem; font-size: 1.2rem; }
.review-text { font-style: italic; margin-bottom: 1.5rem; color: #b0a8a0; }
.review-author { font-weight: bold; color: #d4af37; }

/* --- Speisekarte Grid --- */
.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.dish-card {
    background: #1f1b19;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.dish-card:hover { transform: translateY(-5px); }
.dish-card img {
    width: 100%; height: 250px; object-fit: cover;
}
.dish-info { padding: 1.5rem; }
.dish-header {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 1rem; border-bottom: 1px dashed rgba(255,255,255,0.1); padding-bottom: 0.5rem;
}
.dish-header h3 { font-family: 'Playfair Display', serif; color: #d4af37; margin: 0; }
.price { font-weight: bold; color: #f4ede4; }

.btn-add-cart {
    width: 100%; margin-top: 1.5rem; padding: 0.8rem;
    background: transparent; border: 1px solid #d4af37; color: #d4af37;
    border-radius: 4px; cursor: pointer; transition: all 0.3s ease;
}
.btn-add-cart:hover { background: #d4af37; color: #1a1715; }

/* --- Map & Contact --- */
.rustic-map-wrapper { border-radius: 12px; }
.rustic-contact-card {
    background: #1f1b19;
    color: #f4ede4;
    border: 1px solid #d4af37;
    border-radius: 8px;
}
.rustic-contact-card h3 { font-family: 'Playfair Display', serif; color: #d4af37; font-size: 1.8rem; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 1rem;}
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 1.5rem; }
.contact-grid h4 { color: #d4af37; margin-bottom: 0.5rem; font-size: 1rem; }

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* ===== Trattoria Prozess Section (eigene Klassen) ===== */

.bella-process-title {
    text-align: center;
    margin-bottom: 1rem;
}

.bella-process-subtitle {
    text-align: center;
    color: #b0a8a0;
    max-width: 600px;
    margin: 0 auto 4rem auto;
}

.bella-process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.bella-process-step {
    background: #1f1b19;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.05);
    text-align: center;
    transition: transform 0.3s ease;
}

.bella-process-step:hover {
    transform: translateY(-5px);
}

.bella-step-number {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #d4af37;
    margin-bottom: 1rem;
}

.bella-process-step h3 {
    color: #d4af37;
    margin-bottom: 1rem;
}

.bella-process-step p {
    color: #b0a8a0;
}
/* ===== CTA Section ===== */

.bella-cta-section {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.bella-cta-title {
    margin-bottom: 1rem;
}

.bella-cta-text {
    color: #b0a8a0;
    margin-bottom: 2rem;
}

.bella-cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #d4af37;
    color: #1a1715;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.bella-cta-button:hover {
    background-color: #f4ede4;
}


/* ===== Footer ===== */

.bella-footer {
    background: #14110f;
    padding: 2rem 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.bella-footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #b0a8a0;
    font-size: 0.9rem;
}

.bella-footer-link {
    color: #d4af37;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.bella-footer-link:hover {
    opacity: 0.7;
}
/* Spezifische Korrekturen für die Speisekarte */

.tb-centered-subtitle {
    text-align: center !important;
    display: block;
    width: 100%;
}

.tb-menu-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    align-items: stretch; /* Karten in einer Reihe immer gleich hoch */
}

.tb-dish-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* Falls du den Style aus der restaurant.css beibehalten willst, 
       bleibt die Optik gleich, nur das Layout wird hier gesteuert */
}

.tb-dish-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Nimmt den verfügbaren Platz ein */
    padding: 1.5rem;
}

.tb-dish-description {
    flex-grow: 1; /* Drückt alles darunter (den Button) nach unten */
    margin-bottom: 1.5rem;
}

.tb-btn-fixed-bottom {
    margin-top: auto; /* Der Anker am Boden der Karte */
    width: 100%;
    display: block;
}