/* Kalakhanegi theme overrides — single-brand storefront */
:root {
    --site-primary: #ff871f;
    --site-primary-dark: #e67610;
    --site-ink: #1f1f1f;
    --site-muted: #5c5c5c;
    --kal-font: Vazirmatn, Tahoma, "Segoe UI", sans-serif;
}

body {
    font-family: var(--kal-font);
}

.btn-warning,
.btn-primary,
.progress-bar,
.label-warning,
.badge-warning,
#btn-top-search,
.pagination > .active > a,
.pagination > .active > span {
    background-color: var(--site-primary) !important;
    border-color: var(--site-primary-dark) !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-primary:hover,
.btn-primary:focus,
#btn-top-search:hover {
    background-color: var(--site-primary-dark) !important;
    border-color: var(--site-primary-dark) !important;
}

/* Keep body links readable; orange only for CTA/hover, not default text links */
.text-warning {
    color: var(--site-primary-dark);
}

.top-bar .nav > li > a:hover,
.has-full-underline a:hover {
    color: var(--site-primary-dark);
}

a {
    color: var(--kal-ink, #2a2a2a);
}

a:hover,
a:focus {
    color: var(--kal-primary, var(--site-primary-dark));
}

.footer a,
.page-footer a {
    color: var(--site-muted);
}

.footer a:hover,
.page-footer a:hover {
    color: var(--site-ink);
}

.site-kalakhanegi .logo-box .logo-url {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.site-kalakhanegi .logo-box .logo {
    max-height: 56px;
    width: auto;
}

.site-kalakhanegi .brand-wordmark {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--site-ink);
    line-height: 1;
}

.site-kalakhanegi .logo-box .text-logo {
    display: none;
}

.site-kalakhanegi #btn-cities,
.site-kalakhanegi .offer-md .location,
.site-kalakhanegi .offer-lg .location {
    display: none !important;
}

.site-kalakhanegi .home-hero-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--site-ink);
    margin: 24px 0 8px;
}

.site-kalakhanegi .home-hero-lead {
    color: var(--site-muted);
    font-size: 15px;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .site-kalakhanegi .brand-wordmark {
        font-size: 18px;
    }
}
