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

/* law-showcase-navy: Navy chambers — classic stack */
:root {
    --theme-primary: #1E3A5F;
    --theme-accent: #C9A227;
    --lf-primary: #1E3A5F;
    --lf-primary-dark: color-mix(in srgb, #1E3A5F 72%, #000);
    --lf-accent: #C9A227;
    --lf-light: #E8EEF5;
}

body { background: #F8FAFC; }

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

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