/* Plattenläden — Orange/Vinyl. Theme-spezifisch; Basis: lp-base.css */
:root {
    --color-accent: #f2683c;
    --color-accent-soft: #ff9166;
    --color-accent-dim: rgba(242, 104, 60, 0.14);
    --color-accent-line: rgba(242, 104, 60, 0.30);
}
.hero-bg {
    background-image:
        radial-gradient(130% 95% at 80% 85%, rgba(242, 104, 60, 0.20), transparent 58%),
        radial-gradient(85% 65% at 12% 5%, rgba(180, 80, 40, 0.10), transparent 55%),
        linear-gradient(150deg, #0a0b0d 0%, #120c09 58%, #170c07 100%) !important;
    background-position: center !important;
    filter: none !important;
}
.hero-bg::after {
    background: linear-gradient(100deg, rgba(10, 7, 5, 0.85) 12%, rgba(10, 7, 5, 0.5) 55%, rgba(10, 7, 5, 0.2) 100%) !important;
}
