/*
 * Variante Travaux maison
 * Usage : menuiserie, isolation, toiture, facade, renovation generale.
 */

:root,
[data-theme-family="travaux-maison"] {
    --ds-ink: #17211d;
    --ds-muted: #5d675f;
    --ds-paper: #f7f3ea;
    --ds-paper-strong: #fffaf0;
    --ds-surface: #ffffff;
    --ds-line: #d8cfbd;
    --ds-primary: #173f36;
    --ds-primary-strong: #0f3029;
    --ds-primary-soft: #e4f1e7;
    --ds-accent: #c38d34;
    --ds-accent-strong: #a66f1e;
    --ds-accent-soft: #fff1ce;
    --ds-cool: #e9f6f8;
    --ds-footer-bg: #2f241d;
    --ds-footer-text: #fffaf0;
}

body[data-theme-family="travaux-maison"] {
    background:
        radial-gradient(circle at 12% 8%, color-mix(in srgb, var(--ds-accent) 18%, transparent), transparent 28rem),
        linear-gradient(180deg, #fff7e8, var(--ds-paper));
}

[data-theme-family="travaux-maison"] .brand-mark {
    border-radius: 2px;
    box-shadow: inset 14px 0 0 color-mix(in srgb, var(--ds-accent) 55%, transparent);
}

[data-theme-family="travaux-maison"] .hero {
    background:
        linear-gradient(115deg, rgba(255, 247, 232, .98), rgba(255, 241, 206, .9) 47%, rgba(228, 241, 231, .92)),
        var(--ds-paper);
}

