/*
Theme Name: Beriox
Theme URI: https://beriox.ca
Author: Jean-François Rioux-Bergeron
Description: Thème WordPress fidèle au site beriox.ca — stratège numérique Saguenay.
Version: 1.5.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: beriox
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

:root {
	--color-primary: #5a5fca;
	--color-primary-dark: #4549a8;
	--color-accent-orange: #ff8a00;
	--color-bg-dark: #0e0c18;
	--color-header: #160c1f;
	--font-sans: 'Poppins', system-ui, sans-serif;
}

body {
	margin: 0;
	font-family: var(--font-sans);
}

/* Accueil : variables + fond (le CSS source cible .vitrine-home-page body, incorrect) */
body.vitrine-home-page {
	--bg-body: #0e0c18;
	--bg-section: #0e1020;
	--bg-card: #1a162e;
	--text-primary: #fff;
	--text-secondary: #c9ceda;
	--border: rgba(255, 255, 255, 0.08);
	background: var(--bg-body);
	color: var(--text-primary);
}

[data-theme="light"] body.vitrine-home-page {
	--bg-body: #fefcf9;
	--bg-section: #faf8f5;
	--bg-card: #fff;
	--text-primary: #2c2c2c;
	--text-secondary: #6b6b6b;
	--border: #e8e5e0;
}

/* Pages intérieures — fond et texte selon le thème */
html[data-theme="dark"] body:not(.vitrine-home-page) {
	--bg-body: #0e0c18;
	--bg-section: #0e1020;
	--bg-card: #1a162e;
	--text-primary: #f1f5f9;
	--text-secondary: #cbd5e1;
	--border: rgba(255, 255, 255, 0.08);
	background: var(--bg-body);
	color: var(--text-primary);
}

html[data-theme="light"] body:not(.vitrine-home-page):not(.vitrine-services-page) {
	background: #f8fafc;
	color: #1e293b;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
