@font-face {
  font-display: swap;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/barlow-latin.woff2") format("woff2");
}

:root {
  --a2cp-carbon: #343832;
  --a2cp-canvas: #ebe8e0;
  --a2cp-paper: #f6f3ed;
  --a2cp-blue: #3f6c72;
  --a2cp-blue-soft: #93aaaa;
  --a2cp-green: #66705b;
  --a2cp-green-soft: #a0a88f;
  --a2cp-stone: #b0a89f;
  --a2cp-concrete: #c7c3ba;
  --a2cp-muted: #656761;
  --a2cp-line: rgba(52, 56, 50, 0.18);
  --a2cp-photo-ink: rgba(52, 56, 50, 0.94);
  --a2cp-photo-canvas: rgba(235, 232, 224, 0.94);
  --a2cp-photo-paper: rgba(246, 243, 237, 0.94);
  --a2cp-fast: 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  --a2cp-slow: 720ms cubic-bezier(0.16, 1, 0.3, 1);
  --a2cp-scroll: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--a2cp-canvas);
  color: var(--a2cp-carbon);
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

/* V9: immersive home, native editorial blocks and durable readability fixes. */
.a2cp-button-wrap {
  display: flex;
  height: 100%;
  margin: 0 !important;
}

.a2cp-button-wrap .a2cp-button {
  width: 100%;
}

.a2cp-home-hero {
  background: var(--a2cp-paper);
  display: block;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.a2cp-home-hero > * {
  margin-block: 0 !important;
}

.a2cp-home-hero__visual {
  background: #202520;
  height: clamp(34rem, 76svh, 54rem);
  min-height: 0;
  position: relative;
  width: 100%;
}

[data-a2cp-home-hero] .a2cp-home-hero__visual::before {
  background-image:
    linear-gradient(90deg, rgba(31, 35, 31, 0.18), rgba(31, 35, 31, 0.04)),
    url("../media/chantier-piece-de-vie.webp");
  background-position: center 56%;
  background-size: cover;
  filter: blur(22px) saturate(0.78);
  inset: -2rem;
  opacity: 0.72;
  transform: scale(1.07);
  z-index: 0;
}

[data-a2cp-home-hero] .a2cp-home-hero__visual::after {
  background: linear-gradient(180deg, rgba(31, 35, 31, 0.03) 0%, transparent 52%, rgba(52, 56, 50, 0.2) 72%, var(--a2cp-carbon) 100%);
  height: auto;
  inset: 0;
  right: 0;
  top: 0;
  transform: none;
  width: auto;
  z-index: 2;
}

.a2cp-home-hero__media {
  height: 100%;
  margin: 0 auto !important;
  max-width: 66rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.a2cp-home-hero__media img,
[data-a2cp-home-hero] .a2cp-home-hero__media img {
  filter: saturate(0.9) contrast(1.03);
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  transform: translate3d(var(--a2cp-hero-x), calc(var(--a2cp-hero-y) + var(--a2cp-parallax)), 0) scale(1.035);
  width: 100%;
}

.a2cp-home-hero__caption {
  background: rgba(31, 35, 31, 0.7);
  border: 1px solid rgba(246, 243, 237, 0.24);
  bottom: 7.5rem;
  color: var(--a2cp-paper);
  left: 1rem;
  right: auto;
  z-index: 3;
}

.a2cp-home-hero__caption span {
  color: #b9d9d4;
}

.a2cp-home-hero__copy {
  background: linear-gradient(180deg, rgba(52, 56, 50, 0) 0, rgba(52, 56, 50, 0.93) 6rem, var(--a2cp-carbon) 10rem, var(--a2cp-carbon) 82%, var(--a2cp-paper) 100%);
  color: var(--a2cp-paper);
  display: block;
  margin-top: -10rem !important;
  max-width: none;
  padding: 0.75rem max(1rem, calc((100vw - 72rem) / 2)) clamp(7rem, 16vw, 11rem);
  position: relative;
  width: 100%;
  z-index: 4;
}

.a2cp-home-hero__title,
.a2cp-home-hero__details,
.a2cp-home-hero__title > *,
.a2cp-home-hero__details > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none;
}

.a2cp-home-hero__title .a2cp-kicker {
  color: #b9d9d4;
  margin-bottom: 0.9rem;
}

.a2cp-home-hero__title h1,
.a2cp-home-hero h1 {
  color: var(--a2cp-paper);
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.75rem, 10.7vw, 6rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.95;
  max-width: none;
  text-wrap: balance;
}

.a2cp-home-hero__details {
  margin-top: 1.4rem !important;
}

.a2cp-home-hero__details .a2cp-home-hero__lead {
  color: rgba(246, 243, 237, 0.78);
  font-size: clamp(1rem, 3.4vw, 1.24rem);
  line-height: 1.55;
  max-width: 46rem;
}

.a2cp-home-hero__details .a2cp-actions {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.4rem !important;
  max-width: 36rem;
  width: 100%;
}

.a2cp-home-hero__details .a2cp-button {
  border-radius: 0.7rem;
  height: 100%;
  justify-content: center;
  line-height: 1.15;
  min-height: 3.5rem;
  padding: 0.72rem 0.55rem;
  text-align: center;
}

.a2cp-home-hero__details .a2cp-button--ghost {
  border-color: rgba(246, 243, 237, 0.46);
  color: var(--a2cp-paper);
}

.a2cp-home-hero__details .a2cp-home-hero__proofs {
  margin-top: 1.35rem;
}

.a2cp-home-hero__details .a2cp-home-hero__proofs li {
  border-color: rgba(246, 243, 237, 0.2);
}

.a2cp-home-hero__details .a2cp-home-hero__proofs span,
.a2cp-home-hero__details .a2cp-home-hero__area {
  color: rgba(246, 243, 237, 0.7);
}

.a2cp-home-hero__details .a2cp-home-hero__area {
  border-color: rgba(246, 243, 237, 0.2);
}

[data-a2cp-home-hero][data-motion="ready"] .a2cp-home-hero__title > .a2cp-kicker,
[data-a2cp-home-hero][data-motion="ready"] .a2cp-home-hero__details > * {
  opacity: 0;
  transform: translateY(1.1rem);
}

[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__title > .a2cp-kicker,
[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__details > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__details > :nth-child(1) { transition-delay: 260ms; }
[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__details > :nth-child(2) { transition-delay: 360ms; }
[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__details > :nth-child(3) { transition-delay: 450ms; }
[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__details > :nth-child(4) { transition-delay: 520ms; }

.a2cp-cost-table th,
.a2cp-cost-table td {
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
}

.a2cp-pillar-gallery .a2cp-section-heading {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: clamp(2rem, 6vw, 3.5rem);
  max-width: 72rem;
}

.a2cp-pillar-gallery .a2cp-section-heading h2 {
  max-width: 18ch;
}

.a2cp-pillar-gallery .a2cp-section-heading .a2cp-lead {
  margin-top: 0;
  max-width: 48rem;
}

.a2cp-breadcrumbs {
  margin-inline: auto;
  max-width: 72rem;
  padding-inline: 0;
  width: calc(100% - 2rem);
}

.a2cp-editorial-hero,
.a2cp-editorial-single-hero {
  background:
    radial-gradient(circle at 84% 20%, rgba(147, 170, 170, 0.25), transparent 24rem),
    var(--a2cp-carbon);
  color: var(--a2cp-paper);
  margin-block: 0;
  padding: clamp(4.5rem, 13vw, 8rem) max(1rem, calc((100vw - 72rem) / 2));
}

.a2cp-editorial-hero > *,
.a2cp-editorial-single-hero > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 68rem;
}

.a2cp-editorial-hero h1,
.a2cp-editorial-single-hero h1 {
  color: var(--a2cp-paper);
  font-size: clamp(2.65rem, 10vw, 5.8rem);
  letter-spacing: -0.05em;
  line-height: 0.96;
  margin: 0;
  max-width: 16ch;
  text-wrap: balance;
}

.a2cp-editorial-hero .a2cp-kicker,
.a2cp-editorial-single-hero .a2cp-kicker {
  color: #b9d9d4;
}

.a2cp-editorial-hero .a2cp-lead {
  color: rgba(246, 243, 237, 0.76);
  max-width: 44rem;
}

.a2cp-editorial-single-hero .wp-block-post-date {
  color: rgba(246, 243, 237, 0.68);
  margin-top: 1.25rem;
}

.a2cp-editorial-intro,
.a2cp-editorial-listing,
.a2cp-editorial-article {
  padding: clamp(3.5rem, 9vw, 6.5rem) max(1rem, calc((100vw - 72rem) / 2));
}

.a2cp-editorial-intro > *,
.a2cp-editorial-article > *,
.a2cp-editorial-article__body > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.a2cp-editorial-intro h2,
.a2cp-editorial-article__body h2 {
  font-size: clamp(2rem, 7vw, 3.7rem);
  letter-spacing: -0.045em;
  line-height: 1;
  max-width: 20ch;
}

.a2cp-editorial-query .wp-block-post-template {
  gap: 1rem;
}

.a2cp-editorial-card {
  background: var(--a2cp-paper);
  border: 1px solid var(--a2cp-line);
  border-radius: 1rem 1rem 0.25rem 1rem;
  height: 100%;
  overflow: hidden;
  padding-bottom: 1.35rem;
}

.a2cp-editorial-card > :not(.wp-block-post-featured-image) {
  margin-left: 1.2rem !important;
  margin-right: 1.2rem !important;
}

.a2cp-editorial-card .wp-block-post-featured-image {
  margin-top: 0;
  overflow: hidden;
}

.a2cp-editorial-card .wp-block-post-featured-image img {
  transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.a2cp-editorial-card:hover .wp-block-post-featured-image img {
  transform: scale(1.035);
}

.a2cp-editorial-card .wp-block-post-date {
  color: var(--a2cp-blue);
  font-size: 0.76rem;
  font-weight: 750;
  margin-top: 1.1rem;
}

.a2cp-editorial-card .wp-block-post-title {
  font-size: clamp(1.55rem, 5vw, 2.1rem);
  line-height: 1.04;
}

.a2cp-editorial-card .wp-block-post-title a {
  text-decoration: none;
}

.a2cp-editorial-card .wp-block-post-excerpt {
  color: var(--a2cp-muted);
}

.a2cp-editorial-article {
  background: var(--a2cp-paper);
}

.a2cp-editorial-article__lead {
  font-size: clamp(1.2rem, 4vw, 1.55rem);
  line-height: 1.5;
  max-width: 48rem;
}

.a2cp-editorial-article__media {
  margin-block: clamp(2rem, 6vw, 4rem) !important;
  max-height: 46rem;
  overflow: hidden;
}

.a2cp-editorial-article__media img {
  display: block;
  max-height: 46rem;
  object-fit: cover;
  width: 100%;
}

.a2cp-editorial-article__body {
  max-width: 52rem;
}

.a2cp-editorial-article__body p,
.a2cp-editorial-article__body li {
  font-size: clamp(1rem, 2.5vw, 1.08rem);
  line-height: 1.72;
}

.a2cp-editorial-article__body li + li {
  margin-top: 0.7rem;
}

.a2cp-editorial-actions {
  margin-top: 2.5rem !important;
}

@media (min-width: 48rem) {
  .a2cp-home-hero__visual {
    height: clamp(40rem, 78svh, 56rem);
  }

  .a2cp-home-hero__media img,
  [data-a2cp-home-hero] .a2cp-home-hero__media img {
    object-fit: contain;
  }

  .a2cp-home-hero__copy {
    background: linear-gradient(180deg, rgba(52, 56, 50, 0) 0, rgba(52, 56, 50, 0.94) 7rem, var(--a2cp-carbon) 11rem, var(--a2cp-carbon) 82%, var(--a2cp-paper) 100%);
    margin-top: -11rem !important;
    padding-top: 0.9rem;
  }

  .a2cp-home-hero__title h1,
  .a2cp-home-hero h1 {
    font-size: clamp(4.35rem, 7vw, 6.05rem);
  }

  .a2cp-home-hero__details {
    align-items: start;
    column-gap: clamp(2rem, 6vw, 6rem);
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
  }

  .a2cp-home-hero__details .a2cp-actions {
    margin-top: 0 !important;
    max-width: none;
  }

  .a2cp-home-hero__details .a2cp-home-hero__proofs,
  .a2cp-home-hero__details .a2cp-home-hero__area {
    grid-column: 1 / -1;
  }

  .a2cp-cost-table tbody th {
    width: 26%;
  }

  .a2cp-cost-table td {
    width: 37%;
  }

  .a2cp-editorial-query .wp-block-post-template {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-a2cp-home-hero] .a2cp-home-hero__title > *,
  [data-a2cp-home-hero] .a2cp-home-hero__details > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .a2cp-editorial-card .wp-block-post-featured-image img {
    transition: none;
  }
}

/* V9 final cascade boundary: the home follows the immersive city structure. */
.a2cp-button-wrap {
  display: flex;
  height: 100%;
  margin: 0 !important;
}

.a2cp-button-wrap .a2cp-button {
  width: 100%;
}

.a2cp-home-hero {
  background: var(--a2cp-paper);
  display: block;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.a2cp-home-hero > * {
  margin-block: 0 !important;
}

.a2cp-home-hero__visual {
  background: #202520;
  height: clamp(34rem, 76svh, 54rem);
  min-height: 0;
  position: relative;
  width: 100%;
}

[data-a2cp-home-hero] .a2cp-home-hero__visual::before {
  background-image: linear-gradient(90deg, rgba(31, 35, 31, 0.18), rgba(31, 35, 31, 0.04)), url("../media/chantier-piece-de-vie.webp");
  background-position: center 56%;
  background-size: cover;
  filter: blur(22px) saturate(0.78);
  inset: -2rem;
  opacity: 0.72;
  transform: scale(1.07);
  z-index: 0;
}

[data-a2cp-home-hero] .a2cp-home-hero__visual::after {
  background: linear-gradient(180deg, rgba(31, 35, 31, 0.03), transparent 52%, rgba(52, 56, 50, 0.2) 72%, var(--a2cp-carbon));
  height: auto;
  inset: 0;
  transform: none;
  width: auto;
  z-index: 2;
}

.a2cp-home-hero__media {
  height: 100%;
  margin: 0 auto !important;
  max-width: 66rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.a2cp-home-hero__media img,
[data-a2cp-home-hero] .a2cp-home-hero__media img {
  filter: saturate(0.9) contrast(1.03);
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  transform: translate3d(var(--a2cp-hero-x), calc(var(--a2cp-hero-y) + var(--a2cp-parallax)), 0) scale(1.035);
  width: 100%;
}

.a2cp-home-hero__caption {
  background: rgba(31, 35, 31, 0.7);
  border: 1px solid rgba(246, 243, 237, 0.24);
  bottom: 7.5rem;
  color: var(--a2cp-paper);
  left: 1rem;
  right: auto;
  z-index: 3;
}

.a2cp-home-hero__caption span {
  color: #b9d9d4;
}

.a2cp-home-hero__copy {
  background: linear-gradient(180deg, rgba(52, 56, 50, 0), rgba(52, 56, 50, 0.93) 6rem, var(--a2cp-carbon) 10rem, var(--a2cp-carbon) 82%, var(--a2cp-paper));
  color: var(--a2cp-paper);
  display: block;
  margin-top: -10rem !important;
  max-width: none;
  padding: 0.75rem max(1rem, calc((100vw - 72rem) / 2)) clamp(7rem, 16vw, 11rem);
  position: relative;
  width: 100%;
  z-index: 4;
}

.a2cp-home-hero__title,
.a2cp-home-hero__details,
.a2cp-home-hero__title > *,
.a2cp-home-hero__details > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none;
}

.a2cp-home-hero__title .a2cp-kicker {
  color: #b9d9d4;
  margin-bottom: 0.9rem;
}

.a2cp-home-hero__title h1,
.a2cp-home-hero h1 {
  color: var(--a2cp-paper);
  font-size: clamp(2.75rem, 10.7vw, 6rem);
  line-height: 0.95;
  max-width: none;
}

.a2cp-home-hero__details {
  margin-top: 1.4rem !important;
}

.a2cp-home-hero__details .a2cp-home-hero__lead {
  color: rgba(246, 243, 237, 0.78);
  font-size: clamp(1rem, 3.4vw, 1.24rem);
  max-width: 46rem;
}

.a2cp-home-hero__details .a2cp-actions {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.4rem !important;
  max-width: 36rem;
  width: 100%;
}

.a2cp-home-hero__details .a2cp-button {
  border-radius: 0.7rem;
  height: 100%;
  justify-content: center;
  line-height: 1.15;
  min-height: 3.5rem;
  padding: 0.72rem 0.55rem;
  text-align: center;
  width: 100%;
}

.a2cp-home-hero__details .a2cp-button--ghost {
  border-color: rgba(246, 243, 237, 0.46);
  color: var(--a2cp-paper);
}

.a2cp-home-hero__details .a2cp-home-hero__proofs li,
.a2cp-home-hero__details .a2cp-home-hero__area {
  border-color: rgba(246, 243, 237, 0.2);
}

.a2cp-home-hero__details .a2cp-home-hero__proofs span,
.a2cp-home-hero__details .a2cp-home-hero__area {
  color: rgba(246, 243, 237, 0.7);
}

[data-a2cp-home-hero][data-motion="ready"] .a2cp-home-hero__title > .a2cp-kicker,
[data-a2cp-home-hero][data-motion="ready"] .a2cp-home-hero__details > * {
  opacity: 0;
  transform: translateY(1.1rem);
}

[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__title > .a2cp-kicker,
[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__details > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.a2cp-cost-table th,
.a2cp-cost-table td {
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
}

.a2cp-pillar-gallery .a2cp-section-heading {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: clamp(2rem, 6vw, 3.5rem);
  max-width: 72rem;
}

.a2cp-pillar-gallery .a2cp-section-heading h2 {
  max-width: 18ch;
}

.a2cp-pillar-gallery .a2cp-section-heading .a2cp-lead {
  margin-top: 0;
  max-width: 48rem;
}

@media (min-width: 48rem) {
  .a2cp-home-hero__visual {
    height: clamp(40rem, 78svh, 56rem);
  }

  .a2cp-home-hero__media img,
  [data-a2cp-home-hero] .a2cp-home-hero__media img {
    object-fit: contain;
  }

  .a2cp-home-hero__copy {
    margin-top: -11rem !important;
  }

  .a2cp-home-hero__title h1,
  .a2cp-home-hero h1 {
    font-size: clamp(4.35rem, 7vw, 6.05rem);
  }

  .a2cp-home-hero__details {
    align-items: start;
    column-gap: clamp(2rem, 6vw, 6rem);
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
  }

  .a2cp-home-hero__details .a2cp-actions {
    margin-top: 0 !important;
    max-width: none;
  }

  .a2cp-home-hero__details .a2cp-home-hero__proofs,
  .a2cp-home-hero__details .a2cp-home-hero__area {
    grid-column: 1 / -1;
  }

  .a2cp-cost-table tbody th {
    width: 26%;
  }

  .a2cp-cost-table td {
    width: 37%;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-a2cp-home-hero] .a2cp-home-hero__title > *,
  [data-a2cp-home-hero] .a2cp-home-hero__details > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

body::before {
  background: var(--a2cp-blue);
  content: "";
  height: calc(var(--a2cp-scroll) * 100%);
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 3px;
  z-index: 1000;
}

body.admin-bar .site-header {
  top: 46px;
}

img,
svg {
  height: auto;
  max-width: 100%;
}

a {
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
}

a:hover {
  color: var(--a2cp-blue);
}

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

::selection {
  background: var(--a2cp-blue);
  color: var(--a2cp-paper);
}

.skip-link {
  background: var(--a2cp-carbon);
  color: var(--a2cp-paper);
  font-weight: 800;
  left: 1rem;
  padding: 0.8rem 1rem;
  position: fixed;
  top: -6rem;
  z-index: 100000;
}

.skip-link:focus {
  color: var(--a2cp-paper);
  top: 1rem;
}

#wp-skip-link {
  clip: auto;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: fixed;
  width: auto;
}

.site-header {
  background: rgba(235, 232, 224, 0.96);
  border-bottom: 1px solid var(--a2cp-line);
  left: 0;
  padding-block: 0.45rem;
  position: sticky;
  right: 0;
  top: 0;
  transition: background var(--a2cp-fast), box-shadow var(--a2cp-fast);
  z-index: 100;
}

.site-header.is-scrolled {
  background: rgba(246, 243, 237, 0.96);
  box-shadow: 0 0.5rem 2rem rgba(52, 56, 50, 0.08);
}

@supports (backdrop-filter: blur(1rem)) {
  .site-header {
    backdrop-filter: blur(1rem);
    background: rgba(235, 232, 224, 0.88);
  }
}

.site-header__inner {
  gap: 0.75rem;
  min-height: 3.5rem;
}

.site-wordmark {
  flex: 0 1 auto;
  min-width: 0;
}

.site-wordmark a {
  align-items: center;
  color: var(--a2cp-carbon);
  display: inline-flex;
  gap: 0.65rem;
  min-height: 2.75rem;
  text-decoration: none;
}

.site-wordmark img {
  display: block;
  flex: 0 0 auto;
  height: 2.65rem;
  object-fit: contain;
  width: 2.65rem;
}

.site-wordmark span {
  display: none;
  line-height: 1;
}

.site-wordmark strong,
.site-wordmark small {
  display: block;
}

.site-wordmark strong {
  font-family: var(--wp--preset--font-family--display);
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.site-wordmark small {
  color: var(--a2cp-muted);
  font-size: 0.61rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  margin-top: 0.18rem;
  text-transform: uppercase;
}

.site-navigation {
  flex: 0 0 auto;
  font-size: 0.86rem;
  font-weight: 750;
}

.site-navigation .wp-block-navigation-item__content {
  align-items: center;
  display: inline-flex;
  min-height: 2.75rem;
  padding-block: 0.45rem;
  position: relative;
  text-decoration: none;
}

.site-navigation .nav-cta .wp-block-navigation-item__content {
  background: var(--a2cp-carbon);
  clip-path: polygon(0 0, calc(100% - 0.65rem) 0, 100% 0.65rem, 100% 100%, 0 100%);
  color: var(--a2cp-paper);
  padding: 0.65rem 1rem;
}

.site-navigation .wp-block-navigation__responsive-container-open,
.site-navigation .wp-block-navigation__responsive-container-close {
  align-items: center;
  background: transparent;
  border: 1px solid var(--a2cp-carbon);
  border-radius: 0;
  height: 2.75rem;
  justify-content: center;
  padding: 0.625rem;
  width: 2.75rem;
}

.site-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) {
  display: none;
}

.site-navigation .wp-block-navigation__responsive-container-open {
  display: flex;
}

.site-navigation .wp-block-navigation__responsive-container.is-menu-open {
  background: var(--a2cp-canvas);
  color: var(--a2cp-carbon);
  padding: 1rem;
}

.site-navigation .wp-block-navigation__responsive-container.is-menu-open::before {
  background: linear-gradient(135deg, var(--a2cp-blue) 0 50%, var(--a2cp-green) 50% 100%);
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.site-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: 4.5rem;
}

.site-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(1.8rem, 8vw, 2.7rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1;
  padding-block: 0.5rem;
}

.site-navigation .wp-block-navigation__responsive-container.is-menu-open .nav-cta .wp-block-navigation-item__content {
  font-family: var(--wp--preset--font-family--body);
  font-size: 1rem;
  margin-top: 0.75rem;
  padding-inline: 1.25rem;
}

.site-main {
  min-height: 60vh;
}

.site-main > .wp-block-post-content {
  margin-top: 0;
}

.a2cp-section {
  padding-block: clamp(4.5rem, 16vw, 6.5rem);
}

.a2cp-section--paper {
  background: var(--a2cp-paper);
}

.a2cp-section--canvas {
  background: var(--a2cp-canvas);
}

.a2cp-section--ink {
  background: linear-gradient(145deg, var(--a2cp-carbon), #44483f);
  color: var(--a2cp-paper);
}

.a2cp-section--signal {
  background: var(--a2cp-green-soft);
  color: var(--a2cp-carbon);
}

.a2cp-hero {
  background: linear-gradient(145deg, var(--a2cp-carbon), #44483f);
  color: var(--a2cp-paper);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
}

.a2cp-hero__copy {
  align-items: flex-start;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 2.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  padding: clamp(3.25rem, 14vw, 5rem) clamp(1rem, 5vw, 2rem);
  position: relative;
  width: 100%;
  z-index: 2;
}

.a2cp-hero__copy::after {
  background: linear-gradient(135deg, var(--a2cp-green-soft) 0 50%, var(--a2cp-blue-soft) 50% 100%);
  bottom: 0;
  content: "";
  height: 0.45rem;
  left: 0;
  position: absolute;
  width: 7rem;
}

.a2cp-hero__visual {
  isolation: isolate;
  max-width: none;
  min-height: 24rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.a2cp-hero__visual > * {
  margin: 0;
}

.a2cp-hero__media,
.a2cp-split__media {
  margin: 0;
  min-height: 0;
  overflow: hidden;
}

.a2cp-hero > .a2cp-hero__media {
  aspect-ratio: 4 / 3;
  isolation: isolate;
  position: relative;
}

.a2cp-hero__visual .a2cp-hero__media {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.a2cp-hero__media img,
.a2cp-split__media img,
.a2cp-gallery img,
.a2cp-service-chapter__media img,
.a2cp-process-story__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.a2cp-hero__media img,
.a2cp-split__media img {
  filter: saturate(0.82) contrast(1.02);
}

.a2cp-hero__visual .a2cp-hero__media img {
  transform: scale(1.04) translateY(calc(var(--a2cp-parallax, 0.5) * -1.25rem));
  transition: transform 80ms linear;
}

.a2cp-hero__visual::before {
  background: linear-gradient(180deg, var(--a2cp-photo-ink), transparent 34%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.a2cp-hero__visual::after {
  background: linear-gradient(180deg, transparent 42%, rgba(52, 56, 50, 0.78));
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.a2cp-hero > .a2cp-hero__media::after {
  background: linear-gradient(180deg, var(--a2cp-photo-ink), transparent 28%, transparent 70%, rgba(52, 56, 50, 0.5));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.a2cp-hero__caption {
  bottom: 1.1rem;
  color: var(--a2cp-paper);
  display: grid;
  font-size: 0.72rem;
  left: 1rem;
  letter-spacing: 0.08em;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.a2cp-hero__caption span {
  color: rgba(255, 255, 255, 0.68);
}

.a2cp-hero__caption strong {
  font-size: 0.85rem;
  margin-top: 0.12rem;
}

.a2cp-hero h1,
.a2cp-page-hero h1 {
  font-size: clamp(2.8rem, 12vw, 4.65rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  margin: 0 0 1.4rem;
  max-width: 10.5ch;
  text-wrap: balance;
  text-transform: none;
}

.a2cp-title-word {
  display: inline-block;
  white-space: nowrap;
}

.a2cp-kicker {
  align-items: center;
  color: var(--a2cp-blue);
  display: flex;
  font-size: 0.72rem;
  font-weight: 850;
  gap: 0.65rem;
  letter-spacing: 0.13em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.a2cp-kicker::before {
  background: currentColor;
  content: "";
  flex: 0 0 1.6rem;
  height: 2px;
}

.a2cp-hero .a2cp-kicker,
.a2cp-section--ink .a2cp-kicker {
  color: var(--a2cp-blue-soft);
}

.a2cp-section--signal .a2cp-kicker {
  color: var(--a2cp-carbon);
}

.a2cp-lead {
  font-size: clamp(1.05rem, 4.5vw, 1.28rem);
  line-height: 1.55;
  max-width: 42rem;
}

.a2cp-hero .a2cp-lead {
  color: rgba(255, 255, 255, 0.76);
  max-width: 38rem;
}

.a2cp-actions {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.6rem;
  width: 100%;
}

.a2cp-button {
  align-items: center;
  background: var(--a2cp-blue);
  border: 2px solid var(--a2cp-blue);
  clip-path: polygon(0 0, calc(100% - 0.7rem) 0, 100% 0.7rem, 100% 100%, 0 100%);
  color: var(--a2cp-paper);
  display: inline-flex;
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
  justify-content: space-between;
  min-height: 2.75rem;
  padding: 0.78rem 1.1rem;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: background var(--a2cp-fast), border-color var(--a2cp-fast), color var(--a2cp-fast), transform var(--a2cp-fast);
  width: 100%;
}

.a2cp-button::after {
  content: "↗";
  font-size: 1.05em;
  margin-left: 1.5rem;
}

.a2cp-button:hover {
  background: var(--a2cp-green);
  border-color: var(--a2cp-green);
  color: var(--a2cp-paper);
}

.a2cp-button--ghost {
  background: transparent;
  border-color: currentColor;
  color: var(--a2cp-carbon);
}

.a2cp-hero .a2cp-button--ghost,
.a2cp-section--ink .a2cp-button--ghost {
  color: var(--a2cp-paper);
}

.a2cp-section--signal .a2cp-button {
  background: var(--a2cp-carbon);
  border-color: var(--a2cp-carbon);
  color: var(--a2cp-paper);
}

.a2cp-section--signal .a2cp-button--ghost {
  background: transparent;
  color: var(--a2cp-carbon);
}

.a2cp-place-line {
  background: var(--a2cp-blue);
  color: var(--a2cp-paper);
  max-width: none;
  overflow: hidden;
  padding-block: 0.85rem;
  width: 100%;
}

.a2cp-place-line__track {
  align-items: center;
  animation: a2cp-marquee 22s linear infinite;
  display: flex;
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(1.1rem, 5vw, 1.55rem);
  font-weight: 900;
  gap: 1.25rem;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  white-space: nowrap;
  width: max-content;
}

.a2cp-place-line__track i {
  background: var(--a2cp-green-soft);
  height: 0.65rem;
  transform: skewX(-32deg);
  width: 1.65rem;
}

@keyframes a2cp-marquee {
  to {
    transform: translateX(-50%);
  }
}

.a2cp-section-heading {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: clamp(2.5rem, 10vw, 4.5rem);
}

.a2cp-section-heading h2,
.a2cp-split h2,
.a2cp-cta h2,
.a2cp-proof h2,
.a2cp-service-chapters__intro h2,
.a2cp-process-story__rail h2,
.a2cp-method-manifest h2,
.a2cp-contact-stage h2 {
  font-size: clamp(2.35rem, 10vw, 4rem);
  font-weight: 900;
  hyphens: none;
  letter-spacing: -0.055em;
  margin: 0;
  max-width: 12ch;
  overflow-wrap: normal;
  text-transform: none;
  text-wrap: balance;
}

.a2cp-services-stage {
  overflow: hidden;
  position: relative;
}

.a2cp-services-stage::before {
  background: repeating-linear-gradient(90deg, var(--a2cp-blue) 0 1px, transparent 1px 1rem);
  border-top: 1px solid var(--a2cp-blue);
  content: "";
  height: 1rem;
  left: clamp(1rem, 4vw, 3rem);
  opacity: 0.55;
  pointer-events: none;
  position: absolute;
  right: clamp(1rem, 4vw, 3rem);
  top: 1.25rem;
}

.a2cp-service-chapters__intro {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: clamp(4rem, 14vw, 8rem);
}

.a2cp-service-chapters {
  display: grid;
  gap: clamp(5rem, 18vw, 9rem);
}

.a2cp-service-chapter {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
  position: relative;
}

.a2cp-service-chapter::before {
  color: rgba(52, 56, 50, 0.07);
  content: "A2CP";
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(5rem, 28vw, 11rem);
  font-weight: 900;
  line-height: 0.72;
  pointer-events: none;
  position: absolute;
  right: -0.08em;
  top: -0.22em;
  z-index: 0;
}

.a2cp-service-chapter__media {
  aspect-ratio: 4 / 5;
  background: var(--a2cp-concrete);
  margin: 0;
  overflow: hidden;
  position: relative;
  width: calc(100% - 1.5rem);
  z-index: 1;
}

.a2cp-service-chapter:nth-child(even) .a2cp-service-chapter__media {
  justify-self: end;
}

.a2cp-service-chapter__media::after {
  background: linear-gradient(180deg, transparent 54%, var(--a2cp-photo-paper));
  box-shadow: inset 0 0 0 1px rgba(246, 243, 237, 0.6);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.a2cp-service-chapter__media img {
  filter: saturate(0.78) contrast(1.03);
  transition: filter var(--a2cp-slow), transform var(--a2cp-slow);
}

.a2cp-service-chapter__copy {
  background: var(--a2cp-paper);
  border-left: 0.35rem solid var(--a2cp-blue);
  display: flex;
  flex-direction: column;
  margin: -3.5rem 0 0 1rem;
  max-width: calc(100% - 1rem);
  padding: 1.5rem;
  position: relative;
  z-index: 2;
}

.a2cp-service-chapter:nth-child(even) .a2cp-service-chapter__copy {
  border-left-color: var(--a2cp-green);
  margin-inline: 0 1rem;
}

.a2cp-service-chapter__meta {
  align-items: end;
  color: var(--a2cp-muted);
  display: grid;
  font-size: 0.72rem;
  font-weight: 800;
  grid-template-columns: auto 2.75rem minmax(0, 1fr);
  gap: 0.8rem;
  letter-spacing: 0.1em;
  margin: 0 0 1.8rem;
  text-transform: uppercase;
}

.a2cp-service-chapter__number {
  color: var(--a2cp-blue);
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(3.5rem, 18vw, 6.5rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.65;
}

.a2cp-service-chapter__pictogram {
  align-items: center;
  border-bottom: 1px solid var(--a2cp-line);
  border-top: 1px solid var(--a2cp-line);
  color: var(--a2cp-green);
  display: flex;
  height: 2.75rem;
  justify-content: center;
}

.a2cp-service-chapter__label {
  align-self: center;
  line-height: 1.3;
}

.a2cp-site-icon {
  color: currentColor;
  display: block;
  flex: 0 0 auto;
  height: 2.5rem;
  width: 2.5rem;
}

.a2cp-service-chapter h3 {
  font-size: clamp(2.7rem, 13vw, 4.6rem);
  font-weight: 900;
  hyphens: none;
  letter-spacing: -0.055em;
  line-height: 0.88;
  margin: 0 0 1rem;
  max-width: 8ch;
  overflow-wrap: normal;
  text-transform: none;
}

.a2cp-service-chapter__copy > p:not(.a2cp-service-chapter__meta) {
  color: var(--a2cp-muted);
  font-size: 1rem;
  line-height: 1.62;
}

.a2cp-service-chapter__link {
  align-items: center;
  border-top: 1px solid var(--a2cp-line);
  color: var(--a2cp-carbon);
  display: flex;
  font-size: 0.78rem;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.08em;
  margin-top: 1.5rem;
  min-height: 2.75rem;
  padding-top: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
}

.a2cp-service-chapter__link i {
  align-items: center;
  background: var(--a2cp-carbon);
  color: var(--a2cp-paper);
  display: inline-flex;
  font-style: normal;
  height: 2.75rem;
  justify-content: center;
  transition: background var(--a2cp-fast), transform var(--a2cp-fast);
  width: 2.75rem;
}

.a2cp-process-stage {
  overflow: visible;
}

.a2cp-process-story {
  display: grid;
  gap: clamp(3.5rem, 14vw, 7rem);
  grid-template-columns: minmax(0, 1fr);
}

.a2cp-process-story__rail {
  display: grid;
  gap: 1rem;
}

.a2cp-process-story__nav {
  border-bottom: 1px solid var(--a2cp-line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.a2cp-process-story__nav a {
  color: var(--a2cp-muted);
  display: grid;
  font-size: 0.68rem;
  font-weight: 800;
  min-height: 3.5rem;
  padding: 0.6rem 0.35rem;
  text-decoration: none;
  text-transform: uppercase;
}

.a2cp-process-story__nav span {
  color: var(--a2cp-blue);
  font-size: 0.62rem;
}

.a2cp-process-story__nav li.is-current a {
  background: var(--a2cp-carbon);
  color: var(--a2cp-paper);
  padding-inline: 0.65rem;
}

.a2cp-process-story__steps {
  display: grid;
  gap: clamp(4rem, 16vw, 8rem);
}

.a2cp-process-story__step {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  scroll-margin-top: 7rem;
}

.a2cp-process-story__media {
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.a2cp-process-story__media::after {
  background: linear-gradient(180deg, transparent 55%, var(--a2cp-photo-canvas));
  box-shadow: inset 0 0 0 1px rgba(246, 243, 237, 0.5);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.a2cp-process-story__copy {
  background: var(--a2cp-canvas);
  border-top: 0.35rem solid var(--a2cp-blue);
  margin: -2.5rem 0 0 1rem;
  max-width: none;
  padding: 1.5rem;
  position: relative;
  width: calc(100% - 1rem);
  z-index: 2;
}

.a2cp-process-story__number {
  color: var(--a2cp-blue);
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(4rem, 20vw, 7rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.7;
  margin: 0 0 1.2rem;
}

.a2cp-process-story h3 {
  font-size: clamp(2.15rem, 9vw, 3.8rem);
  font-weight: 900;
  hyphens: none;
  letter-spacing: -0.055em;
  line-height: 0.9;
  margin: 0 0 1rem;
  overflow-wrap: normal;
  text-transform: none;
}

.a2cp-process-story__copy p:last-child {
  color: var(--a2cp-muted);
  max-width: 36rem;
}

.a2cp-proof {
  display: grid;
  gap: clamp(2.5rem, 10vw, 5rem);
  padding: clamp(4.5rem, 16vw, 8rem) clamp(1rem, 4vw, 3rem);
}

.a2cp-proof > * {
  margin-inline: auto;
  max-width: 1240px;
  width: 100%;
}

.a2cp-proof__heading {
  display: grid;
  gap: 1.5rem;
  max-width: 1240px;
}

.a2cp-proof__heading .a2cp-lead {
  color: rgba(255, 255, 255, 0.68);
}

.a2cp-before-after {
  --a2cp-compare: 50%;
  max-width: 52rem;
}

.a2cp-before-after__stage {
  aspect-ratio: 3 / 4;
  background: var(--a2cp-stone);
  overflow: hidden;
  position: relative;
}

.a2cp-before-after__stage img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.a2cp-before-after__after {
  inset: 0;
  position: absolute;
}

.a2cp-before-after__before {
  clip-path: inset(0 calc(100% - var(--a2cp-compare)) 0 0);
  inset: 0;
  overflow: hidden;
  position: absolute;
  will-change: clip-path;
}

.a2cp-before-after__handle {
  background: var(--a2cp-paper);
  bottom: 0;
  left: var(--a2cp-compare);
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-1px);
  width: 2px;
}

.a2cp-before-after__handle i {
  align-items: center;
  background: var(--a2cp-blue-soft);
  border: 2px solid var(--a2cp-paper);
  display: flex;
  height: 3rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 3rem;
}

.a2cp-before-after__handle i::before {
  color: var(--a2cp-carbon);
  content: "↔";
  font-size: 1.15rem;
  font-style: normal;
  font-weight: 900;
  transform: rotate(-45deg);
}

.a2cp-before-after__label {
  background: var(--a2cp-carbon);
  color: var(--a2cp-paper);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  padding: 0.5rem 0.65rem;
  position: absolute;
  text-transform: uppercase;
  top: 0.75rem;
  z-index: 3;
}

.a2cp-before-after__label--before {
  left: 0.75rem;
}

.a2cp-before-after__label--after {
  right: 0.75rem;
}

.a2cp-before-after__control {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr auto;
  padding-block: 1.15rem;
}

.a2cp-before-after__control label {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.a2cp-before-after__control input {
  accent-color: var(--a2cp-blue);
  cursor: ew-resize;
  grid-column: 1 / -1;
  min-height: 2.75rem;
  width: 100%;
}

.a2cp-before-after__control output {
  color: var(--a2cp-blue-soft);
  font-size: 0.8rem;
  font-weight: 800;
}

.a2cp-method-manifest {
  background-color: var(--a2cp-paper);
  background-image:
    linear-gradient(rgba(52, 56, 50, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(52, 56, 50, 0.07) 1px, transparent 1px);
  background-size: 2.5rem 2.5rem;
  display: grid;
  gap: clamp(2.5rem, 10vw, 5rem);
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  padding: clamp(4.5rem, 16vw, 8rem) clamp(1rem, 5vw, 5rem);
  position: relative;
}

.a2cp-method-manifest::before {
  background: linear-gradient(90deg, var(--a2cp-blue) 0 62%, var(--a2cp-green) 62% 100%);
  bottom: 0;
  content: "";
  height: 0.6rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: min(52vw, 42rem);
}

.a2cp-method-manifest__mark {
  color: rgba(52, 56, 50, 0.08);
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(8rem, 38vw, 22rem);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.62;
  margin: 0 -0.08em;
  white-space: nowrap;
}

.a2cp-method-manifest__mark span {
  color: var(--a2cp-blue);
}

.a2cp-method-manifest__copy {
  position: relative;
  z-index: 1;
}

.a2cp-method-manifest__copy .a2cp-lead {
  max-width: 44rem;
}

.a2cp-method-manifest__principles {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.a2cp-checklist,
.a2cp-service-list {
  list-style: none;
  margin: 2rem 0;
  padding: 0;
}

.a2cp-checklist li,
.a2cp-service-list li {
  border-top: 1px solid var(--a2cp-line);
  padding: 1rem 0 1rem 2rem;
  position: relative;
}

.a2cp-checklist li::before,
.a2cp-service-list li::before {
  color: var(--a2cp-blue);
  content: "↗";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.a2cp-method-manifest__principles li {
  border-top: 1px solid var(--a2cp-carbon);
  display: grid;
  gap: 0.2rem;
  padding: 1.25rem 0;
}

.a2cp-method-manifest__principles .a2cp-site-icon {
  color: var(--a2cp-green);
  height: 3rem;
  margin-bottom: 0.8rem;
  width: 3rem;
}

.a2cp-method-manifest__principles span {
  color: var(--a2cp-blue);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.a2cp-method-manifest__principles strong {
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(2rem, 9vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.9;
  text-transform: none;
}

.a2cp-method-manifest__principles small {
  color: var(--a2cp-muted);
  font-size: 0.9rem;
}

.a2cp-cta {
  margin-block: clamp(3rem, 10vw, 6rem);
  overflow: hidden;
  padding: clamp(2rem, 9vw, 5rem);
  position: relative;
}

.a2cp-cta::after {
  border-left: 1.25rem solid var(--a2cp-blue);
  content: "";
  height: 150%;
  pointer-events: none;
  position: absolute;
  right: 5%;
  top: -25%;
  transform: rotate(31deg);
}

.a2cp-cta > * {
  position: relative;
  z-index: 1;
}

.a2cp-contact-stage {
  background-color: #44483f;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(145deg, var(--a2cp-carbon), #44483f);
  background-size: 2.5rem 2.5rem;
  display: grid;
  gap: clamp(3rem, 12vw, 6rem);
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  padding: clamp(5rem, 18vw, 10rem) clamp(1rem, 5vw, 5rem);
  position: relative;
}

.a2cp-contact-stage::after {
  background: var(--a2cp-green-soft);
  content: "";
  height: 140%;
  pointer-events: none;
  position: absolute;
  right: 8%;
  top: -20%;
  transform: rotate(28deg);
  width: 0.7rem;
}

.a2cp-contact-stage > *:not(.a2cp-contact-stage__index) {
  position: relative;
  z-index: 2;
}

.a2cp-contact-stage__index {
  bottom: -0.2em;
  color: rgba(255, 255, 255, 0.045);
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(18rem, 75vw, 48rem);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 0.55;
  margin: 0;
  pointer-events: none;
  position: absolute;
  right: -0.08em;
}

.a2cp-contact-stage__copy .a2cp-lead {
  color: rgba(255, 255, 255, 0.7);
}

.a2cp-contact-stage__phone {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding-block: 1.25rem;
}

.a2cp-contact-stage__phone span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.a2cp-contact-stage__phone a {
  color: var(--a2cp-paper);
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(2.2rem, 12vw, 5rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
  min-height: 2.75rem;
  text-decoration: none;
}

.a2cp-contact-stage__actions .a2cp-button--ghost {
  color: var(--a2cp-paper);
}

.a2cp-pillar-answer {
  background: linear-gradient(145deg, var(--a2cp-carbon), #44483f);
  border-top: 0.55rem solid var(--a2cp-blue-soft);
  color: var(--a2cp-paper);
  margin-block: clamp(2rem, 7vw, 5rem);
  overflow: hidden;
  padding: clamp(2rem, 8vw, 5rem);
  position: relative;
}

.a2cp-pillar-answer::after {
  bottom: -0.18em;
  color: rgba(255, 255, 255, 0.045);
  content: "89";
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(15rem, 60vw, 38rem);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 0.55;
  pointer-events: none;
  position: absolute;
  right: -0.08em;
}

.a2cp-pillar-answer > * {
  max-width: none;
  position: relative;
  width: 100%;
  z-index: 1;
}

.a2cp-updated {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  margin: 0 0 2rem;
  text-transform: uppercase;
}

.a2cp-pillar-answer h2,
.a2cp-pillar-steps h2,
.a2cp-cost-section h2,
.a2cp-faq-section h2,
.a2cp-references-section h2,
.a2cp-related-section h2 {
  font-size: clamp(2.5rem, 11vw, 4.8rem);
  font-weight: 900;
  hyphens: none;
  letter-spacing: -0.055em;
  line-height: 0.92;
  margin: 0 0 1.5rem;
  max-width: 12ch;
  overflow-wrap: normal;
  text-transform: none;
  text-wrap: balance;
}

.a2cp-pillar-answer .a2cp-lead {
  color: rgba(255, 255, 255, 0.72);
}

.a2cp-pillar-answer__facts {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: clamp(2.5rem, 8vw, 4.5rem) 0 0;
}

.a2cp-pillar-answer__facts div {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 1.25rem 0;
}

.a2cp-pillar-answer__facts dt {
  color: var(--a2cp-blue-soft);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.a2cp-pillar-answer__facts dd {
  line-height: 1.55;
  margin: 0;
}

.a2cp-pillar-answer__note {
  border-left: 0.3rem solid var(--a2cp-green-soft);
  line-height: 1.6;
  margin: 1.5rem 0 0;
  max-width: 50rem;
  padding-left: 1rem;
}

.a2cp-pillar-copy {
  max-width: 68rem;
}

.a2cp-scope-note {
  background: var(--a2cp-paper);
  border-top: 0.35rem solid var(--a2cp-green);
  margin-top: 3rem;
  padding: clamp(1.25rem, 4vw, 2rem);
}

.a2cp-scope-note strong {
  font-family: var(--wp--preset--font-family--display);
  font-size: 1.65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.a2cp-scope-note p {
  margin-bottom: 0;
}

.a2cp-pillar-steps {
  display: grid;
  gap: clamp(3rem, 10vw, 6rem);
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(4.5rem, 15vw, 8rem) clamp(1rem, 4vw, 3rem);
}

.a2cp-pillar-steps > * {
  margin-inline: auto;
  max-width: 1240px;
  width: 100%;
}

.a2cp-pillar-steps__list {
  list-style: none;
  margin-block: 0;
  padding: 0;
}

.a2cp-pillar-steps__list li {
  border-top: 1px solid var(--a2cp-carbon);
  display: grid;
  gap: 1rem;
  grid-template-columns: 3rem minmax(0, 1fr);
  padding: 1.5rem 0;
}

.a2cp-pillar-steps__list > li > span {
  color: var(--a2cp-blue);
  font-family: var(--wp--preset--font-family--display);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.a2cp-pillar-steps__list h3 {
  font-size: clamp(1.7rem, 7vw, 2.7rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin: 0 0 0.65rem;
  text-transform: none;
}

.a2cp-pillar-steps__list p {
  color: var(--a2cp-muted);
  line-height: 1.6;
  margin: 0;
}

.a2cp-cost-section {
  max-width: 1240px;
}

.a2cp-cost-table {
  margin-block: clamp(2rem, 7vw, 4rem);
}

.a2cp-cost-table table {
  border-collapse: collapse;
  width: 100%;
}

.a2cp-cost-table caption {
  color: var(--a2cp-muted);
  font-size: 0.85rem;
  margin-bottom: 1rem;
  text-align: left;
}

.a2cp-cost-table thead {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.a2cp-cost-table tr {
  border-top: 1px solid var(--a2cp-carbon);
  display: block;
  padding-block: 1rem;
}

.a2cp-cost-table th,
.a2cp-cost-table td {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(6rem, 0.34fr) minmax(0, 0.66fr);
  line-height: 1.5;
  padding: 0.45rem 0;
  text-align: left;
  vertical-align: top;
}

.a2cp-cost-table tbody th {
  color: var(--a2cp-blue);
  font-family: var(--wp--preset--font-family--display);
  font-size: 1.5rem;
  font-weight: 900;
  grid-template-columns: minmax(0, 1fr);
  text-transform: uppercase;
}

.a2cp-cost-table td::before {
  color: var(--a2cp-muted);
  content: attr(data-label);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.a2cp-cost-table__conclusion {
  border-left: 0.35rem solid var(--a2cp-blue);
  max-width: 52rem;
  padding-left: 1rem;
}

.a2cp-pillar-gallery .a2cp-gallery {
  background: linear-gradient(180deg, var(--a2cp-paper), var(--a2cp-canvas));
  padding-bottom: 0;
}

.a2cp-faq-section,
.a2cp-references-section,
.a2cp-related-section {
  padding: clamp(4.5rem, 15vw, 8rem) clamp(1rem, 4vw, 3rem);
}

.a2cp-faq {
  border-bottom: 1px solid var(--a2cp-carbon);
  margin-top: clamp(2.5rem, 8vw, 4rem);
}

.a2cp-faq__item {
  border-top: 1px solid var(--a2cp-carbon);
}

.a2cp-faq__item summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: clamp(1.15rem, 4vw, 1.5rem);
  font-weight: 800;
  justify-content: space-between;
  line-height: 1.25;
  min-height: 4rem;
  padding-block: 1rem;
}

.a2cp-faq__item summary::after {
  color: var(--a2cp-blue);
  content: "+";
  flex: 0 0 auto;
  font-family: var(--wp--preset--font-family--display);
  font-size: 2rem;
  margin-left: 1rem;
}

.a2cp-faq__item[open] summary::after {
  content: "−";
}

.a2cp-faq__item p {
  color: var(--a2cp-muted);
  line-height: 1.65;
  margin: 0;
  max-width: 52rem;
  padding: 0 2rem 1.5rem 0;
}

.a2cp-references {
  display: grid;
  gap: 1px;
  list-style: none;
  margin: clamp(2.5rem, 8vw, 4rem) 0 0;
  padding: 0;
}

.a2cp-references li {
  margin: 0;
}

.a2cp-references a {
  align-items: center;
  background: linear-gradient(145deg, var(--a2cp-carbon), #44483f);
  color: var(--a2cp-paper);
  display: grid;
  gap: 0.7rem 1rem;
  grid-template-columns: minmax(0, 1fr) 2.75rem;
  min-height: 9rem;
  padding: 1.5rem;
  text-decoration: none;
}

.a2cp-references strong {
  color: var(--a2cp-blue-soft);
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(1.5rem, 7vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.a2cp-references span {
  color: rgba(255, 255, 255, 0.7);
  grid-column: 1;
  line-height: 1.55;
}

.a2cp-references i {
  align-items: center;
  background: var(--a2cp-blue-soft);
  color: var(--a2cp-carbon);
  display: flex;
  font-style: normal;
  grid-column: 2;
  grid-row: 1 / span 2;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

.a2cp-related {
  display: grid;
  gap: 1px;
  grid-template-columns: minmax(0, 1fr);
  margin-top: clamp(2.5rem, 8vw, 4rem);
}

.a2cp-related a {
  background: var(--a2cp-paper);
  border-top: 0.3rem solid var(--a2cp-blue);
  color: var(--a2cp-carbon);
  display: grid;
  gap: 0.55rem;
  grid-template-columns: minmax(0, 1fr) 2.75rem;
  min-height: 10rem;
  padding: 1.25rem;
  text-decoration: none;
}

.a2cp-related a:nth-child(2) {
  border-top-color: var(--a2cp-green);
}

.a2cp-related span {
  color: var(--a2cp-muted);
  font-size: 0.7rem;
  font-weight: 800;
  grid-column: 1 / -1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.a2cp-related strong {
  align-self: end;
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(1.75rem, 8vw, 2.7rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.95;
  text-transform: none;
}

.a2cp-related i {
  align-items: center;
  align-self: end;
  background: var(--a2cp-carbon);
  color: var(--a2cp-paper);
  display: flex;
  font-style: normal;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

.a2cp-page-hero {
  background-color: #44483f;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(145deg, var(--a2cp-carbon), #44483f);
  background-size: 2.5rem 2.5rem;
  padding: clamp(4rem, 15vw, 7rem) clamp(1rem, 4vw, 2rem);
  position: relative;
}

.a2cp-page-hero::after {
  background: linear-gradient(90deg, var(--a2cp-green), var(--a2cp-blue));
  bottom: 0;
  content: "";
  height: 0.45rem;
  left: 0;
  position: absolute;
  width: min(35vw, 18rem);
}

.a2cp-page-hero .a2cp-lead {
  color: rgba(255, 255, 255, 0.72);
  max-width: 50rem;
}

.a2cp-prose {
  font-size: 1.03rem;
  line-height: 1.72;
}

.a2cp-prose > * + * {
  margin-top: 1.35rem;
}

.a2cp-prose h2 {
  border-top: 1px solid var(--a2cp-carbon);
  font-size: clamp(2rem, 8vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  margin-top: 4rem;
  padding-top: 1rem;
  text-transform: none;
}

.a2cp-prose h3 {
  font-size: clamp(1.5rem, 6vw, 2.2rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  margin-top: 2.5rem;
}

.a2cp-split {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.a2cp-split__media {
  aspect-ratio: 4 / 3;
  isolation: isolate;
  position: relative;
}

.a2cp-split__media::after {
  background: linear-gradient(180deg, transparent 56%, var(--a2cp-photo-canvas));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.a2cp-split__copy {
  align-self: center;
  max-width: none;
  padding: clamp(3.5rem, 12vw, 5rem) clamp(1rem, 5vw, 2rem);
  width: 100%;
}

.a2cp-gallery {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: minmax(0, 1fr);
  padding-bottom: clamp(4rem, 12vw, 7rem);
}

.a2cp-gallery figure {
  aspect-ratio: 4 / 3;
  background: var(--a2cp-concrete);
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.a2cp-gallery figure::after {
  background: linear-gradient(180deg, transparent 64%, var(--a2cp-photo-paper));
  box-shadow: inset 0 0 0 1px rgba(246, 243, 237, 0.5);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.a2cp-gallery img {
  filter: saturate(0.82) contrast(1.02);
  transition: filter var(--a2cp-slow), transform var(--a2cp-slow);
}

.a2cp-notice {
  background: var(--a2cp-paper);
  border-left: 0.35rem solid var(--a2cp-blue);
  padding: 1rem 1.25rem;
}

.a2cp-form {
  background: var(--a2cp-paper);
  border: 1px solid var(--a2cp-carbon);
  border-top: 0.45rem solid var(--a2cp-blue);
  margin-block: clamp(2.5rem, 9vw, 4rem);
  padding: clamp(1.25rem, 6vw, 2rem);
}

.a2cp-form__header {
  max-width: 48rem;
}

.a2cp-form__header h2 {
  font-size: clamp(2rem, 8vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  margin: 0 0 1rem;
  text-transform: none;
}

.a2cp-form__header h2,
.a2cp-form legend {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
}

.a2cp-form form,
.a2cp-form fieldset {
  display: grid;
  gap: 1.25rem;
}

.a2cp-form form {
  margin-top: 2rem;
}

.a2cp-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.a2cp-form legend {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.a2cp-form__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
}

.a2cp-field {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
}

.a2cp-field label {
  font-size: 0.88rem;
  font-weight: 800;
}

.a2cp-field input:not([type="checkbox"]),
.a2cp-field select,
.a2cp-field textarea {
  background: var(--a2cp-paper);
  border: 1px solid #8d9591;
  border-radius: 0;
  color: var(--a2cp-carbon);
  font: inherit;
  font-size: 1rem;
  line-height: 1.4;
  min-height: 2.75rem;
  padding: 0.8rem 0.9rem;
  width: 100%;
}

.a2cp-field input:focus,
.a2cp-field select:focus,
.a2cp-field textarea:focus {
  border-color: var(--a2cp-blue);
}

.a2cp-field textarea {
  resize: vertical;
}

.a2cp-field--consent label {
  align-items: flex-start;
  display: flex;
  font-weight: 500;
  gap: 0.7rem;
}

.a2cp-field--consent input {
  flex: 0 0 auto;
  height: 1.25rem;
  margin-top: 0.2rem;
  width: 1.25rem;
}

.a2cp-field--trap {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.a2cp-form__hint,
.a2cp-form__required {
  color: var(--a2cp-muted);
  font-size: 0.9rem;
  margin: 0;
}

.a2cp-form__error {
  background: #fff0ec;
  border-left: 0.35rem solid #b53d22;
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
}

.a2cp-form__submit {
  border: 2px solid var(--a2cp-blue);
  cursor: pointer;
  justify-self: stretch;
}

.a2cp-breadcrumbs {
  font-size: 0.82rem;
  margin: 0 auto;
  max-width: 1240px;
  padding: 1rem clamp(1rem, 3vw, 2rem) 0;
}

.a2cp-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.a2cp-breadcrumbs li + li::before {
  color: var(--a2cp-green);
  content: "/";
  margin-right: 0.45rem;
}

.a2cp-breadcrumbs a {
  align-items: center;
  display: inline-flex;
  min-height: 2.75rem;
}

.site-footer {
  background: linear-gradient(145deg, var(--a2cp-carbon), #44483f);
  border-top: 0.45rem solid var(--a2cp-blue-soft);
  color: var(--a2cp-paper);
  padding-block: clamp(3rem, 12vw, 5rem);
}

.site-footer a {
  color: inherit;
}

.site-footer__grid {
  display: grid;
  gap: 2.75rem;
  grid-template-columns: minmax(0, 1fr);
}

.site-footer .site-wordmark a {
  color: var(--a2cp-paper);
}

.site-footer .site-wordmark span {
  display: block;
}

.site-footer .site-wordmark small {
  color: rgba(255, 255, 255, 0.6);
}

.site-footer h2 {
  color: var(--a2cp-blue-soft);
  font-family: var(--wp--preset--font-family--body);
  font-size: 0.72rem !important;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-phone a {
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(1.55rem, 8vw, 2.3rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  text-decoration: none;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-links a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 2.75rem;
  text-decoration: none;
}

.footer-links a::after {
  color: var(--a2cp-blue-soft);
  content: "↗";
}

.a2cp-motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity var(--a2cp-slow) var(--a2cp-delay, 0ms), transform var(--a2cp-slow) var(--a2cp-delay, 0ms);
}

.a2cp-motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.a2cp-motion-ready .a2cp-service-chapter__media[data-reveal],
.a2cp-motion-ready .a2cp-process-story__media[data-reveal] {
  clip-path: none;
  opacity: 1;
  transform: none;
  transition: none;
}

.a2cp-motion-ready .a2cp-service-chapter__media[data-reveal]::before,
.a2cp-motion-ready .a2cp-process-story__media[data-reveal]::before {
  background: var(--a2cp-canvas);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 1050ms cubic-bezier(0.16, 1, 0.3, 1) var(--a2cp-delay, 0ms);
  z-index: 2;
}

.a2cp-motion-ready .a2cp-service-chapter__media[data-reveal].is-visible::before,
.a2cp-motion-ready .a2cp-process-story__media[data-reveal].is-visible::before {
  transform: scaleY(0);
  transform-origin: top;
}

.a2cp-service-chapter__media::after,
.a2cp-process-story__media::after {
  z-index: 3;
}

.a2cp-process-story__step {
  transition: opacity var(--a2cp-slow);
}

.a2cp-motion-ready .a2cp-process-story__step:not(.is-current) {
  opacity: 0.74;
}

.a2cp-motion-ready .a2cp-title-word {
  opacity: 0;
  transform: translateY(0.85em) rotate(2deg);
  transition: opacity 600ms calc(120ms + var(--a2cp-word) * 65ms), transform 850ms cubic-bezier(0.16, 1, 0.3, 1) calc(120ms + var(--a2cp-word) * 65ms);
}

.a2cp-motion-ready h1.is-visible .a2cp-title-word,
.a2cp-motion-ready .is-visible h1 .a2cp-title-word {
  opacity: 1;
  transform: translateY(0) rotate(0);
}

@media (min-width: 30rem) {
  .site-wordmark span {
    display: block;
  }

  .a2cp-actions {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.85rem;
    width: auto;
  }

  .a2cp-button {
    width: auto;
  }

  .a2cp-form__submit {
    justify-self: start;
  }
}

@media (min-width: 48rem) {
  .site-header {
    padding-block: 0.6rem;
  }

  .site-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: block;
    position: relative;
    width: 100%;
    z-index: auto;
  }

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

  .a2cp-section {
    padding-block: clamp(5.5rem, 10vw, 8rem);
  }

  .a2cp-hero > .a2cp-hero__media,
  .a2cp-split__media {
    aspect-ratio: 16 / 10;
  }

  .a2cp-hero__copy,
  .a2cp-split__copy {
    padding-inline: clamp(2rem, 7vw, 4rem);
  }

  .a2cp-hero h1,
  .a2cp-page-hero h1 {
    font-size: clamp(3.8rem, 8vw, 6rem);
  }

  .a2cp-section-heading h2,
  .a2cp-split h2,
  .a2cp-cta h2,
  .a2cp-proof h2,
  .a2cp-service-chapters__intro h2,
  .a2cp-process-story__rail h2,
  .a2cp-method-manifest h2,
  .a2cp-contact-stage h2 {
    font-size: clamp(3rem, 6vw, 5rem);
  }

  .a2cp-form__grid,
  .a2cp-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .a2cp-service-chapter__media {
    aspect-ratio: 16 / 11;
    width: calc(100% - 3rem);
  }

  .a2cp-service-chapter__copy {
    margin-left: 3rem;
    max-width: min(34rem, calc(100% - 3rem));
    padding: 2.25rem;
  }

  .a2cp-service-chapter:nth-child(even) .a2cp-service-chapter__copy {
    justify-self: end;
    margin-right: 3rem;
  }

  .a2cp-method-manifest__principles {
    grid-template-columns: 1fr 1fr;
  }

  .a2cp-method-manifest__principles li {
    border-left: 1px solid var(--a2cp-line);
    padding: 1.5rem;
  }

  .a2cp-pillar-answer__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .a2cp-pillar-answer__facts div {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    padding: 1.5rem;
  }

  .a2cp-cost-table thead {
    clip: auto;
    clip-path: none;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto;
  }

  .a2cp-cost-table tr {
    display: table-row;
    padding: 0;
  }

  .a2cp-cost-table th,
  .a2cp-cost-table td,
  .a2cp-cost-table tbody th {
    display: table-cell;
    padding: 1.1rem;
  }

  .a2cp-cost-table thead th {
    background: var(--a2cp-carbon);
    color: var(--a2cp-paper);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .a2cp-cost-table tbody th {
    border-right: 1px solid var(--a2cp-line);
    width: 22%;
  }

  .a2cp-cost-table td {
    border-right: 1px solid var(--a2cp-line);
    width: 39%;
  }

  .a2cp-cost-table td::before {
    display: none;
  }

  .a2cp-related {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .a2cp-references {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .a2cp-gallery figure:first-child {
    aspect-ratio: 16 / 10;
    grid-column: span 2;
  }

  .a2cp-before-after__control {
    grid-template-columns: auto 1fr auto;
  }

  .a2cp-before-after__control input {
    grid-column: auto;
  }

  .a2cp-form {
    padding: clamp(2rem, 5vw, 3.5rem);
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* V8.2: one clear reading axis for every closing call to action. */
.a2cp-cta > :where(h2, p, .a2cp-actions) {
  margin-inline: auto !important;
  max-width: 64rem;
  width: 100%;
}

.a2cp-cta > h2 {
  text-wrap: balance;
}

.a2cp-cta .a2cp-actions {
  justify-content: flex-start;
}

.a2cp-cta .a2cp-actions > * {
  margin: 0 !important;
}

@media (min-width: 48.875rem) {
  body.admin-bar .site-header {
    top: 32px;
  }
}

@media (min-width: 64rem) {
  .site-wordmark img {
    height: 3.15rem;
    width: 3.15rem;
  }

  .site-navigation .wp-block-navigation__container {
    gap: clamp(0.75rem, 1.5vw, 1.5rem);
  }

  .a2cp-hero {
    grid-template-columns: minmax(0, 1.04fr) minmax(25rem, 0.96fr);
    min-height: min(800px, calc(100vh - 74px));
  }

  .a2cp-hero__copy {
    padding: clamp(5rem, 8vw, 8rem) clamp(2.5rem, 6vw, 7rem);
  }

  .a2cp-hero__visual,
  .a2cp-hero > .a2cp-hero__media {
    aspect-ratio: auto;
    min-height: 44rem;
  }

  .a2cp-hero__visual::before,
  .a2cp-hero > .a2cp-hero__media::after {
    background: linear-gradient(90deg, var(--a2cp-photo-ink), rgba(52, 56, 50, 0.48) 28%, transparent 67%);
  }

  .a2cp-hero__visual::after {
    background: linear-gradient(180deg, transparent 58%, rgba(52, 56, 50, 0.68));
  }

  .a2cp-hero h1 {
    font-size: clamp(4.4rem, 6.2vw, 7rem);
  }

  .a2cp-page-hero h1 {
    font-size: clamp(4rem, 6vw, 6rem);
  }

  .a2cp-section-heading {
    align-items: end;
    gap: 4rem;
    grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  }

  .a2cp-section-heading h2,
  .a2cp-split h2,
  .a2cp-cta h2,
  .a2cp-proof h2,
  .a2cp-service-chapters__intro h2,
  .a2cp-process-story__rail h2,
  .a2cp-method-manifest h2,
  .a2cp-contact-stage h2 {
    font-size: clamp(3.6rem, 4.8vw, 5.6rem);
  }

  .a2cp-service-chapters__intro {
    align-items: end;
    gap: 5rem;
    grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr);
  }

  .a2cp-service-chapter {
    align-items: center;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    min-height: 44rem;
  }

  .a2cp-service-chapter__media {
    aspect-ratio: auto;
    grid-column: 1 / 9;
    grid-row: 1;
    height: min(68vw, 46rem);
    width: 100%;
  }

  .a2cp-service-chapter__copy {
    align-self: end;
    grid-column: 8 / 13;
    grid-row: 1;
    margin: 0 0 3rem;
    max-width: none;
    padding: clamp(2rem, 3vw, 3.25rem);
    width: 100%;
  }

  .a2cp-service-chapter:nth-child(even) .a2cp-service-chapter__media {
    grid-column: 5 / 13;
    grid-row: 1;
  }

  .a2cp-service-chapter:nth-child(even) .a2cp-service-chapter__copy {
    grid-column: 1 / 6;
    grid-row: 1;
    justify-self: stretch;
    margin: 0 0 3rem;
  }

  .a2cp-service-chapter h3 {
    font-size: clamp(3.8rem, 5.5vw, 6rem);
  }

  .a2cp-process-story {
    align-items: start;
    gap: clamp(4rem, 8vw, 8rem);
    grid-template-columns: minmax(19rem, 0.78fr) minmax(0, 1.22fr);
  }

  .a2cp-process-story__rail {
    position: sticky;
    top: 8rem;
  }

  .a2cp-process-story__nav {
    grid-template-columns: minmax(0, 1fr);
  }

  .a2cp-process-story__nav a {
    align-items: center;
    border-top: 1px solid var(--a2cp-line);
    grid-template-columns: 2.5rem 1fr;
    min-height: 3.75rem;
    padding-inline: 0.75rem;
  }

  .a2cp-process-story__steps {
    gap: 8rem;
  }

  .a2cp-process-story__step {
    min-height: min(52rem, calc(100vh - 9rem));
  }

  .a2cp-process-story__media {
    aspect-ratio: 4 / 5;
    min-height: 38rem;
  }

  .a2cp-process-story__copy {
    margin: -7rem 0 0 clamp(2rem, 7vw, 7rem);
    padding: clamp(2rem, 4vw, 3.5rem);
    width: calc(100% - clamp(2rem, 7vw, 7rem));
  }

  .a2cp-proof__heading {
    align-items: end;
    gap: 4rem;
    grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr);
  }

  .a2cp-before-after__stage {
    aspect-ratio: 16 / 10;
  }

  .a2cp-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .a2cp-split__media {
    aspect-ratio: auto;
    min-height: 42rem;
  }

  .a2cp-split__copy {
    padding: clamp(5rem, 7vw, 8rem);
  }

  .a2cp-method-manifest {
    align-items: end;
    grid-template-columns: minmax(0, 1.05fr) minmax(26rem, 0.95fr);
  }

  .a2cp-method-manifest__principles {
    grid-template-columns: 1fr 1fr;
  }

  .a2cp-method-manifest__mark {
    grid-column: 1 / -1;
  }

  .a2cp-contact-stage {
    align-items: end;
    grid-template-columns: minmax(0, 1.15fr) minmax(25rem, 0.85fr);
  }

  .a2cp-contact-stage__copy {
    max-width: 48rem;
  }

  .a2cp-pillar-steps {
    align-items: start;
    gap: clamp(4rem, 8vw, 8rem);
    grid-template-columns: minmax(20rem, 0.8fr) minmax(0, 1.2fr);
  }

  .a2cp-pillar-steps__heading {
    position: sticky;
    top: 8rem;
  }

  .a2cp-pillar-steps__list li {
    gap: 1.5rem;
    grid-template-columns: 4rem minmax(0, 1fr);
    padding-block: 2rem;
  }

  .a2cp-gallery {
    grid-auto-rows: 17rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .a2cp-gallery figure {
    aspect-ratio: auto;
  }

  .a2cp-gallery figure:first-child {
    grid-column: span 2;
    grid-row: span 2;
  }

  .site-footer__grid {
    grid-template-columns: 1.15fr 0.85fr 1fr;
  }
}

@media (min-width: 80rem) {
  .a2cp-cta {
    padding: 5rem;
  }

  .a2cp-before-after {
    max-width: 68rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .site-navigation .wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle)::after {
    background: var(--a2cp-blue);
    bottom: 0.2rem;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform var(--a2cp-fast);
    width: 100%;
  }

  .site-navigation .wp-block-navigation-item__content:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .site-navigation .nav-cta .wp-block-navigation-item__content::after {
    display: none;
  }

  .a2cp-button:hover {
    transform: translateY(-3px);
  }

  .a2cp-service-chapter__link:hover i {
    background: var(--a2cp-blue);
    transform: rotate(8deg);
  }

  .a2cp-service-chapter:hover img,
  .a2cp-process-story__step.is-current img,
  .a2cp-gallery figure:hover img {
    filter: saturate(0.9) contrast(1.03);
    transform: scale(1.035);
  }
}

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

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

  .a2cp-place-line__track {
    animation: none;
    flex-wrap: wrap;
    white-space: normal;
  }

  .a2cp-hero__visual .a2cp-hero__media img {
    transform: none;
  }
}

/* V7 : les villes ouvrent en plein écran et le titre traverse la photo. */
.a2cp-breadcrumbs {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 72rem;
  padding: 1rem 0 0;
  width: calc(100% - 2rem);
}

.a2cp-zone-hero,
.a2cp-local-hero {
  background: var(--a2cp-paper);
  display: block;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.a2cp-zone-hero__media,
.a2cp-local-hero__media {
  --a2cp-local-parallax: 0px;
  height: clamp(32rem, 72svh, 50rem);
  min-height: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.a2cp-zone-hero__media::before,
.a2cp-local-hero__media::before {
  background:
    linear-gradient(90deg, rgba(18, 22, 20, 0.26), transparent 48%),
    linear-gradient(180deg, rgba(18, 22, 20, 0.08), transparent 38%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.a2cp-zone-hero__media::after,
.a2cp-local-hero__media::after {
  background: linear-gradient(180deg, transparent 42%, rgba(52, 56, 50, 0.14) 62%, var(--a2cp-carbon) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.a2cp-zone-hero__media figure,
.a2cp-local-hero__media figure {
  height: calc(100% + 4rem);
  left: 0;
  position: absolute;
  top: -2rem;
  width: 100%;
}

.a2cp-zone-hero__media img,
.a2cp-local-hero__media img {
  filter: saturate(0.88) contrast(1.04);
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, var(--a2cp-local-parallax), 0) scale(1.045);
  width: 100%;
}

.a2cp-city-visual--auxerre img {
  object-position: center 52%;
}

.a2cp-city-visual--sens img {
  object-position: center 58%;
}

.a2cp-city-visual--chablis img {
  object-position: center 55%;
}

.a2cp-city-visual--toucy img {
  object-position: center 48%;
}

.a2cp-zone-hero__media > .a2cp-photo-credit,
.a2cp-local-hero__media > .a2cp-photo-credit {
  backdrop-filter: blur(10px);
  background: rgba(31, 35, 31, 0.58);
  border: 1px solid rgba(246, 243, 237, 0.2);
  border-radius: 0.55rem;
  bottom: auto;
  left: auto;
  padding: 0.42rem 0.55rem;
  right: 1rem;
  top: 1rem;
  width: auto;
  z-index: 4;
}

.a2cp-zone-hero__copy,
.a2cp-local-hero__copy {
  background: linear-gradient(180deg, var(--a2cp-carbon) 0%, var(--a2cp-carbon) 78%, var(--a2cp-paper) 100%);
  display: block;
  max-width: none;
  padding: 0 max(1rem, calc((100vw - 72rem) / 2)) clamp(7rem, 16vw, 11rem);
  position: relative;
  width: 100%;
  z-index: 5;
}

.a2cp-zone-hero__title,
.a2cp-local-hero__title,
.a2cp-zone-hero__details,
.a2cp-local-hero__details {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 72rem;
  width: 100%;
}

.a2cp-zone-hero__title,
.a2cp-local-hero__title {
  margin-top: -6.5rem;
  position: relative;
  z-index: 6;
}

.a2cp-zone-hero__title > *,
.a2cp-local-hero__title > *,
.a2cp-zone-hero__details > *,
.a2cp-local-hero__details > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.a2cp-zone-hero__title .a2cp-kicker,
.a2cp-local-hero__title .a2cp-kicker {
  color: #b9d8d4;
  margin-bottom: 0.85rem;
  text-shadow: 0 0.18rem 1rem rgba(16, 20, 18, 0.42);
}

.a2cp-zone-hero__title h1,
.a2cp-local-hero__title h1 {
  color: var(--a2cp-paper);
  font-size: clamp(2.55rem, 10.8vw, 6.2rem);
  letter-spacing: -0.055em;
  line-height: 0.93;
  margin: 0;
  max-width: 18ch;
  text-shadow: 0 0.2rem 1.8rem rgba(16, 20, 18, 0.35);
  text-wrap: balance;
  width: 100%;
}

.a2cp-zone-hero__title h1 {
  max-width: 20ch;
}

.a2cp-zone-hero__details,
.a2cp-local-hero__details {
  margin-top: clamp(2rem, 7vw, 4rem);
}

.a2cp-zone-hero__details .a2cp-lead,
.a2cp-local-hero__details .a2cp-lead {
  color: rgba(246, 243, 237, 0.76);
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.55;
  margin: 0;
  max-width: 46rem;
}

.a2cp-zone-hero__details .a2cp-actions,
.a2cp-local-hero__details .a2cp-actions {
  margin-top: 1.5rem;
  max-width: 36rem;
}

.a2cp-zone-hero__details .a2cp-button,
.a2cp-local-hero__details .a2cp-button {
  min-height: 3.7rem;
}

.a2cp-zone-hero__details .a2cp-zone-hero__base {
  border-color: rgba(246, 243, 237, 0.2);
  color: rgba(246, 243, 237, 0.62);
}

.a2cp-local-hero__details .a2cp-local-hero__tags {
  margin-top: 1.25rem;
}

@media (min-width: 48rem) {
  .a2cp-zone-hero__title,
  .a2cp-local-hero__title {
    margin-top: -8.5rem;
  }

  .a2cp-zone-hero__title h1,
  .a2cp-local-hero__title h1 {
    font-size: clamp(4.6rem, 7.6vw, 6.2rem);
  }
}

@media (min-width: 64rem) {
  .a2cp-zone-hero,
  .a2cp-local-hero {
    display: block;
    min-height: 0;
  }

  .a2cp-zone-hero__media,
  .a2cp-local-hero__media {
    min-height: 0;
  }

  .a2cp-zone-hero__copy,
  .a2cp-local-hero__copy {
    padding-left: max(2rem, calc((100vw - 72rem) / 2));
    padding-right: max(2rem, calc((100vw - 72rem) / 2));
  }

  .a2cp-zone-hero__title,
  .a2cp-local-hero__title {
    margin-top: -10.5rem;
  }

  .a2cp-zone-hero__details,
  .a2cp-local-hero__details {
    align-items: start;
    display: grid;
    gap: 1rem clamp(3rem, 8vw, 8rem);
    grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.85fr);
  }

  .a2cp-zone-hero__details .a2cp-lead,
  .a2cp-local-hero__details .a2cp-lead {
    grid-row: 1 / 3;
  }

  .a2cp-zone-hero__details .a2cp-actions,
  .a2cp-local-hero__details .a2cp-actions {
    margin-top: 0;
  }

  .a2cp-zone-hero__details .a2cp-zone-hero__base {
    grid-column: 1 / -1;
    margin-top: 1.5rem;
  }

  .a2cp-local-hero__details .a2cp-local-hero__tags {
    grid-column: 2;
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .a2cp-zone-hero__media img,
  .a2cp-local-hero__media img {
    transform: scale(1.02) !important;
  }
}

/* V7.1 : transition continue, titres amples et lecture locale renforcée. */
.a2cp-zone-hero > *,
.a2cp-local-hero > * {
  margin-block: 0 !important;
}

.a2cp-zone-hero__media,
.a2cp-local-hero__media {
  margin-bottom: 0 !important;
}

.a2cp-zone-hero__copy,
.a2cp-local-hero__copy {
  background: linear-gradient(
    180deg,
    rgba(52, 56, 50, 0) 0,
    rgba(52, 56, 50, 0.9) 4.75rem,
    var(--a2cp-carbon) 8rem,
    var(--a2cp-carbon) 80%,
    var(--a2cp-paper) 100%
  );
  margin-top: -8rem !important;
  padding-top: 0.5rem;
}

.a2cp-zone-hero__title,
.a2cp-local-hero__title {
  margin-top: 0 !important;
}

.a2cp-zone-hero__title h1,
.a2cp-local-hero__title h1,
.a2cp-zone-hero__title h1,
.a2cp-local-hero__title h1 {
  font-size: clamp(2.7rem, 10.6vw, 6rem);
  line-height: 0.95;
  max-width: none;
  text-wrap: balance;
}

.a2cp-motion-ready .a2cp-zone-hero__title .a2cp-title-word,
.a2cp-motion-ready .a2cp-local-hero__title .a2cp-title-word {
  display: inline-block;
  transform: translateY(1.05em) rotate(1.5deg);
  transition-duration: 720ms, 980ms;
  transition-timing-function: ease, cubic-bezier(0.16, 1, 0.3, 1);
}

.a2cp-motion-ready .a2cp-zone-hero__media[data-reveal],
.a2cp-motion-ready .a2cp-local-hero__media[data-reveal] {
  clip-path: inset(0 0 12% 0);
  opacity: 0.78;
  transform: scale(1.025);
  transition:
    clip-path 1200ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 900ms ease,
    transform 1400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.a2cp-motion-ready .a2cp-zone-hero__media[data-reveal].is-visible,
.a2cp-motion-ready .a2cp-local-hero__media[data-reveal].is-visible {
  clip-path: inset(0);
  opacity: 1;
  transform: scale(1);
}

.a2cp-local-preparation .a2cp-local-section-heading {
  max-width: 72rem;
  width: 100%;
}

.a2cp-local-preparation__list strong {
  font-size: clamp(1.15rem, 4vw, 1.35rem);
  line-height: 1.15;
}

.a2cp-local-preparation__list p {
  font-size: clamp(0.96rem, 3.2vw, 1.03rem);
  line-height: 1.58;
}

.a2cp-local-preparation + .a2cp-cta h2 {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.5rem, 8vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  max-width: 64rem;
}

@media (min-width: 48rem) {
  .a2cp-zone-hero__copy,
  .a2cp-local-hero__copy {
    background: linear-gradient(
      180deg,
      rgba(52, 56, 50, 0) 0,
      rgba(52, 56, 50, 0.92) 6rem,
      var(--a2cp-carbon) 10rem,
      var(--a2cp-carbon) 80%,
      var(--a2cp-paper) 100%
    );
    margin-top: -10rem !important;
    padding-top: 0.75rem;
  }

  .a2cp-zone-hero__title h1,
  .a2cp-local-hero__title h1 {
    font-size: clamp(4.5rem, 7vw, 5.8rem);
  }

  .a2cp-local-preparation .a2cp-local-section-heading {
    align-items: end;
    column-gap: clamp(2rem, 7vw, 7rem);
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(20rem, 0.82fr);
  }

  .a2cp-local-preparation .a2cp-local-section-heading .a2cp-kicker {
    grid-column: 1 / -1;
  }

  .a2cp-local-preparation .a2cp-local-section-heading h2,
  .a2cp-local-preparation .a2cp-local-section-heading .a2cp-lead {
    margin-bottom: 0;
    max-width: none;
  }

  .a2cp-local-preparation .a2cp-local-section-heading .a2cp-lead {
    font-size: 1.08rem;
    line-height: 1.62;
    margin-top: 0;
  }
}

@media (min-width: 64rem) {
  .a2cp-zone-hero__copy,
  .a2cp-local-hero__copy {
    background: linear-gradient(
      180deg,
      rgba(52, 56, 50, 0) 0,
      rgba(52, 56, 50, 0.94) 7rem,
      var(--a2cp-carbon) 12rem,
      var(--a2cp-carbon) 80%,
      var(--a2cp-paper) 100%
    );
    margin-top: -12rem !important;
    padding-top: 1rem;
  }

  .a2cp-zone-hero__title h1,
  .a2cp-local-hero__title h1 {
    font-size: clamp(4.8rem, 6.5vw, 6.1rem);
    max-width: 72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .a2cp-motion-ready .a2cp-zone-hero__media[data-reveal],
  .a2cp-motion-ready .a2cp-local-hero__media[data-reveal],
  .a2cp-motion-ready .a2cp-zone-hero__title .a2cp-title-word,
  .a2cp-motion-ready .a2cp-local-hero__title .a2cp-title-word {
    clip-path: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* V8 : la Barlow validée sur l'accueil devient la voix typographique du site. */
body:not(.home) main :is(h1, h2, h3, h4),
.site-footer :is(h2, h3, strong),
.site-navigation .wp-block-navigation-item__content {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body:not(.home) main :is(h1, h2, h3) {
  letter-spacing: -0.045em;
}

.a2cp-home-services__grid {
  grid-template-columns: 1fr;
}

.a2cp-pillar-index {
  align-items: center;
  background: rgba(246, 243, 237, 0.96);
  border-bottom: 1px solid var(--a2cp-line);
  display: flex;
  gap: 0.45rem;
  margin: 0;
  max-width: none;
  overflow-x: auto;
  padding: 0.75rem max(1rem, calc((100vw - 72rem) / 2));
  scrollbar-width: none;
  width: 100%;
  z-index: 20;
}

.a2cp-pillar-index::-webkit-scrollbar {
  display: none;
}

.a2cp-pillar-index strong,
.a2cp-pillar-index a {
  flex: 0 0 auto;
  white-space: nowrap;
}

.a2cp-pillar-index strong {
  color: var(--a2cp-muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  margin-right: 0.45rem;
  text-transform: uppercase;
}

.a2cp-pillar-index a {
  border: 1px solid var(--a2cp-line);
  border-radius: 2rem;
  color: var(--a2cp-carbon);
  font-size: 0.82rem;
  font-weight: 750;
  min-height: 2.75rem;
  padding: 0.72rem 0.95rem;
  text-decoration: none;
  transition: background-color var(--a2cp-fast), color var(--a2cp-fast), transform var(--a2cp-fast);
}

.a2cp-pillar-index a:hover,
.a2cp-pillar-index a:focus-visible {
  background: var(--a2cp-carbon);
  color: var(--a2cp-paper);
  transform: translateY(-2px);
}

.a2cp-attic-hero {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw;
}

.a2cp-attic-hero .a2cp-hero__copy {
  padding: clamp(3rem, 12vw, 5rem) max(1rem, calc((100vw - 72rem) / 2));
}

.a2cp-attic-hero h1 {
  font-family: inherit;
  font-size: clamp(3rem, 12vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.052em;
  line-height: 1;
  max-width: none;
  width: 100%;
}

.a2cp-attic-hero .a2cp-lead {
  font-size: clamp(1.05rem, 4vw, 1.22rem);
  line-height: 1.62;
  max-width: 42rem;
}

.a2cp-attic-hero .a2cp-actions {
  max-width: 34rem;
}

.a2cp-service-zone-context {
  align-items: center;
  border-left: 0.2rem solid var(--a2cp-blue-soft);
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.65rem;
  margin: 1.2rem 0 0;
  padding-left: 0.8rem;
}

.a2cp-service-zone-context span {
  color: rgba(246, 243, 237, 0.62);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.a2cp-service-zone-context strong {
  color: var(--a2cp-paper);
  font-size: 1rem;
}

.a2cp-attic-hero ~ section :is(h2, h3),
.a2cp-attic-hero ~ .a2cp-cta h2,
.a2cp-attic-hero ~ section .a2cp-scope-note strong,
.a2cp-attic-hero ~ section .a2cp-cost-table tbody th {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.a2cp-attic-hero ~ section h2,
.a2cp-attic-hero ~ .a2cp-cta h2 {
  font-size: clamp(2.35rem, 9vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 22ch;
  overflow-wrap: normal;
  text-wrap: balance;
  width: 100%;
}

.a2cp-attic-hero ~ section .a2cp-lead {
  font-size: clamp(1.05rem, 3vw, 1.22rem);
  line-height: 1.65;
  max-width: 58rem;
}

.a2cp-attic-hero ~ .a2cp-pillar-answer > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.a2cp-attic-hero ~ .a2cp-pillar-answer h2 {
  max-width: 20ch;
}

.a2cp-attic-hero ~ .a2cp-pillar-answer__note,
.a2cp-attic-hero ~ .a2cp-pillar-answer .a2cp-pillar-answer__note {
  font-size: 1rem;
}

.a2cp-attic-hero ~ .a2cp-pillar-copy h2,
.a2cp-attic-hero ~ .a2cp-cost-section h2,
.a2cp-attic-hero ~ .a2cp-faq-section h2,
.a2cp-attic-hero ~ .a2cp-references-section h2,
.a2cp-attic-hero ~ .a2cp-related-section h2 {
  max-width: 22ch;
}

.a2cp-attic-hero ~ .a2cp-pillar-copy .a2cp-scope-note strong {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
}

.a2cp-attic-hero ~ .a2cp-pillar-steps {
  display: block;
}

.a2cp-attic-hero ~ .a2cp-pillar-steps__heading,
.a2cp-attic-hero ~ .a2cp-pillar-steps .a2cp-pillar-steps__heading {
  position: static;
}

.a2cp-attic-hero ~ .a2cp-pillar-steps h2 {
  max-width: 20ch;
}

.a2cp-attic-hero ~ .a2cp-pillar-steps__list h3,
.a2cp-attic-hero ~ .a2cp-pillar-steps .a2cp-pillar-steps__list h3 {
  font-size: clamp(1.35rem, 5vw, 1.8rem);
  font-weight: 800;
  line-height: 1.1;
}

.a2cp-attic-hero ~ .a2cp-cost-section > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none;
}

.a2cp-attic-hero ~ .a2cp-cost-section .a2cp-cost-table tbody th {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
}

.a2cp-attic-hero ~ .a2cp-pillar-gallery .a2cp-section-heading {
  max-width: 72rem;
}

.a2cp-attic-hero ~ .a2cp-pillar-gallery .a2cp-section-heading h2 {
  max-width: none;
}

.a2cp-faq-section > *,
.a2cp-references-section > *,
.a2cp-related-section > * {
  max-width: 72rem;
  width: 100%;
}

.a2cp-related strong {
  font-size: clamp(1.35rem, 4vw, 2rem);
  line-height: 1.05;
  overflow-wrap: normal;
}

.a2cp-references strong {
  font-size: clamp(1.35rem, 4vw, 1.9rem);
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-transform: none;
}

@media (min-width: 48rem) {
  .a2cp-home-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .a2cp-attic-hero .a2cp-actions {
    flex-direction: row;
  }

  .a2cp-attic-hero .a2cp-actions .a2cp-button {
    flex: 1 1 0;
  }

  .a2cp-attic-hero ~ .a2cp-pillar-steps__heading,
  .a2cp-attic-hero ~ .a2cp-pillar-steps .a2cp-pillar-steps__heading {
    align-items: end;
    column-gap: clamp(2rem, 7vw, 7rem);
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(20rem, 0.82fr);
  }

  .a2cp-attic-hero ~ .a2cp-pillar-steps__heading .a2cp-kicker,
  .a2cp-attic-hero ~ .a2cp-pillar-steps .a2cp-pillar-steps__heading .a2cp-kicker {
    grid-column: 1 / -1;
  }

  .a2cp-attic-hero ~ .a2cp-pillar-steps__heading .a2cp-lead,
  .a2cp-attic-hero ~ .a2cp-pillar-steps .a2cp-pillar-steps__heading .a2cp-lead {
    margin-bottom: 0;
  }
}

@media (min-width: 64rem) {
  .a2cp-pillar-index {
    position: sticky;
    top: 4.6rem;
  }

  .a2cp-attic-hero {
    grid-template-columns: minmax(34rem, 0.9fr) minmax(0, 1.1fr);
    min-height: min(45rem, calc(100svh - 4.6rem));
  }

  .a2cp-attic-hero .a2cp-hero__copy {
    padding-left: max(2rem, calc((100vw - 72rem) / 2));
    padding-right: clamp(3rem, 6vw, 6rem);
  }

  .a2cp-attic-hero h1 {
    font-size: clamp(4.4rem, 5.6vw, 5.7rem);
    max-width: none;
    position: relative;
    width: min(43rem, calc(100vw - 4rem));
    z-index: 3;
  }

  .a2cp-attic-hero > .a2cp-hero__media {
    min-height: min(45rem, calc(100svh - 4.6rem));
  }

  .a2cp-attic-hero ~ .a2cp-pillar-steps__list,
  .a2cp-attic-hero ~ .a2cp-pillar-steps .a2cp-pillar-steps__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: clamp(3rem, 7vw, 5rem);
  }

  .a2cp-attic-hero ~ .a2cp-pillar-steps__list li,
  .a2cp-attic-hero ~ .a2cp-pillar-steps .a2cp-pillar-steps__list li {
    align-content: start;
    border-bottom: 1px solid var(--a2cp-line);
    display: block;
    padding: 1.5rem 1.2rem;
  }

  .a2cp-attic-hero ~ .a2cp-pillar-steps__list li + li,
  .a2cp-attic-hero ~ .a2cp-pillar-steps .a2cp-pillar-steps__list li + li {
    border-left: 1px solid var(--a2cp-line);
  }

  .a2cp-attic-hero ~ .a2cp-pillar-steps__list > li > span,
  .a2cp-attic-hero ~ .a2cp-pillar-steps .a2cp-pillar-steps__list > li > span {
    display: block;
    margin-bottom: 2.4rem;
  }

  .a2cp-attic-hero ~ .a2cp-pillar-steps__list p,
  .a2cp-attic-hero ~ .a2cp-pillar-steps .a2cp-pillar-steps__list p {
    font-size: 0.92rem;
  }
}

/* À propos : portrait réel, méthode concrète et trois métiers. */
.a2cp-about-hero,
.a2cp-about-method-section,
.a2cp-about-skills-section,
.a2cp-about-territory {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin-block: 0;
}

.a2cp-about-hero {
  background: var(--a2cp-carbon);
  color: var(--a2cp-paper);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
}

.a2cp-about-hero > *,
.a2cp-about-hero__copy > *,
.a2cp-about-method-section > *,
.a2cp-about-skills-section > *,
.a2cp-about-territory > *,
.a2cp-about-section-heading > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none;
}

.a2cp-about-hero__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  padding: clamp(3.5rem, 12vw, 6rem) max(1rem, calc((100vw - 72rem) / 2));
  width: 100%;
}

.a2cp-about-hero h1 {
  font-family: inherit;
  font-size: clamp(3rem, 12vw, 5.8rem);
  font-weight: 800;
  letter-spacing: -0.052em;
  line-height: 0.98;
  margin: 0;
  max-width: 13ch;
  text-wrap: balance;
}

.a2cp-about-hero .a2cp-lead {
  color: rgba(246, 243, 237, 0.76);
  font-size: clamp(1.05rem, 4vw, 1.25rem);
  line-height: 1.62;
  margin: 1.4rem 0 0;
  max-width: 43rem;
}

.a2cp-about-hero__proofs {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  width: 100%;
}

.a2cp-about-hero__proofs li {
  border-top: 1px solid rgba(246, 243, 237, 0.22);
  display: grid;
  gap: 0.25rem;
  padding: 0.9rem 0;
}

.a2cp-about-hero__proofs strong {
  font-size: 0.95rem;
}

.a2cp-about-hero__proofs span {
  color: rgba(246, 243, 237, 0.58);
  font-size: 0.86rem;
}

.a2cp-about-hero .a2cp-actions {
  max-width: 35rem;
}

.a2cp-about-hero .a2cp-button--ghost {
  border-color: rgba(246, 243, 237, 0.72);
  color: var(--a2cp-paper);
}

.a2cp-about-hero .a2cp-button--ghost:hover,
.a2cp-about-hero .a2cp-button--ghost:focus-visible {
  background: var(--a2cp-paper);
  color: var(--a2cp-carbon);
}

.a2cp-about-hero__portrait {
  height: clamp(30rem, 72svh, 48rem);
  margin: 0;
  max-width: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.a2cp-about-hero__portrait::after {
  background: linear-gradient(180deg, rgba(52, 56, 50, 0.12), transparent 48%, rgba(52, 56, 50, 0.38));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.a2cp-about-hero__portrait img {
  filter: saturate(0.86) contrast(1.03);
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transition: transform 1200ms cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.a2cp-about-hero:hover .a2cp-about-hero__portrait img {
  transform: scale(1.025);
}

.a2cp-about-method-section,
.a2cp-about-skills-section,
.a2cp-about-territory {
  padding: clamp(4.5rem, 12vw, 8rem) max(1rem, calc((100vw - 72rem) / 2));
}

.a2cp-about-section-heading {
  max-width: 72rem;
  width: 100%;
}

.a2cp-about-section-heading h2,
.a2cp-about-territory h2 {
  font-family: inherit;
  font-size: clamp(2.5rem, 9vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.048em;
  line-height: 1;
  margin: 0;
  max-width: 18ch;
  text-wrap: balance;
}

.a2cp-about-section-heading .a2cp-lead,
.a2cp-about-territory .a2cp-lead {
  font-size: clamp(1.04rem, 3vw, 1.2rem);
  line-height: 1.65;
  margin: 1.2rem 0 0;
  max-width: 48rem;
}

.a2cp-about-method {
  display: grid;
  margin-top: clamp(2.5rem, 7vw, 4.5rem);
}

.a2cp-about-method article {
  border-top: 1px solid var(--a2cp-line);
  padding: 1.5rem 0;
}

.a2cp-about-method span {
  color: var(--a2cp-blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.a2cp-about-method h3 {
  font-family: inherit;
  font-size: clamp(1.5rem, 5vw, 2rem);
  font-weight: 800;
  line-height: 1.1;
  margin: 1.5rem 0 0.65rem;
}

.a2cp-about-method p {
  color: var(--a2cp-muted);
  line-height: 1.62;
  margin: 0;
}

.a2cp-about-skills {
  display: grid;
  gap: 0.75rem;
  margin-top: clamp(2.5rem, 7vw, 4.5rem);
}

.a2cp-about-skills a {
  background: var(--a2cp-paper);
  color: var(--a2cp-carbon);
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) auto;
  overflow: hidden;
  padding-bottom: 1.1rem;
  text-decoration: none;
}

.a2cp-about-skills img {
  grid-column: 1 / -1;
  height: 14rem;
  object-fit: cover;
  transition: filter var(--a2cp-slow), transform var(--a2cp-slow);
  width: 100%;
}

.a2cp-about-skills a > span,
.a2cp-about-skills a > strong,
.a2cp-about-skills a > small,
.a2cp-about-skills a > b {
  margin-left: 1rem;
  margin-right: 1rem;
}

.a2cp-about-skills a > span {
  color: var(--a2cp-blue);
  font-size: 0.7rem;
  font-weight: 800;
  grid-row: 2 / 4;
  letter-spacing: 0.1em;
  margin-top: 1.15rem;
}

.a2cp-about-skills a > strong {
  font-size: 1.35rem;
  grid-column: 2;
  margin-top: 1rem;
}

.a2cp-about-skills a > small {
  color: var(--a2cp-muted);
  grid-column: 2;
  margin-top: 0.35rem;
}

.a2cp-about-skills a > b {
  align-self: center;
  font-size: 1.2rem;
  grid-column: 3;
  grid-row: 2 / 4;
}

.a2cp-about-skills a:hover img,
.a2cp-about-skills a:focus-visible img {
  filter: saturate(0.98) contrast(1.04);
  transform: scale(1.035);
}

.a2cp-about-territory {
  display: grid;
  gap: clamp(2.5rem, 8vw, 6rem);
}

.a2cp-about-territory .a2cp-kicker {
  color: var(--a2cp-blue-soft);
}

.a2cp-about-territory h2 {
  color: var(--a2cp-paper);
}

.a2cp-about-territory .a2cp-lead {
  color: rgba(246, 243, 237, 0.7);
}

.a2cp-about-territory__cities {
  border-bottom: 1px solid rgba(246, 243, 237, 0.22);
}

.a2cp-about-territory__cities a {
  align-items: center;
  border-top: 1px solid rgba(246, 243, 237, 0.22);
  color: var(--a2cp-paper);
  display: flex;
  font-size: clamp(1.5rem, 6vw, 2.35rem);
  font-weight: 750;
  justify-content: space-between;
  min-height: 4.75rem;
  text-decoration: none;
}

.a2cp-about-territory__cities b {
  color: var(--a2cp-blue-soft);
  transition: transform var(--a2cp-fast);
}

.a2cp-about-territory__cities a:hover b,
.a2cp-about-territory__cities a:focus-visible b {
  transform: translate(0.25rem, -0.25rem);
}

@media (min-width: 48rem) {
  .a2cp-about-hero .a2cp-actions {
    flex-direction: row;
  }

  .a2cp-about-hero .a2cp-actions .a2cp-button {
    flex: 1 1 0;
  }

  .a2cp-about-hero__proofs,
  .a2cp-about-method,
  .a2cp-about-skills {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .a2cp-about-hero__proofs li,
  .a2cp-about-method article {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .a2cp-about-hero__proofs li + li,
  .a2cp-about-method article + article {
    border-left: 1px solid rgba(246, 243, 237, 0.22);
  }

  .a2cp-about-method article + article {
    border-left-color: var(--a2cp-line);
  }

  .a2cp-about-skills img {
    height: 18rem;
  }
}

@media (min-width: 64rem) {
  .a2cp-about-hero {
    grid-template-columns: minmax(34rem, 0.95fr) minmax(0, 1.05fr);
    min-height: min(49rem, calc(100svh - 4.6rem));
  }

  .a2cp-about-hero__copy {
    padding-left: max(2rem, calc((100vw - 72rem) / 2));
    padding-right: clamp(3rem, 5vw, 5rem);
  }

  .a2cp-about-hero__portrait {
    height: 100%;
    min-height: min(49rem, calc(100svh - 4.6rem));
  }

  .a2cp-about-hero h1 {
    max-width: none;
    position: relative;
    width: min(42rem, calc(100vw - 4rem));
    z-index: 3;
  }

  .a2cp-about-hero__portrait::after {
    background:
      linear-gradient(90deg, var(--a2cp-carbon), rgba(52, 56, 50, 0.74) 14%, transparent 42%),
      linear-gradient(180deg, rgba(52, 56, 50, 0.1), transparent 48%, rgba(52, 56, 50, 0.38));
  }

  .a2cp-about-section-heading {
    align-items: end;
    column-gap: clamp(3rem, 8vw, 8rem);
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(24rem, 0.9fr);
  }

  .a2cp-about-section-heading .a2cp-kicker {
    grid-column: 1 / -1;
  }

  .a2cp-about-section-heading .a2cp-lead {
    margin-bottom: 0;
  }

  .a2cp-about-territory {
    align-items: end;
    grid-template-columns: minmax(0, 1fr) minmax(30rem, 0.8fr);
  }
}

/* Accueil sobre : parcours court, preuves visibles et actions directes. */
body.home::before {
  display: none;
}

.home .site-navigation .nav-cta .wp-block-navigation-item__content,
.home .a2cp-button {
  clip-path: none;
}

.home .a2cp-button {
  border-radius: 0.3rem;
  justify-content: center;
  text-align: center;
}

.home .a2cp-button::after {
  display: none;
}

.a2cp-home-hero,
.a2cp-home-reviews,
.a2cp-home-services,
.a2cp-home-projects,
.a2cp-home-about,
.a2cp-home-steps,
.a2cp-home-contact {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin-block: 0;
}

.a2cp-home-hero > *,
.a2cp-home-reviews > *,
.a2cp-home-services > *,
.a2cp-home-projects > *,
.a2cp-home-about > *,
.a2cp-home-steps > *,
.a2cp-home-contact > * {
  margin-block: 0;
}

/*
 * Core's constrained group layout centers each child independently. These
 * homepage groups use flex/grid for their own layout, so keep their text and
 * actions on one shared left edge instead of inheriting those auto margins.
 */
.a2cp-home-hero__copy > *,
.a2cp-home-reviews__summary > *,
.a2cp-home-section-heading > *,
.a2cp-home-service-card__copy > *,
.a2cp-home-project-card > *,
.a2cp-home-about__copy > *,
.a2cp-home-contact__copy > *,
.a2cp-home-contact__actions > *,
.home .a2cp-actions > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.a2cp-home-service-card,
.a2cp-home-project-card {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}

.a2cp-home-hero {
  background: var(--a2cp-paper);
  display: grid;
  overflow: hidden;
}

.a2cp-home-hero__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  padding: 2.25rem max(1rem, calc((100vw - 72rem) / 2));
  width: auto;
}

.a2cp-home-hero .a2cp-kicker {
  color: var(--a2cp-blue);
  margin-bottom: 0.8rem;
}

.a2cp-home-hero h1 {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.35rem, 10.5vw, 4.65rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0;
  max-width: 13ch;
  text-wrap: balance;
  text-transform: none;
}

.a2cp-home-hero__lead {
  color: var(--a2cp-muted);
  font-size: 1.08rem;
  line-height: 1.52;
  margin: 1.25rem 0 0;
  max-width: 37rem;
}

.a2cp-home-hero .a2cp-actions {
  max-width: 34rem;
  margin-top: 1.35rem;
}

.a2cp-home-hero .a2cp-button--ghost {
  color: var(--a2cp-carbon);
}

.a2cp-home-hero__area {
  border-top: 1px solid var(--a2cp-line);
  color: var(--a2cp-muted);
  font-size: 0.86rem;
  font-weight: 700;
  margin: 1.2rem 0 0;
  padding-top: 0.8rem;
  width: 100%;
}

.a2cp-home-hero__media {
  aspect-ratio: 16 / 10;
  margin: 0;
  max-width: none;
  overflow: hidden;
  width: 100%;
}

.a2cp-home-hero__media img,
.a2cp-home-service-card__media img,
.a2cp-home-project-card__media img,
.a2cp-home-about__portrait img {
  display: block;
  filter: none;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.a2cp-home-reviews {
  background: var(--a2cp-carbon);
  color: var(--a2cp-paper);
  display: grid;
  gap: 1.75rem;
  padding: 2.75rem 1rem;
}

.a2cp-home-reviews > * {
  max-width: 72rem;
  width: 100%;
}

.a2cp-home-reviews__summary {
  max-width: none;
}

.a2cp-home-reviews__eyebrow {
  align-items: center;
  display: flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0.32rem;
  letter-spacing: 0.06em;
  margin: 0 0 0.9rem;
  text-transform: uppercase;
}

.a2cp-google-dot {
  border-radius: 50%;
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
}

.a2cp-google-dot--blue {
  background: #4285f4;
}

.a2cp-google-dot--red {
  background: #ea4335;
}

.a2cp-google-dot--yellow {
  background: #fbbc05;
}

.a2cp-google-dot--green {
  background: #34a853;
  margin-right: 0.35rem;
}

.a2cp-home-reviews h2,
.a2cp-home-services h2,
.a2cp-home-projects h2,
.a2cp-home-about h2,
.a2cp-home-steps h2,
.a2cp-home-contact h2 {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 8vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin: 0;
  max-width: 18ch;
  text-transform: none;
  text-wrap: balance;
}

.a2cp-home-reviews__score {
  color: var(--a2cp-paper);
  font-size: 1.2rem;
  font-weight: 800;
  margin: 1rem 0 0.55rem;
}

.a2cp-home-reviews__score span,
.a2cp-home-review__stars {
  color: #fbbc05;
  letter-spacing: 0.08em;
}

.a2cp-home-reviews__link {
  color: var(--a2cp-paper);
  display: inline-flex;
  font-weight: 750;
  min-height: 2.75rem;
  padding-block: 0.6rem;
}

.a2cp-home-reviews__link:hover {
  color: var(--a2cp-blue-soft);
}

.a2cp-home-reviews__carousel {
  min-width: 0;
  position: relative;
}

.a2cp-home-reviews__track {
  display: grid;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.a2cp-home-reviews__track::-webkit-scrollbar {
  display: none;
}

.a2cp-home-review {
  background: var(--a2cp-paper);
  border-left: 0.28rem solid #4285f4;
  color: var(--a2cp-carbon);
  min-height: 14rem;
  padding: 1.5rem;
  scroll-snap-align: start;
}

.a2cp-home-review:nth-child(2) {
  border-left-color: #fbbc05;
}

.a2cp-home-review:nth-child(3) {
  border-left-color: #34a853;
}

.a2cp-home-review p,
.a2cp-home-review blockquote {
  line-height: 1.5;
  margin: 0.65rem 0 0;
}

.a2cp-home-review blockquote {
  font-size: 1.35rem;
  font-weight: 650;
}

.a2cp-home-review__stars {
  margin-top: 0 !important;
}

.a2cp-home-review__title {
  font-size: 1.3rem;
  font-weight: 800;
}

.a2cp-home-review__source {
  color: var(--a2cp-muted);
  font-size: 0.82rem;
}

.a2cp-home-review__google {
  color: var(--a2cp-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.a2cp-home-review__google span {
  color: #4285f4;
  font-size: 1.25rem;
  margin-right: 0.3rem;
}

.a2cp-home-reviews__controls {
  display: flex;
  gap: 0.6rem;
  justify-content: flex-end;
  margin-bottom: 0.65rem;
}

.a2cp-home-reviews__controls button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(246, 243, 237, 0.45);
  border-radius: 0.25rem;
  color: var(--a2cp-paper);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.55rem 0.9rem;
}

.a2cp-home-reviews__controls button:hover {
  background: var(--a2cp-paper);
  color: var(--a2cp-carbon);
}

.a2cp-home-services,
.a2cp-home-projects,
.a2cp-home-steps {
  padding: 4.5rem 1rem;
}

.a2cp-home-services {
  background: var(--a2cp-paper);
}

.a2cp-home-projects,
.a2cp-home-steps {
  background: var(--a2cp-canvas);
}

.a2cp-home-services > *,
.a2cp-home-projects > *,
.a2cp-home-steps > * {
  margin-inline: auto;
  max-width: 72rem;
}

.a2cp-home-section-heading .a2cp-lead {
  color: var(--a2cp-muted);
  margin-bottom: 0;
}

.a2cp-home-services__grid,
.a2cp-home-projects__grid {
  display: grid;
  gap: 1rem;
  margin-top: 2.25rem;
  max-width: 72rem;
}

.a2cp-home-service-card {
  background: var(--a2cp-canvas);
  border: 1px solid var(--a2cp-line);
  display: flex;
  flex-direction: column;
  max-width: none;
  overflow: hidden;
}

.a2cp-home-service-card__media {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
}

.a2cp-home-service-card__copy {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: none;
  padding: 1.25rem;
}

.a2cp-home-service-card h3 {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.38rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0;
}

.a2cp-home-service-card p {
  color: var(--a2cp-muted);
  line-height: 1.5;
  margin: 0.7rem 0 1rem;
}

.a2cp-home-service-card a {
  color: var(--a2cp-blue);
  font-weight: 800;
  margin-top: auto;
  min-height: 2.75rem;
  padding-block: 0.65rem;
}

.a2cp-home-projects__grid {
  grid-template-columns: 1fr;
}

.a2cp-home-project-card {
  background: var(--a2cp-paper);
  border: 1px solid var(--a2cp-line);
  max-width: none;
  overflow: hidden;
}

.a2cp-home-project-card__media {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
}

.a2cp-home-project-card p {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 1rem 1.1rem;
}

.a2cp-home-project-card strong {
  font-size: 1.08rem;
}

.a2cp-home-project-card span {
  color: var(--a2cp-muted);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.a2cp-home-about {
  background: #dde2d8;
  display: grid;
  gap: 0;
}

.a2cp-home-about__portrait {
  aspect-ratio: 4 / 5;
  margin: 0;
  max-width: none;
  overflow: hidden;
}

.a2cp-home-about__portrait img {
  object-position: center 20%;
}

.a2cp-home-about__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  padding: 3.5rem 1rem;
}

.a2cp-home-about__copy .a2cp-lead {
  color: #585b55;
}

.a2cp-home-about .a2cp-kicker {
  color: #365f65;
}

.a2cp-home-about__copy .a2cp-actions {
  max-width: 24rem;
}

.a2cp-home-steps__list {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 2.25rem auto 0;
  max-width: 72rem;
  padding: 0;
}

.a2cp-home-steps__list li {
  align-items: start;
  border-top: 1px solid var(--a2cp-line);
  display: grid;
  gap: 1rem;
  grid-template-columns: 2.75rem 1fr;
  padding: 1.4rem 0;
}

.a2cp-home-steps__list > li > span {
  align-items: center;
  background: var(--a2cp-blue);
  color: var(--a2cp-paper);
  display: inline-flex;
  font-weight: 800;
  height: 2.4rem;
  justify-content: center;
  width: 2.4rem;
}

.a2cp-home-steps__list strong {
  display: block;
  font-size: 1.15rem;
}

.a2cp-home-steps__list p {
  color: var(--a2cp-muted);
  line-height: 1.5;
  margin: 0.35rem 0 0;
}

.a2cp-home-contact {
  background: var(--a2cp-carbon);
  color: var(--a2cp-paper);
  display: grid;
  gap: 2rem;
  padding: 4.5rem 1rem 6.5rem;
}

.a2cp-home-contact > * {
  margin-inline: auto;
  max-width: 72rem;
  width: 100%;
}

.a2cp-home-contact .a2cp-kicker {
  color: var(--a2cp-blue-soft);
}

.a2cp-home-contact__copy .a2cp-lead {
  color: rgba(246, 243, 237, 0.76);
}

.a2cp-home-contact__actions {
  align-self: end;
}

.a2cp-home-contact__phone {
  display: grid;
  margin: 0;
}

.a2cp-home-contact__phone span {
  color: var(--a2cp-blue-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.a2cp-home-contact__phone a {
  color: var(--a2cp-paper);
  font-size: clamp(1.65rem, 8vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-top: 0.3rem;
  text-decoration: none;
}

.a2cp-home-contact__actions .a2cp-actions {
  max-width: 25rem;
}

.a2cp-home-mobile-actions {
  background: var(--a2cp-paper);
  border-top: 1px solid var(--a2cp-line);
  bottom: 0;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 0.78fr 1.22fr;
  left: 0;
  padding: 0.6rem;
  position: fixed;
  right: 0;
  z-index: 90;
}

.a2cp-home-mobile-actions a {
  align-items: center;
  border: 1px solid var(--a2cp-blue);
  border-radius: 0.25rem;
  color: var(--a2cp-blue);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 800;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.55rem 0.65rem;
  text-decoration: none;
}

.a2cp-home-mobile-actions a:last-child {
  background: var(--a2cp-blue);
  color: var(--a2cp-paper);
}

@media (min-width: 48rem) {
  .a2cp-home-hero__copy {
    padding-block: 3.5rem;
    padding-inline: max(2rem, calc((100vw - 72rem) / 2));
  }

  .a2cp-home-hero .a2cp-actions {
    align-items: center;
    flex-direction: row;
  }

  .a2cp-home-hero .a2cp-button {
    width: auto;
  }

  .a2cp-home-reviews,
  .a2cp-home-services,
  .a2cp-home-projects,
  .a2cp-home-steps,
  .a2cp-home-contact {
    padding-inline: 2rem;
  }

  .a2cp-home-services__grid,
  .a2cp-home-projects__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .a2cp-home-about {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .a2cp-home-about__copy {
    padding: 4.5rem clamp(2.5rem, 6vw, 5rem);
  }

  .a2cp-home-steps__list li {
    gap: 1.5rem;
    grid-template-columns: 3.5rem 1fr;
  }

  .a2cp-home-mobile-actions {
    display: none;
  }
}

@media (min-width: 64rem) {
  .a2cp-home-hero {
    grid-template-columns: minmax(0, 1.03fr) minmax(27rem, 0.97fr);
    min-height: 39rem;
  }

  .a2cp-home-hero__copy {
    padding-left: max(2rem, calc((100vw - 72rem) / 2));
    padding-right: clamp(3rem, 6vw, 6rem);
  }

  .a2cp-home-hero__media {
    aspect-ratio: auto;
    height: 100%;
  }

  .a2cp-home-reviews {
    align-items: center;
    grid-template-columns: minmax(19rem, 0.72fr) minmax(0, 1.28fr);
    padding-block: 3.5rem;
    padding-inline: max(2rem, calc((100vw - 72rem) / 2));
  }

  .a2cp-home-services,
  .a2cp-home-projects,
  .a2cp-home-steps {
    padding-block: 6rem;
  }

  .a2cp-home-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .a2cp-home-projects__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .a2cp-home-about {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .a2cp-home-about__portrait {
    aspect-ratio: 5 / 4;
    min-height: 38rem;
  }

  .a2cp-home-about__copy {
    padding-right: max(2rem, calc((100vw - 72rem) / 2));
  }

  .a2cp-home-steps__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .a2cp-home-steps__list li {
    border-bottom: 1px solid var(--a2cp-line);
    gap: 1rem;
    grid-template-columns: 2.75rem 1fr;
    padding: 1.6rem 1.5rem 1.6rem 0;
  }

  .a2cp-home-steps__list li + li {
    border-left: 1px solid var(--a2cp-line);
    padding-left: 1.5rem;
  }

  .a2cp-home-contact {
    align-items: end;
    grid-template-columns: minmax(0, 1.15fr) minmax(21rem, 0.85fr);
    padding-block: 5.5rem;
    padding-inline: max(2rem, calc((100vw - 72rem) / 2));
  }
}

@media (prefers-reduced-motion: reduce) {
  .a2cp-home-reviews__track {
    scroll-behavior: auto;
  }
}

/* Accueil V4 : territoire, preuves terrain et parcours de devis. */
.a2cp-home-area,
.a2cp-home-gallery,
.a2cp-home-contact__funnels,
.a2cp-home-hero__visual,
.a2cp-home-hero__proofs {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none;
}

.a2cp-home-area__copy > *,
.a2cp-home-gallery-card__caption > *,
.a2cp-home-review > *,
.a2cp-home-review footer > *,
.a2cp-home-funnel > *,
.a2cp-home-steps__list li > *,
.a2cp-home-steps__list li div > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home .a2cp-actions > * {
  margin-block: 0 !important;
}

.a2cp-home-hero {
  background:
    radial-gradient(circle at 14% 15%, rgba(147, 170, 170, 0.18), transparent 23rem),
    var(--a2cp-paper);
}

.a2cp-home-hero__copy {
  padding-block: clamp(2rem, 7vw, 4.5rem);
}

.a2cp-home-hero h1 {
  font-size: clamp(2.15rem, 9.5vw, 4.45rem);
  line-height: 0.99;
  max-width: 15.5ch;
}

.a2cp-home-hero .a2cp-actions {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 35rem;
}

.a2cp-home-hero .a2cp-button {
  border-radius: 0.7rem;
  font-size: clamp(0.82rem, 3.7vw, 0.98rem);
  height: 100%;
  line-height: 1.15;
  min-height: 3.45rem;
  padding: 0.72rem clamp(0.55rem, 2.5vw, 1rem);
  width: 100%;
}

.a2cp-home-hero .a2cp-button:hover,
.a2cp-home-funnel:hover {
  transform: translateY(-2px);
}

.a2cp-home-hero__proofs {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin-top: 1.35rem;
  padding: 0;
  width: 100%;
}

.a2cp-home-hero__proofs li {
  border-left: 1px solid var(--a2cp-line);
  display: grid;
  gap: 0.2rem;
  padding-left: 0.55rem;
}

.a2cp-home-hero__proofs strong {
  color: var(--a2cp-blue);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.a2cp-home-hero__proofs span {
  color: var(--a2cp-muted);
  font-size: clamp(0.72rem, 2.8vw, 0.83rem);
  font-weight: 700;
  line-height: 1.18;
}

.a2cp-home-hero__area {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.a2cp-home-hero__area span {
  color: var(--a2cp-blue);
  font-size: 0.62rem;
}

.a2cp-home-hero__visual {
  min-height: 30rem;
  overflow: hidden;
  position: relative;
}

.a2cp-home-hero__media {
  height: 100%;
}

.a2cp-home-hero__media img {
  transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

.a2cp-home-hero__visual:hover .a2cp-home-hero__media img {
  transform: scale(1.025);
}

.a2cp-home-hero__caption {
  backdrop-filter: blur(12px);
  background: rgba(246, 243, 237, 0.9);
  border-radius: 1rem 1rem 0.25rem 1rem;
  bottom: 1rem;
  display: grid;
  left: 1rem;
  margin: 0;
  padding: 0.8rem 1rem;
  position: absolute;
  right: 1rem;
}

.a2cp-home-hero__caption span {
  color: var(--a2cp-blue);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.a2cp-home-hero__caption strong {
  font-size: 1.05rem;
  margin-top: 0.16rem;
}

.a2cp-home-area {
  align-items: center;
  background: #dfe9e7;
  display: grid;
  gap: 2rem;
  padding: 4.5rem 1rem;
}

.a2cp-home-area > * {
  width: 100%;
}

.a2cp-home-area h2,
.a2cp-home-reviews h2,
.a2cp-home-services h2,
.a2cp-home-projects h2,
.a2cp-home-about h2,
.a2cp-home-steps h2,
.a2cp-home-contact h2 {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 8vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin: 0;
  max-width: 18ch;
  text-transform: none;
  text-wrap: balance;
}

.a2cp-home-area__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-width: none;
}

.a2cp-home-area__copy .a2cp-lead {
  color: #515b58;
}

.a2cp-home-area__cities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.2rem;
}

.a2cp-home-area__cities span {
  background: rgba(246, 243, 237, 0.76);
  border: 1px solid rgba(63, 108, 114, 0.22);
  border-radius: 3rem;
  color: var(--a2cp-blue);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.48rem 0.75rem;
}

.a2cp-home-area__note {
  color: #5a625f;
  font-size: 0.78rem;
  margin: 0.8rem 0 0;
}

.a2cp-home-map {
  background:
    linear-gradient(rgba(63, 108, 114, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(63, 108, 114, 0.055) 1px, transparent 1px),
    var(--a2cp-paper);
  background-size: 1.5rem 1.5rem;
  border: 1px solid rgba(63, 108, 114, 0.18);
  border-radius: 1.6rem 1.6rem 0.35rem 1.6rem;
  box-shadow: 0 1.4rem 3.2rem rgba(52, 56, 50, 0.11);
  max-width: 44rem;
  overflow: hidden;
  padding: 0.5rem;
  position: relative;
}

.a2cp-home-map svg {
  display: block;
  height: auto;
  width: 100%;
}

.a2cp-home-map > span {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.a2cp-home-map__county {
  fill: url(#a2cp-map-glow);
  stroke: rgba(63, 108, 114, 0.28);
  stroke-width: 2;
}

.a2cp-home-map__route {
  fill: none;
  stroke: var(--a2cp-blue);
  stroke-dasharray: 9 8;
  stroke-linecap: round;
  stroke-width: 4;
}

.a2cp-home-map__route--branch {
  stroke: var(--a2cp-green);
}

.a2cp-home-map g circle:first-of-type {
  fill: var(--a2cp-blue);
  stroke: var(--a2cp-paper);
  stroke-width: 4;
}

.a2cp-home-map g.is-primary circle:first-of-type {
  fill: var(--a2cp-carbon);
}

.a2cp-home-map__pulse {
  fill: none;
  opacity: 0.25;
  stroke: var(--a2cp-blue);
  stroke-width: 3;
  transform-box: fill-box;
  transform-origin: center;
}

.a2cp-home-map text {
  fill: var(--a2cp-carbon);
  font-family: "Barlow", sans-serif;
  font-size: 19px;
  font-weight: 800;
  paint-order: stroke;
  stroke: var(--a2cp-paper);
  stroke-width: 5px;
  stroke-linejoin: round;
}

.a2cp-home-services,
.a2cp-home-projects,
.a2cp-home-steps {
  padding-block: clamp(4.5rem, 9vw, 7rem);
}

.a2cp-home-service-card {
  border-radius: 1rem 1rem 0.3rem 1rem;
  transition: border-color var(--a2cp-fast), box-shadow var(--a2cp-fast), transform var(--a2cp-fast);
}

.a2cp-home-service-card:hover {
  border-color: rgba(63, 108, 114, 0.48);
  box-shadow: 0 1rem 2.5rem rgba(52, 56, 50, 0.1);
  transform: translateY(-4px);
}

.a2cp-home-service-card__media img {
  transition: transform var(--a2cp-slow);
}

.a2cp-home-service-card:hover .a2cp-home-service-card__media img {
  transform: scale(1.045);
}

.a2cp-home-service-card__copy {
  position: relative;
}

.a2cp-home-service-card__number {
  color: var(--a2cp-blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 0.65rem;
}

.a2cp-home-projects {
  overflow: clip;
}

.a2cp-home-gallery {
  display: block;
  margin-top: 2.25rem;
  padding-bottom: 3rem;
}

.a2cp-home-gallery-card {
  background: var(--a2cp-paper);
  border: 0;
  border-radius: 1.15rem 1.15rem 0.35rem 1.15rem;
  box-shadow: 0 1rem 2.5rem rgba(52, 56, 50, 0.13);
  margin-bottom: 1.6rem !important;
  max-width: none;
  overflow: hidden;
  position: sticky;
  top: 5rem;
}

.a2cp-home-gallery-card__caption {
  align-items: center;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: auto 1fr;
  margin: 0;
  padding: 0.9rem 1rem;
}

.a2cp-home-gallery-card__caption > span {
  align-items: center;
  background: var(--a2cp-blue);
  border-radius: 50%;
  color: var(--a2cp-paper);
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 800;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.a2cp-home-gallery-card .a2cp-home-gallery-card__caption p {
  align-items: initial;
  display: grid;
  justify-content: initial;
  margin: 0;
  padding: 0;
}

.a2cp-home-gallery-card__caption strong {
  font-size: 1rem;
}

.a2cp-home-gallery-card__caption small {
  color: var(--a2cp-muted);
  font-size: 0.76rem;
  margin-top: 0.08rem;
}

.a2cp-home-about {
  background: #d5ded7;
}

.a2cp-home-about__copy .a2cp-button {
  border-radius: 0.7rem;
}

.a2cp-home-steps {
  overflow: hidden;
  position: relative;
}

.a2cp-home-steps__progress {
  background: var(--a2cp-line);
  height: 0.22rem;
  margin: 2.25rem auto 0;
  max-width: 72rem;
  overflow: hidden;
}

.a2cp-home-steps__progress span {
  background: var(--a2cp-blue);
  display: block;
  height: 100%;
  transform: scaleX(var(--a2cp-process-progress, 0.34));
  transform-origin: left;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.a2cp-home-steps__list {
  margin-top: 0;
}

.a2cp-home-steps__list li {
  opacity: 1;
  padding-block: 2rem;
  transform: translateX(0.8rem);
  transition: opacity 420ms ease, transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.a2cp-home-steps__list li.is-current,
.a2cp-home-steps__list li.is-passed,
.a2cp-home-steps__list li.is-revealed {
  opacity: 1;
  transform: translateX(0);
}

.a2cp-home-steps__list li > span {
  border-radius: 50%;
  transition: background var(--a2cp-fast), transform var(--a2cp-fast);
}

.a2cp-home-steps__list li.is-current > span {
  background: var(--a2cp-carbon);
  transform: scale(1.08);
}

.a2cp-home-steps__list small {
  color: var(--a2cp-blue);
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}

.a2cp-home-reviews {
  background:
    radial-gradient(circle at 84% 20%, rgba(147, 170, 170, 0.18), transparent 23rem),
    var(--a2cp-carbon);
  gap: 1rem;
  overflow: hidden;
}

.a2cp-home-reviews__summary {
  background: rgba(246, 243, 237, 0.07);
  border: 1px solid rgba(246, 243, 237, 0.15);
  border-radius: 1.7rem 1.7rem 0.4rem 1.7rem;
  padding: 1.5rem;
}

.a2cp-home-reviews__score {
  display: grid;
  gap: 0.15rem;
}

.a2cp-home-reviews__score strong {
  font-size: clamp(1.9rem, 8vw, 3rem);
  letter-spacing: -0.04em;
}

.a2cp-home-reviews__score > span {
  font-size: 0.95rem;
}

.a2cp-home-reviews__score small {
  color: rgba(246, 243, 237, 0.7);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0;
}

.a2cp-home-reviews__carousel {
  padding: 0.5rem 0;
}

.a2cp-home-reviews__controls {
  align-items: end;
  justify-content: space-between;
}

.a2cp-home-reviews__controls > p {
  color: rgba(246, 243, 237, 0.68);
  font-size: 0.78rem;
  line-height: 1.35;
  margin: 0;
  max-width: 16rem;
}

.a2cp-home-reviews__controls > div {
  display: flex;
  gap: 0.45rem;
}

.a2cp-home-reviews__controls button {
  border-radius: 50%;
  font-size: 1.2rem;
  min-height: 2.75rem;
  padding: 0;
  width: 2.75rem;
}

.a2cp-home-reviews__track {
  display: flex;
  gap: 1rem;
  overflow-x: hidden;
  padding: 0.5rem 0.1rem 1rem;
  scroll-snap-type: none;
}

.a2cp-home-review {
  border: 0;
  border-radius: 2rem 2rem 2rem 0.45rem;
  box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, 0.2);
  display: flex;
  flex: 0 0 calc(100% - 0.2rem);
  flex-direction: column;
  min-height: 23rem;
  padding: clamp(1.4rem, 5vw, 2.2rem);
}

.a2cp-home-review blockquote {
  font-size: clamp(1.03rem, 4.3vw, 1.32rem);
  font-weight: 600;
  line-height: 1.48;
}

.a2cp-home-review footer {
  border-top: 1px solid var(--a2cp-line);
  display: grid;
  margin-top: auto;
  padding-top: 1rem;
}

.a2cp-home-review footer strong {
  font-size: 0.95rem;
}

.a2cp-home-review footer span {
  color: var(--a2cp-muted);
  font-size: 0.74rem;
  margin-top: 0.15rem;
}

.a2cp-home-contact {
  gap: 2.5rem;
}

.a2cp-home-contact__phone {
  align-items: center;
  border: 1px solid rgba(246, 243, 237, 0.2);
  border-radius: 1.1rem;
  color: var(--a2cp-paper);
  display: flex;
  gap: 0.9rem;
  margin: 0 0 1rem;
  padding: 0.9rem;
  text-decoration: none;
  transition: background var(--a2cp-fast), transform var(--a2cp-fast);
}

.a2cp-home-contact__phone:hover {
  background: rgba(246, 243, 237, 0.08);
  color: var(--a2cp-paper);
  transform: translateY(-2px);
}

.a2cp-home-contact__phone-icon {
  align-items: center;
  background: var(--a2cp-blue-soft);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.a2cp-home-contact__phone-icon svg {
  fill: none;
  height: 1.35rem;
  stroke: var(--a2cp-carbon);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 1.35rem;
}

.a2cp-home-contact__phone > span:last-child {
  color: var(--a2cp-paper);
  display: grid;
}

.a2cp-home-contact__phone small {
  color: var(--a2cp-blue-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.a2cp-home-contact__phone strong {
  font-size: clamp(1.35rem, 6vw, 2rem);
  letter-spacing: -0.025em;
  margin-top: 0.1rem;
}

.a2cp-home-contact__funnels {
  display: grid;
  gap: 0.55rem;
}

.a2cp-home-funnel {
  align-items: center;
  background: var(--a2cp-paper);
  border-radius: 0.9rem 0.9rem 0.25rem 0.9rem;
  color: var(--a2cp-carbon);
  display: grid;
  gap: 0 0.7rem;
  grid-template-columns: auto 1fr auto;
  min-height: 4.8rem;
  padding: 0.75rem 0.9rem;
  text-decoration: none;
  transition: background var(--a2cp-fast), transform var(--a2cp-fast);
}

.a2cp-home-funnel:hover {
  background: #dfe9e7;
  color: var(--a2cp-carbon);
}

.a2cp-home-funnel > span {
  color: var(--a2cp-blue);
  font-size: 0.7rem;
  font-weight: 800;
  grid-row: 1 / 3;
}

.a2cp-home-funnel strong {
  align-self: end;
  font-size: 1rem;
}

.a2cp-home-funnel small {
  color: var(--a2cp-muted);
  font-size: 0.72rem;
  grid-column: 2;
}

.a2cp-home-funnel b {
  font-size: 1.2rem;
  grid-column: 3;
  grid-row: 1 / 3;
}

@media (min-width: 48rem) {
  .a2cp-home-area {
    padding-inline: 2rem;
  }

  .a2cp-home-area,
  .a2cp-home-reviews {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

  .a2cp-home-gallery-card {
    top: 6rem;
  }

  .a2cp-home-review {
    min-height: 20rem;
  }
}

@media (min-width: 64rem) {
  .a2cp-home-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(29rem, 0.92fr);
    min-height: min(48rem, calc(100vh - 5rem));
  }

  .a2cp-home-hero__copy {
    padding-right: clamp(2rem, 4vw, 4.5rem);
  }

  .a2cp-home-hero__visual {
    min-height: 100%;
  }

  .a2cp-home-hero__caption {
    left: 1.5rem;
    right: auto;
    width: min(20rem, calc(100% - 3rem));
  }

  .a2cp-home-area {
    gap: clamp(3rem, 7vw, 7rem);
    padding: 6.5rem max(2rem, calc((100vw - 72rem) / 2));
  }

  .a2cp-home-map {
    justify-self: end;
  }

  .a2cp-home-projects {
    padding-bottom: 6rem;
  }

  .a2cp-home-gallery {
    display: grid;
    gap: 0.85rem;
    grid-auto-columns: minmax(15rem, 17.5rem);
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-template-rows: repeat(2, 18rem);
    margin-inline: auto !important;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0.2rem 0.2rem 1.25rem;
    scroll-snap-type: x proximity;
    scrollbar-color: var(--a2cp-blue) rgba(63, 108, 114, 0.13);
    scrollbar-width: thin;
  }

  .a2cp-home-gallery-card {
    border-radius: 0.8rem;
    box-shadow: none;
    height: 18rem;
    margin: 0 !important;
    position: relative;
    scroll-snap-align: start;
    top: auto;
  }

  .a2cp-home-gallery-card .a2cp-home-project-card__media {
    aspect-ratio: auto;
    height: 100%;
  }

  .a2cp-home-gallery-card__caption {
    backdrop-filter: blur(8px);
    background: linear-gradient(transparent, rgba(31, 35, 31, 0.86));
    bottom: 0;
    color: var(--a2cp-paper);
    left: 0;
    padding-top: 3rem;
    position: absolute;
    right: 0;
  }

  .a2cp-home-gallery-card__caption small {
    color: rgba(246, 243, 237, 0.7);
  }

  .a2cp-home-steps__list li {
    opacity: 1;
    transform: translateY(0.8rem);
  }

  .a2cp-home-steps__list li.is-current,
  .a2cp-home-steps__list li.is-passed,
  .a2cp-home-steps__list li.is-revealed {
    transform: translateY(0);
  }

  .a2cp-home-reviews {
    gap: clamp(2.5rem, 5vw, 5rem);
    grid-template-columns: minmax(19rem, 0.7fr) minmax(0, 1.3fr);
    padding-block: 6rem;
  }

  .a2cp-home-reviews__summary {
    padding: 2rem;
  }

  .a2cp-home-contact {
    gap: clamp(3rem, 7vw, 7rem);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .a2cp-home-map__route {
    animation: a2cp-map-route 22s linear infinite;
  }

  .a2cp-home-map__pulse {
    animation: a2cp-map-pulse 3.8s ease-out infinite;
  }

  .a2cp-home-map g[data-city="Sens"] .a2cp-home-map__pulse {
    animation-delay: 1.2s;
  }
}

@keyframes a2cp-map-route {
  to { stroke-dashoffset: -170; }
}

@keyframes a2cp-map-pulse {
  0%, 35% { opacity: 0.3; transform: scale(0.72); }
  80%, 100% { opacity: 0; transform: scale(1.25); }
}

@media (prefers-reduced-motion: reduce) {
  .a2cp-home-hero__media img,
  .a2cp-home-service-card,
  .a2cp-home-service-card__media img,
  .a2cp-home-steps__progress span,
  .a2cp-home-steps__list li,
  .a2cp-home-funnel,
  .a2cp-home-contact__phone {
    transition: none;
  }

  .a2cp-home-steps__list li {
    opacity: 1;
    transform: none;
  }
}

/* Accueil V5 : cartes compactes, carte localisable et galerie cinéma. */
.a2cp-field input::placeholder,
.a2cp-field textarea::placeholder {
  color: #686e69;
  opacity: 1;
}

.a2cp-home-services__grid > .a2cp-home-service-card {
  margin-block: 0 !important;
}

.a2cp-home-services {
  padding-block: 4rem;
}

.a2cp-home-services__grid {
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.a2cp-home-service-card {
  display: grid;
  grid-template-columns: clamp(6.8rem, 34vw, 8.2rem) minmax(0, 1fr);
  min-height: 12.75rem;
}

.a2cp-home-service-card__media {
  align-self: stretch;
  aspect-ratio: auto;
  height: 100%;
  min-height: 12.75rem;
}

.a2cp-home-service-card__copy {
  min-height: 12.75rem;
  padding: 0.85rem 0.85rem 0.7rem;
}

.a2cp-home-service-card__number {
  font-size: 0.64rem;
  margin-bottom: 0.4rem;
}

.a2cp-home-service-card h3 {
  font-size: 1.08rem;
  line-height: 1.08;
}

.a2cp-home-service-card p {
  font-size: 0.82rem;
  line-height: 1.35;
  margin: 0.45rem 0 0.55rem;
}

.a2cp-home-service-card a {
  align-items: center;
  display: inline-flex;
  font-size: 0.78rem;
  line-height: 1.15;
  min-height: 2.75rem;
  padding-block: 0.45rem;
}

.a2cp-home-area__cities a {
  align-items: center;
  background: rgba(246, 243, 237, 0.76);
  border: 1px solid rgba(63, 108, 114, 0.22);
  border-radius: 3rem;
  color: var(--a2cp-blue);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0.45rem;
  min-height: 2.75rem;
  padding: 0.48rem 0.75rem;
  text-decoration: none;
  transition: background var(--a2cp-fast), border-color var(--a2cp-fast), color var(--a2cp-fast), transform var(--a2cp-fast);
}

.a2cp-home-area__cities a span {
  background: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  font-size: 0.9rem;
  padding: 0;
}

.a2cp-home-area__cities a:hover,
.a2cp-home-area__cities a:focus-visible {
  background: var(--a2cp-blue);
  border-color: var(--a2cp-blue);
  color: var(--a2cp-paper);
  transform: translateY(-2px);
}

.a2cp-home-map a {
  cursor: pointer;
  outline: none;
}

.a2cp-home-map a g {
  transform-box: fill-box;
  transform-origin: center;
  transition: filter var(--a2cp-fast);
}

.a2cp-home-map a:hover g,
.a2cp-home-map a:focus-visible g {
  filter: drop-shadow(0 0 0.55rem rgba(63, 108, 114, 0.62));
}

.a2cp-home-map__constellation circle {
  fill: var(--a2cp-blue);
  opacity: 0.26;
  stroke: none;
}

.a2cp-home-map__documented circle {
  fill: var(--a2cp-green) !important;
  stroke: var(--a2cp-paper) !important;
  stroke-width: 3 !important;
}

.a2cp-home-map__documented path {
  fill: var(--a2cp-green);
  opacity: 0.94;
}

.a2cp-home-map .a2cp-home-map__documented text {
  fill: #3e5149;
  font-size: 11px;
  font-weight: 750;
  stroke-width: 3px;
}

.a2cp-home-map__user[hidden] {
  display: none;
}

.a2cp-home-map__user circle:first-child {
  fill: rgba(63, 108, 114, 0.18) !important;
  stroke: var(--a2cp-blue) !important;
  stroke-width: 2 !important;
}

.a2cp-home-map__user path,
.a2cp-home-map__user circle:last-child {
  fill: var(--a2cp-carbon);
  stroke: var(--a2cp-paper);
  stroke-width: 2;
}

.a2cp-home-map__locate {
  align-items: center;
  background: var(--a2cp-carbon);
  border-radius: 1rem 1rem 0.25rem 1rem;
  color: var(--a2cp-paper);
  display: grid;
  gap: 0.35rem;
  margin: 0 0.25rem 0.25rem;
  padding: 0.8rem;
}

.a2cp-home-map__locate button {
  align-items: center;
  background: var(--a2cp-paper);
  border: 0;
  border-radius: 0.7rem;
  color: var(--a2cp-carbon);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0.45rem;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.6rem 0.85rem;
  order: 2;
}

.a2cp-home-map__locate button:disabled {
  cursor: wait;
  opacity: 0.78;
}

.a2cp-home-map__locate p {
  color: rgba(246, 243, 237, 0.72);
  font-size: 0.72rem;
  line-height: 1.35;
  margin: 0;
  text-align: center;
}

.a2cp-home-map__locate [data-a2cp-map-status] {
  order: 1;
}

.a2cp-home-map__locate .a2cp-home-map__legend {
  color: rgba(246, 243, 237, 0.92);
  font-weight: 750;
}

.a2cp-home-map__legend span {
  color: var(--a2cp-green-soft);
}

.a2cp-home-map__legend small {
  color: rgba(246, 243, 237, 0.58);
  font-size: inherit;
  font-weight: 500;
}

.a2cp-home-gallery__toolbar {
  align-items: end;
  border-bottom: 1px solid var(--a2cp-line);
  display: grid;
  gap: 0.8rem;
  margin-top: 1.5rem;
  padding-bottom: 1rem;
}

.a2cp-home-gallery__toolbar > p {
  display: grid;
  margin: 0;
}

.a2cp-home-gallery__toolbar > p span {
  color: var(--a2cp-blue);
  font-size: 1.15rem;
  font-weight: 850;
}

.a2cp-home-gallery__toolbar > p small {
  color: var(--a2cp-muted);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.a2cp-home-gallery__toolbar > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.a2cp-home-gallery__toolbar button,
.a2cp-home-gallery-card__open {
  align-items: center;
  background: var(--a2cp-paper);
  border: 1px solid var(--a2cp-line);
  color: var(--a2cp-carbon);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  justify-content: center;
  min-height: 2.75rem;
  min-width: 2.75rem;
}

.a2cp-home-gallery__toolbar .a2cp-home-gallery__all {
  background: var(--a2cp-blue);
  border-color: var(--a2cp-blue);
  border-radius: 0.65rem;
  color: var(--a2cp-paper);
  gap: 0.55rem;
  padding-inline: 0.9rem;
}

.a2cp-home-gallery__toolbar [data-a2cp-gallery-control] {
  display: none;
}

.a2cp-home-gallery-card__open {
  backdrop-filter: blur(8px);
  background: rgba(246, 243, 237, 0.9);
  border-radius: 50%;
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
  z-index: 2;
}

.a2cp-home-gallery__toolbar button:hover,
.a2cp-home-gallery__toolbar button:focus-visible,
.a2cp-home-gallery-card__open:hover,
.a2cp-home-gallery-card__open:focus-visible {
  background: var(--a2cp-carbon);
  border-color: var(--a2cp-carbon);
  color: var(--a2cp-paper);
}

body.a2cp-gallery-open {
  overflow: hidden;
}

.a2cp-home-gallery-dialog {
  background: var(--a2cp-carbon);
  border: 0;
  border-radius: 1.25rem 1.25rem 0.35rem 1.25rem;
  color: var(--a2cp-paper);
  height: min(92dvh, 54rem);
  margin: auto;
  max-height: 92dvh;
  max-width: min(92rem, 96vw);
  overflow: hidden;
  padding: 0;
  width: min(96vw, 92rem);
}

.a2cp-home-gallery-dialog[open] {
  animation: a2cp-gallery-dialog-in 420ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.a2cp-home-gallery-dialog::backdrop {
  backdrop-filter: blur(12px);
  background: rgba(16, 20, 18, 0.78);
}

.a2cp-home-gallery-dialog__shell {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  height: 100%;
  max-width: none;
  position: relative;
}

.a2cp-home-gallery-dialog__close {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(31, 35, 31, 0.76);
  border: 1px solid rgba(246, 243, 237, 0.28);
  border-radius: 2rem;
  color: var(--a2cp-paper);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 0.55rem;
  min-height: 2.75rem;
  padding: 0.5rem 0.65rem 0.5rem 0.9rem;
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  z-index: 3;
}

.a2cp-home-gallery-dialog__close b {
  align-items: center;
  background: var(--a2cp-paper);
  border-radius: 50%;
  color: var(--a2cp-carbon);
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 500;
  height: 1.8rem;
  justify-content: center;
  width: 1.8rem;
}

.a2cp-home-gallery-dialog__visual {
  background: #171b18;
  height: 100%;
  margin: 0;
  min-height: 0;
  overflow: hidden;
}

.a2cp-home-gallery-dialog__visual img {
  height: 100%;
  object-fit: contain;
  transition: opacity 180ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.a2cp-home-gallery-dialog.is-changing .a2cp-home-gallery-dialog__visual img {
  opacity: 0.72;
  transform: scale(0.985);
}

.a2cp-home-gallery-dialog__copy {
  background: var(--a2cp-carbon);
  max-width: none;
  padding: 1.1rem;
}

.a2cp-home-gallery-dialog__copy .a2cp-kicker {
  color: #a7c9c4;
  margin: 0;
}

.a2cp-home-gallery-dialog__copy h3 {
  color: var(--a2cp-paper);
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.7rem, 7vw, 3.5rem);
  font-weight: 800;
  line-height: 0.98;
  margin: 0.35rem 0 0;
}

.a2cp-home-gallery-dialog__copy > p:not(.a2cp-kicker) {
  color: rgba(246, 243, 237, 0.7);
  margin: 0.45rem 0 0;
}

.a2cp-home-gallery-dialog__progress {
  background: rgba(246, 243, 237, 0.18);
  height: 0.18rem;
  margin: 1rem 0;
  overflow: hidden;
}

.a2cp-home-gallery-dialog__progress span {
  background: var(--a2cp-green);
  display: block;
  height: 100%;
  transform: scaleX(var(--a2cp-gallery-progress, 0.0556));
  transform-origin: left;
  transition: transform var(--a2cp-fast);
}

.a2cp-home-gallery-dialog__controls {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.a2cp-home-gallery-dialog__controls button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(246, 243, 237, 0.32);
  border-radius: 0.6rem;
  color: var(--a2cp-paper);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  gap: 0.5rem;
  justify-content: center;
  min-height: 2.75rem;
}

.a2cp-home-gallery-dialog__controls button:hover,
.a2cp-home-gallery-dialog__controls button:focus-visible {
  background: var(--a2cp-paper);
  color: var(--a2cp-carbon);
}

.a2cp-city-overview,
.a2cp-city-hero {
  padding: clamp(4.5rem, 10vw, 8rem) max(1rem, calc((100vw - 72rem) / 2));
}

.a2cp-city-overview h1,
.a2cp-city-hero h1,
.a2cp-city-zone h2,
.a2cp-city-zone h3,
.a2cp-city-overview + .a2cp-cta h2,
.a2cp-city-zone + .a2cp-cta h2,
.footer-phone a,
.site-footer .site-wordmark strong {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
}

.a2cp-city-directory,
.a2cp-city-services {
  display: grid;
  gap: 0.7rem;
  margin-top: 2rem;
}

.a2cp-city-directory a,
.a2cp-city-services a {
  align-items: center;
  background: var(--a2cp-paper);
  border: 1px solid rgba(246, 243, 237, 0.22);
  border-radius: 0.85rem 0.85rem 0.2rem 0.85rem;
  color: var(--a2cp-carbon);
  display: grid;
  gap: 0.15rem 0.75rem;
  grid-template-columns: auto 1fr auto;
  min-height: 5.5rem;
  padding: 0.9rem;
  text-decoration: none;
}

.a2cp-city-directory a > span,
.a2cp-city-services a > span {
  color: var(--a2cp-blue);
  font-size: 0.7rem;
  font-weight: 850;
  grid-row: 1 / 3;
}

.a2cp-city-directory a strong,
.a2cp-city-services a strong {
  font-size: 1.08rem;
}

.a2cp-city-directory a small,
.a2cp-city-services a small {
  color: var(--a2cp-muted);
}

.a2cp-city-services a b {
  font-size: 1.2rem;
  grid-column: 3;
  grid-row: 1 / 3;
}

.a2cp-city-zone {
  padding-inline: max(1rem, calc((100vw - 72rem) / 2));
}

.a2cp-city-proof-caveat {
  background: #dfe9e7;
  border-left: 0.25rem solid var(--a2cp-blue);
  margin-top: 1.5rem;
  padding: 1rem;
}

.a2cp-city-proof-caveat p {
  color: var(--a2cp-muted);
  margin: 0.35rem 0 0;
}

@media (min-width: 48rem) {
  .a2cp-home-services {
    padding-block: clamp(4.5rem, 9vw, 7rem);
  }

  .a2cp-home-services__grid {
    gap: 1rem;
    margin-top: 2.25rem;
  }

  .a2cp-home-service-card {
    display: flex;
    min-height: 0;
  }

  .a2cp-home-service-card__media {
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: 0;
  }

  .a2cp-home-service-card__copy {
    min-height: 0;
    padding: 1.25rem;
  }

  .a2cp-home-service-card__number {
    font-size: 0.72rem;
    margin-bottom: 0.65rem;
  }

  .a2cp-home-service-card h3 {
    font-size: 1.38rem;
    line-height: normal;
  }

  .a2cp-home-service-card p {
    font-size: inherit;
    line-height: 1.5;
    margin: 0.7rem 0 1rem;
  }

  .a2cp-home-service-card a {
    font-size: inherit;
    line-height: normal;
    padding-block: 0.65rem;
  }

  .a2cp-home-gallery__toolbar {
    grid-template-columns: auto 1fr;
  }

  .a2cp-home-gallery__toolbar > div {
    justify-content: flex-end;
  }

  .a2cp-home-map__locate {
    gap: 0.9rem;
    grid-template-columns: auto 1fr;
    padding: 0.65rem;
  }

  .a2cp-home-map__legend {
    grid-column: 1 / -1;
  }

  .a2cp-home-map__locate button {
    order: 1;
  }

  .a2cp-home-map__locate [data-a2cp-map-status] {
    order: 2;
  }

  .a2cp-home-map__locate p {
    padding-right: 0.6rem;
    text-align: left;
  }

  .a2cp-city-directory,
  .a2cp-city-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .a2cp-home-gallery__toolbar [data-a2cp-gallery-control] {
    display: inline-flex;
  }

  .a2cp-home-gallery-dialog__shell {
    grid-template-columns: minmax(0, 1.35fr) minmax(20rem, 0.65fr);
    grid-template-rows: 1fr;
  }

  .a2cp-home-gallery-dialog__copy {
    align-content: end;
    display: grid;
    padding: clamp(2rem, 4vw, 4rem);
  }

  .a2cp-home-gallery-dialog__close {
    right: 1.25rem;
    top: 1.25rem;
  }

  .a2cp-city-directory {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .a2cp-city-services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: no-preference) {
  .a2cp-home-map__constellation circle {
    animation: a2cp-map-marker 5.5s ease-in-out infinite;
  }

  .a2cp-home-map__constellation circle:nth-child(3n + 1) {
    animation-delay: -1.7s;
  }

  .a2cp-home-map__constellation circle:nth-child(3n + 2) {
    animation-delay: -3.4s;
  }
}

@keyframes a2cp-map-marker {
  0%, 100% { opacity: 0.18; transform: scale(0.82); }
  50% { opacity: 0.52; transform: scale(1.22); }
}

@keyframes a2cp-gallery-dialog-in {
  from { opacity: 0; transform: translateY(1.2rem) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* V6 : entrée cinématique, territoire sobre et pages locales photographiques. */
[data-a2cp-home-hero] {
  isolation: isolate;
}

[data-a2cp-home-hero] .a2cp-home-hero__visual {
  --a2cp-hero-x: 0px;
  --a2cp-hero-y: 0px;
  --a2cp-parallax: 0px;
  background: var(--a2cp-carbon);
  isolation: isolate;
}

[data-a2cp-home-hero] .a2cp-home-hero__visual::before {
  background:
    linear-gradient(145deg, rgba(31, 35, 31, 0.06), transparent 46%),
    linear-gradient(0deg, rgba(31, 35, 31, 0.28), transparent 42%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

[data-a2cp-home-hero] .a2cp-home-hero__visual::after {
  background: linear-gradient(180deg, transparent, rgba(246, 243, 237, 0.86), transparent);
  content: "";
  height: 42%;
  position: absolute;
  right: 1.15rem;
  top: 8%;
  transform-origin: top;
  width: 1px;
  z-index: 2;
}

[data-a2cp-home-hero] .a2cp-home-hero__media img {
  transform: translate3d(var(--a2cp-hero-x), calc(var(--a2cp-hero-y) + var(--a2cp-parallax)), 0) scale(1.045);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-a2cp-home-hero][data-motion="ready"] .a2cp-home-hero__copy > .a2cp-kicker,
[data-a2cp-home-hero][data-motion="ready"] .a2cp-home-hero__copy > .a2cp-home-hero__lead,
[data-a2cp-home-hero][data-motion="ready"] .a2cp-home-hero__copy > .a2cp-actions,
[data-a2cp-home-hero][data-motion="ready"] .a2cp-home-hero__copy > .a2cp-home-hero__proofs,
[data-a2cp-home-hero][data-motion="ready"] .a2cp-home-hero__copy > .a2cp-home-hero__area,
[data-a2cp-home-hero][data-motion="ready"] .a2cp-home-hero__caption {
  opacity: 0;
  transform: translateY(1.25rem);
}

[data-a2cp-home-hero][data-motion="ready"] .a2cp-title-word {
  opacity: 0;
  transform: translateY(0.95em) rotate(1.5deg);
}

[data-a2cp-home-hero][data-motion="ready"] .a2cp-home-hero__visual {
  clip-path: inset(0 100% 0 0);
}

[data-a2cp-home-hero][data-motion="ready"] .a2cp-home-hero__media img {
  transform: translate3d(1.5rem, 0, 0) scale(1.12);
}

[data-a2cp-home-hero][data-motion="ready"] .a2cp-home-hero__visual::after {
  transform: scaleY(0);
}

[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__copy > .a2cp-kicker,
[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__copy > .a2cp-home-hero__lead,
[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__copy > .a2cp-actions,
[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__copy > .a2cp-home-hero__proofs,
[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__copy > .a2cp-home-hero__area,
[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__caption {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__copy > .a2cp-home-hero__lead {
  transition-delay: 280ms;
}

[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__copy > .a2cp-actions {
  transition-delay: 380ms;
}

[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__copy > .a2cp-home-hero__proofs {
  transition-delay: 470ms;
}

[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__copy > .a2cp-home-hero__area {
  transition-delay: 540ms;
}

.a2cp-motion-ready [data-a2cp-home-hero][data-motion="entered"] .a2cp-title-word,
[data-a2cp-home-hero][data-motion="static"] .a2cp-title-word {
  opacity: 1;
  transform: translateY(0) rotate(0);
}

[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__visual {
  clip-path: inset(0);
  transition: clip-path 1150ms cubic-bezier(0.16, 1, 0.3, 1) 120ms;
}

[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__visual::after {
  transform: scaleY(1);
  transition: transform 850ms cubic-bezier(0.16, 1, 0.3, 1) 720ms;
}

[data-a2cp-home-hero][data-motion="entered"] .a2cp-home-hero__caption {
  transition-delay: 760ms;
}

.a2cp-home-map__route,
.a2cp-home-map__pulse {
  animation: none !important;
}

.a2cp-home-map g.is-base circle:first-of-type {
  fill: #789390;
  stroke-width: 3;
}

.a2cp-home-map g.is-base text {
  fill: #5a6562;
  font-size: 14px;
  font-weight: 700;
}

.a2cp-home-gallery-card[data-a2cp-project-series] {
  box-shadow: inset 0 0 0 1px rgba(63, 108, 114, 0.32), 0 1rem 2.5rem rgba(52, 56, 50, 0.08);
}

.a2cp-home-gallery-card[data-a2cp-project-series] .a2cp-home-gallery-card__caption::before {
  color: var(--a2cp-blue);
  content: "Série rapprochée";
  display: block;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  margin-bottom: 0.22rem;
  text-transform: uppercase;
}

.a2cp-zone-hero,
.a2cp-local-hero,
.a2cp-zone-directory,
.a2cp-zone-services,
.a2cp-local-service-section,
.a2cp-local-preparation {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin-block: 0;
}

.a2cp-zone-hero > *,
.a2cp-local-hero > *,
.a2cp-zone-directory > *,
.a2cp-zone-services > *,
.a2cp-local-service-section > *,
.a2cp-local-preparation > *,
.a2cp-zone-hero__copy > *,
.a2cp-local-hero__copy > *,
.a2cp-zone-section-heading > *,
.a2cp-local-section-heading > *,
.a2cp-zone-hero__media > *,
.a2cp-local-hero__media > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none;
}

.a2cp-zone-hero,
.a2cp-local-hero {
  background:
    radial-gradient(circle at 12% 12%, rgba(113, 151, 149, 0.23), transparent 24rem),
    var(--a2cp-carbon);
  color: var(--a2cp-paper);
  display: grid;
  overflow: hidden;
}

.a2cp-zone-hero__copy,
.a2cp-local-hero__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 10vw, 5.5rem) max(1rem, calc((100vw - 72rem) / 2));
}

.a2cp-zone-hero .a2cp-kicker,
.a2cp-local-hero .a2cp-kicker {
  color: #a9cfca;
}

.a2cp-zone-hero h1,
.a2cp-local-hero h1 {
  color: var(--a2cp-paper);
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.4rem, 10vw, 4.7rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.98;
  margin: 0;
  max-width: 14ch;
  text-transform: none;
  text-wrap: balance;
}

.a2cp-zone-hero .a2cp-lead,
.a2cp-local-hero .a2cp-lead {
  color: rgba(246, 243, 237, 0.72);
  font-size: 1.06rem;
  line-height: 1.52;
  margin-top: 1.25rem;
  max-width: 39rem;
}

.a2cp-zone-hero .a2cp-actions,
.a2cp-local-hero .a2cp-actions {
  align-items: stretch;
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.45rem;
  max-width: 35rem;
  width: 100%;
}

.a2cp-zone-hero .a2cp-actions > *,
.a2cp-local-hero .a2cp-actions > * {
  margin: 0 !important;
}

.a2cp-zone-hero .a2cp-button,
.a2cp-local-hero .a2cp-button {
  border-radius: 0.7rem;
  font-size: clamp(0.8rem, 3.6vw, 0.96rem);
  height: 100%;
  justify-content: center;
  line-height: 1.15;
  min-height: 3.4rem;
  padding: 0.7rem 0.55rem;
  text-align: center;
  width: 100%;
}

.a2cp-zone-hero .a2cp-button--ghost,
.a2cp-local-hero .a2cp-button--ghost {
  border-color: rgba(246, 243, 237, 0.42);
  color: var(--a2cp-paper);
}

.a2cp-zone-hero__base {
  border-top: 1px solid rgba(246, 243, 237, 0.2);
  color: rgba(246, 243, 237, 0.58);
  font-size: 0.77rem;
  margin: 1.2rem 0 0;
  padding-top: 0.85rem;
  width: 100%;
}

.a2cp-zone-hero__base span {
  color: #9ac2bd;
  font-size: 0.6rem;
  margin-right: 0.35rem;
}

.a2cp-local-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

.a2cp-local-hero__tags li {
  border: 1px solid rgba(246, 243, 237, 0.25);
  border-radius: 2rem;
  color: rgba(246, 243, 237, 0.82);
  font-size: 0.76rem;
  font-weight: 750;
  padding: 0.5rem 0.72rem;
}

.a2cp-zone-hero__media,
.a2cp-local-hero__media {
  align-self: stretch;
  background: #171b18;
  min-height: 19rem;
  overflow: hidden;
  position: relative;
}

.a2cp-zone-hero__media figure,
.a2cp-local-hero__media figure {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.a2cp-zone-hero__media img,
.a2cp-local-hero__media img {
  display: block;
  filter: saturate(0.82) contrast(1.05);
  height: 100%;
  object-fit: cover;
  transition: filter 600ms ease, transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.a2cp-zone-hero__media::after,
.a2cp-local-hero__media::after {
  background: linear-gradient(180deg, transparent 52%, rgba(16, 20, 18, 0.72));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.a2cp-zone-hero__media:hover img,
.a2cp-local-hero__media:hover img {
  filter: saturate(0.96) contrast(1.03);
  transform: scale(1.025);
}

.a2cp-photo-credit {
  color: rgba(246, 243, 237, 0.72);
  font-size: 0.66rem;
  line-height: 1.35;
}

.a2cp-zone-hero__media > .a2cp-photo-credit,
.a2cp-local-hero__media > .a2cp-photo-credit {
  bottom: 0.7rem;
  left: 0.8rem;
  margin: 0;
  position: absolute;
  right: 0.8rem;
  z-index: 2;
}

.a2cp-zone-hero__media .a2cp-photo-credit a,
.a2cp-local-hero__media .a2cp-photo-credit a {
  color: inherit;
}

.a2cp-zone-directory,
.a2cp-zone-services,
.a2cp-local-service-section,
.a2cp-local-preparation {
  padding: clamp(4rem, 9vw, 7rem) max(1rem, calc((100vw - 72rem) / 2));
}

.a2cp-zone-section-heading,
.a2cp-local-section-heading {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-width: 48rem;
}

.a2cp-zone-section-heading h2,
.a2cp-local-section-heading h2 {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 8vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0;
  max-width: 17ch;
  text-transform: none;
  text-wrap: balance;
}

.a2cp-zone-section-heading .a2cp-lead,
.a2cp-local-section-heading .a2cp-lead {
  color: var(--a2cp-muted);
  margin-top: 1rem;
  max-width: 42rem;
}

.a2cp-zone-city-grid {
  display: grid;
  gap: 0.8rem;
  margin-top: 2rem;
}

.a2cp-zone-city-card {
  background: var(--a2cp-canvas);
  border: 1px solid var(--a2cp-line);
  border-radius: 1rem 1rem 0.25rem 1rem;
  color: var(--a2cp-carbon);
  display: grid;
  grid-template-columns: minmax(7.5rem, 40%) minmax(0, 1fr);
  min-height: 13.5rem;
  overflow: hidden;
  text-decoration: none;
  transition: border-color var(--a2cp-fast), box-shadow var(--a2cp-fast), transform var(--a2cp-fast);
}

.a2cp-zone-city-card figure {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.a2cp-zone-city-card figure img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.a2cp-zone-city-card > div {
  align-content: center;
  display: grid;
  min-width: 0;
  padding: 0.85rem;
}

.a2cp-zone-city-card > div > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.a2cp-zone-city-card span {
  color: var(--a2cp-blue);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.a2cp-zone-city-card h2 {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.5rem, 6vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0.25rem 0 0;
}

.a2cp-zone-city-card p {
  color: var(--a2cp-muted);
  font-size: 0.78rem;
  line-height: 1.35;
  margin: 0.55rem 0 0;
}

.a2cp-zone-city-card strong {
  color: var(--a2cp-blue);
  font-size: 0.76rem;
  margin-top: 0.65rem;
}

.a2cp-zone-city-card .a2cp-photo-credit {
  color: #68716e;
  font-size: 0.58rem;
  margin-top: 0.65rem;
}

.a2cp-zone-city-card:hover,
.a2cp-zone-city-card:focus-visible {
  border-color: rgba(63, 108, 114, 0.52);
  box-shadow: 0 1rem 2.5rem rgba(52, 56, 50, 0.11);
  color: var(--a2cp-carbon);
  transform: translateY(-3px);
}

.a2cp-zone-city-card:hover img,
.a2cp-zone-city-card:focus-visible img {
  transform: scale(1.045);
}

.a2cp-zone-photo-credits {
  border-top: 1px solid var(--a2cp-line);
  color: var(--a2cp-muted);
  font-size: 0.7rem;
  margin-top: 1.2rem;
  padding-top: 0.8rem;
}

.a2cp-zone-photo-credits summary {
  color: var(--a2cp-carbon);
  cursor: pointer;
  font-weight: 750;
}

.a2cp-zone-photo-credits ul {
  line-height: 1.55;
  margin-bottom: 0;
  padding-left: 1.1rem;
}

.a2cp-local-services {
  display: grid;
  gap: 0.75rem;
  margin-top: 2rem;
}

.a2cp-local-services > a {
  background: var(--a2cp-paper);
  border: 1px solid var(--a2cp-line);
  border-radius: 1rem 1rem 0.25rem 1rem;
  color: var(--a2cp-carbon);
  display: grid;
  grid-template-columns: 7.8rem minmax(0, 1fr);
  min-height: 10.5rem;
  overflow: hidden;
  text-decoration: none;
  transition: border-color var(--a2cp-fast), box-shadow var(--a2cp-fast), transform var(--a2cp-fast);
}

.a2cp-local-services figure {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.a2cp-local-services img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.a2cp-local-services > a > div {
  align-content: center;
  display: grid;
  min-width: 0;
  padding: 0.85rem;
}

.a2cp-local-services > a > div > * {
  margin: 0;
}

.a2cp-local-services span {
  color: var(--a2cp-blue);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.a2cp-local-services strong {
  font-size: 1.05rem;
  line-height: 1.1;
  margin-top: 0.3rem !important;
}

.a2cp-local-services small {
  color: var(--a2cp-muted);
  font-size: 0.72rem;
  line-height: 1.35;
  margin-top: 0.4rem !important;
}

.a2cp-local-services b {
  color: var(--a2cp-blue);
  font-size: 0.7rem;
  margin-top: 0.55rem !important;
}

.a2cp-local-services > a:hover,
.a2cp-local-services > a:focus-visible {
  border-color: rgba(63, 108, 114, 0.52);
  box-shadow: 0 1rem 2.5rem rgba(52, 56, 50, 0.1);
  color: var(--a2cp-carbon);
  transform: translateY(-3px);
}

.a2cp-local-services > a:hover img,
.a2cp-local-services > a:focus-visible img {
  transform: scale(1.045);
}

.a2cp-local-preparation__list {
  counter-reset: none;
  display: grid;
  gap: 0;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.a2cp-local-preparation__list li {
  border-top: 1px solid var(--a2cp-line);
  display: grid;
  gap: 0.35rem 0.85rem;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  padding: 1.25rem 0;
}

.a2cp-local-preparation__list li > * {
  margin: 0;
}

.a2cp-local-preparation__list span {
  color: var(--a2cp-blue);
  font-size: 0.7rem;
  font-weight: 850;
  grid-row: 1 / 3;
  letter-spacing: 0.1em;
}

.a2cp-local-preparation__list strong {
  font-size: 1.12rem;
}

.a2cp-local-preparation__list p {
  color: var(--a2cp-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.a2cp-city-proof-caveat {
  background: #dfe9e7;
  border: 0;
  border-left: 0.22rem solid var(--a2cp-blue);
  border-radius: 0 0.75rem 0.2rem 0;
  margin-top: 1.5rem;
  max-width: 52rem;
  padding: 1rem;
}

.a2cp-city-proof-caveat strong {
  color: var(--a2cp-carbon);
  font-size: 0.84rem;
}

.a2cp-city-proof-caveat p {
  color: #5b6562;
  font-size: 0.76rem;
  line-height: 1.45;
  margin: 0.35rem 0 0;
}

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

  .a2cp-local-services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .a2cp-local-services > a {
    grid-template-columns: 1fr;
    grid-template-rows: 13rem minmax(0, 1fr);
  }

  .a2cp-local-preparation__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .a2cp-local-preparation__list li {
    align-content: start;
    border-bottom: 1px solid var(--a2cp-line);
    grid-template-columns: 2.2rem minmax(0, 1fr);
    padding: 1.4rem 1.15rem 1.4rem 0;
  }

  .a2cp-local-preparation__list li + li {
    border-left: 1px solid var(--a2cp-line);
    padding-left: 1.15rem;
  }
}

@media (min-width: 64rem) {
  .a2cp-zone-hero,
  .a2cp-local-hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(32rem, 1.1fr);
    min-height: min(46rem, calc(100vh - 5rem));
  }

  .a2cp-zone-hero__copy,
  .a2cp-local-hero__copy {
    padding-left: max(2rem, calc((100vw - 72rem) / 2));
    padding-right: clamp(2rem, 4vw, 4.5rem);
  }

  .a2cp-zone-hero__media,
  .a2cp-local-hero__media {
    min-height: 100%;
  }

  .a2cp-zone-city-card {
    grid-template-columns: 1fr;
    grid-template-rows: 16rem minmax(0, 1fr);
  }

  .a2cp-zone-city-card > div {
    padding: 1.25rem;
  }

  .a2cp-zone-city-card h2 {
    font-size: 2.2rem;
  }

  .a2cp-zone-city-card p {
    font-size: 0.9rem;
  }

  .a2cp-home-gallery-card[data-a2cp-project-series] {
    box-shadow: inset 0 0 0 1px rgba(63, 108, 114, 0.38);
  }

  .a2cp-home-gallery-card[data-a2cp-project-series] .a2cp-home-gallery-card__caption::before {
    color: #a9cfca;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-a2cp-home-hero] .a2cp-home-hero__copy > *,
  [data-a2cp-home-hero] .a2cp-title-word,
  [data-a2cp-home-hero] .a2cp-home-hero__visual,
  [data-a2cp-home-hero] .a2cp-home-hero__caption {
    clip-path: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  [data-a2cp-home-hero] .a2cp-home-hero__visual::after {
    transform: scaleY(1) !important;
  }

  [data-a2cp-home-hero] .a2cp-home-hero__media img,
  .a2cp-zone-hero__media img,
  .a2cp-local-hero__media img {
    transform: none !important;
  }
}

/* V7 cascade boundary: keep the immersive local hero after the V6 rules. */
.a2cp-zone-hero,
.a2cp-local-hero {
  background: var(--a2cp-paper);
  display: block;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  min-height: 0;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.a2cp-zone-hero__media,
.a2cp-local-hero__media {
  height: clamp(32rem, 72svh, 50rem);
  min-height: 0;
  width: 100%;
}

.a2cp-zone-hero__media figure,
.a2cp-local-hero__media figure {
  height: calc(100% + 4rem);
  left: 0;
  position: absolute;
  top: -2rem;
  width: 100%;
}

.a2cp-zone-hero__media img,
.a2cp-local-hero__media img {
  transform: translate3d(0, var(--a2cp-local-parallax), 0) scale(1.045);
}

.a2cp-zone-hero__media::after,
.a2cp-local-hero__media::after {
  background: linear-gradient(180deg, transparent 42%, rgba(52, 56, 50, 0.14) 62%, var(--a2cp-carbon) 100%);
}

.a2cp-zone-hero__media > .a2cp-photo-credit,
.a2cp-local-hero__media > .a2cp-photo-credit {
  bottom: auto;
  left: auto;
  right: 1rem;
  top: 1rem;
}

.a2cp-zone-hero__copy,
.a2cp-local-hero__copy {
  align-items: initial;
  background: linear-gradient(180deg, var(--a2cp-carbon) 0%, var(--a2cp-carbon) 78%, var(--a2cp-paper) 100%);
  display: block;
  max-width: none;
  padding: 0 max(1rem, calc((100vw - 72rem) / 2)) clamp(7rem, 16vw, 11rem);
  width: 100%;
}

.a2cp-zone-hero__title h1,
.a2cp-local-hero__title h1 {
  color: var(--a2cp-paper);
  font-size: clamp(2.55rem, 10.8vw, 6.2rem);
  line-height: 0.93;
  max-width: 18ch;
  width: 100%;
}

.a2cp-zone-hero__title h1 {
  max-width: 20ch;
}

.a2cp-zone-hero__details .a2cp-lead,
.a2cp-local-hero__details .a2cp-lead {
  color: rgba(246, 243, 237, 0.76);
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  max-width: 46rem;
}

@media (min-width: 48rem) {
  .a2cp-zone-hero__title h1,
  .a2cp-local-hero__title h1 {
    font-size: clamp(4.6rem, 7.6vw, 6.2rem);
  }
}

@media (min-width: 64rem) {
  .a2cp-zone-hero,
  .a2cp-local-hero {
    display: block;
    min-height: 0;
  }

  .a2cp-zone-hero__media,
  .a2cp-local-hero__media {
    min-height: 0;
  }

  .a2cp-zone-hero__copy,
  .a2cp-local-hero__copy {
    padding-left: max(2rem, calc((100vw - 72rem) / 2));
    padding-right: max(2rem, calc((100vw - 72rem) / 2));
  }

  .a2cp-zone-hero__details,
  .a2cp-local-hero__details {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .a2cp-zone-hero__media img,
  .a2cp-local-hero__media img {
    transform: scale(1.02) !important;
  }
}

/* V7.1 final cascade: seamless city transition and full-grid typography. */
.a2cp-zone-hero > *,
.a2cp-local-hero > * {
  margin-block: 0 !important;
}

.a2cp-zone-hero__media,
.a2cp-local-hero__media {
  margin-bottom: 0 !important;
}

.a2cp-zone-hero__copy,
.a2cp-local-hero__copy {
  background: linear-gradient(180deg, rgba(52, 56, 50, 0) 0, rgba(52, 56, 50, 0.9) 4.75rem, var(--a2cp-carbon) 8rem, var(--a2cp-carbon) 80%, var(--a2cp-paper) 100%);
  margin-top: -8rem !important;
  padding-top: 0.5rem;
}

.a2cp-zone-hero__title,
.a2cp-local-hero__title {
  margin-top: 0 !important;
}

.a2cp-zone-hero__title h1,
.a2cp-local-hero__title h1 {
  font-size: clamp(2.7rem, 10.6vw, 6rem);
  line-height: 0.95;
  max-width: none;
  text-wrap: balance;
}

.a2cp-motion-ready .a2cp-zone-hero__title .a2cp-title-word,
.a2cp-motion-ready .a2cp-local-hero__title .a2cp-title-word {
  display: inline-block;
  transform: translateY(1.05em) rotate(1.5deg);
  transition-duration: 720ms, 980ms;
  transition-timing-function: ease, cubic-bezier(0.16, 1, 0.3, 1);
}

.a2cp-motion-ready .a2cp-zone-hero__media[data-reveal],
.a2cp-motion-ready .a2cp-local-hero__media[data-reveal] {
  clip-path: inset(0 0 12% 0);
  opacity: 0.78;
  transform: scale(1.025);
  transition: clip-path 1200ms cubic-bezier(0.16, 1, 0.3, 1), opacity 900ms ease, transform 1400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.a2cp-motion-ready .a2cp-zone-hero__media[data-reveal].is-visible,
.a2cp-motion-ready .a2cp-local-hero__media[data-reveal].is-visible {
  clip-path: inset(0);
  opacity: 1;
  transform: scale(1);
}

.a2cp-local-preparation .a2cp-local-section-heading {
  max-width: 72rem;
  width: 100%;
}

.a2cp-local-preparation__list strong {
  font-size: clamp(1.15rem, 4vw, 1.35rem);
  line-height: 1.15;
}

.a2cp-local-preparation__list p {
  font-size: clamp(0.96rem, 3.2vw, 1.03rem);
  line-height: 1.58;
}

.a2cp-local-preparation + .a2cp-cta h2 {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.5rem, 8vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  max-width: 64rem;
}

@media (min-width: 48rem) {
  .a2cp-zone-hero__copy,
  .a2cp-local-hero__copy {
    background: linear-gradient(180deg, rgba(52, 56, 50, 0) 0, rgba(52, 56, 50, 0.92) 6rem, var(--a2cp-carbon) 10rem, var(--a2cp-carbon) 80%, var(--a2cp-paper) 100%);
    margin-top: -10rem !important;
    padding-top: 0.75rem;
  }

  .a2cp-zone-hero__title h1,
  .a2cp-local-hero__title h1 {
    font-size: clamp(4.5rem, 7vw, 5.8rem);
  }

  .a2cp-local-preparation .a2cp-local-section-heading {
    align-items: end;
    column-gap: clamp(2rem, 7vw, 7rem);
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(20rem, 0.82fr);
  }

  .a2cp-local-preparation .a2cp-local-section-heading .a2cp-kicker {
    grid-column: 1 / -1;
  }

  .a2cp-local-preparation .a2cp-local-section-heading h2,
  .a2cp-local-preparation .a2cp-local-section-heading .a2cp-lead {
    margin-bottom: 0;
    max-width: none;
  }

  .a2cp-local-preparation .a2cp-local-section-heading .a2cp-lead {
    font-size: 1.08rem;
    line-height: 1.62;
    margin-top: 0;
  }
}

@media (min-width: 64rem) {
  .a2cp-zone-hero__copy,
  .a2cp-local-hero__copy {
    background: linear-gradient(180deg, rgba(52, 56, 50, 0) 0, rgba(52, 56, 50, 0.94) 7rem, var(--a2cp-carbon) 12rem, var(--a2cp-carbon) 80%, var(--a2cp-paper) 100%);
    margin-top: -12rem !important;
    padding-top: 1rem;
  }

  .a2cp-zone-hero__title h1,
  .a2cp-local-hero__title h1 {
    font-size: clamp(4.8rem, 6.5vw, 6.1rem);
    max-width: 72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .a2cp-motion-ready .a2cp-zone-hero__media[data-reveal],
  .a2cp-motion-ready .a2cp-local-hero__media[data-reveal],
  .a2cp-motion-ready .a2cp-zone-hero__title .a2cp-title-word,
  .a2cp-motion-ready .a2cp-local-hero__title .a2cp-title-word {
    clip-path: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
