/*
Theme Name: Bury Haustechnik
Theme URI: https://bury-haustechnik.de
Description: FSE-Block-Theme fuer bury-haustechnik.de - Meisterbetrieb fuer Heizung, Sanitaer, Bad, Klima, Photovoltaik in der Region Freiburg/Kaiserstuhl.
Author: myKaiserstuhl GmbH
Version: 0.9.44
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bury-haustechnik
*/

/* ================================================================
   Basis-Styles. Design-Tokens kommen aus theme.json (--wp--preset--*).
   Nur was der Block-Editor nicht abbildet, gehört hierher:
   Full-Width-Layout, Fokus-States (BFSG), kleine Sektions-Helfer.
   HINWEIS: Nach dem Anlegen/Ändern von Patterns die "Version:" oben
   UND BURY_THEME_VERSION in functions.php hochzählen,
   sonst cacht WordPress die alte Pattern-Liste.
   ================================================================ */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; overflow-x: clip; -webkit-font-smoothing: antialiased; }
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* Sichtbarer Fokus für Tastaturnutzer (WCAG 2.4.7 / BFSG) */
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	outline: 2px solid var(--wp--preset--color--primary);
	outline-offset: 2px;
	border-radius: 3px;
}

/* Skip-Link: WordPress liefert bei Block-Templates selbst einen (#wp-skip-link,
   via screen-reader-text versteckt) — kein eigener nötig. */

/* Full-Width-Modell: randlose Sektionen, Inhalt zentriert über die
   Layout-Größen aus theme.json. .alignfull dehnt sich über den Viewport,
   der innere .wp-block-group hält contentSize. */
.wp-site-blocks { overflow-x: clip; }

/* ── BUTTONS ── */
.wp-block-button__link { border-radius: 999px; font-weight: 500; }
.is-style-outline .wp-block-button__link {
	border: 1.5px solid var(--wp--preset--color--warm-200);
	background: transparent;
	color: var(--wp--preset--color--ink);
}
.is-style-outline .wp-block-button__link:hover { border-color: var(--wp--preset--color--ink); }

/* Reduzierte Bewegung respektieren */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}
