@import url("../law-firm/style.css");
@import url("../law-layout-prestige/style.css");

/* law-showcase-charcoal: Charcoal prestige — partners first */
:root {
    --theme-primary: #111827;
    --theme-accent: #A8894A;
    --lf-primary: #111827;
    --lf-primary-dark: color-mix(in srgb, #111827 72%, #000);
    --lf-accent: #A8894A;
    --lf-light: #F3F2EF;
}

body { background: #FAFAF9; }

.lf-hero {
    background-image:
        linear-gradient(120deg, color-mix(in srgb, #111827 88%, #000), color-mix(in srgb, #111827 55%, transparent)),
        var(--lf-hero-image, none);
}

.lf-firm-section,
.lf-section.lf-firm-section { background: #F3F2EF; }
