/* ═══════════════════════════════════════════════════════════════════════
   ZEYNAH — RUHE (24.08.2026, Wiederaufbau)
   Die letzte Schicht: Lesbarkeit, Fokus, Auswahl, ruhiges Scrollen.
   Kommt nach allen anderen Blättern und korrigiert nur noch leise.
   ═══════════════════════════════════════════════════════════════════════ */

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

::selection { background: rgba(0, 91, 184, .22); color: inherit; }

/* Fokus sichtbar — Tastatur gehört nicht ins Versteck */
a:focus-visible, button:focus-visible, summary:focus-visible,
input:focus-visible, textarea:focus-visible {
	outline: 2px solid #005bb8; outline-offset: 3px; border-radius: 4px;
}
section.dark-band a:focus-visible, .sch-traeger a:focus-visible,
section.dark-band button:focus-visible, .sch-traeger button:focus-visible {
	outline-color: #9ccafe;
}

/* Bilder und Filme brechen nie aus */
img, video { max-width: 100%; }

/* Feinheit: dunkle Bänder bekommen weichere Linkfarbe */
section.dark-band a:not(.cta-button):not(.card):not(.live-client):not(.sf-link) {
	color: #9ccafe;
}
section.dark-band a:not(.cta-button):not(.card):not(.live-client):not(.sf-link):hover {
	color: #ebe3d6;
}
