/* Gastro (Kneipen & Cafés) — Amber. Theme-spezifisch; Basis: lp-base.css */
:root {
    --color-accent: #e8a33d;
    --color-accent-soft: #f7c877;
    --color-accent-dim: rgba(232, 163, 61, 0.14);
    --color-accent-line: rgba(232, 163, 61, 0.30);
    --sticky-color: #3a2600;
}
.hero-bg {
    background-image:
        radial-gradient(130% 95% at 80% 85%, rgba(232, 163, 61, 0.22), transparent 58%),
        radial-gradient(85% 65% at 12% 5%, rgba(200, 130, 40, 0.10), transparent 55%),
        linear-gradient(150deg, #0a0b0d 0%, #120e08 58%, #181106 100%) !important;
    background-position: center !important;
    filter: none !important;
}
.hero-bg::after {
    background: linear-gradient(100deg, rgba(10, 8, 5, 0.85) 12%, rgba(10, 8, 5, 0.5) 55%, rgba(10, 8, 5, 0.2) 100%) !important;
}
