/*!
Theme Name: Camila Conciergerie
Theme URI: https://camilabekkaoui.fr
Author: Camila Bekkaoui
Author URI: https://camilabekkaoui.fr
Description: Thème WordPress pour conciergerie et prestation de services d'optimisation d'annonces Airbnb. Page d'accueil sectionnée (prestations, méthode, résultats avant/après, témoignages, FAQ, formulaire d'audit), contenus gérés depuis l'administration, import de contenu de démonstration en un clic.
Version: 1.0.0
Tested up to: 6.5
Requires at least: 5.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: camila
Tags: custom-logo, custom-menu, featured-images, translation-ready, blog, portfolio, two-columns, right-sidebar

Camila Conciergerie est basé sur Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores est distribué sous les termes de la licence GNU GPL v2 ou ultérieure.
*/

/*--------------------------------------------------------------
>>> SOMMAIRE :
----------------------------------------------------------------
# Tokens
# Reset
# Accessibilité
# Layout
# Titres de section
# Boutons
# Éléments partagés
# Reveal au scroll
# Navigation
# Footer
# Sections — Hero
# Sections — Constat
# Sections — Prestations
# Sections — Méthode
# Sections — Résultats
# Sections — Témoignages
# Sections — FAQ
# Sections — Contact
# Contenu WordPress (blog, pages, blocs)
# Commentaires
# Widgets
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Tokens
--------------------------------------------------------------*/
:root {
	--ink: #17130f;
	--ink-2: #3c332c;
	--ink-3: #6d6259;
	--cream: #fbf8f3;
	--sand: #f2ece2;
	--white: #ffffff;

	--accent: #c05a35;
	--accent-dark: #a44a29;
	--accent-soft: #f6e4da;
	--accent-light: #e08b64;
	--green: #1f6f5c;
	--green-soft: #dff0e9;

	--line: rgba(23, 19, 15, 0.1);
	--line-strong: rgba(23, 19, 15, 0.18);
	--line-dark: rgba(251, 248, 243, 0.14);

	--radius-sm: 10px;
	--radius: 16px;
	--radius-lg: 24px;

	--shadow-sm: 0 1px 2px rgba(23, 19, 15, 0.05), 0 4px 16px rgba(23, 19, 15, 0.04);
	--shadow: 0 2px 6px rgba(23, 19, 15, 0.06), 0 18px 48px rgba(23, 19, 15, 0.08);
	--shadow-lg: 0 30px 80px rgba(23, 19, 15, 0.16);

	--sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	/* Titres et chiffres : même famille, poids et tracking différents. */
	--display: var(--sans);

	--container: 1180px;
	--ease: cubic-bezier(0.22, 1, 0.36, 1);
	--nav-height: 78px;
}

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

* {
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 96px;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: var(--sans);
	font-size: 17px;
	line-height: 1.65;
	color: var(--ink-2);
	background: var(--cream);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

/* La barre d'administration ne doit pas masquer la navigation fixe. Elle mesure
   32 px en affichage large et 46 px en dessous de 783 px, comme dans le cœur. */
body.admin-bar .nav {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .nav {
		top: 46px;
	}
}

img,
svg,
iframe,
video {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

button,
input,
select,
textarea {
	font: inherit;
	color: inherit;
}

button {
	cursor: pointer;
	background: none;
	border: none;
}

a {
	color: inherit;
	text-decoration: none;
}

ul,
ol {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--display);
	color: var(--ink);
	font-weight: 700;
	line-height: 1.14;
	letter-spacing: -0.03em;
}

table {
	border-collapse: collapse;
	width: 100%;
}

::selection {
	background: var(--accent);
	color: var(--white);
}

:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 3px;
	border-radius: 3px;
}

/*--------------------------------------------------------------
# Accessibilité
--------------------------------------------------------------*/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: var(--cream);
	border-radius: var(--radius-sm);
	box-shadow: var(--shadow);
	clip: auto !important;
	clip-path: none;
	color: var(--ink);
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	height: auto;
	left: 24px;
	line-height: normal;
	padding: 16px 24px;
	text-decoration: none;
	top: 24px;
	width: auto;
	z-index: 100000;
}

.skip-link:focus {
	position: fixed !important;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.container {
	width: 100%;
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 24px;
}

.container--narrow {
	max-width: 820px;
}

.section {
	padding: 118px 0;
	position: relative;
}

.section--tight {
	padding: 96px 0;
}

.section--muted {
	background: var(--sand);
}

.section--dark {
	background: var(--ink);
	color: rgba(251, 248, 243, 0.72);
}

.section--dark h2,
.section--dark h3 {
	color: var(--cream);
}

/*--------------------------------------------------------------
# Titres de section
--------------------------------------------------------------*/
.sectionHead {
	max-width: 660px;
	margin-bottom: 60px;
}

.sectionHead__tag {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--accent);
	margin-bottom: 18px;
}

.sectionHead--onDark .sectionHead__tag {
	color: var(--accent-light);
}

.sectionHead__title {
	font-size: clamp(1.85rem, 3.9vw, 2.85rem);
	letter-spacing: -0.038em;
}

.sectionHead__text {
	margin-top: 20px;
	font-size: 1.06rem;
	color: var(--ink-3);
	max-width: 58ch;
}

.sectionHead--onDark .sectionHead__text {
	color: rgba(251, 248, 243, 0.62);
}

.underlined {
	white-space: nowrap;
	color: var(--accent);
	background: linear-gradient(to top, var(--accent-soft) 0.3em, transparent 0.3em);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	padding: 0 0.06em;
}

/*--------------------------------------------------------------
# Boutons
--------------------------------------------------------------*/
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 24px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.01em;
	white-space: nowrap;
	text-align: center;
	transition: transform 0.25s var(--ease), background 0.25s var(--ease),
		box-shadow 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.btn:hover {
	transform: translateY(-2px);
}

.btn:active {
	transform: translateY(0);
}

.btn--primary {
	background: var(--accent);
	color: var(--white);
	box-shadow: 0 8px 24px rgba(192, 90, 53, 0.28);
}

.btn--primary:hover {
	background: var(--accent-dark);
	color: var(--white);
	box-shadow: 0 14px 34px rgba(192, 90, 53, 0.34);
}

.btn--ghost,
.btn--outline {
	background: transparent;
	color: var(--ink);
	border: 1px solid var(--line-strong);
}

.btn--ghost:hover,
.btn--outline:hover {
	background: var(--ink);
	color: var(--cream);
	border-color: var(--ink);
}

.section--dark .btn--outline {
	color: var(--cream);
	border-color: var(--line-dark);
}

.section--dark .btn--outline:hover {
	background: var(--cream);
	border-color: var(--cream);
	color: var(--ink);
}

.btn--lg {
	padding: 17px 32px;
	font-size: 16px;
}

.btn--block {
	display: flex;
	width: 100%;
}

/*--------------------------------------------------------------
# Éléments partagés
--------------------------------------------------------------*/
.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 7px 16px 7px 12px;
	border-radius: 999px;
	background: var(--white);
	border: 1px solid var(--line);
	box-shadow: var(--shadow-sm);
	font-size: 13px;
	font-weight: 500;
	color: var(--ink-2);
}

.eyebrow__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--green);
	box-shadow: 0 0 0 4px var(--green-soft);
	flex-shrink: 0;
}

.badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 5px 12px;
	border-radius: 999px;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.badge--live {
	background: rgba(31, 111, 92, 0.1);
	color: var(--green);
}

.badge--live i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--green);
	animation: camila-pulse 1.8s infinite;
}

.badge--success {
	background: var(--green-soft);
	color: var(--green);
}

.chip {
	display: inline-block;
	padding: 4px 11px;
	border-radius: 999px;
	background: var(--accent-soft);
	color: var(--accent-dark);
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
}

@keyframes camila-pulse {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.25;
	}
}

/*--------------------------------------------------------------
# Reveal au scroll
--------------------------------------------------------------*/
.reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.reveal.is-visible {
	opacity: 1;
	transform: none;
}

/* Sans JavaScript, rien ne doit rester invisible. */
.no-js .reveal {
	opacity: 1;
	transform: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.nav {
	position: fixed;
	inset: 0 0 auto 0;
	z-index: 100;
	transition: background 0.35s var(--ease), box-shadow 0.35s var(--ease),
		border-color 0.35s var(--ease);
	border-bottom: 1px solid transparent;
}

.nav--scrolled,
.nav--solid {
	background: rgba(251, 248, 243, 0.86);
	backdrop-filter: saturate(180%) blur(14px);
	-webkit-backdrop-filter: saturate(180%) blur(14px);
	border-bottom-color: var(--line);
	box-shadow: 0 4px 24px rgba(23, 19, 15, 0.05);
}

.nav__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	height: var(--nav-height);
}

.nav__brand {
	display: flex;
	align-items: center;
	gap: 12px;
}

.nav__brand img {
	max-height: 46px;
	width: auto;
}

.nav__mark {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: var(--ink);
	color: var(--cream);
	font-family: var(--display);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.01em;
	flex-shrink: 0;
}

.nav__brandText {
	display: flex;
	flex-direction: column;
	line-height: 1.25;
}

.nav__brandText strong {
	font-family: var(--display);
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -0.02em;
	color: var(--ink);
}

.nav__brandText em {
	font-style: normal;
	font-size: 11.5px;
	letter-spacing: 0.03em;
	color: var(--ink-3);
}

.nav__links {
	display: flex;
	align-items: center;
	gap: 30px;
}

.nav__links > li {
	position: relative;
}

.nav__links a:not(.btn) {
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: var(--ink-2);
	position: relative;
	padding: 4px 0;
}

.nav__links a:not(.btn)::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1.5px;
	background: var(--accent);
	transition: width 0.3s var(--ease);
}

.nav__links a:not(.btn):hover {
	color: var(--ink);
}

.nav__links a:not(.btn):hover::after,
.nav__links .current-menu-item > a:not(.btn)::after {
	width: 100%;
}

/* Sous-menus */
.nav__links .sub-menu {
	position: absolute;
	top: 100%;
	left: -18px;
	min-width: 220px;
	margin-top: 14px;
	padding: 10px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: opacity 0.25s var(--ease), transform 0.25s var(--ease), visibility 0.25s;
}

.nav__links > li:hover > .sub-menu,
.nav__links > li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.nav__links .sub-menu a {
	padding: 9px 12px;
	border-radius: var(--radius-sm);
	font-size: 14.5px;
}

.nav__links .sub-menu a::after {
	display: none;
}

.nav__links .sub-menu a:hover {
	background: var(--sand);
}

.nav__cta {
	margin-left: 4px;
}

.nav__burger {
	display: none;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	border: 1px solid var(--line-strong);
	position: relative;
	flex-shrink: 0;
}

.nav__burger span,
.nav__burger span::before,
.nav__burger span::after {
	content: '';
	position: absolute;
	left: 50%;
	width: 19px;
	height: 1.8px;
	background: var(--ink);
	border-radius: 2px;
	transform: translateX(-50%);
	transition: transform 0.3s var(--ease), opacity 0.2s linear;
}

.nav__burger span {
	top: 50%;
	margin-top: -0.9px;
}

.nav__burger span::before {
	top: -6px;
	left: 0;
	transform: none;
}

.nav__burger span::after {
	top: 6px;
	left: 0;
	transform: none;
}

.nav__burger[aria-expanded='true'] span {
	background: transparent;
}

.nav__burger[aria-expanded='true'] span::before {
	transform: translateY(6px) rotate(45deg);
}

.nav__burger[aria-expanded='true'] span::after {
	transform: translateY(-6px) rotate(-45deg);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	background: var(--ink);
	color: rgba(251, 248, 243, 0.6);
	padding: 56px 0 44px;
}

.footer__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.footer__brand {
	display: flex;
	align-items: center;
	gap: 12px;
}

.footer__brand .nav__mark {
	background: rgba(251, 248, 243, 0.1);
	color: var(--cream);
}

.footer__brand div {
	display: flex;
	flex-direction: column;
	line-height: 1.35;
}

.footer__brand strong {
	font-family: var(--display);
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -0.02em;
	color: var(--cream);
}

.footer__brand span {
	font-size: 12.5px;
}

.footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	font-size: 14.5px;
}

.footer__links a {
	transition: color 0.2s;
}

.footer__links a:hover {
	color: var(--cream);
}

.footer__legal {
	width: 100%;
	padding-top: 26px;
	border-top: 1px solid var(--line-dark);
	font-size: 13px;
	color: rgba(251, 248, 243, 0.4);
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	justify-content: space-between;
}

.footer__legal a:hover {
	color: var(--cream);
}

/* Widgets de pied de page */
.footer__widgets {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 40px;
	padding-bottom: 44px;
	margin-bottom: 40px;
	border-bottom: 1px solid var(--line-dark);
}

.footer__widgets .widget-title {
	color: var(--cream);
	font-size: 1rem;
	margin-bottom: 16px;
}

.footer__widgets a:hover {
	color: var(--cream);
}

/*--------------------------------------------------------------
# Sections — Hero
--------------------------------------------------------------*/
.hero {
	position: relative;
	padding: 168px 0 84px;
	overflow: hidden;
	background: linear-gradient(180deg, var(--sand) 0%, var(--cream) 62%);
}

.hero__glow {
	position: absolute;
	top: -280px;
	right: -180px;
	width: 780px;
	height: 780px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(192, 90, 53, 0.16) 0%, rgba(192, 90, 53, 0) 66%);
	pointer-events: none;
}

.hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	gap: 64px;
	align-items: center;
}

.hero__title {
	margin-top: 26px;
	font-size: clamp(2.35rem, 5vw, 3.75rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.042em;
}

.hero__highlight {
	color: var(--accent);
}

.hero__text {
	margin-top: 26px;
	font-size: 1.13rem;
	color: var(--ink-3);
	max-width: 54ch;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 36px;
}

.hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 26px;
	margin-top: 32px;
	font-size: 14px;
	color: var(--ink-3);
}

.hero__proof li {
	display: flex;
	align-items: center;
	gap: 8px;
}

.hero__proof li::before {
	content: '✓';
	font-size: 12px;
	font-weight: 700;
	color: var(--green);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--green-soft);
	display: grid;
	place-items: center;
	flex-shrink: 0;
}

/* Carte statistiques */
.hero__card {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	padding: 30px;
	box-shadow: var(--shadow-lg);
}

.hero__cardHead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--line);
}

.hero__cardLabel {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ink-3);
}

.hero__stats {
	display: grid;
	gap: 20px;
	padding: 24px 0;
}

.hero__stat {
	display: flex;
	align-items: baseline;
	gap: 14px;
}

.hero__stat strong {
	font-family: var(--display);
	font-size: 2rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: var(--ink);
	letter-spacing: -0.04em;
	min-width: 106px;
}

.hero__stat span {
	font-size: 14px;
	color: var(--ink-3);
	line-height: 1.4;
}

.hero__chart {
	display: flex;
	align-items: flex-end;
	gap: 7px;
	height: 92px;
	padding-top: 22px;
	border-top: 1px solid var(--line);
}

.hero__chart span {
	flex: 1;
	border-radius: 4px 4px 2px 2px;
	background: linear-gradient(180deg, var(--accent) 0%, rgba(192, 90, 53, 0.35) 100%);
	transform-origin: bottom;
	animation: camila-grow 0.9s var(--ease) backwards;
}

.hero__chart span:nth-child(-n + 4) {
	background: linear-gradient(180deg, #d9cfc2 0%, #eae2d7 100%);
}

@keyframes camila-grow {
	from {
		transform: scaleY(0);
		opacity: 0;
	}
	to {
		transform: scaleY(1);
		opacity: 1;
	}
}

.hero__chartCaption {
	margin-top: 14px;
	font-size: 12.5px;
	color: var(--ink-3);
}

.hero__media {
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-lg);
}

/* Bandeau défilant */
.marquee {
	margin-top: 84px;
	padding-top: 34px;
	border-top: 1px solid var(--line);
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.marquee__track {
	display: flex;
	width: max-content;
	animation: camila-slide 34s linear infinite;
}

.marquee:hover .marquee__track {
	animation-play-state: paused;
}

.marquee__group {
	display: flex;
	gap: 56px;
	padding-right: 56px;
	flex-shrink: 0;
}

.marquee__group span {
	font-family: var(--display);
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--ink-3);
	opacity: 0.5;
	white-space: nowrap;
}

@keyframes camila-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

/*--------------------------------------------------------------
# Sections — Constat
--------------------------------------------------------------*/
.problems {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
	gap: 20px;
}

.problemCard {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 30px 26px;
	transition: opacity 0.8s var(--ease), transform 0.35s var(--ease),
		box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
}

.problemCard:hover {
	transform: translateY(-5px);
	border-color: var(--line-strong);
	box-shadow: var(--shadow);
}

.problemCard__index {
	display: block;
	font-family: var(--display);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: var(--accent);
	margin-bottom: 16px;
}

.problemCard h3 {
	font-size: 1.24rem;
	line-height: 1.25;
	margin-bottom: 12px;
}

.problemCard p {
	font-size: 15px;
	color: var(--ink-3);
}

/*--------------------------------------------------------------
# Sections — Prestations
--------------------------------------------------------------*/
.services {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	gap: 22px;
	align-items: stretch;
}

.serviceCard {
	position: relative;
	display: flex;
	flex-direction: column;
	background: rgba(251, 248, 243, 0.045);
	border: 1px solid var(--line-dark);
	border-radius: var(--radius-lg);
	padding: 34px 30px;
	/* opacity doit rester listée : sans elle, la règle .reveal est écrasée
	   et les cartes apparaissent sans fondu. */
	transition: opacity 0.8s var(--ease), transform 0.4s var(--ease),
		background 0.4s var(--ease), border-color 0.4s var(--ease);
}

.serviceCard:hover {
	transform: translateY(-6px);
	background: rgba(251, 248, 243, 0.08);
	border-color: rgba(251, 248, 243, 0.24);
}

.serviceCard--featured {
	background: rgba(251, 248, 243, 0.075);
	border-color: rgba(192, 90, 53, 0.55);
	box-shadow: 0 0 0 1px rgba(192, 90, 53, 0.2), 0 30px 70px rgba(0, 0, 0, 0.4);
}

.serviceCard__ribbon {
	position: absolute;
	top: -13px;
	left: 30px;
	padding: 5px 14px;
	border-radius: 999px;
	background: var(--accent);
	color: var(--white);
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.serviceCard__tag {
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(251, 248, 243, 0.42);
}

.serviceCard__title {
	margin-top: 14px;
	font-size: 1.55rem;
}

.serviceCard__text {
	margin-top: 12px;
	font-size: 14.5px;
	color: rgba(251, 248, 243, 0.6);
}

.serviceCard__price {
	margin: 26px 0;
	padding: 18px 0;
	border-top: 1px solid var(--line-dark);
	border-bottom: 1px solid var(--line-dark);
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.serviceCard__price strong {
	font-family: var(--display);
	font-size: 1.65rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: var(--cream);
	letter-spacing: -0.035em;
}

.serviceCard__price span {
	font-size: 12.5px;
	color: rgba(251, 248, 243, 0.45);
}

.serviceCard__list {
	display: grid;
	gap: 12px;
	margin-bottom: 30px;
	flex: 1;
	align-content: start;
}

.serviceCard__list li {
	display: flex;
	gap: 11px;
	font-size: 14.5px;
	line-height: 1.5;
	color: rgba(251, 248, 243, 0.74);
}

.serviceCard__list svg {
	width: 17px;
	height: 17px;
	flex-shrink: 0;
	margin-top: 3px;
	color: var(--accent-light);
}

.serviceCard__cta {
	margin-top: auto;
}

/* Alignement ligne à ligne des cartes (titre, prix, liste, CTA sur les mêmes
   lignes de base). Chaque carte devient une subgrid des 6 rangées du
   conteneur. Fallback flex ci-dessus : hauteurs égales, CTA en bas. */
@media (min-width: 1021px) {
	@supports (grid-template-rows: subgrid) {
		.services--3 {
			grid-template-columns: repeat(3, 1fr);
			grid-template-rows: repeat(6, auto);
			column-gap: 22px;
			row-gap: 0;
		}

		.services--3 .serviceCard {
			display: grid;
			grid-row: span 6;
			grid-template-rows: subgrid;
		}

		.services--3 .serviceCard__list {
			flex: none;
		}
	}
}

/*--------------------------------------------------------------
# Sections — Méthode
--------------------------------------------------------------*/
.method {
	display: grid;
	gap: 0;
}

.methodStep {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 30px;
	padding: 30px 0;
	border-top: 1px solid var(--line);
}

.methodStep:last-child {
	border-bottom: 1px solid var(--line);
}

.methodStep__marker {
	position: relative;
}

.methodStep__marker span {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	border: 1px solid var(--line-strong);
	background: var(--white);
	font-family: var(--display);
	font-size: 0.95rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	letter-spacing: -0.01em;
	color: var(--accent);
	transition: background 0.35s var(--ease), color 0.35s var(--ease),
		border-color 0.35s var(--ease);
}

.methodStep:hover .methodStep__marker span {
	background: var(--accent);
	border-color: var(--accent);
	color: var(--white);
}

.methodStep__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-bottom: 10px;
}

.methodStep__head h3 {
	font-size: 1.5rem;
}

.methodStep__body p {
	color: var(--ink-3);
	max-width: 68ch;
	font-size: 15.5px;
}

/*--------------------------------------------------------------
# Sections — Résultats
--------------------------------------------------------------*/
.results {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow);
	overflow: hidden;
}

.results__tabs {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--line);
	background: rgba(242, 236, 226, 0.5);
}

.results__tab {
	flex: 1;
	min-width: 180px;
	padding: 18px 20px;
	font-size: 14.5px;
	font-weight: 500;
	color: var(--ink-3);
	border-bottom: 2px solid transparent;
	transition: color 0.25s, background 0.25s, border-color 0.25s;
}

.results__tab:hover {
	color: var(--ink);
	background: rgba(255, 255, 255, 0.6);
}

.results__tab[aria-selected='true'] {
	color: var(--ink);
	background: var(--white);
	border-bottom-color: var(--accent);
	font-weight: 600;
}

.results__panel {
	padding: 40px;
}

.results__panel[hidden] {
	display: none;
}

.results__delta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin-bottom: 34px;
}

.results__delta h3 {
	font-size: 1.35rem;
}

.results__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.resultCol {
	padding: 26px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
}

.resultCol--before {
	background: rgba(242, 236, 226, 0.55);
}

.resultCol--after {
	background: linear-gradient(160deg, rgba(31, 111, 92, 0.07), rgba(31, 111, 92, 0.02));
	border-color: rgba(31, 111, 92, 0.22);
}

.resultCol__label {
	display: block;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ink-3);
	margin-bottom: 14px;
}

.resultCol--after .resultCol__label {
	color: var(--green);
}

.resultCol__value {
	font-family: var(--display);
	font-size: 2.35rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: var(--ink);
	letter-spacing: -0.045em;
	line-height: 1;
}

.resultCol__unit {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	color: var(--ink-3);
}

.bar {
	height: 8px;
	border-radius: 999px;
	background: rgba(23, 19, 15, 0.08);
	margin: 22px 0;
	overflow: hidden;
}

.bar__fill {
	height: 100%;
	border-radius: 999px;
	transition: width 0.7s var(--ease);
}

.bar__fill--before {
	background: #c6bcae;
}

.bar__fill--after {
	background: linear-gradient(90deg, var(--green), #2e9179);
}

.resultCol__meta {
	display: flex;
	gap: 34px;
}

.resultCol__meta dt {
	font-size: 12px;
	color: var(--ink-3);
	margin-bottom: 3px;
}

.resultCol__meta dd {
	font-size: 1.05rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	letter-spacing: -0.02em;
	color: var(--ink);
}

/*--------------------------------------------------------------
# Sections — Témoignages
--------------------------------------------------------------*/
.testimonials {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
	gap: 22px;
}

.testimonial {
	display: flex;
	flex-direction: column;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 32px 28px;
	transition: opacity 0.8s var(--ease), transform 0.35s var(--ease),
		box-shadow 0.35s var(--ease);
}

.testimonial:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow);
}

.testimonial__stars {
	color: var(--accent);
	letter-spacing: 3px;
	font-size: 14px;
	margin-bottom: 18px;
}

.testimonial blockquote {
	flex: 1;
	font-family: var(--display);
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.55;
	color: var(--ink);
	letter-spacing: -0.022em;
}

.testimonial figcaption {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid var(--line);
}

.testimonial__avatar {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent-dark);
	font-family: var(--display);
	font-size: 0.95rem;
	font-weight: 700;
	flex-shrink: 0;
	overflow: hidden;
}

.testimonial__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonial figcaption > span:last-child {
	display: flex;
	flex-direction: column;
	line-height: 1.35;
}

.testimonial figcaption strong {
	font-size: 15px;
	color: var(--ink);
}

.testimonial figcaption em {
	font-style: normal;
	font-size: 13px;
	color: var(--ink-3);
}

/*--------------------------------------------------------------
# Sections — FAQ
--------------------------------------------------------------*/
.faq {
	display: grid;
	gap: 12px;
}

.faqItem {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.faqItem.is-open {
	border-color: var(--line-strong);
	box-shadow: var(--shadow-sm);
}

.faqItem__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	padding: 22px 26px;
	text-align: left;
	font-family: var(--display);
	font-size: 1.02rem;
	font-weight: 600;
	color: var(--ink);
	letter-spacing: -0.022em;
}

.faqItem__q i {
	position: relative;
	width: 15px;
	height: 15px;
	flex-shrink: 0;
}

.faqItem__q i::before,
.faqItem__q i::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 15px;
	height: 1.8px;
	background: var(--accent);
	border-radius: 2px;
	transition: transform 0.32s var(--ease);
}

.faqItem__q i::after {
	transform: rotate(90deg);
}

.faqItem.is-open .faqItem__q i::after {
	transform: rotate(0deg);
}

.faqItem__a {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.36s var(--ease);
}

.faqItem.is-open .faqItem__a {
	grid-template-rows: 1fr;
}

.faqItem__a > div {
	overflow: hidden;
	font-size: 15.5px;
	color: var(--ink-3);
	padding: 0 26px;
	transition: padding 0.36s var(--ease);
}

.faqItem.is-open .faqItem__a > div {
	padding: 0 26px 24px;
}

.faqItem__a p + p {
	margin-top: 12px;
}

/*--------------------------------------------------------------
# Sections — Contact
--------------------------------------------------------------*/
.contact {
	display: grid;
	grid-template-columns: 1fr 1.05fr;
	gap: 68px;
	align-items: start;
}

.contact__title {
	margin-top: 4px;
	font-size: clamp(1.75rem, 3.2vw, 2.5rem);
	letter-spacing: -0.038em;
}

.contact__text {
	margin-top: 20px;
	color: rgba(251, 248, 243, 0.62);
	max-width: 46ch;
}

.contact__list {
	display: grid;
	gap: 20px;
	margin-top: 38px;
}

.contact__list li {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding-left: 22px;
	position: relative;
}

.contact__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--accent);
}

.contact__list strong {
	font-size: 15.5px;
	color: var(--cream);
}

.contact__list span {
	font-size: 14px;
	color: rgba(251, 248, 243, 0.5);
}

.contact__meta {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 38px;
	padding-top: 26px;
	border-top: 1px solid var(--line-dark);
	font-size: 14.5px;
}

.contact__meta a {
	color: var(--accent-light);
	font-weight: 600;
}

.contact__meta a:hover {
	text-decoration: underline;
}

.contact__meta span {
	color: rgba(251, 248, 243, 0.45);
	font-size: 13.5px;
}

.contact__formWrap {
	background: var(--cream);
	border-radius: var(--radius-lg);
	padding: 38px;
	box-shadow: var(--shadow-lg);
}

.form {
	display: grid;
	gap: 18px;
}

.form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.field {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.field > span {
	font-size: 13px;
	font-weight: 600;
	color: var(--ink-2);
}

.field input,
.field select,
.field textarea {
	width: 100%;
	padding: 13px 15px;
	border: 1px solid var(--line-strong);
	border-radius: var(--radius-sm);
	background: var(--white);
	font-size: 15px;
	color: var(--ink);
	transition: border-color 0.22s, box-shadow 0.22s;
}

.field textarea {
	resize: vertical;
	min-height: 96px;
	font-family: inherit;
}

.field input::placeholder,
.field textarea::placeholder {
	color: #a89c90;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
	outline: none;
	border-color: var(--accent);
	box-shadow: 0 0 0 3px rgba(192, 90, 53, 0.14);
}

/* Piège à robots : masqué visuellement, jamais rempli par un humain. */
.field--trap {
	position: absolute !important;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.form__legal {
	font-size: 12.5px;
	color: var(--ink-3);
	text-align: center;
}

.form__error {
	padding: 13px 16px;
	border-radius: var(--radius-sm);
	background: var(--accent-soft);
	border: 1px solid rgba(192, 90, 53, 0.3);
	color: var(--accent-dark);
	font-size: 14px;
	font-weight: 500;
}

.contact__success {
	display: grid;
	justify-items: center;
	gap: 14px;
	text-align: center;
	padding: 42px 12px;
}

.contact__successIcon {
	display: grid;
	place-items: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--green-soft);
	color: var(--green);
	font-size: 26px;
	font-weight: 700;
}

.contact__success h3 {
	font-size: 1.6rem;
}

.contact__success p {
	color: var(--ink-3);
	max-width: 40ch;
	font-size: 15px;
}

.contact__success .btn {
	margin-top: 10px;
}

/*--------------------------------------------------------------
# Contenu WordPress (blog, pages, blocs)
--------------------------------------------------------------*/
.pageHero {
	padding: 152px 0 60px;
	background: linear-gradient(180deg, var(--sand) 0%, var(--cream) 100%);
	border-bottom: 1px solid var(--line);
}

.pageHero__title {
	font-size: clamp(2rem, 4.4vw, 3rem);
	letter-spacing: -0.04em;
	max-width: 24ch;
}

.pageHero__text {
	margin-top: 18px;
	color: var(--ink-3);
	max-width: 60ch;
}

.pageHero__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 18px;
	margin-top: 22px;
	font-size: 14px;
	color: var(--ink-3);
}

.pageHero__meta a:hover {
	color: var(--accent);
}

.breadcrumb {
	font-size: 13.5px;
	color: var(--ink-3);
	margin-bottom: 18px;
}

.breadcrumb a:hover {
	color: var(--accent);
}

.site-content {
	padding: 84px 0 110px;
}

.contentLayout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 64px;
	align-items: start;
}

.contentLayout--full {
	grid-template-columns: minmax(0, 1fr);
}

/* Flux de texte long : c'est le seul endroit du thème où les marges
   verticales par défaut sont réintroduites. */
.entry-content > * + * {
	margin-top: 1.35em;
}

.entry-content h2 {
	margin-top: 2.2em;
	font-size: 1.85rem;
}

.entry-content h3 {
	margin-top: 1.9em;
	font-size: 1.4rem;
}

.entry-content h4 {
	margin-top: 1.7em;
	font-size: 1.15rem;
}

.entry-content a:not(.btn) {
	color: var(--accent-dark);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.entry-content a:not(.btn):hover {
	color: var(--accent);
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.4em;
}

.entry-content ul {
	list-style: disc;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content li + li {
	margin-top: 0.5em;
}

.entry-content li::marker {
	color: var(--accent);
}

.entry-content blockquote {
	padding: 4px 0 4px 24px;
	border-left: 3px solid var(--accent);
	font-family: var(--display);
	font-size: 1.15rem;
	font-weight: 500;
	color: var(--ink);
	letter-spacing: -0.02em;
}

.entry-content blockquote cite {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: var(--ink-3);
}

.entry-content code,
.entry-content kbd {
	padding: 2px 6px;
	border-radius: 5px;
	background: var(--sand);
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.9em;
}

.entry-content pre {
	padding: 22px;
	border-radius: var(--radius);
	background: var(--ink);
	color: var(--cream);
	overflow-x: auto;
	font-size: 0.9rem;
	line-height: 1.6;
}

.entry-content pre code {
	background: none;
	padding: 0;
	color: inherit;
}

.entry-content hr,
.wp-block-separator {
	border: 0;
	border-top: 1px solid var(--line);
	max-width: 100%;
}

.entry-content img,
.entry-content .wp-block-image img {
	border-radius: var(--radius);
}

.entry-content figcaption,
.wp-caption-text,
.wp-element-caption {
	margin-top: 10px;
	font-size: 13.5px;
	color: var(--ink-3);
	text-align: center;
}

.entry-content table {
	font-size: 15px;
	overflow-x: auto;
	display: block;
}

.entry-content th,
.entry-content td {
	padding: 12px 14px;
	border: 1px solid var(--line);
	text-align: left;
}

.entry-content th {
	background: var(--sand);
	font-weight: 600;
	color: var(--ink);
}

/* Alignements et largeurs des blocs */
.alignleft {
	float: left;
	margin: 0.4em 1.6em 1.2em 0;
}

.alignright {
	float: right;
	margin: 0.4em 0 1.2em 1.6em;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.alignwide {
	width: calc(100% + 120px);
	max-width: none;
	margin-left: -60px;
}

.alignfull {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	border-radius: 0;
}

.alignfull img,
.alignfull.wp-block-image img {
	border-radius: 0;
	width: 100%;
}

.sticky .entry-title::after {
	content: '★';
	margin-left: 10px;
	color: var(--accent);
}

.post-thumbnail {
	display: block;
	margin-bottom: 34px;
	border-radius: var(--radius-lg);
	overflow: hidden;
}

.post-thumbnail img {
	width: 100%;
}

/* Liste d'articles */
.postGrid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 26px;
}

.postCard {
	display: flex;
	flex-direction: column;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	overflow: hidden;
	transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.postCard:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow);
}

.postCard__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--sand);
}

.postCard__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s var(--ease);
}

.postCard:hover .postCard__media img {
	transform: scale(1.04);
}

.postCard__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 26px 24px 28px;
}

.postCard__meta {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--accent);
	margin-bottom: 12px;
}

.postCard__title {
	font-size: 1.25rem;
	line-height: 1.28;
}

.postCard__title a:hover {
	color: var(--accent-dark);
}

.postCard__excerpt {
	margin-top: 12px;
	font-size: 15px;
	color: var(--ink-3);
	flex: 1;
}

.postCard__more {
	margin-top: 20px;
	font-size: 14.5px;
	font-weight: 600;
	color: var(--accent-dark);
}

.postCard__more:hover {
	color: var(--accent);
}

/* Métadonnées d'article */
.entry-meta,
.entry-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	font-size: 14px;
	color: var(--ink-3);
}

.entry-footer {
	margin-top: 44px;
	padding-top: 26px;
	border-top: 1px solid var(--line);
}

.entry-meta a:hover,
.entry-footer a:hover {
	color: var(--accent);
}

.author-bio {
	display: flex;
	gap: 20px;
	margin-top: 40px;
	padding: 28px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
}

.author-bio img {
	border-radius: 50%;
	flex-shrink: 0;
}

.author-bio h2 {
	font-size: 1.1rem;
	margin-bottom: 6px;
}

.author-bio p {
	font-size: 15px;
	color: var(--ink-3);
}

/* Navigation entre articles et pagination */
.post-navigation,
.posts-navigation {
	margin-top: 48px;
	padding-top: 32px;
	border-top: 1px solid var(--line);
}

.post-navigation .nav-links,
.posts-navigation .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px;
}

.post-navigation .nav-subtitle {
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--accent);
	margin-bottom: 6px;
}

.post-navigation .nav-title {
	font-family: var(--display);
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--ink);
	letter-spacing: -0.02em;
}

.post-navigation .nav-next {
	text-align: right;
	margin-left: auto;
}

.navigation.pagination {
	margin-top: 56px;
}

.nav-links .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border-radius: var(--radius-sm);
	border: 1px solid var(--line);
	background: var(--white);
	font-size: 15px;
	font-weight: 600;
	color: var(--ink-2);
	transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.nav-links .page-numbers:hover {
	border-color: var(--ink);
	color: var(--ink);
}

.nav-links .page-numbers.current {
	background: var(--accent);
	border-color: var(--accent);
	color: var(--white);
}

.nav-links .page-numbers.dots {
	border-color: transparent;
	background: none;
}

/* Aucun résultat */
.no-results {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	padding: 44px 36px;
	text-align: center;
}

.no-results .page-title {
	font-size: 1.6rem;
	margin-bottom: 14px;
}

.no-results p {
	color: var(--ink-3);
	margin-bottom: 22px;
}

.no-results .search-form {
	max-width: 460px;
	margin: 0 auto;
}

/* Formulaire de recherche */
.search-form {
	display: flex;
	gap: 10px;
}

.search-form label {
	flex: 1;
}

.search-form .search-field {
	width: 100%;
	padding: 13px 16px;
	border: 1px solid var(--line-strong);
	border-radius: var(--radius-sm);
	background: var(--white);
	font-size: 15px;
}

.search-form .search-field:focus {
	outline: none;
	border-color: var(--accent);
	box-shadow: 0 0 0 3px rgba(192, 90, 53, 0.14);
}

.search-form .search-submit {
	padding: 13px 22px;
	border-radius: var(--radius-sm);
	background: var(--ink);
	color: var(--cream);
	font-size: 15px;
	font-weight: 600;
	transition: background 0.25s;
}

.search-form .search-submit:hover {
	background: var(--accent);
}

/* 404 */
.error404 .pageHero {
	text-align: center;
}

.error404 .pageHero__title {
	max-width: none;
}

.error-404 {
	text-align: center;
}

.error-404 .search-form {
	max-width: 480px;
	margin: 0 auto 32px;
}

/*--------------------------------------------------------------
# Commentaires
--------------------------------------------------------------*/
.comments-area {
	margin-top: 64px;
	padding-top: 48px;
	border-top: 1px solid var(--line);
}

.comments-title,
.comment-reply-title {
	font-size: 1.5rem;
	margin-bottom: 28px;
}

.comment-list {
	display: grid;
	gap: 22px;
	margin-bottom: 44px;
}

.comment-list .children {
	display: grid;
	gap: 22px;
	margin-top: 22px;
	padding-left: 28px;
	border-left: 1px solid var(--line);
}

.comment-body {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 24px 26px;
}

.comment-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.comment-author img {
	border-radius: 50%;
}

.comment-author {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 15px;
	font-weight: 600;
	color: var(--ink);
}

.comment-metadata {
	font-size: 13px;
	color: var(--ink-3);
	margin-left: auto;
}

.comment-content {
	font-size: 15.5px;
}

.comment-content > * + * {
	margin-top: 1em;
}

.reply {
	margin-top: 14px;
	font-size: 14px;
	font-weight: 600;
}

.reply a {
	color: var(--accent-dark);
}

.comment-form {
	display: grid;
	gap: 18px;
}

.comment-form p {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin: 0;
}

.comment-form label {
	font-size: 13px;
	font-weight: 600;
	color: var(--ink-2);
}

.comment-form input:not([type='submit']):not([type='checkbox']),
.comment-form textarea {
	width: 100%;
	padding: 13px 15px;
	border: 1px solid var(--line-strong);
	border-radius: var(--radius-sm);
	background: var(--white);
	font-size: 15px;
	font-family: inherit;
}

.comment-form input:focus,
.comment-form textarea:focus {
	outline: none;
	border-color: var(--accent);
	box-shadow: 0 0 0 3px rgba(192, 90, 53, 0.14);
}

.comment-form .comment-form-cookies-consent {
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.comment-form .comment-form-cookies-consent label {
	font-weight: 400;
	font-size: 14px;
	color: var(--ink-3);
}

.comment-form .submit,
.comment-form input[type='submit'] {
	justify-self: start;
	padding: 15px 30px;
	border-radius: 999px;
	background: var(--accent);
	color: var(--white);
	font-size: 15px;
	font-weight: 600;
	box-shadow: 0 8px 24px rgba(192, 90, 53, 0.28);
	transition: background 0.25s, transform 0.25s;
	border: none;
	cursor: pointer;
}

.comment-form .submit:hover {
	background: var(--accent-dark);
	transform: translateY(-2px);
}

.comment-notes,
.logged-in-as {
	font-size: 13.5px;
	color: var(--ink-3);
}

.no-comments {
	color: var(--ink-3);
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
	display: grid;
	gap: 24px;
	position: sticky;
	top: 108px;
}

.widget {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	padding: 26px 24px;
}

.widget-title {
	font-size: 1.02rem;
	margin-bottom: 16px;
}

.widget ul {
	display: grid;
	gap: 10px;
	font-size: 15px;
}

.widget li a:hover {
	color: var(--accent-dark);
}

.widget li .children,
.widget li .sub-menu {
	margin-top: 10px;
	padding-left: 16px;
	display: grid;
	gap: 10px;
}

/* Encart CTA de barre latérale */
.sidebarCta {
	background: var(--ink);
	border: none;
	color: rgba(251, 248, 243, 0.66);
}

.sidebarCta h2 {
	color: var(--cream);
	font-size: 1.2rem;
	margin-bottom: 12px;
}

.sidebarCta p {
	font-size: 14.5px;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1080px) {
	.contentLayout {
		grid-template-columns: minmax(0, 1fr);
		gap: 56px;
	}

	.widget-area {
		position: static;
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	}

	.alignwide {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 1020px) {
	.hero__inner {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.hero__card {
		max-width: 560px;
	}

	.services {
		grid-template-columns: 1fr;
		max-width: 560px;
	}

	.serviceCard--featured {
		order: -1;
	}

	.contact {
		grid-template-columns: 1fr;
		gap: 48px;
	}
}

@media (max-width: 900px) {
	.nav__burger {
		display: block;
	}

	.nav__links {
		position: fixed;
		inset: var(--nav-height) 0 0 0;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 4px;
		padding: 28px 24px 40px;
		background: var(--cream);
		border-top: 1px solid var(--line);
		transform: translateY(-12px);
		opacity: 0;
		pointer-events: none;
		overflow-y: auto;
		transition: opacity 0.28s var(--ease), transform 0.28s var(--ease);
	}

	body.admin-bar .nav__links {
		inset: calc(var(--nav-height) + 46px) 0 0 0;
	}

	.nav__links.is-open {
		opacity: 1;
		transform: none;
		pointer-events: auto;
	}

	.nav__links a:not(.btn) {
		padding: 15px 0;
		font-size: 19px;
		font-family: var(--display);
		font-weight: 600;
		letter-spacing: -0.02em;
		border-bottom: 1px solid var(--line);
	}

	.nav__links .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		border: none;
		background: none;
		margin: 0;
		padding: 0 0 0 16px;
		min-width: 0;
	}

	.nav__links .sub-menu a {
		font-size: 16px;
		padding: 11px 0;
	}

	.nav__cta {
		margin-top: 22px;
	}
}

@media (max-width: 760px) {
	.hero {
		padding: 130px 0 60px;
	}

	.results__panel {
		padding: 26px 22px;
	}

	.results__grid {
		grid-template-columns: 1fr;
	}

	.methodStep {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.methodStep__marker span {
		width: 48px;
		height: 48px;
	}

	.contact__formWrap {
		padding: 26px 22px;
	}

	.form__row {
		grid-template-columns: 1fr;
	}

	.marquee {
		margin-top: 56px;
	}

	.pageHero {
		padding: 124px 0 48px;
	}

	.site-content {
		padding: 60px 0 80px;
	}

	.author-bio {
		flex-direction: column;
		gap: 16px;
	}

	.post-navigation .nav-next {
		text-align: left;
		margin-left: 0;
	}
}

@media (max-width: 560px) {
	body {
		font-size: 16px;
	}

	.section,
	.section--tight {
		padding: 78px 0;
	}

	.nav__brandText em {
		display: none;
	}

	.alignleft,
	.alignright {
		float: none;
		margin: 0 0 1.2em;
	}
}

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

	.reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

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

@media print {
	.nav,
	.footer,
	.marquee,
	.contact,
	.comments-area,
	.widget-area {
		display: none !important;
	}
}
