/* Kontrast-Korrektur (WCAG 2.2 AA) — 09/2026 */
:root{--gold-deep:#7F6220;--ink-3:#6A645B}
.eyebrow,.rev__tag,.price-policy__label{color:#7F6220}
.work__note,.faq__sub,.insta__sub,.mapwrap__consent-txt,.mapwrap__consent-alt,.contact__alt-opt,.faq-q{color:#635D54}

/* Links im Fließtext zusätzlich unterstreichen (WCAG 1.4.1) */
p a:not([class]),li a:not([class]),.lede a,.fb-legal a,footer p a{text-decoration:underline;text-underline-offset:3px}
/* Klickflächen mindestens 24 px (WCAG 2.5.8) */
button[aria-label],a[aria-label]:not(.btn){min-width:24px;min-height:24px}
