/* ============================================================
   RUSTIC TEMPLATE - Warm earthy, handcrafted feel
   ============================================================ */
body.template-rustic {
    background: #F5EDE3;
    color: #3D3229;
    font-family: 'Lora', 'Tajawal', serif;
}

body.template-rustic .app-header {
    background: linear-gradient(135deg, #5D4037, #795548, #8D6E63) !important;
    border-bottom: 4px solid #A1887F;
}
body.template-rustic .header-bg { display: none; }
body.template-rustic .header-delivery { color: #FFCC80; }
body.template-rustic .restaurant-name { font-family: 'Lora', serif; font-weight: 700; color: #FFCC80; letter-spacing: 0.5px; }
body.template-rustic .restaurant-rating i { color: #FFB74D; }
body.template-rustic .restaurant-meta span { background: rgba(255,183,77,0.15); color: #FFCC80; border: 1px solid rgba(255,183,77,0.2); }
body.template-rustic .header-restaurant-logo { border-color: #A1887F; background: rgba(161,136,127,0.15); }

/* Categories */
body.template-rustic .categories-wrapper { background: #F5EDE3; border-bottom: 2px solid #D7CCC8; }
body.template-rustic .cat-tab { background: #EFEBE3; border: 1px solid #D7CCC8; border-radius: 8px; padding: 7px 16px; font-family: 'Lora', serif; font-weight: 600; color: #5D4037; font-size: 0.78rem; }
body.template-rustic .cat-tab i { color: #8D6E63; }
body.template-rustic .cat-tab:hover { background: #D7CCC8; color: #3D3229; }
body.template-rustic .cat-tab.active { background: #5D4037; color: #FFCC80; border-color: #5D4037; font-weight: 700; }

/* Cards */
body.template-rustic .menu-item { background: #FFFFFF; border: 1px solid #D7CCC8; border-radius: 12px; box-shadow: 0 2px 8px rgba(93,64,55,0.06); position: relative; }
body.template-rustic .menu-item::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: #A1887F; border-radius: 12px 0 0 12px; }
body.template-rustic .menu-item-image-wrap { border-radius: 12px 0 0 12px; }
body.template-rustic .menu-item-name { font-family: 'Lora', serif; font-size: 1rem; font-weight: 700; color: #3D3229; }
body.template-rustic .menu-item-name-en { font-family: 'Inter', sans-serif; font-size: 0.72rem; color: #8D6E63; font-style: italic; }
body.template-rustic .menu-item-desc { font-family: 'Inter', sans-serif; color: #6D5A4D; font-size: 0.8rem; line-height: 1.5; }
body.template-rustic .menu-item-price { font-family: 'Lora', serif; font-size: 1.1rem; font-weight: 700; color: #5D4037; }
body.template-rustic .menu-item-add-btn { background: #5D4037; color: #FFCC80; border: none; border-radius: 8px; padding: 7px 16px; font-family: 'Lora', serif; font-weight: 600; font-size: 0.78rem; }
body.template-rustic .menu-item-add-btn:hover { background: #795548; }
body.template-rustic .menu-item-add-btn.added { background: #558B2F; color: #fff; }

/* Section headers */
body.template-rustic .menu-section-title { font-family: 'Lora', serif; font-size: 1.25rem; font-weight: 700; color: #3D3229; border-bottom: 2px solid #D7CCC8; padding-bottom: 6px; }
body.template-rustic .menu-section-count { font-family: 'Inter', sans-serif; color: #8D6E63; font-size: 0.78rem; }

/* Bottom nav */
body.template-rustic .bottom-nav { background: #5D4037; border-top: 3px solid #A1887F; }
body.template-rustic .nav-item { color: #A1887F; font-family: 'Lora', serif; font-size: 0.7rem; }
body.template-rustic .nav-item.active { color: #FFCC80; }
body.template-rustic .nav-item.active i { color: #FFCC80; }

/* Cart */
body.template-rustic .cart-fab-btn { background: #5D4037; color: #FFCC80; border: 2px solid #A1887F; }
body.template-rustic .cart-fab-total { background: #F5EDE3; border: 1px solid #D7CCC8; color: #5D4037; font-family: 'Lora', serif; }
body.template-rustic .cart-drawer { background: #F5EDE3; }
body.template-rustic .cart-drawer-header h3 { font-family: 'Lora', serif; color: #3D3229; }
body.template-rustic .cart-close-btn { background: #D7CCC8; color: #3D3229; }
body.template-rustic .cart-item { border-bottom-color: #D7CCC8; }
body.template-rustic .cart-item-name { font-family: 'Lora', serif; color: #3D3229; }
body.template-rustic .cart-item-price { color: #5D4037; }
body.template-rustic .cart-checkout-btn { background: #5D4037; color: #FFCC80; border: none; border-radius: 8px; font-family: 'Lora', serif; font-weight: 700; }
body.template-rustic .cart-checkout-btn:hover { background: #795548; }

/* Promo */
body.template-rustic .promo-banner { background: linear-gradient(135deg, #EFEBE3, #D7CCC8); border: 1px solid #A1887F; }
body.template-rustic .promo-icon { background: #5D4037; color: #FFCC80; }
body.template-rustic .promo-text { color: #3D3229; font-family: 'Lora', serif; }

/* Loading */
body.template-rustic .loading-dots span { background: #5D4037; }
body.template-rustic .menu-loading p { color: #8D6E63; }
