/* Buchhandlungen — Bordeaux. Theme-spezifisch; Basis: lp-base.css */
:root {
    --color-accent: #bb3b54;
    --color-accent-soft: #e07089;
    --color-accent-dim: rgba(187, 59, 84, 0.14);
    --color-accent-line: rgba(187, 59, 84, 0.30);
}
.hero-bg {
    background-image:
        radial-gradient(130% 95% at 80% 85%, rgba(187, 59, 84, 0.22), transparent 58%),
        radial-gradient(85% 65% at 12% 5%, rgba(150, 70, 50, 0.10), transparent 55%),
        linear-gradient(150deg, #0a0b0d 0%, #120a0c 58%, #170a0f 100%) !important;
    background-position: center !important;
    filter: none !important;
}
.hero-bg::after {
    background: linear-gradient(100deg, rgba(10, 7, 8, 0.85) 12%, rgba(10, 7, 8, 0.5) 55%, rgba(10, 7, 8, 0.2) 100%) !important;
}
