/*
Theme Name: Un Monde Île Maurice
Theme URI: https://unmondeilemaurice.com
Author: Seobooster Ltd
Description: Thème code-pur — découverte culturelle et pratique de l'île Maurice. Conseil de voyage personnalisé capté par formulaire, WhatsApp et téléphone. Aucune activité réservable, aucun lien sortant.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: unmondeilemaurice
License: Propriétaire — Seobooster Ltd
*/

/* ==========================================================================
   1. RESET MINIMAL
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; }
img, svg, video { display: block; max-width: 100%; height: auto; }
ul, ol { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none; color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4, p, figure { margin: 0; }
table { border-collapse: collapse; width: 100%; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}

/* ==========================================================================
   2. JETONS DE DESIGN — palette « épices & couchers de soleil »
   Encre aubergine + jaune curcuma + corail doux sur fond sable chaud.
   Clair par défaut, sombre déclaré (P-110/P-351) : chaque composant lit ces
   variables, jamais une couleur en dur.
   ========================================================================== */
:root {
	/* fond & surfaces — papier sable, jamais blanc pur */
	--c-bg: #FBF3E6;
	--c-surface: #FFFFFF;
	--c-surface-2: #F6E3C4;
	/* encre : aubergine profond */
	--c-ink: #3A1130;
	--c-ink-soft: #5C3E52;
	--c-line: #E9D3A8;
	/* accent primaire : jaune curcuma */
	--c-accent: #E0A400;
	--c-accent-dark: #B98000;
	--c-accent-soft: #FBEAC0;
	--c-on-accent: #2B0E22;
	/* accent secondaire : corail doux — badges, repères, survols.
	   --c-corail-dark sert de texte lisible (eyebrow, liens, tampon) : #B8472E
	   mesure 5,3:1 sur #FBF3E6/#FFFFFF, contre 3,75:1 pour un corail plus clair. */
	--c-corail: #F1785A;
	--c-corail-dark: #B8472E;
	--c-corail-soft: #FCDDCF;

	--c-focus: #2F6FED;
	--c-whatsapp: #25D366;
	--c-on-whatsapp: #06210F;

	--shadow-sm: 0 1px 2px rgba(58, 17, 48, 0.10);
	--shadow-md: 0 10px 28px rgba(58, 17, 48, 0.16);
	--radius-sm: 8px;
	--radius-md: 16px;
	--radius-lg: 28px;
	--container: 1200px;

	--font-display: ui-serif, "Superclarendon", "Bookman Old Style", "URW Bookman", Georgia, "Times New Roman", serif;
	--font-sans: -apple-system, BlinkMacSystemFont, "Avenir Next", "Century Gothic", "Segoe UI", Roboto, Arial, sans-serif;

	--bar-h: 64px;
}

@media (prefers-color-scheme: dark) {
	:root {
		--c-bg: #1E0E1B;
		--c-surface: #29142A;
		--c-surface-2: #351B31;
		--c-ink: #F7EAD9;
		--c-ink-soft: #D3B9C7;
		--c-line: #4A2A44;
		--c-accent: #F0B429;
		--c-accent-dark: #F7CB5B;
		--c-accent-soft: #3A2416;
		--c-on-accent: #2B1600;
		--c-corail: #FF8F6B;
		--c-corail-dark: #FFB199;
		--c-corail-soft: #401F1A;
		--c-focus: #6FA1FF;
		--c-whatsapp: #2FE07A;
		--c-on-whatsapp: #06210F;
		--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.45);
		--shadow-md: 0 10px 28px rgba(0, 0, 0, 0.55);
	}
}

/* ==========================================================================
   3. BASE
   ========================================================================== */
body {
	background: var(--c-bg);
	color: var(--c-ink);
	font-family: var(--font-sans);
	font-size: 16px;
	line-height: 1.65;
}
body.has-action-bar { padding-bottom: calc(var(--bar-h) + env(safe-area-inset-bottom)); }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.18; color: var(--c-ink); }
h1 { font-size: clamp(2.1rem, 1.5rem + 2.6vw, 3.5rem); }
h2 { font-size: clamp(1.55rem, 1.25rem + 1.4vw, 2.25rem); }
h3 { font-size: clamp(1.15rem, 1.05rem + 0.5vw, 1.4rem); }
p { max-width: 68ch; }
.container p { color: var(--c-ink-soft); }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
	outline: 3px solid var(--c-focus);
	outline-offset: 2px;
}

.skip-link {
	position: absolute; left: -9999px; top: 0; z-index: 1000;
	background: var(--c-ink); color: var(--c-bg); padding: 0.75em 1.25em; border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus { left: 0; }

.visually-hidden {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden;
	clip: rect(0 0 0 0); white-space: nowrap; left: -9999px;
}

.container { max-width: var(--container); margin-inline: auto; padding-inline: 1.25rem; }
section { padding-block: clamp(2.5rem, 2rem + 2vw, 5rem); position: relative; }
.section-alt { background: var(--c-surface-2); }
.section-ink { background: var(--c-ink); color: var(--c-bg); }
.section-ink h2, .section-ink p { color: var(--c-bg); }
/* var(--c-ink-soft) suit toujours la même famille que var(--c-ink) (le fond ici) :
   l'utiliser pour ce texte donnerait un ton proche du fond dans les deux modes.
   On reste dans la famille --c-bg (celle du texte), juste atténuée. */
.section-ink .lede { color: var(--c-bg); opacity: 0.82; }

.eyebrow {
	display: inline-flex; align-items: center; gap: 0.4em; font-family: var(--font-sans); font-size: 0.78rem;
	letter-spacing: 0.1em; text-transform: uppercase; color: var(--c-corail-dark);
	font-weight: 700; margin-bottom: 0.9rem;
}
.section-ink .eyebrow { color: var(--c-accent); }

/* Le tampon de carnet de voyage : pastille légèrement inclinée, bord pointillé (P-203, procédé propre au site) */
.tampon {
	display: inline-flex; align-items: center; gap: 0.5em; padding: 0.35em 0.9em;
	border: 1.5px dashed var(--c-corail-dark); border-radius: 999px; transform: rotate(-2.5deg);
	font-family: var(--font-display); font-weight: 700; font-size: 0.85rem; color: var(--c-corail-dark);
	background: var(--c-surface);
}

.lede { font-size: 1.1rem; color: var(--c-ink-soft); max-width: 60ch; }

/* Tableau défilable posé par le socle : style minimal (P-204). */
.sbs_tableau { overflow-x: auto; margin-block: 1.5rem; border: 1px solid var(--c-line); border-radius: var(--radius-md); }
.sbs_tableau table { min-width: 480px; }
.sbs_tableau th, .sbs_tableau td { padding: 0.75rem 1rem; border-bottom: 1px solid var(--c-line); text-align: left; }
.sbs_tableau th { background: var(--c-surface-2); font-family: var(--font-display); }

/* Séparateur en vague — lagon/côte, jamais une ligne droite entre deux sections (procédé propre au site) */
.vague { display: block; width: 100%; height: 44px; margin-bottom: -1px; }
.vague path { fill: currentColor; }

/* ==========================================================================
   4. BOUTONS
   ========================================================================== */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.5em;
	padding: 0.85em 1.5em; border-radius: var(--radius-sm); font-weight: 700;
	font-size: 0.98rem; border: 1px solid transparent; cursor: pointer; line-height: 1.1;
	transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.1s ease;
	font-family: var(--font-sans);
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--c-accent); color: var(--c-on-accent); }
.btn-primary:hover { background: var(--c-accent-dark); }
.btn-corail { background: var(--c-corail); color: var(--c-ink); }
.btn-corail:hover { background: var(--c-corail-dark); }
.btn-outline { background: transparent; color: var(--c-ink); border-color: var(--c-ink); }
.btn-outline:hover { background: var(--c-ink); color: var(--c-bg); }
.section-ink .btn-outline, .cta-band .btn-outline { color: var(--c-bg); border-color: var(--c-bg); }
.section-ink .btn-outline:hover, .cta-band .btn-outline:hover { background: var(--c-bg); color: var(--c-ink); }
.btn-whatsapp { background: var(--c-whatsapp); color: var(--c-on-whatsapp); }
.btn-whatsapp:hover { filter: brightness(0.93); }
.btn-block { width: 100%; }
.btn-lg { padding: 1.05em 1.75em; font-size: 1.05rem; }

/* ==========================================================================
   5. EN-TÊTE / NAVIGATION
   ========================================================================== */
.site-header { position: sticky; top: 0; z-index: 500; background: var(--c-bg); border-bottom: 1px solid var(--c-line); }
.header-top { display: none; background: var(--c-ink); color: var(--c-bg); }
.header-top .container { display: flex; justify-content: flex-end; gap: 1.5rem; padding-block: 0.4rem; font-size: 0.85rem; }
.header-top a { display: inline-flex; align-items: center; gap: 0.4em; }
.header-top a:hover { color: var(--c-accent); }
@media (min-width: 768px) { .header-top { display: block; } }

.header-main .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 0.85rem; }

.brand { display: flex; align-items: center; gap: 0.65rem; }
.brand svg { width: 40px; height: 40px; color: var(--c-corail-dark); flex-shrink: 0; }
.brand-name { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; letter-spacing: 0.01em; }

.nav-toggle {
	display: inline-flex; align-items: center; justify-content: center;
	width: 44px; height: 44px; border: 1px solid var(--c-line); border-radius: var(--radius-sm);
	background: var(--c-surface);
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
	display: block; width: 20px; height: 2px; background: var(--c-ink); position: relative; transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: rotate(45deg); top: 0; }
.nav-toggle[aria-expanded="true"] span::after { transform: rotate(-45deg); top: 0; }

.main-nav {
	position: fixed; inset: 0; background: var(--c-bg);
	transform: translateX(100%); transition: transform 0.25s ease; z-index: 600;
	overflow-y: auto; padding: 5rem 1.5rem 2rem;
}
.main-nav.is-open { transform: translateX(0); }
.nav__list { display: flex; flex-direction: column; gap: 0.25rem; }
.nav__list a {
	display: block; padding: 0.9rem 0.25rem; font-family: var(--font-display); font-size: 1.1rem;
	border-bottom: 1px solid var(--c-line);
}
.nav-close {
	position: absolute; top: 1.25rem; right: 1.25rem; width: 44px; height: 44px;
	border: 1px solid var(--c-line); border-radius: var(--radius-sm); background: var(--c-surface);
	font-size: 1.4rem;
}
.nav-cta { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; }

@media (min-width: 1024px) {
	.nav-toggle, .nav-close { display: none; }
	/* 🪤 07/09/2026 — 13 entrées (accueil + 5 régions + 6 essentiels + contact) en une seule
	   ligne dépassaient de 83px à 1280px (chk_deborde_horizontal.sh, P-366). On autorise le
	   retour à la ligne plutôt que de réduire le menu : aucun lien n'est masqué (R-0030). */
	.main-nav { position: static; inset: auto; transform: none; background: transparent; padding: 0; overflow: visible; max-width: 100%; }
	.nav__list { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 0.5rem 1.1rem; row-gap: 0.35rem; max-width: 100%; }
	.nav__list a { border-bottom: none; padding: 0.4rem 0; font-family: var(--font-sans); font-size: 0.9rem; font-weight: 600; white-space: nowrap; }
	.nav__list a:hover { color: var(--c-corail-dark); }
	.nav-cta { flex-direction: row; flex-wrap: wrap; margin-top: 0; margin-left: 1rem; }
	.header-main .container { flex-wrap: wrap; row-gap: 0.5rem; }
}
@media (min-width: 1024px) and (max-width: 1439px) {
	/* Sous 1440px, la marque + 13 liens + CTA ne tiennent pas sur une ligne : deux lignes
	   plutôt qu'un débordement horizontal. */
	.header-main .container { flex-direction: column; align-items: stretch; }
	.nav__list { justify-content: center; }
	.nav-cta { justify-content: center; }
}

/* ==========================================================================
   6. BARRE D'ACTION FIXE — mobile uniquement (R-0022)
   ========================================================================== */
.action-bar {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 700;
	display: grid; grid-template-columns: repeat(4, 1fr);
	background: var(--c-surface); border-top: 1px solid var(--c-line); box-shadow: var(--shadow-md);
	padding-bottom: env(safe-area-inset-bottom);
}
.action-bar a, .action-bar button {
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.15rem;
	min-height: var(--bar-h); font-size: 0.7rem; font-weight: 700; color: var(--c-ink); background: transparent; border: none;
}
.action-bar svg { width: 22px; height: 22px; }
.action-bar .is-accent { color: var(--c-corail-dark); }
.action-bar .is-whatsapp { color: var(--c-whatsapp); }
@media (min-width: 1024px) { .action-bar { display: none; } body.has-action-bar { padding-bottom: 0; } }

/* ==========================================================================
   7. HÉROS + FORMULAIRE DE CONSEIL
   ========================================================================== */
.hero { padding-block: clamp(2.25rem, 1.7rem + 2vw, 4.5rem); color: var(--c-ink); }
.hero .container { display: grid; gap: 2.5rem; align-items: start; }
.hero-copy h1 { margin-bottom: 1rem; }
.hero-copy .lede { margin-bottom: 1.5rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 2rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 0.6rem 1.5rem; }
.hero-badges li { display: flex; align-items: center; gap: 0.5em; font-size: 0.9rem; color: var(--c-ink-soft); }
.hero-badges svg { width: 18px; height: 18px; color: var(--c-corail-dark); flex-shrink: 0; }

/* Bloc « promesse » — grande lettrine façon carnet manuscrit (procédé propre au site) */
.promesse { position: relative; padding: 1.5rem 1.5rem 1.5rem 0; }
.promesse::first-letter {
	font-family: var(--font-display); font-size: 3.4rem; font-weight: 700; color: var(--c-accent-dark);
	float: left; line-height: 0.8; margin: 0.1em 0.12em 0 0;
}

@media (min-width: 1024px) {
	.hero .container { grid-template-columns: 1.05fr 0.95fr; }
}

.conseil-card {
	background: var(--c-surface); border: 1px solid var(--c-line); border-radius: var(--radius-lg);
	padding: clamp(1.25rem, 1rem + 1vw, 2rem); box-shadow: var(--shadow-md); scroll-margin-top: 5rem;
}
.conseil-card h2 { font-size: 1.35rem; margin-bottom: 0.35rem; }
.conseil-card .lede { font-size: 0.95rem; margin-bottom: 1.25rem; }
.conseil-note { margin-top: 1rem; font-size: 0.82rem; color: var(--c-ink-soft); }

.conseil-success {
	background: var(--c-accent-soft); border: 1px solid var(--c-accent); color: var(--c-ink);
	border-radius: var(--radius-md); padding: 1rem 1.25rem; margin-bottom: 1.25rem; font-weight: 600;
}

.form-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
.form-row-2 { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 480px) { .form-row-2 { grid-template-columns: 1fr 1fr; } }

.field { display: flex; flex-direction: column; gap: 0.35rem; }
.field label { font-size: 0.85rem; font-weight: 700; color: var(--c-ink); }
.field .req { color: var(--c-corail-dark); }
.field input, .field select, .field textarea {
	background: var(--c-bg); border: 1px solid var(--c-line); border-radius: var(--radius-sm);
	padding: 0.75em 0.9em; font-size: 0.98rem; width: 100%;
}
.field textarea { resize: vertical; min-height: 5.5rem; }
.field-honeypot { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

/* ==========================================================================
   8. GRILLE DES RÉGIONS — badge cardinal façon tampon (procédé propre au site)
   ========================================================================== */
.regions-grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr; margin-top: 2rem; }
@media (min-width: 640px) { .regions-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .regions-grid { grid-template-columns: repeat(3, 1fr); } }

.region-card {
	position: relative; display: flex; flex-direction: column; background: var(--c-surface); border: 1px solid var(--c-line);
	border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); height: 100%;
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.region-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.region-card__media { aspect-ratio: 4/3; overflow: hidden; background: var(--c-surface-2); position: relative; }
.region-card__media img { width: 100%; height: 100%; object-fit: cover; }
.region-card__cap {
	position: absolute; top: 0.9rem; left: 0.9rem; width: 2.5rem; height: 2.5rem; border-radius: 10px;
	display: flex; align-items: center; justify-content: center; transform: rotate(-6deg);
	background: linear-gradient(135deg, var(--c-corail), var(--c-accent)); color: var(--c-on-accent);
	font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; box-shadow: var(--shadow-sm);
}
.region-card__body { padding: 1.1rem 1.25rem 1.4rem; display: flex; flex-direction: column; gap: 0.5rem; flex-grow: 1; }
.region-card__body h3 { font-size: 1.05rem; }
.region-card__body p { font-size: 0.92rem; color: var(--c-ink-soft); flex-grow: 1; }
.region-card__link { font-weight: 700; color: var(--c-corail-dark); font-size: 0.9rem; }
.regions-empty { color: var(--c-ink-soft); font-style: italic; }

/* Grille des essentiels (culture, gastronomie, pratique, sécurité, FAQ, méthode) */
.essentiels-grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr; margin-top: 2rem; }
@media (min-width: 640px) { .essentiels-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .essentiels-grid { grid-template-columns: repeat(3, 1fr); } }
.essentiel-card {
	display: flex; flex-direction: column; gap: 0.6rem; padding: 1.4rem; border: 1px solid var(--c-line);
	border-radius: var(--radius-md); background: var(--c-surface); transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.essentiel-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.essentiel-card svg { width: 28px; height: 28px; color: var(--c-corail-dark); }
.essentiel-card h3 { font-size: 1rem; }
.essentiel-card p { font-size: 0.9rem; color: var(--c-ink-soft); }
.essentiel-card__link { font-weight: 700; color: var(--c-corail-dark); font-size: 0.88rem; margin-top: auto; }

/* ==========================================================================
   9. ÉTAPES — cercles en dégradé aubergine → corail (procédé propre au site)
   ========================================================================== */
.process-list { display: grid; gap: 1.5rem; grid-template-columns: 1fr; counter-reset: step; margin-top: 2rem; }
@media (min-width: 768px) { .process-list { grid-template-columns: repeat(3, 1fr); } }
.process-item { position: relative; padding-left: 3.25rem; }
.process-item::before {
	counter-increment: step; content: counter(step);
	position: absolute; left: 0; top: 0; width: 2.5rem; height: 2.5rem; border-radius: 50%;
	background: linear-gradient(135deg, var(--c-ink), var(--c-corail-dark)); color: var(--c-bg);
	display: flex; align-items: center; justify-content: center;
	font-family: var(--font-display); font-weight: 700;
}
.process-item h3 { font-size: 1rem; margin-bottom: 0.35rem; }
.process-item p { font-size: 0.9rem; color: var(--c-ink-soft); }

/* ==========================================================================
   10. GABARIT DE PAGE (contenu, générique)
   ========================================================================== */
.page-hero { padding-block: 2.5rem; border-bottom: 1px solid var(--c-line); background: var(--c-surface-2); }
.breadcrumb { font-size: 0.82rem; color: var(--c-ink-soft); margin-bottom: 0.75rem; }
.breadcrumb a:hover { color: var(--c-corail-dark); }
.page-hero__media { margin-top: 1.5rem; border-radius: var(--radius-lg); overflow: hidden; max-height: 420px; }
.page-hero__media img { width: 100%; max-height: 420px; object-fit: cover; }

.page-layout { display: grid; gap: 2.5rem; grid-template-columns: 1fr; }
@media (min-width: 1024px) { .page-layout { grid-template-columns: 1.6fr 0.9fr; align-items: start; } }
.page-layout aside { position: static; }
@media (min-width: 1024px) { .page-layout aside { position: sticky; top: calc(var(--bar-h) + 1rem); } }

.entry-content { overflow-wrap: anywhere; }
.entry-content h2 { margin-top: 2.25rem; margin-bottom: 0.75rem; }
.entry-content h3 { margin-top: 1.5rem; margin-bottom: 0.5rem; }
.entry-content p { margin-bottom: 1.1rem; color: var(--c-ink); font-size: 1.02rem; line-height: 1.7; }
.entry-content ul, .entry-content ol { margin-bottom: 1.1rem; padding-left: 1.25rem; }
.entry-content ul { list-style: disc; }
.entry-content ol { list-style: decimal; }
.entry-content img { border-radius: var(--radius-md); margin-block: 1rem; }
.entry-content a:not(.btn) { color: var(--c-corail-dark); text-decoration: underline; text-underline-offset: 2px; }
.entry-content details { border: 1px solid var(--c-line); border-radius: var(--radius-sm); padding: 0.9rem 1.1rem; margin-bottom: 0.75rem; background: var(--c-surface); }
.entry-content summary { font-weight: 700; cursor: pointer; font-family: var(--font-display); }

.cta-band { background: var(--c-ink); color: var(--c-bg); text-align: center; }
.cta-band h2, .cta-band p { color: var(--c-bg); }
.cta-band .lede { color: var(--c-bg); opacity: 0.82; margin-inline: auto; }
.cta-band .hero-actions { justify-content: center; margin-top: 1.5rem; margin-bottom: 0; }

/* ==========================================================================
   11. PIED DE PAGE
   ========================================================================== */
.site-footer { background: var(--c-ink); color: var(--c-bg); border-top: 4px solid var(--c-accent); }
.site-footer .brand-name, .site-footer h3 { color: var(--c-bg); }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: 1fr; padding-block: 3rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; } }
.footer-brand .brand { margin-bottom: 0.75rem; }
.footer-brand .brand svg { color: var(--c-accent); }
.footer-brand p { font-size: 0.92rem; color: var(--c-ink-soft); }
.footer-col h3 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.9rem; color: var(--c-accent); }
.footer-col ul { display: flex; flex-direction: column; gap: 0.55rem; }
.footer-col a { font-size: 0.92rem; color: var(--c-bg); }
.footer-col a:hover { color: var(--c-corail); }
.footer-contact { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-contact a { display: inline-flex; align-items: center; gap: 0.5em; font-weight: 700; color: var(--c-bg); }
.footer-bottom { border-top: 1px solid var(--c-ink-soft); padding-block: 1.25rem; }
.footer-bottom .container { display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem; justify-content: space-between; font-size: 0.82rem; color: var(--c-ink-soft); }
.footer-bottom a:hover { color: var(--c-corail); }

/* ==========================================================================
   12. 404 / ÉTATS
   ========================================================================== */
.state-block { text-align: center; padding-block: clamp(3rem, 2rem + 4vw, 6rem); }
.state-block .btn { margin-top: 1.5rem; }
