/*
Theme Name: resolvedMCFlamentWPTheme
Description: FSE theme for MCFlament migration from NextJS_CUBE.
Version: 0.5.180
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: resolvedmcflamentwptheme
*/

:root {
  --mcf-layout-site-max-width: 80rem;
  --mcf-layout-header-height: 2.75rem;
  --mcf-layout-header-offset: 5.75rem;
  --mcf-hero-home-min-height: 28.125rem;
  --mcf-hero-inner-min-height-small: 18.75rem;
  --mcf-hero-inner-min-height-medium: 18.75rem;
  --mcf-hero-inner-min-height-large: 40.625rem;
  --mcf-radius-m: 0.5rem;
  --mcf-radius-l: 0.75rem;
  --mcf-radius-pill: 999px;
  --mcf-color-accent-red: #e8002d;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2") format("woff2");
}

.editor-styles-wrapper.post-type-domaine,
.editor-styles-wrapper.post-type-pilier {
  --wp--style--global--content-size: var(--wp--style--global--wide-size, 80rem);
}

.block-editor-iframe__body.editor-styles-wrapper.post-type-domaine,
.block-editor-iframe__body.editor-styles-wrapper.post-type-pilier {
  --wp--style--global--content-size: var(--wp--style--global--wide-size, 80rem) !important;
}

.editor-styles-wrapper.post-type-domaine .is-root-container.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.editor-styles-wrapper.post-type-pilier .is-root-container.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size) !important;
}

.editor-styles-wrapper.post-type-domaine .is-root-container.is-layout-flow > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.editor-styles-wrapper.post-type-pilier .is-root-container.is-layout-flow > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--wide-size, 80rem) !important;
}

header.wp-block-template-part {
  position: sticky;
  top: 0;
  z-index: 100;
}

.wp-site-blocks > footer.wp-block-template-part {
  margin-block-start: 0 !important;
}

.editor-styles-wrapper .wp-site-blocks > footer.wp-block-template-part {
  margin-block-start: 0 !important;
}

.mcf-site-header {
  position: relative;
  background: transparent;
  backdrop-filter: blur(0);
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
}

body.mcf-scrolled .mcf-site-header {
  background: rgb(26, 42, 94);
  backdrop-filter: blur(8px);
  box-shadow: 0 0.6rem 1.4rem rgba(17, 24, 39, 0.22);
}

html.has-modal-open .mcf-site-header,
body.has-modal-open .mcf-site-header,
.mcf-site-header:has(.wp-block-navigation__responsive-container.is-menu-open) {
  background: rgb(26, 42, 94);
  backdrop-filter: blur(8px);
  box-shadow: 0 0.6rem 1.4rem rgba(17, 24, 39, 0.22);
}

.mcf-site-header__inner {
  width: min(100% - 2rem, var(--mcf-layout-site-max-width));
  margin-inline: auto;
  gap: var(--wp--preset--spacing--m);
  min-height: var(--mcf-layout-header-height);
}

.mcf-site-header__brand {
  margin: 0;
}

body.home:not(.mcf-scrolled) .mcf-site-header__brand,
body.front-page:not(.mcf-scrolled) .mcf-site-header__brand {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.mcf-site-header__brand .wp-block-site-logo img,
.mcf-site-header__brand .wp-block-image img {
  width: clamp(8.5rem, 17vw, 10.5rem);
  height: auto;
}

.mcf-site-header .wp-block-navigation {
  align-items: center;
  display: flex;
  font-size: 0.96rem;
}

.mcf-site-header .wp-block-navigation__container {
  gap: 0;
}

@media (min-width: 64rem) {
  .mcf-site-header .wp-block-navigation__container > .wp-block-navigation-item + .wp-block-navigation-item {
    margin-left: 2.5rem;
  }
}

.mcf-site-header .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content,
.mcf-site-header .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-submenu__toggle {
  display: inline-flex;
  align-items: center;
  min-height: var(--mcf-layout-header-height);
  padding: 0;
  color: var(--wp--preset--color--on-brand);
  font-family: var(--wp--preset--font-family--primary);
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.mcf-site-header .wp-block-navigation-item__label {
  line-height: inherit;
  text-decoration: inherit;
}

.mcf-site-header .wp-block-navigation__submenu-container {
  min-width: 20rem;
  border-radius: var(--mcf-radius-l);
  background: var(--wp--preset--color--surface);
  box-shadow: 0 1rem 2rem rgba(17, 24, 39, 0.16);
  padding: var(--wp--preset--spacing--s);
}

.mcf-site-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  border-radius: var(--mcf-radius-m);
  color: var(--wp--preset--color--brand-strong);
  padding: 0.5rem 0.75rem;
}

.mcf-site-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover,
.mcf-site-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content:focus-visible {
  background: var(--wp--preset--color--surface-muted);
}

.mcf-site-header .wp-block-navigation__responsive-container {
  background: var(--wp--preset--color--brand-strong);
  color: var(--wp--preset--color--on-brand);
}

@media (max-width: 63.999rem) {
  html.has-modal-open .mcf-site-header__brand,
  body.has-modal-open .mcf-site-header__brand,
  .mcf-site-header:has(.wp-block-navigation__responsive-container.is-menu-open) .mcf-site-header__brand {
    display: none;
  }

  .mcf-site-header__inner {
    justify-content: space-between;
  }

  .mcf-site-header .wp-block-navigation {
    width: auto;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .mcf-site-header .wp-block-navigation:has(.wp-block-navigation__responsive-container.is-menu-open) {
    width: 100%;
  }

  .mcf-site-header .wp-block-navigation__responsive-container-open:not(.always-shown),
  .mcf-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 4.75rem;
    padding: 0.375rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    background: transparent;
    color: var(--wp--preset--color--on-brand);
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
  }

  .mcf-site-header .wp-block-navigation__responsive-container-open:not(.always-shown) svg,
  .mcf-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close svg {
    display: none;
  }

  .mcf-site-header .wp-block-navigation__responsive-container-open:not(.always-shown)::before {
    content: "Menu";
  }

  .mcf-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close::before {
    content: "Fermer";
  }

  .mcf-site-header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    position: relative;
    margin-left: auto;
    margin-top: 0;
    align-self: center;
    z-index: 2;
  }

  .mcf-site-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .mcf-site-header .wp-block-navigation__responsive-container.is-menu-open {
    display: block !important;
    position: relative !important;
    inset: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding: 0 0 1.1rem;
    background: rgb(26, 42, 94) !important;
    backdrop-filter: none;
    color: var(--wp--preset--color--on-brand) !important;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
  }

  .mcf-site-header .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background: rgb(26, 42, 94) !important;
  }

  .mcf-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    position: relative;
    z-index: 2;
    align-items: flex-start;
    padding-top: 2.2rem;
  }

  .mcf-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 0.6rem;
    right: 0;
    z-index: 40;
    pointer-events: auto;
  }

  html.has-modal-open .mcf-site-header .wp-block-navigation__responsive-container-open:not(.always-shown),
  body.has-modal-open .mcf-site-header .wp-block-navigation__responsive-container-open:not(.always-shown),
  .mcf-site-header .wp-block-navigation:has(.wp-block-navigation__responsive-container.is-menu-open) .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }

  .mcf-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
  .mcf-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
  .mcf-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list,
  .mcf-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left;
  }

  .mcf-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    width: auto;
    text-align: left;
  }

  .mcf-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-submenu__toggle {
    display: none !important;
  }

  .mcf-site-header .wp-block-navigation__responsive-container.is-menu-open .has-child > .wp-block-navigation__submenu-container {
    display: flex !important;
    position: relative;
    z-index: 3;
    width: auto;
    min-width: 0;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    margin-top: 0.35rem;
    padding: 0.2rem 0 0.55rem 0.45rem;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
  }

  .mcf-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    color: var(--wp--preset--color--on-brand) !important;
    padding: 0.35rem 0.5rem;
  }

  .mcf-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover,
  .mcf-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content:focus-visible {
    background: rgba(255, 255, 255, 0.14);
  }
}

.mcf-home-hero {
  position: relative;
  overflow: hidden;
  min-height: var(--mcf-hero-home-min-height);
  margin-top: calc(var(--mcf-layout-header-offset) * -1);
}

.wp-site-blocks > .mcf-home-hero {
  margin-block-start: calc(var(--mcf-layout-header-offset) * -1) !important;
}

.mcf-home-hero__media {
  position: absolute;
  inset: 0;
}

.mcf-home-hero__media.is-layout-flow > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.mcf-home-hero.is-layout-flow > .mcf-home-hero__inner {
  margin-block-start: 0 !important;
}

.mcf-home-hero.is-layout-flow > * {
  margin-block-start: 0 !important;
}

.mcf-home-hero__image,
.mcf-home-hero__image .wp-block-image,
.mcf-home-hero__image img {
  height: 100%;
}

.mcf-home-hero__image {
  margin: 0;
  width: 100%;
}

.mcf-home-hero__image img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.mcf-home-hero__media:has(.mcf-home-hero__featured img) .mcf-home-hero__fallback {
  display: none;
}

.mcf-home-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(192, 209, 250, 1) 0%, rgba(36, 53, 132, 0.8) 33%);
}

.mcf-home-hero__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: min(100% - 3rem, var(--mcf-layout-site-max-width));
  min-height: inherit;
  margin-inline: auto;
  padding-top: var(--wp--preset--spacing--3-xl);
  padding-bottom: var(--wp--preset--spacing--xl);
}

.mcf-home-hero__content-grid {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--l);
  width: 100%;
}

.mcf-home-hero__brand {
  max-width: 42rem;
}

.mcf-home-hero__logo {
  margin: 0 0 0.5rem;
}

.mcf-home-hero__logo img {
  display: block;
  width: clamp(11rem, 26vw, 20rem);
  height: auto;
  object-fit: contain;
}

.mcf-home-hero__tagline {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.125rem, 2.2vw, 1.65rem);
  font-weight: 300;
}

.mcf-home-hero__cta-wrap {
  display: flex;
}

.mcf-home-hero__cta .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.125rem 2.25rem;
  border-radius: var(--mcf-radius-pill);
  color: var(--wp--preset--color--on-brand);
  background-color: var(--mcf-color-accent-red);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.mcf-home-hero__cta .wp-block-button__link:hover,
.mcf-home-hero__cta .wp-block-button__link:focus-visible {
  background-color: #b91c1c;
  transform: translateY(-2px);
}

.editor-styles-wrapper .mcf-home-hero {
  position: relative;
  overflow: hidden;
}

.editor-styles-wrapper .mcf-home-hero .mcf-home-hero__media {
  position: absolute !important;
  inset: 0;
  z-index: 0;
}

.editor-styles-wrapper .mcf-home-hero .mcf-home-hero__overlay {
  position: absolute !important;
  inset: 0;
  z-index: 1;
  display: block;
}

.editor-styles-wrapper .mcf-home-hero .mcf-home-hero__inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  align-items: center;
}

.editor-styles-wrapper .mcf-home-hero .mcf-home-hero__image,
.editor-styles-wrapper .mcf-home-hero .mcf-home-hero__image .wp-block-image,
.editor-styles-wrapper .mcf-home-hero .mcf-home-hero__image img {
  height: 100% !important;
}

.editor-styles-wrapper .mcf-home-hero .mcf-home-hero__image img {
  width: 100%;
  object-fit: cover;
}

.editor-styles-wrapper .mcf-home-hero .mcf-home-hero__content-grid {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--l);
  width: 100%;
}

@media (min-width: 48rem) {
  .mcf-home-hero__content-grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: var(--wp--preset--spacing--xl);
  }

  .mcf-home-hero__cta-wrap {
    justify-content: flex-end;
  }

  .editor-styles-wrapper .mcf-home-hero .mcf-home-hero__content-grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: var(--wp--preset--spacing--xl);
  }

  .editor-styles-wrapper .mcf-home-hero .mcf-home-hero__cta-wrap {
    justify-content: flex-end;
  }
}

@media (max-width: 48rem) {
  .mcf-home-hero__inner {
    width: min(100% - 2rem, var(--mcf-layout-site-max-width));
    padding-top: calc(var(--mcf-layout-header-offset) + var(--wp--preset--spacing--xl));
    padding-bottom: 3rem;
  }
}

.mcf-home-services {
  position: relative;
  z-index: 2;
  width: min(100% - 2rem, var(--mcf-layout-site-max-width));
  margin-top: -5rem;
  margin-block-start: -5rem;
  margin-inline: auto;
}

.wp-block-group.is-layout-flow > .mcf-home-services,
.editor-styles-wrapper .wp-block-group.is-layout-flow > .mcf-home-services {
  margin-block-start: -5rem !important;
}

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

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

.mcf-home-services__grid {
  display: grid;
  gap: var(--wp--preset--spacing--m);
}

.mcf-home-services__grid.is-layout-flow > * {
  margin-block-start: 0;
}

.mcf-service-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: var(--wp--preset--spacing--s);
  padding: var(--wp--preset--spacing--l);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.mcf-service-card.is-layout-flow > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.mcf-service-card__icon {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-inline: auto;
  border-radius: var(--mcf-radius-pill);
  color: var(--wp--preset--color--on-brand);
  background: var(--wp--preset--color--brand);
  font-family: "Material Symbols Outlined", sans-serif;
  font-feature-settings: "liga";
  font-size: 1.45rem;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-weight: 400;
  line-height: 1;
}

.mcf-service-card__title {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.mcf-service-card__description {
  color: #64748b;
  font-size: 0.96rem;
  line-height: 1.5;
}

.mcf-service-card__link-wrap {
  margin: 0;
}

.mcf-service-card__link {
  align-items: center;
  color: var(--wp--preset--color--on-surface);
  display: inline-flex;
  font-size: 0.95rem;
  gap: 0.5rem;
  font-weight: 600;
  text-decoration: none;
}

.mcf-service-card__link::after {
  content: "arrow_forward";
  display: inline-block;
  direction: ltr;
  font-family: "Material Symbols Outlined";
  font-feature-settings: normal;
  font-size: 1rem;
  font-style: normal;
  font-variation-settings: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  transform: translateX(0);
  transition: transform 0.18s ease;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
}

.mcf-service-card__link:hover,
.mcf-service-card__link:focus-visible {
  color: var(--wp--preset--color--primary);
}

.mcf-service-card__link:hover::after,
.mcf-service-card__link:focus-visible::after {
  transform: translateX(0.125rem);
}

.mcf-home-articles {
  width: min(100% - 2rem, var(--mcf-layout-site-max-width));
  margin-inline: auto;
  padding-top: var(--wp--preset--spacing--xl);
  padding-bottom: var(--wp--preset--spacing--xl);
}

.mcf-home-articles__title {
  margin: 0 0 var(--wp--preset--spacing--l);
  color: var(--wp--preset--color--brand-strong);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.18;
}

.mcf-home-articles__grid {
  display: grid;
  gap: var(--wp--preset--spacing--m);
}

.mcf-home-articles__grid.wp-block-post-template {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mcf-home-articles__grid.wp-block-post-template > li {
  margin: 0;
}

.mcf-home-articles__grid.is-layout-flow > * {
  margin-block-start: 0;
}

.mcf-home-article-card {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(26, 42, 94, 0.12);
}

.mcf-home-article-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 25%, rgba(0, 0, 0, 0.55) 100%);
}

.mcf-home-article-card.is-layout-flow > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.mcf-home-article-card__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.mcf-home-article-card__image img,
.mcf-home-article-card__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.mcf-home-article-card__image img {
  object-fit: cover;
}

.mcf-home-article-card__category {
  position: absolute;
  top: var(--wp--preset--spacing--m);
  left: var(--wp--preset--spacing--m);
  z-index: 2;
  margin: 0;
  padding: 0.25rem 0.75rem;
  border-radius: var(--mcf-radius-pill);
  color: var(--wp--preset--color--on-brand);
  background: var(--wp--preset--color--primary);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mcf-home-article-card__category a {
  color: inherit;
  text-decoration: none;
}

.mcf-home-article-card__content {
  position: absolute;
  right: var(--wp--preset--spacing--m);
  bottom: var(--wp--preset--spacing--m);
  left: var(--wp--preset--spacing--m);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.mcf-home-article-card__content.is-layout-flow > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.mcf-home-article-card__date {
  margin: 0;
  color: var(--wp--preset--color--on-brand);
  font-size: 0.78rem;
  line-height: 1.2;
  opacity: 0.92;
}

.mcf-home-article-card__date a {
  color: inherit;
  text-decoration: none;
}

.mcf-home-article-card__title {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  line-height: 1.35;
}

.mcf-home-article-card__title a {
  color: var(--wp--preset--color--on-brand);
  text-decoration: none;
}

.mcf-home-article-card__title a:hover,
.mcf-home-article-card__title a:focus-visible {
  color: var(--wp--preset--color--primary);
}

.mcf-cta-rail {
  justify-content: flex-end;
  margin-top: calc(var(--wp--preset--spacing--m) * -1);
  position: relative;
  z-index: 2;
}

.mcf-cta-rail .mcf-cta-rail__button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: var(--wp--preset--spacing--s);
  padding: 1.1rem 2rem;
  color: var(--wp--preset--color--on-brand);
  background: var(--mcf-color-accent-red);
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.mcf-cta-rail .mcf-cta-rail__button .wp-block-button__link:hover,
.mcf-cta-rail .mcf-cta-rail__button .wp-block-button__link:focus-visible {
  background: #b91c1c;
  transform: translateX(0.25rem);
}

.editor-styles-wrapper .mcf-home-article-card {
  position: relative;
  overflow: hidden;
}

.editor-styles-wrapper .mcf-home-article-card .mcf-home-article-card__image {
  position: absolute !important;
  inset: 0;
}

.editor-styles-wrapper .mcf-home-article-card .mcf-home-article-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editor-styles-wrapper .mcf-home-article-card .mcf-home-article-card__category {
  position: absolute !important;
  top: var(--wp--preset--spacing--m) !important;
  left: var(--wp--preset--spacing--m) !important;
  right: auto !important;
  width: auto !important;
  max-width: calc(100% - 2rem);
  display: inline-flex !important;
  align-items: center;
  border-radius: var(--mcf-radius-pill) !important;
  overflow: hidden;
}

.editor-styles-wrapper .mcf-home-article-card .mcf-home-article-card__date {
  margin: 0 !important;
}

.editor-styles-wrapper .mcf-home-article-card .mcf-home-article-card__content {
  position: absolute !important;
  right: var(--wp--preset--spacing--m) !important;
  bottom: var(--wp--preset--spacing--m) !important;
  left: var(--wp--preset--spacing--m) !important;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.editor-styles-wrapper .mcf-home-article-card .mcf-home-article-card__content.is-layout-flow > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.editor-styles-wrapper .mcf-home-article-card .mcf-home-article-card__title {
  top: auto !important;
  margin: 0 !important;
}

@media (max-width: 48rem) {
  .mcf-service-card {
    background: var(--wp--preset--color--surface);
    border-color: #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 48rem) {
  .mcf-service-card {
    min-height: 18.5rem;
  }

  .mcf-home-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--wp--preset--spacing--l);
  }

  .mcf-home-articles__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--wp--preset--spacing--l);
  }
}

.mcf-domain-top-intro {
  width: min(100% - 2rem, var(--mcf-layout-site-max-width));
  margin-block-start: 0;
  margin-inline: auto;
  padding-top: 30px;
  padding-bottom: var(--wp--preset--spacing--xl);
}

.mcf-domain-pillar-nav {
  width: 100%;
  margin: 0;
  padding: 0 0 15px;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}

.mcf-post-body-section__article .mcf-domain-pillar-nav {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

body:has(.mcf-domain-pillar-nav),
body:has(.mcf-domain-pillars-section) {
  overflow-x: clip;
}

.mcf-domain-pillar-nav__details {
  margin: 0;
}

.mcf-domain-pillar-nav__details.is-layout-flow > .mcf-domain-pillar-nav__inner,
.mcf-domain-pillar-nav__details > .mcf-domain-pillar-nav__inner {
  margin-block-start: 0 !important;
}

.mcf-domain-pillar-nav__details > summary {
  display: none;
}

.mcf-domain-pillar-nav__details:not([open]) > .mcf-domain-pillar-nav__inner {
  display: flex;
}

.mcf-domain-pillar-nav__inner {
  width: min(100% - 2rem, var(--mcf-layout-site-max-width));
  margin-top: 0;
  margin-inline: auto;
  column-gap: 48px;
  row-gap: 0;
  padding: 1rem 0 0;
}

.mcf-domain-pillar-nav__inner.is-layout-flex {
  align-items: center;
  gap: 0 48px !important;
}

.mcf-domain-pillar-nav__inner > .mcf-domain-pillar-nav-item {
  margin: 0;
  white-space: nowrap;
}

.mcf-domain-pillar-nav-item.is-layout-flow > * {
  margin: 0;
}

.mcf-domain-pillar-nav-item p {
  margin: 0;
  color: #475569;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.mcf-domain-pillar-nav__inner a {
  color: #475569;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: color 0.2s ease;
}

.mcf-domain-pillar-nav__inner a:hover,
.mcf-domain-pillar-nav__inner a:focus-visible {
  color: var(--wp--preset--color--primary);
}

.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-domain-pillar-nav {
  width: 100%;
}

.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-domain-pillar-nav__details > summary {
  display: none;
}

.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-domain-pillar-nav__details {
  display: block !important;
}

.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-domain-pillar-nav__details:not([open]) > .mcf-domain-pillar-nav__inner,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-domain-pillar-nav__details > .mcf-domain-pillar-nav__inner.is-layout-flex {
  display: flex !important;
}

@media (max-width: 48rem) {
  .mcf-domain-pillar-nav {
    padding-bottom: 0;
  }

  .mcf-domain-pillar-nav__details {
    width: 100%;
  }

  .mcf-domain-pillar-nav__details > summary {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0.75rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    color: #475569;
    background: #f8fafc;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    list-style: none;
    cursor: pointer;
  }

  .mcf-domain-pillar-nav__details > summary::-webkit-details-marker {
    display: none;
  }

  .mcf-domain-pillar-nav__details > summary::before {
    content: "\2630";
    margin-right: 0.6rem;
    color: #64748b;
    font-size: 0.95rem;
  }

  .mcf-domain-pillar-nav__details > summary::after {
    content: "\25BE";
    margin-left: auto;
    color: #64748b;
    font-size: 0.9rem;
    transition: transform 0.2s ease;
  }

  .mcf-domain-pillar-nav__details[open] > summary::after {
    transform: rotate(180deg);
  }

  .mcf-domain-pillar-nav__inner {
    width: 100%;
    margin-top: 0;
    justify-content: stretch;
    flex-wrap: nowrap;
    overflow-x: visible;
    row-gap: 0;
    column-gap: 0;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #ffffff;
  }

  .mcf-domain-pillar-nav__inner.is-layout-flex {
    display: none;
    flex-direction: column;
    gap: 0 !important;
  }

  .mcf-domain-pillar-nav__details:not([open]) > .mcf-domain-pillar-nav__inner.is-layout-flex {
    display: none;
  }

  .mcf-domain-pillar-nav__details[open] > .mcf-domain-pillar-nav__inner.is-layout-flex {
    display: flex;
  }

  .mcf-domain-pillar-nav-item {
    width: 100%;
    white-space: normal;
    border-bottom: 1px solid #f1f5f9;
  }

  .mcf-domain-pillar-nav-item:last-child {
    border-bottom: 0;
  }

  .mcf-domain-pillar-nav-item p,
  .mcf-domain-pillar-nav-item a {
    display: block;
    padding: 0.8rem 1rem;
    line-height: 1.2;
  }

  .mcf-domain-pillars-section__title,
  .mcf-post-body-section__article .mcf-domain-pillars-section__title,
  .editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-domain-pillars-section__title {
    margin-bottom: var(--wp--preset--spacing--l) !important;
    font-size: clamp(1.875rem, 8vw, 2rem) !important;
    line-height: 1.16;
  }

  .mcf-domain-top-intro {
    padding-top: 30px;
  }
}

.mcf-post-body-section {
  margin-block-start: 0;
}

.mcf-post-body-section__article .mcf-domain-top-intro,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-domain-top-intro {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

.mcf-domain-top-intro__layout {
  align-items: stretch;
}

.mcf-domain-top-intro__layout.are-vertically-aligned-center > .mcf-domain-top-intro__content,
.mcf-domain-top-intro__layout.are-vertically-aligned-center > .mcf-domain-top-intro__media {
  align-self: stretch !important;
}

.mcf-domain-top-intro__content {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--m);
}

.mcf-domain-top-intro__content .wp-block-buttons {
  margin-top: auto;
}

.mcf-domain-top-intro__content.is-layout-flow > * {
  margin: 0;
}

.mcf-domain-top-intro__content.is-layout-flow > .wp-block-buttons {
  margin-top: auto !important;
}

.mcf-domain-top-intro__content p {
  color: #334155;
  font-size: 18px;
  line-height: 1.75;
}

.mcf-post-body-section__article .mcf-domain-top-intro__content p,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-domain-top-intro__content p {
  font-size: 18px !important;
}

.mcf-domain-top-intro__cta .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.9rem;
  border-radius: var(--mcf-radius-pill);
  color: var(--wp--preset--color--on-brand);
  background: var(--mcf-color-accent-red);
  font-weight: 700;
  text-decoration: none;
}

.mcf-domain-top-intro__cta .wp-block-button__link:hover,
.mcf-domain-top-intro__cta .wp-block-button__link:focus-visible {
  background: #b91c1c;
}

.mcf-domain-top-intro__image {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(26, 42, 94, 0.2);
}

.mcf-domain-top-intro__image img {
  display: block;
  width: 100%;
  min-height: 24rem;
  object-fit: cover;
}

.mcf-domain-pillars-section {
  width: 100%;
  padding-block: var(--wp--preset--spacing--xl);
  background: var(--wp--preset--color--surface-muted);
}

.mcf-post-body-section__article .mcf-domain-pillars-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-domain-pillars-section {
  width: 100%;
}

.mcf-domain-pillars-section.is-layout-flow > * {
  margin-block-start: 0;
}

.mcf-domain-pillars-section__title {
  width: min(100% - 2rem, var(--mcf-layout-site-max-width));
  margin: 0 auto 64px;
  border-left: 0;
  color: var(--wp--preset--color--brand-strong);
  font-family: Inter, sans-serif;
  font-feature-settings: normal;
  font-size: 36px;
  font-variation-settings: normal;
  font-weight: 700;
  font-style: normal;
  padding-inline-start: 0;
}

.mcf-domain-pillars-grid {
  width: min(100% - 2rem, var(--mcf-layout-site-max-width));
  margin-inline: auto;
  display: grid;
  gap: var(--wp--preset--spacing--m);
}

.mcf-domain-pillars-grid.is-layout-flow > * {
  margin-block-start: 0;
}

.mcf-domain-pillar-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: var(--wp--preset--spacing--s);
  padding: var(--wp--preset--spacing--l);
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  background: var(--wp--preset--color--surface);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1), 0 4px 10px rgba(15, 23, 42, 0.06);
}

.mcf-post-body-section__article .mcf-domain-pillars-section__title,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-domain-pillars-section__title {
  margin-bottom: 64px !important;
  font-family: Inter, sans-serif !important;
  font-feature-settings: normal !important;
  font-size: 36px !important;
  font-variation-settings: normal !important;
  font-weight: 700 !important;
  border-left: 0;
  font-style: normal;
  padding-inline-start: 0;
}

.mcf-domain-pillar-card.is-layout-flow > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.mcf-post-body-section__article .mcf-domain-pillar-nav,
.mcf-post-body-section__article .mcf-domain-pillars-section,
.mcf-pilier-faq-section.alignfull,
.mcf-pilier-cta-section.alignfull {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 48rem) {
  .mcf-pilier-faq-section.alignfull,
  .mcf-pilier-cta-section.alignfull {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .mcf-post-body-section__article .mcf-domain-pillar-nav,
  .mcf-post-body-section__article .mcf-domain-pillars-section {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .mcf-domain-pillars-section__title,
  .mcf-post-body-section__article .mcf-domain-pillars-section__title,
  .editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-domain-pillars-section__title {
    margin-bottom: var(--wp--preset--spacing--l) !important;
    font-size: clamp(1.875rem, 8vw, 2rem) !important;
    line-height: 1.16;
  }
}

.mcf-domain-pillar-card__icon {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin: 0;
  border-radius: var(--mcf-radius-pill);
  color: var(--mcf-color-accent-red);
  background: color-mix(in srgb, var(--mcf-color-accent-red) 12%, white);
  font-family: "Material Symbols Outlined", sans-serif;
  font-feature-settings: "liga";
  font-size: 1.2rem;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-weight: 400;
  line-height: 1;
}

.mcf-domain-pillar-card__title {
  color: var(--wp--preset--color--brand-strong);
  font-family: Inter, sans-serif;
  font-feature-settings: normal;
  font-size: 20px;
  font-variation-settings: normal;
  font-weight: 700;
  font-style: normal;
  line-height: 1.35;
}

.mcf-post-body-section__article .mcf-domain-pillar-card__title,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-domain-pillar-card__title {
  font-family: Inter, sans-serif !important;
  font-feature-settings: normal !important;
  font-size: 20px !important;
  font-variation-settings: normal !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.mcf-domain-pillar-card__description {
  color: #475569;
  font-size: 0.96rem;
  line-height: 1.6;
}

.mcf-domain-pillar-card__link-wrap {
  margin: 0;
}

.mcf-domain-pillar-card__link {
  color: var(--wp--preset--color--brand-strong);
  font-weight: 600;
  text-decoration: none;
}

.mcf-domain-pillar-card__link-wrap a {
  color: var(--wp--preset--color--brand-strong);
  font-weight: 600;
  text-decoration: none;
}

.mcf-domain-pillar-card__link:hover,
.mcf-domain-pillar-card__link:focus-visible,
.mcf-domain-pillar-card__link-wrap a:hover,
.mcf-domain-pillar-card__link-wrap a:focus-visible {
  color: var(--wp--preset--color--primary);
}

@media (max-width: 48rem) {
  .mcf-domain-top-intro {
    padding-top: 0;
    padding-bottom: var(--wp--preset--spacing--l);
  }

  .mcf-domain-top-intro__image img {
    min-height: 18rem;
  }
}

@media (min-width: 48rem) {
  .mcf-domain-pillars-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--wp--preset--spacing--l);
  }
}

.mcf-pilier-content-section {
  display: block;
  align-self: flex-start;
}

.mcf-pilier-content-section > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.mcf-pilier-content-section > * + * {
  margin-block-start: 24px;
}

.mcf-pilier-content-section ul.wp-block-list {
  margin-bottom: 32px;
}

.mcf-pilier-main-layout {
  display: flex;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--2xl);
}

.mcf-pilier-main-layout > .mcf-pilier-content-section {
  flex: 1 1 65%;
  min-width: 0;
}

.mcf-pilier-main-layout > .mcf-pilier-aside-stack {
  flex: 0 1 35%;
  min-width: min(100%, 19rem);
}

.mcf-pilier-content-section p + p {
  margin-block-start: 12px;
}

.mcf-pilier-content-section p + h2,
.mcf-pilier-content-section p + h3 {
  margin-block-start: 32px;
}

.mcf-post-body-section__article .mcf-pilier-content-section p + h2,
.mcf-post-body-section__article .mcf-pilier-content-section p + h3,
.editor-styles-wrapper .mcf-pilier-content-section p + h2,
.editor-styles-wrapper .mcf-pilier-content-section p + h3 {
  margin-block-start: 32px;
}

.mcf-post-body-section__article .mcf-pilier-content-section h2,
.mcf-post-body-section__article .mcf-pilier-content-section h3,
.editor-styles-wrapper .mcf-pilier-content-section h2,
.editor-styles-wrapper .mcf-pilier-content-section h3,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-pilier-content-section h2,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-pilier-content-section h3 {
  margin-block-start: 0;
  margin-bottom: var(--wp--preset--spacing--m);
  border-left: 0;
  padding-inline-start: 0;
  color: var(--wp--preset--color--brand-strong);
  font-family: var(--wp--preset--font-family--primary);
  font-feature-settings: normal;
  font-size: 30px;
  font-style: normal;
  font-variation-settings: normal;
  font-weight: 400;
  line-height: 1.2;
}

.mcf-pilier-service-grid {
  display: grid;
  align-items: start;
  margin-top: 24px;
  gap: var(--wp--preset--spacing--m);
}

.mcf-pilier-service-grid.is-layout-flow > * {
  margin-block-start: 0 !important;
}

.mcf-pilier-service-grid.is-layout-flow > * + * {
  margin-block-start: 0 !important;
}

.mcf-pilier-service-grid > * {
  margin: 0 !important;
}

.mcf-pilier-service-item,
.mcf-pilier-service-item.is-layout-flex {
  align-items: flex-start;
  gap: var(--wp--preset--spacing--s);
}

.mcf-pilier-service-item__icon {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin: 0;
  border-radius: var(--mcf-radius-pill);
  color: var(--mcf-color-accent-red);
  background: color-mix(in srgb, var(--mcf-color-accent-red) 12%, white);
  font-family: "Material Symbols Outlined", sans-serif;
  font-feature-settings: "liga";
  font-size: 1.2rem;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-weight: 400;
  line-height: 1;
}

.mcf-pilier-service-item__body {
  align-self: stretch;
  width: 100%;
}

.mcf-pilier-service-item__body > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.mcf-pilier-service-item__body > * + * {
  margin-block-start: 0.4rem;
}

.mcf-pilier-service-item__body h4 {
  color: var(--wp--preset--color--brand-strong);
  font-family: Inter, sans-serif;
  font-feature-settings: normal;
  font-size: 16px;
  font-variation-settings: normal;
  font-weight: 700;
  line-height: 1.35;
}

.mcf-pilier-service-item__body p {
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.55;
}

.mcf-pilier-faq-section {
  padding: var(--wp--preset--spacing--l) 0;
  background: var(--wp--preset--color--surface-muted);
}

.mcf-pilier-faq-section.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.editor-styles-wrapper .mcf-pilier-faq-section.alignfull,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-pilier-faq-section.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.mcf-pilier-faq-section__inner {
  width: min(100% - 2rem, 64rem);
  margin-inline: auto;
}

.mcf-pilier-faq-section__title {
  margin: 0 0 48px;
  border-left: 0;
  padding-inline-start: 0;
  color: var(--wp--preset--color--brand-strong);
  font-family: Inter, sans-serif;
  font-feature-settings: normal;
  font-size: 30px;
  font-style: normal;
  font-variation-settings: normal;
  font-weight: 400;
  line-height: 1.25;
}

.mcf-pilier-faq-item {
  margin: 0;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.mcf-pilier-faq-item + .mcf-pilier-faq-item {
  margin-top: var(--wp--preset--spacing--s);
}

.mcf-pilier-faq-item > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: var(--wp--preset--spacing--m) var(--wp--preset--spacing--l);
  color: var(--wp--preset--color--brand-strong);
  font-family: Inter, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  cursor: pointer;
}

.mcf-pilier-faq-item > summary::-webkit-details-marker {
  display: none;
}

.mcf-pilier-faq-item > summary::after {
  content: "\2039";
  color: #64748b;
  font-size: 1rem;
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}

.mcf-pilier-faq-item[open] > summary::after {
  transform: rotate(90deg);
}

.mcf-pilier-faq-item > :not(summary) {
  margin: 0;
  padding: 0 var(--wp--preset--spacing--l) var(--wp--preset--spacing--m);
  color: #475569;
  line-height: 1.65;
}

.mcf-pilier-faq-item > :not(summary).is-layout-flow > * {
  margin-block-start: 0;
}

.mcf-pilier-faq-item > :not(summary).is-layout-flow > * + * {
  margin-block-start: 0.65rem;
}

.mcf-pilier-cta-section {
  padding: var(--wp--preset--spacing--xl) 0;
  background: var(--wp--preset--color--brand-strong);
}

.mcf-pilier-cta-section.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.editor-styles-wrapper .mcf-pilier-cta-section.alignfull,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-pilier-cta-section.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.mcf-pilier-cta-section__inner {
  width: min(100% - 2rem, 64rem);
  margin-inline: auto;
  text-align: center;
}

.mcf-pilier-cta-section__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  line-height: 1.2;
}

.mcf-pilier-cta-section__subtitle {
  margin: var(--wp--preset--spacing--m) auto 0;
  max-width: 48rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.75;
  text-align: center;
}

.mcf-pilier-cta-section .wp-block-buttons {
  margin-top: var(--wp--preset--spacing--l);
  justify-content: center;
}

.mcf-pilier-cta-section__button .wp-block-button__link {
  border-radius: var(--mcf-radius-pill);
  padding: 0.9rem 1.9rem;
  color: #fff;
  background: var(--mcf-color-accent-red);
  font-weight: 700;
  text-decoration: none;
}

.mcf-pilier-cta-section__button .wp-block-button__link:hover,
.mcf-pilier-cta-section__button .wp-block-button__link:focus-visible {
  background: #b91c1c;
}

.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-pilier-service-item__body h4 {
  margin: 0;
  border-left: 0;
  padding-inline-start: 0;
  font-size: 16px;
  font-style: normal;
}

.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-pilier-faq-item > summary {
  margin: 0;
}

@media (min-width: 48rem) {
  .mcf-pilier-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.mcf-about-team-section {
  background: var(--wp--preset--color--surface);
  padding-block: var(--wp--preset--spacing--xl);
}

.mcf-about-team-section__inner {
  width: min(100% - 2rem, var(--mcf-layout-site-max-width));
  margin-inline: auto;
}

.mcf-about-team-section__title {
  margin: 0 0 var(--wp--preset--spacing--l);
  color: var(--wp--preset--color--brand-strong);
  font-size: clamp(1.7rem, 3.2vw, 2.3rem);
  text-align: center;
}

.mcf-about-team-section__grid {
  display: grid;
  gap: var(--wp--preset--spacing--l);
}

.mcf-about-team-section__grid:has(> .mcf-about-team-card:only-child) {
  grid-template-columns: minmax(0, min(100%, 26rem));
  justify-content: center;
}

.mcf-about-team-section__grid:has(> .mcf-about-team-card:only-child) > .mcf-about-team-card {
  width: 100%;
}

.mcf-about-team-section__empty {
  margin: 0;
  padding: var(--wp--preset--spacing--m);
  border-radius: 0.75rem;
  color: #475569;
  background: var(--wp--preset--color--surface-muted);
  text-align: center;
}

.mcf-about-team-section__grid.is-layout-flow > * {
  margin-block-start: 0;
}

.mcf-about-team-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(226, 232, 240, 1);
  border-radius: 1rem;
  overflow: hidden;
  background: var(--wp--preset--color--surface);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  transition: box-shadow 0.16s ease;
}

.mcf-about-team-card.is-layout-flow > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.mcf-about-team-card:hover,
.mcf-about-team-card:focus-within {
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.12);
}

.mcf-about-team-card__media {
  margin: 0;
  aspect-ratio: 1 / 1;
  background: var(--wp--preset--color--surface-muted);
}

.mcf-about-team-card__media a,
.mcf-about-team-card__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.mcf-about-team-card__media img {
  object-fit: cover;
}

.mcf-about-team-card__content {
  display: grid;
  gap: var(--wp--preset--spacing--s);
  padding: var(--wp--preset--spacing--m);
}

.mcf-about-team-card__content.is-layout-flow > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.mcf-about-team-card__name {
  margin: 0;
  color: var(--wp--preset--color--brand-strong);
  font-size: 1.2rem;
}

.mcf-about-team-card__role {
  margin: 0;
  color: var(--mcf-color-accent-red);
  font-size: 0.875rem;
  font-weight: 700;
}

.mcf-about-team-card__description {
  margin: 0;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.6;
}

.mcf-about-team-card__cta {
  margin: 0;
}

.mcf-about-team-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--wp--preset--color--brand-strong);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.mcf-about-team-card__arrow {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.16s ease;
}

.mcf-about-team-card__link:hover,
.mcf-about-team-card__link:focus-visible {
  color: var(--wp--preset--color--primary);
}

.mcf-about-team-card__link:hover .mcf-about-team-card__arrow,
.mcf-about-team-card__link:focus-visible .mcf-about-team-card__arrow {
  transform: translateX(0.2rem);
}

@media (min-width: 48rem) {
  .mcf-about-team-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .mcf-about-team-section__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.mcf-about-stats-band {
  background: var(--wp--preset--color--brand-strong);
  padding-block: var(--wp--preset--spacing--l);
}

.mcf-about-stats-band__inner {
  width: min(100% - 2rem, var(--mcf-layout-site-max-width));
  margin-inline: auto;
}

.mcf-about-stats-band__grid {
  display: grid;
  gap: var(--wp--preset--spacing--m);
  margin: 0;
  padding: 0;
  list-style: none;
}

.mcf-about-stats-band__item {
  text-align: center;
}

.mcf-about-stats-band__value {
  margin: 0;
  color: var(--mcf-color-accent-red);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1;
}

.mcf-about-stats-band__label {
  margin: 0.5rem 0 0;
  color: var(--wp--preset--color--on-brand);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (min-width: 40rem) {
  .mcf-about-stats-band__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--wp--preset--spacing--l);
  }
}

@media (min-width: 64rem) {
  .mcf-about-stats-band__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.mcf-about-values-grid {
  background: #f8fafc;
  padding-block: var(--wp--preset--spacing--xl);
}

.mcf-about-values-grid__inner {
  width: min(100% - 2rem, var(--mcf-layout-site-max-width));
  margin-inline: auto;
}

.mcf-about-values-grid__title {
  margin: 0 0 var(--wp--preset--spacing--l);
  color: var(--wp--preset--color--brand-strong);
  font-size: clamp(1.7rem, 3.2vw, 2.3rem);
  text-align: center;
}

.mcf-about-values-grid__list {
  display: grid;
  gap: var(--wp--preset--spacing--l);
  margin: 0;
  padding: 0;
  list-style: none;
}

.mcf-about-values-grid__item {
  text-align: center;
}

.mcf-about-values-grid__icon {
  display: inline-grid;
  place-items: center;
  width: 5rem;
  height: 5rem;
  margin: 0 auto 0.75rem;
  border-radius: var(--mcf-radius-pill);
  color: var(--mcf-color-accent-red);
  background: rgba(232, 0, 45, 0.1);
  font-family: "Material Symbols Outlined", sans-serif;
  font-feature-settings: "liga";
  font-size: 2rem;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-weight: 400;
  line-height: 1;
}

.mcf-about-values-grid__item-title {
  margin: 0;
  color: var(--wp--preset--color--brand-strong);
  font-size: 1.25rem;
}

.mcf-about-values-grid__item-text {
  margin: 0.5rem 0 0;
  color: #475569;
  line-height: 1.6;
}

@media (min-width: 48rem) {
  .mcf-about-values-grid__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .mcf-about-values-grid__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.mcf-about-cta-section {
  background: var(--wp--preset--color--brand-strong);
  padding-block: var(--wp--preset--spacing--xl);
}

.mcf-about-cta-section__inner {
  width: min(100% - 2rem, 64rem);
  margin-inline: auto;
  text-align: center;
}

.mcf-about-cta-section__title {
  margin: 0;
  color: var(--wp--preset--color--on-brand);
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  font-style: italic;
  line-height: 1.2;
}

.mcf-about-cta-section__subtitle {
  margin: var(--wp--preset--spacing--m) auto 0;
  max-width: 60ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.mcf-about-cta-section__cta-wrap {
  margin: 0;
}

.mcf-about-cta-section__link {
  display: inline-flex;
  margin-top: var(--wp--preset--spacing--l);
  padding: 1.125rem 2.75rem;
  border-radius: var(--mcf-radius-pill);
  color: var(--wp--preset--color--on-brand);
  background: var(--mcf-color-accent-red);
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
}

.mcf-about-cta-section__link:hover,
.mcf-about-cta-section__link:focus-visible {
  background: #b91c1c;
}

.mcf-contact-page {
  background: var(--wp--preset--color--surface);
  margin: 0;
  padding-top: 80px;
  padding-bottom: var(--wp--preset--spacing--l);
}

main.wp-block-group.is-layout-flow > .mcf-contact-page {
  margin-block-start: 0;
}

.mcf-contact-page__inner {
  width: min(100% - 2rem, var(--mcf-layout-site-max-width));
  margin-inline: auto;
}

.mcf-contact-page__layout {
  display: grid;
  gap: var(--wp--preset--spacing--xl);
}

.mcf-contact-form-section__title {
  margin: 0;
  color: var(--wp--preset--color--brand-strong);
  font-size: 30px;
  font-variation-settings: normal;
  font-weight: 400;
}

.mcf-contact-form-section__subtitle {
  margin: 0.5rem 0 var(--wp--preset--spacing--l);
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.6;
}

.mcf-contact-form {
  display: grid;
  gap: var(--wp--preset--spacing--m);
}

.mcf-contact-form__row {
  display: grid;
  gap: var(--wp--preset--spacing--m);
}

.mcf-contact-form__field {
  display: grid;
  min-width: 0;
  gap: 0.3rem;
}

.mcf-contact-form__label {
  color: #334155;
  font-size: 0.9rem;
  font-weight: 700;
}

.mcf-contact-form input,
.mcf-contact-form select,
.mcf-contact-form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 0.8rem 0.95rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.65rem;
  color: var(--wp--preset--color--on-surface);
  background: transparent;
  font: inherit;
}

.mcf-contact-form textarea {
  resize: vertical;
}

.mcf-contact-form .ff-el-group {
  margin-bottom: var(--wp--preset--spacing--m);
}

.mcf-contact-form .ff-el-input--label label,
.mcf-contact-form .ff-el-form-check-label {
  color: #334155;
  font-size: 0.9rem;
  font-weight: 700;
}

.mcf-contact-form .ff-el-form-control {
  box-sizing: border-box;
  width: 100%;
  padding: 0.8rem 0.95rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.65rem;
  color: var(--wp--preset--color--on-surface);
  background: transparent;
  font: inherit;
}

.mcf-contact-form .ff-btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.25rem;
  border: 0;
  border-radius: var(--mcf-radius-pill);
  color: var(--wp--preset--color--on-brand);
  background: var(--mcf-color-accent-red);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.mcf-contact-form .ff-btn-submit:hover,
.mcf-contact-form .ff-btn-submit:focus-visible {
  background: #b91c1c;
}

.resolved-contact-form-placeholder {
  padding: var(--wp--preset--spacing--m);
  border: 1px dashed #cbd5e1;
  border-radius: 0.65rem;
  color: #334155;
  background: rgba(248, 250, 252, 0.7);
}

.resolved-contact-form-placeholder p {
  margin: 0;
}

.resolved-contact-form-placeholder p + p {
  margin-top: 0.5rem;
}

.resolved-contact-compliance-checklist {
  padding: var(--wp--preset--spacing--m);
  border-left: 3px solid var(--mcf-color-accent-red);
  color: #334155;
  background: rgba(248, 250, 252, 0.7);
}

.resolved-contact-compliance-checklist h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.resolved-contact-compliance-checklist ul {
  margin: 0;
  padding-left: 1.2rem;
}

.mcf-contact-form__actions {
  display: grid;
  gap: var(--wp--preset--spacing--m);
  padding-top: 0.5rem;
}

.mcf-contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  justify-self: start;
  padding: 1rem 2.25rem;
  border: 0;
  border-radius: var(--mcf-radius-pill);
  color: var(--wp--preset--color--on-brand);
  background: var(--mcf-color-accent-red);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.mcf-contact-form__submit:hover,
.mcf-contact-form__submit:focus-visible {
  background: #b91c1c;
}

.mcf-contact-form__note {
  margin: 0;
  max-width: 32rem;
  color: #94a3b8;
  font-size: 0.75rem;
}

@media (min-width: 48rem) {
  .mcf-contact-form__row--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .mcf-contact-page__layout {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    gap: var(--wp--preset--spacing--2-xl);
  }

  .mcf-contact-form__actions {
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .mcf-contact-form__note {
    justify-self: end;
    text-align: left;
  }
}

.mcf-contact-details-section__title {
  margin: 0 0 var(--wp--preset--spacing--l);
  color: var(--wp--preset--color--brand-strong);
  font-size: 30px;
  font-variation-settings: normal;
  font-weight: 400;
}

.mcf-contact-details-section {
  margin: 0;
}

.mcf-contact-page__layout.is-layout-flow > .mcf-contact-details-section {
  margin-block-start: 0;
}

.mcf-contact-details-section__stack {
  display: grid;
  gap: var(--wp--preset--spacing--m);
}

.mcf-contact-info-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: var(--wp--preset--spacing--m);
}

.mcf-contact-info-item__icon {
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  margin: 0;
  border-radius: 0.7rem;
  color: var(--mcf-color-accent-red);
  background: rgba(232, 0, 45, 0.1);
  font-family: "Material Symbols Outlined", sans-serif;
  font-feature-settings: "liga";
  font-size: 1.35rem;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-weight: 400;
  line-height: 1;
}

.mcf-contact-info-item__body {
  margin: 0;
  color: inherit;
  text-decoration: none;
}

.mcf-contact-info-item.is-layout-flow > .mcf-contact-info-item__body {
  margin-block-start: 0;
}

.mcf-contact-info-item__body.is-layout-flow > * + * {
  margin-block-start: 0;
}

.mcf-contact-info-item__title a,
.mcf-contact-info-item__line a {
  color: inherit;
  text-decoration: none;
}

.mcf-contact-info-item__title {
  margin: 0;
  color: var(--wp--preset--color--brand-strong);
  font-size: 1.05rem;
  font-weight: 500;
}

.mcf-contact-info-item__lines {
  margin-top: 0.25rem;
}

.mcf-contact-info-item__lines.is-layout-flow > * + * {
  margin-block-start: 0;
}

.mcf-contact-info-item__line {
  margin: 0;
  color: #475569;
  line-height: 1.5;
}

.mcf-contact-details-section__highlight {
  margin-top: var(--wp--preset--spacing--l);
  padding: var(--wp--preset--spacing--l);
  border-radius: 1rem;
  color: var(--wp--preset--color--on-brand);
  background: var(--wp--preset--color--brand-strong);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.2);
}

.mcf-contact-details-section__highlight-title {
  margin: 0;
  font-size: 1.4rem;
}

.mcf-contact-details-section__highlight-text {
  margin: var(--wp--preset--spacing--s) 0 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.mcf-member-profile {
  background: var(--wp--preset--color--surface);
}

.is-layout-constrained > .mcf-member-profile {
  max-width: none !important;
}

.mcf-member-profile__inner {
  width: min(100% - 2rem, var(--mcf-layout-site-max-width));
  margin-inline: auto;
}

.mcf-member-profile__layout {
  display: grid;
  gap: var(--wp--preset--spacing--xl);
}

.mcf-member-profile__portrait-wrap {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.mcf-member-profile__portrait {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.mcf-member-profile__contact-card {
  margin-top: var(--wp--preset--spacing--m);
  padding: var(--wp--preset--spacing--m);
  border-radius: 1rem;
  background: var(--wp--preset--color--surface-muted);
}

.mcf-member-profile__contact-title {
  margin: 0 0 var(--wp--preset--spacing--s);
  color: var(--wp--preset--color--brand-strong);
  font-size: 1.3rem;
}

.mcf-member-profile__contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.mcf-member-profile__contact-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.mcf-member-profile__contact-icon {
  display: inline-grid;
  place-items: center;
  width: 1.95rem;
  height: 1.95rem;
  flex: 0 0 1.95rem;
  border-radius: 999px;
  color: var(--mcf-color-accent-red);
  background: color-mix(in srgb, var(--mcf-color-accent-red) 12%, white);
  font-family: "Material Symbols Outlined", sans-serif;
  font-feature-settings: "liga";
  font-size: 1.05rem;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
}

.mcf-member-profile__contact-list a {
  color: #475569;
  text-decoration: none;
}

.mcf-member-profile__contact-value {
  color: #475569;
}

.mcf-member-profile__content {
  display: grid;
  gap: var(--wp--preset--spacing--l);
}

.mcf-member-profile__content h2 {
  margin: 0 0 var(--wp--preset--spacing--s);
  color: var(--wp--preset--color--brand-strong);
  font-family: Inter, sans-serif;
  font-feature-settings: normal;
  font-size: 30px;
  font-variation-settings: normal;
  font-weight: 400;
  line-height: 1.2;
}

.mcf-member-profile__content p {
  margin: 0 0 var(--wp--preset--spacing--s);
  color: #475569;
  line-height: 1.7;
}

.mcf-member-profile__editor-content {
  display: grid;
  gap: var(--wp--preset--spacing--l);
}

.mcf-member-profile__editor-content > * {
  margin: 0;
}

.mcf-member-profile__editor-content > p {
  font-size: 16px;
}

.mcf-member-profile__editor-content .mcf-member-card-grid {
  display: grid;
  gap: var(--wp--preset--spacing--s);
}

.mcf-member-profile__editor-content .mcf-member-card-grid > * {
  width: 100%;
  max-width: none;
}

.mcf-member-profile__editor-content .mcf-member-card-grid.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none;
}

.mcf-member-profile__editor-content .mcf-member-card-section {
  display: grid;
  gap: var(--wp--preset--spacing--m);
}

.mcf-member-profile__editor-content .mcf-member-card {
  position: relative;
  margin: 0;
  padding: var(--wp--preset--spacing--m);
  padding-left: calc(var(--wp--preset--spacing--m) + 2.35rem);
  border-radius: var(--mcf-radius-l);
  color: #475569;
  background: var(--wp--preset--color--surface-muted);
}

.mcf-member-profile__editor-content .mcf-member-card > * {
  margin: 0;
}

.mcf-member-profile__editor-content .mcf-member-card > * + * {
  margin-top: 0.35rem;
}

.mcf-member-profile__editor-content .mcf-member-card h3 {
  color: var(--wp--preset--color--brand-strong);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
}

.mcf-member-profile__editor-content .mcf-member-card p {
  margin: 0.35rem 0 0;
  color: #64748b;
  font-size: 0.94rem;
  line-height: 1.6;
}

.mcf-member-profile__editor-content .mcf-member-card .mcf-member-card__year {
  margin-top: 0.45rem;
  color: #334155;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.4;
}

.mcf-member-profile__editor-content .mcf-member-card::before {
  content: "";
  position: absolute;
  top: var(--wp--preset--spacing--m);
  left: var(--wp--preset--spacing--m);
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--mcf-color-accent-red) 14%, white);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--mcf-color-accent-red) 38%, white);
}

.mcf-member-profile__editor-content .mcf-member-card::after {
  content: "";
  position: absolute;
  top: calc(var(--wp--preset--spacing--m) + 0.54rem);
  left: calc(var(--wp--preset--spacing--m) + 0.54rem);
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: var(--mcf-color-accent-red);
}

.mcf-member-card__icon {
  display: grid;
  place-items: center;
  position: absolute;
  z-index: 2;
  top: var(--wp--preset--spacing--m);
  left: var(--wp--preset--spacing--m);
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  color: var(--mcf-color-accent-red);
  background: transparent;
  font-family: "Material Symbols Outlined", sans-serif;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  font-size: 1.1rem;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
}

.mcf-member-profile__editor-content .mcf-member-card[data-mcf-icon]::after {
  content: none;
}

/* Member post editor parity (WYSIWYG canvas) */
.editor-styles-wrapper.post-type-membre .is-root-container {
  max-width: 68rem;
  margin: 0 auto;
  padding: 1.5rem;
}

.editor-styles-wrapper.post-type-membre .is-root-container h2 {
  margin: 0 0 var(--wp--preset--spacing--m);
  color: var(--wp--preset--color--brand-strong);
  font-family: Inter, sans-serif;
  font-feature-settings: normal;
  font-size: 30px;
  font-variation-settings: normal;
  font-weight: 400;
  line-height: 1.2;
}

.editor-styles-wrapper.post-type-membre .is-root-container h2:not(:first-child) {
  margin-top: var(--wp--preset--spacing--l);
}

.editor-styles-wrapper.post-type-membre .is-root-container p {
  margin: 0 0 var(--wp--preset--spacing--m);
  color: #475569;
  font-size: 16px;
  line-height: 1.7;
}

.editor-styles-wrapper.post-type-membre .is-root-container .mcf-member-card-grid {
  display: grid;
  gap: var(--wp--preset--spacing--s);
}

.editor-styles-wrapper.post-type-membre .is-root-container .mcf-member-card-grid > * {
  width: 100%;
  max-width: none;
}

.editor-styles-wrapper.post-type-membre .is-root-container .mcf-member-card-grid.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none;
}

.editor-styles-wrapper.post-type-membre .is-root-container .mcf-member-card-section {
  display: grid;
  gap: var(--wp--preset--spacing--m);
}

.editor-styles-wrapper.post-type-membre .is-root-container .mcf-member-card {
  position: relative;
  margin: 0;
  padding: var(--wp--preset--spacing--m);
  padding-left: calc(var(--wp--preset--spacing--m) + 2.35rem);
  border-radius: var(--mcf-radius-l);
  color: #475569;
  background: var(--wp--preset--color--surface-muted);
}

.editor-styles-wrapper.post-type-membre .is-root-container .mcf-member-card > * {
  margin: 0;
}

.editor-styles-wrapper.post-type-membre .is-root-container .mcf-member-card > * + * {
  margin-top: 0.35rem;
}

.editor-styles-wrapper.post-type-membre .is-root-container .mcf-member-card h3,
.editor-styles-wrapper.post-type-membre .is-root-container .mcf-member-card .wp-block-heading {
  color: var(--wp--preset--color--brand-strong);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
}

.editor-styles-wrapper.post-type-membre .is-root-container .mcf-member-card p {
  margin: 0.35rem 0 0;
  color: #64748b;
  font-size: 0.94rem;
  line-height: 1.6;
}

.editor-styles-wrapper.post-type-membre .is-root-container .mcf-member-card .mcf-member-card__year {
  margin-top: 0.45rem;
  color: #334155;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.4;
}

.editor-styles-wrapper.post-type-membre .is-root-container .mcf-member-card::before {
  content: "";
  position: absolute;
  top: var(--wp--preset--spacing--m);
  left: var(--wp--preset--spacing--m);
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--mcf-color-accent-red) 14%, white);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--mcf-color-accent-red) 38%, white);
}

.editor-styles-wrapper.post-type-membre .is-root-container .mcf-member-card::after {
  content: "";
  position: absolute;
  top: calc(var(--wp--preset--spacing--m) + 0.54rem);
  left: calc(var(--wp--preset--spacing--m) + 0.54rem);
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: var(--mcf-color-accent-red);
}

.editor-styles-wrapper.post-type-membre .is-root-container .mcf-member-card[data-mcf-icon]::after {
  content: none;
}

/* Keep typography/colors while block is actively edited */
.editor-styles-wrapper.post-type-membre .is-root-container .block-editor-rich-text__editable,
.editor-styles-wrapper.post-type-membre .is-root-container [contenteditable="true"] {
  color: inherit;
  background: transparent;
}

.editor-styles-wrapper.post-type-membre .is-root-container .block-editor-rich-text__editable:focus,
.editor-styles-wrapper.post-type-membre .is-root-container [contenteditable="true"]:focus {
  color: inherit;
  background: transparent;
}

.editor-styles-wrapper.post-type-membre .is-root-container .wp-block-paragraph .block-editor-rich-text__editable,
.editor-styles-wrapper.post-type-membre .is-root-container .wp-block-paragraph [contenteditable="true"] {
  color: #475569;
  font-size: 16px;
  line-height: 1.7;
}

.editor-styles-wrapper.post-type-membre .is-root-container .wp-block-heading h2.block-editor-rich-text__editable,
.editor-styles-wrapper.post-type-membre .is-root-container h2[contenteditable="true"] {
  color: var(--wp--preset--color--brand-strong);
  font-family: Inter, sans-serif;
  font-feature-settings: normal;
  font-size: 30px;
  font-variation-settings: normal;
  font-weight: 400;
  line-height: 1.2;
}

.editor-styles-wrapper.post-type-membre .is-root-container .wp-block-heading h3.block-editor-rich-text__editable,
.editor-styles-wrapper.post-type-membre .is-root-container h3[contenteditable="true"] {
  color: var(--wp--preset--color--brand-strong);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
}

.editor-styles-wrapper.post-type-membre .is-root-container .mcf-member-card .block-editor-rich-text__editable,
.editor-styles-wrapper.post-type-membre .is-root-container .mcf-member-card [contenteditable="true"] {
  color: inherit;
  background: transparent;
}

.editor-styles-wrapper.post-type-membre .is-root-container :where(ul, ol) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: var(--wp--preset--spacing--s);
}

.editor-styles-wrapper.post-type-membre .is-root-container :where(ul, ol) li {
  position: relative;
  padding: var(--wp--preset--spacing--m);
  padding-left: calc(var(--wp--preset--spacing--m) + 2.35rem);
  border-radius: var(--mcf-radius-l);
  color: #475569;
  background: var(--wp--preset--color--surface-muted);
}

.editor-styles-wrapper.post-type-membre .is-root-container :where(ul, ol) li h3 {
  margin: 0;
  color: var(--wp--preset--color--brand-strong);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
}

.editor-styles-wrapper.post-type-membre .is-root-container :where(ul, ol) li p {
  margin: 0.35rem 0 0;
  color: #64748b;
  font-size: 0.94rem;
  line-height: 1.6;
}

.editor-styles-wrapper.post-type-membre .is-root-container :where(ul, ol) li::before {
  content: "";
  position: absolute;
  top: var(--wp--preset--spacing--m);
  left: var(--wp--preset--spacing--m);
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--mcf-color-accent-red) 14%, white);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--mcf-color-accent-red) 38%, white);
}

.editor-styles-wrapper.post-type-membre .is-root-container :where(ul, ol) li::after {
  content: "";
  position: absolute;
  top: calc(var(--wp--preset--spacing--m) + 0.54rem);
  left: calc(var(--wp--preset--spacing--m) + 0.54rem);
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: var(--mcf-color-accent-red);
}

.mcf-member-profile__editor-content :where(ul, ol) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: var(--wp--preset--spacing--s);
}

.mcf-member-profile__editor-content :where(ul, ol) li {
  position: relative;
  padding: var(--wp--preset--spacing--m);
  padding-left: calc(var(--wp--preset--spacing--m) + 2.35rem);
  border-radius: var(--mcf-radius-l);
  color: #475569;
  background: var(--wp--preset--color--surface-muted);
}

.mcf-member-profile__editor-content :where(ul, ol) li h3 {
  margin: 0;
  color: var(--wp--preset--color--brand-strong);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
}

.mcf-member-profile__editor-content :where(ul, ol) li p {
  margin: 0.35rem 0 0;
  color: #64748b;
  font-size: 0.94rem;
  line-height: 1.6;
}

.mcf-member-profile__editor-content :where(ul, ol) li::before {
  content: "";
  position: absolute;
  top: var(--wp--preset--spacing--m);
  left: var(--wp--preset--spacing--m);
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--mcf-color-accent-red) 14%, white);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--mcf-color-accent-red) 38%, white);
}

.mcf-member-profile__editor-content :where(ul, ol) li::after {
  content: "";
  position: absolute;
  top: calc(var(--wp--preset--spacing--m) + 0.54rem);
  left: calc(var(--wp--preset--spacing--m) + 0.54rem);
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: var(--mcf-color-accent-red);
}

.mcf-member-profile__language-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--s);
}

.mcf-member-profile__language-list li {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  color: var(--wp--preset--color--brand-strong);
  background: #f1f5f9;
  font-size: 0.85rem;
  font-weight: 600;
}

.mcf-member-profile__cta-card {
  padding: var(--wp--preset--spacing--l);
  border-radius: 1rem;
  color: var(--wp--preset--color--on-brand);
  background: var(--wp--preset--color--brand-strong);
}

.mcf-member-profile__cta-card h3 {
  margin: 0;
  color: var(--wp--preset--color--on-brand);
  font-size: 1.5rem;
}

.mcf-member-profile__cta-card p {
  margin-top: var(--wp--preset--spacing--s);
  color: rgba(255, 255, 255, 0.82);
}

.mcf-member-profile__cta-card a {
  display: inline-flex;
  margin-top: var(--wp--preset--spacing--s);
  padding: 0.9rem 1.5rem;
  border-radius: var(--mcf-radius-pill);
  color: var(--wp--preset--color--on-brand);
  background: var(--mcf-color-accent-red);
  font-weight: 700;
  text-decoration: none;
}

.mcf-member-profile__cta-card a:hover,
.mcf-member-profile__cta-card a:focus-visible {
  background: #b91c1c;
}

@media (min-width: 48rem) {
  .mcf-member-profile__editor-content :where(ul, ol) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mcf-member-profile__editor-content .mcf-member-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editor-styles-wrapper.post-type-membre .is-root-container :where(ul, ol) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editor-styles-wrapper.post-type-membre .is-root-container .mcf-member-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .mcf-member-profile__layout {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    gap: var(--wp--preset--spacing--2-xl);
  }

  .mcf-member-profile__sticky {
    position: sticky;
    top: var(--mcf-layout-header-offset);
  }
}

.mcf-post-body-section {
  background: var(--wp--preset--color--surface);
}

.single-domaine .mcf-post-body-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 47.999rem) {
  .mcf-post-body-section {
    padding-top: var(--wp--preset--spacing--l) !important;
    padding-bottom: var(--wp--preset--spacing--l) !important;
  }

  .single-pilier .mcf-post-body-section {
    padding-bottom: 0 !important;
  }
}

.mcf-post-body-section__inner {
  width: min(100% - 2rem, var(--mcf-layout-site-max-width));
  margin-inline: auto;
}

.mcf-post-body-section__layout {
  gap: var(--wp--preset--spacing--xl);
}

.mcf-post-body-section__layout.is-layout-flex {
  align-items: flex-start;
}

.mcf-post-body-section__article {
  color: color-mix(in srgb, var(--wp--preset--color--on-surface) 82%, var(--wp--preset--color--surface-muted));
  font-size: 1.05rem;
  line-height: 1.75;
}

.mcf-post-body-section__article > * {
  margin-block-start: 0;
}

.mcf-post-body-section__article > * + * {
  margin-block-start: var(--wp--preset--spacing--m);
}

.mcf-post-body-section__article h2,
.mcf-post-body-section__article h3,
.mcf-post-body-section__article h4 {
  color: var(--wp--preset--color--brand-strong);
}

.mcf-post-body-section__article h2 {
  margin-block-start: 0;
  margin-bottom: var(--wp--preset--spacing--m);
  border-left: 4px solid var(--mcf-color-accent-red);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-style: italic;
  line-height: 1.25;
  padding-inline-start: var(--wp--preset--spacing--m);
}

.mcf-post-body-section__article h3 {
  margin-block-start: var(--wp--preset--spacing--l);
  margin-bottom: var(--wp--preset--spacing--s);
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-style: italic;
  line-height: 1.3;
}

.mcf-post-body-section__article h4 {
  margin-block-start: var(--wp--preset--spacing--l);
  margin-bottom: var(--wp--preset--spacing--s);
  font-size: 1.2rem;
  line-height: 1.35;
}

.mcf-post-body-section__article blockquote {
  margin: var(--wp--preset--spacing--l) 0;
  border: 0;
  border-radius: 1rem;
  color: var(--wp--preset--color--brand-strong);
  background: var(--wp--preset--color--surface-muted);
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  font-style: italic;
  line-height: 1.45;
  padding: var(--wp--preset--spacing--l);
  text-align: center;
}

.mcf-post-body-section__article ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.mcf-post-body-section__article ul li {
  margin: 0;
  padding-left: 1.65rem;
  position: relative;
}

.mcf-post-body-section__article ul li + li {
  margin-top: var(--wp--preset--spacing--s);
}

.mcf-post-body-section__article ul li::before {
  content: "›";
  color: var(--mcf-color-accent-red);
  font-size: 1.25rem;
  font-weight: 700;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0.2rem;
}

.mcf-post-body-section__article .mcf-post-body-section__note {
  margin: var(--wp--preset--spacing--l) 0;
  border-left: 4px solid var(--mcf-color-accent-red);
  border-radius: 0 0.6rem 0.6rem 0;
  padding: var(--wp--preset--spacing--m);
}

.mcf-post-body-section__article .mcf-post-body-section__note.is-style-alert,
.mcf-post-body-section__article .mcf-post-body-section__note--alert {
  background: var(--wp--preset--color--surface-muted);
}

.mcf-post-body-section__article .mcf-post-body-section__note.is-style-info,
.mcf-post-body-section__article .mcf-post-body-section__note--info {
  border-left-color: var(--wp--preset--color--brand);
  background: var(--wp--preset--color--surface);
}

.mcf-post-body-section__article .mcf-post-body-section__separator {
  border-color: var(--mcf-color-accent-red);
  border-width: 2px 0 0;
  margin: var(--wp--preset--spacing--l) 0;
  width: 6rem;
}

.mcf-post-body-section__article .wp-block-separator,
.editor-styles-wrapper.post-type-post .wp-block-post-content .wp-block-separator,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .wp-block-separator,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .wp-block-separator {
  display: block;
  width: 6rem;
  border: 0;
  border-top: 2px solid var(--mcf-color-accent-red);
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: 0;
  opacity: 1;
  background: transparent;
  align-self: flex-start;
}

.editor-styles-wrapper.post-type-post .wp-block-post-content .wp-block-separator,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .wp-block-separator,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .wp-block-separator {
  margin-left: max(0px, calc((100% - var(--wp--style--global--content-size, 40rem)) / 2)) !important;
  margin-right: auto !important;
}

.mcf-post-body-section__aside {
  display: grid;
  gap: var(--wp--preset--spacing--m);
}

.mcf-pilier-aside-stack__inner {
  display: grid;
  gap: var(--wp--preset--spacing--m);
}

.mcf-pilier-aside-stack__inner > * {
  margin-block-start: 0 !important;
}

.mcf-pilier-aside-stack__inner > * + * {
  margin-block-start: 0 !important;
}

.mcf-post-body-section__aside > * {
  width: 100%;
}

.mcf-post-body-section__contact-card {
  align-self: flex-start;
  border-radius: 1rem;
  color: var(--wp--preset--color--on-brand);
  background: var(--wp--preset--color--brand-strong);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.2);
  padding: var(--wp--preset--spacing--l);
}

.mcf-post-body-section__contact-card > * {
  margin-block-start: 0;
}

.mcf-post-body-section__contact-card > * + * {
  margin-block-start: var(--wp--preset--spacing--s);
}

.mcf-post-body-section__contact-card p {
  color: rgba(255, 255, 255, 0.78);
}

.mcf-post-body-section__article .mcf-post-body-section__contact-card h3,
.editor-styles-wrapper .mcf-post-body-section__contact-card h3,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-body-section__contact-card h3,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-body-section__contact-card h3,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-body-section__contact-card h3 {
  margin: 0;
  color: var(--wp--preset--color--on-brand);
  border-left: 0;
  font-family: Inter, sans-serif;
  font-feature-settings: normal;
  font-size: 24px;
  font-style: normal;
  font-variation-settings: normal;
  font-weight: 700;
  line-height: 1.25;
  padding-inline-start: 0;
}

.editor-styles-wrapper .mcf-post-body-section__contact-card .wp-block-heading.block-editor-rich-text__editable {
  font-family: Inter, sans-serif !important;
  font-feature-settings: normal !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-variation-settings: normal !important;
  font-weight: 700 !important;
}

.mcf-post-body-section__contact-link {
  margin-top: var(--wp--preset--spacing--s);
  width: 100%;
}

.mcf-post-body-section__contact-link .wp-block-button__link {
  width: 100%;
  border-radius: var(--mcf-radius-pill);
  color: var(--wp--preset--color--on-brand);
  background: var(--mcf-color-accent-red);
  font-weight: 700;
  justify-content: center;
  padding: 0.85rem 1rem;
}

.mcf-post-body-section__related-card {
  width: 100%;
  border-radius: 1rem;
  background: var(--wp--preset--color--surface-muted);
  padding: var(--wp--preset--spacing--l);
}

.mcf-post-body-section__related-card h3 {
  margin: 0 0 24px;
  border-left: 0;
  padding-inline-start: 0;
  color: var(--wp--preset--color--brand-strong);
  font-family: Inter, sans-serif;
  font-feature-settings: normal;
  font-size: 16px;
  font-style: normal;
  font-variation-settings: normal;
  font-weight: 700;
}

.editor-styles-wrapper .mcf-post-body-section__related-card .wp-block-heading.block-editor-rich-text__editable {
  margin: 0 0 16px;
  font-family: Inter, sans-serif;
  font-feature-settings: normal;
  font-size: 16px;
  font-style: normal;
  font-variation-settings: normal;
  font-weight: 700;
}

.mcf-post-body-section__article .mcf-pilier-faq-section__title,
.editor-styles-wrapper .mcf-pilier-faq-section__title {
  margin: 0 0 48px;
  border-left: 0;
  padding-inline-start: 0;
  color: var(--wp--preset--color--brand-strong);
  font-family: Inter, sans-serif;
  font-feature-settings: normal;
  font-size: 30px;
  font-style: normal;
  font-variation-settings: normal;
  font-weight: 400;
  line-height: 1.25;
}

.mcf-post-body-section__article .mcf-pilier-cta-section__title,
.editor-styles-wrapper .mcf-pilier-cta-section__title {
  margin: 0;
  border-left: 0;
  padding-inline-start: 0;
  color: #fff;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  font-style: normal;
  line-height: 1.2;
}

.mcf-post-body-section__article .mcf-pilier-service-item__body h4,
.editor-styles-wrapper .mcf-pilier-service-item__body h4 {
  border-left: 0;
  padding-inline-start: 0;
  font-family: Inter, sans-serif;
  font-feature-settings: normal;
  font-size: 16px;
  font-style: normal;
  font-variation-settings: normal;
  font-weight: 700;
}

.editor-styles-wrapper .wp-block-heading.block-editor-rich-text__editable.mcf-pilier-faq-section__title {
  border-left: 0 !important;
  border-left-color: transparent !important;
  font-family: Inter, sans-serif !important;
  font-feature-settings: normal !important;
  font-size: 30px !important;
  font-style: normal !important;
  font-variation-settings: normal !important;
  font-weight: 400 !important;
  padding-inline-start: 0 !important;
}

.mcf-post-body-section__related-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.mcf-post-body-section__related-list li + li {
  margin-top: 16px;
  padding-top: 0;
  border-top: 0;
}

.mcf-post-body-section__related-list a {
  align-items: center;
  color: #475569;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-feature-settings: normal;
  font-size: 16px;
  font-style: normal;
  font-variation-settings: normal;
  font-weight: 400;
  line-height: 1.5;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  transition: color 0.2s ease;
}

.editor-styles-wrapper .mcf-post-body-section__related-list a {
  color: #475569;
  font-family: Inter, sans-serif;
  font-feature-settings: normal;
  font-size: 16px;
  font-style: normal;
  font-variation-settings: normal;
  font-weight: 400;
}

.mcf-post-body-section__related-list a::after {
  content: "arrow_forward";
  font-family: "Material Symbols Outlined";
  font-feature-settings: normal;
  font-size: 14px;
  font-style: normal;
  font-variation-settings: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  transform: translateX(0);
  transition: transform 0.18s ease;
}

.mcf-post-body-section__related-list a:hover,
.mcf-post-body-section__related-list a:focus-visible {
  color: var(--mcf-color-accent-red);
}

.editor-styles-wrapper .mcf-post-body-section__related-list a:hover,
.editor-styles-wrapper .mcf-post-body-section__related-list a:focus-visible {
  color: var(--mcf-color-accent-red);
}

.mcf-post-body-section__related-list a:hover::after,
.mcf-post-body-section__related-list a:focus-visible::after {
  transform: translateX(4px);
}

@media (max-width: 47.999rem) {
  .mcf-pilier-main-layout {
    flex-wrap: wrap;
    gap: var(--wp--preset--spacing--m);
  }

  .mcf-pilier-main-layout > .mcf-pilier-content-section,
  .mcf-pilier-main-layout > .mcf-pilier-aside-stack {
    flex: 0 0 100%;
  }

  .mcf-post-body-section__article .wp-block-columns:has(.mcf-pilier-content-section):has(.mcf-pilier-aside-stack),
  .editor-styles-wrapper .wp-block-post-content .wp-block-columns:has(.mcf-pilier-content-section):has(.mcf-pilier-aside-stack) {
    display: flex;
    flex-wrap: wrap !important;
    gap: var(--wp--preset--spacing--m);
  }

  .mcf-post-body-section__article .wp-block-columns:has(.mcf-pilier-content-section):has(.mcf-pilier-aside-stack) > .wp-block-column,
  .editor-styles-wrapper .wp-block-post-content .wp-block-columns:has(.mcf-pilier-content-section):has(.mcf-pilier-aside-stack) > .wp-block-column {
    flex-basis: 100% !important;
    margin-inline-start: 0 !important;
  }

  .mcf-post-body-section__article .wp-block-columns:has(.mcf-pilier-content-section):has(.mcf-pilier-aside-stack) > .wp-block-column:has(.mcf-pilier-content-section),
  .editor-styles-wrapper .wp-block-post-content .wp-block-columns:has(.mcf-pilier-content-section):has(.mcf-pilier-aside-stack) > .wp-block-column:has(.mcf-pilier-content-section) {
    order: 1;
  }

  .mcf-post-body-section__article .wp-block-columns:has(.mcf-pilier-content-section):has(.mcf-pilier-aside-stack) > .wp-block-column:has(.mcf-pilier-aside-stack),
  .editor-styles-wrapper .wp-block-post-content .wp-block-columns:has(.mcf-pilier-content-section):has(.mcf-pilier-aside-stack) > .wp-block-column:has(.mcf-pilier-aside-stack) {
    order: 2;
  }

  .mcf-post-body-section__inner .wp-block-group.is-nowrap.is-layout-flex:has(> .mcf-post-body-section__article):has(.mcf-pilier-aside-stack),
  .editor-styles-wrapper .wp-block-post-content .wp-block-group.is-nowrap.is-layout-flex:has(> .mcf-post-body-section__article):has(.mcf-pilier-aside-stack) {
    flex-wrap: wrap !important;
    align-items: stretch !important;
    gap: var(--wp--preset--spacing--m);
  }

  .mcf-post-body-section__inner .wp-block-group.is-nowrap.is-layout-flex:has(> .mcf-post-body-section__article):has(.mcf-pilier-aside-stack) > .mcf-post-body-section__article,
  .editor-styles-wrapper .wp-block-post-content .wp-block-group.is-nowrap.is-layout-flex:has(> .mcf-post-body-section__article):has(.mcf-pilier-aside-stack) > .mcf-post-body-section__article {
    order: 1;
    flex: 0 0 100% !important;
  }

  .mcf-post-body-section__inner .wp-block-group.is-nowrap.is-layout-flex:has(> .mcf-post-body-section__article):has(.mcf-pilier-aside-stack) > .wp-block-group:has(.mcf-pilier-aside-stack),
  .editor-styles-wrapper .wp-block-post-content .wp-block-group.is-nowrap.is-layout-flex:has(> .mcf-post-body-section__article):has(.mcf-pilier-aside-stack) > .wp-block-group:has(.mcf-pilier-aside-stack) {
    order: 2;
    flex: 0 0 100% !important;
    margin-inline-start: 0 !important;
  }

  .mcf-post-body-section__article .wp-block-group.is-nowrap.is-layout-flex:has(> .mcf-pilier-content-section):has(> .mcf-pilier-aside-stack),
  .editor-styles-wrapper .wp-block-post-content .wp-block-group.is-nowrap.is-layout-flex:has(> .mcf-pilier-content-section):has(> .mcf-pilier-aside-stack) {
    flex-wrap: wrap !important;
    align-items: stretch !important;
    gap: var(--wp--preset--spacing--m);
  }

  .mcf-post-body-section__article .wp-block-group.is-nowrap.is-layout-flex:has(> .mcf-pilier-content-section):has(> .mcf-pilier-aside-stack) > .mcf-pilier-content-section,
  .editor-styles-wrapper .wp-block-post-content .wp-block-group.is-nowrap.is-layout-flex:has(> .mcf-pilier-content-section):has(> .mcf-pilier-aside-stack) > .mcf-pilier-content-section {
    order: 1;
    flex: 0 0 100% !important;
    margin-inline-start: 0 !important;
  }

  .mcf-post-body-section__article .wp-block-group.is-nowrap.is-layout-flex:has(> .mcf-pilier-content-section):has(> .mcf-pilier-aside-stack) > .mcf-pilier-aside-stack,
  .editor-styles-wrapper .wp-block-post-content .wp-block-group.is-nowrap.is-layout-flex:has(> .mcf-pilier-content-section):has(> .mcf-pilier-aside-stack) > .mcf-pilier-aside-stack {
    order: 2;
    flex: 0 0 100% !important;
    margin-inline-start: 0 !important;
  }
}

@media (min-width: 64rem) {
  .mcf-post-body-section__layout {
    gap: var(--wp--preset--spacing--2xl);
  }

  .mcf-post-body-section__aside-col {
    position: sticky;
    top: calc(var(--mcf-layout-header-offset) + var(--wp--preset--spacing--m));
  }
}

/* =============================================
   PostBody Formatting - Post Editor Canvas
   Scope: post, domaine, pilier (Option A)
   ============================================= */

.editor-styles-wrapper.post-type-post .wp-block-post-content,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content {
  color: color-mix(in srgb, var(--wp--preset--color--on-surface) 82%, var(--wp--preset--color--surface-muted));
  font-size: 1.05rem;
  line-height: 1.75;
}

.editor-styles-wrapper.post-type-post .wp-block-post-content > * + *,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content > * + *,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content > * + * {
  margin-block-start: var(--wp--preset--spacing--m);
}

.editor-styles-wrapper.post-type-post .wp-block-post-content h2,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content h2,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content h2,
.editor-styles-wrapper.post-type-post .wp-block-post-content h3,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content h3,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content h3,
.editor-styles-wrapper.post-type-post .wp-block-post-content h4,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content h4,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content h4 {
  color: var(--wp--preset--color--brand-strong);
}

.editor-styles-wrapper.post-type-post .wp-block-post-content h2,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content h2,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content h2 {
  border-left: 4px solid var(--mcf-color-accent-red);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-style: italic;
  line-height: 1.25;
  margin-bottom: var(--wp--preset--spacing--m);
  margin-top: 0;
  padding-inline-start: var(--wp--preset--spacing--m);
}

.editor-styles-wrapper.post-type-post .wp-block-post-content h3,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content h3,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content h3 {
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-style: italic;
  line-height: 1.3;
  margin-bottom: var(--wp--preset--spacing--s);
  margin-top: var(--wp--preset--spacing--l);
}

.editor-styles-wrapper.post-type-post .wp-block-post-content h4,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content h4,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content h4 {
  font-size: 1.2rem;
  line-height: 1.35;
  margin-bottom: var(--wp--preset--spacing--s);
  margin-top: var(--wp--preset--spacing--l);
}

.editor-styles-wrapper.post-type-post .wp-block-post-content blockquote,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content blockquote,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content blockquote {
  background: var(--wp--preset--color--surface-muted);
  border: 0;
  border-radius: 1rem;
  color: var(--wp--preset--color--brand-strong);
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  font-style: italic;
  line-height: 1.45;
  margin: var(--wp--preset--spacing--l) 0;
  padding: var(--wp--preset--spacing--l);
  text-align: center;
}

.editor-styles-wrapper.post-type-post .wp-block-post-content ul,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content ul,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.editor-styles-wrapper.post-type-post .wp-block-post-content ul li,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content ul li,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content ul li {
  margin: 0;
  padding-left: 1.65rem;
  position: relative;
}

.editor-styles-wrapper.post-type-post .wp-block-post-content ul li + li,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content ul li + li,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content ul li + li {
  margin-top: var(--wp--preset--spacing--s);
}

.editor-styles-wrapper.post-type-post .wp-block-post-content ul li::before,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content ul li::before,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content ul li::before {
  color: var(--mcf-color-accent-red);
  content: "›";
  font-size: 1.25rem;
  font-weight: 700;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0.2rem;
}

.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-body-section__note,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-body-section__note,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-body-section__note {
  border-left: 4px solid var(--mcf-color-accent-red);
  border-radius: 0 0.6rem 0.6rem 0;
  margin: var(--wp--preset--spacing--l) 0;
  padding: var(--wp--preset--spacing--m);
}

.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-body-section__note--alert,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-body-section__note--alert,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-body-section__note--alert {
  background: var(--wp--preset--color--surface-muted);
}

.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-body-section__note--info,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-body-section__note--info,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-body-section__note--info {
  background: var(--wp--preset--color--surface);
  border-left-color: var(--wp--preset--color--brand);
}

.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-body-section__separator,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-body-section__separator,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-body-section__separator {
  border-color: var(--mcf-color-accent-red);
  border-width: 2px 0 0;
  margin: var(--wp--preset--spacing--l) 0;
  width: 6rem;
}

/* =============================================
   Post Authoring Styles (5-style system)
   Scope: frontend article body + editor canvas
   ============================================= */

.mcf-post-body-section__article .mcf-post-style,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-style,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-style,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-style {
  margin: var(--wp--preset--spacing--l) 0;
  padding: var(--wp--preset--spacing--l);
  border-radius: 1rem;
  background: var(--wp--preset--color--surface-muted);
}

.mcf-post-body-section__article .mcf-post-style > *,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-style > *,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-style > *,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-style > * {
  margin-block-start: 0;
}

.mcf-post-body-section__article .mcf-post-style > * + *,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-style > * + *,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-style > * + *,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-style > * + * {
  margin-block-start: var(--wp--preset--spacing--m);
}

.mcf-post-body-section__article .mcf-post-style .mcf-post-style__kicker,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-style .mcf-post-style__kicker,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-style .mcf-post-style__kicker,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-style .mcf-post-style__kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.8rem;
  border-radius: var(--mcf-radius-pill);
  color: var(--wp--preset--color--on-brand);
  background: var(--wp--preset--color--brand-strong);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.mcf-post-body-section__article .mcf-post-style h2,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-style h2,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-style h2,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-style h2 {
  border-left: 0;
  padding-inline-start: 0;
  font-style: normal;
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
}

.mcf-post-body-section__article .mcf-post-style h3,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-style h3,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-style h3,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-style h3 {
  font-size: clamp(1.2rem, 2.1vw, 1.55rem);
  font-style: normal;
}

.mcf-post-body-section__article .mcf-post-style h4,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-style h4,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-style h4,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-style h4 {
  margin-top: var(--wp--preset--spacing--l);
  margin-bottom: 0.4rem;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.35;
}

.mcf-post-body-section__article .mcf-post-style .mcf-post-block,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-style .mcf-post-block,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-style .mcf-post-block,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-style .mcf-post-block {
  margin: var(--wp--preset--spacing--m) 0;
  padding: var(--wp--preset--spacing--m);
  border-radius: var(--mcf-radius-l);
  background: var(--wp--preset--color--surface);
}

.mcf-post-body-section__article .mcf-post-block--introduction,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-block--introduction,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-block--introduction,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-block--introduction,
.editor-styles-wrapper .mcf-post-block--introduction {
  margin: var(--wp--preset--spacing--l) 0;
  padding: 0;
  background: transparent;
}

.mcf-post-body-section__article .mcf-post-block--introduction h2,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-block--introduction h2,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-block--introduction h2,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-block--introduction h2,
.editor-styles-wrapper .mcf-post-block--introduction h2 {
  margin: 0 0 var(--wp--preset--spacing--m);
  padding-left: var(--wp--preset--spacing--m);
  border-left: 4px solid var(--mcf-color-accent-red);
  color: var(--wp--preset--color--brand-strong);
  font-family: "Montserrat", sans-serif;
  font-feature-settings: normal;
  font-size: 30px;
  font-style: italic;
  font-variation-settings: normal;
  font-weight: 200;
}

.mcf-post-body-section__article .mcf-post-block--introduction p,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-block--introduction p,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-block--introduction p,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-block--introduction p,
.editor-styles-wrapper .mcf-post-block--introduction p {
  margin: 0 0 var(--wp--preset--spacing--m);
  color: rgb(51, 65, 85);
}

.mcf-post-body-section__article .mcf-post-block--introduction p:last-child,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-block--introduction p:last-child,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-block--introduction p:last-child,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-block--introduction p:last-child,
.editor-styles-wrapper .mcf-post-block--introduction p:last-child {
  margin-bottom: 0;
}

.mcf-post-body-section__article .mcf-post-style ul,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-style ul,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-style ul,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-style ul {
  list-style: disc;
  margin: 0;
  padding-left: 1.2rem;
}

.mcf-post-body-section__article .mcf-post-style ul li,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-style ul li,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-style ul li,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-style ul li {
  margin: 0;
  padding-left: 0;
}

.mcf-post-body-section__article .mcf-post-style ul li::before,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-style ul li::before,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-style ul li::before,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-style ul li::before {
  content: none;
}

.mcf-post-body-section__article .mcf-post-style .mcf-post-block > * + *,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-style .mcf-post-block > * + *,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-style .mcf-post-block > * + *,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-style .mcf-post-block > * + * {
  margin-block-start: var(--wp--preset--spacing--s);
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--note, .mcf-post-block--note),
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--note, .mcf-post-block--note),
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--note, .mcf-post-block--note),
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--note, .mcf-post-block--note),
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--note, .mcf-post-block--note) {
  box-sizing: border-box;
  border: 0 solid rgb(232, 0, 45);
  border-left-width: 4px;
  border-radius: 0 8px 8px 0;
  color: rgb(51, 65, 85);
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--note, .mcf-post-block--note) h4,
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--note, .mcf-post-block--note) h4,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--note, .mcf-post-block--note) h4,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--note, .mcf-post-block--note) h4,
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--note, .mcf-post-block--note) h4 {
  margin: 0;
  font-size: 1rem;
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--note, .mcf-post-block--note) p,
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--note, .mcf-post-block--note) p,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--note, .mcf-post-block--note) p,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--note, .mcf-post-block--note) p,
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--note, .mcf-post-block--note) p {
  margin: 0.25rem 0 0;
  font-size: 0.92rem;
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--note-alert, .mcf-post-block--note-alert),
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--note-alert, .mcf-post-block--note-alert),
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--note-alert, .mcf-post-block--note-alert),
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--note-alert, .mcf-post-block--note-alert),
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--note-alert, .mcf-post-block--note-alert) {
  background: rgb(254, 242, 242);
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention),
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention),
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention),
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention),
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention) {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 0;
  margin-bottom: 32px;
  padding: 24px;
  border: 0 solid rgb(232, 0, 45);
  border-left-width: 4px;
  border-radius: 0 8px 8px 0;
  box-sizing: border-box;
  color: rgb(51, 65, 85);
  background: rgb(254, 242, 242);
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention, .mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) .mcf-post-block--point-attention-icon-wrap,
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention, .mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) .mcf-post-block--point-attention-icon-wrap,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention, .mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) .mcf-post-block--point-attention-icon-wrap,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention, .mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) .mcf-post-block--point-attention-icon-wrap,
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention, .mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) .mcf-post-block--point-attention-icon-wrap {
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention, .mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) .mcf-post-block--point-attention-icon,
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention, .mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) .mcf-post-block--point-attention-icon,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention, .mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) .mcf-post-block--point-attention-icon,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention, .mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) .mcf-post-block--point-attention-icon,
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention, .mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) .mcf-post-block--point-attention-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin: 0;
  border-radius: 999px;
  color: rgb(232, 0, 45);
  background: color-mix(in srgb, rgb(232, 0, 45) 16%, white);
  font-family: "Material Symbols Outlined", sans-serif;
  font-feature-settings: "liga";
  font-size: 14px;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-weight: 400;
  line-height: 1;
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention, .mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) .mcf-post-block--point-attention-content,
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention, .mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) .mcf-post-block--point-attention-content,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention, .mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) .mcf-post-block--point-attention-content,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention, .mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) .mcf-post-block--point-attention-content,
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention, .mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) .mcf-post-block--point-attention-content {
  margin: 0;
  padding: 0;
  min-width: 0;
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention) h4,
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention) h4,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention) h4,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention) h4,
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention) h4 {
  margin: 0 0 4px;
  color: rgb(232, 0, 45);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.25px;
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention) p,
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention) p,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention) p,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention) p,
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention) p {
  margin: 0;
  color: rgb(51, 65, 85);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention) p.mcf-post-block--point-attention-icon,
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention) p.mcf-post-block--point-attention-icon,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention) p.mcf-post-block--point-attention-icon,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention) p.mcf-post-block--point-attention-icon,
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--point-attention, .mcf-post-block--point-attention) p.mcf-post-block--point-attention-icon {
  margin: 0;
  font-family: "Material Symbols Outlined", sans-serif;
  font-feature-settings: "liga";
  font-size: 14px;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-weight: 400;
  line-height: 1;
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir),
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir),
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir),
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir),
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 24px;
  border: 0 solid rgb(26, 42, 94);
  border-left-width: 4px;
  border-radius: 0 8px 8px 0;
  box-sizing: border-box;
  color: rgb(51, 65, 85);
  background: rgb(239, 246, 255);
  border-left-color: rgb(26, 42, 94);
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) .mcf-post-block--point-attention-icon,
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) .mcf-post-block--point-attention-icon,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) .mcf-post-block--point-attention-icon,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) .mcf-post-block--point-attention-icon,
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) .mcf-post-block--point-attention-icon {
  color: rgb(26, 42, 94);
  background: color-mix(in srgb, rgb(26, 42, 94) 16%, white);
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) h4,
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) h4,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) h4,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) h4,
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) h4 {
  margin: 0 0 4px;
  color: rgb(26, 42, 94);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.25px;
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) p,
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) p,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) p,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) p,
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) p {
  margin: 0;
  color: rgb(51, 65, 85);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) p.mcf-post-block--point-attention-icon,
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) p.mcf-post-block--point-attention-icon,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) p.mcf-post-block--point-attention-icon,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) p.mcf-post-block--point-attention-icon,
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) p.mcf-post-block--point-attention-icon {
  margin: 0;
  font-family: "Material Symbols Outlined", sans-serif;
  font-feature-settings: "liga";
  font-size: 14px;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-weight: 400;
  line-height: 1;
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--note-info, .mcf-post-block--note-info),
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--note-info, .mcf-post-block--note-info),
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--note-info, .mcf-post-block--note-info),
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--note-info, .mcf-post-block--note-info),
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--note-info, .mcf-post-block--note-info) {
  border-left-color: var(--wp--preset--color--brand);
  background: #eff6ff;
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir),
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir),
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir),
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir),
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--bon-savoir, .mcf-post-block--bon-savoir) {
  border-left-color: rgb(26, 42, 94);
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures),
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures),
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures),
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures),
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) {
  margin: 0;
  padding: 0;
  color: rgb(51, 65, 85);
  background: transparent;
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) h4,
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) h4,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) h4,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) h4,
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) h4 {
  margin: 0 0 24px;
  color: rgb(26, 42, 94);
  font-family: "Montserrat", sans-serif;
  font-feature-settings: normal;
  font-size: 20px;
  font-style: italic;
  font-variation-settings: normal;
  font-weight: 200;
  line-height: 28px;
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) .mcf-post-block--measure-list,
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) .mcf-post-block--measure-list,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) .mcf-post-block--measure-list,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) .mcf-post-block--measure-list,
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) .mcf-post-block--measure-list {
  margin: 0 0 40px;
  padding-left: 0;
  list-style: none;
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) .mcf-post-block--measure-list li,
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) .mcf-post-block--measure-list li,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) .mcf-post-block--measure-list li,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) .mcf-post-block--measure-list li,
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) .mcf-post-block--measure-list li {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding-left: 0;
  position: static;
  color: rgb(51, 65, 85);
  font-size: 18px;
  line-height: 29.25px;
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) .mcf-post-block--measure-list li::before,
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) .mcf-post-block--measure-list li::before,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) .mcf-post-block--measure-list li::before,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) .mcf-post-block--measure-list li::before,
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) .mcf-post-block--measure-list li::before {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  position: static;
  left: auto;
  top: auto;
  margin-right: 12px;
  color: rgb(232, 0, 45);
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.mcf-post-body-section__article :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) .mcf-post-block--measure-list li + li,
.editor-styles-wrapper.post-type-post .wp-block-post-content :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) .mcf-post-block--measure-list li + li,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) .mcf-post-block--measure-list li + li,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) .mcf-post-block--measure-list li + li,
.editor-styles-wrapper :is(.mcf-post-style .mcf-post-block--mesures, .mcf-post-block--mesures) .mcf-post-block--measure-list li + li {
  margin-top: 16px;
}

.mcf-post-body-section__article .mcf-post-style .mcf-post-block--timeline-step,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-style .mcf-post-block--timeline-step,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-style .mcf-post-block--timeline-step,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-style .mcf-post-block--timeline-step {
  position: relative;
  padding-left: calc(var(--wp--preset--spacing--m) + 1rem);
}

.mcf-post-body-section__article .mcf-post-style .mcf-post-block--timeline-step::before,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-style .mcf-post-block--timeline-step::before,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-style .mcf-post-block--timeline-step::before,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-style .mcf-post-block--timeline-step::before {
  content: "";
  position: absolute;
  left: 0.7rem;
  top: var(--wp--preset--spacing--m);
  bottom: var(--wp--preset--spacing--m);
  width: 2px;
  background: color-mix(in srgb, var(--wp--preset--color--brand-strong) 20%, transparent);
}

.mcf-post-body-section__article .mcf-post-style .mcf-post-block--quote-highlight,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-style .mcf-post-block--quote-highlight,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-style .mcf-post-block--quote-highlight,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-style .mcf-post-block--quote-highlight {
  margin: var(--wp--preset--spacing--m) 0;
  border-left: 0;
  border-radius: var(--mcf-radius-l);
  background: color-mix(in srgb, var(--wp--preset--color--brand) 10%, var(--wp--preset--color--surface));
  color: var(--wp--preset--color--brand-strong);
  text-align: left;
}

.mcf-post-body-section__article .mcf-post-style .mcf-post-block--quote,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-style .mcf-post-block--quote,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-style .mcf-post-block--quote,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-style .mcf-post-block--quote {
  margin: var(--wp--preset--spacing--l) 0;
  border: 0;
  border-radius: 1rem;
  color: var(--wp--preset--color--brand-strong);
  background: var(--wp--preset--color--surface-muted);
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  font-style: italic;
  line-height: 1.45;
  padding: var(--wp--preset--spacing--l);
  text-align: center;
}

.mcf-post-body-section__article .mcf-post-style .mcf-post-block--checklist ul,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-style .mcf-post-block--checklist ul,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-style .mcf-post-block--checklist ul,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-style .mcf-post-block--checklist ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.mcf-post-body-section__article .mcf-post-style .mcf-post-block--checklist li,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-style .mcf-post-block--checklist li,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-style .mcf-post-block--checklist li,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-style .mcf-post-block--checklist li {
  position: relative;
  padding-left: 1.8rem;
}

.mcf-post-body-section__article .mcf-post-style .mcf-post-block--checklist li::before,
.editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-style .mcf-post-block--checklist li::before,
.editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-style .mcf-post-block--checklist li::before,
.editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-style .mcf-post-block--checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--mcf-color-accent-red) 16%, white);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--mcf-color-accent-red) 44%, white);
}

@media (max-width: 47.999rem) {
  .mcf-post-body-section__article .mcf-post-style,
  .editor-styles-wrapper.post-type-post .wp-block-post-content .mcf-post-style,
  .editor-styles-wrapper.post-type-domaine .wp-block-post-content .mcf-post-style,
  .editor-styles-wrapper.post-type-pilier .wp-block-post-content .mcf-post-style {
    padding: var(--wp--preset--spacing--m);
  }
}

/* =============================================
   Pattern Inserter Preview Parity
   Scope: Gutenberg thumbnails/inserter previews
   ============================================= */

.block-editor-block-patterns-list__list-item,
.block-editor-block-patterns-list__item,
.block-editor-block-preview__container {
  min-height: 8.4rem;
}

.block-editor-block-preview__content {
  transform-origin: top left;
}

.block-editor-block-preview__content .mcf-post-style {
  margin: var(--wp--preset--spacing--s) 0;
  padding: var(--wp--preset--spacing--m);
  border-radius: var(--mcf-radius-l);
  background: var(--wp--preset--color--surface-muted);
}

.block-editor-block-preview__content .mcf-post-style .mcf-post-style__kicker {
  display: inline-flex;
  padding: 0.22rem 0.55rem;
  border-radius: var(--mcf-radius-pill);
  color: var(--wp--preset--color--on-brand);
  background: var(--wp--preset--color--brand-strong);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.block-editor-block-preview__content .mcf-post-style .mcf-post-block {
  margin: 0.45rem 0;
  padding: 0.45rem;
  border-radius: 0.5rem;
  background: var(--wp--preset--color--surface);
}

.block-editor-block-preview__content .mcf-post-style .mcf-post-block--note {
  border-left: 3px solid var(--mcf-color-accent-red);
}

.block-editor-block-preview__content .mcf-post-style .mcf-post-block--note-info {
  border-left-color: var(--wp--preset--color--brand);
}

.editor-styles-wrapper .mcf-post-style {
  margin: var(--wp--preset--spacing--l) 0;
  padding: var(--wp--preset--spacing--l);
  border-radius: 1rem;
  background: var(--wp--preset--color--surface-muted);
}

.editor-styles-wrapper .mcf-post-style > * {
  margin-block-start: 0;
}

.editor-styles-wrapper .mcf-post-style > * + * {
  margin-block-start: var(--wp--preset--spacing--m);
}

.editor-styles-wrapper .mcf-post-style .mcf-post-style__kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.8rem;
  border-radius: var(--mcf-radius-pill);
  color: var(--wp--preset--color--on-brand);
  background: var(--wp--preset--color--brand-strong);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.editor-styles-wrapper .mcf-post-style h2 {
  border-left: 0;
  padding-inline-start: 0;
  font-style: normal;
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
}

.editor-styles-wrapper .mcf-post-style h3 {
  font-size: clamp(1.2rem, 2.1vw, 1.55rem);
  font-style: normal;
}

.editor-styles-wrapper .mcf-post-style h4 {
  margin-top: var(--wp--preset--spacing--l);
  margin-bottom: 0.4rem;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.35;
}

.editor-styles-wrapper .mcf-post-style .mcf-post-block {
  margin: var(--wp--preset--spacing--m) 0;
  padding: var(--wp--preset--spacing--m);
  border-radius: var(--mcf-radius-l);
  background: var(--wp--preset--color--surface);
}

.editor-styles-wrapper .mcf-post-style .mcf-post-block > * + * {
  margin-block-start: var(--wp--preset--spacing--s);
}

.editor-styles-wrapper .mcf-post-style ul {
  list-style: disc;
  margin: 0;
  padding-left: 1.2rem;
}

.editor-styles-wrapper .mcf-post-style ul li {
  margin: 0;
  padding-left: 0;
}

.editor-styles-wrapper .mcf-post-style ul li::before {
  content: none;
}

.editor-styles-wrapper .mcf-post-style .mcf-post-block--note {
  border-left: 4px solid var(--mcf-color-accent-red);
  border-radius: 0 0.6rem 0.6rem 0;
}

.editor-styles-wrapper .mcf-post-style .mcf-post-block--note h4 {
  margin: 0;
  font-size: 1rem;
}

.editor-styles-wrapper .mcf-post-style .mcf-post-block--note p {
  margin: 0.25rem 0 0;
  font-size: 0.92rem;
}

.editor-styles-wrapper .mcf-post-style .mcf-post-block--note-alert {
  background: #fef2f2;
}

.editor-styles-wrapper .mcf-post-style .mcf-post-block--note-info {
  border-left-color: var(--wp--preset--color--brand);
  background: #eff6ff;
}

.editor-styles-wrapper .mcf-post-style .mcf-post-block--timeline-step {
  position: relative;
  padding-left: calc(var(--wp--preset--spacing--m) + 1rem);
}

.editor-styles-wrapper .mcf-post-style .mcf-post-block--timeline-step::before {
  content: "";
  position: absolute;
  left: 0.7rem;
  top: var(--wp--preset--spacing--m);
  bottom: var(--wp--preset--spacing--m);
  width: 2px;
  background: color-mix(in srgb, var(--wp--preset--color--brand-strong) 20%, transparent);
}

.editor-styles-wrapper .mcf-post-style .mcf-post-block--quote-highlight {
  margin: var(--wp--preset--spacing--m) 0;
  border-left: 0;
  border-radius: var(--mcf-radius-l);
  background: color-mix(in srgb, var(--wp--preset--color--brand) 10%, var(--wp--preset--color--surface));
  color: var(--wp--preset--color--brand-strong);
  text-align: left;
}

.editor-styles-wrapper .mcf-post-style .mcf-post-block--quote {
  margin: var(--wp--preset--spacing--l) 0;
  border: 0;
  border-radius: 1rem;
  color: var(--wp--preset--color--brand-strong);
  background: var(--wp--preset--color--surface-muted);
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  font-style: italic;
  line-height: 1.45;
  padding: var(--wp--preset--spacing--l);
  text-align: center;
}

.editor-styles-wrapper .mcf-post-style .mcf-post-block--checklist ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.editor-styles-wrapper .mcf-post-style .mcf-post-block--checklist li {
  position: relative;
  padding-left: 1.8rem;
}

.editor-styles-wrapper .mcf-post-style .mcf-post-block--checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--mcf-color-accent-red) 16%, white);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--mcf-color-accent-red) 44%, white);
}

@media (max-width: 47.999rem) {
  .editor-styles-wrapper .mcf-post-style {
    padding: var(--wp--preset--spacing--m);
  }
}

.mcf-page-hero {
  position: relative;
  overflow: hidden;
  min-height: var(--mcf-hero-inner-min-height-medium);
}

.mcf-page-hero--offset {
  margin-top: calc(var(--mcf-layout-header-offset) * -1);
}

.wp-site-blocks > .mcf-page-hero--offset {
  margin-block-start: calc(var(--mcf-layout-header-offset) * -1) !important;
}

.mcf-page-hero--small {
  min-height: var(--mcf-hero-inner-min-height-small);
}

.mcf-page-hero--large {
  min-height: var(--mcf-hero-inner-min-height-large);
}

.mcf-page-hero__media {
  position: absolute;
  inset: 0;
}

.mcf-page-hero__media.is-layout-flow > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.mcf-page-hero.is-layout-flow > .mcf-page-hero__inner {
  margin-block-start: 0 !important;
}

.mcf-page-hero.is-layout-flow > * {
  margin-block-start: 0 !important;
}

.mcf-page-hero__image,
.mcf-page-hero__image .wp-block-image,
.mcf-page-hero__image img {
  height: 100%;
}

.mcf-page-hero__image {
  margin: 0;
  width: 100%;
}

.mcf-page-hero__image img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.mcf-page-hero__media:has(.mcf-page-hero__featured img) .mcf-page-hero__fallback {
  display: none;
}

.mcf-page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(192, 209, 250, 1) 0%, rgba(36, 53, 132, 0.8) 33%);
}

.mcf-page-hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: min(100% - 3rem, var(--mcf-layout-site-max-width));
  min-height: inherit;
  margin-inline: auto;
  padding-top: 7rem;
  padding-bottom: 0;
}

.mcf-page-hero--large .mcf-page-hero__inner {
  padding-top: 8rem;
  padding-bottom: 0;
}

.mcf-page-hero__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--m);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
}

.mcf-page-hero__crumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mcf-page-hero__crumb {
  display: inline-flex;
  align-items: center;
}

.mcf-page-hero__crumb-separator {
  margin-inline: 0.25rem;
}

.mcf-page-hero__crumb-link {
  color: inherit;
  text-decoration: none;
}

.mcf-page-hero__crumb-current {
  color: var(--wp--preset--color--on-brand);
  font-weight: 600;
}

.mcf-page-hero__title {
  margin: 0;
  color: var(--wp--preset--color--on-brand);
  font-family: Montserrat, sans-serif;
  font-feature-settings: normal;
  font-size: 48px;
  font-style: italic;
  font-variation-settings: normal;
  font-weight: 200;
  line-height: 1.12;
}

.mcf-page-hero--large .mcf-page-hero__title {
  max-width: 24ch;
}

@media (max-width: 48rem) {
  .mcf-page-hero__title {
    font-size: clamp(2.25rem, 9.5vw, 2.5rem);
    line-height: 1.08;
  }

  body.single-post .mcf-page-hero__title {
    font-size: clamp(2.125rem, 8.75vw, 2.375rem);
  }
}

.mcf-post-hero-footer {
  margin-top: var(--wp--preset--spacing--m);
}

.mcf-post-hero-footer.is-layout-constrained {
  width: 100%;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mcf-post-hero-footer.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mcf-post-hero-footer__category {
  margin: 0 0 0.75rem;
}

.mcf-post-hero-footer__category a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: var(--mcf-radius-pill);
  color: var(--wp--preset--color--on-brand);
  background: var(--wp--preset--color--brand-strong);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.mcf-post-hero-footer__meta {
  gap: var(--wp--preset--spacing--m);
  padding-bottom: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
}

.mcf-post-hero-footer__meta-item {
  gap: 0.35rem;
}

.mcf-post-hero-footer__icon {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Material Symbols Outlined", sans-serif;
  font-size: 1rem;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  line-height: 1;
}

.mcf-post-hero-footer__date,
.mcf-post-hero-footer__meta .wp-block-shortcode,
.mcf-post-hero-footer__meta-item > p:not(.mcf-post-hero-footer__icon) {
  margin: 0;
}

.mcf-page-hero__subtitle {
  margin-top: var(--wp--preset--spacing--s);
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
  font-weight: 300;
}

.editor-styles-wrapper .mcf-page-hero {
  position: relative;
  overflow: hidden;
}

.editor-styles-wrapper .mcf-page-hero .mcf-page-hero__media {
  position: absolute !important;
  inset: 0;
  z-index: 0;
}

.editor-styles-wrapper .mcf-page-hero .mcf-page-hero__overlay {
  position: absolute !important;
  inset: 0;
  z-index: 1;
  display: block;
}

.editor-styles-wrapper .mcf-page-hero .mcf-page-hero__inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
}

@media (max-width: 48rem) {
  .mcf-page-hero__inner {
    width: min(100% - 2rem, var(--mcf-layout-site-max-width));
    padding-top: 6.5rem;
  }
}

.mcf-site-footer {
  color: var(--wp--preset--color--on-brand);
  background: var(--wp--preset--color--brand-strong);
  font-size: 0.9rem;
  line-height: 1.45;
}

.mcf-site-footer__inner {
  width: min(100% - 2rem, var(--mcf-layout-site-max-width));
  margin-inline: auto;
  padding-top: clamp(1.25rem, 3vw, 2rem);
  padding-bottom: clamp(1.125rem, 2.5vw, 1.75rem);
}

.mcf-site-footer .wp-block-columns {
  display: grid !important;
  gap: var(--wp--preset--spacing--m);
  margin-bottom: var(--wp--preset--spacing--m) !important;
}

.mcf-site-footer .wp-block-column {
  max-width: 30rem;
}

.mcf-site-footer .wp-block-column.is-vertically-aligned-top {
  display: grid;
  gap: var(--wp--preset--spacing--s);
  align-content: start;
}

.mcf-site-footer .wp-block-column p {
  margin: 0;
  margin-top: 0.35rem;
}

.mcf-site-footer .wp-block-column:first-child p,
.mcf-site-footer .wp-block-column:first-child p a {
  font-size: 0.9rem;
  line-height: 1.35;
}

.mcf-site-footer .wp-block-column:first-child p + p {
  margin-top: 0.2rem;
}

.mcf-site-footer .wp-block-column.is-vertically-aligned-top p,
.mcf-site-footer .wp-block-column.is-vertically-aligned-top p a {
  font-size: 0.9rem;
  line-height: 1.35;
}

.mcf-site-footer .wp-block-column.is-vertically-aligned-top p + p {
  margin-top: 0.2rem;
}

.mcf-site-footer__logo {
  margin-bottom: var(--wp--preset--spacing--s);
}

.mcf-site-footer__logo .wp-block-site-logo img,
.mcf-site-footer__logo .wp-block-image img {
  width: clamp(7.75rem, 15vw, 9.5rem);
  height: auto;
}

.mcf-site-footer a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.mcf-site-footer a:hover,
.mcf-site-footer a:focus-visible {
  color: var(--wp--preset--color--accent);
}

.mcf-site-footer__meta {
  color: rgba(255, 255, 255, 0.62);
}

.mcf-site-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--s);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  margin-top: var(--wp--preset--spacing--s);
  padding-top: var(--wp--preset--spacing--s);
}

.mcf-site-footer__bottom p {
  margin: 0;
}

@media (min-width: 48rem) {
  .mcf-site-footer .wp-block-columns {
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: var(--wp--preset--spacing--l);
    margin-bottom: var(--wp--preset--spacing--l) !important;
  }

  .mcf-site-footer .wp-block-column.is-vertically-aligned-top {
    justify-items: end;
    text-align: right;
  }

  .mcf-site-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

/* =============================================
   Related Articles Section
   ============================================= */

.mcf-related-articles-section {
  background: var(--wp--preset--color--surface-muted);
}

.mcf-related-articles-section__inner {
  width: min(100% - 2rem, var(--mcf-layout-site-max-width));
  max-width: none;
  margin-inline: auto;
}

.mcf-related-articles-section__title {
  margin: 0 0 var(--wp--preset--spacing--l);
  color: var(--wp--preset--color--brand-strong);
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  line-height: 1.2;
}

.mcf-related-articles-section__query.mcf-archive-grid {
  width: 100% !important;
}

.mcf-related-articles-section__grid.wp-block-post-template {
  grid-template-columns: 1fr;
}

@media (min-width: 48rem) {
  .mcf-related-articles-section__grid.wp-block-post-template {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.mcf-related-articles-section .mcf-archive-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mcf-related-articles-section .mcf-archive-card:hover,
.mcf-related-articles-section .mcf-archive-card:focus-within {
  transform: translateY(-0.2rem);
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.24);
}

.mcf-related-articles-section .mcf-archive-card__title a:focus-visible,
.mcf-related-articles-section .mcf-archive-card__title a:hover {
  color: var(--wp--preset--color--on-brand);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.editor-styles-wrapper .mcf-related-articles-section .mcf-archive-grid,
.editor-styles-wrapper .mcf-related-articles-section .mcf-related-articles-section__inner {
  width: 100% !important;
  max-width: none !important;
}

/* =============================================
   Archive Grid
   ============================================= */

.mcf-archive-grid {
  width: min(100% - 2rem, var(--mcf-layout-site-max-width)) !important;
  max-width: none !important;
  margin-inline: auto !important;
  padding-inline: 0;
}

.mcf-archive-grid.is-layout-flow > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.mcf-archive-grid__list.wp-block-post-template {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--l);
}

.mcf-archive-grid__list.wp-block-post-template > * {
  margin-block-start: 0 !important;
}

@media (min-width: 48rem) {
  .mcf-archive-grid__list.wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .mcf-archive-grid__list.wp-block-post-template {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* =============================================
   Archive Card
   ============================================= */

.mcf-archive-card {
  position: relative;
  min-height: 24rem;
  border-radius: 1rem;
  overflow: hidden;
}

.mcf-archive-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 20%, rgba(0, 0, 0, 0.68) 100%);
  z-index: 1;
  pointer-events: none;
}

.mcf-archive-card.is-layout-flow > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

/* Card image */

.mcf-archive-card__image {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  margin: 0 !important;
}

.mcf-archive-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Category pill */

.mcf-archive-card__category {
  position: absolute !important;
  top: var(--wp--preset--spacing--m);
  left: var(--wp--preset--spacing--m);
  z-index: 2;
  margin: 0 !important;
}

.mcf-archive-card__category a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: var(--mcf-radius-pill);
  color: var(--wp--preset--color--on-brand);
  background: var(--mcf-color-accent-red);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

/* Content area */

.mcf-archive-card__content {
  position: absolute !important;
  right: var(--wp--preset--spacing--m);
  bottom: var(--wp--preset--spacing--m);
  left: var(--wp--preset--spacing--m);
  z-index: 2;
}

.mcf-archive-card__content.is-layout-flow > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.mcf-archive-card__date {
  margin: 0 0 0.35rem !important;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.85rem;
}

.mcf-archive-card__title {
  margin: 0 !important;
  color: var(--wp--preset--color--on-brand);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.35;
}

.mcf-archive-card__title a {
  color: inherit;
  text-decoration: none;
}

/* =============================================
   Archive Pagination
   ============================================= */

.mcf-archive-pagination.wp-block-query-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding-top: var(--wp--preset--spacing--l);
}

.mcf-archive-pagination .wp-block-query-pagination-previous,
.mcf-archive-pagination .wp-block-query-pagination-next {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.8rem;
  border-radius: var(--mcf-radius-pill);
  color: var(--wp--preset--color--on-brand);
  background: var(--wp--preset--color--brand);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.18s ease;
}

.mcf-archive-pagination .wp-block-query-pagination-previous:hover,
.mcf-archive-pagination .wp-block-query-pagination-previous:focus-visible,
.mcf-archive-pagination .wp-block-query-pagination-next:hover,
.mcf-archive-pagination .wp-block-query-pagination-next:focus-visible {
  background: var(--wp--preset--color--brand-strong);
}

.mcf-archive-pagination .wp-block-query-pagination-numbers {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mcf-archive-pagination .wp-block-query-pagination-numbers .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: var(--wp--preset--color--brand-strong);
  background: var(--wp--preset--color--surface-muted);
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.mcf-archive-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  color: var(--wp--preset--color--on-brand);
  background: var(--mcf-color-accent-red);
}

.mcf-archive-pagination .wp-block-query-pagination-numbers .page-numbers:hover,
.mcf-archive-pagination .wp-block-query-pagination-numbers .page-numbers:focus-visible {
  background: var(--mcf-color-accent-red);
  color: var(--wp--preset--color--on-brand);
}

/* =============================================
   Archive Card — Editor Preview
   ============================================= */

.editor-styles-wrapper .mcf-archive-card {
  position: relative;
  min-height: 24rem;
  border-radius: 1rem;
  overflow: hidden;
}

.editor-styles-wrapper .mcf-archive-card .mcf-archive-card__image {
  position: absolute !important;
  inset: 0;
  z-index: 0;
}

.editor-styles-wrapper .mcf-archive-card .mcf-archive-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editor-styles-wrapper .mcf-archive-card .mcf-archive-card__content {
  position: absolute !important;
  right: var(--wp--preset--spacing--m);
  bottom: var(--wp--preset--spacing--m);
  left: var(--wp--preset--spacing--m);
  z-index: 2;
}

.editor-styles-wrapper .mcf-archive-card .mcf-archive-card__category {
  position: absolute !important;
  top: var(--wp--preset--spacing--m);
  left: var(--wp--preset--spacing--m);
  z-index: 2;
}
