/*
Theme Name: La Balsamine
Description: Thème blocs natif et éditable pour le gîte La Balsamine.
Requires at least: 6.9
Tested up to: 7.0
Requires PHP: 7.3
Version: 0.3.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: la-balsamine
Tags: full-site-editing, block-patterns, wide-blocks, accessibility-ready
*/

/*
 * Base / reset only.
 * ------------------------------------------------------------------
 * La direction artistique (header, hero, cartes, footer, responsive)
 * est portée par assets/css/reference.css puis assets/css/wordpress.css,
 * chargés APRÈS ce fichier. Ne pas dupliquer ici de styles de composants :
 * garder ce fichier au strict minimum (reset, box-sizing, focus, motion).
 */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

/* Neutralise l'écart vertical natif entre sections de premier niveau. */
.wp-site-blocks > * + * {
	margin-block-start: 0;
}

.wp-site-blocks {
	padding-inline: 0;
}

/* Focus visible cohérent et accessible sur tous les éléments interactifs. */
:where(a, button, input, textarea, select):focus-visible {
	outline: 2px solid var(--wp--preset--color--taupe);
	outline-offset: 3px;
}

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

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
