/* Luxury Theme — Black & Gold Premium */
:root {
    --primary-color: #c9a84c;
    --secondary-color: #f0e6d3;
    --dark-bg: #050505;
    --dark-text: #f0e6d3;
    --light-gray: #0d0d0d;
    --box-shadow: 0 4px 20px rgba(201,168,76,0.15);
    --transition: all 0.3s ease;
    --body-bg: #0a0a0a;
    --card-bg: #141414;
    --nav-bg: #0a0a0a;
    --text-color: #e8dcc8;
    --text-muted: #a09070;
    --text-faint: #706050;
    --border-color: #2a2418;
    --input-bg: #1a1a14;
    --input-border: #3a3020;
    --info-bg: #1a1408;
    --info-color: #c9a84c;
    --waiter-btn-bg: #c9a84c;
    --waiter-btn-hover: #b8973b;
}

/* Luxury specific overrides */
.navbar-brand .brand-text {
    background: linear-gradient(45deg, #c9a84c, #f0d080);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nav-link:after {
    background: linear-gradient(90deg, #c9a84c, #f0d080);
}
.header {
    border-bottom: 1px solid #2a2418;
}
.nav-main {
    border-bottom-color: #2a2418;
}
.footer-title {
    color: #c9a84c;
}
.product-card-arrow {
    background-color: rgba(201, 168, 76, 0.1);
}
.badge-category {
    background-color: rgba(201, 168, 76, 0.15);
    color: #c9a84c;
}
.section-title {
    color: #c9a84c;
}
.categories-header h2 {
    color: #c9a84c;
}
.categories-header h2:before,
.categories-header h2:after {
    background: #c9a84c;
}
