/* ==========================================================================
   Classic Garage Skin: Deep blue-grey with amber, Roboto Condensed
   ========================================================================== */
.style-classic-garage {
    --color-primary: #2e3b42;
    --color-primary-dark: #1f292e;
    --color-accent: #d99425;
    --color-bg: #ffffff;
    --color-bg-secondary: #eef1f3;
    --color-text: #232b30;
    --color-text-muted: #5a666e;
    --font-heading: 'Roboto Condensed', sans-serif;
    --font-body: 'Roboto', sans-serif;
}

/* --- Header --- */
.style-classic-garage .classic-garage-header__top {
    background-color: #1f292e;
    color: rgba(255, 255, 255, 0.78);
    padding: 0.5rem 0;
    font-size: 0.8125rem;
}

.style-classic-garage .classic-garage-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.style-classic-garage .classic-garage-header__top-text {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
}

.style-classic-garage .classic-garage-header__top-text svg { color: var(--color-accent); }

.style-classic-garage .classic-garage-header__top-link {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 0.8125rem;
    transition: color 200ms ease;
}

.style-classic-garage .classic-garage-header__top-link:hover { color: var(--color-accent); text-decoration: none; }

.style-classic-garage .classic-garage-header__main { background-color: #2e3b42; }

.style-classic-garage .classic-garage-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    height: 76px;
}

.style-classic-garage .classic-garage-header__logo {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    text-decoration: none;
}

.style-classic-garage .classic-garage-header__logo-icon { color: var(--color-accent); }

.style-classic-garage .classic-garage-header__logo-text {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

@media (max-width: 620px) {
    .style-classic-garage .classic-garage-header__logo-text { font-size: 1.1875rem; }
}

.style-classic-garage .classic-garage-nav .main-nav__link {
    color: rgba(255, 255, 255, 0.88);
    font-family: var(--font-heading);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.9375rem;
}

.style-classic-garage .classic-garage-nav .main-nav__link:hover,
.style-classic-garage .classic-garage-nav .main-nav__link.is-active { color: var(--color-accent); }

.style-classic-garage .classic-garage-nav .main-nav__dropdown {
    background-color: #2e3b42;
    border-color: rgba(255, 255, 255, 0.12);
}

.style-classic-garage .classic-garage-nav .main-nav__dropdown li a { color: rgba(255, 255, 255, 0.82); }

.style-classic-garage .classic-garage-nav .main-nav__dropdown li a:hover {
    background-color: rgba(255, 255, 255, 0.06);
    color: var(--color-accent);
}

.style-classic-garage .classic-garage-header__right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.style-classic-garage .classic-garage-header__phone {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #ffffff;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.0625rem;
}

.style-classic-garage .classic-garage-header__phone svg { color: var(--color-accent); }

.style-classic-garage .classic-garage-header__cta { display: none; }

@media (min-width: 1024px) {
    .style-classic-garage .classic-garage-header__cta { display: inline-flex; }
}

.style-classic-garage .btn--accent { color: #1f292e; }
.style-classic-garage .btn--accent:hover,
.style-classic-garage .btn--accent:focus { color: #fff; }

.style-classic-garage .mobile-menu-toggle__bar { background-color: rgba(255, 255, 255, 0.9); }

.style-classic-garage .mobile-nav {
    background-color: #2e3b42;
    border-top-color: rgba(255, 255, 255, 0.12);
}

.style-classic-garage .mobile-nav__link,
.style-classic-garage .mobile-nav__toggle {
    color: rgba(255, 255, 255, 0.88);
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.style-classic-garage .mobile-nav__submenu a {
    color: rgba(255, 255, 255, 0.65);
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

/* --- Trust bar --- */
.style-classic-garage .trust-bar { background-color: #2e3b42; border-color: transparent; }

.style-classic-garage .trust-bar__item {
    color: rgba(255, 255, 255, 0.92);
    font-family: var(--font-heading);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.style-classic-garage .trust-bar__item svg { color: var(--color-accent); }
.style-classic-garage .trust-bar__sep { background-color: rgba(255, 255, 255, 0.4); }

/* --- Buttons / headings --- */
.style-classic-garage .btn--primary,
.style-classic-garage .btn--accent {
    font-family: var(--font-heading);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* --- Mobile CTA --- */
.style-classic-garage .mobile-cta__quote { color: #1f292e; }

/* --- Footer --- */
.style-classic-garage .classic-garage-footer { background-color: #1f292e; }
.style-classic-garage .cta-banner h2 { font-family: var(--font-heading); text-transform: uppercase; }
