/* ==========================================================================
   Minimaler Reset. Seiten-Styles liegen in main.css.
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
/* Kein scroll-behavior:smooth — Lenis ist das einzige Smoothing (CSS-Smooth
   würde Anker/Tastatur doppelt animieren). Scrollbar dezent sichtbar:
   Positions-Feedback + greifbarer Thumb statt komplett versteckt. */
html { -webkit-text-size-adjust: 100%; scrollbar-width: thin; scrollbar-color: rgba(249, 247, 244, 0.25) transparent; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }
input, textarea, select { font: inherit; color: inherit; }
