/* Theater & freie Bühnen — Mulberry. Theme-spezifisch; Basis: lp-base.css */
:root {
    --color-accent: #a23e8c;
    --color-accent-soft: #cd6fb6;
    --color-accent-dim: rgba(162, 62, 140, 0.14);
    --color-accent-line: rgba(162, 62, 140, 0.30);
}
.hero-bg {
    background-image:
        radial-gradient(130% 95% at 80% 85%, rgba(162, 62, 140, 0.22), transparent 58%),
        radial-gradient(85% 65% at 12% 5%, rgba(110, 40, 100, 0.10), transparent 55%),
        linear-gradient(150deg, #0a0b0d 0%, #120a11 58%, #150a14 100%) !important;
    background-position: center !important;
    filter: none !important;
}
.hero-bg::after {
    background: linear-gradient(100deg, rgba(9, 6, 9, 0.85) 12%, rgba(9, 6, 9, 0.5) 55%, rgba(9, 6, 9, 0.2) 100%) !important;
}
