/* ==========================================================================
   Charcoal Authority Skin - Warm charcoal with muted gold
   Playfair Display + Lato. Established and authoritative.
   ========================================================================== */
.style-charcoal-authority {
    --color-primary: #2b2d31;
    --color-primary-dark: #1e2023;
    --color-accent: #a9842f;
    --color-bg: #ffffff;
    --color-bg-secondary: #f5f3ef;
    --color-text: #26282b;
    --color-text-muted: #6a6d72;
    --color-border: #e6e2da;
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Lato', sans-serif;
    --letter-spacing-heading: 0;
}

.style-charcoal-authority h1,
.style-charcoal-authority h2,
.style-charcoal-authority h3,
.style-charcoal-authority .credentials-card__heading {
    font-weight: 600;
}

/* --- Header --- */
.style-charcoal-authority .charcoal-authority-header__main {
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-border);
}

.style-charcoal-authority .charcoal-authority-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    height: 84px;
}

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

.style-charcoal-authority .charcoal-authority-header__logo-icon { color: var(--color-accent); }

.style-charcoal-authority .charcoal-authority-header__logo-text {
    font-family: var(--font-heading);
    font-size: 1.375rem;
    font-weight: 600;
    color: var(--color-primary);
    letter-spacing: 0.01em;
}

@media (max-width: 620px) {
    .style-charcoal-authority .charcoal-authority-header__logo-text { font-size: 1.125rem; }
}

.style-charcoal-authority .charcoal-authority-nav .main-nav__link {
    color: var(--color-text);
    font-family: var(--font-body);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: 700;
}

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

.style-charcoal-authority .charcoal-authority-header__right {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.style-charcoal-authority .charcoal-authority-header__phone {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: var(--color-primary);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 1rem;
}

.style-charcoal-authority .charcoal-authority-header__phone svg { color: var(--color-accent); }

.style-charcoal-authority .charcoal-authority-header__cta { display: none; }

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

.style-charcoal-authority .mobile-nav { background-color: var(--color-bg-secondary); }

/* --- Trust bar --- */
.style-charcoal-authority .trust-bar {
    background-color: var(--color-bg-secondary);
    border-color: var(--color-border);
}

.style-charcoal-authority .trust-bar__item {
    color: var(--color-text);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: none;
    letter-spacing: 0.02em;
}

.style-charcoal-authority .trust-bar__item svg { color: var(--color-accent); }
.style-charcoal-authority .trust-bar__sep { background-color: var(--color-accent); }

/* --- Buttons --- */
.style-charcoal-authority .btn {
    font-family: var(--font-body);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    border-radius: 2px;
}

/* --- Body prose stays in Lato; headings use Playfair via --font-heading --- */
.style-charcoal-authority .section-header p,
.style-charcoal-authority .service-card__description,
.style-charcoal-authority .why-us__text,
.style-charcoal-authority .testimonial-card__quote {
    font-family: var(--font-body);
}

/* --- Footer --- */
.style-charcoal-authority .charcoal-authority-footer { background-color: #1f2124; }
.style-charcoal-authority .cta-banner { background-color: var(--color-primary); }
