:root {
	--fmpc-brand: #7c3aed;
	--fmpc-brand-dark: #4c1d95;
	--fmpc-article-brand: #2563eb;
	--fmpc-article-brand-soft: #eff6ff;
	--fmpc-ink: #0f172a;
	--fmpc-muted: #64748b;
	--fmpc-border: #e2e8f0;
	--fmpc-surface: #f8fafc;
	--fmpc-radius: 24px;
	--fmpc-shadow: 0 2px 8px rgba(15, 23, 42, 0.04), 0 18px 45px rgba(15, 23, 42, 0.06);
}

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

html {
	scroll-padding-top: 96px;
}

body {
	margin: 0;
}

a {
	text-underline-offset: 0.18em;
}

img {
	max-width: 100%;
}

:where(a, button, input, summary, .wp-element-button):focus-visible {
	outline: 3px solid #60a5fa;
	outline-offset: 3px;
}

/* Header */
.fmpc-site-header {
	position: sticky;
	z-index: 50;
	top: 0;
	margin-block-start: 0 !important;
	border-bottom: 1px solid rgba(226, 232, 240, 0.9);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
	backdrop-filter: blur(14px);
}

.admin-bar .fmpc-site-header {
	top: 32px;
}

.fmpc-header-row {
	min-height: 68px;
}

.fmpc-brand {
	gap: 0.65rem !important;
}

.fmpc-brand .wp-block-site-title {
	margin: 0;
	font-size: clamp(1rem, 2vw, 1.25rem) !important;
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -0.035em;
}

.fmpc-brand .wp-block-site-title a {
	color: var(--fmpc-ink);
	text-decoration: none;
}

.fmpc-brand .wp-block-site-logo img {
	width: auto;
	max-height: 42px;
}

.fmpc-site-header .wp-block-navigation-item__content {
	color: #334155;
}

.fmpc-site-header .wp-block-navigation-item__content:hover {
	color: var(--fmpc-article-brand);
}

.fmpc-site-header .wp-block-navigation__submenu-container {
	padding: 0.5rem;
	border: 1px solid var(--fmpc-border) !important;
	border-radius: 14px;
	background: #fff !important;
	box-shadow: var(--fmpc-shadow);
}

.fmpc-site-header .wp-block-navigation__submenu-container a {
	border-radius: 8px;
}

.wp-block-search__inside-wrapper {
	overflow: hidden;
	border-radius: 999px !important;
}

/* Reusable components */
.fmpc-hero {
	position: relative;
	overflow: hidden;
	background: radial-gradient(circle at 85% 20%, #ddd6fe 0, transparent 31%), linear-gradient(135deg, #faf5ff, #fff 55%, #ecfdf5);
}

.fmpc-eyebrow {
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.fmpc-card,
.fmpc-query-card,
.fmpc-offer-placeholder,
.fmpc-operator-hero {
	border: 1px solid var(--fmpc-border);
	border-radius: var(--fmpc-radius);
	background: #fff;
	box-shadow: var(--fmpc-shadow);
}

.fmpc-card,
.fmpc-offer-placeholder {
	padding: clamp(1.25rem, 3vw, 2rem);
}

.fmpc-query-card {
	height: 100%;
	overflow: hidden;
	padding: 1rem;
}

.fmpc-query-card .wp-block-post-featured-image {
	margin: -1rem -1rem 1rem;
}

.fmpc-query-card .wp-block-post-featured-image img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.fmpc-section {
	padding-block: clamp(3rem, 7vw, 6rem);
}

.fmpc-section-heading {
	max-width: 760px;
	margin-bottom: 2rem;
}

/* Article page — based on article.html */
body.single-post.wp-theme-fmpc-theme {
	background: var(--fmpc-surface);
}

body.single-post.wp-theme-fmpc-theme .wp-site-blocks {
	padding-inline: 0;
}

.fmpc-article-shell {
	width: 100%;
	max-width: 1280px !important;
	padding-block: clamp(2rem, 4vw, 4rem);
}

.fmpc-breadcrumbs {
	gap: 0.55rem !important;
	margin-bottom: 1.75rem;
	color: var(--fmpc-muted);
	font-size: 0.78rem;
	font-weight: 600;
}

.fmpc-breadcrumbs a {
	color: var(--fmpc-muted);
	text-decoration: none;
}

.fmpc-breadcrumbs a:hover {
	color: var(--fmpc-article-brand);
}

.fmpc-breadcrumbs .wp-block-post-terms__separator {
	display: none;
}

.fmpc-article-layout {
	align-items: flex-start !important;
	gap: clamp(2rem, 4vw, 3rem) !important;
}

.fmpc-article-card {
	overflow: hidden;
	padding: clamp(1.5rem, 3.2vw, 2.5rem);
	border: 1px solid var(--fmpc-border);
	border-radius: 26px;
	background: #fff;
	box-shadow: var(--fmpc-shadow);
}

.fmpc-article-card > * {
	max-width: none !important;
}

.fmpc-article-header {
	margin-bottom: 2rem;
}

.fmpc-article-category {
	display: inline-flex;
	margin-bottom: 1.25rem;
}

.fmpc-article-category a {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0.35rem 0.75rem;
	border: 1px solid #dbeafe;
	border-radius: 7px;
	background: var(--fmpc-article-brand-soft);
	color: #1d4ed8;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-decoration: none;
	text-transform: uppercase;
}

.fmpc-article-title {
	max-width: 900px;
	margin: 0 !important;
	color: var(--fmpc-ink);
	font-size: clamp(2rem, 4.2vw, 3.2rem) !important;
	font-weight: 850;
	line-height: 1.1;
	letter-spacing: -0.045em;
}

.fmpc-article-lead {
	margin-top: 1.25rem;
	color: #475569;
	font-size: clamp(1.05rem, 1.8vw, 1.22rem);
	font-weight: 500;
	line-height: 1.55;
}

.fmpc-article-lead p {
	margin: 0;
}

.fmpc-article-meta {
	margin-top: 1.5rem;
	padding-block: 0.9rem;
	border-top: 1px solid #f1f5f9;
	border-bottom: 1px solid #f1f5f9;
	color: var(--fmpc-muted);
	font-size: 0.8rem;
}

.fmpc-article-meta .wp-block-post-author {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.fmpc-article-meta .wp-block-post-author__avatar {
	flex: 0 0 40px;
}

.fmpc-article-meta .wp-block-post-author__avatar img {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	object-fit: cover;
}

.fmpc-article-meta .wp-block-post-author__byline {
	margin: 0;
	color: #94a3b8;
	font-size: 0.68rem;
}

.fmpc-article-meta .wp-block-post-author__name {
	margin: 0;
	color: var(--fmpc-ink);
	font-size: 0.86rem;
	font-weight: 800;
}

.fmpc-article-dates {
	gap: 0.5rem !important;
}

.fmpc-published-date::before {
	content: "Publié le ";
}

.fmpc-modified-date::before {
	content: "Mis à jour le ";
}

.fmpc-article-dates > * + *::before {
	content: "· Mis à jour le ";
}

.fmpc-featured-image {
	overflow: hidden;
	margin: 0 0 2.25rem !important;
	border-radius: 18px;
	background: #e2e8f0;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.fmpc-featured-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 540px;
	border-radius: 0 !important;
	object-fit: cover;
}

.fmpc-featured-image figcaption {
	margin: 0;
	padding: 0.7rem 1rem;
	border-top: 1px solid var(--fmpc-border);
	background: var(--fmpc-surface);
	color: #94a3b8;
	font-size: 0.7rem;
	text-align: center;
}

.fmpc-article-content {
	color: #334155;
	font-size: clamp(1rem, 1.25vw, 1.1rem);
	line-height: 1.82;
}

.fmpc-article-content > p:first-child {
	margin-top: 0;
	color: var(--fmpc-ink);
	font-size: clamp(1.1rem, 1.65vw, 1.25rem);
	font-weight: 550;
	line-height: 1.6;
}

.fmpc-article-content p {
	margin-block: 1.35rem;
}

.fmpc-article-content :where(h2, h3, h4) {
	scroll-margin-top: 7rem;
	color: var(--fmpc-ink);
	letter-spacing: -0.025em;
}

.fmpc-article-content h2 {
	margin: 2.65rem 0 1rem;
	font-size: clamp(1.45rem, 2.6vw, 1.85rem);
	line-height: 1.22;
}

.fmpc-article-content h3 {
	margin: 2.2rem 0 0.85rem;
	font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.fmpc-article-content :where(ul, ol) {
	margin-block: 1.75rem;
	padding: 1.25rem 1.25rem 1.25rem 2.7rem;
	border: 1px solid var(--fmpc-border);
	border-radius: 14px;
	background: var(--fmpc-surface);
}

.fmpc-article-content li {
	padding-left: 0.2rem;
}

.fmpc-article-content li + li {
	margin-top: 0.65rem;
}

.fmpc-article-content li::marker {
	color: #10b981;
	font-weight: 900;
}

.fmpc-article-content a {
	color: #1d4ed8;
	font-weight: 650;
}

.fmpc-article-content :where(blockquote, .wp-block-quote) {
	margin: 2rem 0;
	padding: 1.15rem 1.35rem;
	border: 0;
	border-left: 4px solid var(--fmpc-article-brand);
	border-radius: 0 12px 12px 0;
	background: var(--fmpc-surface);
	color: #475569;
	font-style: italic;
}

.fmpc-article-content :where(blockquote, .wp-block-quote) p {
	margin: 0;
}

.fmpc-article-content :where(img, figure, table) {
	max-width: 100%;
	height: auto;
}

.fmpc-article-content figure {
	margin-block: 2rem;
}

.fmpc-article-content figure img {
	border-radius: 14px;
}

.fmpc-article-content figcaption {
	color: var(--fmpc-muted);
	font-size: 0.75rem;
}

.fmpc-article-content table {
	display: block;
	overflow-x: auto;
	width: 100%;
	margin-block: 2rem;
	border: 1px solid var(--fmpc-border);
	border-radius: 12px;
	border-collapse: separate;
	border-spacing: 0;
}

.fmpc-article-content :where(th, td) {
	padding: 0.8rem;
	border: 0;
	border-right: 1px solid var(--fmpc-border);
	border-bottom: 1px solid var(--fmpc-border);
	text-align: left;
}

.fmpc-article-content th {
	background: var(--fmpc-surface);
	color: var(--fmpc-ink);
}

.fmpc-article-content details {
	margin: 0.8rem 0;
	padding: 1rem 1.15rem;
	border: 1px solid var(--fmpc-border);
	border-radius: 12px;
	background: #fff;
}

.fmpc-article-content summary {
	cursor: pointer;
	color: var(--fmpc-ink);
	font-weight: 800;
}

.fmpc-article-tags {
	margin-top: 2.75rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--fmpc-border);
	color: var(--fmpc-muted);
	font-size: 0.76rem;
	font-weight: 700;
}

.fmpc-article-tags a {
	display: inline-flex;
	margin: 0.25rem;
	padding: 0.35rem 0.65rem;
	border-radius: 7px;
	background: #f1f5f9;
	color: #475569;
	text-decoration: none;
}

.fmpc-author-card {
	margin-top: 2rem;
	padding: 1.35rem;
	border: 1px solid #f1f5f9;
	border-radius: 16px;
	background: var(--fmpc-surface);
}

.fmpc-author-card .wp-block-post-author {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.fmpc-author-card img {
	display: block;
	border-radius: 999px;
}

.fmpc-author-card .wp-block-post-author__byline {
	margin: 0 0 0.15rem;
	color: var(--fmpc-article-brand);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.fmpc-author-card .wp-block-post-author__name {
	margin: 0;
	color: var(--fmpc-ink);
	font-size: 1.05rem;
	font-weight: 800;
}

.fmpc-author-card .wp-block-post-author__bio {
	margin: 0.35rem 0 0;
	color: var(--fmpc-muted);
	font-size: 0.82rem;
	line-height: 1.5;
}

.fmpc-article-card > .wp-block-post-navigation-link {
	display: inline-flex;
	max-width: 48%;
	margin-top: 2rem;
	font-size: 0.82rem;
	font-weight: 750;
}

.fmpc-article-card > .wp-block-post-navigation-link + .wp-block-post-navigation-link {
	float: right;
	text-align: right;
}

/* Article sidebar */
.fmpc-sidebar {
	position: sticky;
	top: 6.5rem;
	align-self: flex-start;
	display: grid;
	gap: 1.5rem;
}

.fmpc-sidebar > * {
	margin: 0 !important;
}

.fmpc-promo-list {
	display: grid;
	gap: 1rem;
}

.fmpc-promo-card,
.fmpc-promo-cta,
.fmpc-sidebar-news {
	border: 1px solid var(--fmpc-border);
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--fmpc-shadow);
}

.fmpc-promo-card {
	display: block;
	padding: 1.25rem;
	background: var(--promo-card-bg, #fff);
	color: var(--promo-card-text, var(--fmpc-ink));
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.fmpc-promo-card:hover {
	transform: translateY(-2px);
	border-color: #bfdbfe;
	box-shadow: 0 18px 42px rgba(37, 99, 235, 0.12);
}

.fmpc-promo-card img {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 13px;
	object-fit: cover;
}

.fmpc-promo-card__badge {
	display: block;
	margin-top: 0.9rem;
	color: var(--fmpc-article-brand);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fmpc-promo-card__title {
	margin: 0.35rem 0;
	color: inherit;
	font-size: 1.15rem;
	line-height: 1.25;
}

.fmpc-promo-card p {
	margin: 0.5rem 0;
	color: inherit;
	font-size: 0.85rem;
	line-height: 1.55;
	opacity: 0.75;
}

.fmpc-promo-card__button {
	display: inline-flex;
	margin-top: 0.65rem;
	color: inherit;
	font-size: 0.82rem;
	font-weight: 850;
}

.fmpc-promo-cta {
	padding: 1.5rem;
	border-color: #1e293b;
	background: linear-gradient(145deg, #0f172a, #1e293b);
	color: #fff;
}

.fmpc-promo-cta h3 {
	margin-top: 0;
	font-size: 1.25rem;
}

.fmpc-promo-cta p {
	color: #cbd5e1;
	font-size: 0.87rem;
}

.fmpc-sidebar-news {
	padding: 1.25rem;
}

.fmpc-sidebar-title {
	margin: 0 0 1.2rem;
	color: var(--fmpc-ink);
	font-size: 1.1rem;
}

.fmpc-sidebar-news .wp-block-post-template {
	gap: 1rem;
}

.fmpc-sidebar-news-card {
	align-items: center !important;
	gap: 0.85rem !important;
	padding-bottom: 1rem;
	border-bottom: 1px solid #f1f5f9;
}

.fmpc-sidebar-news li:last-child .fmpc-sidebar-news-card {
	padding-bottom: 0;
	border-bottom: 0;
}

.fmpc-sidebar-news-card .wp-block-post-featured-image {
	flex: 0 0 80px;
	margin: 0;
	overflow: hidden;
	border-radius: 11px;
}

.fmpc-sidebar-news-card .wp-block-post-featured-image img {
	width: 80px;
	height: 80px;
	border-radius: 0 !important;
	object-fit: cover;
	transition: transform 180ms ease;
}

.fmpc-sidebar-news-card:hover img {
	transform: scale(1.04);
}

.fmpc-sidebar-news-card .taxonomy-category {
	margin: 0 0 0.25rem;
	font-size: 0.62rem !important;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.fmpc-sidebar-news-card .taxonomy-category a {
	color: var(--fmpc-article-brand);
	text-decoration: none;
}

.fmpc-sidebar-news-card .wp-block-post-title {
	margin: 0;
	font-size: 0.84rem !important;
	line-height: 1.3;
}

.fmpc-sidebar-news-card .wp-block-post-title a {
	color: #1e293b;
	text-decoration: none;
}

.fmpc-sidebar-news-card .wp-block-post-title a:hover {
	color: var(--fmpc-article-brand);
}

/* Footer */
.fmpc-site-footer {
	margin-block-start: 0 !important;
}

.fmpc-site-footer a {
	color: inherit;
}

@media (max-width: 1024px) {
	.fmpc-article-layout {
		gap: 2rem !important;
	}

	.fmpc-article-card {
		flex-basis: 68% !important;
	}

	.fmpc-sidebar {
		flex-basis: 32% !important;
	}
}

@media (max-width: 781px) {
	.admin-bar .fmpc-site-header {
		top: 46px;
	}

	.fmpc-header-search {
		display: none;
	}

	.fmpc-article-shell {
		padding-block: 1.5rem 3rem;
	}

	.fmpc-article-layout {
		display: block !important;
	}

	.fmpc-article-layout > .wp-block-column {
		width: 100%;
		margin-bottom: 2rem;
	}

	.fmpc-sidebar {
		position: static;
	}

	.fmpc-section {
		padding-block: 2.75rem;
	}
}

/* Version 0.6 — accessible contrast for small editorial metadata. */
body.wp-theme-fmpc-theme .fmpc-article-meta .wp-block-post-author__byline,
body.wp-theme-fmpc-theme .fmpc-featured-image figcaption,
body.wp-theme-fmpc-theme .fmpc-article-content figcaption,
body.wp-theme-fmpc-theme .fmpc-home-hero__note {
	color: #64748b !important;
}

body.wp-theme-fmpc-theme .fmpc-footer-bottom {
	color: #94a3b8 !important;
}

/* Version 0.7 — full-screen native mobile navigation. */
@media (max-width: 980px) {
	body.wp-theme-fmpc-theme .fmpc-main-navigation {
		position: static;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-open {
		display: grid !important;
		width: 44px;
		height: 44px;
		padding: 0;
		place-items: center;
		border: 1px solid #e2e8f0;
		border-radius: 12px;
		background: #fff;
		color: #0f172a;
		box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
		cursor: pointer;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-open:hover,
	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-open:focus-visible {
		border-color: #c4b5fd;
		background: #f5f3ff;
		color: #6d28d9;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-open svg {
		width: 25px;
		height: 25px;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none !important;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container.is-menu-open {
		position: fixed !important;
		z-index: 999999 !important;
		inset: 0 !important;
		display: block !important;
		width: 100vw !important;
		height: 100vh !important;
		height: 100dvh !important;
		max-width: none !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow-x: hidden;
		overflow-y: auto;
		background: #fff !important;
		color: #0f172a !important;
		box-shadow: none;
	}

	body.admin-bar.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container.is-menu-open {
		top: 0 !important;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-close {
		width: 100%;
		max-width: none !important;
		margin: 0;
		padding: 0;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-dialog {
		position: relative;
		display: flex;
		width: 100%;
		min-height: 100vh;
		min-height: 100dvh;
		flex-direction: column;
		padding: 0;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-dialog::before {
		display: flex;
		min-height: 72px;
		align-items: center;
		padding: 0 5rem 0 1.25rem;
		border-bottom: 1px solid #e2e8f0;
		background: #fff;
		color: #0f172a;
		content: "Menu";
		font-size: 1.15rem;
		font-weight: 850;
		letter-spacing: -0.03em;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-close {
		position: absolute;
		z-index: 2;
		top: 14px;
		right: 1rem;
		display: grid;
		width: 44px;
		height: 44px;
		padding: 0;
		place-items: center;
		border: 1px solid #e2e8f0;
		border-radius: 12px;
		background: #f8fafc;
		color: #0f172a;
		cursor: pointer;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-close:hover,
	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-close:focus-visible {
		border-color: #c4b5fd;
		background: #f5f3ff;
		color: #6d28d9;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-close svg {
		width: 24px;
		height: 24px;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-content {
		display: flex !important;
		width: 100%;
		max-width: 680px;
		margin: 0 auto;
		padding: 2rem 1.25rem 3rem;
		flex: 1 0 auto;
		align-items: stretch !important;
		justify-content: flex-start !important;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-content > .wp-block-navigation__container,
	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-content > .wp-block-page-list,
	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
		display: flex !important;
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 0 !important;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
		display: flex;
		width: 100%;
		min-height: 60px;
		align-items: stretch;
		border-bottom: 1px solid #e2e8f0;
		background: transparent !important;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
		display: flex;
		width: 100%;
		min-height: 60px;
		align-items: center;
		padding: 0.85rem 0.2rem !important;
		color: #0f172a !important;
		font-size: clamp(1.05rem, 4vw, 1.25rem) !important;
		font-weight: 760 !important;
		line-height: 1.3;
		text-decoration: none;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:hover,
	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:focus-visible {
		color: #6d28d9 !important;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation-item.has-child {
		position: static;
		flex-wrap: wrap;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
		width: 44px;
		height: 44px;
		margin: 8px 0 8px auto;
		padding: 14px;
		border-radius: 10px;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
		position: static !important;
		width: 100% !important;
		height: auto !important;
		min-width: 0 !important;
		padding: 0 0 0.75rem 1rem !important;
		border: 0 !important;
		border-left: 2px solid #ddd6fe !important;
		border-radius: 0;
		opacity: 1 !important;
		visibility: visible !important;
		box-shadow: none;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container .wp-block-navigation-item {
		min-height: 48px;
		border: 0;
	}

	body.wp-theme-fmpc-theme .fmpc-main-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
		min-height: 48px;
		padding: 0.6rem 0.75rem !important;
		font-size: 0.95rem !important;
		font-weight: 650 !important;
	}
}

/* Version 0.8 — provider page rebuilt from fournisseur.html. */
body.wp-theme-fmpc-theme main.fmpc-provider-shell {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #f8fafc;
}

body.wp-theme-fmpc-theme .fmpc-provider-banner {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: clamp(2rem, 4vw, 3.5rem) clamp(1rem, 4vw, 2rem) !important;
	border-bottom: 1px solid #e2e8f0;
	background: #fff;
}

body.wp-theme-fmpc-theme .fmpc-provider-breadcrumb,
body.wp-theme-fmpc-theme .fmpc-provider-hero,
body.wp-theme-fmpc-theme .fmpc-provider-main {
	width: 100% !important;
	max-width: 1200px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.wp-theme-fmpc-theme .fmpc-provider-breadcrumb {
	gap: 0.55rem !important;
	margin-bottom: 1.6rem !important;
	color: #64748b;
	font-size: 0.72rem;
	font-weight: 650;
}

body.wp-theme-fmpc-theme .fmpc-provider-breadcrumb a {
	color: #64748b;
	text-decoration: none;
}

body.wp-theme-fmpc-theme .fmpc-provider-breadcrumb a:hover {
	color: #2563eb;
}

body.wp-theme-fmpc-theme .fmpc-provider-hero {
	align-items: center !important;
	gap: clamp(1.25rem, 3vw, 2.25rem) !important;
}

body.wp-theme-fmpc-theme .fmpc-provider-logo {
	display: grid !important;
	overflow: hidden !important;
	width: 120px !important;
	height: 120px !important;
	max-width: 120px !important;
	max-height: 120px !important;
	margin: 0 !important;
	padding: 17px !important;
	flex: 0 0 120px !important;
	place-items: center;
	border: 1px solid #e2e8f0;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

body.wp-theme-fmpc-theme .fmpc-provider-logo img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 86px !important;
	max-height: 86px !important;
	margin: 0 !important;
	border-radius: 0 !important;
	object-fit: contain !important;
}

body.wp-theme-fmpc-theme .fmpc-provider-heading {
	min-width: 0;
	max-width: 880px;
}

body.wp-theme-fmpc-theme .fmpc-provider-title {
	margin: 0 !important;
	color: #0f172a;
	font-size: clamp(2.25rem, 5vw, 3.75rem) !important;
	font-weight: 850;
	line-height: 1.05;
	letter-spacing: -0.05em;
}

body.wp-theme-fmpc-theme .fmpc-provider-lead {
	display: -webkit-box;
	overflow: hidden;
	max-width: 850px;
	margin-top: 0.85rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	color: #64748b;
	font-size: clamp(0.95rem, 1.5vw, 1.08rem);
	font-weight: 480;
	line-height: 1.65;
}

body.wp-theme-fmpc-theme .fmpc-provider-lead p {
	margin: 0;
}

body.wp-theme-fmpc-theme .fmpc-provider-main {
	padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 3vw, 2rem) clamp(4rem, 8vw, 7rem);
}

body.wp-theme-fmpc-theme .fmpc-provider-content {
	width: 100% !important;
	max-width: 980px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	color: #475569;
	font-size: clamp(1rem, 1.25vw, 1.08rem);
	line-height: 1.8;
}

body.wp-theme-fmpc-theme .fmpc-provider-content > h2 {
	max-width: none !important;
	margin: clamp(3.25rem, 7vw, 5rem) 0 1.2rem !important;
	padding-top: 0.25rem;
	color: #0f172a;
	font-size: clamp(1.55rem, 3vw, 2.15rem);
	font-weight: 850;
	line-height: 1.2;
	letter-spacing: -0.035em;
}

body.wp-theme-fmpc-theme .fmpc-provider-content > h2:first-child {
	margin-top: 0 !important;
}

body.wp-theme-fmpc-theme .fmpc-provider-content > h3 {
	max-width: none !important;
	margin: 2.25rem 0 0.8rem !important;
	color: #1e293b;
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	font-weight: 800;
	line-height: 1.3;
}

body.wp-theme-fmpc-theme .fmpc-provider-content > :where(p, ul, ol, blockquote, figure, table, details, .wp-block-columns, .wp-block-group) {
	max-width: none !important;
}

body.wp-theme-fmpc-theme .fmpc-provider-content p {
	margin-block: 1rem;
}

body.wp-theme-fmpc-theme .fmpc-provider-content > ul,
body.wp-theme-fmpc-theme .fmpc-provider-content > ol {
	margin: 1.4rem 0 2rem;
	padding: 1.25rem 1.4rem 1.25rem 2.8rem;
	border: 1px solid #dbeafe;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

body.wp-theme-fmpc-theme .fmpc-provider-content li + li {
	margin-top: 0.55rem;
}

body.wp-theme-fmpc-theme .fmpc-provider-content li::marker {
	color: #2563eb;
	font-weight: 800;
}

body.wp-theme-fmpc-theme .fmpc-provider-content a {
	color: #1d4ed8;
	font-weight: 650;
}

body.wp-theme-fmpc-theme .fmpc-provider-content .wp-block-columns {
	gap: 1.25rem !important;
	margin-block: 2rem;
}

body.wp-theme-fmpc-theme .fmpc-provider-content .wp-block-column {
	padding: 1.35rem;
	border: 1px solid #e2e8f0;
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

body.wp-theme-fmpc-theme .fmpc-provider-content blockquote {
	margin: 2rem 0;
	padding: 1.2rem 1.4rem;
	border: 0;
	border-left: 4px solid #2563eb;
	border-radius: 0 14px 14px 0;
	background: #eff6ff;
}

body.wp-theme-fmpc-theme .fmpc-provider-content .wp-block-table,
body.wp-theme-fmpc-theme .fmpc-provider-content table {
	width: 100%;
	overflow-x: auto;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #fff;
}

body.wp-theme-fmpc-theme .fmpc-provider-content :where(th, td) {
	padding: 0.8rem 0.9rem;
	border-color: #e2e8f0;
	text-align: left;
}

body.wp-theme-fmpc-theme .fmpc-provider-content th {
	background: #eff6ff;
	color: #0f172a;
}

body.wp-theme-fmpc-theme .fmpc-provider-content details {
	margin: 0.8rem 0;
	padding: 1rem 1.15rem;
	border: 1px solid #e2e8f0;
	border-radius: 13px;
	background: #fff;
}

body.wp-theme-fmpc-theme .fmpc-provider-content summary {
	cursor: pointer;
	color: #0f172a;
	font-weight: 800;
}

@media (max-width: 781px) {
	body.wp-theme-fmpc-theme .fmpc-provider-banner {
		padding-block: 1.5rem 2.25rem !important;
	}

	body.wp-theme-fmpc-theme .fmpc-provider-hero {
		align-items: flex-start !important;
		flex-direction: column;
	}

	body.wp-theme-fmpc-theme .fmpc-provider-logo {
		width: 96px !important;
		height: 96px !important;
		max-width: 96px !important;
		max-height: 96px !important;
		padding: 13px !important;
		flex-basis: 96px !important;
		border-radius: 18px;
	}

	body.wp-theme-fmpc-theme .fmpc-provider-logo img {
		max-width: 68px !important;
		max-height: 68px !important;
	}

	body.wp-theme-fmpc-theme .fmpc-provider-title {
		font-size: clamp(2.1rem, 11vw, 3rem) !important;
	}

	body.wp-theme-fmpc-theme .fmpc-provider-main {
		padding-block: 2.5rem 4rem;
	}

	body.wp-theme-fmpc-theme .fmpc-provider-content > h2 {
		margin-top: 3rem !important;
		font-size: 1.55rem;
	}
}

/* Version 0.5 — wider premium article and vertical related cards. */
body.wp-theme-fmpc-theme .fmpc-article-layout {
	gap: 2rem !important;
}

body.wp-theme-fmpc-theme .fmpc-article-layout > .fmpc-article-card {
	flex-basis: 74% !important;
}

body.wp-theme-fmpc-theme .fmpc-article-layout > .fmpc-sidebar {
	flex-basis: 26% !important;
}

body.wp-theme-fmpc-theme .fmpc-article-title {
	max-width: 850px;
	font-size: clamp(1.9rem, 3.4vw, 2.75rem) !important;
	line-height: 1.12;
	letter-spacing: -0.04em;
}

body.wp-theme-fmpc-theme .fmpc-article-content h2 {
	font-size: clamp(1.35rem, 2.2vw, 1.72rem);
}

body.wp-theme-fmpc-theme .fmpc-article-content h3 {
	font-size: clamp(1.15rem, 1.8vw, 1.38rem);
}

body.wp-theme-fmpc-theme .fmpc-sidebar-news {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.wp-theme-fmpc-theme .fmpc-sidebar-title {
	margin-bottom: 1.15rem;
	font-size: 1.35rem;
	font-weight: 850;
	letter-spacing: -0.035em;
}

body.wp-theme-fmpc-theme .fmpc-sidebar-news .wp-block-post-template {
	display: grid;
	gap: 1.25rem;
}

body.wp-theme-fmpc-theme .fmpc-sidebar-news-card {
	display: block !important;
	overflow: hidden;
	padding: 0;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

body.wp-theme-fmpc-theme .fmpc-sidebar-news-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

body.wp-theme-fmpc-theme .fmpc-sidebar-news-card .wp-block-post-featured-image {
	display: block;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	border-radius: 0;
}

body.wp-theme-fmpc-theme .fmpc-sidebar-news-card .wp-block-post-featured-image a {
	display: block;
	width: 100%;
}

body.wp-theme-fmpc-theme .fmpc-sidebar-news-card .wp-block-post-featured-image img {
	display: block;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1;
	border-radius: 0 !important;
	object-fit: cover;
}

body.wp-theme-fmpc-theme .fmpc-sidebar-news-card__content {
	padding: 1rem 1.05rem 1.15rem;
}

body.wp-theme-fmpc-theme .fmpc-sidebar-news-card .taxonomy-category {
	margin: 0 0 0.45rem;
}

body.wp-theme-fmpc-theme .fmpc-sidebar-news-card .wp-block-post-title {
	margin: 0;
	font-size: 0.96rem !important;
	font-weight: 780;
	line-height: 1.38;
}

body.wp-theme-fmpc-theme .fmpc-sidebar-news-card .wp-block-post-title a {
	display: block;
}

.fmpc-provider-shell .fmpc-operator-content > .wp-block-post-content > h2 {
	margin-top: 2.5rem;
	font-size: clamp(1.4rem, 2.4vw, 1.8rem);
}

.fmpc-provider-shell .fmpc-operator-content > .wp-block-post-content > h2:first-child {
	margin-top: 0;
}

@media (max-width: 1100px) and (min-width: 782px) {
	body.wp-theme-fmpc-theme .fmpc-article-layout > .fmpc-article-card {
		flex-basis: 70% !important;
	}

	body.wp-theme-fmpc-theme .fmpc-article-layout > .fmpc-sidebar {
		flex-basis: 30% !important;
	}
}

@media (max-width: 781px) {
	body.wp-theme-fmpc-theme .fmpc-article-layout > .fmpc-article-card,
	body.wp-theme-fmpc-theme .fmpc-article-layout > .fmpc-sidebar {
		width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
	}

	body.wp-theme-fmpc-theme .fmpc-sidebar-news-card .wp-block-post-featured-image img {
		aspect-ratio: 1 / 1;
	}
}

@media (max-width: 600px) {
	.fmpc-site-header {
		top: 0;
	}

	.fmpc-header-row {
		min-height: 60px;
	}

	.fmpc-brand .wp-block-site-title {
		max-width: 190px;
		font-size: 0.92rem !important;
	}

	.wp-block-navigation__responsive-container.is-menu-open {
		padding: 1.25rem;
	}

	.fmpc-breadcrumbs {
		margin-bottom: 1rem;
	}

	.fmpc-article-card {
		margin-inline: -0.3rem;
		padding: 1.2rem;
		border-radius: 20px;
	}

	.fmpc-article-title {
		font-size: clamp(1.8rem, 9vw, 2.35rem) !important;
	}

	.fmpc-article-lead {
		font-size: 1rem;
	}

	.fmpc-article-meta {
		align-items: flex-start !important;
		gap: 0.8rem !important;
	}

	.fmpc-article-dates {
		display: block !important;
		width: 100%;
	}

	.fmpc-article-dates > * {
		display: block;
	}

	.fmpc-article-dates > * + *::before {
		content: "Mis à jour le ";
	}

	.fmpc-featured-image {
		margin-bottom: 1.6rem !important;
		border-radius: 14px;
	}

	.fmpc-article-content {
		font-size: 1rem;
		line-height: 1.72;
	}

	.fmpc-article-content :where(ul, ol) {
		padding: 1rem 1rem 1rem 2.25rem;
	}

	.fmpc-author-card .wp-block-post-author {
		align-items: flex-start;
	}

	.fmpc-article-card > .wp-block-post-navigation-link {
		display: block;
		float: none !important;
		max-width: 100%;
	}

	.fmpc-query-grid {
		grid-template-columns: 1fr !important;
	}
}

/* Author archives — migrated from the former child-theme author.php. */
.fmpc-author-shell {
	width: 100%;
	padding: clamp(2rem, 5vw, 3.5rem) 1.25rem clamp(3rem, 7vw, 5rem);
}

.fmpc-author-content {
	width: min(100%, 1100px);
	margin-inline: auto !important;
}

.fmpc-author-profile {
	width: min(100%, 820px);
	margin: 0 auto 2.5rem;
	padding: clamp(1.5rem, 4vw, 1.75rem);
	border: 1px solid var(--fmpc-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.fmpc-author-profile h1 {
	margin: 0 0 0.625rem;
	color: var(--fmpc-ink);
	font-size: clamp(2rem, 5vw, 2.125rem);
	line-height: 1.2;
	letter-spacing: -0.035em;
}

.fmpc-author-profile p {
	margin: 0 0 0.875rem;
	color: #334155;
	font-size: 1rem;
	line-height: 1.7;
}

.fmpc-author-profile p:last-child {
	margin-bottom: 0;
}

.fmpc-author-profile__role {
	font-weight: 800;
}

.fmpc-author-posts-title {
	margin: 0 0 1.5rem;
	color: var(--fmpc-ink);
	font-size: clamp(1.65rem, 4vw, 1.875rem);
	line-height: 1.25;
}

.fmpc-author-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	margin: 0;
}

.fmpc-author-card {
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--fmpc-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.fmpc-author-card__image {
	margin: 0 !important;
}

.fmpc-author-card__image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.fmpc-author-card__content {
	padding: 1.125rem;
}

.fmpc-author-card__date {
	margin: 0 0 0.5rem;
	color: var(--fmpc-muted);
	font-size: 0.82rem !important;
}

.fmpc-author-card__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.08rem, 2vw, 1.25rem) !important;
	line-height: 1.3;
}

.fmpc-author-card__title a {
	color: var(--fmpc-ink);
	text-decoration: none;
}

.fmpc-author-card__title a:hover {
	color: var(--fmpc-article-brand);
}

.fmpc-author-card__excerpt,
.fmpc-author-card__excerpt p {
	margin: 0;
	color: #475569;
	font-size: 0.94rem;
	line-height: 1.65;
}

.fmpc-author-card__excerpt .wp-block-post-excerpt__more-link {
	display: inline-block;
	margin-top: 0.75rem;
	color: var(--fmpc-article-brand);
	font-weight: 800;
	text-decoration: none;
}

.fmpc-author-shell .fmpc-pagination {
	margin-top: 2.5rem;
}

@media (max-width: 900px) {
	.fmpc-author-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.fmpc-author-shell {
		padding-inline: 1rem;
	}

	.fmpc-author-grid {
		grid-template-columns: 1fr;
	}
}

/*
 * Root layout guard.
 * A root-level alignwide block is not automatically centered by WordPress.
 * Keep every public template centered independently from cached global styles.
 */
body.wp-theme-fmpc-theme .wp-site-blocks > main,
body.wp-theme-fmpc-theme .wp-site-blocks > main.alignwide,
body.wp-theme-fmpc-theme main.fmpc-article-shell,
body.wp-theme-fmpc-theme main.fmpc-page-shell,
body.wp-theme-fmpc-theme main.fmpc-listing-shell,
body.wp-theme-fmpc-theme main.fmpc-comparator-shell,
body.wp-theme-fmpc-theme main.fmpc-operator-shell {
	float: none !important;
	width: 100% !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.wp-theme-fmpc-theme main.fmpc-article-shell {
	max-width: 1280px !important;
}

body.wp-theme-fmpc-theme main.fmpc-page-shell {
	max-width: 1060px !important;
}

body.wp-theme-fmpc-theme main.fmpc-comparator-shell {
	max-width: 1100px !important;
}

body.wp-theme-fmpc-theme main.fmpc-listing-shell,
body.wp-theme-fmpc-theme main.fmpc-operator-shell {
	max-width: 100% !important;
}

body.wp-theme-fmpc-theme .fmpc-article-shell > .fmpc-breadcrumbs,
body.wp-theme-fmpc-theme .fmpc-article-shell > .fmpc-article-layout {
	width: 100% !important;
	max-width: 1200px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.wp-theme-fmpc-theme .fmpc-article-layout > .fmpc-article-card {
	min-width: 0;
}

body.wp-theme-fmpc-theme .fmpc-article-layout > .fmpc-sidebar {
	min-width: 0;
}

@media (max-width: 781px) {
	body.wp-theme-fmpc-theme main.fmpc-article-shell,
	body.wp-theme-fmpc-theme main.fmpc-page-shell,
	body.wp-theme-fmpc-theme main.fmpc-listing-shell,
	body.wp-theme-fmpc-theme main.fmpc-comparator-shell,
	body.wp-theme-fmpc-theme main.fmpc-operator-shell {
		width: 100% !important;
		max-width: 100% !important;
		margin-inline: auto !important;
	}
}

/* Home page */
.wp-theme-fmpc-theme .wp-site-blocks > * {
	margin-block-start: 0;
}

.fmpc-front-page > * {
	margin-block-start: 0 !important;
}

.fmpc-announcement {
	padding: 0.55rem 1rem;
	background: linear-gradient(90deg, #7c3aed, #4f46e5);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.015em;
}

.fmpc-announcement p {
	margin: 0;
}

.fmpc-announcement strong {
	display: inline-block;
	margin-right: 0.5rem;
	padding: 0.12rem 0.45rem;
	border-radius: 4px;
	background: #fff;
	color: #7c3aed;
	font-size: 0.62rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.fmpc-home-hero {
	min-height: 570px;
	padding: clamp(5rem, 10vw, 8rem) 1rem;
	background:
		radial-gradient(circle at 82% 10%, rgba(221, 214, 254, 0.72), transparent 31%),
		radial-gradient(circle at 15% 100%, rgba(209, 250, 229, 0.5), transparent 28%),
		#fff;
}

.fmpc-home-hero__inner {
	max-width: 860px !important;
}

.fmpc-trust-badge {
	display: table;
	margin: 0 auto 1.5rem !important;
	padding: 0.42rem 0.9rem;
	border: 1px solid #d1fae5;
	border-radius: 999px;
	background: #ecfdf5;
	color: #059669;
	font-size: 0.72rem;
	font-weight: 800;
}

.fmpc-trust-badge::before {
	margin-right: 0.4rem;
	content: "✓";
}

.fmpc-home-hero__title {
	max-width: 820px;
	margin: 0 auto !important;
	color: #0f172a;
	font-size: clamp(2.6rem, 6vw, 4.25rem);
	font-weight: 850;
	line-height: 1.06;
	letter-spacing: -0.055em;
}

.fmpc-home-hero__title::first-line {
	color: #0f172a;
}

.fmpc-home-hero__lead {
	max-width: 680px;
	margin: 1.45rem auto 0 !important;
	color: #64748b;
	font-size: clamp(1.05rem, 2vw, 1.18rem);
	font-weight: 480;
	line-height: 1.65;
}

.fmpc-hero-button {
	margin-top: 1.4rem;
}

.fmpc-hero-button .wp-block-button__link {
	padding: 0.95rem 1.65rem;
	background: #7c3aed;
	box-shadow: 0 14px 30px rgba(124, 58, 237, 0.28);
	font-size: 0.92rem;
}

.fmpc-home-hero__note {
	margin-top: 1rem !important;
	color: #94a3b8;
	font-size: 0.7rem;
	font-weight: 650;
}

.fmpc-deals-section {
	padding: clamp(4rem, 8vw, 6.5rem) 1rem;
	border-top: 1px solid #f1f5f9;
	background: #f8fafc;
}

.fmpc-deals-section .fmpc-section-heading,
.fmpc-front-page .fmpc-section-heading {
	margin-bottom: 2.4rem !important;
}

.fmpc-deals-section .fmpc-section-heading h2,
.fmpc-front-page .fmpc-section-heading h2 {
	margin: 0;
	color: #0f172a;
	font-size: clamp(1.8rem, 3vw, 2.25rem);
	font-weight: 850;
}

.fmpc-deals-section .fmpc-section-heading p {
	margin-top: 0.65rem;
	color: #64748b;
}

.fmpc-offer-grid {
	align-items: stretch !important;
	gap: 1.75rem !important;
}

.fmpc-offer-skeleton {
	height: 100%;
	min-height: 280px;
	padding: 1.6rem;
	border: 1px solid #e2e8f0;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.fmpc-offer-skeleton.is-highlighted {
	border: 2px solid #8b5cf6;
	box-shadow: 0 20px 45px rgba(124, 58, 237, 0.13);
	transform: translateY(-0.75rem);
}

.fmpc-skeleton-label {
	display: inline-block;
	margin: 0;
	padding: 0.3rem 0.65rem;
	border: 1px solid #ede9fe;
	border-radius: 999px;
	background: #f5f3ff;
	color: #7c3aed;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.fmpc-offer-skeleton h3 {
	margin-top: 3rem;
	font-size: 1.25rem;
}

.fmpc-offer-skeleton > p:last-child {
	color: #64748b;
	font-size: 0.86rem;
	line-height: 1.65;
}

.fmpc-front-page > .fmpc-section {
	padding: clamp(4rem, 8vw, 6rem) 1rem;
	border-top: 1px solid #f1f5f9;
	background: #fff;
}

.fmpc-front-page .fmpc-query-card {
	padding: 0 0 1.4rem;
	border-radius: 24px;
	box-shadow: 0 3px 12px rgba(15, 23, 42, 0.05);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.fmpc-front-page .fmpc-query-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.fmpc-front-page .fmpc-query-card > :not(.wp-block-post-featured-image) {
	margin-inline: 1.4rem;
}

.fmpc-front-page .fmpc-query-card .wp-block-post-featured-image {
	margin: 0 0 1.2rem;
}

.fmpc-front-page .fmpc-query-card .wp-block-post-featured-image img {
	border-radius: 24px 24px 0 0 !important;
}

.fmpc-front-page .fmpc-query-card .wp-block-post-title {
	font-size: 1.08rem !important;
	line-height: 1.35;
}

.fmpc-front-page .fmpc-query-card .wp-block-post-title a {
	color: #0f172a;
	text-decoration: none;
}

.fmpc-front-page .fmpc-query-card .wp-block-post-excerpt {
	color: #64748b;
	font-size: 0.82rem;
	line-height: 1.6;
}

/* Standard pages and listings */
.fmpc-page-shell,
.fmpc-listing-shell,
.fmpc-comparator-shell,
.fmpc-operator-shell {
	padding: clamp(3rem, 7vw, 5.5rem) 1rem;
}

.fmpc-page-shell {
	max-width: 1060px !important;
}

.fmpc-page-header,
.fmpc-listing-header,
.fmpc-comparator-header {
	margin-bottom: clamp(2rem, 5vw, 3.5rem) !important;
	text-align: center;
}

.fmpc-page-title,
.fmpc-listing-title,
.fmpc-comparator-title {
	margin: 0;
	color: #0f172a;
	font-size: clamp(2.35rem, 5vw, 3.75rem);
	font-weight: 850;
	line-height: 1.08;
	letter-spacing: -0.05em;
}

.fmpc-page-lead,
.fmpc-comparator-lead,
.fmpc-listing-header .taxonomy-description {
	max-width: 720px;
	margin: 1rem auto 0 !important;
	color: #64748b;
	font-size: 1.05rem;
	line-height: 1.7;
}

.fmpc-page-image {
	overflow: hidden;
	margin-bottom: 2.5rem !important;
	border-radius: 24px;
}

.fmpc-page-content,
.fmpc-operator-content {
	padding: clamp(1.4rem, 4vw, 2.75rem);
	border: 1px solid #e2e8f0;
	border-radius: 24px;
	background: #fff;
	box-shadow: var(--fmpc-shadow);
}

.fmpc-page-content {
	font-size: 1.04rem;
	line-height: 1.8;
}

.fmpc-listing-shell {
	width: 100%;
}

.fmpc-listing-shell .fmpc-query-grid {
	gap: 2rem;
}

.fmpc-listing-shell .fmpc-query-card {
	padding: 0 0 1.4rem;
	border-radius: 24px;
}

.fmpc-listing-shell .fmpc-query-card > :not(.wp-block-post-featured-image) {
	margin-inline: 1.35rem;
}

.fmpc-listing-shell .fmpc-query-card .wp-block-post-featured-image {
	margin: 0 0 1.1rem;
}

.fmpc-listing-shell .fmpc-query-card img {
	border-radius: 24px 24px 0 0 !important;
}

.fmpc-listing-shell .fmpc-query-card .wp-block-post-title {
	font-size: 1.1rem !important;
	line-height: 1.35;
}

.fmpc-listing-shell .fmpc-query-card .wp-block-post-title a {
	color: #0f172a;
	text-decoration: none;
}

.fmpc-card-category a {
	color: #7c3aed;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

.fmpc-pagination {
	margin-top: 3rem;
}

.fmpc-pagination a,
.fmpc-pagination .page-numbers {
	padding: 0.55rem 0.8rem;
	border: 1px solid #e2e8f0;
	border-radius: 9px;
	background: #fff;
	text-decoration: none;
}

/* Operator / provider page */
.fmpc-operator-shell {
	padding-top: 0;
}

.fmpc-operator-banner {
	margin-inline: calc(var(--wp--style--root--padding-left, 1rem) * -1) !important;
	padding: clamp(3rem, 6vw, 5rem) 1rem;
	border-bottom: 1px solid #e2e8f0;
	background: #fff;
}

.fmpc-operator-hero {
	display: flex;
	align-items: center;
	gap: clamp(1.25rem, 4vw, 2.5rem);
	padding: 0;
	border: 0;
	box-shadow: none;
}

.fmpc-operator-logo {
	flex: 0 0 120px;
	margin: 0;
	padding: 1rem;
	border: 1px solid #e2e8f0;
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--fmpc-shadow);
}

.fmpc-operator-title {
	margin: 0;
	color: #0f172a;
	font-size: clamp(2.25rem, 5vw, 3.8rem);
	font-weight: 850;
	letter-spacing: -0.05em;
}

.fmpc-operator-lead {
	max-width: 760px;
	color: #64748b;
	font-size: 1.05rem;
}

.fmpc-operator-layout {
	align-items: flex-start !important;
	gap: 2.5rem !important;
	margin-top: 3.5rem !important;
}

.fmpc-operator-sidebar {
	position: sticky;
	top: 6.5rem;
}

.fmpc-operator-sidebar > * + * {
	margin-top: 1.25rem;
}

/* Comparator shell, ready for FMPC Core. */
.fmpc-comparator-shell {
	max-width: 1100px !important;
}

.fmpc-filter-placeholder {
	position: sticky;
	z-index: 20;
	top: 82px;
	margin-bottom: 1.5rem !important;
	padding: 1rem 1.2rem;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 8px 25px rgba(15, 23, 42, 0.06);
	backdrop-filter: blur(12px);
}

.fmpc-filter-placeholder p {
	margin: 0;
	color: #64748b;
	font-size: 0.78rem;
}

.fmpc-filter-placeholder strong {
	color: #0f172a;
	font-size: 0.86rem;
}

.fmpc-comparator-placeholder {
	min-height: 220px;
	padding: 2rem;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--fmpc-shadow);
}

@media (max-width: 781px) {
	.fmpc-home-hero {
		min-height: 500px;
		padding-block: 4.5rem;
	}

	.fmpc-offer-skeleton.is-highlighted {
		transform: none;
	}

	.fmpc-operator-hero {
		align-items: flex-start;
		flex-direction: column;
	}

	.fmpc-operator-layout {
		display: block !important;
	}

	.fmpc-operator-sidebar {
		position: static;
		margin-top: 1.5rem;
	}
}

@media (max-width: 600px) {
	.fmpc-announcement {
		display: none;
	}

	.fmpc-home-hero__title {
		font-size: clamp(2.25rem, 12vw, 3.25rem);
	}

	.fmpc-footer-grid {
		gap: 2rem 1rem !important;
	}

	.fmpc-page-shell,
	.fmpc-listing-shell,
	.fmpc-comparator-shell,
	.fmpc-operator-shell {
		padding-block: 2.5rem;
	}

	.fmpc-page-content,
	.fmpc-operator-content {
		padding: 1.2rem;
		border-radius: 18px;
	}
}

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

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

/* Version 1.0 — flat editorial pages and complete provider layout. */
body.wp-theme-fmpc-theme main.fmpc-page-shell,
body.wp-theme-fmpc-theme main.fmpc-page-shell.alignwide {
	width: min(calc(100% - 2rem), 1150px) !important;
	max-width: 1150px !important;
	margin-inline: auto !important;
	padding: clamp(2.75rem, 6vw, 4.75rem) 0 clamp(4rem, 8vw, 6.5rem) !important;
}

body.wp-theme-fmpc-theme .fmpc-page-header {
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 clamp(2rem, 4vw, 3rem) !important;
	padding: 0 0 1.5rem;
	border-bottom: 1px solid #cbd5e1;
	text-align: left;
}

body.wp-theme-fmpc-theme .fmpc-page-title {
	max-width: 1000px;
	font-size: clamp(2.15rem, 5vw, 3.4rem);
	line-height: 1.08;
}

body.wp-theme-fmpc-theme .fmpc-page-image {
	width: 100% !important;
	max-width: none !important;
	margin-bottom: 2.5rem !important;
	border-radius: 0 !important;
}

body.wp-theme-fmpc-theme .fmpc-page-image img {
	border-radius: 0 !important;
}

body.wp-theme-fmpc-theme .fmpc-page-content,
body.wp-theme-fmpc-theme .fmpc-page-content.has-global-padding {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #334155;
	font-size: 1.04rem;
	line-height: 1.8;
}

body.wp-theme-fmpc-theme .fmpc-page-content > * {
	width: 100%;
	max-width: none !important;
	margin-right: 0;
	margin-left: 0;
}

body.wp-theme-fmpc-theme .fmpc-page-content :where(h2, h3, h4) {
	color: #0f172a;
}

body.wp-theme-fmpc-theme .fmpc-page-content h2 {
	margin-top: 2.75rem;
	font-size: clamp(1.55rem, 3vw, 2rem);
}

body.wp-theme-fmpc-theme .fmpc-page-content h3 {
	margin-top: 2rem;
	font-size: clamp(1.2rem, 2vw, 1.45rem);
}

body.wp-theme-fmpc-theme .fmpc-page-content :where(p, li) {
	max-width: none;
}

/* Real CTA treatment for every Query Loop excerpt link. */
body.wp-theme-fmpc-theme .wp-block-query .wp-block-post-excerpt__more-text {
	margin-top: 1rem;
}

body.wp-theme-fmpc-theme .wp-block-query .wp-block-post-excerpt__more-link {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 1rem;
	border: 1px solid #6d28d9;
	border-radius: 10px;
	background: #7c3aed;
	box-shadow: 0 6px 14px rgba(124, 58, 237, 0.18);
	color: #fff !important;
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

body.wp-theme-fmpc-theme .wp-block-query .wp-block-post-excerpt__more-link:hover {
	border-color: #4c1d95;
	background: #4c1d95;
	color: #fff !important;
}

/* Provider hero: identity, real editorial metadata and rating slot. */
body.wp-theme-fmpc-theme .fmpc-provider-hero-grid {
	width: 100% !important;
	max-width: 1200px !important;
	align-items: center !important;
	gap: clamp(2rem, 5vw, 4rem) !important;
	margin: 0 auto !important;
}

body.wp-theme-fmpc-theme .fmpc-provider-hero-grid > .wp-block-column {
	min-width: 0;
}

body.wp-theme-fmpc-theme .fmpc-provider-identity {
	align-items: center !important;
	gap: clamp(1.25rem, 3vw, 2rem) !important;
}

body.wp-theme-fmpc-theme .fmpc-provider-identity .fmpc-provider-logo {
	width: 112px !important;
	height: 112px !important;
	max-width: 112px !important;
	max-height: 112px !important;
	padding: 14px !important;
	flex: 0 0 112px !important;
	border-radius: 18px;
}

body.wp-theme-fmpc-theme .fmpc-provider-identity .fmpc-provider-logo img {
	width: 100% !important;
	height: 100% !important;
	max-width: 82px !important;
	max-height: 82px !important;
	object-fit: contain !important;
}

body.wp-theme-fmpc-theme .fmpc-provider-meta {
	gap: 0.65rem !important;
	margin-top: 1.1rem !important;
}

body.wp-theme-fmpc-theme .fmpc-provider-author,
body.wp-theme-fmpc-theme .fmpc-provider-date {
	margin: 0 !important;
	padding: 0.42rem 0.72rem;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
	color: #475569;
	font-size: 0.79rem;
	font-weight: 700;
	line-height: 1.3;
}

body.wp-theme-fmpc-theme .fmpc-provider-author .wp-block-post-author__content,
body.wp-theme-fmpc-theme .fmpc-provider-author .wp-block-post-author__name,
body.wp-theme-fmpc-theme .fmpc-provider-author .wp-block-post-author__byline {
	display: inline;
	margin: 0;
	font-size: inherit;
}

body.wp-theme-fmpc-theme .fmpc-provider-rating {
	padding: 1.25rem 1.35rem;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #f8fafc;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

body.wp-theme-fmpc-theme .fmpc-provider-rating p {
	margin: 0;
}

body.wp-theme-fmpc-theme .fmpc-provider-rating__label {
	color: #64748b;
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.wp-theme-fmpc-theme .fmpc-provider-rating__score {
	margin-top: 0.35rem !important;
	color: #0f172a;
	font-size: clamp(1.25rem, 2.5vw, 1.7rem);
	font-weight: 900;
	line-height: 1.2;
}

body.wp-theme-fmpc-theme .fmpc-provider-rating__source {
	margin-top: 0.4rem !important;
	color: #64748b;
	font-size: 0.72rem;
	line-height: 1.45;
}

/* Provider content/sidebar layout from fournisseur.html. */
body.wp-theme-fmpc-theme .fmpc-provider-main {
	max-width: 1200px !important;
	padding-top: clamp(2.5rem, 5vw, 4rem) !important;
}

body.wp-theme-fmpc-theme .fmpc-provider-layout {
	align-items: flex-start !important;
	gap: clamp(2rem, 4vw, 3rem) !important;
	margin: 0 !important;
}

body.wp-theme-fmpc-theme .fmpc-provider-primary,
body.wp-theme-fmpc-theme .fmpc-provider-sidebar {
	min-width: 0;
}

body.wp-theme-fmpc-theme .fmpc-provider-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

body.wp-theme-fmpc-theme .fmpc-provider-content > * {
	max-width: none !important;
}

body.wp-theme-fmpc-theme .fmpc-provider-content > h2:not(:first-child) {
	padding-top: clamp(2.25rem, 5vw, 3.25rem);
	border-top: 1px solid #cbd5e1;
}

body.wp-theme-fmpc-theme .fmpc-provider-content .fmpc-section {
	padding-block: 0;
}

body.wp-theme-fmpc-theme .fmpc-provider-sidebar {
	position: sticky;
	top: 6.5rem;
}

body.wp-theme-fmpc-theme .fmpc-provider-sidebar > * + * {
	margin-top: 1.5rem;
}

body.wp-theme-fmpc-theme .fmpc-provider-ad,
body.wp-theme-fmpc-theme .fmpc-provider-sidebar-note {
	padding: clamp(1.4rem, 3vw, 2rem);
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

body.wp-theme-fmpc-theme .fmpc-provider-ad {
	position: relative;
	overflow: hidden;
}

body.wp-theme-fmpc-theme .fmpc-provider-ad::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, #7c3aed, #2563eb);
	content: "";
}

body.wp-theme-fmpc-theme .fmpc-provider-ad__label {
	margin: 0 0 1rem;
	color: #94a3b8;
	font-size: 0.65rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.wp-theme-fmpc-theme .fmpc-provider-ad__title,
body.wp-theme-fmpc-theme .fmpc-provider-sidebar-note__title {
	margin: 0 0 0.8rem;
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	line-height: 1.25;
}

body.wp-theme-fmpc-theme .fmpc-provider-ad p:not(.fmpc-provider-ad__label),
body.wp-theme-fmpc-theme .fmpc-provider-sidebar-note p {
	color: #64748b;
	font-size: 0.88rem;
	line-height: 1.65;
}

body.wp-theme-fmpc-theme .fmpc-provider-ad__button,
body.wp-theme-fmpc-theme .fmpc-provider-ad__button a {
	width: 100%;
}

body.wp-theme-fmpc-theme .fmpc-provider-ad__button a {
	border-radius: 10px;
}

body.wp-theme-fmpc-theme .fmpc-provider-sidebar-note {
	border-radius: 14px;
	box-shadow: none;
}

/* Full editable provider review, equivalent to emerald/rose Tailwind cards. */
body.wp-theme-fmpc-theme .fmpc-provider-review-grid {
	gap: 1.25rem !important;
	margin-block: 1.75rem 2rem !important;
}

body.wp-theme-fmpc-theme .fmpc-provider-review-grid > .wp-block-column,
body.wp-theme-fmpc-theme .fmpc-provider-content .wp-block-columns:has(.fmpc-provider-pros, .fmpc-provider-cons) > .wp-block-column {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.wp-theme-fmpc-theme .fmpc-provider-pros,
body.wp-theme-fmpc-theme .fmpc-provider-cons {
	height: 100%;
	padding: 1.5rem;
	border-radius: 16px;
}

body.wp-theme-fmpc-theme .fmpc-provider-pros {
	border: 1px solid #d1fae5;
	background: #ecfdf5;
	color: #065f46;
}

body.wp-theme-fmpc-theme .fmpc-provider-cons {
	border: 1px solid #ffe4e6;
	background: #fff1f2;
	color: #9f1239;
}

body.wp-theme-fmpc-theme :where(.fmpc-provider-pros, .fmpc-provider-cons) h3 {
	margin: 0 0 1rem;
	color: inherit;
	font-size: 1.12rem !important;
}

body.wp-theme-fmpc-theme :where(.fmpc-provider-pros, .fmpc-provider-cons) ul {
	margin: 0;
	padding-left: 1.25rem;
}

body.wp-theme-fmpc-theme :where(.fmpc-provider-pros, .fmpc-provider-cons) li {
	font-size: 0.91rem;
	line-height: 1.6;
}

body.wp-theme-fmpc-theme :where(.fmpc-provider-pros, .fmpc-provider-cons) li + li {
	margin-top: 0.65rem;
}

body.wp-theme-fmpc-theme .fmpc-provider-facts {
	gap: 0.85rem !important;
	margin-block: 1.5rem 2rem !important;
}

body.wp-theme-fmpc-theme .fmpc-provider-facts > .wp-block-column {
	padding: 1.1rem;
	text-align: center;
}

body.wp-theme-fmpc-theme .fmpc-provider-fact__value,
body.wp-theme-fmpc-theme .fmpc-provider-fact__label {
	margin: 0;
}

body.wp-theme-fmpc-theme .fmpc-provider-fact__value {
	color: #2563eb;
	font-size: 1.03rem;
	font-weight: 900;
}

body.wp-theme-fmpc-theme .fmpc-provider-fact__label {
	margin-top: 0.3rem;
	color: #64748b;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.wp-theme-fmpc-theme .fmpc-provider-data-slot {
	margin-block: 1.5rem 2rem;
	padding: 1.4rem;
	border: 1px dashed #94a3b8;
	border-radius: 12px;
	background: #fff;
}

body.wp-theme-fmpc-theme .fmpc-provider-data-slot h3 {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
}

body.wp-theme-fmpc-theme .fmpc-provider-data-slot p {
	margin: 0;
}

body.wp-theme-fmpc-theme .fmpc-provider-expert-review {
	margin-block: 2rem;
	padding: clamp(1.4rem, 3vw, 2rem);
	border: 1px solid #e2e8f0;
	border-left: 4px solid #7c3aed;
	border-radius: 0 16px 16px 0;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

body.wp-theme-fmpc-theme .fmpc-provider-expert-review__label {
	margin: 0 0 0.65rem;
	color: #6d28d9;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.wp-theme-fmpc-theme .fmpc-provider-expert-review p:last-child {
	margin-bottom: 0;
}

@media (max-width: 960px) {
	body.wp-theme-fmpc-theme .fmpc-provider-hero-grid,
	body.wp-theme-fmpc-theme .fmpc-provider-layout {
		display: grid !important;
		grid-template-columns: 1fr;
	}

	body.wp-theme-fmpc-theme .fmpc-provider-hero-grid > .wp-block-column,
	body.wp-theme-fmpc-theme .fmpc-provider-layout > .wp-block-column {
		width: 100% !important;
		flex-basis: 100% !important;
	}

	body.wp-theme-fmpc-theme .fmpc-provider-rating {
		max-width: 420px;
	}

	body.wp-theme-fmpc-theme .fmpc-provider-sidebar {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.25rem;
	}

	body.wp-theme-fmpc-theme .fmpc-provider-sidebar > * + * {
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	body.wp-theme-fmpc-theme main.fmpc-page-shell,
	body.wp-theme-fmpc-theme main.fmpc-page-shell.alignwide {
		width: min(calc(100% - 2rem), 1150px) !important;
		padding-block: 2.25rem 4rem !important;
	}

	body.wp-theme-fmpc-theme .fmpc-provider-banner {
		padding-inline: 1rem !important;
	}

	body.wp-theme-fmpc-theme .fmpc-provider-identity {
		align-items: flex-start !important;
	}

	body.wp-theme-fmpc-theme .fmpc-provider-identity .fmpc-provider-logo {
		width: 82px !important;
		height: 82px !important;
		max-width: 82px !important;
		max-height: 82px !important;
		padding: 10px !important;
		flex-basis: 82px !important;
	}

	body.wp-theme-fmpc-theme .fmpc-provider-identity .fmpc-provider-logo img {
		max-width: 60px !important;
		max-height: 60px !important;
	}

	body.wp-theme-fmpc-theme .fmpc-provider-title {
		font-size: clamp(1.85rem, 10vw, 2.6rem) !important;
	}

	body.wp-theme-fmpc-theme .fmpc-provider-sidebar {
		display: block;
	}

	body.wp-theme-fmpc-theme .fmpc-provider-sidebar > * + * {
		margin-top: 1.25rem;
	}

	body.wp-theme-fmpc-theme .fmpc-provider-review-grid,
	body.wp-theme-fmpc-theme .fmpc-provider-facts {
		display: grid !important;
		grid-template-columns: 1fr;
	}
}

/* Version 0.3 — exact global chrome from the HTML references. */
body.wp-theme-fmpc-theme {
	min-height: 100vh;
	background: #f8fafc;
	color: #1e293b;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-optical-sizing: auto;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.wp-theme-fmpc-theme .wp-site-blocks {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

body.wp-theme-fmpc-theme .wp-site-blocks > main {
	width: 100%;
	flex: 1 0 auto;
}

.fmpc-site-header {
	width: 100%;
	min-height: 65px;
	padding-inline: 0 !important;
}

.fmpc-site-header > .fmpc-header-row {
	width: min(100% - 2rem, 1280px);
	max-width: 1280px !important;
	min-height: 65px;
	margin-inline: auto !important;
	padding-inline: 0;
}

.fmpc-brand {
	position: relative;
	flex: 0 0 auto;
}

.fmpc-brand::before {
	display: block;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	border-radius: 9px;
	background:
		linear-gradient(to top, #fff 0 100%) 9px 18px / 3px 7px no-repeat,
		linear-gradient(to top, #fff 0 100%) 15px 13px / 3px 12px no-repeat,
		linear-gradient(to top, #fff 0 100%) 21px 8px / 3px 17px no-repeat,
		#7c3aed;
	box-shadow: 0 5px 12px rgba(124, 58, 237, 0.22);
	content: "";
}

.fmpc-brand:has(.wp-block-site-logo img)::before {
	display: none;
}

.fmpc-brand .wp-block-site-title {
	font-size: 1.12rem !important;
	font-weight: 900 !important;
	letter-spacing: -0.045em !important;
	white-space: nowrap;
}

.fmpc-main-navigation {
	margin-inline: auto;
}

.fmpc-main-navigation .wp-block-navigation__container,
.fmpc-main-navigation .wp-block-page-list {
	gap: clamp(1rem, 2.2vw, 2rem) !important;
}

.fmpc-main-navigation .wp-block-navigation-item__content {
	padding: 0.35rem 0 !important;
	font-size: 0.86rem;
	font-weight: 700;
}

.fmpc-header-actions {
	gap: 0.7rem !important;
}

.fmpc-header-search {
	width: 38px;
	min-width: 38px;
}

.fmpc-header-search .wp-block-search__inside-wrapper {
	padding: 0;
	border: 0;
}

.fmpc-header-search .wp-block-search__button {
	display: grid;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #64748b;
}

.fmpc-header-search .wp-block-search__button:hover {
	background: #f1f5f9;
	color: #7c3aed;
}

.fmpc-header-search .wp-block-search__button svg {
	width: 19px;
	height: 19px;
}

.fmpc-header-cta .wp-block-button__link {
	min-height: 38px;
	padding: 0.58rem 1.05rem;
	background: #7c3aed;
	box-shadow: 0 5px 14px rgba(124, 58, 237, 0.2);
	font-size: 0.8rem;
	font-weight: 800;
}

.fmpc-header-cta .wp-block-button__link:hover {
	background: #6d28d9;
	transform: translateY(-1px);
}

.fmpc-site-footer {
	position: static !important;
	width: 100%;
	margin: 0 !important;
	padding: clamp(3.5rem, 7vw, 5rem) max(1rem, calc((100vw - 1280px) / 2)) 1.75rem !important;
	flex: 0 0 auto;
	border-top: 1px solid #172033;
	background: #020617;
	color: #cbd5e1;
	transform: none !important;
	animation: none !important;
}

.fmpc-footer-grid {
	align-items: flex-start !important;
	gap: clamp(2rem, 5vw, 4rem) !important;
	margin: 0 auto 3rem !important;
}

.fmpc-brand--footer::before {
	background:
		linear-gradient(to top, #fff 0 100%) 9px 18px / 3px 7px no-repeat,
		linear-gradient(to top, #fff 0 100%) 15px 13px / 3px 12px no-repeat,
		linear-gradient(to top, #fff 0 100%) 21px 8px / 3px 17px no-repeat,
		#7c3aed;
}

.fmpc-brand--footer .wp-block-site-title a {
	color: #fff;
}

.fmpc-footer-brand .wp-block-site-tagline {
	display: none;
}

.fmpc-footer-description {
	max-width: 330px;
	margin-top: 1.1rem;
	color: #94a3b8;
	font-size: 0.84rem;
	line-height: 1.75;
}

.fmpc-footer-title {
	margin: 0 0 1.1rem;
	color: #fff;
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.fmpc-footer-navigation,
.fmpc-footer-navigation .wp-block-navigation__container {
	width: 100%;
	align-items: flex-start !important;
	gap: 0.72rem !important;
}

.fmpc-footer-navigation .wp-block-navigation-item__content {
	padding: 0 !important;
	color: #94a3b8;
	font-size: 0.82rem;
	font-weight: 500;
	text-decoration: none;
}

.fmpc-footer-navigation .wp-block-navigation-item__content:hover {
	color: #a78bfa;
}

.fmpc-footer-bottom {
	width: 100%;
	margin-inline: auto !important;
	padding-top: 1.5rem;
	border-top: 1px solid #1e293b;
	color: #64748b;
	font-size: 0.72rem;
}

.fmpc-footer-bottom p {
	margin: 0;
}

@media (max-width: 980px) {
	.fmpc-header-search,
	.fmpc-header-cta {
		display: none;
	}

	.fmpc-main-navigation {
		margin-left: auto;
	}

	.fmpc-footer-grid {
		flex-wrap: wrap !important;
	}

	.fmpc-footer-grid > .wp-block-column {
		min-width: calc(50% - 2rem);
		flex-basis: calc(50% - 2rem) !important;
	}
}

@media (max-width: 600px) {
	.fmpc-site-header > .fmpc-header-row {
		width: min(100% - 1.5rem, 1280px);
	}

	.fmpc-brand::before {
		width: 31px;
		height: 31px;
		flex-basis: 31px;
		background:
			linear-gradient(to top, #fff 0 100%) 8px 17px / 3px 6px no-repeat,
			linear-gradient(to top, #fff 0 100%) 14px 12px / 3px 11px no-repeat,
			linear-gradient(to top, #fff 0 100%) 20px 8px / 3px 15px no-repeat,
			#7c3aed;
	}

	.fmpc-brand .wp-block-site-title {
		max-width: 180px;
		overflow: hidden;
		font-size: 0.9rem !important;
		text-overflow: ellipsis;
	}

	.fmpc-main-navigation .wp-block-navigation__responsive-container.is-menu-open {
		background: #fff;
		color: #0f172a;
	}

	.fmpc-footer-grid {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
	}

	.fmpc-footer-grid > .wp-block-column {
		min-width: 0;
	}

	.fmpc-footer-brand {
		grid-column: 1 / -1;
	}

	.fmpc-footer-bottom {
		align-items: flex-start !important;
		flex-direction: column;
		gap: 0.35rem !important;
	}
}

/* Version 1.0.1 — preserve portrait screenshots and article photography. */
body.wp-theme-fmpc-theme .fmpc-featured-image {
	display: grid;
	place-items: center;
	background: #f1f5f9;
}

body.wp-theme-fmpc-theme .fmpc-featured-image img {
	display: block !important;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: min(760px, 82vh) !important;
	margin-inline: auto !important;
	aspect-ratio: auto !important;
	border-radius: 0 !important;
	object-fit: contain !important;
	object-position: center !important;
}

body.wp-theme-fmpc-theme .fmpc-article-content :where(figure.wp-block-image, .wp-block-image) {
	width: 100% !important;
	max-width: 100% !important;
	margin: clamp(1.75rem, 4vw, 2.5rem) auto !important;
	text-align: center;
}

body.wp-theme-fmpc-theme .fmpc-article-content :where(figure.wp-block-image, .wp-block-image) > a {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin-inline: auto;
}

body.wp-theme-fmpc-theme .fmpc-article-content img:not(.avatar) {
	display: block !important;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: min(960px, 86vh) !important;
	margin-inline: auto !important;
	aspect-ratio: auto !important;
	border-radius: 12px;
	object-fit: contain !important;
	object-position: center !important;
}

body.wp-theme-fmpc-theme .fmpc-article-content .wp-block-image figcaption {
	max-width: 720px;
	margin: 0.65rem auto 0;
	text-align: center;
}

@media (max-width: 600px) {
	body.wp-theme-fmpc-theme .fmpc-featured-image img {
		max-height: 78svh !important;
	}

	body.wp-theme-fmpc-theme .fmpc-article-content img:not(.avatar) {
		max-height: 88svh !important;
		border-radius: 9px;
	}
}

/* Version 1.1 — Google News identity, operator grid and fixed sidebar media. */
body.wp-theme-fmpc-theme .fmpc-article-meta {
	align-items: center !important;
	gap: 1rem 1.5rem !important;
	padding-block: 1rem;
	border-top: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
}

body.wp-theme-fmpc-theme .fmpc-article-meta-author {
	align-items: center;
	margin: 0;
}

body.wp-theme-fmpc-theme .fmpc-article-meta-author .wp-block-post-author__byline {
	color: #64748b;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.wp-theme-fmpc-theme .fmpc-article-meta-author .wp-block-post-author__name {
	font-size: 0.92rem;
	font-weight: 850;
}

body.wp-theme-fmpc-theme .fmpc-article-meta-author .wp-block-post-author__name a {
	color: #1d4ed8;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

body.wp-theme-fmpc-theme .fmpc-article-dates {
	color: #475569;
	font-size: 0.78rem;
	font-weight: 650;
}

body.wp-theme-fmpc-theme .fmpc-editorial-transparency {
	gap: 0.45rem 1rem !important;
	margin-top: 0.75rem !important;
	color: #64748b;
	font-size: 0.72rem;
	line-height: 1.45;
}

body.wp-theme-fmpc-theme .fmpc-editorial-transparency p {
	margin: 0;
}

body.wp-theme-fmpc-theme .fmpc-editorial-transparency a {
	color: #475569;
	font-weight: 750;
	text-decoration: underline;
}

body.wp-theme-fmpc-theme .fmpc-article-author-box {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 1.25rem;
	margin-top: 2.75rem;
	padding: clamp(1.35rem, 3vw, 1.8rem);
	border: 1px solid #dbeafe;
	border-left: 4px solid #2563eb;
	border-radius: 0 16px 16px 0;
	background: #f8fafc;
}

body.wp-theme-fmpc-theme .fmpc-article-author-box__identity {
	display: block;
	width: 72px;
	height: 72px;
	text-decoration: none;
}

body.wp-theme-fmpc-theme .fmpc-article-author-box__initials {
	display: grid;
	width: 72px;
	height: 72px;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(145deg, #2563eb, #7c3aed);
	color: #fff;
	font-size: 1.15rem;
	font-weight: 900;
	letter-spacing: 0.04em;
}

body.wp-theme-fmpc-theme .fmpc-article-author-box__eyebrow,
body.wp-theme-fmpc-theme .fmpc-article-author-box__role,
body.wp-theme-fmpc-theme .fmpc-article-author-box__bio {
	margin: 0;
}

body.wp-theme-fmpc-theme .fmpc-article-author-box__eyebrow {
	color: #2563eb;
	font-size: 0.67rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

body.wp-theme-fmpc-theme .fmpc-article-author-box h2 {
	margin: 0.2rem 0 0;
	font-size: 1.35rem;
	line-height: 1.2;
}

body.wp-theme-fmpc-theme .fmpc-article-author-box h2 a {
	color: #0f172a;
	text-decoration: none;
}

body.wp-theme-fmpc-theme .fmpc-article-author-box h2 a:hover {
	color: #1d4ed8;
	text-decoration: underline;
}

body.wp-theme-fmpc-theme .fmpc-article-author-box__role {
	margin-top: 0.25rem;
	color: #475569;
	font-size: 0.78rem;
	font-weight: 750;
}

body.wp-theme-fmpc-theme .fmpc-article-author-box__bio {
	margin-top: 0.75rem;
	color: #475569;
	font-size: 0.88rem;
	line-height: 1.65;
}

body.wp-theme-fmpc-theme .fmpc-article-author-box__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1rem;
	margin-top: 0.85rem;
}

body.wp-theme-fmpc-theme .fmpc-article-author-box__links a {
	color: #1d4ed8;
	font-size: 0.78rem;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

/* Sidebar cards never inherit the portrait ratio of their source image. */
body.wp-theme-fmpc-theme .fmpc-sidebar-news-card .wp-block-post-featured-image {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 10 !important;
	overflow: hidden !important;
	background: #e2e8f0;
}

body.wp-theme-fmpc-theme .fmpc-sidebar-news-card .wp-block-post-featured-image a {
	display: block;
	width: 100%;
	height: 100%;
}

body.wp-theme-fmpc-theme .fmpc-sidebar-news-card .wp-block-post-featured-image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	aspect-ratio: auto !important;
	border-radius: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
	transform: none !important;
}

body.wp-theme-fmpc-theme .fmpc-promo-card img {
	display: block;
	width: 100% !important;
	height: 118px !important;
	max-height: 118px !important;
	padding: 0.7rem;
	aspect-ratio: auto !important;
	border: 1px solid #f1f5f9;
	border-radius: 10px;
	background: #fff;
	object-fit: contain !important;
	object-position: center !important;
}

/* Editable operator cards on the native block home page. */
body.wp-theme-fmpc-theme .fmpc-home-operators {
	background: #fff;
}

body.wp-theme-fmpc-theme .fmpc-home-operators .fmpc-section-heading p:last-child {
	max-width: 780px;
	color: #64748b;
}

body.wp-theme-fmpc-theme .fmpc-home-operator-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 2rem !important;
}

body.wp-theme-fmpc-theme .fmpc-home-operator-card {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	grid-template-rows: auto 1fr;
	gap: 0.2rem 1rem;
	min-height: 148px;
	padding: 1.15rem;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #f8fafc;
}

body.wp-theme-fmpc-theme .fmpc-home-operator-logo {
	grid-row: 1 / 3;
	width: 92px !important;
	height: 92px;
	margin: 0 !important;
	padding: 0.65rem;
	align-self: center;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
}

body.wp-theme-fmpc-theme .fmpc-home-operator-logo img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	border-radius: 0 !important;
	object-fit: contain !important;
}

body.wp-theme-fmpc-theme .fmpc-home-operator-card h3 {
	margin: 0;
	align-self: end;
	font-size: 1.05rem;
	line-height: 1.25;
}

body.wp-theme-fmpc-theme .fmpc-home-operator-card p {
	margin: 0.35rem 0 0;
	color: #64748b;
	font-size: 0.78rem;
	line-height: 1.5;
}

@media (max-width: 980px) {
	body.wp-theme-fmpc-theme .fmpc-home-operator-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	body.wp-theme-fmpc-theme .fmpc-article-meta {
		align-items: flex-start !important;
		flex-direction: column;
	}

	body.wp-theme-fmpc-theme .fmpc-editorial-transparency {
		align-items: flex-start !important;
		flex-direction: column;
	}

	body.wp-theme-fmpc-theme .fmpc-article-author-box {
		grid-template-columns: 54px minmax(0, 1fr);
		gap: 1rem;
	}

	body.wp-theme-fmpc-theme .fmpc-article-author-box__identity,
	body.wp-theme-fmpc-theme .fmpc-article-author-box__initials {
		width: 54px;
		height: 54px;
	}

	body.wp-theme-fmpc-theme .fmpc-home-operator-grid {
		grid-template-columns: 1fr;
	}
}
